 

body {
	color: #7e7e7e;
	/*background-color: #f8f8f8;*/
	font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
	background:url(../../image/bg_gy.jpg) repeat left top; 
}

a {
	color: #7e7e7e;
}

a:hover,
a:focus,
a:active {
	color: #feae02;
	text-decoration: none;
}
.pre_wrap{
	white-space:pre-wrap;
}
/*Custom CSS Classes*/
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}

.product_conten .listproducts {
	height: 450px;
}

.product_conten .product-image-container img{
	/*max-*/
	width: 260px;
	height: 260px;
}

.alert-success {
	background-color: #4caf50;
}
.alert_fake i:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	line-height: 0;
}
.alert {
	position: relative;
	padding: 18px 40px 18px 75px;
	z-index: 30;
	color: #FFF;
	border-radius: 0;
	min-height: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-weight: 700;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	/*-moz-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
	-o-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
	-webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
	transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);*/

	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;

}
.alert_fake i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 60px;
	font-size: 40px;
	-webkit-animation: alert-icon-anim 1s;
	-moz-animation: alert-icon-anim 1s;
	-ms-animation: alert-icon-anim 1s;
	-o-animation: alert-icon-anim 1s;
	animation: alert-icon-anim 1s;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.alert-success i {
	background: #388E3C;
}
.alert_fake button.close {
	position: absolute;
	top: 50%;
	line-height: 1;
	right: 15px;
	color: #FFF;
	opacity: .7;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.alert_fake {
	position: fixed;
	z-index: 100049999;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
	-moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
	-ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
	-o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
	animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}

.normal {
	color: #7e7e7e;
}

.primary {
	color: #feae02;
}

.secondary {
	color: #feae02;
}

.secondary2 {
	color: #1a1a1a;
}

.secondary3 {
	color: #454545;
}

.line-left,
.line-right {
	border-color: #e1e1e1;
}

.small {
	font-size: 90%;
}

.underline {
	text-transform: underline;
}

.ratings .amount a {
	color: #feae02;
}

.ratings .amount a:hover,
.ratings .amount a:focus,
.ratings .amount a:active {
	color: #ff0000;
	text-decoration: none;
}

.no-rating,
.ratings {
	color: #feae02;
}

.page {
	margin: 0 auto;
	padding: 0;

}

.page-loading {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 125px;
	margin-left: -60px;
	margin-top: -30px;
	padding: 7px;
	text-align: center;
	color: #333;
	font-size: 13px;
	border: 1px solid #ddd;
	background-color: #eee;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

/* Headings */

h1,
.h1 {
	color: #1a1a1a;
	font: 600 30px/1.15  Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 1rem;
}

h2,
.h2 {
	font: 600 24px/1.25 Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 1rem;
}

h3,
.h3 {
	font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 1rem;
}

h4,
.h4 {
	font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 1rem;
}

h5,
.h5 {
	font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 1rem;
}

h6,
.h6 {
	font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 1rem;
}

p.required {
	color: #fe0000;
}

.success-msg {
	border-color: #feae02;
}

.success-msg li {
	border-color: #e1e1e1;
}

.success-msg li span {
	color: #343434;
}

.sample-link {
	color: #343434;
}

.sample-link:hover,
.sample-link:focus,
.sample-link:active {
	color: #feae02;
	text-decoration: none;
}

.em-line-01 {
	position: relative;
}

.em-line-01 .em-block-title:before,
.em-line-01 .em-widget-title:before,
.em-line-01 .block-title:before,
.em-line-01 .widget-title:before {
	color: #feae02;
}

.em-line-01 .em-block-title h3,
.em-line-01 .em-widget-title h3,
.em-line-01 .block-title h3,
.em-line-01 .widget-title h3,
.em-line-01 .em-block-title h2,
.em-line-01 .em-widget-title h2,
.em-line-01 .block-title h2,
.em-line-01 .widget-title h2 {
	color: #1a1a1a;
	font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
	border-color: #feae02;
}

.em-line-01.text-center .em-block-title h3,
.em-line-01.text-center .em-widget-title h3,
.em-line-01.text-center .block-title h3,
.em-line-01.text-center .widget-title h3,
.em-line-01.text-center .em-block-title h2,
.em-line-01.text-center .em-widget-title h2,
.em-line-01.text-center .block-title h2,
.em-line-01.text-center .widget-title h2 {
	font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
}

.em-line-02 .em-block-title,
.em-line-02 .em-widget-title,
.em-line-02 .block-title,
.em-line-02 .widget-title {
	border-color: #e1e1e1;
}

.em-line-02 .em-block-title h3,
.em-line-02 .em-widget-title h3,
.em-line-02 .block-title h3,
.em-line-02 .widget-title h3,
.em-line-02 .em-block-title h2,
.em-line-02 .em-widget-title h2,
.em-line-02 .block-title h2,
.em-line-02 .widget-title h2 {
	color: #1a1a1a;
	font: 600 24px/1.25 Roboto, Helvetica, Arial, sans-serif;
	border-color: #feae02;
}

.em-line-02 .em-tabs .custom-tab li.tab-link a {
	color: #454545;
	font: 600 24px/1.25 Roboto, Helvetica, Arial, sans-serif;
	background-color: transparent;
}

.em-line-02 .em-tabs .custom-tab li.tab-link.active a,
.em-line-02 .em-tabs .custom-tab li.tab-link:hover a {
	color: #1a1a1a;
	border-color: #feae02;
}

.em-line-03 {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.em-line-03 .em-block-title h3,
.em-line-03 .em-widget-title h3,
.em-line-03 .block-title h3,
.em-line-03 .widget-title h3,
.em-line-03 .em-block-title h2,
.em-line-03 .em-widget-title h2,
.em-line-03 .block-title h2,
.em-line-03 .widget-title h2,
.em-line-03 .em-block-title strong,
.em-line-03 .em-widget-title strong,
.em-line-03 .block-title strong,
.em-line-03 .widget-title strong {
	color: #1a1a1a;
	border-color: #1a1a1a;
	background-color: #feae02;
	font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
}

.em-line-04 .em-block-title,
.em-line-04 .em-widget-title,
.em-line-04 .block-title,
.em-line-04 .widget-title {
	background: -webkit-linear-gradient(#f8f8f8, #e8e8e8);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f8f8f8, #e8e8e8);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f8f8f8, #e8e8e8);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#f8f8f8, #e8e8e8);
	/* Standard syntax */
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-color: #e1e1e1;
}

.em-line-04 .em-block-title h3,
.em-line-04 .em-widget-title h3,
.em-line-04 .block-title h3,
.em-line-04 .widget-title h3,
.em-line-04 .em-block-title h2,
.em-line-04 .em-widget-title h2,
.em-line-04 .block-title h2,
.em-line-04 .widget-title h2,
.em-line-04 .em-block-title strong,
.em-line-04 .em-widget-title strong,
.em-line-04 .block-title strong,
.em-line-04 .widget-title strong {
	color: #feae02;
	font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
	border-color: #feae02;
}

.em-line-04 .owl-carousel .owl-nav div {
	color: #7e7e7e;
	border-color: #e1e1e1;
	background-color: #ffffff;
}

.em-line-04 .em-tabs .custom-tab {
	background: -webkit-linear-gradient(#f8f8f8, #e8e8e8);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f8f8f8, #e8e8e8);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f8f8f8, #e8e8e8);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#f8f8f8, #e8e8e8);
	/* Standard syntax */
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-color: #e1e1e1;
}

.em-line-04 .em-tabs .custom-tab li.tab-link a {
	color: #454545;
	font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
}
/* line 113,   */
.em-line-04 .em-tabs .custom-tab li.tab-link.active a,
.em-line-04 .em-tabs .custom-tab li.tab-link:hover a {
	color: #feae02;
	border-color: #feae02;
}
/* line 122,   */
.em-line-05 .em-block-title h3,
.em-line-05 .em-widget-title h3,
.em-line-05 .block-title h3,
.em-line-05 .widget-title h3,
.em-line-05 .em-block-title h2,
.em-line-05 .em-widget-title h2,
.em-line-05 .block-title h2,
.em-line-05 .widget-title h2,
.em-line-05 .em-block-title strong,
.em-line-05 .em-widget-title strong,
.em-line-05 .block-title strong,
.em-line-05 .widget-title strong {
	color: #feae02;
}
/* line 127,   */
.em-line-05 .em-tabs .custom-tab li.tab-link a {
	color: #454545;
}
/* line 128,   */
.em-line-05 .em-tabs .custom-tab li.tab-link.active a,
.em-line-05 .em-tabs .custom-tab li.tab-link:hover a {
	color: #feae02;
}
/* line 135,   */
.show_details .title {
	color: #1a1a1a;
	border-color: #e1e1e1;
	background-color: #e8e8e8;
}
/* line 137,   */
.show_details .title span {
	color: #1a1a1a;
	font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
}
/* line 141,   */
.multidealpro_products,
.box-account-content,
.em-box {
	border-color: #e1e1e1;
	background-color: #ffffff;
}
/* line 146,   */
.multidealpro_products:before,
.box-account-content:before,
.em-box:before {
	box-shadow: 0 0 4px #cacaca;
	-moz-box-shadow: 0 0 4px #cacaca;
	-webkit-box-shadow: 0 0 4px #cacaca;
}
/* line 149,   */
.box {
	border-color: #e1e1e1;
}
/*loading*/
/* line 154,   */
.emfilter-ajaxblock-loading:before {
	border-color: #ffd781;
	border-left-color: #cc8c01;
}
/*box style 02*/
/*box style 01*/
/* line 167,   */
.em-box-01 {
	border-color: #e1e1e1;
	border-top-color: #feae02;
}
/* line 170,   */
.em-box-01 > div {
	border-color: #e1e1e1;
}
/* line 173,   */
.em-box-01 .widget-title h2,
.em-box-01 .widget-title h3,
.em-box-01 .box-title h2 {
	color: #343434;
	font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
	font-weight: 600;
}
/*box style 03*/
/* line 180,   */
.em-box-03 {
	border-color: #e1e1e1;
}
/*box style 03*/
/* line 185,   */
.em-box-bkg {
	background-color: #e8e8e8;
	color: #7e7e7e;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* line 195,   */
.em-box-bkg .button-link {
	color: #1a1a1a;
	border-color: #1a1a1a;
	background-color: transparent;
	font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
	display: inline-block;
	float: none;
}
/* line 199,   */
.em-box-bkg .button-link:hover {
	color: #ffffff;
	border-color: #1a1a1a;
	background-color: #1a1a1a;
}
/* line 204,   */
.em-box-bkg.em-wrapper-newsletter button.button {
	color: #1a1a1a;
	border-color: #1a1a1a;
	background-color: transparent;
}
/* line 206,   */
.em-box-bkg.em-wrapper-newsletter button.button:hover {
	color: #ffffff;
	border-color: #1a1a1a;
	background-color: #1a1a1a;
}
/* line 213,   */
.em-box-bkg2 {
	background-color: #feae02;
}
/*box style 04*/
/* line 218,   */
.em-box-04 {
	background-color: #ffffff;
	border-color: #e1e1e1;
}
/* line 224,   */
.em-boxlist .widget-products {
	background: #ffffff;
	border-color: #e1e1e1;
}
/* line 228,   */
.em-boxlist .widget-products .products-list div.item {
	border-bottom-color: #e1e1e1;
}
/* Form Elements */
/* line 237,   */
input.input-text,
select,
textarea {
	border-color: #e1e1e1;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* line 241,   */
input.input-text:focus,
select:focus,
textarea:focus {
	border-color: #ffa6a6;
}
/* line 245,   */
code {
	color: #343434;
	font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
	white-space: normal;
}
/* line 246,   */
.label {
	color: #343434;
	font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
	padding: 0;
}
/* line 247,   */
label {
	font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
}
/* line 248,   */
.form-list li.control label {
	color: #7e7e7e;
	font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
}
/*label*/
/* line 253,   */
.add-to-cart label,
.form-list label,
.comments .required {
	color: #7e7e7e;
}
/* line 258,   */
.comments .required em {
	color: #ff0000;
}
/*Button*/
/* line 260,   */
a.viewall,
a.button-link,
button.button,
#addtoContainer .row2 a.btn_ajaxaddto {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
	font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* line 266,   */
a.viewall:hover,
a.button-link:hover,
button.button:hover,
#addtoContainer .row2 a.btn_ajaxaddto:hover {
	color: #feae02;
	border-color: #feae02;
	background-color: #ffffff;
}
/* line 271,   */
.topcart-popup-content a.goto-cart {
	color: #ffffff;
}
/* line 273,   */
.topcart-popup-content a.goto-cart:hover {
	color: #ffffff;
}
/* line 278,   */
.cart button.btn-checkout {
	color: #ffffff;
	border-color: #e79f65;
	background-color: #e79f65;
	font: 600 16px/1.35 Roboto, Helvetica, Arial, sans-serif;
}
/* line 280,   */
.cart button.btn-checkout:hover {
	color: #e79f65;
	border-color: #e79f65;
	background-color: #ffffff;
}
/* line 284,   */
.em-sidebar button.button,
.quickshop-link-container .quickshop-link,
p.back-link a,
.ajaxcart a.back,
.ajaxcart a.next {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
	font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
}
/* line 291,   */
.em-sidebar button.button:hover,
.quickshop-link-container .quickshop-link:hover,
p.back-link a:hover,
.ajaxcart a.back:hover,
.ajaxcart a.next:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 297,   */
.em-sidebar a.link-cart,
.em-sidebar button.btn-cart {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 300,   */
.em-sidebar a.link-cart:hover,
.em-sidebar button.btn-cart:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 306,   */
button.button.btn-cart {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
	font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
}
/* line 308,   */
button.button.btn-cart:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 314,   */
button.button.btn-checkout {
	color: #ffffff;
	border-color: #e79f65;
	background-color: #e79f65;
	font: 600 16px/1.35 Roboto, Helvetica, Arial, sans-serif;
}
/* line 316,   */
button.button.btn-checkout:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 321,   */
.add-to-links li a.link-compare {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 324,   */
.add-to-links li a.link-compare:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 328,   */
.link-wishlist,
.add-to-links li a.link-wishlist {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 332,   */
.link-wishlist:hover,
.add-to-links li a.link-wishlist:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 336,   */
.block-related a.link-wishlist {
	color: #7e7e7e;
	border-color: transparent;
	background-color: transparent;
}
/* line 338,   */
.block-related a.link-wishlist:hover {
	color: #feae02;
	border-color: transparent;
	background-color: transparent;
}
/* line 344,   */
.products-grid .bottom .add-to-links li a {
	color: #7e7e7e;
	border-color: #7e7e7e;
	background-color: transparent;
}
/* line 346,   */
.products-grid .bottom .add-to-links li a:hover {
	color: #feae02;
	border-color: #feae02;
	background-color: transparent;
}
/* line 351,   */
.products-grid .bottom button.button.btn-cart,
.products-grid .bottom .quickshop-link-container .quickshop-link {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 354,   */
.products-grid .bottom button.button.btn-cart:hover,
.products-grid .bottom .quickshop-link-container .quickshop-link:hover {
	color: #ffffff;
	border-color: #e79f65;
	background-color: #e79f65;
}
/* line 358,   */
.products-grid .bottom .out-of-stock span {
	color: #5c5c5c;
}
/* line 364,   */
.button-show02 .bottom .add-to-links li a,
.button-show02 .bottom .quickshop-link-container .quickshop-link {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 367,   */
.button-show02 .bottom .add-to-links li a:hover,
.button-show02 .bottom .quickshop-link-container .quickshop-link:hover {
	color: #ffffff;
	border-color: #e79f65;
	background-color: #e79f65;
}
/* line 371,   */
.button-show02 .bottom .out-of-stock span {
	color: #5c5c5c;
}
/* line 378,   */
.button-show02 .product-shop-top .bottom {
	background-color: #e8e8e8;
}
/* line 379,   */
.button-show02 .product-shop-top button.button.btn-cart {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
	font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
}
/* line 381,   */
.button-show02 .product-shop-top button.button.btn-cart:hover {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 385,   */
.button-show02 .product-shop-top .out-of-stock span {
	color: #5c5c5c;
}
/* line 390,   */
.button-show02 .product-shop .add-to-links li a,
.button-show02 .product-shop .quickshop-link-container .quickshop-link {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 393,   */
.button-show02 .product-shop .add-to-links li a:hover,
.button-show02 .product-shop .quickshop-link-container .quickshop-link:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 400,   */
.button-show04 .products-grid .product-item:hover:after {
	border-color: #feae02;
}
/* line 403,   */
.button-show04 .products-grid .bottom .add-to-links li a.link-wishlist {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 405,   */
.button-show04 .products-grid .bottom .add-to-links li a.link-wishlist:hover {
	color: #e79f65;
	border-color: #e79f65;
	background-color: #e8e8e8;
}
/* line 409,   */
.button-show04 .products-grid .bottom .add-to-links li a.link-compare {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 411,   */
.button-show04 .products-grid .bottom .add-to-links li a.link-compare:hover {
	color: #e79f65;
	border-color: #e79f65;
	background-color: #e8e8e8;
}
/* line 419,   */
.button-show05 .products-grid .product-item:hover:after {
	border-color: #feae02;
}
/* line 421,   */
.button-show05 .products-grid .bottom button.button.btn-cart {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 423,   */
.button-show05 .products-grid .bottom button.button.btn-cart:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 428,   */
.button-show05 .products-grid .bottom .add-to-links li a.link-wishlist {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 430,   */
.button-show05 .products-grid .bottom .add-to-links li a.link-wishlist:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 434,   */
.button-show05 .products-grid .bottom .add-to-links li a.link-compare {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/* line 436,   */
.button-show05 .products-grid .bottom .add-to-links li a.link-compare:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 443,   */
.em-sidebar .actions a,
.em-sidebar a.button-link {
	color: #5c5c5c;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
	font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
}
/* line 446,   */
.em-sidebar .actions a:hover,
.em-sidebar a.button-link:hover {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}
/* line 450,   */
.link-print {
	color: #343434;
}
/* line 41,   */
.link-print:hover,
.link-print:focus,
.link-print:active {
	color: #feae02;
	text-decoration: none;
}
/* line 453,   */
.my-account a.link-edit {
	color: #7e7e7e;
}
/* line 41,   */
.my-account a.link-edit:hover,
.my-account a.link-edit:focus,
.my-account a.link-edit:active {
	color: #feae02;
	text-decoration: none;
}
/*========== Button remove ==========*/
/* line 458,   */
.btn-edit,
.btn-remove,
.btn-remove2 {
  /*&:before{
		.changeAllColor(@btn3_bg_color; @btn3_text_color; @btn3_text_color);
	}
	&:hover{
		&:before{
		.changeAllColor(@btn3_text_color; @btn3_text_color; @btn3_bg_color);
	}
	}*/
}
/*========== End Button remove ==========*/
/*================Header==================*/
/* line 474,   */
.em-wrapper-header {
	color: #454545;
	/*===================HEADER STYLE 01=========================*/
	/*===================HEADER STYLE 02=========================*/
	/*===================HEADER STYLE 03=========================*/
	/*===================HEADER STYLE 04=========================*/
	/*===================HEADER STYLE 05=========================*/
	/*===================HEADER STYLE 06=========================*/
	/*===================HEADER STYLE 07========================*/
	/*===================HEADER STYLE 08=========================*/
}
/* line 476,   */
.em-wrapper-header a {
	color: #454545;
}
/* line 41,   */
.em-wrapper-header a:hover,
.em-wrapper-header a:focus,
.em-wrapper-header a:active {
	color: #2b2b2b;
	text-decoration: none;
}
/* line 479,   */
.em-wrapper-header .form-search {
	border-color: #e1e1e1;
	background-color: #ffffff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* line 482,   */
.em-wrapper-header .form-search .input_cat {
	border-color: #e1e1e1;
}
/* line 484,   */
.em-wrapper-header .form-search .input_cat .catsearch-dropdown span.current {
	background-color: #ffffff;
	color: #7e7e7e;
}
/* line 489,   */
.em-wrapper-header .form-search input.input-text {
	background-color: #ffffff;
	color: #7e7e7e;
}
/* line 493,   */
.em-wrapper-header .form-search button.button {
	color: #7e7e7e;
	border-color: transparent;
	background-color: transparent;
}
/* line 497,   */
.em-wrapper-header .em-top-cart {
  /*&:hover{
			.em-amount-topcart:before{
				.changeAllColor(@btn4_text_color;  @btn4_bg_color);
			}
			}*/
		}
		/* line 499,   */
		.em-wrapper-header .em-top-cart .em-amount-topcart:before {
			color: #feae02;
		}
		/* line 502,   */
		.em-wrapper-header .em-top-cart .em-amount-topcart .em-topcart-text,
		.em-wrapper-header .em-top-cart .em-amount-topcart .em-topcart-qty,
		.em-wrapper-header .em-top-cart .em-amount-topcart:after {
			color: #ffffff;
		}
		/* line 514,   */
		.em-wrapper-header .em-header-bottom {
			background-color: #f8f8f8;
		}
		/* line 518,   */
		.em-wrapper-header .em-header-style01 .line-bottom,
		.em-wrapper-header .em-header-style01 .line-top {
			border-color: #dbdbdb;
		}
		/* line 525,   */
		.em-wrapper-header .em-header-style02 .em-search .em-search-icon {
			color: #ffffff;
		}
		/* line 529,   */
		.em-wrapper-header .em-header-style02 .em-search:hover .em-search-icon {
			color: #454545;
		}
		/* line 539,   */
		.em-wrapper-header .em-header-style03 .em_nav .hnav,
		.em-wrapper-header .em-header-electronic-style05 .em_nav .hnav {
			border-color: #dbdbdb;
			background-color: #feae02;
		}
		/* line 543,   */
		.em-wrapper-header .em-header-style03 .form-search button.button,
		.em-wrapper-header .em-header-electronic-style05 .form-search button.button {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 545,   */
		.em-wrapper-header .em-header-style03 .form-search button.button:hover,
		.em-wrapper-header .em-header-electronic-style05 .form-search button.button:hover {
			color: #ffffff;
			border-color: #7e7e7e;
			background-color: #7e7e7e;
		}
		/* line 547,   */
		.em-wrapper-header .em-header-style03 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart,
		.em-wrapper-header .em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart {
			background-color: #feae02;
		}
		/* line 549,   */
		.em-wrapper-header .em-header-style03 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart:before,
		.em-wrapper-header .em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart:before {
			color: #ffffff;
		}
		/* line 552,   */
		.em-wrapper-header .em-header-style03 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart:hover,
		.em-wrapper-header .em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart:hover {
			color: #ffffff;
			border-color: #7e7e7e;
			background-color: #7e7e7e;
		}
		/* line 555,   */
		.em-wrapper-header .em-header-style03 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart .em-topcart-qty,
		.em-wrapper-header .em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart .em-topcart-qty {
			color: #7e7e7e;
			border-color: #feae02;
			background-color: #ffffff;
		}
		/* line 564,   */
		.cms-index-index .em-wrapper-header .em-header-style04 .em-header-top {
			color: #ffffff;
			background-color: #f8f8f8;
		}
		/* line 566,   */
		.cms-index-index .em-wrapper-header .em-header-style04 .em-header-top a {
			color: #fff;
		}
		/* line 41,   */
		.cms-index-index .em-wrapper-header .em-header-style04 .em-header-top a:hover,
		.cms-index-index .em-wrapper-header .em-header-style04 .em-header-top a:focus,
		.cms-index-index .em-wrapper-header .em-header-style04 .em-header-top a:active {
			color: #2b2b2b;
			text-decoration: none;
		}
		/* line 571,   */
		.cms-index-index .em-wrapper-header .em-header-style04 .form-search input.input-text {
			color: #fff;
		}
		/* line 575,   */
		.cms-index-index .em-wrapper-header .em-header-style04 .form-search .input_cat .catsearch-dropdown span.current {
			color: #fff;
		}
		/* line 582,   */
		.cms-index-index .em-wrapper-header .em-header-style04 .toolbar-switch .toolbar-dropdown span.current {
			color: #fff;
		}
		/* line 590,   */
		.em-wrapper-header .em-header-style04 .em-header-bottom {
			background: transparent;
		}
		/* line 592,   */
		.em-wrapper-header .em-header-style04 .em-header-bottom.navbar-fixed-top {
			background-color: #f8f8f8;
		}
		/* line 594,   */
		.em-wrapper-header .em-header-style04 .em-wrapper-header-top {
			border-color: #dbdbdb;
		}
		/* line 595,   */
		.em-wrapper-header .em-header-style04 .em_nav {
			background-color: #f8f8f8;
		}
		/* line 598,   */
		.em-wrapper-header .em-header-style04 .form-search button.button {
			color: #5c5c5c;
			border-color: #e8e8e8;
			background-color: #e8e8e8;
		}
		/* line 600,   */
		.em-wrapper-header .em-header-style04 .form-search button.button:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 602,   */
		.em-wrapper-header .em-header-style04 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart {
			background-color: #feae02;
		}
		/* line 604,   */
		.em-wrapper-header .em-header-style04 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart:before {
			color: #ffffff;
		}
		/* line 607,   */
		.em-wrapper-header .em-header-style04 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart .em-topcart-qty {
			color: #7e7e7e;
			border-color: #feae02;
			background-color: #ffffff;
		}
		/* line 614,   */
		.em-wrapper-header .em-header-style05 .em-header-bottom {
			background: transparent;
		}
		/* line 616,   */
		.em-wrapper-header .em-header-style05 .em-header-bottom.navbar-fixed-top {
			background-color: #f8f8f8;
		}
		/* line 618,   */
		.em-wrapper-header .em-header-style05 .em-wrapper-header-top {
			border-color: #dbdbdb;
		}
		/* line 619,   */
		.em-wrapper-header .em-header-style05 .em_nav {
			background-color: #f8f8f8;
		}
		/* line 622,   */
		.em-wrapper-header .em-header-style05 .form-search button.button {
			color: #5c5c5c;
			border-color: #e8e8e8;
			background-color: #e8e8e8;
		}
		/* line 624,   */
		.em-wrapper-header .em-header-style05 .form-search button.button:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 626,   */
		.em-wrapper-header .em-header-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart {
			background-color: #feae02;
		}
		/* line 628,   */
		.em-wrapper-header .em-header-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart:before {
			color: #ffffff;
		}
		/* line 631,   */
		.em-wrapper-header .em-header-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart .em-topcart-qty {
			color: #7e7e7e;
			border-color: #feae02;
			background-color: #ffffff;
		}
		/* line 640,   */
		.em-wrapper-header .em-header-style06 .em-search:before {
			background-color: #dbdbdb;
		}
		/* line 641,   */
		.em-wrapper-header .em-header-style06 .em-search .em-search-icon {
			background-color: #feae02;
			color: #ffffff;
		}
		/* line 651,   */
		.em-wrapper-header .em-header-style07 .em-search .em-search-icon {
			background-color: #dfdfdf;
		}
		/* line 654,   */
		.em-wrapper-header .em-header-style07 .em-search button.button {
			color: #ffffff;
		}
		/* line 660,   */
		.em-wrapper-header .em-header-style08 .em-search {
			color: #7e7e7e;
		}
		/* line 662,   */
		.em-wrapper-header .em-header-style08 .em-search a {
			color: #7e7e7e;
		}
		/* line 41,   */
		.em-wrapper-header .em-header-style08 .em-search a:hover,
		.em-wrapper-header .em-header-style08 .em-search a:focus,
		.em-wrapper-header .em-header-style08 .em-search a:active {
			color: #7e7e7e;
			text-decoration: none;
		}
		/* line 663,   */
		.em-wrapper-header .em-header-style08 .em-search .emsearch-current-cate {
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
			color: #7e7e7e;
		}
		/* line 666,   */
		.em-wrapper-header .em-header-style08 .em-search .emsearch-current-cate.text-hide {
			font: 0/0 a !important;
		}
		/* line 670,   */
		.em-wrapper-header .em-header-style08 .form-search button.button {
			color: #7e7e7e;
		}
		/* line 672,   */
		.em-wrapper-header .em-header-style08 .form-search button.button:hover {
			color: #3e3e3e;
		}
		/* line 681,   */
		.em-wrapper-header .em-header-style08 .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a,
		.em-wrapper-header .em-header-style08 .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a {
			color: #7e7e7e;
		}
		/* line 683,   */
		.em-wrapper-header .em-header-style08 .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a span,
		.em-wrapper-header .em-header-style08 .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
			background-color: #f8f8f8;
			color: #7e7e7e;
		}
		/* line 687,   */
		.em-wrapper-header .em-header-style08 .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a:hover,
		.em-wrapper-header .em-header-style08 .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a:hover {
			color: #feae02;
		}
		/*===============*/
		/* line 704,   */
		.cms-index-index .em-header-electronic-style05 .all_categories .menuleftText:before {
			border-color: #dbdbdb;
			background-color: #f8f8f8;
		}
		/*header fixed-top*/
		/* line 713,   */
		.em-wrapper-header .navbar-fixed-top {
			color: #454545;
			border-color: #feae02;
			background-color: #feae02;
			box-shadow: 0 0 5px #BDBDBD;
			-moz-box-shadow: 0 0 5px #BDBDBD;
			-webkit-box-shadow: 0 0 5px #BDBDBD;
		}
		/* line 719,   */
		.em-wrapper-header .navbar-fixed-top .em-search .em-search-icon {
			background: transparent!important;
			-webkit-box-shadow: none!important;
			-moz-box-shadow: none!important;
			box-shadow: none!important;
		}
		/* line 724,   */
		.em-wrapper-header .navbar-fixed-top .em-search .em-search-icon span:before {
			color: #ffffff;
		}
		/* line 729,   */
		.em-wrapper-header .navbar-fixed-top .em-search:hover .em-search-icon span:before {
			color: #454545;
		}
		/* line 735,   */
		.em-wrapper-header .navbar-fixed-top .em-top-cart .em-amount-topcart:after,
		.em-wrapper-header .navbar-fixed-top .em-top-cart .em-amount-topcart:before {
			color: #ffffff;
		}
		/* line 740,   */
		.em-wrapper-header .navbar-fixed-top .em-top-cart .em-amount-topcart:hover:after,
		.em-wrapper-header .navbar-fixed-top .em-top-cart .em-amount-topcart:hover:before {
			color: #454545;
		}
		/* line 746,   */
		.em-wrapper-header .navbar-fixed-top.em-fixed-top .em-search-sticky:before {
			background-color: #ffffff;
		}
		/* line 749,   */
		.em-wrapper-header .navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a.em-menu-link span,
		.em-wrapper-header .navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span {
			font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/*EM Menu Mobile*/
		/* line 759,   */
		#em-mheader .em-top-cart .em-amount-topcart:before {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 762,   */
		#em-mheader .em-top-cart .em-amount-topcart .em-topcart-qty {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 768,   */
		#em-mheader .em-top-cart:hover .em-amount-topcart:before {
			color: #ffffff;
			border-color: #e79f65;
			background-color: #e79f65;
		}
		/* line 772,   */
		#em-mheader .em-top-cart:hover .em-topcart-qty {
			color: #ffffff;
			border-color: #e79f65;
			background-color: #e79f65;
		}
		/* line 777,   */
		#em-mheader #em-mheader-menu-icon {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 779,   */
		#em-mheader #em-mheader-menu-icon:hover {
			color: #ffffff;
			border-color: #e79f65;
			background-color: #e79f65;
		}
		/* line 785,   */
		#em-mheader .em-top-search .form-search input.input-text {
			border-color: #e1e1e1;
		}
		/* line 789,   */
		#em-mheader .em-top-search .form-search button.button {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 791,   */
		#em-mheader .em-top-search .form-search button.button:hover {
			color: #ffffff;
			border-color: #e79f65;
			background-color: #e79f65;
		}
		/* line 797,   */
		#em-mheader .top-header-link a.fa span {
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 800,   */
		#em-mheader .em-mobile-help li a {
			background-color: #fff;
			color: #000;
			border: 1px solid #dfdfdf;
			font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 805,   */
		#em-mheader .em-mobile-help li a:hover {
			background-color: #000;
			color: #fff;
			border-color: #000;
		}
		/* line 813,   */
		.em-top-search .catsearch-dropdown ul {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/*toolbar dropdown*/
		/* line 820,   */
		.em-wrapper-header .toolbar-switch .toolbar-dropdown span.current {
			color: #454545;
			border-color: #dbdbdb;
			background-color: transparent;
		}
		/* line 823,   */
		.em-wrapper-header .toolbar-switch .toolbar-dropdown ul,
		.em-wrapper-header .toolbar-switch .toolbar-dropdown li {
			color: #454545;
			border-color: #dbdbdb;
			background-color: #ffffff;
		}
		/* line 826,   */
		.em-wrapper-header .toolbar-switch .toolbar-dropdown li:hover {
			background-color: #e6e6e6;
		}
		/* line 829,   */
		.em-wrapper-header .toolbar-switch .toolbar-dropdown li a {
			color: #454545;
		}
		/* line 832,   */
		.em-wrapper-header .toolbar-switch .toolbar-dropdown:hover span.current {
			color: #2b2b2b;
			border-color: #dbdbdb;
			background-color: transparent;
		}
		/* line 839,   */
		.toolbar-switch .toolbar-dropdown span.current {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 842,   */
		.toolbar-switch .toolbar-dropdown:hover span.current,
		.toolbar-switch .toolbar-dropdown ul,
		.toolbar-switch .toolbar-dropdown li {
			color: #feae02;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 845,   */
		.toolbar-switch .toolbar-dropdown li:hover {
			background-color: #e6e6e6;
		}
		/* line 848,   */
		.toolbar-switch .toolbar-dropdown li a {
			color: #feae02;
		}
		/*dropdown cart*/
		/* line 857,   */
		.truncated a.details {
			color: #343434;
		}
		/* line 858,   */
		.topcart-popup {
			color: #454545;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 861,   */
		.topcart-popup .topcart-popup-content .em-block-subtitle {
			color: #454545;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 864,   */
		.topcart-popup .topcart-popup-content .amount-content a {
			color: #454545;
		}
		/* line 41,   */
		.topcart-popup .topcart-popup-content .amount-content a:hover,
		.topcart-popup .topcart-popup-content .amount-content a:focus,
		.topcart-popup .topcart-popup-content .amount-content a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 868,   */
		.topcart-popup .topcart-popup-content .subtotal .label {
			color: #7e7e7e;
			font-weight: 700;
		}
		/* line 872,   */
		.topcart-popup .topcart-popup-content .subtotal .price {
			color: #feae02;
			font-size: 130%;
		}
		/* line 877,   */
		.topcart-popup .topcart-popup-content .wrapper_bottom_button {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 879,   */
		.topcart-popup .topcart-popup-content .wrapper_bottom_button button.button,
		.topcart-popup .topcart-popup-content .wrapper_bottom_button a.goto-cart {
			color: #ffffff;
			border-color: #ffffff;
			background-color: #feae02;
			font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
		}
		/* line 881,   */
		.topcart-popup .topcart-popup-content .wrapper_bottom_button button.button:hover,
		.topcart-popup .topcart-popup-content .wrapper_bottom_button a.goto-cart:hover {
			color: #454545;
			border-color: #ffffff;
			background-color: #ffffff;
		}
		/*================End Header==================*/
		/*==============Header Login - Dropdown/Popup===============*/
		/* line 893,   */
		#em-account-login-form.em-account {
			color: #7e7e7e;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 895,   */
		#em-account-login-form.em-account .block-content {
			background-color: #ffffff;
		}
		/* line 896,   */
		#em-account-login-form.em-account a {
			color: #7e7e7e;
		}
		/* line 41,   */
		#em-account-login-form.em-account a:hover,
		#em-account-login-form.em-account a:focus,
		#em-account-login-form.em-account a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 899,   */
		#em-account-login-form.em-account a.create-account-link-wishlist {
			color: #343434;
		}
		/* line 41,   */
		#em-account-login-form.em-account a.create-account-link-wishlist:hover,
		#em-account-login-form.em-account a.create-account-link-wishlist:focus,
		#em-account-login-form.em-account a.create-account-link-wishlist:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 902,   */
		#em-account-login-form.em-account .form-list em {
			color: #e70808;
			width: 10px;
		}
		/*==============End Header Login - Dropdown/Popup===============*/
		/*===================Menu===================*/
		/* line 911,   */
		a.arrow:before {
			font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
			font-family: FontAwesome;
			font-size: 100%;
		}
		/* line 916,   */
		.vnav a.arrow:before {
			font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
			font-family: FontAwesome;
			font-size: 90%;
		}
		/* line 922,   */
		.nav-container.em_nav {
			background: transparent;
		}
		/* line 925,   */
		.menuleft .megamenu-wrapper {
			background: transparent;
		}
		/* line 928,   */
		.vnav {
			background: #f8f8f8;
		}
		/* line 932,   */
		.wrapper-menu-hoz {
			border-bottom-color: #feae02;
			background: #topmenu_bg_color;
		}
		/* line 937,   */
		.em-menu-mobile .nav-container.em_nav,
		.em-menu-mobile .megamenu-wrapper {
			background: none;
		}
		/* line 944,   */
		.menu-wrapper.style01 .em_nav .vnav .menu-item-link.fa:before {
			color: #feae02;
		}
		/* line 951,   */
		.em_nav .hnav .menu_custom.menu-item-depth-0 > a span {
			background-color: #feae02;
		}
		/* line 956,   */
		.menu-item-link > .menu-container,
		.em_nav .menu-item-link > ul,
		.em_nav.nav-container .em-catalog-navigation ul,
		.em_nav .em-catalog-navigation ul,
		.nav-container .em-catalog-navigation ul {
			background-color: #ffffff;
			border-color: #ffffff;
		}
		/* line 963,   */
		.vnav {
			border-color: #feae02;
		}
		/* line 968,   */
		.em_nav .menu-item-link.fa:before {
			color: #ffffff;
		}
		/* line 971,   */
		.em_nav .menu-item-link.fa:hover:before {
			color: #454545;
		}
		/* line 977,   */
		.em_nav .vnav .menu-item-link.fa:before {
			color: #4c4c4c;
		}
		/* line 980,   */
		.em_nav .vnav .menu-item-link.fa:hover:before {
			color: #feae02;
		}
		/* line 986,   */
		.em_nav {
			/*dropdown menu*/
		}
		/* line 989,   */
		.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a,
		.em_nav .menu-item-depth-0 > a {
			color: #ffffff;
		}
		/* line 991,   */
		.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a:hover,
		.em_nav .menu-item-depth-0 > a:hover {
			color: #454545;
		}
		/* line 995,   */
		.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span,
		.em_nav .menu-item-depth-0 > a.em-menu-link span {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
			font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 997,   */
		.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span:hover,
		.em_nav .menu-item-depth-0 > a.em-menu-link span:hover {
			color: #454545;
			border-color: #cc8c01;
			background-color: #feae02;
		}
		/* line 1005,   */
		.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.arrow,
		.em_nav .menu-item-depth-0:hover > a.arrow {
			color: #454545;
		}
		/* line 1008,   */
		.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.em-menu-link span,
		.em_nav .menu-item-depth-0:hover > a.em-menu-link span {
			color: #454545;
			border-color: #cc8c01;
			background-color: #feae02;
		}
		/* line 1016,   */
		.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a,
		.em_nav .vnav .menu-item-depth-0 > a {
			color: #4c4c4c;
		}
		/* line 1018,   */
		.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a:hover,
		.em_nav .vnav .menu-item-depth-0 > a:hover {
			color: #feae02;
		}
		/* line 1022,   */
		.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span,
		.em_nav .vnav .menu-item-depth-0 > a.em-menu-link span {
			color: #4c4c4c;
			border-color: #feae02;
			background-color: #f8f8f8;
			font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
			text-transform: none;
		}
		/* line 1025,   */
		.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span:hover,
		.em_nav .vnav .menu-item-depth-0 > a.em-menu-link span:hover {
			color: #feae02;
			border-color: #dfdfdf;
			background-color: #f8f8f8;
		}
		/* line 1032,   */
		.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.arrow,
		.em_nav .vnav .menu-item-depth-0:hover > a.arrow {
			color: #feae02;
		}
		/* line 1035,   */
		.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.em-menu-link span,
		.em_nav .vnav .menu-item-depth-0:hover > a.em-menu-link span {
			color: #feae02;
			border-color: #dfdfdf;
			background-color: #f8f8f8;
		}
		/* line 1040,   */
		.em_nav .em-prepend-menu {
			color: #4c4c4c;
			border-color: #feae02;
			background-color: #f8f8f8;
			font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 1042,   */
		.em_nav .em-prepend-menu:hover {
			color: #feae02;
			border-color: #f8f8f8;
			background-color: #f8f8f8;
		}
		/* line 1048,   */
		.em_nav ul.level0,
		.em_nav .menu-container {
			color: #7e7e7e;
			font: normal 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 1051,   */
		.em_nav ul.level0 a,
		.em_nav .menu-container a {
			color: #7e7e7e;
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		}
		/* line 1054,   */
		.em_nav ul.level0 a:hover,
		.em_nav .menu-container a:hover,
		.em_nav ul.level0 li.parent:hover > a,
		.em_nav .menu-container li.parent:hover > a,
		.em_nav ul.level0 .menu-item-link:hover > a,
		.em_nav .menu-container .menu-item-link:hover > a {
			color: #feae02;
		}
		/* line 1060,   */
		.em_nav .menu-container .widget-title h3,
		.em_nav .menu-container h4,
		.em_nav .menu-container h5 {
			color: #4c4c4c;
			/*.changeFont(@h5_font);*/
			font-weight: 700;
			text-transform: uppercase;
		}
		/* line 1067,   */
		.em_nav .menu-container .em-line-01 {
			position: relative;
			border-color: #e69d01;
		}
		/* line 1070,   */
		.em_nav .menu-container .em-line-01:after {
			background-color: #feae02;
		}
		/* line 1073,   */
		.em_nav .menu-container .em-line-01:before {
			background-color: #feae02;
		}
		/* line 1078,   */
		.em_nav .menu-container .icon-font {
			background: #ebebeb;
			padding: 60px 10px;
			color: #666666;
			margin-bottom: 20px;
		}
		/*vertical dropdown*/
		/* line 1090,   */
		.menu-container .widget-title h3,
		.nav-container.em_nav ul.level0 .widget-title h3 {
			color: #4c4c4c;
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
			background: none;
		}
		/* line 1094,   */
		.menu-container li > a.em-menu-link,
		.nav-container.em_nav ul.level0 li > a.em-menu-link {
			border-color: #dbdbdb;
		}
		/*Menu mobile*/
		/* line 1099,   */
		.em-menu-mobile {
			/*menu ipod vertical */
		}
		/* line 1102,   */
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0.fa:before,
		.em-menu-mobile .menu-item-depth-0.fa:before {
			color: #000;
		}
		/* line 1105,   */
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link,
		.em-menu-mobile .menu-item-depth-0 > a.em-menu-link {
			background-color: #fff;
			color: #000;
			border: 1px solid #dfdfdf;
		}
		/* line 1109,   */
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span,
		.em-menu-mobile .menu-item-depth-0 > a.em-menu-link span {
			color: #000;
			border-color: #dfdfdf;
			background-color: #fff;
		}
		/* line 1116,   */
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow,
		.em-menu-mobile .menu-item-depth-0 > a.arrow {
			color: #000;
			line-height: 1.6;
		}
		/* line 1121,   */
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover.fa:before,
		.em-menu-mobile .menu-item-depth-0:hover.fa:before {
			color: #fff;
		}
		/* line 1124,   */
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.em-menu-link,
		.em-menu-mobile .menu-item-depth-0:hover > a.em-menu-link,
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.arrow,
		.em-menu-mobile .menu-item-depth-0:hover > a.arrow {
			background-color: #000;
			color: #fff;
			border-color: #000;
		}
		/* line 1128,   */
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.em-menu-link span,
		.em-menu-mobile .menu-item-depth-0:hover > a.em-menu-link span,
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.arrow span,
		.em-menu-mobile .menu-item-depth-0:hover > a.arrow span {
			color: #fff;
			background-color: #000;
			border-color: #000;
		}
		/* line 1134,   */
		.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.arrow,
		.em-menu-mobile .menu-item-depth-0:hover > a.arrow {
			color: #fff;
		}
		/* line 1140,   */
		.em-menu-mobile .menu-item-link.fa:before {
			color: #000;
		}
		/* line 1147,   */
		.em-menu-mobile .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link,
		.em-menu-mobile .vnav .menu-item-depth-0 > a.em-menu-link {
			border-color: #feae02;
			background-color: #f8f8f8;
		}
		/* line 1153,   */
		.em-menu-mobile .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0:hover > a.em-menu-link,
		.em-menu-mobile .vnav .menu-item-depth-0:hover > a.em-menu-link {
			border-color: #dfdfdf;
			background-color: #f8f8f8;
		}
		/*Title menu ipod*/
		/* line 1161,   */
		.menu-title {
			color: #ffffff;
			border-color: #ffffff;
			background-color: #feae02;
			font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 1163,   */
		.menu-title a {
			color: #ffffff;
		}
		/* line 1167,   */
		.em-col-left-icon {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
			font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/*Menu Product*/
		/* line 1175,   */
		.menu-container .products-list .item a.product-image {
			border: 1px solid transparent;
		}
		/* line 1179,   */
		.menu-container .products-list .item:hover a.product-image {
			border-color: #e1e1e1;
		}
		/* line 1186,   */
		.menu-container .products-grid .item {
			border: 1px solid transparent;
		}
		/* line 1188,   */
		.menu-container .products-grid .item:hover {
			border-color: #e1e1e1;
		}
		/*========Dropdown Menu Left========*/
		/* line 1196,   */
		.all_categories .menuleftText {
			color: #ffffff;
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
			background-color: #f8f8f8;
		}
		/* line 1201,   */
		.menuleft .mega-menu {
			border-color: #feae02;
		}
		/*========End Dropdown Menu Left========*/
		/*=========Slideshow============*/
		/* line 222,   */
		.owl-carousel .owl-dot.active span {
			background-color: #feae02;
			border-color: #feae02;
		}
		/* line 223,   */
		.owl-carousel .owl-dot span {
			background-color: #454545;
			border-color: #feae02;
		}
		/* line 226,   */
		.owl-carousel .owl-dot span:hover {
			background-color: #feae02;
			border-color: #feae02;
		}
		/* line 1211,   */
		.owl-carousel .owl-dot span {
			border-color: #e1e1e1;
		}
		/* line 1217,   */
		.em-slideshow .owl-carousel .owl-dots .owl-dot span {
			background: transparent!important;
		}
		/* line 1218,   */
		.em-slideshow a.button-link {
			color: #ffffff;
			border-color: #ffffff;
			background-color: transparent;
			font: 600 16px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 1220,   */
		.em-slideshow a.button-link span {
			font: 600 16px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 1223,   */
		.em-slideshow a.button-link:hover {
			color: #343434;
			border-color: #ffffff;
			background-color: #ffffff;
		}
		/* line 1226,   */
		.em-slideshow a.button-link.first {
			color: #343434;
			border-color: #ffffff;
			background-color: #ffffff;
		}
		/* line 1228,   */
		.em-slideshow a.button-link.first:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 1234,   */
		.em-slideshow .clgray h1.primary,
		.em-slideshow .clwhite h1.primary,
		.em-slideshow .clgray h2.primary,
		.em-slideshow .clwhite h2.primary,
		.em-slideshow .clgray h3.primary,
		.em-slideshow .clwhite h3.primary,
		.em-slideshow .clgray h4.primary,
		.em-slideshow .clwhite h4.primary,
		.em-slideshow .clgray h5.primary,
		.em-slideshow .clwhite h5.primary {
			color: #feae02;
		}
		/* line 1235,   */
		.em-slideshow .clgray h1.secondary3,
		.em-slideshow .clwhite h1.secondary3,
		.em-slideshow .clgray h2.secondary3,
		.em-slideshow .clwhite h2.secondary3,
		.em-slideshow .clgray h3.secondary3,
		.em-slideshow .clwhite h3.secondary3,
		.em-slideshow .clgray h4.secondary3,
		.em-slideshow .clwhite h4.secondary3,
		.em-slideshow .clgray h5.secondary3,
		.em-slideshow .clwhite h5.secondary3 {
			color: #454545;
		}
		/* line 1241,   */
		.em-slideshow.text-show-01 .owl-carousel .owl-dots .owl-dot span {
			border-color: #f8f8f8;
		}
		/* line 1245,   */
		.em-slideshow.text-show-01 .owl-carousel .owl-dots .owl-dot.active span {
			background-color: #f8f8f8 !important;
		}
		/* line 1251,   */
		.em-slideshow.text-show-01 .owl-carousel a.button-link.first {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 1253,   */
		.em-slideshow.text-show-01 .owl-carousel a.button-link.first:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 1262,   */
		.text-slideshow-03 a.button-link {
			color: #ffffff;
			border-color: #ffffff;
			background-color: transparent;
		}
		/* line 1264,   */
		.text-slideshow-03 a.button-link:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/*button disable able sidebar left*/
		/* line 1272,   */
		.menu-trigger {
			color: #454545;
			background-color: #ffffff;
		}
		/* line 1274,   */
		.menu-trigger:hover {
			color: #454545;
			background-color: #ffffff;
		}
		/*Slideshow full scren hide content*/
		/* line 1282,   */
		.layout-fullscreen-slideshow.cms-index-index .wrapper-main,
		.layout-fullscreen-slideshow.cms-index-index .wrapper-slideshow {
			background-color: transparent;
		}
		/* line 1284,   */
		.layout-fullscreen-slideshow.cms-index-index .wrapper-main > .container,
		.layout-fullscreen-slideshow.cms-index-index .wrapper-slideshow > .container {
			background-color: #ffffff;
		}
		/* line 1288,   */
		.layout-fullscreen-slideshow.cms-index-index .wrapper-footer {
			background-color: transparent;
		}
		/* line 1290,   */
		.layout-fullscreen-slideshow.cms-index-index .wrapper-footer > .container {
			background-color: #f8f8f8;
		}
		/*=========End Slideshow============*/
		/*=======Home Page - Custum Box Wide============*/
		/* line 1301,   */
		.wrapper {
			background-color: #ffffff;
			background-image: url("");
			background-position: 0 0;
			background-repeat: repeat;
			background-attachment: fixed;
		}
		/* line 1305,   */
		.em-wrapper-main,
		.em-wrapper-slideshow {
			background-color: #f8f8f8;
			background-image: url("");
			background-position: 0 0;
			background-repeat: repeat;
		}
		/* line 1308,   */
		.em-wrapper-main .em-fixed-sidebar,
		.em-wrapper-slideshow .em-fixed-sidebar {
			background-color: #ffffff;
		}
		/* line 1313,   */
		.em-wrapper-header {
			background-color: #f8f8f8;
			background-image: url("");
			background-position: 0 0;
			background-repeat: repeat;
		}
		/* line 1315,   */
		.em-wrapper-header .em-header-top {
			color: #454545;
			background-color: #feae02; /*#feae02 f8f8f8*/
		}
		/* line 1317,   */
		.em-wrapper-header .em-header-top a {
			color: #454545;
		}
		/* line 41,   */
		.em-wrapper-header .em-header-top a:hover,
		.em-wrapper-header .em-header-top a:focus,
		.em-wrapper-header .em-header-top a:active {
			color: #2b2b2b;
			text-decoration: none;
		}
		/* line 1325,   */
		.em-wrapper-brands {
			border-color: #e1e1e1;
		}
		/* line 1327,   */
		.em-wrapper-brands.style01 {
			background-color: #e8e8e8;
		}
		/* line 1331,   */
		.em-wrapper-footer {
			background-color: #f8f8f8;
			background-image: url("");
			background-position: center center;
			background-repeat: no-repeat;
		}
		/*========Box Category - Home page===========*/
		/*block home*/
		@-webkit-keyframes sonarEffect {
			/* line 1368,   */
			0% {
				opacity: 0.3;
			}
			/* line 1371,   */
			40% {
				opacity: 0.5;
				box-shadow: 0 0 0 2px #feae02, 0 0 10px 10px #ffffff, 0 0 0 10px #feae02;
			}
			/* line 1375,   */
			100% {
				box-shadow: 0 0 0 2px #feae02, 0 0 10px 10px #ffffff, 0 0 0 10px #feae02;
				-webkit-transform: scale(1.5);
				opacity: 0;
			}
		}
		@-moz-keyframes sonarEffect {
			/* line 1382,   */
			0% {
				opacity: 0.3;
			}
			/* line 1385,   */
			40% {
				opacity: 0.5;
				box-shadow: 0 0 0 2px #feae02, 0 0 10px 10px #ffffff, 0 0 0 10px #feae02;
			}
			/* line 1389,   */
			100% {
				box-shadow: 0 0 0 2px #feae02, 0 0 10px 10px #ffffff, 0 0 0 10px #feae02;
				-moz-transform: scale(1.5);
				opacity: 0;
			}
		}
		@keyframes sonarEffect {
			/* line 1396,   */
			0% {
				opacity: 0.3;
			}
			/* line 1399,   */
			40% {
				opacity: 0.5;
				box-shadow: 0 0 0 2px #feae02, 0 0 10px 10px #ffffff, 0 0 0 10px #feae02;
			}
			/* line 1403,   */
			100% {
				box-shadow: 0 0 0 2px #feae02, 0 0 10px 10px #ffffff, 0 0 0 10px #feae02;
				transform: scale(1.5);
				opacity: 0;
			}
		}
		/*block home*/
		/* line 1412,   */
		.em-wrapper-blog-style02 .em-blog-item .em-blog-time,
		.em-wrapper-blog-style02 .em-blog-item .em-blog-time:before {
			background-color: #f8f8f8;
		}
		/* line 1416,   */
		.em-wrapper-blog-style02 .em-blog-item .em-blog-title a {
			font-weight: 700;
		}
		/* line 1424,   */
		.em-wrapper-blog-style07 .em-blog-item .em-blog-time,
		.em-wrapper-blog-style04 .em-blog-item .em-blog-time {
			color: #feae02;
			font-weight: 700;
		}
		/* line 1428,   */
		.em-wrapper-blog-style07 .em-blog-item .em-blog-title a,
		.em-wrapper-blog-style04 .em-blog-item .em-blog-title a {
			font-size: 110%;
			font-weight: 700;
		}
		/* line 1433,   */
		.em-wrapper-blog-style07 .em-line,
		.em-wrapper-blog-style04 .em-line {
			border-color: #e1e1e1;
		}
		/*block product home*/
		/* line 1441,   */
		.em-wrapper-product-02 {
			background-color: #ffffff;
		}
		/* line 1444,   */
		.em-wrapper-product-02 .em-box-cate .box-cate-left,
		.em-wrapper-product-02 .em-box-cate .box-cate-middle,
		.em-wrapper-product-02 .em-box-cate .box-cate-right {
			border-color: #e1e1e1;
		}
		/* line 1449,   */
		.em-wrapper-product-02 .em-box-cate .widget-title h3 {
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 1453,   */
		.em-wrapper-product-02 .em-box-cate .widget-title h2 {
			color: #1a1a1a;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 1457,   */
		.em-wrapper-product-02 .em-box-cate .box-cate-right .widget-products .products-list li.item {
			border-color: #e1e1e1;
		}
		/* line 1460,   */
		.em-wrapper-product-02 .custom-tab .tab-link.active a,
		.em-wrapper-product-02 .custom-tab .tab-link:hover a {
			color: #feae02;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1463,   */
		.em-wrapper-product-02 .custom-tab .tab-link a {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1467,   */
		.em-wrapper-product-02 .view-all a {
			color: #1a1a1a;
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
			font-weight: normal;
		}
		/* line 1471,   */
		.em-wrapper-product-02 .view-all a:hover {
			color: #feae02;
		}
		/* line 1479,   */
		.em-wrapper-product-03 .em-box-cate .box-cate-left,
		.em-wrapper-product-03 .em-box-cate .box-cate-middle,
		.em-wrapper-product-03 .em-box-cate .box-cate-right {
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1485,   */
		.em-wrapper-product-03 .em-box-cate .widget-title h3 {
			color: #1a1a1a;
		}
		/* line 1487,   */
		.em-wrapper-product-03 .em-box-cate .widget-title h3 span {
			border-color: #feae02;
		}
		/* line 1491,   */
		.em-wrapper-product-03 .em-box-cate .box-cate-right .widget-products .products-list li.item {
			border-color: #e1e1e1;
		}
		/* line 1494,   */
		.em-wrapper-product-03 .custom-tab .tab-link.active a,
		.em-wrapper-product-03 .custom-tab .tab-link:hover a {
			color: #feae02;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1497,   */
		.em-wrapper-product-03 .custom-tab .tab-link a {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1505,   */
		.em-wrapper-product-04 .em-box-cate .box-cate-left,
		.em-wrapper-product-04 .em-box-cate .box-cate-middle,
		.em-wrapper-product-04 .em-box-cate .box-cate-right {
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1511,   */
		.em-wrapper-product-04 .em-box-cate .widget-title h3 {
			color: #ffffff;
		}
		/* line 1514,   */
		.em-wrapper-product-04 .em-box-cate .box-cate-right .widget-products .products-list li.item {
			border-color: #e1e1e1;
		}
		/* line 1517,   */
		.em-wrapper-product-04 .custom-tab .tab-link.active a,
		.em-wrapper-product-04 .custom-tab .tab-link:hover a {
			color: #feae02;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1520,   */
		.em-wrapper-product-04 .custom-tab .tab-link a {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1528,   */
		.em-wrapper-product-06 .em-box-cate .box-cate-left,
		.em-wrapper-product-06 .em-box-cate .box-cate-middle,
		.em-wrapper-product-06 .em-box-cate .box-cate-right {
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1534,   */
		.em-wrapper-product-06 .em-box-cate .widget-title h3 {
			color: #1a1a1a;
		}
		/* line 1536,   */
		.em-wrapper-product-06 .em-box-cate .widget-title h3 span {
			border-color: #feae02;
		}
		/* line 1540,   */
		.em-wrapper-product-06 .em-box-cate .box-cate-right .widget-products .products-list li.item {
			border-color: #e1e1e1;
		}
		/* line 1543,   */
		.em-wrapper-product-06 .custom-tab .tab-link.active a,
		.em-wrapper-product-06 .custom-tab .tab-link:hover a {
			color: #feae02;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1546,   */
		.em-wrapper-product-06 .custom-tab .tab-link a {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1554,   */
		.em-wrapper-product-08 .banner-img h3 {
			color: #ffffff;
		}
		/* line 1558,   */
		.em-wrapper-product-08.em-line-04 .owl-carousel .owl-nav div,
		.em-wrapper-product-08.em-line-05 .owl-carousel .owl-nav div {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1563,   */
		.em-wrapper-product-08.em-line-05 .owl-carousel .owl-nav div {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1568,   */
		.em-wrapper-product-08.border-box .products-grid {
			border-color: #e1e1e1;
		}
		/* line 1576,   */
		.em-rtl .em-wrapper-product-08.em-line-04 .products-grid,
		.em-rtl .em-wrapper-product-08.em-line-05 .products-grid {
			border-color: #e1e1e1;
		}
		/*ONLY FOR DESKTOP*/
		@media (min-width: 768px) {
			/* line 1583,   */
			.em-wrapper-product-08 .owl-carousel .owl-nav div {
				color: #ffffff;
				border-color: #ffffff;
				background-color: transparent;
			}
			/* line 1585,   */
			.em-wrapper-product-08 .owl-carousel .owl-nav div:hover {
				color: #ffffff;
				border-color: #feae02;
				background-color: #feae02;
			}
		}
		/* line 1593,   */
		.em-wrapper-product-09 .tab-content-container {
			border-radius: 0 0 0 0;
			-moz-border-radius: 0 0 0 0;
			-webkit-border-radius: 0 0 0 0;
			border-color: #e1e1e1;
		}
		/* line 1596,   */
		.em-wrapper-product-09 .tab-content-container .products-list > .item {
			border-color: #e1e1e1;
		}
		/* line 1598,   */
		.em-wrapper-product-09 .tab-content-container .products-list > .item button.button.btn-cart {
			color: #5c5c5c;
			border-color: #e8e8e8;
			background-color: #e8e8e8;
		}
		/* line 1600,   */
		.em-wrapper-product-09 .tab-content-container .products-list > .item button.button.btn-cart:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 1609,   */
		.em-wrapper-product-10 .products-grid {
			border-color: #e1e1e1;
			border-radius: 0 0 0 0;
			-moz-border-radius: 0 0 0 0;
			-webkit-border-radius: 0 0 0 0;
		}
		/* line 1613,   */
		.em-wrapper-product-10 .products-list {
			border-color: #e1e1e1;
			border-radius: 0 0 0 0;
			-moz-border-radius: 0 0 0 0;
			-webkit-border-radius: 0 0 0 0;
		}
		/* line 1616,   */
		.em-wrapper-product-10 .products-list > .item {
			border-color: #e1e1e1;
		}
		/* line 1623,   */
		.em-wrapper-product-11 .products-grid.owl-carousel {
			border-color: #e1e1e1;
		}
		/* line 1626,   */
		.em-wrapper-product-11 .products-grid.owl-carousel .owl-item .products-grid .item {
			border-color: #e1e1e1;
		}
		/* line 1634,   */
		.em-wrapper-product-12 .widget-title h3 {
			border-color: #feae02;
		}
		/* line 1639,   */
		.em-wrapper-product-13 .em-multidealpro-detail .em_multidealpro {
			border-color: #e1e1e1;
		}
		/* line 1641,   */
		.em-wrapper-product-13 .em-multidealpro-detail .more-views .owl-carousel .owl-item .item {
			border-color: #e1e1e1;
		}
		/* line 1643,   */
		.em-wrapper-product-13 .em-multidealpro-detail .more-views .owl-carousel .owl-item .item:hover {
			border-color: #feae02;
		}
		/* line 1649,   */
		.em-wrapper-product-13 .em-multidealpro-detail .product-shop-left .product-image {
			border-color: #e1e1e1;
			box-shadow: 0px 3px 3px #e1e1e1;
			-moz-box-shadow: 0px 3px 3px #e1e1e1;
			-webkit-box-shadow: 0px 3px 3px #e1e1e1;
		}
		/* line 1652,   */
		.em-wrapper-product-13 .em-multidealpro-detail .product-shop-left .product-image:hover {
			box-shadow: 0px 4px 5px #e1e1e1;
			-moz-box-shadow: 0px 4px 5px #e1e1e1;
			-webkit-box-shadow: 0px 4px 5px #e1e1e1;
		}
		/*==========================*/
		/* line 1661,   */
		.em-wrapper-newsletter03 {
			color: #ffffff;
		}
		/* line 1662,   */
		.em-wrapper-newsletter03 .h1,
		.em-wrapper-newsletter03 h2 {
			color: #1a1a1a;
		}
		/* line 1667,   */
		.em-wrapper-newsletter03 .block-subscribe input.input-text {
			color: #7e7e7e;
			background-color: transparent;
			border-color: #feae02;
		}
		/* line 1672,   */
		.em-wrapper-newsletter03 .block-subscribe .actions button.button {
			color: #feae02;
			border-color: transparent;
			background-color: transparent;
		}
		/* line 1674,   */
		.em-wrapper-newsletter03 .block-subscribe .actions button.button:hover {
			color: #ffffff;
			border-color: transparent;
			background-color: transparent;
		}
		/* line 1681,   */
		.em-newsletter-style06 .block-subscribe .actions button.button {
			color: #feae02;
		}
		/* line 1683,   */
		.em-newsletter-style06 .block-subscribe .actions button.button:hover {
			color: #e79f65;
		}
		/* line 1687,   */
		.block-subscribe input.input-text {
			box-shadow: none;
		}
		/*======Home Block Ads========*/
		/* line 1694,   */
		.em-wrapper-ads-02 .text-box {
			background: #b5b5b5;
			color: #fff;
		}
		/* line 1697,   */
		.em-wrapper-ads-02 .text-box.clsbackground-02 {
			background: #8f867e;
		}
		/* line 1700,   */
		.em-wrapper-ads-02 .text-box.clsbackground-03 {
			background: #423c36;
		}
		/* line 1705,   */
		.em-wrapper-ads-02 .em-banner-right .text-title {
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 1707,   */
		.em-wrapper-ads-02 .em-banner-right .text-title a {
			color: #ffffff;
		}
		/* line 41,   */
		.em-wrapper-ads-02 .em-banner-right .text-title a:hover,
		.em-wrapper-ads-02 .em-banner-right .text-title a:focus,
		.em-wrapper-ads-02 .em-banner-right .text-title a:active {
			color: #1a1a1a;
			text-decoration: none;
		}
		/* line 1716,   */
		.em-wrapper-ads-03 .em-ads-item .em-ads-content .fa {
			color: #989898;
		}
		/* line 1721,   */
		.em-wrapper-ads-03 .owl-carousel .owl-dot span {
			border-color: #7e7e7e;
			background-color: #7e7e7e;
		}
		/* line 1725,   */
		.em-wrapper-ads-03 .owl-carousel .owl-dot.active span,
		.em-wrapper-ads-03 .owl-carousel .owl-dot span:hover {
			border-color: #feae02;
			background-color: #feae02;
		}
		/*Home Mobile*/
		/* line 1734,   */
		.em-wrapper-ads-electronic-02 .em-box-02 {
			border-color: #e1e1e1;
		}
		/* line 1736,   */
		.em-wrapper-ads-electronic-02 .em-box-02:hover {
			border-color: #feae02;
		}
		/* line 1741,   */
		.em-wrapper-ads-electronic-02.style01 .em-box-02 {
			color: #ffffff;
			background-color: #feae02;
		}
		/* line 1743,   */
		.em-wrapper-ads-electronic-02.style01 .em-box-02 .em-banner-right {
			border-color: #454545;
		}
		/* line 1745,   */
		.em-wrapper-ads-electronic-02.style01 .em-box-02 .em-banner-right h1,
		.em-wrapper-ads-electronic-02.style01 .em-box-02 .em-banner-right p {
			color: #ffffff;
		}
		/* line 1749,   */
		.em-wrapper-ads-electronic-02.style01 .em-box-02:hover {
			color: #ffffff;
			background-color: #e79f65;
		}
		/* line 1755,   */
		.em-wrapper-ads-electronic-02.style02 .em-box-02 {
			background-color: #e8e8e8;
		}
		/* line 1760,   */
		.em-wrapper-ads-electronic-02.style03 .em-box-02 {
			background-color: #e8e8e8;
		}
		/* line 1762,   */
		.em-wrapper-ads-electronic-02.style03 .em-box-02:hover {
			border-color: #e1e1e1;
		}
		/* line 1768,   */
		.em-wrapper-ads-electronic-02.style04 .img-banner {
			border-color: #ffffff;
		}
		/*======Tab product========*/
		/* line 1778,   */
		.em-details-tabs-content {
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 1786,   */
		.em-details-tabs.r-tabs .r-tabs-nav .r-tabs-anchor {
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
			color: #454545;
			border-color: #e8e8e8;
			background-color: #e8e8e8;
		}
		/* line 1790,   */
		.em-details-tabs.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
		.em-details-tabs.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 1799,   */
		.em-tabs .em-tabs-control,
		.em-details-tabs .em-tabs-control {
			border-color: #e1e1e1;
		}
		/* line 1810,   */
		.em-tabs .owl-carousel .owl-item .item:hover {
			border-color: #e1e1e1;
		}
		/*two tab in sidebar*/
		/* line 1818,   */
		.em-two-tabs .em-tabs {
			border-color: #e1e1e1;
		}
		/* line 1820,   */
		.em-two-tabs .em-tabs .em-tabs-control li a {
			border-color: #e1e1e1;
		}
		/* line 1826,   */
		.em-full-tab {
			background-color: #ffffff;
		}
		/* line 1828,   */
		.em-full-tab .em-tabs-control,
		.em-full-tab .custom-tab {
			background-color: #e8e8e8;
		}
		/* line 1831,   */
		.em-full-tab .em-tabs-control .tab-link a,
		.em-full-tab .custom-tab .tab-link a,
		.em-full-tab .em-tabs-control .r-tabs-anchor,
		.em-full-tab .custom-tab .r-tabs-anchor {
			border-right-color: #f8f8f8;
			border-left-color: #f8f8f8;
		}
		/* line 1835,   */
		.em-full-tab .em-tabs-control .tab-link a:hover,
		.em-full-tab .custom-tab .tab-link a:hover,
		.em-full-tab .em-tabs-control .r-tabs-anchor:hover,
		.em-full-tab .custom-tab .r-tabs-anchor:hover {
			border-right-color: #f8f8f8;
			border-left-color: #f8f8f8;
		}
		/* line 1840,   */
		.em-full-tab .em-tabs-control li.tab-link:first-child a,
		.em-full-tab .custom-tab li.tab-link:first-child a {
			border-left-color: #e1e1e1;
		}
		/* line 1842,   */
		.em-full-tab .owl-carousel .owl-nav div.owl-prev {
			border-color: #e1e1e1;
			border-bottom-color: #f8f8f8;
			border-left-color: transparent;
		}
		/* line 1847,   */
		.em-full-tab .owl-carousel .owl-nav div.owl-next {
			border-left-color: transparent;
			border-right-color: #e1e1e1;
		}
		/* line 1851,   */
		.em-full-tab .tab-content-container {
			border-color: #e1e1e1;
		}
		/*========End Box Category - Home page===========*/
		/*================Footer=============*/
		/* line 1861,   */
		.em-wrapper-footer {
			color: #454545;
			border-color: #dbdbdb;
			background-color: #f8f8f8;
			/*===============FOOTER STYLE 01================*/
			/*===============FOOTER STYLE 02================*/
			/*===============FOOTER STYLE 03================*/
			/*===============FOOTER STYLE 04================*/
		}
		/* line 1863,   */
		.em-wrapper-footer .primary {
			color: #454545;
		}
		/* line 1866,   */
		.em-wrapper-footer .secondary2 {
			color: #feae02;
		}
		/* line 1869,   */
		.em-wrapper-footer a {
			color: #454545;
		}
		/* line 41,   */
		.em-wrapper-footer a:hover,
		.em-wrapper-footer a:focus,
		.em-wrapper-footer a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 1870,   */
		.em-wrapper-footer address a {
			color: #feae02;
		}
		/* line 41,   */
		.em-wrapper-footer address a:hover,
		.em-wrapper-footer address a:focus,
		.em-wrapper-footer address a:active {
			color: #ffffff;
			text-decoration: none;
		}
		/* line 1871,   */
		.em-wrapper-footer .em-block-title {
			color: #454545;
		}
		/* line 1873,   */
		.em-wrapper-footer .em-block-title .h3 {
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
			font-size: 20px;
			color: #454545;
		}
		/* line 1874,   */
		.em-wrapper-footer .em-block-title .h4 {
			color: #454545;
			font-weight: 700;
			margin-bottom: 0;
		}
		/* line 1875,   */
		.em-wrapper-footer .em-block-title:before {
			color: #feae02;
		}
		/* line 1881,   */
		.em-wrapper-footer .em-footer-style01 {
			color: #454545;
			border-color: #dbdbdb;
			background-color: #f8f8f8;
		}
		/* line 1883,   */
		.em-wrapper-footer .em-footer-style01 .em-footer-bottom {
			background-color: #f8f8f8;
		}
		/* line 1886,   */
		.em-wrapper-footer .em-footer-style01 .em-footer-top-line {
			border-color: #dbdbdb;
		}
		/* line 1889,   */
		.em-wrapper-footer .em-footer-style01 .em-wrapper-newsletter .block-subscribe input.input-text {
			color: #454545;
			border-color: #454545;
			background-color: transparent;
		}
		/* line 1892,   */
		.em-wrapper-footer .em-footer-style01 .em-wrapper-newsletter .block-subscribe .actions button.button {
			color: #454545;
			border-color: #454545;
		}
		/* line 1895,   */
		.em-wrapper-footer .em-footer-style01 .em-wrapper-newsletter .block-subscribe .actions button.button:hover {
			color: #feae02;
		}
		/* line 1902,   */
		.em-wrapper-footer .em-footer-style01 .block-info .fa {
			color: #feae02;
		}
		/* line 1908,   */
		.em-wrapper-footer .em-footer-style01 .em-wrapper-social .em-social .em-social-icon {
			color: #454545;
			border-color: #454545;
			background-color: transparent;
		}
		/* line 1911,   */
		.em-wrapper-footer .em-footer-style01 .em-wrapper-social .em-social .em-social-icon:hover {
			color: #feae02;
		}
		/* line 1917,   */
		.em-wrapper-footer .em-footer-style01 .em-footer-info-bottom .fa {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			color: #454545;
			border-color: #454545;
			background-color: transparent;
		}
		/* line 1920,   */
		.em-wrapper-footer .em-footer-style01 .em-footer-info-bottom .fa:hover {
			color: #feae02;
			border-color: #feae02;
			background-color: transparent;
		}
		/* line 1924,   */
		.em-wrapper-footer .em-footer-style01 .em-footer-bottom .em-inner-bottom {
			border-color: #dbdbdb;
		}
		/* line 1930,   */
		.em-wrapper-footer .em-footer-style02 .em-wrapper-newsletter {
			color: #454545;
			border-color: #dbdbdb;
			background-color: #fafafa;
		}
		/* line 1933,   */
		.em-wrapper-footer .em-footer-style02 .em-wrapper-newsletter .block-subscribe input.input-text {
			color: #454545;
			border-color: #dbdbdb;
			background-color: #fafafa;
		}
		/* line 1936,   */
		.em-wrapper-footer .em-footer-style02 .em-wrapper-newsletter .block-subscribe .actions button.button {
			color: #feae02;
		}
		/* line 1938,   */
		.em-wrapper-footer .em-footer-style02 .em-wrapper-newsletter .block-subscribe .actions button.button:hover {
			color: #454545;
		}
		/* line 1946,   */
		.em-wrapper-footer .em-footer-style03 {
			color: #454545;
			border-color: #dbdbdb;
			background-color: #f8f8f8;
		}
		/* line 1948,   */
		.em-wrapper-footer .em-footer-style03 .em-footer-bottom {
			background-color: #f8f8f8;
			color: #ffffff;
		}
		/* line 1951,   */
		.em-wrapper-footer .em-footer-style03 .em-footer-bottom a {
			color: #ffffff;
		}
		/* line 41,   */
		.em-wrapper-footer .em-footer-style03 .em-footer-bottom a:hover,
		.em-wrapper-footer .em-footer-style03 .em-footer-bottom a:focus,
		.em-wrapper-footer .em-footer-style03 .em-footer-bottom a:active {
			color: #ffffff;
			text-decoration: none;
		}
		/* line 1953,   */
		.em-wrapper-footer .em-footer-style03 .em-footer-top-line {
			border-color: #dbdbdb;
		}
		/* line 1956,   */
		.em-wrapper-footer .em-footer-style03 .em-wrapper-newsletter .block-subscribe input.input-text {
			color: #454545;
			border-color: #dbdbdb;
			background-color: #fafafa;
		}
		/* line 1959,   */
		.em-wrapper-footer .em-footer-style03 .em-wrapper-newsletter .block-subscribe .actions button.button {
			color: #5c5c5c;
			border-color: #e8e8e8;
			background-color: #e8e8e8;
		}
		/* line 1961,   */
		.em-wrapper-footer .em-footer-style03 .em-wrapper-newsletter .block-subscribe .actions button.button:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 1967,   */
		.em-wrapper-footer .em-footer-style03 address {
			font-size: 90%;
		}
		/* line 1970,   */
		.em-wrapper-footer .em-footer-style03 .em-wrapper-social .em-social .em-social-icon {
			color: #454545;
			border-color: #454545;
			background-color: transparent;
		}
		/* line 1973,   */
		.em-wrapper-footer .em-footer-style03 .em-wrapper-social .em-social .em-social-icon:hover {
			color: #feae02;
		}
		/* line 1982,   */
		.em-wrapper-footer .em-footer-style04 {
			color: #454545;
			border-color: #dbdbdb;
			background-color: #f8f8f8;
		}
		/* line 1984,   */
		.em-wrapper-footer .em-footer-style04 .em-footer-bottom {
			background-color: #f8f8f8;
		}
		/* line 1987,   */
		.em-wrapper-footer .em-footer-style04 .em-footer-top-line {
			border-color: #dbdbdb;
		}
		/* line 1990,   */
		.em-wrapper-footer .em-footer-style04 .em-wrapper-newsletter .block-subscribe input.input-text {
			color: #454545;
			border-color: #454545;
			background-color: transparent;
		}
		/* line 1993,   */
		.em-wrapper-footer .em-footer-style04 .em-wrapper-newsletter .block-subscribe .actions button.button {
			color: #454545;
			border-color: #454545;
		}
		/* line 1996,   */
		.em-wrapper-footer .em-footer-style04 .em-wrapper-newsletter .block-subscribe .actions button.button:hover {
			color: #feae02;
		}
		/* line 2003,   */
		.em-wrapper-footer .em-footer-style04 .block-info .fa {
			color: #feae02;
		}
		/* line 2009,   */
		.em-wrapper-footer .em-footer-style04 .em-wrapper-social .em-social .em-social-icon {
			color: #454545;
			border-color: #454545;
			background-color: transparent;
		}
		/* line 2012,   */
		.em-wrapper-footer .em-footer-style04 .em-wrapper-social .em-social .em-social-icon:hover {
			color: #feae02;
		}
		/* line 2018,   */
		.em-wrapper-footer .em-footer-style04 .em-footer-info-bottom .fa {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			color: #454545;
			border-color: #454545;
			background-color: transparent;
		}
		/* line 2021,   */
		.em-wrapper-footer .em-footer-style04 .em-footer-info-bottom .fa:hover {
			color: #feae02;
			border-color: #feae02;
			background-color: transparent;
		}
		/* line 2025,   */
		.em-wrapper-footer .em-footer-style04 .em-footer-bottom .em-inner-bottom {
			border-color: #dbdbdb;
		}
		/* line 2034,   */
		.em-footer a {
			color: #454545;
		}
		/* line 41,   */
		.em-footer a:hover,
		.em-footer a:focus,
		.em-footer a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2041,   */
		.inner_links .h5 {
			color: #454545;
			border-color: #dbdbdb;
			background-color: tranparent;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2042,   */
		.inner_links a {
			color: #454545;
		}
		/* line 41,   */
		.inner_links a:hover,
		.inner_links a:focus,
		.inner_links a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2045,   */
		.em-links-line {
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/*Multidealpro*/
		/* line 2050,   */
		.em-multidealpro-detail {
			color: #1a1a1a;
		}
		/* line 2052,   */
		.em-multidealpro-detail .product-shop-right h3.product-name a {
			color: #1a1a1a;
		}
		/* line 41,   */
		.em-multidealpro-detail .product-shop-right h3.product-name a:hover,
		.em-multidealpro-detail .product-shop-right h3.product-name a:focus,
		.em-multidealpro-detail .product-shop-right h3.product-name a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2055,   */
		.em-multidealpro-detail .product-shop-right .em-multideal-price-box span.price {
			color: #1a1a1a;
		}
		/* line 2059,   */
		.em-multidealpro-detail .clock > li:first-child,
		.em-multidealpro-detail .clock ul.clock_sub li {
			border-color: #feae02;
		}
		/* line 2062,   */
		.em-multidealpro-detail .clock li,
		.em-multidealpro-detail .clock li span {
			color: #feae02;
		}
		/* line 2066,   */
		.em-multidealpro-detail button.button.btn-cart {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2068,   */
		.em-multidealpro-detail button.button.btn-cart:hover {
			color: #feae02;
			border-color: #feae02;
			background-color: #ffffff;
		}
		/* line 2075,   */
		.em-special-deals .widget-title h1 {
			color: #343434;
		}
		/* line 2078,   */
		.em-special-deals .item {
			border-color: #e1e1e1;
		}
		/* line 2080,   */
		.em-special-deals .item:hover {
			border-color: #e1e1e1;
		}
		/* line 2088,   */
		.em-multideal-all .clock_style_1 .clock li span,
		.em-multideal-all .clock_style_1 .clock li p {
			color: #1a1a1a;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			font-size: 12px;
		}
		/* line 2093,   */
		.em-multideal-all .clock_style_1 .clock li span.days:before {
			color: #feae02;
		}
		/* line 2097,   */
		.em-multideal-all .em-multideal-price-box span.price {
			font-size: 90%;
		}
		/* line 2101,   */
		.product-image .sale_off {
			background-color: #feae02;
			color: #ffffff;
		}
		/* line 2104,   */
		.product-image .sale_off:after {
			border-color: #feae02 transparent;
		}
		/* line 2109,   */
		.clock_style_1 .clock li p {
			color: #1a1a1a;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
			font-size: 8px;
		}
		/* line 2114,   */
		.clock_style_1 .clock li span {
			color: #ffffff;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
			font-size: 18px;
			font-weight: 600;
			line-height: 32px;
			background: #353535;
		}
		/* line 2122,   */
		.msg_soldout {
			color: #1a1a1a;
			border-color: #e1e1e1;
			background-color: transparent;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2123,   */
		.clock li span {
			color: #454545;
		}
		/* line 2124,   */
		.show_details .show_clock {
			border-color: #e1e1e1;
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
		}
		/* line 2129,   */
		.multidealpro_recent .multidealpro_products .products-grid li.item {
			border-color: #e1e1e1;
		}
		/* line 2133,   */
		.em_multidealpro .price-box .regular-price,
		.multidealpro_products .price-box .regular-price {
			color: #343434;
		}
		/* line 2135,   */
		.em_multidealpro .price-box .regular-price .price,
		.multidealpro_products .price-box .regular-price .price {
			color: #343434;
			font-size: 100%;
			display: inline;
			font-weight: 500;
		}
		/*====================Tab Slider ==========================*/
		/* line 2175,   */
		.custom-tab .tab-link a {
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #e8e8e8;
		}
		/* line 2179,   */
		.custom-tab .tab-link a:hover {
			color: #feae02;
			border-color: #feae02;
			background-color: #e8e8e8;
		}
		/* line 2183,   */
		.custom-tab .tab-link.active a {
			font-weight: 700;
			color: #feae02;
			border-color: #feae02;
			background-color: #e8e8e8;
		}
		/* line 2191,   */
		.custom-tab.tabstyle-02 .tab-link a {
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
			border-radius: 0 0 0 0;
			-moz-border-radius: 0 0 0 0;
			-webkit-border-radius: 0 0 0 0;
			color: #454545;
			border-color: #e8e8e8;
			background-color: #e8e8e8;
		}
		/* line 2195,   */
		.custom-tab.tabstyle-02 .tab-link a:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2199,   */
		.custom-tab.tabstyle-02 .tab-link.active a {
			font-weight: 700;
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2213,   */
		.tabstyle-03 .em-tabs .custom-tab li.tab-link a {
			color: #7e7e7e;
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2219,   */
		.tabstyle-03 .em-tabs .custom-tab li.tab-link:hover a,
		.tabstyle-03 .em-tabs .custom-tab li.tab-link.active a {
			color: #454545;
			font-weight: bold;
		}
		/* line 2222,   */
		.tabstyle-03 .em-tabs .custom-tab li.tab-link:hover a:before,
		.tabstyle-03 .em-tabs .custom-tab li.tab-link.active a:before {
			background: #feae02;
		}
		/* line 2147,   */
		.r-tabs .r-tabs-nav .r-tabs-anchor {
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			color: #454545;
			border-color: #e1e1e1;
			background-color: #e8e8e8;
		}
		/* line 2150,   */
		.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
			color: #feae02;
			border-color: #feae02;
			background-color: #e8e8e8;
		}
		/* line 2154,   */
		.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
			color: #feae02;
			border-color: #feae02;
			background-color: #e8e8e8;
		}
		/* line 2159,   */
		.r-tabs .owl-carousel .owl-nav div {
			color: #454545;
			border-color: #e1e1e1;
			background-color: #e8e8e8;
		}
		/* line 2161,   */
		.r-tabs .owl-carousel .owl-nav div:after {
			border-color: #e1e1e1;
		}
		/* line 2164,   */
		.r-tabs .owl-carousel .owl-nav div:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2166,   */
		.r-tabs .owl-carousel .owl-nav div:hover:after {
			border-color: #feae02;
		}
		/* line 2147,   */
		.embase-tab-01 .r-tabs .r-tabs-nav .r-tabs-anchor,
		.embase-tab-01 .em-tabs .r-tabs-nav .r-tabs-anchor {
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			color: #454545;
			border-color: #e1e1e1;
			background-color: #e8e8e8;
		}
		/* line 2150,   */
		.embase-tab-01 .r-tabs .r-tabs-nav .r-tabs-anchor:hover,
		.embase-tab-01 .em-tabs .r-tabs-nav .r-tabs-anchor:hover {
			color: #feae02;
			border-color: #feae02;
			background-color: #e8e8e8;
		}
		/* line 2154,   */
		.embase-tab-01 .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
		.embase-tab-01 .em-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
			color: #feae02;
			border-color: #feae02;
			background-color: #e8e8e8;
		}
		/* line 2159,   */
		.embase-tab-01 .r-tabs .owl-carousel .owl-nav div,
		.embase-tab-01 .em-tabs .owl-carousel .owl-nav div {
			color: #454545;
			border-color: #e1e1e1;
			background-color: #e8e8e8;
		}
		/* line 2161,   */
		.embase-tab-01 .r-tabs .owl-carousel .owl-nav div:after,
		.embase-tab-01 .em-tabs .owl-carousel .owl-nav div:after {
			border-color: #e1e1e1;
		}
		/* line 2164,   */
		.embase-tab-01 .r-tabs .owl-carousel .owl-nav div:hover,
		.embase-tab-01 .em-tabs .owl-carousel .owl-nav div:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2166,   */
		.embase-tab-01 .r-tabs .owl-carousel .owl-nav div:hover:after,
		.embase-tab-01 .em-tabs .owl-carousel .owl-nav div:hover:after {
			border-color: #feae02;
		}
		/* line 2242,   */
		.embase-tab-01 .r-tabs .r-tabs-nav li:before,
		.embase-tab-01 .em-tabs .r-tabs-nav li:before,
		.embase-tab-01 .r-tabs .custom-tab li:before,
		.embase-tab-01 .em-tabs .custom-tab li:before {
			color: #454545;
		}
		/* line 2252,   */
		.slider-navi-top .widget-title h3,
		.slider-navi-top .em-widget-title h3,
		.slider-navi-top .block-title h3,
		.slider-navi-top .em-block-title h3,
		.slider-navi-top .widget-title h2,
		.slider-navi-top .em-widget-title h2,
		.slider-navi-top .block-title h2,
		.slider-navi-top .em-block-title h2,
		.slider-navi-top .widget-title strong,
		.slider-navi-top .em-widget-title strong,
		.slider-navi-top .block-title strong,
		.slider-navi-top .em-block-title strong {
			font: 600 24px/1.25 Roboto, Helvetica, Arial, sans-serif;
			color: #1a1a1a;
		}
		/* line 2260,   */
		.slider-brand-line .em-banners-item p {
			border-color: #e1e1e1;
		}
		/*tab mobile*/
		/* line 2268,   */
		.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
			color: #454545;
			border-color: #e1e1e1;
			background-color: #e8e8e8;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2272,   */
		.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2277,   */
		.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/*===========Show Icon Next Pre Slider============*/
		/*button next-pre-text*/
		/*button next-pre-icon*/
		/* line 2310,   */
		.owl-carousel .owl-nav div {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #e8e8e8;
		}
		/* line 2299,   */
		.owl-carousel .owl-nav div:after {
			border-color: body_line_color;
		}
		/* line 2302,   */
		.owl-carousel .owl-nav div:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2304,   */
		.owl-carousel .owl-nav div:hover.disabled {
			color: #ffffff;
		}
		/* line 2305,   */
		.owl-carousel .owl-nav div:hover:after {
			border-color: #feae02;
		}
		/* line 2315,   */
		.slider-style02 .owl-carousel .owl-nav div {
			color: #7e7e7e;
			border-color: #ffffff;
			background-color: #ffffff;
		}
		/* line 2317,   */
		.slider-style02 .owl-carousel .owl-nav div:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/*button next-pre-none-bkg*/
		/* line 2327,   */
		.slider-icon-text .owl-carousel .owl-nav div {
			color: #7e7e7e;
			background: transparent;
			border: none;
		}
		/* line 2291,   */
		.slider-icon-text .owl-carousel .owl-nav div:hover {
			color: #343434;
			background: transparent;
		}
		/*===========End Show Icon Next Pre Slider============*/
		/*Show icon circle*/
		/* line 222,   */
		.owl-carousel .owl-dot.active span {
			background-color: #feae02;
			border-color: #feae02;
		}
		/* line 223,   */
		.owl-carousel .owl-dot span {
			background-color: #feae02;
			border-color: #feae02;
		}
		/* line 226,   */
		.owl-carousel .owl-dot span:hover {
			background-color: #feae02;
			border-color: #feae02;
		}
		/* line 2336,   */
		.owl-carousel .owl-dot span {
			border-color: #949494;
		}
		/*Show icon square*/
		/* line 222,   */
		.slider-icon-square .owl-carousel .owl-dot.active span {
			background-color: #feae02;
			border-color: #feae02;
		}
		/* line 223,   */
		.slider-icon-square .owl-carousel .owl-dot span {
			background-color: #7e7e7e;
			border-color: #feae02;
		}
		/* line 226,   */
		.slider-icon-square .owl-carousel .owl-dot span:hover {
			background-color: #feae02;
			border-color: #feae02;
		}
		/* line 261,   */
		.owl-pagination-numbers.owl-carousel .owl-dot.active span.owl-numbers {
			color: #f8f8f8;
			border-color: #ffffff;
			background-color: #ffffff;
		}
		/* line 264,   */
		.owl-pagination-numbers.owl-carousel .owl-dot span.owl-numbers {
			color: #f8f8f8;
			border-color: #7e7e7e;
			background-color: #7e7e7e;
		}
		/* line 266,   */
		.owl-pagination-numbers.owl-carousel .owl-dot span.owl-numbers:hover {
			color: #f8f8f8;
			border-color: #ffffff;
			background-color: #ffffff;
		}
		/*==========End Show Pagination============*/
		/*================EM Blog================*/
		/* line 2354,   */
		.em-block-title .h2 {
			text-transform: capitalize;
		}
		/* line 2355,   */
		.em-blog-title {
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2356,   */
		.em-blog-title a,
		.em-blog-author a {
			color: #343434;
		}
		/* line 41,   */
		.em-blog-title a:hover,
		.em-blog-author a:hover,
		.em-blog-title a:focus,
		.em-blog-author a:focus,
		.em-blog-title a:active,
		.em-blog-author a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2360,   */
		.link-more {
			color: #feae02;
		}
		/* line 41,   */
		.link-more:hover,
		.link-more:focus,
		.link-more:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2364,   */
		.post-title,
		.comment-title {
			color: #343434;
		}
		/* line 41,   */
		.post-title:hover,
		.comment-title:hover,
		.post-title:focus,
		.comment-title:focus,
		.post-title:active,
		.comment-title:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2367,   */
		.em_blog-cat li:hover,
		.em_blog-cat li.current {
			color: #454545;
		}
		/* line 2369,   */
		.em_blog-cat li.parent.current a {
			color: #343434;
		}
		/* line 41,   */
		.em_blog-cat li.parent.current a:hover,
		.em_blog-cat li.parent.current a:focus,
		.em_blog-cat li.parent.current a:active {
			color: #454545;
			text-decoration: none;
		}
		/* line 2370,   */
		.em_blog-cat li.parent.current li.current > a {
			color: #feae02;
		}
		/* line 41,   */
		.em_blog-cat li.parent.current li.current > a:hover,
		.em_blog-cat li.parent.current li.current > a:focus,
		.em_blog-cat li.parent.current li.current > a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2372,   */
		#allcomments .comment-button button.button {
			color: #7e7e7e;
		}
		/* line 2373,   */
		#allcomments .comment-button button.button:hover {
			color: #feae02;
		}
		/* line 2376,   */
		.em_post-items .post-title h2 {
			color: #343434;
		}
		/* line 2378,   */
		.em_post-items .post-title h2 a {
			color: #343434;
		}
		/* line 41,   */
		.em_post-items .post-title h2 a:hover,
		.em_post-items .post-title h2 a:focus,
		.em_post-items .post-title h2 a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2380,   */
		.em_post-action {
			border-color: #e1e1e1;
		}
		/* line 2382,   */
		.form-comment-container h3,
		.article-comments .form-title {
			color: #343434;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
			margin-bottom: 20px;
		}
		/* line 2391,   */
		#allcomments .comment-by span {
			color: #feae02;
		}
		/* line 2396,   */
		.comment-item-header > span {
			color: #feae02;
		}
		/*RECENT COMMENTS*/
		/* line 2399,   */
		.em_block-recent-comments .item {
			border-color: #e1e1e1;
		}
		/*==========Category================*/
		/*product-name*/
		/* line 2405,   */
		a.product-image {
			/*.link(@body_line2_color; @body_line2_color);*/
		}
		/* line 2408,   */
		.product-name a {
			color: #343434;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 41,   */
		.product-name a:hover,
		.product-name a:focus,
		.product-name a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2413,   */
		.em_nav .menu-container .product-name a {
			color: #343434;
  /*&:hover{
			font-weight:700;
			}*/
		}
		/* line 41,   */
		.em_nav .menu-container .product-name a:hover,
		.em_nav .menu-container .product-name a:focus,
		.em_nav .menu-container .product-name a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2420,   */
		.price-box {
			font-size: 100%;
			margin-bottom: 1rem;
			color: #feae02;
		}
		/* line 2424,   */
		.price-box .price-label {
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2428,   */
		.price-box.map-info {
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2431,   */
		.price {
			color: #feae02;
			font-size: 100%;
			font-weight: 700;
		}
		/* line 2436,   */
		.em-multideal-price-box span.price {
			font-size: 100%;
		}
		/* line 2437,   */
		.em-multideal-price-box .special-price span.price {
			font-size: 100%;
			color: #feae02;
		}
		/* line 2439,   */
		.old-price .price {
			color: #8b8b8b;
			font-size: 80%;
			font-weight: 500;
		}
		/* line 2440,   */
		.special-price .price {
			color: #feae02;
		}
		/* line 2444,   */
		.productlabels_icons .label {
			color: #ffffff;
			border-color: #00b4ff;
			background-color: transparent;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2446,   */
		.productlabels_icons .label:before {
			background: #00b4ff;
		}
		/* line 2448,   */
		.productlabels_icons .label.sale,
		.productlabels_icons .label.special {
			color: #ffffff;
			border-color: #ff0000;
			background-color: transparent;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2451,   */
		.productlabels_icons .label.sale:before,
		.productlabels_icons .label.special:before {
			background: #ff0000;
		}
		/* line 2453,   */
		.productlabels_icons .label.hot {
			color: #ffffff;
			border-color: #f9b600;
			background-color: transparent;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2455,   */
		.productlabels_icons .label.hot:before {
			background: #f9b600;
		}
		/* line 2457,   */
		.sale_off {
			color: #ffffff;
		}
		/* Toolbar */
		/*.multidealpro_products .sorter,*/
		/* line 2463,   */
		.multidealpro_products .sorter {
  /*border-bottom:1px solid @body_line_color;
	margin: 0 -10px;
	padding: 0 20px;*/
}
/* line 2469,   */
.toolbar-bottom .pager .amount {
	color: #343434;
	font-weight: 700;
}
/* line 2474,   */
.pager label,
.sort-by label,
.sorter label {
	color: #343434;
}
/* line 2478,   */
.view-mode {
	border-color: #e1e1e1;
}
/* line 2481,   */
.view-mode .list:hover,
.view-mode .grid:hover {
	color: #feae02;
}
/* line 2485,   */
.view-mode strong.list,
.view-mode strong.grid {
	color: #feae02;
}
/* line 2488,   */
.view-mode .grid {
	border-color: #e1e1e1;
}
/* line 2493,   */
.sort-by > a {
	background-color: #e8e8e8;
	border-color: transparent;
}
/* line 2496,   */
.sort-by > a:hover {
	background-color: #f8f8f8;
	border-color: #feae02;
}
/* line 2502,   */
.pager .pages li > a {
	color: #343434;
	background-color: #e8e8e8;
}
/* line 2503,   */
.pager .pages .current,
.pager .pages li > a:hover {
	color: #ffffff;
	background-color: #feae02;
}
/* line 2506,   */
.pager .pages li a.previous,
.pager .pages li a.next {
	color: #343434;
}
/* line 41,   */
.pager .pages li a.previous:hover,
.pager .pages li a.next:hover,
.pager .pages li a.previous:focus,
.pager .pages li a.next:focus,
.pager .pages li a.previous:active,
.pager .pages li a.next:active {
	color: #ffffff;
	text-decoration: none;
}
/* View Type: Grid */
/* line 2511,   */
.products-grid .item {
	border-color: #e1e1e1;
}
/* line 2514,   */
.products-grid .product-item {
	border-color: #e1e1e1;
	background-color: #ffffff;
}
/* line 2517,   */
.products-grid .product-item:hover {
	box-shadow: 0 2px 3px #e1e1e1;
}
/* line 2524,   */
.em-filterproducts-custom .product-item {
	border-color: #e1e1e1;
}
/* line 2530,   */
.category-products li.item {
	border-color: #e1e1e1;
}
/* line 2532,   */
.category-products li.item .product-item:hover .product-shop {
	background-color: #ffffff;
}
/* line 2535,   */
.em-related-noslider.products-grid li.item,
.em-crosssell-noslider.products-grid li.item,
.em-crosssell-noslider.products-grid li.item,
.em-upsell-noslider.products-grid li.item {
	border: 0;
}
/* line 2540,   */
.em-related-noslider.products-grid li.item .product-item,
.em-crosssell-noslider.products-grid li.item .product-item,
.em-crosssell-noslider.products-grid li.item .product-item,
.em-upsell-noslider.products-grid li.item .product-item {
	border: 1px solid transparent;
}
/* line 2542,   */
.em-related-noslider.products-grid li.item .product-item:hover,
.em-crosssell-noslider.products-grid li.item .product-item:hover,
.em-crosssell-noslider.products-grid li.item .product-item:hover,
.em-upsell-noslider.products-grid li.item .product-item:hover {
	border-color: #e1e1e1;
}
/* line 2547,   */
.multidealpro_products .products-grid li.item {
  /*border:1px solid transparent;
	&:hover{
		.changeLine(@body_line_color);
		}*/
	}
	/* line 2553,   */
	.products-grid .owl-item li.item .product-item {
		border-color: #e1e1e1;
	}
	/* line 2555,   */
	.products-grid .owl-item li.item .product-item:hover {
		border-color: #e1e1e1;
	}
	/* line 2562,   */
	.em-layout03-featured-products .products-list.owl-carousel .owl-item .item,
	.em-layout03-featured-products .products-grid.owl-carousel .owl-item .item {
		border-color: #e1e1e1;
	}
	/* line 2564,   */
	.em-layout03-featured-products .products-list.owl-carousel .owl-item .item:hover,
	.em-layout03-featured-products .products-grid.owl-carousel .owl-item .item:hover {
		border-color: #e1e1e1;
	}
	/* View Type: List */
	/* line 2576,   */
	.category-products .products-list li.item {
		background-color: #ffffff;
	}
	/* line 2578,   */
	.category-products .products-list li.item .product-name a {
		color: #feae02;
		font-weight: 700;
	}
	/* line 41,   */
	.category-products .products-list li.item .product-name a:hover,
	.category-products .products-list li.item .product-name a:focus,
	.category-products .products-list li.item .product-name a:active {
		color: #feae02;
		text-decoration: none;
	}
	/* line 2586,   */
	.products-list .product-image {
		border-color: #e1e1e1;
	}
	/* line 2590,   */
	.block-related .item {
  /*&:hover{
		.changeLine(@body_line_color);
		}*/
	}
	/* line 2595,   */
	.block-related #em-grid-mode-related {
		border-color: #e1e1e1;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	/* line 2601,   */
	#upsell-product-table #em-grid-mode,
	.crosssell-content #em-grid-mode {
		border-color: #e1e1e1;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	/*slider grid-list*/
	/* line 2609,   */
	.products-list.owl-carousel .owl-item .item,
	.products-grid.owl-carousel .owl-item .item {
  /*border:1px solid @body_line_color;
		.border-radius(@rounded_corner);
		&:hover{
			border-color:@body_line2_color;
			}*/
		}
		/*==========Siderbar================*/
		/* line 2618,   */
		.widget-recentreview-products .widget-products {
			border-color: #e1e1e1;
		}
		/* line 2622,   */
		.em-sidebar .block,
		.em-sidebar .widget,
		.em-sidebar .multidealpro_recent {
			background-color: #ffffff;
			border-color: #e1e1e1;
		}
		/* line 2625,   */
		.em-sidebar .block .em-block-title,
		.em-sidebar .widget .em-block-title,
		.em-sidebar .multidealpro_recent .em-block-title,
		.em-sidebar .block .em-widget-title,
		.em-sidebar .widget .em-widget-title,
		.em-sidebar .multidealpro_recent .em-widget-title,
		.em-sidebar .block .block-title,
		.em-sidebar .widget .block-title,
		.em-sidebar .multidealpro_recent .block-title,
		.em-sidebar .block .widget-title,
		.em-sidebar .widget .widget-title,
		.em-sidebar .multidealpro_recent .widget-title {
			color: #1a1a1a;
			border-color: #e1e1e1;
			background-color: #e8e8e8;
		}
		/* line 2627,   */
		.em-sidebar .block .em-block-title h3,
		.em-sidebar .widget .em-block-title h3,
		.em-sidebar .multidealpro_recent .em-block-title h3,
		.em-sidebar .block .em-widget-title h3,
		.em-sidebar .widget .em-widget-title h3,
		.em-sidebar .multidealpro_recent .em-widget-title h3,
		.em-sidebar .block .block-title h3,
		.em-sidebar .widget .block-title h3,
		.em-sidebar .multidealpro_recent .block-title h3,
		.em-sidebar .block .widget-title h3,
		.em-sidebar .widget .widget-title h3,
		.em-sidebar .multidealpro_recent .widget-title h3,
		.em-sidebar .block .em-block-title strong,
		.em-sidebar .widget .em-block-title strong,
		.em-sidebar .multidealpro_recent .em-block-title strong,
		.em-sidebar .block .em-widget-title strong,
		.em-sidebar .widget .em-widget-title strong,
		.em-sidebar .multidealpro_recent .em-widget-title strong,
		.em-sidebar .block .block-title strong,
		.em-sidebar .widget .block-title strong,
		.em-sidebar .multidealpro_recent .block-title strong,
		.em-sidebar .block .widget-title strong,
		.em-sidebar .widget .widget-title strong,
		.em-sidebar .multidealpro_recent .widget-title strong,
		.em-sidebar .block .em-block-title h2,
		.em-sidebar .widget .em-block-title h2,
		.em-sidebar .multidealpro_recent .em-block-title h2,
		.em-sidebar .block .em-widget-title h2,
		.em-sidebar .widget .em-widget-title h2,
		.em-sidebar .multidealpro_recent .em-widget-title h2,
		.em-sidebar .block .block-title h2,
		.em-sidebar .widget .block-title h2,
		.em-sidebar .multidealpro_recent .block-title h2,
		.em-sidebar .block .widget-title h2,
		.em-sidebar .widget .widget-title h2,
		.em-sidebar .multidealpro_recent .widget-title h2 {
			color: #1a1a1a;
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2631,   */
		.em-sidebar .block .item,
		.em-sidebar .widget .item,
		.em-sidebar .multidealpro_recent .item,
		.em-sidebar .block li,
		.em-sidebar .widget li,
		.em-sidebar .multidealpro_recent li {
			border-color: #e1e1e1;
		}
		/* Block poll*/
		/* line 2639,   */
		.block-poll .label {
			color: #7e7e7e;
		}
		/* BreadCrumbs */
		/* Block: Layered Navigation */
		/* line 2651,   */
		.em-wrapper-layer {
			background-color: #f8f8f8;
		}
		/* line 2655,   */
		.block-layered-nav .block-content dt,
		.em-filter-content dt {
			color: #343434;
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
			text-transform: uppercase;
		}
		/* line 2660,   */
		.block-layered-nav .block-content dd,
		.em-filter-content dd {
			border-bottom-color: #e1e1e1;
		}
		/* line 2662,   */
		.block-layered-nav .block-content dd.last,
		.em-filter-content dd.last {
			border: none;
		}
		/* line 2666,   */
		.block-layered-nav .block-content dd li,
		.em-filter-content dd li {
			color: #7e7e7e;
		}
		/* line 2668,   */
		.block-layered-nav .block-content dd li .icon,
		.block-layered-nav .block-content dd li label,
		.em-filter-content dd li .icon,
		.em-filter-content dd li label {
			color: #7e7e7e;
		}
		/* line 2672,   */
		.block-layered-nav .block-content dd li a,
		.em-filter-content dd li a {
			color: #7e7e7e;
		}
		/* line 2674,   */
		.block-layered-nav .block-content dd li a:hover,
		.em-filter-content dd li a:hover {
			color: #343434;
		}
		/* line 2678,   */
		.block-layered-nav .block-content dd li span,
		.em-filter-content dd li span {
			color: #feae02;
		}
		/* line 2681,   */
		.block-layered-nav .block-content dd li:hover,
		.em-filter-content dd li:hover {
			color: #343434;
		}
		/* line 2683,   */
		.block-layered-nav .block-content dd li:hover a,
		.em-filter-content dd li:hover a {
			color: #343434;
		}
		/* line 2689,   */
		.block-layered-nav .block-content .rslider #range,
		.em-filter-content .rslider #range {
			background-color: #feae02;
		}
		/* line 2692,   */
		.block-layered-nav .block-content .rslider #track,
		.em-filter-content .rslider #track {
			background-color: #e1e1e1;
		}
		/* line 2695,   */
		.block-layered-nav .block-content .rslider .handle,
		.em-filter-content .rslider .handle {
			border-color: #feae02;
		}
		/* line 2697,   */
		.block-layered-nav .block-content .rslider .handle:before,
		.em-filter-content .rslider .handle:before {
			background-color: #feae02;
		}
		/* line 2701,   */
		.block-layered-nav .block-content .rslider .price,
		.em-filter-content .rslider .price {
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
		}
		/* line 2706,   */
		.block-layered-nav .block-content .tree-filter ol,
		.em-filter-content .tree-filter ol {
			border-color: #e9e9e9;
		}
		/* line 2709,   */
		.block-layered-nav .block-content .tree-filter li,
		.em-filter-content .tree-filter li {
			border-color: #e9e9e9;
			/*&.expanded > .label-icon > .label, */
		}
		/* line 2711,   */
		.block-layered-nav .block-content .tree-filter li.selected > .label-icon > .label,
		.em-filter-content .tree-filter li.selected > .label-icon > .label {
			color: #343434;
		}
		/* line 2714,   */
		.block-layered-nav .block-content .tree-filter li .label,
		.em-filter-content .tree-filter li .label {
			color: #7e7e7e;
		}
		/* line 2716,   */
		.block-layered-nav .block-content .tree-filter li .label a,
		.em-filter-content .tree-filter li .label a {
			color: #7e7e7e;
		}
		/* line 2720,   */
		.block-layered-nav .block-content .tree-filter li .icon,
		.em-filter-content .tree-filter li .icon {
			color: #7e7e7e;
		}
		/* line 2722,   */
		.block-layered-nav .block-content .tree-filter li .icon:hover,
		.em-filter-content .tree-filter li .icon:hover {
			color: #343434;
		}
		/* line 2726,   */
		.block-layered-nav .block-content .tree-filter li .label-icon:hover > .label,
		.em-filter-content .tree-filter li .label-icon:hover > .label {
			color: #343434;
		}
		/* line 2728,   */
		.block-layered-nav .block-content .tree-filter li .label-icon:hover > .label a,
		.em-filter-content .tree-filter li .label-icon:hover > .label a {
			color: #343434;
		}
		/* line 2737,   */
		.em-filter-content .em-block-title strong {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2740,   */
		.em-filter-content .em-filter-title {
			color: #1a1a1a;
			border-color: #feae02;
			background-color: #ffffff;
			border-bottom-color: #e1e1e1;
		}
		/* line 2743,   */
		.em-filter-content .em-filter-title li {
			border-color: #e1e1e1;
		}
		/* line 2745,   */
		.em-filter-content .em-filter-title li:hover {
			color: #feae02;
		}
		/* line 2750,   */
		.em-filter-content .em-filter-content-wrapper,
		.em-filter-content .em-filter-item {
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/*Block tag*/
		/* line 2760,   */
		.product-tags li a {
			color: #7e7e7e;
		}
		/* line 41,   */
		.product-tags li a:hover,
		.product-tags li a:focus,
		.product-tags li a:active {
			color: #343434;
			text-decoration: none;
		}
		/* Block: Tags & box-tags*/
		/* line 2769,   */
		.em_block-tag-cloud li a,
		.tags-list li a {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: transparent;
		}
		/* line 2771,   */
		.em_block-tag-cloud li a:hover,
		.tags-list li a:hover {
			color: #feae02;
			border-color: #feae02;
			background-color: transparent;
		}
		/*========== Product detail ==========*/
		/* line 2780,   */
		.fancybox-opened .fancybox-skin {
			background-color: #ffffff;
		}
		/*Next pre product*/
		/* line 2782,   */
		.product-view-detail .product-shop > a {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: #e8e8e8;
		}
		/* line 2299,   */
		.product-view-detail .product-shop > a:after {
			border-color: body_line_color;
		}
		/* line 2302,   */
		.product-view-detail .product-shop > a:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2304,   */
		.product-view-detail .product-shop > a:hover.disabled {
			color: #ffffff;
		}
		/* line 2305,   */
		.product-view-detail .product-shop > a:hover:after {
			border-color: #feae02;
		}
		/* line 2786,   */
		.in-stock span {
			color: #feae02;
		}
		/* line 2787,   */
		.no-rating a {
			color: #7e7e7e;
		}
		/* line 41,   */
		.no-rating a:hover,
		.no-rating a:focus,
		.no-rating a:active {
			color: #343434;
			text-decoration: none;
		}
		/* line 2790,   */
		.availability-only {
			color: #343434;
		}
		/* line 2792,   */
		.availability-only a {
			color: #343434;
		}
		/* line 2793,   */
		.availability-only span:before {
			border-color: #343434;
		}
		/* line 2794,   */
		.availability-only span:after {
			background-color: #343434;
		}
		/* line 2796,   */
		.availability-only-details {
			margin-bottom: 20px;
		}
		/* line 2805,   */
		.product-view-detail .product-img-box .media-left .product-image,
		.product-view-detail .product-img-box .more-views img {
			border-color: #e1e1e1;
		}
		/* line 2809,   */
		.product-view-detail .more-views .owl-carousel .owl-nav div {
			color: #1a1a1a;
			border-color: #e1e1e1;
			background-color: #cccccc;
		}
		/* line 2811,   */
		.product-view-detail .more-views .owl-carousel .owl-nav div:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2815,   */
		.product-view-detail .product-shop {
			border-color: #e1e1e1;
			background-color: #ffffff;
		}
		/* line 2818,   */
		.product-view-detail .product-shop .product-name {
			color: #343434;
			margin-bottom: 1.55rem;
		}
		/* line 2822,   */
		.product-view-detail .product-shop .separator {
			color: #7e7e7e;
		}
		/* line 2825,   */
		.product-view-detail .product-shop .sku,
		.product-view-detail .product-shop .availability {
			color: #343434;
		}
		/* line 2829,   */
		.product-view-detail .product-shop .price-box .price {
			font-size: 165%;
			line-height: 1.25;
		}
		/* line 2834,   */
		.product-view-detail .product-shop .price-box .old-price .price {
			font-size: 110%;
		}
		/* line 2840,   */
		.product-view-detail .product-shop .short-description .std {
			border-color: #e1e1e1;
		}
		/* line 2841,   */
		.product-view-detail .product-shop .short-description h2 {
			color: #343434;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
		}
		/* line 2846,   */
		.product-view-detail .product-shop .add-to-cart .secondary-actions {
			border-color: #e1e1e1;
		}
		/* line 2847,   */
		.product-view-detail .product-shop .grouped-items-table .price {
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif !important;
			font-weight: 700 !important;
		}
		/* line 2851,   */
		.product-view-detail .product-shop .em-info-size {
			color: #343434;
		}
		/* line 41,   */
		.product-view-detail .product-shop .em-info-size:hover,
		.product-view-detail .product-shop .em-info-size:focus,
		.product-view-detail .product-shop .em-info-size:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2853,   */
		.product-view-detail .product-shop .em-info-size .fa {
			color: #f9d36f;
		}
		/* line 2857,   */
		.product-view-detail button.button {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2859,   */
		.product-view-detail button.button:hover {
			color: #feae02;
			border-color: #feae02;
			background-color: #ffffff;
		}
		/* line 2862,   */
		.product-view-detail button.button.btn-em-buy-now {
			color: #fff;
			border-color: #ed3737;
			background-color: #ed3737;
		}
		/* line 2864,   */
		.product-view-detail button.button.btn-em-buy-now:hover {
			color: #ed3737;
			border-color: #ed3737;
			background-color: #ffffff;
		}
		/* line 2870,   */
		.product-view-detail .add-to-links li a.link-compare,
		.product-view-detail .add-to-links li a.link-wishlist {
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			font-size: 0;
		}
		/* line 2878,   */
		.product-view .box-tags h3 {
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
		}
		/*rating table*/
		/* line 2882,   */
		#product-review-table tr th {
			color: #7e7e7e;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2888,   */
		.box-reviews .reviews .em-box-review {
			border-color: #e1e1e1;
		}
		/* line 2890,   */
		.box-reviews .reviews .em-box-review table a,
		.box-reviews .reviews .em-box-review dt a {
			color: #343434;
			font-weight: 700;
		}
		/* line 41,   */
		.box-reviews .reviews .em-box-review table a:hover,
		.box-reviews .reviews .em-box-review dt a:hover,
		.box-reviews .reviews .em-box-review table a:focus,
		.box-reviews .reviews .em-box-review dt a:focus,
		.box-reviews .reviews .em-box-review table a:active,
		.box-reviews .reviews .em-box-review dt a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2898,   */
		.box-reviews .form-add h3 {
			color: #343434;
		}
		/* line 2899,   */
		.box-reviews .form-add h4 {
			color: #feae02;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			font-weight: 500;
		}
		/* line 2904,   */
		.box-reviews #review-form {
			border-color: #e1e1e1;
		}
		/* line 2909,   */
		.box-up-sell li.item {
			border-color: #e1e1e1;
		}
		/* line 2911,   */
		.box-up-sell li.item:hover {
			border-color: #e1e1e1;
		}
		/*========== End Product detail ==========*/
		/*========== Shopping Cart ==========*/
		/* line 2920,   */
		.qty-ctl button.increase,
		.qty-ctl button.decrease {
			border-color: #e1e1e1;
		}
		/* line 2922,   */
		.qty-ctl button.increase:hover,
		.qty-ctl button.decrease:hover {
			color: #e1e1e1;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 2928,   */
		.cart-table .cart-price .price {
			color: #7e7e7e;
		}
		/* line 2931,   */
		.cart-table td.last .cart-price .price {
			color: #feae02;
		}
		@media (min-width: 768px) {
			/* line 2936,   */
			thead,
			tbody {
				background-color: #ffffff;
			}
		}
		/* line 2944,   */
		.crosssell h2,
		.em-box-cart h2 {
			color: #343434;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
		}
		/* line 2952,   */
		.cart-collaterals .totals table td {
			color: #7e7e7e;
		}
		/* line 2954,   */
		.cart-collaterals .totals table td .price {
			font-weight: 700;
			color: #7e7e7e;
		}
		/* line 2957,   */
		.cart-collaterals .totals table tfoot td strong {
			color: #343434;
			font-size: 140%;
		}
		/* line 2960,   */
		.cart-collaterals .totals table tfoot td strong .price {
			color: #feae02;
			font: 600 24px/1.25 Roboto, Helvetica, Arial, sans-serif;
		}
		/*========== End Shopping cart ==========*/
		/*Login - Register - Contacts*/
		/* line 2970,   */
		.account-create .fieldset .legend,
		.account-login .col2-set h2 {
			color: #343434;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
			margin-bottom: 14px;
		}
		/* line 2977,   */
		.contacts-index-index .fieldset .legend {
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2982,   */
		.em-maps-wrapper h1 {
			color: #343434;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* One Page Checkout */
		/* line 2988,   */
		.sp-methods .price {
			color: #7e7e7e;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 2990,   */
		#opc-login p a {
			color: #343434;
		}
		/* line 41,   */
		#opc-login p a:hover,
		#opc-login p a:focus,
		#opc-login p a:active {
			color: #343434;
			text-decoration: none;
		}
		/* line 2991,   */
		.cvv-what-is-this {
			color: #7e7e7e;
		}
		/* line 41,   */
		.cvv-what-is-this:hover,
		.cvv-what-is-this:focus,
		.cvv-what-is-this:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 2994,   */
		#checkout-review-table.data-table tfoot tr td {
			color: #343434;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
		}
		/* line 2997,   */
		#checkout-review-table.data-table tfoot tr td .price {
			color: #feae02;
			font: 600 24px/1.25 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 3001,   */
		#checkout-review-table.data-table tfoot tr.last strong {
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
		}
		/* line 3009,   */
		.opc-col .step-title .number,
		.opc-col .step-title h2 {
			color: #343434;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
			font-size: 20px;
			font-weight: 700;
		}
		/* line 3017,   */
		.opc-col .discount label {
			color: #343434;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
		}
		/* line 3025,   */
		#checkout-review-submit .f-left a {
			color: #343434;
		}
		/* line 41,   */
		#checkout-review-submit .f-left a:hover,
		#checkout-review-submit .f-left a:focus,
		#checkout-review-submit .f-left a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 3030,   */
		.block-progress dt.complete {
			color: #feae02;
		}
		/* line 3036,   */
		.opc .section .title-box {
			color: #7e7e7e;
			border-color: #e1e1e1;
			background-color: transparent;
		}
		/* line 3041,   */
		.opc .section.allow:hover .title-box,
		.opc .section.active .title-box {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 3043,   */
		.opc .section.allow:hover .title-box h2,
		.opc .section.active .title-box h2,
		.opc .section.allow:hover .title-box a,
		.opc .section.active .title-box a {
			color: #ffffff;
		}
		/* line 3050,   */
		.opc .step-title h2,
		.opc .step-title a {
			color: #7e7e7e;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 3055,   */
		.opc #checkout-step-login h3 {
			color: #343434;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 3058,   */
		.opc #checkout-step-login h4 {
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 3061,   */
		.opc #checkout-step-login .col-1 > p {
			color: #feae02;
			margin-bottom: 14px;
		}
		/* line 3066,   */
		.opc .col-2 {
			color: #343434;
		}
		/* line 3076,   */
		.opc td .cart-price .price {
			color: #7e7e7e;
		}
		/* line 3082,   */
		.opc td.last .cart-price .price {
			color: #feae02;
		}
		/*checkout success*/
		/* line 3094,   */
		.checkout-onepage-success .em-col-main h2.sub-title {
			color: #e79f65;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 3097,   */
		.checkout-onepage-success .em-col-main .text-order {
			color: #343434;
		}
		/* line 3100,   */
		.checkout-onepage-success .em-col-main p a {
			color: #343434;
		}
		/* line 41,   */
		.checkout-onepage-success .em-col-main p a:hover,
		.checkout-onepage-success .em-col-main p a:focus,
		.checkout-onepage-success .em-col-main p a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 3102,   */
		.checkout-onepage-success .em-col-main p a.print-order {
			color: #343434;
		}
		/* line 41,   */
		.checkout-onepage-success .em-col-main p a.print-order:hover,
		.checkout-onepage-success .em-col-main p a.print-order:focus,
		.checkout-onepage-success .em-col-main p a.print-order:active {
			color: #feae02;
			text-decoration: none;
		}
		/*========== POPUP NEWLETTER ==========*/
		/* line 3111,   */
		.popup-subscribe {
			color: #525252!important;
		}
		/* line 3113,   */
		.popup-subscribe:before {
			color: #343434;
			border-color: #feae02;
			background-color: #feae02;
			font: 400 16px/1.35  Roboto, Helvetica, Arial, sans-serif;
			font-weight: 700;
		}
		/* line 3117,   */
		.popup-subscribe .em-block-title {
			color: #2a2a2a !important;
		}
		/* line 3119,   */
		.popup-content-block .em-block-ads {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 3121,   */
		.popup-content-block .em-block-ads .em-social-icon {
			border-color: #ffffff;
			color: #ffffff;
		}
		/*========== My account ==========*/
		/* line 3129,   */
		.my-account .page-title h1,
		.my-account .title-box h2,
		.my-account .title-box h1 {
			color: #343434;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
			margin-bottom: 18px;
		}
		/* line 3140,   */
		.block-account .block-content ul li a,
		.block-account .block-content ul li strong {
			color: #7e7e7e;
		}
		/* line 41,   */
		.block-account .block-content ul li a:hover,
		.block-account .block-content ul li strong:hover,
		.block-account .block-content ul li a:focus,
		.block-account .block-content ul li strong:focus,
		.block-account .block-content ul li a:active,
		.block-account .block-content ul li strong:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 3145,   */
		.block-account .block-content ul li:hover strong,
		.block-account .block-content ul li.current strong {
			color: #feae02;
		}
		/* line 3151,   */
		.welcome-msg,
		.box-account-content {
			border-color: #e1e1e1;
		}
		/* line 3156,   */
		.dashboard .welcome-msg {
			border-color: #e1e1e1;
		}
		/* line 3159,   */
		.dashboard .welcome-msg p.hello .account-name {
			color: #feae02;
		}
		/* line 3164,   */
		.dashboard .box-reviews .product-name,
		.dashboard .box-tags .product-name,
		.dashboard .box-reviews .number,
		.dashboard .box-tags .number {
			color: #343434;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			font-weight: 600;
		}
		/* line 3176,   */
		.my-account .col2-set h3,
		.my-account .col2-set h2,
		.my-account .box-content h4,
		.my-account .box-title h3 {
			color: #feae02;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 3181,   */
		.my-account .col2-set h3.address-book,
		.my-account .col2-set h2.address-book,
		.my-account .box-content h4.address-book,
		.my-account .box-title h3.address-book {
			color: #343434;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 3188,   */
		.customer-address-index .my-account .addresses-list li.item a {
			color: #343434;
		}
		/* line 41,   */
		.customer-address-index .my-account .addresses-list li.item a:hover,
		.customer-address-index .my-account .addresses-list li.item a:focus,
		.customer-address-index .my-account .addresses-list li.item a:active {
			color: #feae02;
			text-decoration: none;
		}
		/* line 3191,   */
		.fieldset .legend {
			color: #343434;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/*==========End  My account ==========*/
		/*========== Data Table ==========*/
		/* line 3197,   */
		.data-table td {
			border-color: #e1e1e1;
		}
		/* line 3199,   */
		.data-table td .product-name {
			color: #343434;
			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
			font-weight: 600;
		}
		/* line 3207,   */
		.data-table th {
			color: #343434;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			border-color: #e1e1e1;
		}
		/* line 3208,   */
		.data-table thead th {
			color: #343434;
		}
		/*compare table*/
		/* line 3213,   */
		.compare-table.data-table thead th {
			border-color: #e1e1e1;
		}
		/*========== End Data Table ==========*/
		/* back to top */
		/* line 3223,   */
		#back-top {
			border-color: #feae02;
		}
		/* line 3225,   */
		#back-top:hover {
			border-color: #feae02;
		}
		/* line 3228,   */
		#back-top a {
			color: #ffffff;
			border-color: transparent;
			background-color: #feae02;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
			font-weight: 600;
		}
		/* line 3231,   */
		#back-top a:hover {
			color: #ffffff;
			border-color: transparent;
			background-color: #e79f65;
		}
		/* line 3235,   */
		.em-top-search.search-fixed-right .form-search {
			border-color: #e8e8e8;
		}
		/* line 3237,   */
		.em-top-search.search-fixed-right .form-search:hover {
			border-color: #feae02;
		}
		/* line 3239,   */
		.em-top-search.search-fixed-right .form-search:hover button.button {
			color: #ffffff;
			border-color: transparent;
			background-color: #feae02;
		}
		/* line 3243,   */
		.em-top-search.search-fixed-right .form-search button.button {
			color: #5c5c5c;
			border-color: transparent;
			background-color: #e8e8e8;
		}
		/* line 3245,   */
		.em-top-search.search-fixed-right .form-search button.button:hover {
			color: #ffffff;
			border-color: transparent;
			background-color: #feae02;
		}
		/* line 3252,   */
		.cart-fixed-right .em-container-topcart .em-summary-topcart {
			color: #5c5c5c;
			border-color: #e8e8e8;
			background-color: #e8e8e8;
		}
		/* line 3256,   */
		.cart-fixed-right .em-container-topcart:hover .em-summary-topcart {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/*Ajax product*/
		/* line 3263,   */
		.load-more-image .load-more {
			color: #7e7e7e;
			border-color: #e8e8e8;
			background-color: #e8e8e8;
			font: 400 14px/1.35  Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 3265,   */
		.load-more-image .load-more:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/*=====Border Radius======*/
		/* line 3273,   */
		.opc-col > div,
		.box-account-content,
		.dashboard .welcome-msg,
		.box,
		.box-reviews .reviews .em-box-review,
		.box-reviews #review-form {
			background-color: #ffffff;
		}
		/*===========Effect========*/
		/* line 3283,   */
		.em-effect-13 .em-blog-content:before,
		.em-effect-13 .em-blog-content:after,
		.em-effect-13 .em-blog-content a:before,
		.em-effect-13 .em-blog-content a:after {
			background-color: #feae02;
			z-index: 1;
		}
		/* line 3287,   */
		.em-effect-13 .em-blog-content .hov:before {
			color: #feae02;
		}
		/*=========HEADER STYLE FOR ELECTRONIC COLLECTIONS=========*/
		/*===Header Electronic Style 01===*/
		/* line 3300,   */
		.em-wrapper-header .em-header-electronic-style01 .em-header-top {
			border: 1px solid #dbdbdb;
			border-color: #dbdbdb;
		}
		/* line 3306,   */
		.em-wrapper-header .em-header-electronic-style01 .toolbar-switch:before,
		.em-wrapper-header .em-header-electronic-style01 .em-top-links ul.em-links-wishlist li:before {
			background-color: #feae02;
		}
		/* line 3310,   */
		.em-wrapper-header .em-header-electronic-style01 .em-header-bottom:not(.navbar-fixed-top) {
			background-color: #feae02;
		}
		/* line 3313,   */
		.em-wrapper-header .em-header-electronic-style01 .link-account,
		.em-wrapper-header .em-header-electronic-style01 .em-amount-topcart {
			color: #ffffff;
			background-color: #feae02;
			border: 1px solid #feae02;
		}
		/* line 3319,   */
		.em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart {
			color: #1a1a1a;
			border-color: #dbdbdb;
			background-color: #f8f8f8;
		}
		/* line 3321,   */
		.em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
			color: #f8f8f8;
			background-color: #feae02;
		}
		/* line 3323,   */
		.em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .em-topcart-qty {
			color: #f8f8f8;
			border-color: #f8f8f8;
			background-color: #feae02;
		}
		/* line 3329,   */
		.em-wrapper-header .em-header-electronic-style01 .em-top-cart .topcart-popup .wrapper_bottom_button {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 3331,   */
		.em-wrapper-header .em-header-electronic-style01 .em-top-cart .topcart-popup .wrapper_bottom_button button.button,
		.em-wrapper-header .em-header-electronic-style01 .em-top-cart .topcart-popup .wrapper_bottom_button a.goto-cart {
			color: #ffffff;
			border-color: #ffffff;
			background-color: transparent;
			font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
		}
		/* line 3333,   */
		.em-wrapper-header .em-header-electronic-style01 .em-top-cart .topcart-popup .wrapper_bottom_button button.button:hover,
		.em-wrapper-header .em-header-electronic-style01 .em-top-cart .topcart-popup .wrapper_bottom_button a.goto-cart:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
			font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
		}
		/* line 3340,   */
		.em-wrapper-header .em-header-electronic-style01 .em-search .form-search {
			border-color: #feae02;
		}
		/* line 3342,   */
		.em-wrapper-header .em-header-electronic-style01 .em-search .form-search button.button {
			color: #feae02;
		}
		/* line 3347,   */
		.em-wrapper-header .em-header-electronic-style01 .toolbar-switch .toolbar-title select {
			color: #454545;
		}
		/*===Header Electronic Style 02===*/
		/* line 3355,   */
		.em-wrapper-header .em-header-electronic-style02 .em-header-top {
			border: 1px solid #dbdbdb;
			border-color: #dbdbdb;
		}
		/* line 3361,   */
		.em-wrapper-header .em-header-electronic-style02 .toolbar-switch:before,
		.em-wrapper-header .em-header-electronic-style02 .em-top-links ul.em-links-wishlist li:before {
			background-color: #454545;
		}
		/* line 3365,   */
		.em-wrapper-header .em-header-electronic-style02 .em-header-bottom:not(.navbar-fixed-top) {
			background-color: #feae02;
		}
		/* line 3368,   */
		.em-wrapper-header .em-header-electronic-style02 .link-account,
		.em-wrapper-header .em-header-electronic-style02 .em-amount-topcart {
			color: #454545;
			border-color: #454545;
			background-color: transparent;
			border: 2px solid #454545;
		}
		/* line 3374,   */
		.em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart {
			color: #454545;
			border-color: #454545;
			background-color: transparent;
		}
		/* line 3376,   */
		.em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
			color: #454545;
			border-color: #454545;
			background-color: transparent;
		}
		/* line 3378,   */
		.em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .em-topcart-qty {
			color: #f8f8f8;
			border-color: #454545;
			background-color: #454545;
		}
		/* line 3384,   */
		.em-wrapper-header .em-header-electronic-style02 .em-top-cart .topcart-popup .wrapper_bottom_button {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 3386,   */
		.em-wrapper-header .em-header-electronic-style02 .em-top-cart .topcart-popup .wrapper_bottom_button button.button,
		.em-wrapper-header .em-header-electronic-style02 .em-top-cart .topcart-popup .wrapper_bottom_button a.goto-cart {
			color: #ffffff;
			border-color: #ffffff;
			background-color: transparent;
			font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
		}
		/* line 3388,   */
		.em-wrapper-header .em-header-electronic-style02 .em-top-cart .topcart-popup .wrapper_bottom_button button.button:hover,
		.em-wrapper-header .em-header-electronic-style02 .em-top-cart .topcart-popup .wrapper_bottom_button a.goto-cart:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
			font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
		}
		/* line 3396,   */
		.em-wrapper-header .em-header-electronic-style02 .em-search .form-search {
			border-color: #f8f8f8;
		}
		/* line 3398,   */
		.em-wrapper-header .em-header-electronic-style02 .em-search .form-search button.button {
			color: #f8f8f8;
		}
		/* line 3402,   */
		.em-wrapper-header .em-header-electronic-style02 .em-search .em-search-icon {
			border-color: #454545;
		}
		/* line 3404,   */
		.em-wrapper-header .em-header-electronic-style02 .em-search .em-search-icon:hover {
			color: #454545;
		}
		/* line 3407,   */
		.em-wrapper-header .em-header-electronic-style02 .em-search .em-search-icon:hover span:before {
			color: #454545;
		}
		/* line 3415,   */
		.em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0 > a span:before {
			background-color: #454545;
		}
		/* line 3420,   */
		.em-wrapper-header .em-header-electronic-style02 .toolbar-switch .toolbar-title select {
			color: #454545;
			background-color: transparent, transparent;
		}
		/*===Header Electronic Style 06===*/
		/* line 3428,   */
		.em-header-electronic-style06 .em-search .em-search-icon {
			color: #ffffff;
		}
		/* line 3432,   */
		.em-header-electronic-style06 .em-search:hover .em-search-icon {
			color: #454545;
		}
		/* line 3437,   */
		.em-header-electronic-style06 .em-header-bottom.navbar-fixed-top {
			background-color: #f8f8f8;
		}
		/*===Header Electronic Style 07===*/
		/* line 3446,   */
		.em-wrapper-header .em-header-electronic-style07 .em-top-links ul.em-links-wishlist li:before {
			background-color: #454545;
		}
		/* line 3451,   */
		.em-wrapper-header .em-header-electronic-style07 .toolbar-switch:before {
			background-color: #454545;
		}
		/* line 3454,   */
		.em-wrapper-header .em-header-electronic-style07 .em-search .form-search {
			border-color: #feae02;
		}
		/* line 3456,   */
		.em-wrapper-header .em-header-electronic-style07 .em-search .form-search button.button,
		.em-wrapper-header .em-header-electronic-style07 .em-search .form-search input.input-text {
			color: #feae02;
		}
		/* line 3462,   */
		.em-wrapper-header .em-header-electronic-style07 .link-account {
			background-color: #feae02;
		}
		/* line 3466,   */
		.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart {
			color: #ffffff;
			border-color: #feae02;
			background-color: transparent;
		}
		/* line 3468,   */
		.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
			color: #f8f8f8;
			background-color: #feae02;
		}
		/* line 3470,   */
		.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .em-topcart-qty {
			color: #f8f8f8;
			border-color: #f8f8f8;
			background-color: #feae02;
		}
		/* line 3476,   */
		.em-wrapper-header .em-header-electronic-style07 .em-top-cart .topcart-popup .wrapper_bottom_button {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 3478,   */
		.em-wrapper-header .em-header-electronic-style07 .em-top-cart .topcart-popup .wrapper_bottom_button button.button,
		.em-wrapper-header .em-header-electronic-style07 .em-top-cart .topcart-popup .wrapper_bottom_button a.goto-cart {
			color: #ffffff;
			border-color: #ffffff;
			background-color: transparent;
			font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
		}
		/* line 3480,   */
		.em-wrapper-header .em-header-electronic-style07 .em-top-cart .topcart-popup .wrapper_bottom_button button.button:hover,
		.em-wrapper-header .em-header-electronic-style07 .em-top-cart .topcart-popup .wrapper_bottom_button a.goto-cart:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
			font: 600 13px/1.35 Roboto,Helvetica, Arial, sans-serif;
		}
		/*=========FOOTER STYLE FOR ELECTRONIC COLLECTIONS=========*/
		/*===Footer Electronic Style 01===*/
		/* line 3495,   */
		.em-footer-electronic-style01 .em-footer-info-top input {
			border-color: #feae02;
			color: #454545;
		}
		/* line 3501,   */
		.em-footer-electronic-style01 .em-block-title .h4 {
			color: #454545;
		}
		/* line 3504,   */
		.em-footer-electronic-style01 .em-newsletter p {
			color: #454545;
		}
		/* line 3506,   */
		.em-footer-electronic-style01 .em-newsletter .form-subscribe-content .actions button.button {
			color: #ffffff;
		}
		/* line 3508,   */
		.em-footer-electronic-style01 .em-newsletter .form-subscribe-content .actions button.button:hover {
			color: #454545;
		}
		/* line 3513,   */
		.em-footer-electronic-style01 .em-footer-info-middle {
			border-color: #dbdbdb;
		}
		/* line 3516,   */
		.em-footer-electronic-style01 .em-footer-info-middle .em-links li a {
			color: #454545;
		}
		/* line 3518,   */
		.em-footer-electronic-style01 .em-footer-info-middle .em-links li a:hover {
			color: #ffffff;
		}
		/* line 3520,   */
		.em-footer-electronic-style01 .em-footer-info-middle .em-links li .fa {
			color: #ffffff;
		}
		/* line 3527,   */
		.em-footer-electronic-style01 .em-footer-info-bottom .em-wrapper-social .h4 {
			color: #fafafa;
		}
		/* line 3529,   */
		.em-footer-electronic-style01 .em-footer-info-bottom .em-wrapper-social .em-social .em-social-icon {
			color: #f8f8f8;
			background-color: #fafafa;
		}
		/* line 3531,   */
		.em-footer-electronic-style01 .em-footer-info-bottom .em-wrapper-social .em-social .em-social-icon:hover {
			background-color: #ffffff;
		}
		/* line 3537,   */
		.em-footer-electronic-style01 .em-footer-bottom {
			color: #ffffff;
			background-color: #f8f8f8;
		}
		/*===Footer Electronic Style 02===*/
		/* line 3543,   */
		.em-footer-electronic-style02 .em-wrapper-newsletter {
			color: #454545;
			border-color: #dbdbdb;
			background-color: #fafafa;
		}
		/* line 3546,   */
		.em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe .input-box input.input-text {
			color: #feae02;
			border-color: #dbdbdb;
			background-color: transparent;
		}
		/* line 3549,   */
		.em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe button.button {
			color: #feae02;
		}
		/* line 41,   */
		.em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe button.button:hover,
		.em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe button.button:focus,
		.em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe button.button:active {
			color: #454545;
			text-decoration: none;
		}
		/* line 3555,   */
		.em-footer-electronic-style02 .em-social .em-social-icon:hover {
			color: #ffffff;
		}
		/*===Footer Electronic Style 04===*/
		/* line 3563,   */
		.em-footer-electronic-style04 .em-wrapper-newsletter .em-block-title span {
			color: #454545;
		}
		/* line 3564,   */
		.em-footer-electronic-style04 .em-wrapper-newsletter .em-block-title .h2 span {
			color: #454545;
		}
		/* line 3567,   */
		.em-footer-electronic-style04 .em-wrapper-newsletter .block-subscribe .input-box input.input-text {
			color: #454545;
			border-color: #fafafa;
			background-color: #fafafa;
		}
		/* line 3570,   */
		.em-footer-electronic-style04 .em-wrapper-newsletter .block-subscribe .actions button.button {
			color: #ffffff;
		}
		/* line 3572,   */
		.em-footer-electronic-style04 .em-wrapper-newsletter .block-subscribe .actions button.button:hover {
			color: #feae02;
		}
		/* line 3578,   */
		.em-footer-electronic-style04 .em-wrapper-social .em-social .em-social-icon {
			color: #f8f8f8;
			border-color: #454545;
			background-color: #454545;
		}
		/* line 3580,   */
		.em-footer-electronic-style04 .em-wrapper-social .em-social .em-social-icon:hover {
			color: #ffffff;
			border-color: #454545;
			background-color: #454545;
		}
		/* line 3584,   */
		.em-footer-electronic-style04 .em-footer-info-top {
			border-color: #dbdbdb;
		}
		/* line 3588,   */
		.em-footer-electronic-style04 .em-footer-info-bottom .fa {
			color: #ffffff;
		}
		/* line 3590,   */
		.em-footer-electronic-style04 .em-footer-info-bottom a:hover {
			color: #ffffff;
		}
		/* line 3594,   */
		.em-footer-electronic-style04 .em-footer-info-bottom .container {
			border-color: #dbdbdb;
		}
		/*=========BLOG STYLE FOR ELECTRONIC COLLECTIONS=========*/
		/*===Blog Style 01===*/
		/* line 3602,   */
		.em-wrapper-blog-electronic-style01 .em-block-title {
			color: #1a1a1a;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
			border-color: #e1e1e1;
		}
		/* line 3606,   */
		.em-wrapper-blog-electronic-style01 .em-block-title h3 span:after {
			background: #feae02;
		}
		/* line 3609,   */
		.em-wrapper-blog-electronic-style01 .em-blog-item {
			background-color: #feae02;
		}
		/* line 3613,   */
		.em-wrapper-blog-electronic-style01 .em-content .em-blog-title a {
			color: #feae02;
			font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
		}
		/* line 3615,   */
		.em-wrapper-blog-electronic-style01 .em-content .em-blog-title a:hover {
			color: #feae02;
		}
		/* line 3617,   */
		.em-wrapper-blog-electronic-style01 .em-content .em-blog-time {
			color: #feae02;
		}
		/* line 3618,   */
		.em-wrapper-blog-electronic-style01 .em-content a.button-link {
			color: #5c5c5c;
			border-color: #e8e8e8;
			background-color: transparent;
		}
		/* line 3620,   */
		.em-wrapper-blog-electronic-style01 .em-content a.button-link:hover {
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/*===Blog Style 02==*/
		/* line 3626,   */
		.em-wrapper-blog-electronic-style02 .em-from-our-blog {
			border-color: #e1e1e1;
			border-radius: 0 0 0 0;
			-moz-border-radius: 0 0 0 0;
			-webkit-border-radius: 0 0 0 0;
		}
		/* line 3629,   */
		.em-wrapper-blog-electronic-style02 .em-from-our-blog .em-blog-time,
		.em-wrapper-blog-electronic-style02 .em-from-our-blog .em-blog-title a:hover {
			color: #feae02;
		}
		/* line 3633,   */
		.em-wrapper-blog-electronic-style02 .em-from-our-blog a.link-more {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			color: #ffffff;
			border-color: #feae02;
			background-color: #feae02;
		}
		/* line 3636,   */
		.em-wrapper-blog-electronic-style02 .em-from-our-blog a.link-more:hover {
			color: #5c5c5c;
			border-color: #e8e8e8;
			background-color: #e8e8e8;
		}
		/*========Front End - Change Font=============*/
		/* line 3662,   */
		.em-slideshow .owl-carousel .owl-dot.active span {
			cursor: default;
		}
		/* line 2,  */
		.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) {
			background-color: transparent;
		}
		/* line 4,  */
		.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .line-top {
			background-color: #feae02;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		/* line 10,  */
		.em-header-style01 .em-top-cart .em-amount-topcart {
			background-color: #feae02;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		/* line 13,  */
		.em-header-style01 .em-top-cart .em-amount-topcart .em-text-mycart,
		.em-header-style01 .em-top-cart .em-amount-topcart:before {
			color: #ffffff;
		}
		/* line 18,  */
		.em-header-style01 .em-top-cart:hover .em-amount-topcart {
			background-color: #454545;
		}
		/* line 25,  */
		.em-header-style01 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart {
			background-color: transparent;
		}
		/* line 29,  */
		.em-header-style01 .em-header-bottom.navbar-fixed-top .em-top-cart:hover .em-amount-topcart {
			background-color: transparent;
		}
		/* line 37,  */
		.wrapper {
			background-color: #f8f8f8;
		}
		/* line 42,  */
		.em-wrapper-product-06 button.button.btn-cart:hover {
			color: #ffffff;
			border-color: #e79f65;
			background-color: #e79f65;
		}


		/******Class Padding********/
		.padding-top20 {
			padding-top: 20px;
		}

		.space_block {
			margin-bottom: 50px;
		}

		.space_small_block {
			margin-bottom: 30px;
		}

		/******Visible - Hidden********/
		.hidden-3col,
		.hidden-2col {
			display: none;
		}

		/*$max-content-width: value screen*/
		/*Category product*/
		/*button style*/
/* ============================================ *
 * Link
 * ============================================ */
 /*Core*/
/* ============================================ *
 * Reset
 * ============================================ */
 *,
 *:before,
 *:after {
 	/*@include box-sizing(border-box);*/
 	margin: 0;
 	padding: 0;
 }

 /*font icon*/
 @font-face {
 	font-family: 'FontAwesome';
 	src: url("fonts/fontawesome-webfont.eot?v=4.1.0");
 	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
 	font-weight: normal;
 	font-style: normal;
 }
 @font-face {
 	font-family: 'maki';
 	src: url("fonts/maki.eot?56675205");
 	src: url("fonts/maki.eot?56675205#iefix") format("embedded-opentype"), url("fonts/maki.woff?56675205") format("woff"), url("fonts/maki.ttf?56675205") format("truetype"), url("fonts/maki.svg?56675205#maki") format("svg");
 	font-weight: normal;
 	font-style: normal;
 }
 html {
 	-webkit-tap-highlight-color: black(0);
 	/* Prevent tap highlight on iOS/Android */
 	-webkit-text-size-adjust: 100%;
 	/* Prevent automatic scaling on iOS */
 }

 body {
 	-webkit-text-size-adjust: none;
 	text-align: left;
 }

 html,
 body,
 img,
 fieldset,
 abbr,
 acronym {
 	border: 0;
 }

 a {
 	text-decoration: none;
 }

 a:hover {
 	text-decoration: underline;
 }

 :focus {
 	outline: 0;
 }

 a:focus {
 	outline: 0 !important;
 }

 .ie10 #hack :focus {
 	background: none;
 }

 @media all and (min-width: 0) {
 	:focus {
 		background: none;
 	}
 }
/* h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	font-size: 100%;
 	font-weight: normal;
 	}*/

 	th,
 	td,
 	code,
 	cite,
 	caption {
 		font-weight: normal;
 		font-style: normal;
 		text-align: left;
 		vertical-align: top;
 	}

 	address {
 		font-style: normal;
 	}

 	fieldset {
 		margin: 0;
 		padding: 0;
 		border: 0;
 	}

 	img {
 		border: 0;
 		vertical-align: top;
 	}

 	ol,
 	ul {
 		list-style: none;
 	}

 	q:before,
 	q:after {
 		content: '';
 	}

 	/* Forms */
 	form {
 		display: inline;
 	}

 	legend {
 		display: none;
 	}

 	/* Table */
 	table {
 		border: 0;
 		border-collapse: collapse;
 		border-spacing: 0;
 		empty-cells: show;
 		font-size: 100%;
 		scrollbar-face-color: expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0);
 	}

 	/* Content */
 	strong {
 		font-weight: bold;
 	}

 	address {
 		font-style: normal;
 	}

 	cite {
 		font-style: normal;
 	}

 	q,
 	blockquote {
 		quotes: none;
 	}

 	q:before,
 	q:after {
 		content: '';
 	}

 	small, big {
 		font-size: 80%;
 	}

 	.underline {
 		text-decoration: underline;
 	}

 	sup {
 		font-size: 1em;
 		vertical-align: top;
 	}

 	.em_main {
 		min-height: 250px;
 	}

 	.sidebar {
 		min-height: 1px;
 	}

 	.cms-index-index .em_main {
 		min-height: 1px;
 	}

 	input:focus,
 	input[type="search"]:focus {
 		outline-offset: -2px;
 	}

 	input[type="search"] {
 		-webkit-appearance: none;
 		/* 1 */
 		-moz-box-sizing: border-box;
 		-webkit-box-sizing: border-box;
 		/* 2 */
 		box-sizing: border-box;
 	}

 	/*tool tip*/
 	[data-toggle="tooltip"] {
 		display: inline-block !important;
 	}

 	/* Tools */
 	.hidden {
 		display: block !important;
 		border: 0 !important;
 		margin: 0 !important;
 		padding: 0 !important;
 		font-size: 0 !important;
 		line-height: 0 !important;
 		width: 0 !important;
 		height: 0 !important;
 		overflow: hidden !important;
 	}

 	.nobr {
 		white-space: nowrap !important;
 	}

 	.wrap {
 		white-space: normal !important;
 	}

 	.a-left {
 		text-align: left !important;
 	}

 	.a-center {
 		text-align: center !important;
 	}

 	.a-right {
 		text-align: right !important;
 	}

 	.v-top {
 		vertical-align: top;
 	}

 	.v-middle {
 		vertical-align: middle;
 	}

 	.f-left,
 	.left {
 		float: left !important;
 	}

 	.f-right,
 	.right {
 		float: right !important;
 	}

 	.f-none {
 		float: none !important;
 	}

 	.f-fix {
 		float: left;
 		width: 100%;
 	}

 	.no-display {
 		display: none;
 	}

 	.no-margin {
 		margin: 0 !important;
 	}

 	.no-padding {
 		padding: 0 !important;
 	}

 	.no-bg {
 		background: none !important;
 	}

 	.em-text-upercase {
 		text-transform: uppercase;
 	}

 	.em-text-uppercase {
 		text-transform: uppercase;
 	}

 	.img-banner {
 		margin-bottom: 50px;
 		display: block;
 		position: relative;
 	}
 	.img-banner.img-responsive {
 		display: inline-block;
 	}

 	.img-responsive-center {
 		display: inline-block;
 		max-width: 100%;
 		height: auto;
 	}

 	.img-banner-small {
 		margin-bottom: 30px;
 		position: relative;
 	}

 	.spa-center {
 		padding: 0 15%;
 		text-align: center;
 	}

 	.em-wrapper-banners {
 		margin-bottom: 50px;
 	}

 	.box {
 		border: 1px solid #e5e5e5;
 		padding: 2rem;
 		margin-bottom: 25px;
 	}

 	.box.f-left {
 		margin-right: 10px;
 	}

 	.box.f-right {
 		margin-left: 10px;
 	}

 	.line-right {
 		border-right-width: 1px;
 		border-right-style: solid;
 	}

 	.line-left {
 		border-left-width: 1px;
 		border-left-style: solid;
 	}

 	.em-wrapper-one-ads {
 		margin-bottom: 50px;
 	}

 	.em-clear {
 		clear: both;
 	}

 	.em-clear-padding {
 		padding-left: 0 !important;
 		padding-right: 0 !important;
 	}

 	.em-clear-padding-right {
 		padding-right: 0 !important;
 	}

 	.em-clear-padding-left {
 		padding-left: 0 !important;
 	}

 	.em-clear-margin {
 		margin-left: 0 !important;
 		margin-right: 0 !important;
 	}

 	.em-clear-radius {
 		-moz-border-radius: 0;
 		-webkit-border-radius: 0;
 		border-radius: 0;
 	}

 	.widget {
 		display: block;
 	}

 	/*==================collapsed==================*/
 	.non-collapsed {
 		position: relative;
 		cursor: pointer;
 	}
 	.non-collapsed:after {
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f067";
 		font-size: 100%;
 		position: absolute;
 		right: 0;
 		top: 10px;
 	}

 	.em-collapsed {
 		position: relative;
 		cursor: pointer;
 	}
 	.em-collapsed:after {
 		position: absolute;
 		right: 0;
 		top: 10px;
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f068";
 		font-size: 100%;
 	}

 	/*============= scroll ie + chrome ==============*/
 	/* Let's get this party started */
 	.em-scroll-vertial::-webkit-scrollbar {
 		width: 10px;
 	}

 	/* Track */
 	.em-scroll-vertial::-webkit-scrollbar-track {
 		background: #ebebeb;
 		-webkit-border-radius: 10px;
 		border-radius: 10px;
 	}

 	/* Handle */
 	.em-scroll-vertial::-webkit-scrollbar-thumb {
 		-webkit-border-radius: 10px;
 		border-radius: 10px;
 		background: #1ca586;
 	}

 	.em-scroll-vertial {
 		scrollbar-base-color: #1ca586;
 		scrollbar-track-color: #ebebeb;
 		scrollbar-arrow-color: #c4c4c4;
 	}

 	/* Layout ================================================================================ */
 	.wrapper {
 		min-width: 1px;
 	}

 	.em-col-main {
 		padding-bottom: 50px;
 	}

 	.cms-index-index .em-col-main {
 		padding-bottom: 0px;
 	}

 	.page {
 		margin: 0 auto;
 		padding: 0;
 		text-align: left;
 	}

 	.page-print {
 		background: #fff;
 		padding: 20px;
 		text-align: left;
 	}

 	.page-empty {
 		background: #fff;
 		padding: 20px;
 		text-align: left;
 	}

 	.page-popup {
 		text-align: left;
 	}

 	/* Content Columns */
 	.col2-set .col-1 {
 		float: left;
 		width: 49%;
 	}

 	.col2-set .col-2 {
 		float: right;
 		width: 49%;
 	}

 	.col2-set .col-narrow {
 		width: 33%;
 	}

 	.col2-set .col-wide {
 		width: 65%;
 	}

 	.col3-set .col-1 {
 		float: left;
 		width: 32%;
 	}

 	.col3-set .col-2 {
 		float: left;
 		width: 32%;
 		margin-left: 2%;
 	}

 	.col3-set .col-3 {
 		float: right;
 		width: 32%;
 	}

 	.col4-set .col-1 {
 		float: left;
 		width: 23.5%;
 	}

 	.col4-set .col-2 {
 		float: left;
 		width: 23.5%;
 		margin: 0 2%;
 	}

 	.col4-set .col-3 {
 		float: left;
 		width: 23.5%;
 	}

 	.col4-set .col-4 {
 		float: right;
 		width: 23.5%;
 	}

 	.col2-set-nospace .col-1 {
 		float: left;
 		width: 50%;
 	}

 	.col2-set-nospace .col-2 {
 		float: right;
 		width: 50%;
 	}

 	/*=======Custum Box-Wide============*/
 	.em-box-custom .page {
 		-webkit-box-shadow: 0 0 7px #a8a8a8;
 		-moz-box-shadow: 0 0 7px #a8a8a8;
 		box-shadow: 0 0 7px #a8a8a8;
 	}

 	@media (min-width: 1200px) {
 		.wrapper.em-box-custom .page {
 			width: 1200px;
 		}
 	}
 	/* Global Styles ========================================================================= */
 	/* Form Elements */
 	input, select, textarea {
 		font: 12px/1.35 Arial, Helvetica, sans-serif;
 		vertical-align: middle;
 	}

 	input.input-text, textarea {
 		padding: 2px;
 	}

 	input.input-text, select, textarea {
 		padding: 5px 10px;
 		border: 1px solid;
 		height: 40px;
 		line-height: 28px;
 		font-size: 110%;
 		-moz-transition: all 500ms ease;
 		-webkit-transition: all 500ms ease;
 		-o-transition: all 500ms ease;
 		transition: all 500ms ease;
 		-moz-backface-visibility: hidden;
 		-webkit-backface-visibility: hidden;
 		backface-visibility: hidden;
 	}

 	.form-list li.additional-row {
 		border-top: 1px solid #e6e6e6;
 	}

 	select {
 		padding: 5px 5px !important;
 		height: 36px;
 		line-height: 14px;
 	}

 	select.multiselect {
 		height: auto;
 	}

 	select option {
 		padding-right: 10px;
 	}

 	select.multiselect option {
 		padding: 2px 5px;
 	}

 	textarea {
 		overflow: auto;
 		height: 100px;
 	}

 	input.radio {
 		margin-right: 3px;
 	}

 	input.checkbox {
 		margin-right: 3px;
 	}

 	input.qty {
 		width: 40px !important;
 	}

 	button.button::-moz-focus-inner {
 		padding: 0;
 		border: 0;
 	}

 	/* FF Fix */
 	p.control input.checkbox,
 	p.control input.radio {
 		margin-right: 6px;
 		float: left;
 		margin-top: 0;
 	}

 	.gift-messages-form input.checkbox {
 		float: left;
 		margin-top: 0;
 	}

 	/* Form lists */
 	/* Grouped fields */
 	.form-list li {
 		margin-bottom: 5px;
 		margin-right: 3%;
 	}

 	.form-list li.fields .fields {
 		margin-right: 3%;
 	}

 	.form-list li.fields {
 		margin-right: 0;
 	}

 	.form-list li.control {
 		margin: 13px 0;
 	}

 	.form-list label {
 		float: left;
 		position: relative;
 		z-index: 0;
 		padding: 6px 0 5px;
 		margin-bottom: 0;
 		text-transform: capitalize;
 	}

 	.form-list label.required em {
 		float: right;
 		font-style: normal;
 		position: absolute;
 		top: 0px;
 		right: -8px;
 		color: #fe0000;
 	}

 	.form-list li.control label {
 		float: none;
 		display: block;
 		padding: 0;
 		text-transform: none;
 	}

 	.form-list li.control input.radio,
 	.form-list li.control input.checkbox {
 		margin-right: 6px;
 		float: left;
 		margin-top: 0;
 		min-height: 17px;
 	}

 	.form-list .field {
 		float: left;
 		width: 47%;
 		margin-right: 3%;
 	}

 	.form-list li.control .input-box {
 		clear: none;
 		display: inline;
 		width: auto;
 	}

 	.form-list .input-box, .form-list .input-range {
 		display: block;
 		clear: both;
 	}

 	.form-list textarea {
 		width: 254px;
 		height: 10em;
 	}

 	.form-list select {
 		width: 100%;
 	}

 	.form-list input.input-text {
 		width: 100%;
 	}

 	.form-list .input-box {
 		width: 100%;
 	}

 	.form-list li.wide textarea {
 		width: 100%;
 	}

 	.form-list li.additional-row {
 		border-top: 1px solid #ccc;
 		margin-top: 10px;
 		padding-top: 7px;
 	}

 	.form-list li.additional-row .btn-remove {
 		float: right;
 		margin: 5px 0 0;
 	}

 	.fieldset {
 		float: left;
 		width: 49%;
 	}

 	.fieldset .legend {
 		position: relative;
 	}

 	/* Form Validation */
 	.validation-advice {
 		clear: both;
 		margin: 3px 0 5px;
 		padding: 5px 0px 5px 0px;
 		color: #e70808;
 		text-align: left;
 		position: relative;
 	}
 	.validation-advice:before {
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f176";
 		font-size: 1em;
 		padding-right: 10px;
 	}

 	.validation-failed {
 		border: 1px solid #ffa6a6 !important;
 		background: #fef4f4 !important;
 	}

 	p.required {
 		text-align: left;
 		color: #f00;
 		clear: left;
 		padding-top: 0;
 	}

 	/* Expiration date and CVV number validation fix */
 	.v-fix {
 		float: left;
 	}

 	.v-fix .validation-advice {
 		display: block;
 		position: relative;
 	}

 	/* Global Messages  */
 	.success {
 		color: #3d6611;
 		font-weight: bold;
 	}

 	.error {
 		color: #f00;
 		font-weight: bold;
 	}

 	.notice {
 		color: #ccc;
 	}

 	.std .messages ul {
 		padding: 0;
 		margin: 0;
 	}

 	.messages,
 	.messages ul {
 		list-style: none !important;
 		margin: 0 0 10px;
 		padding: 0;
 	}

 	.messages {
 		width: 100%;
 		overflow: hidden;
 		padding-left: 0 !important;
 	}

 	.messages > li {
 		margin-bottom: 5px;
 	}

 	.messages li li, .messages ul {
 		margin: 0;
 	}

 	.error-msg,
 	.note-msg,
 	.notice-msg {
 		border-style: solid;
 		border-width: 1px;
 		background-position: 10px 9px;
 		background-repeat: no-repeat;
 		padding: 8px 8px 8px 10px;
 	}

 	.error-msg {
 		border-color: #f16048;
 		background-color: #ffe3e3;
 		color: #df280a;
 		position: relative;
 	}
 	.error-msg:before {
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f071";
 		font-size: 1em;
 		padding-right: 10px;
 		float: left;
 		margin-top: 1px;
 	}

 	.note-msg,
 	.notice-msg {
 		border-color: #fcd344;
 		background-color: #fafaec;
 		color: #3d6611;
 		position: relative;
 	}
 	.note-msg span:before,
 	.notice-msg span:before {
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f06a";
 		font-size: 100%;
 		padding-right: 7px;
 	}

 	.success-msg {
 		border: 1px solid;
 		padding: 2px;
 	}
 	.success-msg li {
 		border: 1px solid;
 		padding: 10px 15px;
 		margin: 0;
 	}
 	.success-msg li span:before {
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f00c";
 		font-size: 100%;
 		padding-right: 7px;
 	}

 	/* Page Heading */
 	.page-title {
 		margin: 0 0 10px;
 		display: none;
 	}

 	.page-title h1,
 	.page-title h2 {
 		margin: 0;
 	}

 	.page-title .separator {
 		margin: 0 3px;
 	}

 	.page-title .link-rss {
 		float: right;
 	}

 	.title-buttons {
 		text-align: right;
 	}

 	.title-buttons h1,
 	.title-buttons h2,
 	.title-buttons h3,
 	.title-buttons h4,
 	.title-buttons h5,
 	.title-buttons h6 {
 		float: left;
 		background: none;
 	}

 	.subtitle,
 	.sub-title {
 		clear: both;
 	}

 	/* Pager */
 	.pager .amount {
 		float: left;
 		margin: 5px 0px 0 0px;
 	}
 	.pager .limiter {
 		float: right;
 		margin-right: 20px;
 	}
 	.pager .pages {
 		margin-top: 8px;
 	}
 	.pager .pages ol {
 		margin-bottom: 0;
 		float: right;
 		padding: 8px 0;
 	}
 	.pager .pages li {
 		display: inline;
 		margin: 0 0 0 3px;
 		text-align: center;
 	}
 	.pager .pages li.current {
 		padding: 5px 11px;
 		-moz-border-radius: 3px;
 		-webkit-border-radius: 3px;
 		border-radius: 3px;
 		display: inline-block;
 	}
 	.pager .pages li > a,
 	.pager .pages li > span {
 		background: none;
 		border: none;
 		padding: 5px 11px;
 		-moz-border-radius: 3px;
 		-webkit-border-radius: 3px;
 		border-radius: 3px;
 	}
 	.pager .pages li > a:hover, .pager .pages li > a:focus,
 	.pager .pages li > span:hover,
 	.pager .pages li > span:focus {
 		background: none;
 	}
 	.pager .pages li .next:before {
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f0da";
 		font-size: 12px;
 	}
 	.pager .pages li .next img {
 		display: none;
 	}
 	.pager .pages li .previous:before {
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f0d9";
 		font-size: 12px;
 	}
 	.pager .pages li .previous img {
 		display: none;
 	}

 	/* Sorter */
 	.pager label,
 	.sort-by label,
 	.sorter label {
 		margin-right: 5px;
 		margin-top: 6px;
 		float: left;
 		text-transform: capitalize;
 		font-weight: normal;
 	}

 	.sorter .view-mode {
 		float: left;
 	}
 	.sorter .view-mode label {
 		margin-top: 1px;
 	}

 	.sorter .sort-by {
 		float: right;
 	}

 	.pager select,
 	.sorter select {
 		width: 100px;
 		padding: 5px 10px;
 		height: 31px;
 		line-height: 30px;
 		float: left;
 	}

 	/*toolbar-switch*/
 	.toolbar-title {
 		float: left;
 	}

 	.toolbar-dropdown {
 		position: relative;
 		width: 100px;
 		float: left;
 	}
 	.toolbar-dropdown span.current {
 		display: block;
 		padding: 5px 10px;
 		cursor: pointer;
 		border: 1px solid;
 	}
 	.toolbar-dropdown span.current:after {
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f0d7";
 		font-size: 100%;
 		float: right;
 		margin-left: 5px;
 		margin-top: 5px;
 	}
 	.toolbar-dropdown ul {
 		margin: 0;
 		border: 1px solid;
 		position: absolute;
 		right: 0;
 		top: 26px;
 		width: 100px;
 		z-index: 10;
 	}
 	.toolbar-dropdown li {
 		padding: 5px;
 		background-color: #fff;
 	}
 	.toolbar-dropdown li:hover {
 		background-color: #f9efe2;
 	}
 	.toolbar-dropdown li a {
 		text-decoration: none;
 		display: block;
 	}

 	/* Shopping cart total summary row expandable to details */
 	tr.summary-total {
 		cursor: pointer;
 	}
 	tr.summary-total .summary-collapse {
 		float: right;
 		text-align: right;
 		padding-left: 20px;
 		background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
 		cursor: pointer;
 	}

 	tr.show-details .summary-collapse {
 		background-position: 0 -53px;
 	}

 	tr.summary-details td {
 		font-size: 90%;
 		background-color: #dae1e4;
 		color: #626465;
 	}

 	tr.summary-details-first td {
 		border-top: 1px solid #d2d8db;
 	}

 	tr.summary-details-excluded {
 		font-style: italic;
 	}

 	/* Shopping cart tax info */
 	.cart-tax-info,
 	.cart-tax-info .cart-price {
 		padding-right: 20px;
 	}

 	.cart-tax-total {
 		display: block;
 		padding-right: 20px;
 		background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
 		cursor: pointer;
 	}

 	.cart-tax-info .price,
 	.cart-tax-total .price {
 		display: inline !important;
 		font-weight: normal !important;
 	}

 	.cart-tax-total-expanded {
 		background-position: 100% -53px;
 	}

 	/* Class: std - styles for admin-controlled content */
 	.std .subtitle {
 		padding: 0;
 	}

 	.std ol.ol {
 		list-style: decimal outside;
 		padding-left: 1.5em;
 	}

 	.std ul.disc {
 		list-style: disc outside;
 		padding-left: 18px;
 		margin: 0 0 10px;
 	}

 	.std dl dt {
 		font-weight: bold;
 	}

 	.std dl dd {
 		margin: 0 0 10px;
 	}

 	.std ul,
 	.std ol,
 	.std dl,
 	.std address,
 	.std blockquote {
 		margin: 0 0 1em;
 		padding: 0;
 	}

 	.std ul {
 		list-style: disc outside;
 		padding-left: 1.5em;
 	}

 	.std ol {
 		list-style: decimal outside;
 		padding-left: 1.5em;
 	}

 	.std ul ul {
 		list-style-type: circle;
 	}

 	.std ul ul,
 	.std ol ol,
 	.std ul ol,
 	.std ol ul {
 		margin: .5em 0;
 	}

 	.std dt {
 		font-weight: bold;
 	}

 	.std dd {
 		padding: 0 0 0 1.5em;
 	}

 	.std blockquote {
 		font-style: italic;
 		padding: 0 0 0 1.5em;
 	}

 	.std address {
 		font-style: normal;
 	}

 	.std b,
 	.std strong {
 		font-weight: bold;
 	}

 	.std i,
 	.std em {
 		font-style: italic;
 	}

 	.std ul.none-style {
 		list-style: none;
 		padding-left: 0;
 	}

 	/* Misc */
 	.links li {
 		display: inline;
 		padding-right: 14px;
 	}

 	.links li.first {
 		padding-left: 0;
 	}

 	.links li.last {
 		background: none;
 		padding-right: 0;
 	}

 	.separator {
 		margin: 0 3px;
 	}

 	.divider {
 		clear: both;
 		display: block;
 		font-size: 0;
 		line-height: 0;
 		height: 1px;
 		margin: 10px 0;
 		background: #ddd;
 		text-indent: -999em;
 		overflow: hidden;
 	}

 	/* Noscript Notice */
 	.noscript {
 		border: 1px solid #ddd;
 		border-width: 0 0 1px;
 		background: #ffff90;
 		line-height: 1.25;
 		text-align: center;
 		color: #2f2f2f;
 	}

 	.noscript .noscript-inner {
 		width: 1000px;
 		margin: 0 auto;
 		padding: 12px 0 12px;
 		background: url(../images/i_notice.gif) 20px 50% no-repeat;
 	}

 	.noscript p {
 		margin: 0;
 	}

 	/* Demo Notice */
 	.demo-notice {
 		margin: 0;
 		padding: 6px 10px;
 		background: #d75f07;
 		line-height: 1.15;
 		text-align: center;
 		color: #fff;
 	}

 	/* Cookie Notice */
 	.notice-cookie {
 		border-bottom: 1px solid #cfcfcf;
 		background: #ffff90;
 		line-height: 1.25;
 		text-align: center;
 		color: #2f2f2f;
 	}

 	.notice-cookie .notice-inner {
 		width: 870px;
 		margin: 0 auto;
 		padding: 12px 0 12px 80px;
 		background: url(../images/i_notice.gif) 20px 25px no-repeat;
 		text-align: left;
 	}

 	.notice-cookie .notice-inner p {
 		margin: 0 0 10px;
 		border: 1px dotted #cccc73;
 		padding: 10px;
 	}

 	/* Add to Links */
 	.add-to-links .separator {
 		display: none;
 	}

 	.add-to-links {
 		display: inline-block;
 	}

 	.std .add-to-links {
 		padding: 0;
 		list-style: none;
 		margin: 0;
 	}

 	.add-to-links li {
 		/*float:left*/
 		display: inline-block;
 		margin-right: 3px;
 		vertical-align: top;
 	}

 	/* Add to Links + Add to Cart */
 	.add-to-box {
 		display: inline-block;
 		clear: both;
 		width: 100%;
 	}

 	/*rating*/
 	.no-rating, .ratings {
 		overflow: hidden;
 		clear: left;
 	}
 	.no-rating .rating-box, .ratings .rating-box {
 		display: inline-block;
 		margin-right: 5px;
 		margin-top: 0;
 	}

 	.rating-box .rating {
 		float: left;
 		height: 11px;
 		background: url(../images/bkg_rating.png) 0 100% repeat-x;
 	}

 	.rating-box {
 		width: 60px;
 		height: 11px;
 		font-size: 0;
 		line-height: 0;
 		background: url(../images/bkg_rating.png) 0 0 repeat-x;
 		text-indent: -999em;
 		overflow: hidden;
 	}

 	/*=========== Product zoom============*/
 	.product-view .product-img-box .product-image-zoom {
 		position: relative;
 		overflow: hidden;
 		z-index: 9;
 	}
 	.product-view .product-img-box .product-image-zoom img {
 		position: absolute;
 		left: 0;
 		top: 0;
 		cursor: move;
 	}
 	.product-view .product-img-box .zoom-notice {
 		float: left;
 		display: block;
 		clear: both;
 		width: 100%;
 	}
 	.product-view .product-img-box .zoom {
 		position: relative;
 		z-index: 9;
 		height: 2px;
 		margin: 10px auto 20px;
 		padding: 0 28px;
 		cursor: pointer;
 		float: left;
 		clear: left;
 		-webkit-box-sizing: border-box;
 		-moz-box-sizing: border-box;
 		box-sizing: border-box;
 		background: url(../images/slider_bg.gif) 50% 50% no-repeat;
 	}
 	.product-view .product-img-box .zoom.disabled {
 		opacity: 0.3;
 		filter: alpha(opacity=30);
 	}
 	.product-view .product-img-box .zoom #track, .product-view .product-img-box .zoom #track2 {
 		position: relative;
 		height: 2px;
 	}
 	.product-view .product-img-box .zoom #handle, .product-view .product-img-box .zoom #handle2 {
 		position: absolute;
 		left: 0;
 		top: -10px;
 		width: 9px;
 		height: 22px;
 		background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
 	}
 	.product-view .product-img-box .zoom .btn-zoom-out {
 		position: absolute;
 		left: 0;
 		top: -8px;
 	}
 	.product-view .product-img-box .zoom .btn-zoom-in {
 		position: absolute;
 		right: 0;
 		top: -8px;
 	}

 	/*cloud zoom*/
 	.cloud-zoom-lens {
 		max-width: 100%;
 		max-height: 100%;
 		border: none !important;
 		margin: 0 !important;
 	}

 	/* Product Options */
 	.product-options ul.validation-failed {
 		padding: 0 7px;
 	}

 	.product-options-bottom .add-to-cart {
 		display: block;
 		overflow: hidden;
 		clear: both;
 	}

 	.product-options-bottom {
 		display: inline-block;
 		width: 100%;
 	}

 	.product-options dt label {
 		font-weight: normal;
 	}
 	.product-options dt label em {
 		color: #fc0b2d;
 		margin-right: 5px;
 	}
 	.product-options dt .qty-holder {
 		float: right;
 	}
 	.product-options dt .qty-holder label {
 		vertical-align: middle;
 	}
 	.product-options dt .qty-disabled {
 		background: none;
 		border: 0;
 		padding: 3px;
 		color: #000;
 	}
 	.product-options dd {
 		margin: 4px 0;
 	}
 	.product-options dd .qty-holder {
 		display: block;
 		margin: 10px 0 15px;
 	}
 	.product-options dd .time-picker {
 		display: -moz-inline-box;
 		display: inline-block;
 		padding: 2px 0;
 		vertical-align: middle;
 	}
 	.product-options dd input.datetime-picker {
 		width: 150px;
 	}
 	.product-options dl {
 		margin-bottom: 0;
 	}
 	.product-options .price {
 		font-size: 100% !important;
 	}
 	.product-options .options-list li {
 		margin: 5px 0;
 	}
 	.product-options .options-list input.radio {
 		float: left;
 		margin: 2px -18px 0 1px;
 	}
 	.product-options .options-list input.checkbox {
 		float: left;
 		margin: 2px -20px 0 1px;
 	}
 	.product-options .options-list .label {
 		display: block;
 		margin-left: 20px;
 		text-align: left;
 		white-space: normal;
 	}
 	.product-options .options-list label {
 		font-weight: normal;
 	}
 	.product-options .options-list .price {
 		font-size: 100% !important;
 	}

 	/* Grouped Product */
 	.grouped-items-table {
 		margin-bottom: 25px;
 		margin-top: 25px;
 	}
 	.grouped-items-table td {
 		vertical-align: middle;
 		padding: 10px;
 	}
 	.grouped-items-table td input.qty {
 		height: 30px;
 		line-height: 30px !important;
 		width: 50px;
 		text-align: center;
 	}
 	.grouped-items-table th {
 		padding: 10px;
 		text-align: left !important;
 	}

 	/* Content Styles ================================================================= */
 	.product-name {
 		font-size: 1em;
 		font-weight: normal;
 		margin-bottom: 5px;
 	}
 	.product-name a {
 		-moz-transition: all 500ms ease;
 		-webkit-transition: all 500ms ease;
 		-o-transition: all 500ms ease;
 		transition: all 500ms ease;
 		-moz-backface-visibility: hidden;
 		-webkit-backface-visibility: hidden;
 		backface-visibility: hidden;
 	}

 	/* MAP Popup============================================================================== */
 	.cart-msrp-totals {
 		color: red;
 		font-size: 12px !important;
 		font-weight: bold;
 		margin: 10px 10px 0;
 		padding: 10px;
 		text-align: right;
 		text-transform: uppercase;
 	}

 	.map-cart-sidebar-total {
 		color: red;
 		display: block;
 		font-size: 10px;
 		font-weight: bold;
 		text-align: left;
 		padding: 2px 5px;
 		text-shadow: 0 1px 0 #fff;
 	}

 	.map-popup {
 		background: #fff;
 		border: 1px solid #aaa;
 		margin: 12px 0 0;
 		position: absolute;
 		-webkit-box-shadow: 0 0 6px #cccccc;
 		-moz-box-shadow: 0 0 6px #cccccc;
 		box-shadow: 0 0 6px #cccccc;
 		text-align: left;
 		width: 300px;
 		z-index: 100;
 	}

 	.map-popup-heading {
 		background: #d9e5ee;
 		border-bottom: 1px solid #ccc;
 		padding: 5px 30px 5px 10px;
 		width: 298px;
 	}

 	.map-popup-heading h2 {
 		font-size: 16px;
 		margin: 0;
 		text-shadow: 0 1px 0 #f6f6f6;
 		overflow: hidden;
 		white-space: nowrap;
 		word-wrap: break-word;
 		text-align: left;
 		text-overflow: ellipsis;
 	}

 	.map-popup-arrow {
 		background: url(../images/map_popup_arrow.gif) no-repeat;
 		position: absolute;
 		left: 50%;
 		top: -10px;
 		height: 10px;
 		width: 19px;
 	}

 	.map-popup-close {
 		font-size: 0;
 		display: block;
 		text-indent: -99999px;
 		overflow: hidden;
 		vertical-align: middle;
 		text-align: left;
 		content: "";
 		position: absolute;
 		right: 10px;
 		top: 8px;
 		width: 15px;
 		height: 15px;
 		background-image: url("../images/icons.png");
 		background-position: 0 0;
 		background-repeat: no-repeat;
 		-webkit-box-shadow: 0 0 3px #999999;
 		-moz-box-shadow: 0 0 3px #999999;
 		box-shadow: 0 0 3px #999999;
 		-moz-border-radius: 2px;
 		-webkit-border-radius: 2px;
 		border-radius: 2px;
 		background: url(../images/btn_window_close.gif) no-repeat;
 	}

 	.map-popup-content {
 		border-top: 1px solid #eee;
 		padding: 10px;
 		overflow: hidden;
 		text-align: left;
 		width: 280px;
 	}

 	.map-popup-checkout {
 		display: inline;
 		float: right;
 		text-align: right;
 	}

 	.map-popup-checkout span {
 		display: block;
 		padding-right: 30px;
 	}

 	.map-popup-checkout .paypal-logo {
 		margin: 0 0 5px;
 	}

 	.map-popup-price .price-box,
 	.map-popup-price .price-box .special-price {
 		margin: 0;
 		padding: 0;
 	}

 	.map-popup-price {
 		margin: 5px 0 0;
 	}

 	.map-popup-text {
 		clear: right;
 		margin: 0 10px;
 		padding: 10px 0;
 		text-align: left;
 		word-wrap: break-word;
 	}

 	.map-popup-only-text {
 		border-top: 1px solid #ddd;
 	}

 	.map-popup-checkout button.btn-cart {
 		float: right;
 	}

 	.map-info .price {
 		margin-right: 10px;
 	}

 	/* ======================================================================================= */
 	/* RSS */
 	.rss-title h1 {
 		background: url(../images/i_rss-big.png) 0 4px no-repeat;
 		padding-left: 27px;
 	}

 	.rss-table .link-rss {
 		display: block;
 		line-height: 1.35;
 		background-position: 0 2px;
 	}

 	/*Hide button checkout*/
 	.checkout-multishipping-address-newbilling .topcart-popup .btn-remove,
 	.checkout-multishipping-address-selectbilling .topcart-popup .btn-remove,
 	.checkout-multishipping-address-editshipping .topcart-popup .btn-remove,
 	.checkout-multishipping-overview .topcart-popup .btn-remove,
 	.checkout-multishipping-billing .topcart-popup .btn-remove,
 	.checkout-multishipping-shipping .topcart-popup .btn-remove,
 	.checkout-multishipping-address-newshipping .topcart-popup .btn-remove,
 	.checkout-multishipping-addresses .topcart-popup .btn-remove,
 	.checkout-onepage-index .topcart-popup .btn-remove {
 		display: none !important;
 	}

 	.cart .title-buttons .checkout-types {
 		display: none;
 	}

 	/* Options Tool Tip */
 	.dd-truncated {
 		width: 100%;
 		margin-top: 5px;
 		float: left;
 	}

 	.truncated {
 		cursor: help;
 		padding-top: 0;
 		float: left;
 	}
 	.truncated a.dots {
 		cursor: help;
 	}
 	.truncated a.details {
 		cursor: help;
 		float: left;
 	}
 	.truncated .truncated_full_value {
 		position: relative;
 		z-index: 999;
 	}
 	.truncated .truncated_full_value .item-options {
 		position: absolute;
 		top: -99999em;
 		left: -99999em;
 		z-index: 999;
 		width: 250px;
 		padding: 8px;
 		border: 1px solid #ddd;
 		background-color: #f6f6f6;
 	}
 	.truncated .truncated_full_value .item-options > p {
 		font-weight: bold;
 		text-transform: uppercase;
 	}
 	.truncated .show .item-options {
 		top: 15px;
 		left: 0;
 	}

 	dl.item-options dt {
 		font-weight: normal;
 	}
 	dl.item-options dd .price {
 		font-size: 100%;
 	}

 	/* ======================================================================================= */
 	/* Shipping and Payment methods */
 	.please-wait {
 		margin-right: 5px;
 		margin-top: 0;
 		display: inline-block;
 	}
 	.please-wait img {
 		vertical-align: middle;
 	}

 	.cvv-what-is-this {
 		cursor: help;
 		margin-left: 5px;
 		line-height: 40px;
 	}

 	.info-set {
 		margin-bottom: 15px;
 	}

 	.paypal-shipping-method.box {
 		border: none;
 		padding: 0;
 		margin: 0;
 	}

 	.sp-methods dt {
 		font-weight: normal;
 	}
 	.sp-methods input.radio {
 		margin-top: -1px;
 		display: inline-block;
 	}
 	.sp-methods .checkmo-list address {
 		float: left;
 	}
 	.sp-methods .centinel-logos a {
 		margin-right: 3px;
 	}
 	.sp-methods .centinel-logos img {
 		vertical-align: middle;
 	}
 	.sp-methods .release-amounts {
 		margin: 0.5em 0 1em;
 	}
 	.sp-methods .release-amounts button {
 		float: left;
 		margin: 5px 10px 0 0;
 	}

 	/* Tooltip */
 	.tool-tip {
 		border: 1px solid #ddd;
 		background-color: #f6f6f6;
 		padding: 5px;
 		position: absolute;
 		z-index: 9999;
 		top: 200px !important;
 	}
 	.tool-tip .btn-close {
 		text-align: right;
 	}
 	.tool-tip .btn-close a {
 		font-size: 0;
 		display: block;
 		text-indent: -99999px;
 		overflow: hidden;
 		vertical-align: middle;
 		text-align: left;
 		width: 15px;
 		height: 15px;
 		background-image: url("../images/icons.png");
 		background-position: 0 0;
 		background-repeat: no-repeat;
 		background-image: url(../images/btn_window_close.gif);
 	}
 	.tool-tip .tool-tip-content {
 		padding: 5px;
 	}

 	/* Gift Messages */
 	.gift-messages-form label {
 		float: none !important;
 		position: static !important;
 		display: inline-block;
 	}
 	.gift-messages-form .item {
 		margin: 0 0 10px;
 	}
 	.gift-messages-form .item .product-img-box {
 		float: left;
 		width: 75px;
 	}
 	.gift-messages-form .item .product-image {
 		margin: 0 0 7px;
 	}
 	.gift-messages-form .item .number {
 		margin: 0;
 		font-weight: bold;
 		text-align: center;
 	}
 	.gift-messages-form .item .details {
 		margin-left: 90px;
 	}

 	.gift-message-link {
 		display: block;
 		background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
 		padding-left: 20px;
 	}

 	.gift-message-link.expanded {
 		background-position: 0 -53px;
 	}

 	.gift-message-row .btn-close {
 		float: right;
 	}

 	.gift-message dt strong {
 		font-weight: bold;
 	}

 	.opc .gift-messages-form {
 		margin: 0px 0 10px;
 		padding: 10px 15px;
 		position: static;
 	}

 	.opc .gift-messages-form .inner-box {
 		padding: 5px;
 	}

 	/* Checkout Agreements */
 	.checkout-agreements .agree {
 		padding: 6px;
 		padding: 6px 0;
 		margin-top: 10px;
 	}
 	.checkout-agreements li {
 		margin: 10px 0;
 	}
 	.checkout-agreements .agreement-content {
 		border: 1px solid #ddd;
 		background-color: #f6f6f6;
 		padding: 5px;
 		height: 10em !important;
 		overflow: auto;
 	}
 	.checkout-agreements .agreement-content input.checkbox {
 		margin-top: 0;
 		margin-right: 10px;
 	}

 	/* Centinel */
 	.centinel .authentication {
 		border: 1px solid #ddd;
 		background: #fff;
 	}
 	.centinel .authentication iframe {
 		width: 99%;
 		height: 400px;
 		background: transparent !important;
 		margin: 0 !important;
 		padding: 0 !important;
 		border: 0 !important;
 	}

 	/* Multiple Addresses Checkout */
 	.checkout-progress {
 		padding: 0px 50px;
 		margin: 10px 0;
 	}
 	.checkout-progress li {
 		border-top: 10px solid #999999;
 		float: left;
 		font-weight: bold;
 		margin: 0 3px 0 0;
 		padding: 2px 0 0;
 		text-align: center;
 		width: 19%;
 	}
 	.checkout-progress li.active {
 		border-top-color: #E96200;
 		color: #E96200;
 	}

 	.multiple-checkout {
 		position: relative;
 		padding-bottom: 20px;
 	}
 	.multiple-checkout .title-buttons {
 		text-align: left;
 	}
 	.multiple-checkout .title-buttons h1 {
 		width: 100%;
 		text-align: left;
 	}
 	.multiple-checkout .title-buttons button.button {
 		float: right;
 		margin-top: 15px;
 		margin-right: 0;
 	}
 	.multiple-checkout .tool-tip {
 		top: 50%;
 		margin-top: -120px;
 		right: 10px;
 	}
 	.multiple-checkout .grand-total {
 		font-size: 1.5em;
 		text-align: right;
 	}
 	.multiple-checkout #checkout-review-submit {
 		padding-top: 20px;
 	}
 	.multiple-checkout #checkout-review-submit #review-buttons-container {
 		padding-top: 20px;
 	}
 	.multiple-checkout .col2-set {
 		padding-bottom: 20px;
 	}

 	/* ======================================================================================= */
 	.customer-account-resetpassword .fieldset {
 		margin-top: 0px !important;
 	}
 	.customer-account-resetpassword .buttons-set {
 		width: 100%;
 		float: left;
 		margin-top: 10px;
 	}
 	.customer-account-resetpassword .buttons-set p.required {
 		margin-bottom: 10px;
 	}

 	.customer-account-forgotpassword .fieldset {
 		width: 100%;
 	}
 	.customer-account-forgotpassword .fieldset .form-list input.input-text {
 		width: 260px;
 	}

 	/* Captcha */
 	.captcha-image {
 		float: left;
 		position: relative;
 	}

 	.captcha-img {
 		border: 1px solid #ccc;
 	}

 	.captcha-reload {
 		position: absolute;
 		top: 2px;
 		right: 2px;
 	}
 	.captcha-reload.refreshing {
 		animation: rotate 1.5s infinite linear;
 		-webkit-animation: rotate 1.5s infinite linear;
 		-moz-animation: rotate 1.5s infinite linear;
 	}

 	@-webkit-keyframes rotate {
 		0% {
 			-webkit-transform: rotate(0);
 		}

 		0% {
 			-webkit-transform: rotate(-360deg);
 		}
 	}
 	@-moz-keyframes rotate {
 		0% {
 			-moz-transform: rotate(0);
 		}

 		0% {
 			-moz-transform: rotate(-360deg);
 		}
 	}
 	@keyframes rotate {
 		0% {
 			transform: rotate(0);
 		}

 		0% {
 			transform: rotate(-360deg);
 		}
 	}
 	/* Remember Me Popup ===================================================================== */
 	.window-overlay {
 		background: rgba(0, 0, 0, 0.35);
 		position: absolute;
 		top: 0;
 		left: 0;
 		height: 100%;
 		width: 100%;
 		z-index: 990;
 	}

 	/* My Account ============================================================================= */
 	.my-account .title-buttons .link-rss {
 		float: none;
 		margin: 0;
 	}

 	.my-wishlist .cart-cell button.button {
 		margin-bottom: 5px;
 	}

 	.downloadable-customer-products .data-table th {
 		white-space: nowrap;
 	}

 	.sales-order-view .my-account a.link-reorder,
 	.sales-order-view .my-account span.separator,
 	.sales-order-view .my-account a.link-print {
 		float: right;
 		padding-top: 5px;
 		padding-bottom: 5px;
 		margin-top: 8px;
 	}

 	#cart-sidebar-reorder-advice-container {
 		margin: 1em 0;
 	}

 	/* Order View */
 	.order-info {
 		padding: 5px 0px;
 	}

 	.order-details .table-caption {
 		padding: 0 0px;
 	}

 	.order-info dt,
 	.order-info dd,
 	.order-info ul,
 	.order-info li {
 		display: inline;
 	}

 	.order-info dt {
 		font-weight: bold;
 	}

 	.order-date {
 		margin: 10px 0px;
 	}

 	.page-print .order-date {
 		margin: 10px 0px;
 	}

 	.order-info-box {
 		padding: 0;
 	}

 	.sales-order-view .my-account .title-buttons h1 {
 		text-align: left;
 		width: 100%;
 	}

 	.order-items {
 		width: 100%;
 	}

 	.order-items #my-orders-table.data-table tfoot td.a-right {
 		text-align: right !important;
 	}

 	.order-additional {
 		margin: 15px 0;
 	}

 	/* Order Gift Message */
 	.gift-message dt strong {
 		color: #666;
 	}

 	.gift-message dd {
 		margin: 5px 0 0;
 	}

 	/* Order Comments */
 	.order-about dt {
 		font-weight: bold;
 	}

 	.order-about dd {
 		margin: 0 0 7px;
 	}

 	.tracking-table {
 		margin: 0 0 15px;
 	}

 	.tracking-table th {
 		font-weight: bold;
 		white-space: nowrap;
 	}

 	.tracking-table-popup {
 		width: 100%;
 	}

 	.tracking-table-popup th {
 		font-weight: bold;
 		white-space: nowrap;
 	}

 	.tracking-table-popup th,
 	.tracking-table-popup td {
 		padding: 1px 8px;
 	}

 	/* Order Print Pages */
 	.page-print .print-head img {
 		float: left;
 	}

 	.page-print .print-head address {
 		float: left;
 		margin-left: 15px;
 	}

 	/* Price Rewrites */
 	.page-print .gift-message-link {
 		display: none;
 	}

 	.page-print .price-excl-tax,
 	.page-print .price-incl-tax {
 		display: block;
 		white-space: nowrap;
 	}

 	.page-print .cart-price,
 	.page-print .price-excl-tax .label,
 	.page-print .price-incl-tax .label,
 	.page-print .price-excl-tax .price,
 	.page-print .price-incl-tax .price {
 		display: inline;
 	}

 	/*Newsletter Subscription*/
 	.newsletter-manage-index .fieldset {
 		float: none;
 		width: 100%;
 	}

 	.newsletter-manage-index .fieldset .legend {
 		padding-bottom: 10px;
 	}

 	/*Share Your Wishlist*/
 	.wishlist-index-share .my-account .buttons-set p.required {
 		width: 100%;
 	}

 	.wishlist-index-share .my-account .buttons-set p.back-link {
 		float: left;
 		margin-bottom: 5px;
 	}

 	.wishlist-index-share .fieldset {
 		float: none;
 		width: 100%;
 	}

 	.my-wishlist .truncated {
 		clear: both;
 	}

 	/* Footer ================================================================================ */
 	.footer ul li {
 		display: inline;
 	}

 	.list-inline {
 		margin-left: 0;
 	}

 	/* Clears ================================================================================ */
 	.clearer:after,
 	.header-container:after,
 	.header-container .top-container:after,
 	.header:after,
 	.header .quick-access:after,
 	#nav:after,
 	.main:after,
 	.footer:after,
 	.footer-container .bottom-container:after,
 	.col-main:after,
 	.col2-set:after,
 	.col3-set:after,
 	.col4-set:after,
 	.search-autocomplete li:after,
 	.block .block-content:after,
 	.block .actions:after,
 	.block li.item:after,
 	.block-poll li:after,
 	.block-layered-nav .currently li:after,
 	.page-title:after,
 	.products-grid:after,
 	.products-list li.item:after,
 	.box-account .box-head:after,
 	.dashboard .box .box-title:after,
 	.box-reviews li.item:after,
 	.box-tags li.item:after,
 	.pager:after,
 	.sorter:after,
 	.ratings:after,
 	.tags:after,
 	.add-to-box:after,
 	.add-to-cart:after,
 	.product-essential:after,
 	.product-collateral:after,
 	.product-view .product-img-box .more-views ul:after,
 	.product-view .box-description:after,
 	.product-view .box-tags .form-add:after,
 	.product-options .options-list li:after,
 	.product-options-bottom:after,
 	.product-review:after,
 	.cart:after,
 	.cart-collaterals:after,
 	.cart .crosssell li.item:after,
 	.opc .step-title:after,
 	.checkout-progress:after,
 	.multiple-checkout .place-order:after,
 	.group-select li:after,
 	.form-list li:after,
 	.form-list .field:after,
 	.buttons-set:after,
 	.page-print .print-head:after,
 	.advanced-search-summary:after,
 	.gift-messages-form .item:after,
 	.send-friend .form-list li p:after,
 	.widget-static-block:after {
 		display: block;
 		content: ".";
 		clear: both;
 		font-size: 0;
 		line-height: 0;
 		height: 0;
 		overflow: hidden;
 	}

 	/* ======================================================================================= */
 	/*========== Icons & Brands & Logo ==========*/
 	.icon, .brand-logo, .em-payment-icon {
 		font-size: 0;
 		display: block;
 		text-indent: -99999px;
 		overflow: hidden;
 		vertical-align: middle;
 		text-align: left;
 	}

 	/*============Banner Center============*/
 	.banner-center {
 		text-align: center;
 		margin-bottom: 17px;
 	}
 	.banner-center a {
 		margin-bottom: 0;
 		display: inline-block;
 		max-width: 100%;
 	}

 	/*========== back to top ==========*/
 	#back-top {
 		z-index: 15;
 		position: fixed;
 		right: 15px;
 		bottom: 20px;
 		-moz-backface-visibility: hidden;
 		-webkit-backface-visibility: hidden;
 		backface-visibility: hidden;
 		display: inline-block;
 	}
 	#back-top a {
 		display: inline-block;
 		text-align: center;
 		height: 52px;
 		width: 52px;
 		border: 1px solid;
 		position: relative;
 		text-transform: uppercase;
 		padding-top: 25px;
 		/*@include transition1();*/
 	}
 	#back-top a:before {
 		display: inline-block;
 		font-family: FontAwesome;
 		font-style: normal;
 		font-weight: normal;
 		line-height: 1;
 		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
 		content: "\f077";
 		font-size: 12px;
 		position: absolute;
 		top: 5px;
 		left: 18px;
 	}

 	#bg_fade {
 		z-index: 999;
 		opacity: 0.5;
 	}

 	#overlay {
 		opacity: 0.8;
 		filter: alpha(opacity=80);
 	}

 	/******Class Padding********/
 	.emfilter-ajaxblock-loading {
 		position: relative;
 		text-align: center;
 	}

 	.emfilter-ajaxblock-loading:before {
 		display: inline-block;
 		border-style: solid;
 		border-width: 5px;
 		border-left-color: #f02222;
 		border-radius: 974px;
 		-o-border-radius: 974px;
 		-ms-border-radius: 974px;
 		-webkit-border-radius: 974px;
 		-moz-border-radius: 974px;
 		content: "";
 		height: 40px;
 		width: 40px;
 		margin: 3rem auto;
 		animation: cssload-rotate 1150ms linear infinite;
 		-o-animation: cssload-rotate 1150ms linear infinite;
 		-ms-animation: cssload-rotate 1150ms linear infinite;
 		-webkit-animation: cssload-rotate 1150ms linear infinite;
 		-moz-animation: cssload-rotate 1150ms linear infinite;
 	}

 	@keyframes cssload-rotate {
 		100% {
 			transform: rotate(360deg);
 		}
 	}
 	@-o-keyframes cssload-rotate {
 		100% {
 			-o-transform: rotate(360deg);
 		}
 	}
 	@-ms-keyframes cssload-rotate {
 		100% {
 			-ms-transform: rotate(360deg);
 		}
 	}
 	@-webkit-keyframes cssload-rotate {
 		100% {
 			-webkit-transform: rotate(360deg);
 		}
 	}
 	@-moz-keyframes cssload-rotate {
 		100% {
 			-moz-transform: rotate(360deg);
 		}
 	}
/* ============================================ *
 * Button
 * ============================================ */
 a.viewall,
 a.goto-cart,
 button.button,
 .tp-caption a.ss-btn-link,
 .button-link,
 .em-sidebar a.link-cart,
 #em_quickshop_handler {
 	border: 1px solid;
 	overflow: visible;
 	width: auto;
 	margin: 0 10px 10px 0;
 	padding: 11px;
 	cursor: pointer;
 	float: left;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	white-space: nowrap;
 }
 a.viewall span,
 a.goto-cart span,
 button.button span,
 .tp-caption a.ss-btn-link span,
 .button-link span,
 .em-sidebar a.link-cart span,
 #em_quickshop_handler span {
 	display: inline-block;
 	text-align: center;
 	text-transform: uppercase;
 	padding: 0 5px;
 }

 .cart button.btn-checkout span span {
 	padding: 4px 10px;
 }

 .category-products .products-list button.button.btn-cart {
 	padding: 8px 11px;
 }

 /*=====Button Icon=====*/
 /*=====Button Quickshop============*/
 .quickshop-link-container {
 	display: inline;
 }
 .quickshop-link-container .quickshop-link {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	white-space: nowrap;
 	padding: 6px 15px 6px 15px;
 	float: none;
 	display: inline-block;
 	border-style: solid;
 	border-width: 1px;
 }

 .product-item .product-shop-top .quickshop-link-container {
 	position: absolute;
 	width: 100%;
 	top: 45%;
 	top: calc((100% - 30px) / 2);
 	left: 0;
 	transform: scale(0, 0);
 }
 .product-item:hover .product-shop-top .quickshop-link-container {
 	transform: scale(1);
 }

 /*=====Button Add To Cart=====*/
/*.em-sidebar a.link-cart,
.button-link.link-cart,
.em-sidebar button.button.btn-cart,*/
button.button.btn-cart {
	font-size: 0;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	text-indent: 0;
	padding: 11px;
	vertical-align: top;
	width: 38px;
	float: none;
	display: inline;
	font-size: 0;
}
button.button.btn-cart span {
	padding: 0;
}
button.button.btn-cart:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f07a";
	font-size: 14px;
	margin: 0;
}

/*=====End Button Add To Cart=====*/
/*=====Button Add To Wishlist/Compare=====*/
.add-to-links {
	margin-bottom: 0;
}
.add-to-links li a {
	font-size: 90%;
}

.link-wishlist,
.add-to-links li a.link-wishlist {
	font-size: 0;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	text-indent: 0;
	padding: 11px;
	vertical-align: top;
	width: 38px;
	border: 1px solid;
  /*&:before{
  	@include font-awesome(\f004,14px);
  	margin-right:5px;
  	margin-left:5px;
  	}*/
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  }
  .link-wishlist span,
  .add-to-links li a.link-wishlist span {
  	padding: 0;
  }
  .link-wishlist:before,
  .add-to-links li a.link-wishlist:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f004";
  	font-size: 14px;
  	margin: 0;
  }

  .add-to-links li a.link-compare {
  	font-size: 0;
  	display: block;
  	text-indent: -99999px;
  	overflow: hidden;
  	vertical-align: middle;
  	text-align: left;
  	text-indent: 0;
  	padding: 11px;
  	vertical-align: top;
  	width: 38px;
  	border: 1px solid;
  /*&:before{
  	@include font-awesome(\f079,14px);
  	margin-right:5px;
  	margin-left:5px;
  	}*/
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  }
  .add-to-links li a.link-compare span {
  	padding: 0;
  }
  .add-to-links li a.link-compare:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f079";
  	font-size: 14px;
  	margin: 0;
  }

  /*=====End Button Add To Wishlist/Compare=====*/
  /*=====Button Back=====*/
  p.back-link a {
  	border: 1px solid;
  	overflow: visible;
  	width: auto;
  	margin: 0 10px 10px 0;
  	cursor: pointer;
  	float: left;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	padding: 10px 25px;
  	text-transform: uppercase;
  }
  p.back-link a small {
  	display: none;
  }

  /*=====End Button Back=====*/
  /*=====Button Remove/Edit=====*/
  .btn-remove,
  .btn-remove2 {
  	font-size: 0;
  	display: inline-block;
  	border: 1px solid #d4d4d4;
  	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	border-radius: 50%;
  }
  .btn-remove:before,
  .btn-remove2:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f00d";
  	font-size: 11px;
  	padding: 3px 4px;
  	color: #fff;
  	background: #000000;
  	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	border-radius: 50%;
  }

  /*Button edit*/
  .btn-edit {
  	font-size: 0;
  	border: 1px solid #d4d4d4;
  	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	border-radius: 50%;
  }
  .btn-edit:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f040";
  	font-size: 11px;
  	padding: 3px 4px;
  	color: #fff;
  	background: #000000;
  	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	border-radius: 50%;
  }

  /*=====End Button Remove/Edit=====*/
  /*=====Button Fullwidth=====*/
  /*button fullwidth*/
  button.button-full-width,
  .button-full-width {
  	margin-right: 0;
  	width: 100%;
  }
  button.button-full-width span,
  .button-full-width span {
  	float: none;
  	display: inline-block;
  	width: 100%;
  }

  /*=====End Button Fullwidth=====*/
  /*======Button Ajax======*/
  .ajaxcart a.back,
  .ajaxcart a.next {
  	border: 1px solid;
  	overflow: visible;
  	width: auto;
  	margin: 0 10px 10px 0;
  	cursor: pointer;
  	float: left;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	padding: 10px 15px;
  }
  .ajaxcart a.back span,
  .ajaxcart a.next span {
  	float: left;
  	text-align: center;
  	text-transform: uppercase;
  }

  /*======End Button Ajax======*/
  /*========Button Load More=========*/
  .load-more-image {
  	text-align: center;
  	display: inline-block;
  	width: 100%;
  }
  .load-more-image a.load-more {
  	display: inline-block;
  	padding: 11px 20px;
  	margin-top: 2rem;
  	min-width: 35%;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	border-style: solid;
  	border-width: 2px;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	text-transform: uppercase;
  }

  .em-ajax-product.products-grid {
  	margin-bottom: 8rem;
  }
  .em-ajax-product.products-grid #infscr-loading {
  	position: absolute;
  	bottom: -3rem;
  	width: 100%;
  	text-align: center;
  }

  .em-ajax-product .item {
  	width: calc(100%/5);
  }

  @media (max-width: 768px) {
  	.em-ajax-product .item {
  		width: calc(100%/2);
  	}
  }
  /*========== Data Table ==========*/
  #wishlist-table {
  	display: inline-block;
  	overflow: inherit;
  }

  table colgroup, .data-table colgroup {
  	width: 100%;
  }

  .data-table {
  	width: 100%;
  }
  .data-table th {
  	white-space: nowrap;
  	padding: 14px 20px;
  	border-width: 1px;
  	border-style: solid;
  }
  .data-table tr td {
  	padding: 14px 20px;
  	border-width: 1px;
  	border-style: solid;
  }
  .data-table tr td em {
  	font-style: normal;
  }
  .data-table tr td button.button {
  	white-space: nowrap;
  }
  .data-table thead th {
  	border-width: 1px;
  	border-style: solid;
  }
  .data-table tbody .label {
  	display: table-cell;
  	vertical-align: middle;
  	text-align: left;
  }

  .customer-account-index .my-account .data-table tr th,
  .sales-order-history .my-account .data-table tr th {
  	border-left-width: 0;
  	border-right-width: 0;
  }
  .customer-account-index .my-account .data-table tr th:first-child,
  .sales-order-history .my-account .data-table tr th:first-child {
  	border-left-width: 1px;
  }
  .customer-account-index .my-account .data-table tr th.last,
  .sales-order-history .my-account .data-table tr th.last {
  	border-right-width: 1px;
  }
  .customer-account-index .my-account .data-table tr td,
  .sales-order-history .my-account .data-table tr td {
  	border-width: 0;
  }
  .customer-account-index .my-account .data-table tr td:first-child,
  .sales-order-history .my-account .data-table tr td:first-child {
  	border-left-width: 1px;
  }
  .customer-account-index .my-account .data-table tr td.last,
  .sales-order-history .my-account .data-table tr td.last {
  	border-right-width: 1px;
  }
  .customer-account-index .my-account .data-table tr.last td,
  .sales-order-history .my-account .data-table tr.last td {
  	border-bottom-width: 1px;
  }

  #checkout-step-review .data-table tr th {
  	border-left-width: 0;
  	border-right-width: 0;
  }
  #checkout-step-review .data-table tr th:first-child {
  	border-left-width: 1px;
  }
  #checkout-step-review .data-table tr th.last {
  	border-right-width: 1px;
  }
  #checkout-step-review .data-table tr td {
  	border-width: 0;
  }
  #checkout-step-review .data-table tr td:first-child {
  	border-left-width: 1px;
  }
  #checkout-step-review .data-table tr td.last {
  	border-right-width: 1px;
  }
  #checkout-step-review .data-table tr.last td {
  	border-bottom-width: 1px;
  }
  #checkout-step-review .data-table tr td, #checkout-step-review .data-table th {
  	padding-left: 10px;
  	padding-right: 10px;
  }
  #checkout-step-review .data-table td {
  	/*padding:34px 10px 10px;*/
  }
  #checkout-step-review .data-table tr.last td {
  	/*padding-bottom:34px;*/
  }
  #checkout-step-review .data-table tfoot tr td {
  	border: none;
  	padding: 0 10px 5px 20px;
  }
  #checkout-step-review .data-table tfoot tr td.last {
  	text-align: left !important;
  }
  #checkout-step-review .data-table tfoot tr td .price {
  	display: block;
  	margin-top: -10px;
  }
  #checkout-step-review .data-table tfoot tr.first td {
  	padding-top: 21px;
  }
  #checkout-step-review .data-table tfoot tr.last td {
  	padding-top: 0px;
  	padding-bottom: 16px;
  }
  #checkout-step-review .data-table tfoot tr.last td .price {
  	margin-top: -7px;
  }
  #checkout-step-review .data-table .cart-price {
  /*display:block;
  margin-top:-6px;*/
}

.cart .data-table tr th {
	border-left-width: 0;
	border-right-width: 0;
}
.cart .data-table tr th:first-child {
	border-left-width: 1px;
}
.cart .data-table tr th.last {
	border-right-width: 1px;
}
.cart .data-table tr td {
	border-width: 0;
}
.cart .data-table tr td:first-child {
	border-left-width: 1px;
}
.cart .data-table tr td.last {
	border-right-width: 1px;
}
.cart .data-table tr.last td {
	border-bottom-width: 1px;
}

/* ============================================ *
 * Product Effects
 * ============================================ */
 /*=============Effect Alternative Images Product==============*/
 /*show-hide*/
 .products-list .item a.product-image .em-alt-hover,
 .products-grid.isotope .item a.product-image .em-alt-hover,
 .product-item a.product-image .em-alt-hover {
 	/*position: absolute;
 	left: 0%;
 	top: 0%;
 	opacity: 0 !important;
 	filter: alpha(opacity=0) !important;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;*/
 }
 .products-list .item:hover a.product-image .em-alt-org,
 .products-grid.isotope .item:hover a.product-image .em-alt-org,
 .product-item:hover a.product-image .em-alt-org {
 	/*opacity: 0 !important;
 	filter: alpha(opacity=0) !important;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;*/
 }
 .products-list .item:hover a.product-image .em-alt-hover,
 .products-grid.isotope .item:hover a.product-image .em-alt-hover,
 .product-item:hover a.product-image .em-alt-hover {
 	/*opacity: 1 !important;
 	filter: alpha(opacity=100) !important;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	position: absolute;
 	left: 0;
 	top: 0;*/
 }

 /*effect button*/
 .em-effect06 {
 	position: relative;
 	z-index: 1;
 	text-align: center;
 }
 .em-effect06 a {
 	position: relative;
 	overflow: hidden;
 	z-index: 0;
 	display: block;
 	vertical-align: top;
 	max-width: 100%;
 }
 .em-effect06 a:after {
 	content: '';
 	position: absolute;
 	z-index: 1;
 	width: 100%;
 	height: 0;
 	top: 0;
 	left: 0;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	background: rgba(0, 0, 0, 0.18);
 }
 .em-effect06 .em-eff06-02:after {
 	height: 100%;
 	bottom: 0;
 	opacity: 0;
 	filter: alpha(opacity=0);
 }
 .em-effect06 .em-eff06-02:hover:after {
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 .em-effect06 .em-eff06-03:after {
 	height: 100%;
 	bottom: 0;
 	-webkit-transform: scaleX(0);
 	transform: scaleX(0);
 }
 .em-effect06 .em-eff06-03:hover:after {
 	-webkit-transform: scaleX(1);
 	transform: scaleX(1);
 }
 .em-effect06 .em-eff06-04:after {
 	width: 0;
 	height: 0;
 	top: 0;
 	left: 0;
 }
 .em-effect06 .em-eff06-04:before {
 	width: 0;
 	height: 0;
 	bottom: 0;
 	right: 0;
 	content: '';
 	position: absolute;
 	z-index: 1;
 	height: 0;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	background: rgba(0, 0, 0, 0.18);
 }
 .em-effect06 .em-eff06-04:hover:after {
 	width: 100%;
 	height: 100%;
 }
 .em-effect06 .em-eff06-04:hover:before {
 	width: 100%;
 	height: 100%;
 }

 /*border*/
 .effect03 a {
 	display: block;
 	position: relative;
 }
 .effect03 a:before {
 	content: "";
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	left: 0;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .effect03 a:hover:before {
 	box-shadow: 0 0 0 15px #ffffff inset;
 	opacity: 0.5;
 	filter: alpha(opacity=50);
 }

 /*bg-transparent*/
 /*======================*/
 .effect04 a {
 	position: relative;
 	display: block;
 	overflow: hidden;
 }

 .effect04 a:after {
 	bottom: 50%;
 	content: "";
 	display: inline-block;
 	left: 50%;
 	opacity: 0;
 	position: absolute;
 	right: 50%;
 	top: 50%;
 	/*@include transition(all 300ms ease-in-out 0s);*/
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	z-index: 3;
 	background-color: #000000;
 }

 .effect04:hover a:after {
 	bottom: 0;
 	left: 0;
 	opacity: 0.2;
 	filter: alpha(opacity=20);
 	right: 0;
 	top: 0;
 }

 /*effect hover bkg style1*/
 /*effect hover bkg center to left right*/
 /*effect hover bkg shadow top to bottom*/
 /*effect hover bkg shadow bottom to top*/
 /*effect hover text*/
 .effect-hover-text {
 	position: relative;
 	overflow: hidden;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .effect-hover-text .banner-img {
 	display: block;
 	max-width: 100%;
 	-webkit-transform: translateZ(0);
 	transform: translateZ(0);
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-moz-osx-font-smoothing: grayscale;
 	position: relative;
 	-webkit-transition-property: color;
 	transition-property: color;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 }
 .effect-hover-text .banner-img:before {
 	content: "";
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	z-index: 1;
 	background: rgba(0, 0, 0, 0.48);
 	-webkit-transform: scaleY(0);
 	transform: scaleY(0);
 	-webkit-transform-origin: 50% 0;
 	transform-origin: 50% 0;
 	-webkit-transition-property: transform;
 	transition-property: transform;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
 }
 .effect-hover-text:hover .banner-img:before {
 	-webkit-transform: scaleY(1);
 	transform: scaleY(1);
 }
 .effect-hover-text .banner-img img {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
 	transform: scale(1);
 }
 .effect-hover-text .banner-text {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	position: absolute;
 	left: 0;
 	top: 0%;
 	right: 0;
 }
 .effect-hover-text .banner-text img {
 	margin: 0;
 }
 .effect-hover-text:hover .banner-img img {
 	-webkit-transform: scale(1.1, 1.1);
 	-ms-transform: scale(1.1, 1.1);
 	transform: scale(1.1, 1.1);
 }
 .effect-hover-text:hover .banner-text {
 	top: -30px;
 }

 .effect-hover-text2 {
 	position: relative;
 	overflow: hidden;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .effect-hover-text2 .banner-img:after {
 	border-radius: 50%;
 	background: #000;
 	opacity: 0.4;
 	filter: alpha(opacity=40);
 	position: absolute;
 	width: 125%;
 	height: 165%;
 	top: -32.5%;
 	left: -12.5%;
 	-webkit-transform: scale(0);
 	-ms-transform: scale(0);
 	transform: scale(0);
 	transition: all 250ms linear;
 	-webkit-transition: all 250ms linear;
 	content: "";
 }
 .effect-hover-text2:hover .banner-img:after {
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
 	transform: scale(1);
 }
 .effect-hover-text2 .banner-img img {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
 	transform: scale(1);
 }
 .effect-hover-text2 .banner-text {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	position: absolute;
 	left: 0;
 	top: 0%;
 	right: 0;
 }
 .effect-hover-text2 .banner-text img {
 	margin: 0;
 }
 .effect-hover-text2:hover .banner-img img {
 	-webkit-transform: scale(1.1, 1.1);
 	-ms-transform: scale(1.1, 1.1);
 	transform: scale(1.1, 1.1);
 }

 .effect-hover-text3 {
 	position: relative;
 	overflow: hidden;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .effect-hover-text3 .banner-img {
 	display: block;
 	max-width: 100%;
 	-webkit-transform: translateZ(0);
 	transform: translateZ(0);
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-moz-osx-font-smoothing: grayscale;
 	position: relative;
 	-webkit-transition-property: color;
 	transition-property: color;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 }
 .effect-hover-text3 .banner-img:before {
 	content: "";
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	z-index: 1;
 	background: rgba(0, 0, 0, 0.48);
 	-webkit-transform: scaleY(0);
 	transform: scaleY(0);
 	-webkit-transform-origin: 50% 0;
 	transform-origin: 50% 0;
 	-webkit-transition-property: transform;
 	transition-property: transform;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
 }
 .effect-hover-text3:hover .banner-img:before {
 	-webkit-transform: scaleY(1);
 	transform: scaleY(1);
 }
 .effect-hover-text3 .banner-img:before {
 	-webkit-transform-origin: 50% 100%;
 	transform-origin: 50% 100%;
 }
 .effect-hover-text3 .banner-img img {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
 	transform: scale(1);
 }
 .effect-hover-text3 .banner-text {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	position: absolute;
 	left: 0;
 	top: 0%;
 	right: 0;
 }
 .effect-hover-text3 .banner-text img {
 	margin: 0;
 }
 .effect-hover-text3:hover .banner-img img {
 	-webkit-transform: scale(1.1, 1.1);
 	-ms-transform: scale(1.1, 1.1);
 	transform: scale(1.1, 1.1);
 }
 .effect-hover-text3:hover .banner-text {
 	top: -30px;
 }

 .effect-hover-text4 {
 	position: relative;
 	overflow: hidden;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .effect-hover-text4 .banner-img {
 	position: relative;
 	overflow: hidden;
 	display: block;
 	max-width: 100%;
 }
 .effect-hover-text4 .banner-img:after {
 	content: '';
 	position: absolute;
 	/*z-index: 1;*/
 	width: 100%;
 	top: 0;
 	left: 0;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	background: rgba(0, 0, 0, 0.48);
 	height: 100%;
 	bottom: 0;
 	-webkit-transform: scaleX(0);
 	transform: scaleX(0);
 }
 .effect-hover-text4:hover .banner-img:after {
 	-webkit-transform: scaleX(1);
 	transform: scaleX(1);
 }
 .effect-hover-text4 .banner-img img {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
 	transform: scale(1);
 }
 .effect-hover-text4 .banner-text {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	position: absolute;
 	left: 0;
 	top: 0%;
 	right: 0;
 }
 .effect-hover-text4 .banner-text img {
 	margin: 0;
 }
 .effect-hover-text4:hover .banner-img img {
 	-webkit-transform: scale(1.1, 1.1);
 	-ms-transform: scale(1.1, 1.1);
 	transform: scale(1.1, 1.1);
 }

 .effect-hover-text5 {
 	position: relative;
 	overflow: hidden;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .effect-hover-text5 .banner-img {
 	display: block;
 	max-width: 100%;
 	-webkit-transform: translateZ(0);
 	transform: translateZ(0);
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-moz-osx-font-smoothing: grayscale;
 	position: relative;
 	-webkit-transition-property: color;
 	transition-property: color;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 }
 .effect-hover-text5 .banner-img:before {
 	content: "";
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	z-index: 1;
 	background: rgba(0, 0, 0, 0.48);
 	-webkit-transform: scaleY(0);
 	transform: scaleY(0);
 	-webkit-transform-origin: 50% 0;
 	transform-origin: 50% 0;
 	-webkit-transition-property: transform;
 	transition-property: transform;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
 }
 .effect-hover-text5:hover .banner-img:before {
 	-webkit-transform: scaleY(1);
 	transform: scaleY(1);
 }
 .effect-hover-text5 .banner-img:before {
 	-webkit-transform-origin: 50% 100%;
 	transform-origin: 50% 100%;
 }
 .effect-hover-text5 .banner-img img {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
 	transform: scale(1);
 }
 .effect-hover-text5 .banner-text {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	position: absolute;
 	left: 0;
 	top: 0%;
 	right: 0;
 }
 .effect-hover-text5 .banner-text img {
 	margin: 0;
 }
 .effect-hover-text5:hover .banner-img img {
 	-webkit-transform: scale(1.1, 1.1);
 	-ms-transform: scale(1.1, 1.1);
 	transform: scale(1.1, 1.1);
 }
 .effect-hover-text5:hover .banner-text {
 	top: 30px;
 }

 /*===============effect hover line center===============*/
 .em-effect-13 {
 	/*display: inline-block;*/
 	vertical-align: middle;
 	position: relative;
 	overflow: hidden;
 }
 .em-effect-13:before {
 	content: "";
 	position: absolute;
 	left: 50%;
 	right: 50%;
 	bottom: 0;
 	z-index: 1;
 	background: #2098d1;
 	height: 4px;
 	-webkit-transition-property: left, right;
 	transition-property: left, right;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
 	opacity: 0;
 	filter: alpha(opacity=0);
 }
 .em-effect-13:hover:before {
 	left: 0;
 	right: 0;
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 .em-effect-13 .hov {
 	display: none;
 }

 .em-blog-item .hov {
 	display: none;
 }

 .effect-img-hover .effect-container {
 	position: relative;
 }
 .effect-img-hover .effect-container img {
 	position: absolute;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .effect-img-hover .effect-container .hover {
 	z-index: 1;
 }
 .effect-img-hover:hover .hover {
 	-webkit-transform: scale(0);
 	-ms-transform: scale(0);
 	transform: scale(0);
 }
 .effect-img-hover img {
 	-moz-border-radius: 0px;
 	-webkit-border-radius: 0px;
 	border-radius: 0px;
 }

/* ============================================ *
 * Product Effects
 * ============================================ */
 .products-grid li.item.cat-effect01 .product-item a.product-image {
 	position: relative;
 }

 .products-grid .item {
 	position: relative;
 }

 /*Effect Border */
 .effect {
 	position: relative;
 	overflow: hidden;
 	display: inline-block;
 }
 .effect .banner-img img {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
 	transform: scale(1);
 }
 .effect:hover .banner-img img {
 	-webkit-transform: scale(1.03, 1.03);
 	-ms-transform: scale(1.03, 1.03);
 	transform: scale(1.03, 1.03);
 }

 .effect-line {
 	position: absolute;
 	content: "";
 	top: 0;
 	right: 0;
 	left: 0;
 	bottom: 0;
 	z-index: 1;
 }
 .effect-line:before {
 	z-index: 1;
 	content: "";
 	position: absolute;
 	left: 10px;
 	right: 10px;
 	top: 10px;
 	bottom: 10px;
 	border-top: 1px solid #fff;
 	border-bottom: 1px solid #fff;
 	transform: scale(0, 1);
 	-moz-transform: scale(0, 1);
 	-webkit-transform: scale(0, 1);
 	-ms-transform: scale(0, 1);
 	transition: all 0.4s ease-in-out 0s;
 	-moz-transition: all 0.4s ease-in-out 0s;
 	-webkit-transition: all 0.4s ease-in-out 0s;
 }
 .effect-line:after {
 	z-index: 1;
 	content: "";
 	position: absolute;
 	left: 10px;
 	right: 10px;
 	top: 10px;
 	bottom: 10px;
 	border-left: 1px solid #fff;
 	border-right: 1px solid #fff;
 	transform: scale(1, 0);
 	-moz-transform: scale(1, 0);
 	-webkit-transform: scale(1, 0);
 	-ms-transform: scale(0, 1);
 	transition: all 0.4s ease-in-out 0s;
 	-moz-transition: all 0.4s ease-in-out 0s;
 	-webkit-transition: all 0.4s ease-in-out 0s;
 }
 .effect-line:hover:before, .effect-line:hover:after {
 	transform: scale(1, 1);
 	-moz-transform: scale(1, 1);
 	-webkit-transform: scale(1, 1);
 	-ms-transform: scale(1, 1);
 }

 .effect-line-02 {
 	position: absolute;
 	content: "";
 	top: 0;
 	right: 0;
 	left: 0;
 	bottom: 0;
 	z-index: 1;
 }
 .effect-line-02:before {
 	z-index: 1;
 	content: "";
 	position: absolute;
 	left: 10px;
 	right: 10px;
 	top: 20px;
 	bottom: 20px;
 	border-top: 1px solid #fff;
 	border-bottom: 1px solid #fff;
 	transform: scale(0, 1);
 	-moz-transform: scale(0, 1);
 	-webkit-transform: scale(0, 1);
 	-ms-transform: scale(0, 1);
 	transition: all 0.4s ease-in-out 0s;
 	-moz-transition: all 0.4s ease-in-out 0s;
 	-webkit-transition: all 0.4s ease-in-out 0s;
 }
 .effect-line-02:after {
 	z-index: 1;
 	content: "";
 	position: absolute;
 	left: 20px;
 	right: 20px;
 	top: 10px;
 	bottom: 10px;
 	border-left: 1px solid #fff;
 	border-right: 1px solid #fff;
 	transform: scale(1, 0);
 	-moz-transform: scale(1, 0);
 	-webkit-transform: scale(1, 0);
 	-ms-transform: scale(0, 1);
 	transition: all 0.4s ease-in-out 0s;
 	-moz-transition: all 0.4s ease-in-out 0s;
 	-webkit-transition: all 0.4s ease-in-out 0s;
 }
 .effect-line-02:hover:before, .effect-line-02:hover:after {
 	transform: scale(1, 1);
 	-moz-transform: scale(1, 1);
 	-webkit-transform: scale(1, 1);
 	-ms-transform: scale(1, 1);
 }

 /* Shine */
 .effect-shine a {
 	background: #fff none repeat scroll 0 0;
 	margin: 0;
 	display: block;
 	overflow: hidden;
 	padding: 0;
 	position: relative;
 }
 .effect-shine a:before {
 	position: absolute;
 	top: 0;
 	left: -75%;
 	z-index: 2;
 	display: block;
 	content: '';
 	width: 50%;
 	height: 100%;
 	transition: all 0.4s ease-in-out 0s;
 	-moz-transition: all 0.4s ease-in-out 0s;
 	-webkit-transition: all 0.4s ease-in-out 0s;
 	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
 	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
 	-webkit-transform: skewX(-25deg);
 	transform: skewX(-25deg);
 }
 .effect-shine a:hover:before {
 	-webkit-animation: shine 1.75s;
 	animation: shine 1.75s;
 }

 @-webkit-keyframes shine {
 	100% {
 		left: 125%;
 	}
 }
 @keyframes shine {
 	100% {
 		left: 125%;
 	}
 }
 /*Header Effect*/
 .banner-text-link {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	overflow: hidden;
 }
 .banner-text-link span {
 	width: 100%;
 	height: 100%;
 	display: inline-block;
 	transform: translate(0, 45%);
 	color: #fff;
 }

 /*Module*/
/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
 /* Clears */
 .clearfix:after,
 .configurable-swatch-list:after,
 .product-view .product-options .swatch-attr:after {
 	display: block;
 	content: ".";
 	clear: both;
 	font-size: 0;
 	line-height: 0;
 	height: 0;
 	overflow: hidden;
 }

 .product-view .product-options .swatch-attr {
 	float: none;
 	display: block;
 	clear: both;
 	border: 0;
 }

 .product-view .product-options dt.swatch-attr label {
 	display: block;
 	line-height: 1.3;
 }

 /* General Swatch Styling */
 .configurable-swatch-list {
 	margin-left: -3px;
 	zoom: 1;
 	clear: both;
 }

 .configurable-swatch-list li {
 	float: left;
 	zoom: 1;
 	margin: 0 0 0 3px;
 }

 #narrow-by-list dd .configurable-swatch-list li {
 	margin: 0 0 0 3px;
 	width: 47%;
 }

 .swatch-link img {
 	border-radius: 3px;
 }

 .swatch-link,
 .swatch-label {
 	display: block;
 	border-radius: 3px;
 	font-size: 14px;
 	text-align: center;
 	color: #666666;
 	text-decoration: none;
 	box-sizing: content-box;
 }

 .swatch-link {
 	border: 1px solid #bbbbbb;
 	margin: 0 0 3px;
 }

 #narrow-by-list dd .swatch-link {
 	float: left;
 	margin-right: 2px;
 	padding: 0;
 }

 .currently .swatch-link {
 	display: inline-block;
 	margin: 0 0 0 10px;
 }

 .swatch-label {
 	border: 1px solid #fff;
 	margin: 0;
 	white-space: nowrap;
 	background: #efefef;
 }

 .swatch-link:hover {
 	cursor: pointer;
 }

 .currently .swatch-link:hover {
 	cursor: default;
 }

 .swatch-link .x {
 	display: none;
 	text-indent: -999em;
 	position: absolute;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	background: url(../images/bg_x.png) center no-repeat transparent;
 	z-index: 10;
 }

 .configurable-swatch-list .not-available .x {
 	display: block;
 }

 .configurable-swatch-list .not-available .swatch-link {
 	border-color: #e6e6e6;
 	position: relative;
 }

 .configurable-swatch-list .not-available .swatch-label {
 	color: #aaa;
 	background: #fff;
 }

 /* Image Swatches */
 .swatch-link.has-image .swatch-label {
 	position: relative;
 }

 .swatch-link.has-image img {
 	position: absolute;
 	top: 0;
 	left: 0;
 }

 .configurable-swatch-list .not-available .swatch-link.has-image img {
 	opacity: 0.4;
 	filter: alpha(opacity=40);
 }

 /* Other Swatch States */
 .configurable-swatch-list .hover .swatch-link,
 .configurable-swatch-list .selected .swatch-link,
 .swatch-link:hover {
 	border-color: #44f;
 }

 .currently .swatch-link:hover {
 	border-color: #bbbbbb;
 }

 .configurable-swatch-list .wide-swatch .swatch-label {
 	padding: 0 6px;
 }

 .configurable-swatch-box {
 	background: none !important;
 }

 .configurable-swatch-box select.swatch-select {
 	display: none;
 }

 .configurable-swatch-box .validation-advice {
 	margin: 0 0 5px;
 	background: #D91A00;
 	padding: 2px 5px !important;
 	font-weight: bold;
 	color: #fff !important;
 	float: left;
 	display: block;
 	border-radius: 3px;
 }

 /* CUSTOM */
 .availability.out-of-stock span {
 	color: #333;
 }

 .product-view .add-to-cart button.out-of-stock {
 	background-position: -80px -362px;
 	cursor: default;
 }

 .product-view .product-options dd .input-box {
 	width: auto;
 	height: auto;
 }

 .product-options .select-label {
 	display: none;
 }

 .product-options dt.swatch-attr label,
 .product-options dt.swatch-attr .select-label {
 	font-size: 12px;
 }

 .product-options dt.swatch-attr .select-label {
 	display: inline;
 	font-weight: normal;
 	color: #00acb1;
 	padding-left: 5px;
 }

 .em-slider .img-banner-lazyload {
 	height: 1px;
 }

 /*=============Tab Slider Simple============*/
 .em-tabs,
 .em-details-tabs {
 	display: inline-block;
 	width: 100%;
 }
 .em-tabs ul.em-tabs-control li,
 .em-details-tabs ul.em-tabs-control li {
 	display: inline-block;
 	margin-bottom: 0;
 }
 .em-tabs ul.em-tabs-control li a,
 .em-details-tabs ul.em-tabs-control li a {
 	position: relative;
 	margin-right: 0;
 	padding: 10px 20px;
 	text-transform: uppercase;
 }

 /*two tab in sidebar*/
 .em-two-tabs .em-tabs {
 	border-style: solid;
 	border-width: 1px;
 	margin-bottom: 50px;
 }
 .em-two-tabs .em-tabs .em-tabs-control li,
 .em-two-tabs .em-tabs .custom-tab li {
 	width: 50%;
 }
 .em-two-tabs .em-tabs .em-tabs-control li:first-child a,
 .em-two-tabs .em-tabs .custom-tab li:first-child a {
 	margin-right: 0px;
 	width: 100%;
 }
 .em-two-tabs .em-tabs .em-tabs-control li a,
 .em-two-tabs .em-tabs .custom-tab li a {
 	margin: 0;
 	width: 100%;
 	width: -moz-calc(100% + 1px);
 	width: -webkit-calc(100% + 1px);
 	width: -o-calc(100% + 1px);
 	width: calc(100% + 1px);
 	border-width: 0px;
 	border-right-width: 1px;
 	border-bottom-width: 1px;
 }
 .em-two-tabs .em-tabs .em-tabs-content,
 .em-two-tabs .em-tabs .tab-content {
 	padding: 3rem;
 }
 .em-two-tabs .em-tabs .em-tabs-content .r-tabs-panel,
 .em-two-tabs .em-tabs .tab-content .r-tabs-panel {
 	padding-bottom: 0;
 }
 .em-two-tabs .em-tabs .em-tabs-content .widget,
 .em-two-tabs .em-tabs .tab-content .widget {
 	border-width: 0px;
 	margin: 0;
 }
 .em-two-tabs .em-tabs .em-tabs-content .widget .widget-products,
 .em-two-tabs .em-tabs .tab-content .widget .widget-products {
 	padding: 0;
 }
 .em-two-tabs .em-tabs .em-tabs-content .widget .products-list .item,
 .em-two-tabs .em-tabs .tab-content .widget .products-list .item {
 	padding: 2rem 2rem 1rem;
 }
 .em-two-tabs .em-tabs .owl-carousel .owl-nav div {
 	position: static;
 }

 /*full tab*/
 .em-full-tab.em-tab-3 .em-tabs-control li,
 .em-full-tab.em-tab-3 .custom-tab li {
 	width: -moz-calc((100% - 50px) / 3);
 	width: -webkit-calc((100% - 50px) / 3);
 	width: -o-calc((100% - 50px) / 3);
 	width: calc((100% - 50px) / 3);
 }
 .em-full-tab.em-tab-3 .em-tabs-control li a,
 .em-full-tab.em-tab-3 .custom-tab li a {
 	width: -moz-calc(100% + 1px);
 	width: -webkit-calc(100% + 1px);
 	width: -o-calc(100% + 1px);
 	width: calc(100% + 1px);
 }
 .em-full-tab.em-tab-4 .em-tabs-control li,
 .em-full-tab.em-tab-4 .custom-tab li {
 	width: -moz-calc((100% - 50px) / 4);
 	width: -webkit-calc((100% - 50px) / 4);
 	width: -o-calc((100% - 50px) / 4);
 	width: calc((100% - 50px) / 4);
 }
 .em-full-tab.em-tab-4 .em-tabs-control li a,
 .em-full-tab.em-tab-4 .custom-tab li a {
 	width: -moz-calc(100% + 1px);
 	width: -webkit-calc(100% + 1px);
 	width: -o-calc(100% + 1px);
 	width: calc(100% + 1px);
 }
 .em-full-tab.em-tab-5 .em-tabs-control li,
 .em-full-tab.em-tab-5 .custom-tab li {
 	width: -moz-calc((100% - 50px) / 5);
 	width: -webkit-calc((100% - 50px) / 5);
 	width: -o-calc((100% - 50px) / 5);
 	width: calc((100% - 50px) / 5);
 }
 .em-full-tab.em-tab-5 .em-tabs-control li a,
 .em-full-tab.em-tab-5 .custom-tab li a {
 	width: -moz-calc(100% + 1px);
 	width: -webkit-calc(100% + 1px);
 	width: -o-calc(100% + 1px);
 	width: calc(100% + 1px);
 }
 .em-full-tab.em-tab-6 .em-tabs-control li,
 .em-full-tab.em-tab-6 .custom-tab li {
 	width: -moz-calc((100% - 50px) / 6);
 	width: -webkit-calc((100% - 50px) / 6);
 	width: -o-calc((100% - 50px) / 6);
 	width: calc((100% - 50px) / 6);
 }
 .em-full-tab.em-tab-6 .em-tabs-control li a,
 .em-full-tab.em-tab-6 .custom-tab li a {
 	width: -moz-calc(100% + 1px);
 	width: -webkit-calc(100% + 1px);
 	width: -o-calc(100% + 1px);
 	width: calc(100% + 1px);
 }
 .em-full-tab.em-tab-7 .em-tabs-control li,
 .em-full-tab.em-tab-7 .custom-tab li {
 	width: -moz-calc((100% - 50px) / 7);
 	width: -webkit-calc((100% - 50px) / 7);
 	width: -o-calc((100% - 50px) / 7);
 	width: calc((100% - 50px) / 7);
 }
 .em-full-tab.em-tab-7 .em-tabs-control li a,
 .em-full-tab.em-tab-7 .custom-tab li a {
 	width: -moz-calc(100% + 1px);
 	width: -webkit-calc(100% + 1px);
 	width: -o-calc(100% + 1px);
 	width: calc(100% + 1px);
 }
 .em-full-tab .owl-carousel .owl-nav div:before {
 	font-size: 24px !important;
 }
 .em-full-tab .owl-carousel .owl-nav div.owl-prev {
 	right: -21px;
 	top: -123px;
 	left: auto;
 	padding: 12px 5px !important;
 	width: 50px;
 	height: 48px;
 	text-align: center;
 	border-width: 1px;
 	border-style: solid;
 }
 .em-full-tab .owl-carousel .owl-nav div.owl-next {
 	right: -21px;
 	top: -77px;
 	left: auto;
 	padding: 12px 5px !important;
 	width: 50px;
 	height: 47px;
 	text-align: center;
 	border-left-width: 1px;
 	border-right-width: 1px;
 	border-left-style: solid;
 	border-right-style: solid;
 }
 .em-full-tab .tab-content-container {
 	clear: both;
 	display: inline-block;
 	width: 100%;
 	padding: 3rem;
 	border-style: solid;
 	border-width: 1px;
 }
 .em-full-tab .em-tabs .custom-tab li.tab-link a {
 	position: relative;
 	padding-top: 60px;
 }
 .em-full-tab .em-tabs .custom-tab li.tab-link a:before {
 	content: "";
 	height: 40px;
 	width: 41px;
 	position: absolute;
 	top: 20px;
 	left: 0;
 	right: 0;
 	margin: 0 auto;
 	background-image: url("../images/icons_tab.png");
 	background-position: 0px 0px;
 	background-repeat: no-repeat;
 }
 .em-full-tab .em-tabs .custom-tab li.tab-link.tab-01 a:before {
 	background-position: 0px 0px;
 }
 .em-full-tab .em-tabs .custom-tab li.tab-link.tab-02 a:before {
 	background-position: 0px -53px;
 }
 .em-full-tab .em-tabs .custom-tab li.tab-link.tab-03 a:before {
 	background-position: 0px -108px;
 }
 .em-full-tab .em-tabs .custom-tab li.tab-link.tab-04 a:before {
 	background-position: 0px -160px;
 }
 .em-full-tab .em-tabs .custom-tab li.tab-link.tab-05 a:before {
 	background-position: 0px -217px;
 }
 .em-full-tab .em-tabs .custom-tab li.tab-link.tab-06 a:before {
 	background-position: 0px -279px;
 }
 .em-full-tab .em-tabs .custom-tab li.tab-link.tab-07 a:before {
 	background-position: 0px -343px;
 }

 /*==========Slider============*/
 .products-grid.owl-carousel .owl-stage-outer {
 	margin-bottom: -100px;
 }
 .products-grid.owl-carousel .owl-stage-outer .owl-item {
 	padding-bottom: 100px;
 }

 .products-list.owl-carousel .owl-item .item,
 .products-grid.owl-carousel .owl-item .item {
 	margin-right: 0;
 }
 .products-list.owl-carousel .owl-item .em-item-slider .products-grid .item,
 .products-grid.owl-carousel .owl-item .em-item-slider .products-grid .item {
 	margin-bottom: 2rem;
 }
 .products-list.owl-carousel .owl-item .em-item-slider .products-grid .item.last,
 .products-grid.owl-carousel .owl-item .em-item-slider .products-grid .item.last {
 	margin-bottom: 0;
 }

 /*==========Show Pagination============*/
 .owl-carousel .owl-nav, .owl-carousel .owl-dots {
 	text-align: center;
 }
 .owl-carousel .owl-item .item {
 	float: none;
 	margin-bottom: 0;
 	width: 100%;
 }

 /*=============Tab Slider Product============*/
 .em-details-tabs.r-tabs .custom-tab,
 .em-details-tabs.r-tabs .em-tabs-control,
 .em-tabs .custom-tab,
 .em-tabs .em-tabs-control {
 	overflow: hidden;
 	width: 100%;
 	margin-bottom: -1px;
 	text-align: center;
 }
 .em-details-tabs.r-tabs .custom-tab li,
 .em-details-tabs.r-tabs .em-tabs-control li,
 .em-tabs .custom-tab li,
 .em-tabs .em-tabs-control li {
 	float: left;
 	margin: 0;
 }
 .em-details-tabs.r-tabs .custom-tab li a,
 .em-details-tabs.r-tabs .em-tabs-control li a,
 .em-tabs .custom-tab li a,
 .em-tabs .em-tabs-control li a {
 	margin: 0;
 	padding: 10px;
 }
 .em-details-tabs.r-tabs .tab-link a,
 .em-details-tabs.r-tabs .r-tabs-nav .r-tabs-anchor,
 .em-tabs .tab-link a,
 .em-tabs .r-tabs-nav .r-tabs-anchor {
 	border-width: 1px;
 	border-style: solid;
 }
 .em-details-tabs.r-tabs.r-tabs .r-tabs-panel,
 .em-tabs.r-tabs .r-tabs-panel {
 	margin-bottom: 0;
 	padding: 0;
 }
 .em-details-tabs.r-tabs .em-details-tabs-content,
 .em-details-tabs.r-tabs .em-tabs-content,
 .em-tabs .em-details-tabs-content,
 .em-tabs .em-tabs-content {
 	padding: 0;
 }

 .em-tabs .custom-tab.list-inline {
 	margin: 0 0 -1px;
 }
 .em-tabs .custom-tab.list-inline > li {
 	padding: 0;
 }
 .em-tabs .custom-tab li.tab-link {
 	display: inline-block;
 }
 .em-tabs .custom-tab li.tab-link a {
 	display: inline-block;
 	padding: 10px 10px;
 	margin-right: -1px;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }

 .em-two-custom-tab .em-tabs .custom-tab {
 	display: flex;
 }
 .em-two-custom-tab .em-tabs .custom-tab li.tab-link {
 	width: 50%;
 	display: flex;
 }
 .em-two-custom-tab .em-tabs .custom-tab li.tab-link:first-child {
 	margin-right: -1px;
 	width: -moz-calc(50% + 1px);
 	width: -webkit-calc(50% + 1px);
 	width: -o-calc(50% + 1px);
 	width: calc(50% + 1px);
 }
 .em-two-custom-tab .em-tabs .custom-tab li.tab-link a {
 	margin: 0;
 	width: 100%;
 }

 .em-details-tabs.r-tabs .em-details-tabs-content {
 	border-width: 1px;
 	border-style: solid;
 	margin-top: -1px;
 	padding: 2rem;
 	-moz-border-radius: 0px;
 	-webkit-border-radius: 0px;
 	border-radius: 0px;
 }
 .em-details-tabs .tabs-control {
 	text-align: left;
 }

 .embase-tab-01 .r-tabs .r-tabs-nav .r-tabs-anchor,
 .embase-tab-01 .custom-tab li.tab-link a {
 	position: relative;
 	padding: 5px 10px;
 	margin: 0 7px;
 	border-width: 1px;
 	border-style: solid;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	text-transform: uppercase;
 }
 .embase-tab-01 .r-tabs .r-tabs-nav,
 .embase-tab-01 .custom-tab {
 	text-align: center;
 	margin-bottom: 50px;
 }
 .embase-tab-01 .r-tabs .r-tabs-nav li,
 .embase-tab-01 .custom-tab li {
 	float: none;
 	position: relative;
 }
 .embase-tab-01 .em-tabs-content,
 .embase-tab-01 .tab-content-container {
  /*.owl-carousel {
  .owl-nav,.owl-dots{	padding: 20px 0;}
  	.owl-nav div.owl-next,
  	.owl-nav div.owl-prev{
  		position:relative; margin:0 15px !important;    top: 0;    right: 0;    left: 0;
  	}
  	}*/
  }

  /*tab title center, show icon*/
  .em-tabs-widget .products-grid li.item {
  	width: 100%;
  }

  /*tab mobile*/
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  	text-transform: uppercase !important;
  	border-width: 1px !important;
  	border-style: solid !important;
  	clear: both;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  }

  /*===========Next Pre Slider============*/
  .owl-carousel {
  /*text-align: center;	
  margin-top:0 !important;*/
}
.owl-carousel .owl-dots {
	margin-top: 20px;
	margin-bottom: 1px;
}

.slider-icon-bottom .owl-carousel .owl-nav, .slider-icon-bottom .owl-carousel .owl-dots {
	position: static;
}

.em-tabs-content .owl-carousel .owl-nav, .em-tabs-content .owl-carousel .owl-dots {
	top: -39px;
	right: 11px;
	overflow: initial;
	margin-top: 0;
}

/*===========End Next Pre Slider============*/
/*===========Show Icon Next Pre Slider============*/
/*show next-pre icon*/
.owl-carousel .owl-nav div {
  /*&:after{
  	content:"";
  	border-style: solid;
  	border-width: 1px;
  	position:absolute;
  	left:0;
  	top:0;
  	width:100%;
  	height:100%;
  	}*/
  	font-size: 0 !important;
  	margin: 0 !important;
  	padding: 0px 0px !important;
  	width: 30px;
  	height: 30px;
  }
  .owl-carousel .owl-nav div.owl-next:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f105";
  	font-size: 30px;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	margin-left: 3px;
  }
  .owl-carousel .owl-nav div.owl-prev:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f104";
  	font-size: 30px;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	margin-right: 2px;
  }
  .owl-carousel .owl-nav div.owl-prev {
  	-moz-border-radius: 0;
  	-webkit-border-radius: 0;
  	border-radius: 0;
  	position: absolute;
  	right: 40px;
  	top: -55px;
  }
  .owl-carousel .owl-nav div.owl-next {
  	-moz-border-radius: 0;
  	-webkit-border-radius: 0;
  	border-radius: 0;
  	position: absolute;
  	right: 0px;
  	top: -55px;
  }

  /*show next-pre text*/
  .slider-icon-text .owl-carousel .owl-nav div {
  	text-transform: uppercase;
  	font-size: 80% !important;
  	margin: 0 !important;
  	padding: 0 !important;
  	width: auto;
  	height: auto;
  	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
  }
  .slider-icon-text .owl-carousel .owl-nav div:first-child {
  	border-right: 1px solid;
  	padding-right: 10px !important;
  	margin-right: 10px !important;
  }
  .slider-icon-text .owl-carousel .owl-nav div:before {
  	display: none !important;
  }
  .slider-icon-text .owl-carousel .owl-nav, .slider-icon-text .owl-carousel .owl-dots {
  	top: -33px;
  }

  /*slider style padding left right, button slider left right*/
  .slider-style02 {
  	margin: 40px 0 0;
  }
  .slider-style02 .owl-carousel {
  	position: static;
  }
  .slider-style02 .owl-carousel .owl-nav div {
  	position: absolute;
  	top: 23%;
  	top: -moz-calc((100% - 35px)/2);
  	top: -webkit-calc((100% - 35px)/2);
  	top: -o-calc((100% - 35px)/2);
  	top: calc((100% - 35px)/2);
  /*&:after{
  	content:"";
  	border-style: solid;
  	border-width: 1px;
  	position:absolute;
  	left:0;
  	top:0;
  	width:100%;
  	height:100%;
  	}*/
  	font-size: 0 !important;
  	margin: 0 !important;
  	padding: 5px 5px !important;
  	width: 35px;
  	height: 35px;
  	opacity: 0;
  	filter: alpha(opacity=0);
  }
  .slider-style02 .owl-carousel .owl-nav div.owl-next:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f105";
  	font-size: 25px;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	margin-left: 3px;
  }
  .slider-style02 .owl-carousel .owl-nav div.owl-prev:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f104";
  	font-size: 25px;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	margin-right: 2px;
  }
  .slider-style02 .owl-carousel .owl-nav div.owl-prev {
  	left: 0px;
  	right: auto;
  }
  .slider-style02 .owl-carousel .owl-nav div.owl-next {
  	left: auto;
  	right: 0px;
  }
  .slider-style02:hover .owl-carousel .owl-nav div {
  	opacity: 1;
  	filter: alpha(opacity=100);
  }

  /*slider style navigation bottom*/
  .slider-navi-bottom .owl-carousel .owl-nav, .slider-navi-bottom .owl-carousel .owl-dots {
  	margin-top: 10px !important;
  }
  .slider-navi-bottom .owl-carousel .owl-nav {
  	display: inline-block;
  }
  .slider-navi-bottom .owl-carousel .owl-nav div.owl-next,
  .slider-navi-bottom .owl-carousel .owl-nav div.owl-prev {
  	position: relative;
  	margin: 0 15px !important;
  	top: 0;
  	right: 0 !important;
  	left: 0 !important;
  	float: left;
  }

  /*slider style navigation top center*/
  .slider-navi-top .owl-carousel .owl-nav, .slider-navi-top .owl-carousel .owl-dots {
  	position: absolute;
  	top: -7rem;
  	left: 0;
  	right: 0;
  	padding: 1rem;
  }
  .slider-navi-top.em-line-01 .owl-carousel .owl-nav, .slider-navi-top.em-line-01 .owl-carousel .owl-dots {
  	position: static;
  	padding: 3rem 1rem 1rem;
  }
  .slider-navi-top .widget-title,
  .slider-navi-top .em-widget-title,
  .slider-navi-top .block-title,
  .slider-navi-top .em-block-title {
  	text-align: center;
  	margin-bottom: 9rem;
  	text-transform: uppercase;
  }
  .slider-navi-top .owl-carousel .owl-nav div.owl-next,
  .slider-navi-top .owl-carousel .owl-nav div.owl-prev {
  	position: relative;
  	margin: 0 15px !important;
  	top: 0;
  	right: 0 !important;
  	left: 0 !important;
  }

  /*slider brand border item*/
  .slider-brand-line .em-slider.owl-carousel {
  	margin: 0;
  }
  .slider-brand-line .em-slider.owl-carousel .owl-wrapper-outer {
  	width: calc(100% + 1px);
  	padding-bottom: 1px;
  }
  .slider-brand-line .em-slider.owl-carousel .owl-item {
  	padding: 0;
  }
  .slider-brand-line .em-slider.owl-carousel .owl-item .em-banners-item p {
  	margin: 0 -1px -1px 0;
  	padding: 0 2rem;
  	border-style: solid;
  	border-width: 1px;
  }
  .slider-brand-line .em-slider.owl-carousel .owl-item .em-banners-item p img {
  	margin: 0 auto;
  	transition: all 0.5s ease 0s;
  	-webkit-transition: all 0.5s ease 0s;
  	-moz-transition: all 0.5s ease 0s;
  	-webkit-filter: grayscale(100%);
  	-moz-filter: grayscale(100%);
  	-ms-filter: grayscale(100%);
  	-o-filter: grayscale(100%);
  	filter: grayscale(100%);
  	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  	/* Firefox 4+ */
  	filter: gray;
  }
  .slider-brand-line .em-slider.owl-carousel .owl-item .em-banners-item p:hover img {
  	-webkit-filter: grayscale(0);
  	-moz-filter: grayscale(0);
  	-ms-filter: grayscale(0);
  	-o-filter: grayscale(0);
  	filter: none;
  }
  .slider-brand-line .em-slider.owl-carousel .owl-nav div.owl-next {
  	right: 10px;
  }
  .slider-brand-line .em-slider.owl-carousel .owl-nav div.owl-prev {
  	right: 70px;
  }

  /*===========End Show Icon Next Pre Slider============*/
  /*==========Show Pagination============*/
  /*Show icon circle*/
  .owl-carousel .owl-dot.active span:before, .owl-carousel .owl-dot:hover span:before {
  	width: 4px !important;
  	height: 4px !important;
  }
  .owl-carousel .owl-dot span {
  	border: 1px solid;
  	width: 12px !important;
  	height: 12px !important;
  	margin: 0 0 0 10px !important;
  	-moz-border-radius: 50% !important;
  	-webkit-border-radius: 50% !important;
  	border-radius: 50% !important;
  	opacity: 1;
  	filter: alpha(opacity=100);
  }

  /*Show icon square*/
  .slider-icon-square .owl-carousel .owl-dot span {
  	width: 8px !important;
  	height: 8px !important;
  	margin: 0 0 0 2px !important;
  	-moz-border-radius: 0 !important;
  	-webkit-border-radius: 0 !important;
  	border-radius: 0 !important;
  	opacity: 1;
  	filter: alpha(opacity=100);
  }

  /*show number*/
  .owl-pagination-numbers.owl-carousel .owl-dot span.owl-numbers {
  	width: auto !important;
  	height: auto !important;
  	margin: 0 0 0 1px !important;
  	-moz-border-radius: 0 !important;
  	-webkit-border-radius: 0 !important;
  	border-radius: 0 !important;
  	border: 1px solid;
  	padding: 2px 7px !important;
  	font-size: 80%;
  }
  .owl-pagination-numbers.owl-carousel .owl-dot span.owl-numbers:before {
  	display: none !important;
  }
  .owl-pagination-numbers.owl-carousel .owl-dots {
  	margin-top: 1px;
  }

  /*slider in product img*/
  .slider-product-img .item .product-shop-top {
  	padding: 10% 0;
  	background-color: #f8f8f8;
  }
  .slider-product-img .item .product-shop-top .item {
  	position: absolute;
  	left: 10%;
  	bottom: 0;
  	top: 0;
  	width: 80%;
  	display: block;
  	opacity: 0;
  	filter: alpha(opacity=0);
  	-webkit-transition: -webkit-transform .4s, opacity .4s;
  	-moz-transition: -moz-transform .4s, opacity .4s;
  	transition: transform .4s, opacity .4s;
  }
  .slider-product-img .item .product-shop-top .item.active {
  	position: relative;
  	left: 0;
  	margin: 0 auto;
  	-webkit-transform: translateX(0) scale(1) !important;
  	-moz-transform: translateX(0) scale(1) !important;
  	-ms-transform: translateX(0) scale(1) !important;
  	-o-transform: translateX(0) scale(1) !important;
  	transform: translateX(0) scale(1) !important;
  	opacity: 1;
  	filter: alpha(opacity=100);
  }
  .slider-product-img .item .product-shop-top .item.item-right {
  	-webkit-transform: translateX(65%) scale(0.7);
  	-moz-transform: translateX(65%) scale(0.7);
  	-ms-transform: translateX(65%) scale(0.7);
  	-o-transform: translateX(65%) scale(0.7);
  	transform: translateX(65%) scale(0.7);
  }
  .slider-product-img .item .product-shop-top .item.item-left {
  	-webkit-transform: translateX(-65%) scale(0.7);
  	-moz-transform: translateX(-65%) scale(0.7);
  	-ms-transform: translateX(-65%) scale(0.7);
  	-o-transform: translateX(-65%) scale(0.7);
  	transform: translateX(-65%) scale(0.7);
  }
  .slider-product-img .item .carousel-indicators {
  	bottom: -10%;
  	margin-bottom: 0;
  }
  .slider-product-img .item .carousel-indicators li {
  	border-color: #807E7E;
  	width: 7px;
  	height: 7px;
  	margin: 0 2px;
  	background-color: #807e7e;
  }
  .slider-product-img .item .carousel-indicators .active {
  	background-color: #0C0C0C;
  	border-color: #0C0C0C;
  	width: 9px;
  	height: 9px;
  }
  .slider-product-img .item:hover .product-shop-top .item.item-right,
  .slider-product-img .item:hover .product-shop-top .item.item-left {
  	opacity: 1;
  	filter: alpha(opacity=100);
  }
  .slider-product-img .item:hover .product-shop-top .item.item-right:after,
  .slider-product-img .item:hover .product-shop-top .item.item-left:after {
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 0;
  	bottom: 0;
  	width: 100%;
  	background-color: #f8f8f8;
  	opacity: 0.5;
  	filter: alpha(opacity=50);
  }

  /*RTL*/
  .em-rtl .owl-carousel .owl-nav div.owl-prev {
  	right: auto;
  	left: 20px;
  }
  .em-rtl .owl-carousel .owl-nav div.owl-next {
  	right: auto;
  	left: 42px;
  }
  .em-rtl .slider-brand-line .em-slider.owl-carousel .owl-nav div.owl-prev {
  	right: auto;
  	left: 0;
  }
  .em-rtl .slider-brand-line .em-slider.owl-carousel .owl-nav div.owl-next {
  	right: auto;
  	left: 35px;
  }
  .em-rtl .slider-style02 .owl-carousel .owl-nav div.owl-prev {
  	left: 0px;
  	right: auto;
  }
  .em-rtl .slider-style02 .owl-carousel .owl-nav div.owl-next {
  	left: auto;
  	right: 0px;
  }

/* ============================================ *
 * Popup Login/Newsletter/Advertising/Add To Wishlist/Compare
 * ============================================ */
 /*popup login*/
 .modal {
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .modal .modal-content {
 	-moz-border-radius: 0px !important;
 	-webkit-border-radius: 0px !important;
 	border-radius: 0px !important;
 }
 .modal .close {
 	opacity: 1;
 	filter: alpha(opacity=100);
 }

 .modal.em-popup-modal .modal-header,
 .modal.qs-modal .modal-header {
 	padding: 0;
 	min-height: 0;
 	border: 0;
 }
 .modal.em-popup-modal .modal-body,
 .modal.qs-modal .modal-body {
 	padding: 0 !important;
 }

 .fancybox-opened .fancybox-skin {
 	padding: 0 !important;
 }

 .fancybox-skin {
 	-moz-border-radius: 0px !important;
 	-webkit-border-radius: 0px !important;
 	border-radius: 0px !important;
 }

 .popup-content {
 	width: 100%;
 }

 .popup-content .em-account-popup {
 	padding: 50px 30px;
 }
 .popup-content .em-account-popup .action-forgot {
 	padding-top: 5px;
 	overflow: hidden;
 }
 .popup-content .em-account-popup .action-forgot .actions {
 	float: left;
 	clear: both;
 }
 .popup-content .em-account-popup .action-forgot .actions .required {
 	float: left;
 	clear: none;
 	margin-top: 5px;
 }
 .popup-content .em-account-popup .action-forgot .login_forgotpassword {
 	float: left;
 	padding-bottom: 10px;
 }
 .popup-content .em-account-popup .action-forgot .login_forgotpassword a {
 	text-transform: capitalize;
 }
 .popup-content .em-account-popup .action-forgot .login_forgotpassword p {
 	margin-bottom: 6px;
 }
 .popup-content .em-account-popup .form-list li {
 	width: 100%;
 	margin-right: 0;
 }
 .popup-content .em-account-popup .form-list p.required {
 	font-size: 85%;
 	padding: 0;
 	margin: 0;
 }
 .popup-content #show_popup {
 	margin-right: 5px;
 	margin-top: -2px;
 }

 /*end popup login*/
 /*Popup Ads*/
 .em-block-ads {
 	display: inline-block;
 	width: 100%;
 	text-align: center;
 	padding: 20px 10px;
 }
 .em-block-ads .em-social {
 	display: inline-block;
 }
 .em-block-ads .em-social-icon {
 	padding: 4px 6px;
 	font-size: 1.6rem;
 	border-style: solid;
 	border-width: 1px;
 }

 /*Popup newsletter*/
 .popup-subscribe {
 	padding: 20px 20px 10px;
 	width: 80%;
 	margin: 0 auto;
 	text-align: center;
 	background: url("../images/popup-gift.png") 0 0 no-repaeat;
 }
 .popup-subscribe:before {
 	content: "$";
 	background: url("../images/popup-gift.png") center top no-repeat oldlace;
 	width: 180px;
 	height: 40px;
 	font-size: 18px;
 	padding: 13px 0 5px;
 	font-weight: bold;
 	display: inline-block;
 	font-style: italic;
 	margin-bottom: 10px;
 }
 .popup-subscribe .em-block-title {
 	width: 100%;
 	margin: 0;
 	text-transform: uppercase;
 }
 .popup-subscribe .em-block-title p.h3 {
 	margin-bottom: 6px;
 }

 /*popup addtoContainer*/
 #addtoContainer {
 	position: fixed;
 	left: 37%;
 	top: 30px;
 	width: 400px;
 	padding: 20px;
 	background: #fff;
 	z-index: 9999;
 	border: 10px solid #a1a1a1;
 	text-align: center;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
 }
 #addtoContainer .back {
 	width: 38px;
 	height: 38px;
 	background-image: url("../images/btn_popup-close.png");
 	background-position: 0 0;
 	background-repeat: no-repeat;
 	font-size: 0;
 	display: block;
 	text-indent: -99999px;
 	overflow: hidden;
 	vertical-align: middle;
 	text-align: left;
 	position: absolute;
 	right: -25px;
 	top: -25px;
 }
 #addtoContainer .row2 a.btn_ajaxaddto {
 	display: inline-block;
 	padding: 10px 25px;
 	text-transform: uppercase;
 	margin: 10px 5px 5px;
 	border: 1px solid;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }

 /*end popup addtoContainer*/
/* ============================================ *
 * CMS Pages
 * ============================================ */
 .page-sitemap .links {
 	display: block;
 	text-align: right;
 	margin: 0 20px 0 0;
 }
 .page-sitemap .links a {
 	position: relative;
 }
 .page-sitemap .sitemap {
 	padding: 0 20px;
 	margin: 15px 0;
 }
 .page-sitemap .sitemap li {
 	margin: 3px 0;
 }
 .page-sitemap .pager {
 	text-align: center;
 }
 .page-sitemap .pager .amount {
 	margin-top: 0;
 	margin-right: 10px;
 	margin-left: 20px;
 }

 /*=================Advanced Search===============*/
 .sales-guest-form .form-alt {
 	overflow: hidden;
 }

 .sales-guest-form .form-alt .input-box {
 	margin-bottom: 10px;
 	clear: both;
 	float: left;
 	text-align: left !important;
 	width: 260px !important;
 }

 .sales-guest-form .form-alt .input-box input {
 	width: 260px !important;
 }

 .sales-guest-form .form-alt select {
 	width: 260px;
 }

 .advanced-search {
 	width: 100%;
 }
 .advanced-search select.multiselect {
 	height: auto;
 	width: 95%;
 }
 .advanced-search .form-list .input-range input.input-text {
 	width: 46.5%;
 }
 .advanced-search .form-list li.wide input.input-text, .advanced-search .form-list input.input-text {
 	width: 95%;
 }

 /*=================Contact Us===============*/
 #contactForm .fieldset {
 	display: block;
 	float: none;
 	width: 100%;
 }

 /*Email to friend*/
 .send-friend .fieldset {
 	float: none;
 	width: 100%;
 }

 /*===============ORDERS AND RETURNS==================*/
 .form-list select.guest-select {
 	width: 300px;
 }

 /*================404 Page=====================*/
 .not-pound-content {
 	display: inline-block;
 }
 .not-pound-content img.img-responsive {
 	display: inline-block;
 }
 .not-pound-content .group-button li {
 	display: inline-block;
 	padding-top: 10px;
 }

/* ============================================ *
 * Search
 * ============================================ */
 /*===============Search style 01==============*/
 .em-search-icon {
 	position: relative;
 }
 .em-search-icon span {
 	font-size: 0;
 	display: block;
 	text-indent: -99999px;
 	overflow: hidden;
 	vertical-align: middle;
 	text-align: left;
 	text-indent: 0;
 	margin-bottom: -30px;
 	padding-bottom: 30px;
 }
 .em-search-icon span:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f002";
 	font-size: 18px;
 }

 .em-search {
 	position: relative;
 }
 .em-search .em-container-js-search,
 .em-search .em-container-click-search,
 .em-search #em-search-content-fixed-top {
 	position: absolute;
 	right: 0px;
 	top: 37px;
 	width: 500px;
 	background: #fff;
 	padding: 20px;
 	z-index: 999;
 	box-shadow: 0 0 3px #dfdfdf;
 }
 .em-search .em-container-js-search.em-hide,
 .em-search .em-container-click-search.em-hide,
 .em-search #em-search-content-fixed-top.em-hide {
 	visibility: hidden;
 	width: 0;
 	height: 0;
 	opacity: 0;
 	filter: alpha(opacity=0);
 }
 .em-search .em-container-js-search.em-show,
 .em-search .em-container-click-search.em-show,
 .em-search #em-search-content-fixed-top.em-show {
 	visibility: visible;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	transform: scale(1);
 	-webkit-transform: scale(1);
 }

 .em-rtl .em-search-style01 #em-search-content {
 	left: 0;
 	right: auto;
 }
 .em-rtl .em-search .em-search-style01 .em-container-js-search,
 .em-rtl .em-search .em-search-style01 #em-search-content-fixed-top {
 	left: 0;
 	right: auto;
 }

 .em-search-style02 .form-search button.button {
 	font-size: 0;
 	display: block;
 	text-indent: -99999px;
 	overflow: hidden;
 	vertical-align: middle;
 	text-align: left;
 	text-indent: 0;
 	padding: 13px 14px;
 	vertical-align: top;
 	width: 50px;
 }
 .em-search-style02 .form-search button.button span {
 	padding: 0;
 }
 .em-search-style02 .form-search button.button:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f002";
 	font-size: 20px;
 	margin: 0;
 }

 .form-search {
 	float: right;
 	width: 100%;
 	margin-bottom: 0;
 	border-style: solid;
 	border-width: 1px;
 	position: relative;
 }
 .form-search .text-search {
 	float: right;
 	position: relative;
 	width: 69%;
 }
 .form-search.no_cate_search .text-search {
 	width: 100%;
 }
 .form-search label {
 	display: none;
 }
 .form-search input.input-text {
 	border: none;
 	float: left;
 	font-size: 100%;
 	margin: 0;
 	background: none;
 	width: 100%;
 	padding: 5px 50px 5px 10px;
 	height: 43px;
 	line-height: 34px;
 }
 .form-search button.button {
 	float: right;
 	position: absolute;
 	top: -1px;
 	right: -1px;
 	margin: 0;
 	font-size: 0;
 	display: block;
 	text-indent: -99999px;
 	overflow: hidden;
 	vertical-align: middle;
 	text-align: left;
 	text-indent: 0;
 	padding: 11px 14px;
 	vertical-align: top;
 	width: 50px;
 	-moz-border-radius: 0;
 	-webkit-border-radius: 0;
 	border-radius: 0;
 }
 .form-search button.button span {
 	padding: 0;
 }
 .form-search button.button:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f002";
 	font-size: 20px;
 	margin: 0;
 }
 .form-search iframe#search_autocomplete_iefix {
 	top: 25px !important;
 	left: 0 !important;
 }

 /*Search Category*/
 .input_cat {
 	float: left;
 	position: relative;
 	border-right-width: 1px;
 	border-right-style: solid;
 	width: 31%;
 }
 .input_cat select {
 	width: 100%;
 	border: none;
 	padding: 5px 15px;
 	height: 43px;
 	line-height: 42px;
 }
 .input_cat .catsearch-dropdown span.current {
 	cursor: default;
 	float: left;
 	margin-top: 0px;
 	padding: 11px 30px 11px 5px;
 	min-height: 40px;
 	text-align: left;
 	width: 100%;
 	position: relative;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 }
 .input_cat .catsearch-dropdown span.current:after {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f0d7";
 	font-size: 100%;
 	position: absolute;
 	right: 10px;
 	margin-top: 5px;
 }
 .input_cat .catsearch-dropdown ul {
 	border-style: solid;
 	border-width: 1px;
 	position: absolute;
 	left: -1px;
 	top: 44px;
 	width: 222px;
 	z-index: 999;
 	max-height: 400px;
 	overflow: auto;
 	-webkit-box-shadow: 0 0 5px #e5e5e5;
 	-moz-box-shadow: 0 0 5px #e5e5e5;
 	box-shadow: 0 0 5px #e5e5e5;
 }
 .input_cat .catsearch-dropdown ul li {
 	padding: 5px 5px;
 	text-align: left;
 }
 .input_cat .catsearch-dropdown ul li:hover {
 	cursor: pointer;
 }
 .input_cat .catsearch-dropdown ul li a {
 	text-decoration: none;
 }

 /*End Search Category*/
 .search-autocomplete {
 	z-index: 999;
 	position: absolute;
 	top: 20px;
 	left: 20px;
 }
 .search-autocomplete ul {
 	border: 1px solid #ddd;
 	background-color: #fff;
 }
 .search-autocomplete li {
 	border: 1px solid #cdcdcd;
 	padding: 3px 9px;
 	cursor: pointer;
 	line-height: 1.35;
 }
 .search-autocomplete li .amount {
 	float: right;
 	font-weight: bold;
 }
 .search-autocomplete li.selected {
 	background: #f7e8dd;
 }

 /*fix sidebar*/
 .em-fixed-sidebar .form-search input.input-text {
 	width: 75%;
 }

 /*fix search*/
 .em-top-search.search-fixed-right {
 	position: fixed;
 	right: 15px;
 	bottom: 90px;
 	z-index: 30;
 	width: auto;
 	margin: 0;
 	padding: 0;
 }
 .em-top-search.search-fixed-right .input_cat {
 	display: none;
 }
 .em-top-search.search-fixed-right .em-search-style01 .em-search-icon {
 	display: none;
 }
 .em-top-search.search-fixed-right .em-search-style01 #em-search-content {
 	display: block;
 	position: static;
 	opacity: 1;
 	filter: alpha(opacity=100);
 	visibility: visible;
 }
 .em-top-search.search-fixed-right .form-search {
 	width: auto;
 	border-color: #ff9301;
 	border-width: 2px;
 }
 .em-top-search.search-fixed-right .form-search .text-search {
 	width: 100%;
 	min-height: 50px;
 }
 .em-top-search.search-fixed-right .form-search input.input-text {
 	width: 0px;
 	overflow: hidden;
 	padding-right: 40px;
 	padding-left: 10px;
 	height: 50px;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	transition: none;
 	-webkit-transition: none;
 }
 .em-top-search.search-fixed-right .form-search input.input-text:focus {
 	width: 300px;
 }
 .em-top-search.search-fixed-right .form-search:hover input.input-text {
 	width: 300px;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .em-top-search.search-fixed-right .form-search button.button {
 	-moz-border-radius: 0;
 	-webkit-border-radius: 0;
 	border-radius: 0;
 	top: 0px;
 	right: 0px;
 	padding: 15px;
 	min-width: 50px;
 	height: 50px;
 }
 .em-top-search.search-fixed-right .form-search button.button:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f002";
 	font-size: 18px;
 }
 .em-top-search.search-fixed-right .form-search button.button span span {
 	padding: 0;
 	font-size: 0 !important;
 	text-indent: -9999px;
 }

 .em-icon-search-mobile {
 	float: right;
 	cursor: pointer;
 }
 .em-icon-search-mobile:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f002";
 	font-size: 14px;
 	margin-right: 5px;
 }

 /* ======================================================================================= */
 .em-multideal-price-box p,
 .price-box p {
 	display: inline-block;
 	margin-bottom: 0;
 	margin-top: 0;
 }
 .em-multideal-price-box p:first-child,
 .price-box p:first-child {
 	margin-right: 5px;
 	margin-top: 0;
 }
 .em-multideal-price-box p.price-to,
 .price-box p.price-to {
 	margin-top: 0;
 }
 .em-multideal-price-box p.old-price .price-label, .em-multideal-price-box p.special-price .price-label,
 .price-box p.old-price .price-label,
 .price-box p.special-price .price-label {
 	display: none;
 }
 .em-multideal-price-box .price-label,
 .price-box .price-label {
 	display: inline-block;
 }
 .em-multideal-price-box span.price,
 .price-box span.price {
 	display: inline-block;
 }

 .em-multideal-price-box {
 	margin-bottom: 0.5rem;
 }
 .em-multideal-price-box .price-label {
 	display: none;
 }
 .em-multideal-price-box .regular-price .price {
 	text-decoration: line-through;
 	font-weight: normal;
 }

 .multidealpro_products.em_multidealpro .price-box {
 	display: none;
 }

 .products-list .price-box p {
 	margin-top: 0px;
 }
 .products-list .price-box p.special-price {
 	margin-top: 0;
 }

 /* Old price */
 .old-price .price {
 	text-decoration: line-through;
 }

 /* Excluding tax */
 .price-excluding-tax {
 	display: block;
 }

 /* Including tax */
 .price-including-tax {
 	display: block;
 }

 /* FPT */
 .weee {
 	display: block;
 }

 /* Excl tax (for order tables) */
 .price-excl-tax {
 	display: block;
 }

 .price-excl-tax .label {
 	display: block;
 }

 .price-excl-tax .price {
 	display: block;
 }

 /* Incl tax (for order tables) */
 .price-incl-tax {
 	display: block;
 }

 .price-incl-tax .label {
 	display: block;
 }

 .price-incl-tax .price {
 	display: block;
 }

 /* css3 animation -> get name from file animate.css*/
 @keyframes text_left_fast {
 	0% {
 		-webkit-transform: translateX(-800px);
 		-moz-transform: translateX(-800px);
 		-ms-transform: translateX(-800px);
 		transform: translateX(-800px);
 		opacity: 0;
 	}

 	20% {
 		-webkit-transform: translateX(0px);
 		-moz-transform: translateX(0px);
 		-ms-transform: translateX(0px);
 		transform: translateX(0px);
 		opacity: 1;
 	}

 	60% {
 		-webkit-transform: translateX(0px);
 		-moz-transform: translateX(0px);
 		-ms-transform: translateX(0px);
 		transform: translateX(0px);
 		opacity: 1;
 	}

 	90% {
 		-webkit-transform: translateX(-800px);
 		-moz-transform: translateX(-800px);
 		-ms-transform: translateX(-800px);
 		transform: translateX(-800px);
 		opacity: 0;
 	}

 	100% {
 		-webkit-transform: translateX(-800px);
 		-moz-transform: translateX(-800px);
 		-ms-transform: translateX(-800px);
 		transform: translateX(-800px);
 		opacity: 0;
 	}
 }
 @keyframes text_left {
 	0% {
 		-webkit-transform: translateX(-800px);
 		-moz-transform: translateX(-800px);
 		-ms-transform: translateX(-800px);
 		transform: translateX(-800px);
 		opacity: 0;
 	}

 	25% {
 		-webkit-transform: translateX(0px);
 		-moz-transform: translateX(0px);
 		-ms-transform: translateX(0px);
 		transform: translateX(0px);
 		opacity: 1;
 	}

 	60% {
 		-webkit-transform: translateX(0px);
 		-moz-transform: translateX(0px);
 		-ms-transform: translateX(0px);
 		transform: translateX(0px);
 		opacity: 1;
 	}

 	95% {
 		-webkit-transform: translateX(-800px);
 		-moz-transform: translateX(-800px);
 		-ms-transform: translateX(-800px);
 		transform: translateX(-800px);
 		opacity: 0;
 	}

 	100% {
 		-webkit-transform: translateX(-800px);
 		-moz-transform: translateX(-800px);
 		-ms-transform: translateX(-800px);
 		transform: translateX(-800px);
 		opacity: 0;
 	}
 }
 @-webkit-keyframes opa {
 	0% {
 		opacity: 0;
 	}

 	25% {
 		opacity: 0;
 	}

 	50% {
 		opacity: 1;
 	}
 }
 @keyframes opa {
 	0% {
 		opacity: 0;
 	}

 	25% {
 		opacity: 0;
 	}

 	50% {
 		opacity: 1;
 	}
 }
 @-webkit-keyframes fadeInDown {
 	0% {
 		opacity: 0;
 		-webkit-transform: translate3d(0, -100%, 0);
 		transform: translate3d(0, -100%, 0);
 	}

 	100% {
 		opacity: 1;
 		-webkit-transform: none;
 		transform: none;
 	}
 }
 @keyframes fadeInDown {
 	0% {
 		opacity: 0;
 		-webkit-transform: translate3d(0, -100%, 0);
 		transform: translate3d(0, -100%, 0);
 	}

 	100% {
 		opacity: 1;
 		-webkit-transform: none;
 		transform: none;
 	}
 }
 /*=====================Slideshow====================*/
 .em-slideshow {
 	position: relative;
 	z-index: 1;
 }

 .em-wrapper-slideshow .container-fluid .col-sm-24 {
 	padding-left: 0;
 	padding-right: 0;
 }

 .em-slideshow .img-responsive {
 	-moz-border-radius: 0;
 	-webkit-border-radius: 0;
 	border-radius: 0;
 }
 .em-slideshow h1, .em-slideshow h3, .em-slideshow h4, .em-slideshow h2 {
 	color: white;
 }
 .em-slideshow .line-50 {
 	position: relative;
 }
 .em-slideshow .line-50:before {
 	height: 2px;
 	width: 50px;
 	background-color: #fff;
 	content: "";
 	position: absolute;
 	left: 47%;
 	bottom: 0px;
 }
 .em-slideshow .line {
 	display: inline-block;
 	position: relative;
 	padding: 2.5rem 0;
 }
 .em-slideshow .line:before {
 	height: 2px;
 	width: 100%;
 	background-color: #fff;
 	content: "";
 	position: absolute;
 	left: 0;
 	bottom: 0px;
 }
 .em-slideshow .line:after {
 	height: 2px;
 	width: 100%;
 	background-color: #fff;
 	content: "";
 	position: absolute;
 	left: 0;
 	top: 0px;
 }
 .em-slideshow .line .icon-circle {
 	font-size: 0;
 }
 .em-slideshow .line .icon-circle:after, .em-slideshow .line .icon-circle:before {
 	position: absolute;
 	top: -8px;
 	content: '';
 	width: 18px;
 	height: 18px;
 	background: #fff;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 }
 .em-slideshow .line .icon-circle:before {
 	left: 0;
 }
 .em-slideshow .line .icon-circle:after {
 	right: 0;
 }
 .em-slideshow .line .icon-circle.bottom:after, .em-slideshow .line .icon-circle.bottom:before {
 	top: auto;
 	bottom: -8px;
 }
 .em-slideshow .clwhite {
 	color: #ffffff;
 }
 .em-slideshow .clgray {
 	color: #454545;
 }
 .em-slideshow .clgray h1, .em-slideshow .clgray h3, .em-slideshow .clgray h4, .em-slideshow .clgray h2 {
 	color: #454545;
 }
 .em-slideshow .clgray .line-50:before {
 	background-color: #454545;
 }
 .em-slideshow .clgray .line:before {
 	background-color: #454545;
 }
 .em-slideshow .clgray .line:after {
 	background-color: #454545;
 }
 .em-slideshow .clgray .line .icon-circle:after, .em-slideshow .clgray .line .icon-circle:before {
 	background-color: #454545;
 }
 .em-slideshow .owl-carousel {
 	margin: 0;
 }
 .em-slideshow .owl-carousel .owl-item {
 	padding: 0;
 	position: relative;
 	overflow: hidden;
 }
 .em-slideshow .owl-carousel .owl-item img {
 	/*width: 100%;*/
 }
 .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des {
 	position: absolute;
 	left: 16%;
 	top: 25%;
 	width: 70%;
 	text-align: center;
 }
 .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown h1, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown h2, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown h5, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown .button-link, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight h1, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight h2, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight h5, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight .button-link, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft h1, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft h2, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft h5, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft .button-link, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp h1, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp h2, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp h5, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp .button-link {
 	-webkit-animation-name: text_left_fast;
 	-webkit-animation-duration: 5.0s;
 	-webkit-animation-timing-function: linear;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: normal;
 	-webkit-animation-play-state: running;
 	-webkit-animation-fill-mode: forwards;
 	-moz-animation-name: anim_titles;
 	-moz-animation-duration: 5.0s;
 	-moz-animation-timing-function: linear;
 	-moz-animation-iteration-count: infinite;
 	-moz-animation-direction: normal;
 	-moz-animation-play-state: running;
 	-moz-animation-fill-mode: forwards;
 	-webkit-animation-delay: 1s;
 	-moz-animation-delay: 1s;
 }
 .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown h3, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown h4, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight h3, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight h4, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft h3, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft h4, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp h3, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp h4 {
 	-webkit-animation-name: text_left;
 	-webkit-animation-duration: 5.0s;
 	-webkit-animation-timing-function: linear;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: normal;
 	-webkit-animation-play-state: running;
 	-webkit-animation-fill-mode: forwards;
 	-moz-animation-name: anim_titles;
 	-moz-animation-duration: 5.0s;
 	-moz-animation-timing-function: linear;
 	-moz-animation-iteration-count: infinite;
 	-moz-animation-direction: normal;
 	-moz-animation-play-state: running;
 	-moz-animation-fill-mode: forwards;
 	-webkit-animation-delay: 1s;
 	-moz-animation-delay: 1s;
 }
 .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.none {
 	-webkit-animation-name: opa;
 	-webkit-animation-duration: 5.0s;
 	-webkit-animation-timing-function: linear;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: normal;
 	-webkit-animation-play-state: running;
 	-webkit-animation-fill-mode: forwards;
 	-moz-animation-name: anim_titles;
 	-moz-animation-duration: 5.0s;
 	-moz-animation-timing-function: linear;
 	-moz-animation-iteration-count: infinite;
 	-moz-animation-direction: normal;
 	-moz-animation-play-state: running;
 	-moz-animation-fill-mode: forwards;
 	-webkit-animation-delay: 1s;
 	-moz-animation-delay: 1s;
 }
 .em-slideshow .owl-carousel .owl-nav div {
 	top: 38%;
 	font-size: 0 !important;
 	margin: 0 !important;
 	padding: 19px 7px !important;
 	width: 58px;
 	height: 58px;
  /*&:after{
  	content:"";
  	border-style: solid;
  	border-width: 1px;
  	position:absolute;
  	left:0;
  	top:0;
  	width:100%;
  	height:100%;
  	}*/
  	color: #fff;
  	background: rgba(0, 0, 0, 0.5);
  	border-color: transparent;
  	-moz-border-radius: 0;
  	-webkit-border-radius: 0;
  	border-radius: 0;
  }
  .em-slideshow .owl-carousel .owl-nav div.owl-next:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f054";
  	font-size: 1.9rem;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	margin-left: 3px;
  }
  .em-slideshow .owl-carousel .owl-nav div.owl-prev:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f053";
  	font-size: 1.9rem;
  	-moz-transition: all 500ms ease;
  	-webkit-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	margin-right: 2px;
  }
  .em-slideshow .owl-carousel .owl-nav div:hover {
  	background: #fff;
  	color: #a1a1a1;
  	border-color: transparent;
  }
  .em-slideshow .owl-carousel .owl-nav div.owl-prev {
  	left: 0px;
  	right: auto;
  }
  .em-slideshow .owl-carousel .owl-nav div.owl-next {
  	right: 0px;
  	left: auto;
  }
  .em-slideshow .owl-carousel .owl-dots {
  	position: absolute;
  	left: 48%;
  	bottom: 30px;
  	margin: 0;
  }
  .em-slideshow .owl-carousel .owl-dots .owl-dot span {
  	border-width: 2px;
  	background: transparent;
  	border-color: #a3a19e;
  	width: 15px !important;
  	height: 15px !important;
  }
  .em-slideshow .owl-carousel .owl-dots .owl-dot.active span, .em-slideshow .owl-carousel .owl-dots .owl-dot span:hover {
  	border-color: #fff;
  }
  .em-slideshow a.button-link {
  	float: none;
  	display: inline-block;
  	padding: 7px 20px;
  }

  #progressBar {
  	position: absolute;
  	z-index: 1;
  	background: rgba(237, 237, 237, 0.22) !important;
  }
  #progressBar #bar {
  	background: rgba(0, 0, 0, 0.33);
  }

  /*===Sideshow-style01-text-show01===*/
  .em-slideshow.text-show-01 .owl-carousel .owl-item .em-owlcarousel-des {
  	left: 10%;
  	top: 25%;
  	width: 50%;
  	text-align: center;
  }
  .em-slideshow.text-show-01 .owl-carousel .owl-item .em-owlcarousel-des h3 {
  	letter-spacing: 5px;
  	margin-bottom: 2rem;
  }
  .em-slideshow.text-show-01 .owl-carousel .owl-item .em-owlcarousel-des ul li {
  	list-style: disc;
  	padding: 5px 0;
  	margin-left: 17px;
  }
  .em-slideshow.text-show-01 .owl-carousel .owl-item .em-owlcarousel-des a.button-link {
  	float: left;
  	position: relative;
  	margin-top: 30px;
  	padding: 15px 32px 15px 17px;
  }
  .em-slideshow.text-show-01 .owl-carousel .owl-item .em-owlcarousel-des a.button-link span {
  	font-size: 90%;
  }
  .em-slideshow.text-show-01 .owl-carousel .owl-item .em-owlcarousel-des a.button-link:after {
  	content: "";
  	position: absolute;
  	top: 16px;
  	right: 18px;
  	content: ">>";
  	font-size: 90%;
  }
  .em-slideshow.text-show-01 .owl-carousel .owl-item .em-owlcarousel-des.em-owlcarousel-des-1 {
  	left: auto !important;
  	right: 10%;
  	width: 35% !important;
  }
  .em-slideshow.text-show-01 .owl-carousel .owl-item .em-owlcarousel-des.em-owlcarousel-des-1 a.button-link {
  	float: none;
  }

  .em-rtl .em-slideshow.text-show-01 .text-left {
  	text-align: left !important;
  }
  .em-rtl .em-slideshow.text-show-01 .owl-carousel .owl-item .em-owlcarousel-des {
  	direction: ltr;
  }

  /*===Sideshow-style02===*/
  .owl-nav-style02 .owl-dots,
  .em-rtl .owl-nav-style02 .owl-dots {
  	display: none;
  }
  .owl-nav-style02 .owl-carousel .owl-nav div,
  .em-rtl .owl-nav-style02 .owl-carousel .owl-nav div {
  	top: 45%;
  	right: 20px;
  	-moz-border-radius: 100%;
  	-webkit-border-radius: 100%;
  	border-radius: 100%;
  	opacity: 0.7;
  	filter: alpha(opacity=70);
  }
  .owl-nav-style02 .owl-carousel .owl-nav div:before,
  .em-rtl .owl-nav-style02 .owl-carousel .owl-nav div:before {
  	content: "\f054";
  	text-align: center;
  	margin: 7px 0 0 3px;
  	font-size: 18px !important;
  }
  .owl-nav-style02 .owl-carousel .owl-nav div.owl-prev,
  .em-rtl .owl-nav-style02 .owl-carousel .owl-nav div.owl-prev {
  	right: auto;
  	left: 20px;
  }
  .owl-nav-style02 .owl-carousel .owl-nav div.owl-prev:before,
  .em-rtl .owl-nav-style02 .owl-carousel .owl-nav div.owl-prev:before {
  	content: "\f053";
  	margin-left: 0;
  }

  .em-wrapper-slideshow .all_categories {
  	display: none;
  }
  .em-wrapper-slideshow .owl-nav-style02,
  .em-wrapper-slideshow .em-rtl .owl-nav-style02 {
  	margin-top: 1px;
  }

  /*===Sideshow-style02-text-show02===*/
  .text-slideshow-02 .owl-carousel .owl-item .em-owlcarousel-des {
  	position: absolute;
  	left: 5%;
  	top: 25%;
  	width: 50%;
  	text-align: center;
  }
  .text-slideshow-02 .owl-carousel .owl-item .em-owlcarousel-des h3 {
  	margin-bottom: 2rem;
  }
  .text-slideshow-02 .owl-carousel .owl-item .em-owlcarousel-des h3 span {
  	display: inline-block;
  	vertical-align: middle;
  }
  .text-slideshow-02 .owl-carousel .owl-item .em-owlcarousel-des h3 span.line {
  	width: 8rem;
  	height: 1px;
  }
  .text-slideshow-02 .owl-carousel .owl-item .em-owlcarousel-des h5 {
  	font-style: italic;
  }
  .text-slideshow-02 .owl-carousel .owl-item .em-owlcarousel-des a.button-link {
  	float: none;
  	position: relative;
  	display: inline-block;
  	margin-top: 30px;
  	padding: 12px 32px 11px 18px;
  }
  .text-slideshow-02 .owl-carousel .owl-item .em-owlcarousel-des a.button-link:after {
  	content: "";
  	position: absolute;
  	top: 12px;
  	right: 18px;
  	content: ">>";
  	font-size: 90%;
  }
  .text-slideshow-02 .owl-carousel .owl-item .em-owlcarousel-des.em-owlcarousel-des-1 {
  	left: auto;
  	right: 5%;
  }
  .text-slideshow-02 .owl-carousel .owl-item .em-owlcarousel-des.em-owlcarousel-des-1 a.button-link {
  	float: right;
  }

  /*===Sideshow-style02-text-show03===*/
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 {
  	position: absolute;
  	left: 21%;
  	right: auto;
  	top: 35%;
  	width: 60%;
  	text-align: center;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des h3,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 h3 {
  	margin-bottom: 2rem;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des h3 span,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 h3 span {
  	display: inline-block;
  	vertical-align: middle;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des h3 span.line,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 h3 span.line {
  	width: 8rem;
  	height: 1px;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des .star,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 .star {
  	position: relative;
  	padding: 0 10px;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des .star:before,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 .star:before {
  	width: 17px;
  	position: absolute;
  	bottom: -8px;
  	left: 0;
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f005";
  	font-size: 17px;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des .line,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 .line {
  	position: relative;
  	height: 2px;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des .line:before,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 .line:before {
  	width: 2px;
  	height: 8px;
  	position: absolute;
  	top: -3px;
  	left: 0;
  	content: '';
  	background: #fff;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des .line.line-right:before,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 .line.line-right:before {
  	left: auto;
  	right: -2px;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des a.button-link,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 a.button-link {
  	float: none;
  	position: relative;
  	display: inline-block;
  	margin-top: 30px;
  	border-width: 2px;
  	padding: 9px 32px 8px 18px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des a.button-link:after,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 a.button-link:after {
  	content: "";
  	position: absolute;
  	top: 9px;
  	right: 18px;
  	content: ">>";
  	font-size: 90%;
  }
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des h5,
  .text-slideshow-03 .owl-carousel .owl-item .em-owlcarousel-des-1 h5 {
  	font-style: normal;
  }

  /*===Sideshow-style02-text-show04===*/
  .text-slideshow-04 .owl-carousel .owl-item .em-owlcarousel-des {
  	position: absolute;
  	left: 7%;
  	top: 20%;
  	width: 60%;
  	text-align: left;
  }
  .text-slideshow-04 .owl-carousel .owl-item .em-owlcarousel-des strong {
  	margin-right: 1rem;
  }
  .text-slideshow-04 .owl-carousel .owl-item .em-owlcarousel-des h3 {
  	margin-bottom: 1rem;
  }
  .text-slideshow-04 .owl-carousel .owl-item .em-owlcarousel-des h3 span {
  	display: inline-block;
  	vertical-align: middle;
  }
  .text-slideshow-04 .owl-carousel .owl-item .em-owlcarousel-des h3 span.line {
  	width: 8rem;
  	height: 1px;
  }
  .text-slideshow-04 .owl-carousel .owl-item .em-owlcarousel-des a.button-link {
  	float: none;
  	position: relative;
  	display: inline-block;
  	margin-top: 30px;
  	border-width: 2px;
  	padding: 11px 32px 10px 18px;
  }
  .text-slideshow-04 .owl-carousel .owl-item .em-owlcarousel-des a.button-link:after {
  	content: "";
  	position: absolute;
  	top: 11px;
  	right: 18px;
  	content: ">>";
  	font-size: 90%;
  }
  .text-slideshow-04 .owl-carousel .owl-item .em-owlcarousel-des.em-owlcarousel-des-1 {
  	top: 15%;
  	left: 15%;
  	width: 70%;
  	text-align: center;
  }

  /*=========================*/
  .em-rtl .text-slideshow-02 a.button-link,
  .em-rtl .text-slideshow-03 a.button-link,
  .em-rtl .text-slideshow-04 a.button-link {
  	padding-left: 32px !important;
  	padding-right: 18px !important;
  }
  .em-rtl .text-slideshow-02 a.button-link:after,
  .em-rtl .text-slideshow-03 a.button-link:after,
  .em-rtl .text-slideshow-04 a.button-link:after {
  	left: 18px;
  	right: auto !important;
  }

  /*==========Blog==========*/
  /*icon*/
  .fb_comments_count:before,
  .comment-by:before,
  .comment-count:before,
  .comment-user:before,
  .post-time:before,
  .post-by:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f007";
  	font-size: 100%;
  	margin-right: 7px;
  }

  .post-time:before {
  	content: '\f133';
  }

  .comment-count:before {
  	content: '\f075';
  }

  .em_post-item .post-title h2 {
  	margin-bottom: 10px;
  }
  .em_post-item .post-image img {
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  }
  .em_post-item .post-header {
  	overflow: hidden;
  	padding-top: 0;
  	margin-top: 0;
  	display: block;
  	margin-bottom: 5px;
  }

  .em_post-items .em_post-item {
  	border-top: 1px solid #e5e5e5;
  	padding-top: 2rem;
  }
  .em_post-items .em_post-item:first-child {
  	border: none;
  	padding-top: 0;
  }

  .em_post-items .post-header {
  	padding-top: 0px;
  }

  .em_block-recent-post li,
  .em_block-recent-comments li {
  	border-top: 1px solid #e5e5e5;
  	padding-top: 17px;
  }
  .em_block-recent-post li:first-child,
  .em_block-recent-comments li:first-child {
  	border-top-width: 0;
  	padding-top: 0;
  }

  #allcomments > .comment-item {
  	border: 1px solid #e5e5e5;
  	padding: 26px 30px 19px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  }
  #allcomments .comment-by:before {
  	display: none;
  }
  #allcomments .time-stamp {
  	font-size: 85%;
  }
  #allcomments .time-stamp:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f133";
  	font-size: 120%;
  	margin-right: 5px;
  }
  #allcomments .comment-button button.button:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f112";
  	font-size: 100%;
  	margin-right: 7px;
  	float: left;
  	margin-top: 2px;
  }

  .form-comment {
  	border: 1px solid #e5e5e5;
  	padding: 23px 30px 19px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  }

  .blog-tag-view .toolbar .sort-by,
  .blog-category-view .toolbar .sort-by,
  .blog-index-index .toolbar .sort-by,
  .article-comments .toolbar .sort-by {
  	margin-left: 0;
  }

/* ============================================ *
 * Contacts
 * ============================================ */
 .contacts-index-index #map-canvas {
 	margin-bottom: 23px;
 }
 .contacts-index-index .em-wrapper-main address {
 	margin-bottom: 10px;
 }
 .contacts-index-index .em-wrapper-main span.fa {
 	margin-right: 10px;
 }

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
 .em-top-cart {
 	text-align: left;
 	margin-left: 30px;
 }
 .em-top-cart .em-container-topcart {
 	position: relative;
 }
 .em-top-cart .em-amount-topcart {
 	display: inline-block;
 	padding: 12px 30px 12px 0px;
 	vertical-align: top;
 	position: relative;
 }
 .em-top-cart .em-amount-topcart:after {
 	position: absolute;
 	right: 10px;
 	top: 14px;
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f107";
 	font-size: 16px;
 }
 .em-top-cart .em-amount-topcart:before {
 	margin-right: 10px;
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f290";
 	font-size: 18px;
 }
 .em-top-cart .topcart-popup {
 	padding: 15px 20px 0px;
 	border-style: solid;
 	border-width: 1px;
 	position: absolute;
 	right: 0px;
 	width: 320px;
 	z-index: 22;
 	top: 45px;
 	border: 1px solid #f6f6f6;
 }
 .em-top-cart .topcart-popup .topcart-popup-content .em-block-subtitle {
 	text-transform: uppercase;
 	display: none;
 }
 .em-top-cart .topcart-popup .topcart-popup-content .amount-content {
 	padding: 0 0 5px;
 }
 .em-top-cart .topcart-popup .topcart-popup-content a.goto-cart {
 	float: right;
 	margin-right: 0;
 }

 .topcart-popup-content .em-topcart-list {
 	margin: 15px 0px 0;
 }
 .topcart-popup-content li.item {
 	position: relative;
 	display: inline-block;
 	width: 100%;
 	margin: 0 0 20px;
 	border-bottom: 1px solid #f0f0f0;
 	padding: 0 0px 20px;
 }
 .topcart-popup-content li.item.last {
 	margin-bottom: 0px;
 }
 .topcart-popup-content li.item a.product-image {
 	float: left;
 	margin-right: 15px;
 	margin-bottom: 0;
 }
 .topcart-popup-content li.item .product-details {
 	margin-left: 120px;
 	padding-top: 0;
 }
 .topcart-popup-content li.item p {
 	margin-bottom: 5px;
 }
 .topcart-popup-content li.item .btn-edit,
 .topcart-popup-content li.item .btn-remove {
 	display: inline-block;
 	text-align: left;
 	float: none;
 	position: absolute;
 	top: 0px;
 	left: 0px;
 }
 .topcart-popup-content li.item .btn-edit {
 	left: 45px;
 	display: none;
 }
 .topcart-popup-content li.item .truncated .show .item-options {
 	top: 15px;
 	left: -150px;
 }
 .topcart-popup-content .subtotal {
 	width: 100%;
 	float: left;
 	text-transform: uppercase;
 	margin: 1.2rem 0 2rem;
 }
 .topcart-popup-content .subtotal .label {
 	float: left;
 	margin-right: 20px;
 	padding-top: 6px;
 }
 .topcart-popup-content .subtotal .price {
 	float: right;
 }
 .topcart-popup-content .wrapper_bottom_button {
 	overflow: hidden;
 	clear: both;
 	margin: 0 -21px -1px;
 	padding: 15px 20px 5px;
 }
 .topcart-popup-content .wrapper_bottom_button a.goto-cart, .topcart-popup-content .wrapper_bottom_button button.button {
 	padding-left: 15px;
 	padding-right: 15px;
 }
 .topcart-popup-content .wrapper_bottom_button a.goto-cart:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f07a";
 	font-size: 14px;
 }

 /*fixed cart*/
 .cart-fixed-right {
 	position: fixed !important;
 	right: 15px !important;
 	bottom: 150px !important;
 	top: auto !important;
 	z-index: 31;
 	width: auto !important;
 	padding: 0 !important;
 	margin: 0 !important;
 }
 .cart-fixed-right .em-summary-topcart {
 	min-width: 54px;
 	padding: 0 !important;
 	margin-right: 0;
 }
 .cart-fixed-right .em-summary-topcart span.em-icon {
 	font-size: 25px;
 }
 .cart-fixed-right .em-summary-topcart span {
 	display: none !important;
 }
 .cart-fixed-right .em-container-topcart .em-amount-topcart {
 	padding: 15px 11px !important;
 	display: block !important;
 	text-align: center;
 	margin: 0 !important;
 }
 .cart-fixed-right .em-container-topcart .em-amount-topcart:before {
 	display: none !important;
 	content: "";
 }
 .cart-fixed-right .em-container-topcart .em-amount-topcart:after {
 	content: "\f07a" !important;
 	margin-left: 0;
 	padding: 0 !important;
 	width: auto !important;
 	float: none !important;
 	font-size: 130%;
 	-moz-transform: rotate(0deg) !important;
 	-webkit-transform: rotate(0deg) !important;
 	-o-transform: rotate(0deg) !important;
 	transform: rotate(0deg) !important;
 }
 .cart-fixed-right .em-container-topcart .em-amount-topcart:hover:after {
 	content: '\f07a';
 	font-size: 130%;
 	-moz-transform: rotate(0deg) !important;
 	-webkit-transform: rotate(0deg) !important;
 	-o-transform: rotate(0deg) !important;
 	transform: rotate(0deg) !important;
 }
 .cart-fixed-right.em-top-cart .topcart-popup {
 	top: auto;
 	right: 60px;
 	bottom: -55px;
 	padding-top: 18px;
 }
 .cart-fixed-right.em-top-cart .topcart-popup li.item a.product-image {
 	width: 70px;
 }
 .cart-fixed-right.em-top-cart .topcart-popup li.item .product-details {
 	margin-left: 80px;
 }

 /**/
 .qty-ctl {
 	float: left;
 	height: auto;
 	line-height: normal;
 	margin: 0px !important;
 	padding: 0px !important;
 }
 .qty-ctl button {
 	font-size: 0;
 	display: block;
 	text-indent: -99999px;
 	overflow: hidden;
 	vertical-align: middle;
 	text-align: left;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	margin-bottom: 0px;
 	cursor: pointer;
 	position: relative;
 	background-color: transparent;
 	border: 1px solid;
 	text-indent: 0;
 	width: 40px;
 	height: 40px;
 	padding: 0 13px;
 	position: relative;
 	z-index: 1;
 }
 .qty-ctl button.decrease {
 	-moz-border-radius: 3px 0 0 3px;
 	-webkit-border-radius: 3px 0 0 3px;
 	border-radius: 3px 0 0 3px;
 }
 .qty-ctl button.decrease:before {
 	content: "-";
 	font-size: 20px;
 	font-weight: bold;
 	line-height: 1;
 	padding-left: 4px;
 }
 .qty-ctl button.increase {
 	-moz-border-radius: 0 3px 3px 0;
 	-webkit-border-radius: 0 3px 3px 0;
 	border-radius: 0 3px 3px 0;
 }
 .qty-ctl button.increase:before {
 	content: "+";
 	font-size: 20px;
 	line-height: 0.5;
 }

 .qty_cart {
 	width: 140px;
 	display: inline-block;
 }
 .qty_cart input.qty {
 	float: left;
 	height: 40px;
 	width: 60px !important;
 	text-align: center;
 	margin: 0 -1px;
 	-moz-border-radius: 0;
 	-webkit-border-radius: 0;
 	border-radius: 0;
 }

 /*Shopping cart*/
 .cart-table tr td {
 	padding: 31px 20px 0px;
 }
 .cart-table tr td .cart-product {
 	position: relative;
 	margin-top: -11px;
 }
 .cart-table tr td .cart-product .btn-remove {
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 1;
 }
 .cart-table tr td .cart-price {
 	display: inline-block;
 	margin-top: -12px;
 }
 .cart-table tr td .link-wishlist {
 	display: inline-block;
 	margin-top: -6px;
 }
 .cart-table tr td .qty_cart {
 	margin-top: -10px;
 }
 .cart-table tr td.last {
 	padding-bottom: 20px;
 }
 .cart-table tfoot tr td {
 	padding: 20px 0 10px;
 	border-color: transparent;
 }

 .cart-collaterals {
 	padding-top: 0;
 	/*ORDER TOTAL*/
 }
 .cart-collaterals h2 {
 	padding: 10px 0;
 	margin-bottom: 10px;
 }
 .cart-collaterals .em-box {
 	padding: 17px 20px 9px;
 	min-height: 326px;
 	margin-bottom: 50px;
 }
 .cart-collaterals .em-box p {
 	margin-bottom: 10px;
 }
 .cart-collaterals .form-list {
 	margin-bottom: 0;
 }
 .cart-collaterals .form-list li {
 	margin: 5px 0 0;
 }
 .cart-collaterals .form-list li:first-child {
 	margin-top: 0;
 }
 .cart-collaterals input.input-text {
 	width: 100%;
 }
 .cart-collaterals .buttons-set {
 	padding-top: 20px;
 }
 .cart-collaterals .sp-methods {
 	margin-bottom: 0;
 }
 .cart-collaterals .sp-methods dt {
 	float: left;
 	margin-right: 5px;
 }
 .cart-collaterals .totals .em-box {
 	padding-top: 24px;
 }
 .cart-collaterals .totals table td {
 	padding: 0 15px 3px 0;
 	width: 45%;
 	text-align: left !important;
 }
 .cart-collaterals .totals table td strong {
 	font-weight: normal;
 }
 .cart-collaterals .totals table td .price {
 	display: inline-block;
 	margin-top: -12px;
 }
 .cart-collaterals .totals table td:first-child {
 	text-align: right !important;
 }
 .cart-collaterals .totals .checkout-types {
 	margin-top: 9px;
 }
 .cart-collaterals .totals .checkout-types li {
 	width: 100%;
 	display: inline-block;
 	margin-bottom: 0;
 }
 .cart-collaterals .totals .checkout-types li button.btn-checkout {
 	margin-right: 0;
 	width: 100%;
 	margin-bottom: 12px;
 	text-align: center;
 }
 .cart-collaterals .totals .checkout-types li button.btn-checkout span {
 	float: none;
 	display: inline-block;
 }
 .cart-collaterals .totals .checkout-types li button.btn-checkout span {
 	width: 100%;
 }

 .crosssell {
 	margin-top: 20px;
 }
 .crosssell h2 {
 	margin-bottom: 18px;
 	text-align: left;
 }

 .crosssell-content {
 	overflow: hidden;
 }
 .crosssell-content #em-grid-mode {
 	margin: 0 !important;
 	border: 1px solid #e5e5e5;
 	padding: 10px;
 }

/* ============================================ *
 * Checkout - Block Progress
 * ============================================ */
 /* Block progress*/
 .em-sidebar .block-progress {
 	margin-bottom: 20px !important;
 }
 .em-sidebar .block-progress .block-content {
 	padding-top: 9px;
 	padding-bottom: 9px;
 	-moz-border-radius: 0 0 5px 5px;
 	-webkit-border-radius: 0 0 5px 5px;
 	border-radius: 0 0 5px 5px;
 }

 .block-progress dt {
 	padding: 6px 0;
 	font-weight: 500;
 }
 .block-progress dl {
 	margin-bottom: 0;
 }
 .block-progress dd.complete address {
 	margin-bottom: 6px;
 }
 .block-progress dd.complete a.sample-link:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f101";
 	font-size: 100%;
 	padding-right: 7px;
 }

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
 .opc-1sc #opc-login p a {
 	font-size: 85%;
 	text-transform: uppercase;
 	font-weight: 700;
 }
 .opc-1sc #opc-login p a:hover {
 	text-decoration: underline;
 }

 .opc-col > div {
 	padding: 13px 20px;
 	border: 1px solid #e8e8e8;
 	margin-bottom: 40px;
 }
 .opc-col .discount label {
 	margin-bottom: 8px;
 }

 .opc-col #opc-payment .form-list .v-fix:first-child,
 .opc-col .sp-methods .form-list .v-fix:first-child {
 	margin-right: 4%;
 }

 .opc-col #opc-payment .form-list .v-fix,
 .opc-col .sp-methods .form-list .v-fix {
 	width: 48%;
 }

/* ============================================ *
 * One Step Checkout 
 * ============================================ */
 .opc .section.allow:hover .step-title, .opc .section.allow:hover .step-title a {
 	cursor: pointer;
 }
 .opc .section.allow.active .step-title, .opc .section.allow.active .step-title a {
 	cursor: default;
 }
 .opc .step-title {
 	margin-bottom: 10px;
 }
 .opc .step-title .title-box {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	border-radius: 3px;
 	padding: 1rem 2rem;
 	min-height: 37px;
 	float: left;
 	width: 100%;
 	border: 1px solid #e5e5e5;
 }
 .opc .step-title .title-box a {
 	font-size: 0;
 }
 .opc .step-title .number {
 	float: left;
 	display: none;
 }
 .opc .step-title h2 {
 	float: left;
 }
 .opc .step-title a {
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	font-size: 0;
 	float: right;
 	cursor: default;
 }
 .opc .step-title a:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f107";
 	font-size: 18px;
 	margin-top: 3px;
 }
 .opc .step {
 	padding: 30px 20px 19px;
 	margin-bottom: 1rem;
 	margin-top: -13px;
 	border: 1px solid #e5e5e5;
 	border-top: 0;
 	-moz-border-radius: 0 0 3px 3px;
 	-webkit-border-radius: 0 0 3px 3px;
 	border-radius: 0 0 3px 3px;
 }
 .opc ul.form-list {
 	margin-bottom: 14px;
 }
 .opc ul.form-list > li {
 	margin-right: 0;
 }
 .opc ul.form-list > li.wide {
 	margin-right: 3%;
 }
 .opc .form-list li.control {
 	margin-top: 7px;
 	margin-bottom: 7px;
 }
 .opc .tool-tip {
 	top: auto !important;
 	bottom: 200px;
 }
 .opc #checkout-step-login h3 {
 	margin-bottom: 14px;
 }
 .opc #checkout-step-login .col-2 h4 {
 	float: left;
 	margin-bottom: 10px;
 	margin-right: 2px;
 }
 .opc #checkout-step-login .col-2 .form-list {
 	width: 90%;
 }
 .opc #checkout-step-login .col-1 strong {
 	font-weight: normal;
 }
 .opc #checkout-step-login ul.ul li {
 	padding-bottom: 7px;
 }
 .opc #checkout-step-login ul.ul li:before {
 	content: "+";
 	padding-right: 5px;
 }
 .opc #checkout-step-login .buttons-set a {
 	margin-top: 6px;
 }
 .opc #checkout-step-shipping_method .sp-methods dt {
 	float: left;
 	margin-right: 5px;
 }
 .opc #checkout-review-submit .button.button {
 	float: right;
 	margin-right: 0;
 }
 .opc #checkout-review-submit .please-wait {
 	float: right;
 }
 .opc #checkout-review-submit .f-left {
 	float: right !important;
 	clear: both;
 }

 .sp-methods .form-list select,
 .sp-methods .form-list input.input-text {
 	width: 280px;
 }
 .sp-methods .form-list select.month {
 	width: 133px;
 	margin-right: 15px;
 }
 .sp-methods .form-list select.year {
 	width: 132px;
 }

/* ============================================ *
 * Checkout - Success
 * ============================================ */
 .checkout-onepage-success .em-col-main .em-box {
 	padding: 27px 20px 19px;
 }
 .checkout-onepage-success .em-col-main .em-box > p {
 	margin-bottom: 7px;
 }
 .checkout-onepage-success .em-col-main .buttons-set {
 	padding-top: 8px;
 }
 .checkout-onepage-success .em-col-main .print-order {
 	text-decoration: none;
 }

 /*Title Box*/
 .em-block-title {
 	text-transform: capitalize;
 }
 .em-block-title .h2 {
 	margin-bottom: 15px;
 }

 .em-line-01 {
 	position: relative;
 	margin-bottom: 50px;
 }
 .em-line-01 .em-block-title, .em-line-01 .em-widget-title, .em-line-01 .block-title, .em-line-01 .widget-title {
 	margin-bottom: 15px;
 	font-size: 100%;
 	position: relative;
 	padding-top: 0px;
 }
 .em-line-01 .em-block-title:before, .em-line-01 .em-widget-title:before, .em-line-01 .block-title:before, .em-line-01 .widget-title:before {
 	width: 51px;
 	position: absolute;
 	bottom: 0px;
 	left: 0;
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f005 \f005 \f005";
 	font-size: 11px;
 	letter-spacing: 10px;
 }
 .em-rtl .em-line-01 .em-block-title:before, .em-rtl .em-line-01 .em-widget-title:before, .em-rtl .em-line-01 .block-title:before, .em-rtl .em-line-01 .widget-title:before {
 	text-indent: -10px;
 }
 .em-line-01 .em-block-title h3, .em-line-01 .em-block-title strong, .em-line-01 .em-block-title h2, .em-line-01 .em-widget-title h3, .em-line-01 .em-widget-title strong, .em-line-01 .em-widget-title h2, .em-line-01 .block-title h3, .em-line-01 .block-title strong, .em-line-01 .block-title h2, .em-line-01 .widget-title h3, .em-line-01 .widget-title strong, .em-line-01 .widget-title h2 {
 	margin: 0;
 	padding-bottom: 20px;
 	display: inline-block;
 	margin-bottom: 0px;
 	text-transform: uppercase;
 	position: relative;
 	z-index: 1;
 }
 .em-line-01 .em-block-title small, .em-line-01 .em-widget-title small, .em-line-01 .block-title small, .em-line-01 .widget-title small {
 	font-size: 100%;
 }
 .em-line-01.em-new-arrivals-tabs {
 	margin-bottom: 15px;
 }
 .em-line-01.em-grid-23 {
 	margin-bottom: 30px;
 }
 .em-line-01.text-center .em-block-title, .em-line-01.text-center .em-widget-title, .em-line-01.text-center .block-title, .em-line-01.text-center .widget-title {
 	display: inline-block;
 	vertical-align: top;
 }
 .em-line-01.text-center .em-block-title:before, .em-line-01.text-center .em-widget-title:before, .em-line-01.text-center .block-title:before, .em-line-01.text-center .widget-title:before {
 	left: 37%;
 	left: -moz-calc((100% - 51px)/2);
 	left: -webkit-calc((100% - 51px)/2);
 	left: -o-calc((100% - 51px)/2);
 	left: calc((100% - 51px)/2);
 	right: auto;
 }

 .em-line-02 {
 	position: relative;
 	margin-bottom: 50px;
 }
 .em-line-02 .em-block-title, .em-line-02 .em-widget-title, .em-line-02 .block-title, .em-line-02 .widget-title {
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 	margin-bottom: 30px;
 	font-size: 100%;
 }
 .em-line-02 .em-block-title h3, .em-line-02 .em-block-title strong, .em-line-02 .em-block-title h2, .em-line-02 .em-widget-title h3, .em-line-02 .em-widget-title strong, .em-line-02 .em-widget-title h2, .em-line-02 .block-title h3, .em-line-02 .block-title strong, .em-line-02 .block-title h2, .em-line-02 .widget-title h3, .em-line-02 .widget-title strong, .em-line-02 .widget-title h2 {
 	margin: 0;
 	border-bottom-width: 3px;
 	border-bottom-style: solid;
 	padding-bottom: 10px;
 	display: inline-block;
 	margin-bottom: -1px;
 	position: relative;
 	z-index: 1;
 }
 .em-line-02 .owl-carousel .owl-nav div {
 	top: -70px;
 }
 .em-line-02 .em-tabs .custom-tab li.tab-link {
 	float: none;
 	margin: 0 20px;
 }
 .em-line-02 .em-tabs .custom-tab li.tab-link a {
 	border-width: 0;
 	text-transform: uppercase;
 	padding: 0 0 10px 0;
 	display: inline-block;
 	margin-bottom: 1px;
 	position: relative;
 	z-index: 1;
 }
 .em-line-02 .em-tabs .custom-tab li.tab-link.active a {
 	border-bottom-width: 3px;
 	border-bottom-style: solid;
 	cursor: default;
 }

 .em-line-04 {
 	position: relative;
 	margin-bottom: 50px;
 }
 .em-line-04 .em-block-title, .em-line-04 .em-widget-title, .em-line-04 .block-title, .em-line-04 .widget-title {
 	border-width: 1px;
 	border-style: solid;
 	text-align: left;
 	margin: 0;
 	padding-top: 18px;
 }
 .em-line-04 .em-block-title h3, .em-line-04 .em-block-title strong, .em-line-04 .em-block-title h2, .em-line-04 .em-widget-title h3, .em-line-04 .em-widget-title strong, .em-line-04 .em-widget-title h2, .em-line-04 .block-title h3, .em-line-04 .block-title strong, .em-line-04 .block-title h2, .em-line-04 .widget-title h3, .em-line-04 .widget-title strong, .em-line-04 .widget-title h2 {
 	text-transform: uppercase;
 	padding: 0 0 18px;
 	border-bottom-width: 3px;
 	border-bottom-style: solid;
 	display: inline-block;
 	margin: 0 30px;
 	font-weight: bold !important;
 	position: relative;
 	z-index: 1;
 }
 .em-line-04.em-clear-active .em-block-title h3, .em-line-04.em-clear-active .em-block-title strong, .em-line-04.em-clear-active .em-block-title h2, .em-line-04.em-clear-active .em-widget-title h3, .em-line-04.em-clear-active .em-widget-title strong, .em-line-04.em-clear-active .em-widget-title h2, .em-line-04.em-clear-active .block-title h3, .em-line-04.em-clear-active .block-title strong, .em-line-04.em-clear-active .block-title h2, .em-line-04.em-clear-active .widget-title h3, .em-line-04.em-clear-active .widget-title strong, .em-line-04.em-clear-active .widget-title h2 {
 	border-width: 0;
 }
 .em-line-04 .owl-carousel .owl-nav div {
 	top: -42px;
 	border-width: 1px;
 	border-style: solid;
 	right: 20px;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 }
 .em-line-04 .owl-carousel .owl-nav div:before {
 	font-size: 26px;
 }
 .em-line-04 .owl-carousel .owl-nav div.owl-prev {
 	right: 60px;
 }
 .em-line-04 .em-tabs .custom-tab {
 	border-width: 1px;
 	border-style: solid;
 	text-align: left;
 	margin: 0;
 }
 .em-line-04 .em-tabs .custom-tab li.tab-link {
 	padding-top: 16px;
 }
 .em-line-04 .em-tabs .custom-tab li.tab-link a {
 	border-width: 0;
 	background: transparent;
 	text-transform: uppercase;
 	display: inline-block;
 	margin: 0 0 0 30px;
 	padding: 0 0 16px;
 	font-weight: bold !important;
 	position: relative;
 	z-index: 1;
 }
 .em-line-04 .em-tabs .custom-tab li.tab-link.active a {
 	border-bottom-width: 3px;
 	border-bottom-style: solid;
 	cursor: default;
 }

 .em-line-05 {
 	position: relative;
 	margin-bottom: 50px;
 }
 .em-line-05 .em-block-title, .em-line-05 .em-widget-title, .em-line-05 .block-title, .em-line-05 .widget-title {
 	text-align: left;
 	padding-top: 5px;
 }
 .em-line-05 .em-block-title h3, .em-line-05 .em-block-title strong, .em-line-05 .em-block-title h2, .em-line-05 .em-widget-title h3, .em-line-05 .em-widget-title strong, .em-line-05 .em-widget-title h2, .em-line-05 .block-title h3, .em-line-05 .block-title strong, .em-line-05 .block-title h2, .em-line-05 .widget-title h3, .em-line-05 .widget-title strong, .em-line-05 .widget-title h2 {
 	text-transform: uppercase;
 	padding: 0 0 18px;
 	display: inline-block;
 	margin: 0;
 	font-weight: bold;
 	font-size: 150%;
 }
 .em-line-05 .owl-carousel .owl-nav div {
 	top: -42px;
 	border-width: 1px;
 	border-style: solid;
 	right: 0;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 }
 .em-line-05 .owl-carousel .owl-nav div:before {
 	font-size: 26px;
 }
 .em-line-05 .owl-carousel .owl-nav div.owl-prev {
 	right: 40px;
 }
 .em-line-05 .em-tabs .custom-tab {
 	text-align: left;
 	margin: 0;
 }
 .em-line-05 .em-tabs .custom-tab li.tab-link a {
 	border-width: 0;
 	background: transparent;
 	text-transform: uppercase;
 	display: inline-block;
 	margin: 0 30px 0 0;
 	padding: 0 0 16px;
 	font-weight: bold;
 	font-size: 150%;
 }

 /*box style 01*/
 .em-box-01 {
 	border: 1px solid;
 	padding-top: 2px;
 	margin-bottom: 20px;
 }
 .em-box-01 > div {
 	border-top: 1px solid;
 	padding: 15px;
 }
 .em-box-01 .widget-title h2, .em-box-01 .widget-title h3 {
 	text-transform: uppercase;
 }

 /*box style 02*/
 .em-box-02 .title-box {
 	padding: 0;
 	margin: 0;
 }
 .em-box-02 .title-box h1, .em-box-02 .title-box h2 {
 	margin-bottom: 0;
 }
 .em-box-02 .em-block-title p.h3 {
 	margin-bottom: 5px;
 }

 /*box style bkg*/
 .em-box-bkg {
 	padding: 4rem 2rem;
 	margin-bottom: 50px;
 }
 .em-box-bkg .em-line-01 {
 	margin-bottom: 0;
 }

 /*box style 043*/
 .em-box-04 {
 	padding: 20px;
 	margin-bottom: 20px;
 }
 .em-box-04 .em-line-01 {
 	margin-bottom: 0;
 }

 /*block sidebar*/
 .em-sidebar .em-today-deals .widget-title h2 {
 	padding-right: 30px;
 }
 .em-sidebar .block, .em-sidebar .widget, .em-sidebar .multidealpro_recent {
 	margin-bottom: 30px;
 	border-style: solid;
 	border-width: 1px;
 	overflow: hidden;
 }
 .em-sidebar .block.widget-recentreview-products .em-line-01, .em-sidebar .widget.widget-recentreview-products .em-line-01, .em-sidebar .multidealpro_recent.widget-recentreview-products .em-line-01 {
 	margin: 0;
 }
 .em-sidebar .block .em-block-title, .em-sidebar .block .em-widget-title, .em-sidebar .block .block-title, .em-sidebar .block .widget-title, .em-sidebar .widget .em-block-title, .em-sidebar .widget .em-widget-title, .em-sidebar .widget .block-title, .em-sidebar .widget .widget-title, .em-sidebar .multidealpro_recent .em-block-title, .em-sidebar .multidealpro_recent .em-widget-title, .em-sidebar .multidealpro_recent .block-title, .em-sidebar .multidealpro_recent .widget-title {
 	border-bottom-width: 0px;
 	margin-bottom: 0;
 	padding: 1rem 2rem;
 }
 .em-sidebar .block .em-block-title:before, .em-sidebar .block .em-widget-title:before, .em-sidebar .block .block-title:before, .em-sidebar .block .widget-title:before, .em-sidebar .widget .em-block-title:before, .em-sidebar .widget .em-widget-title:before, .em-sidebar .widget .block-title:before, .em-sidebar .widget .widget-title:before, .em-sidebar .multidealpro_recent .em-block-title:before, .em-sidebar .multidealpro_recent .em-widget-title:before, .em-sidebar .multidealpro_recent .block-title:before, .em-sidebar .multidealpro_recent .widget-title:before {
 	display: none;
 }
 .em-sidebar .block .em-block-title h3, .em-sidebar .block .em-block-title strong, .em-sidebar .block .em-block-title h2, .em-sidebar .block .em-widget-title h3, .em-sidebar .block .em-widget-title strong, .em-sidebar .block .em-widget-title h2, .em-sidebar .block .block-title h3, .em-sidebar .block .block-title strong, .em-sidebar .block .block-title h2, .em-sidebar .block .widget-title h3, .em-sidebar .block .widget-title strong, .em-sidebar .block .widget-title h2, .em-sidebar .widget .em-block-title h3, .em-sidebar .widget .em-block-title strong, .em-sidebar .widget .em-block-title h2, .em-sidebar .widget .em-widget-title h3, .em-sidebar .widget .em-widget-title strong, .em-sidebar .widget .em-widget-title h2, .em-sidebar .widget .block-title h3, .em-sidebar .widget .block-title strong, .em-sidebar .widget .block-title h2, .em-sidebar .widget .widget-title h3, .em-sidebar .widget .widget-title strong, .em-sidebar .widget .widget-title h2, .em-sidebar .multidealpro_recent .em-block-title h3, .em-sidebar .multidealpro_recent .em-block-title strong, .em-sidebar .multidealpro_recent .em-block-title h2, .em-sidebar .multidealpro_recent .em-widget-title h3, .em-sidebar .multidealpro_recent .em-widget-title strong, .em-sidebar .multidealpro_recent .em-widget-title h2, .em-sidebar .multidealpro_recent .block-title h3, .em-sidebar .multidealpro_recent .block-title strong, .em-sidebar .multidealpro_recent .block-title h2, .em-sidebar .multidealpro_recent .widget-title h3, .em-sidebar .multidealpro_recent .widget-title strong, .em-sidebar .multidealpro_recent .widget-title h2 {
 	border-bottom-width: 0px;
 	padding-bottom: 0px;
 	margin-bottom: 0px;
 	text-transform: none;
 }
 .em-sidebar .block .owl-carousel .owl-nav div.owl-prev, .em-sidebar .widget .owl-carousel .owl-nav div.owl-prev, .em-sidebar .multidealpro_recent .owl-carousel .owl-nav div.owl-prev {
 	right: 20px;
 	left: auto;
 	top: -57px;
 	padding: 0 !important;
 }
 .em-sidebar .block .owl-carousel .owl-nav div.owl-next, .em-sidebar .widget .owl-carousel .owl-nav div.owl-next, .em-sidebar .multidealpro_recent .owl-carousel .owl-nav div.owl-next {
 	right: 0;
 	left: auto;
 	top: -57px;
 	padding: 0 !important;
 }
 .em-sidebar .block .widget {
 	border: none;
 	margin-bottom: 0;
 }
 .em-sidebar .em-wrapper-banners {
 	margin-bottom: 30px;
 	margin-top: 0;
 }
 .em-sidebar .block-content,
 .em-sidebar .widget-products {
 	padding: 16px 15px;
 }
 .em-sidebar .block-content .actions,
 .em-sidebar .widget-products .actions {
 	padding-bottom: 5px;
 }
 .em-sidebar .block-content .products-list .item,
 .em-sidebar .widget-products .products-list .item {
 	margin-bottom: 0;
 	padding: 2rem 0 1rem;
 	border-width: 0px;
 	border-top-width: 1px;
 	border-top-style: dotted;
 }
 .em-sidebar .block-content .products-list .item:first-child, .em-sidebar .block-content .products-list .item.first,
 .em-sidebar .widget-products .products-list .item:first-child,
 .em-sidebar .widget-products .products-list .item.first {
 	border-top-color: transparent;
 	padding-top: 0;
 }
 .em-sidebar .block-content .products-list .item a.product-image,
 .em-sidebar .widget-products .products-list .item a.product-image {
 	margin-bottom: 1rem;
 }
 .em-sidebar .block-banner {
 	margin-top: 20px;
 }
 .em-sidebar .line-right {
 	padding-right: 10px;
 }
 .em-sidebar .line-left {
 	padding-left: 10px;
 }

 /*block ads*/
 .block-ads img.img-responsive {
 	display: inline-block;
 	margin-bottom: 20px;
 }

 /*======Block Compare========*/
 .block-compare .empty {
 	padding-top: 10px;
 }
 .block-compare .block-content {
 	padding-top: 0;
 	padding-bottom: 0;
 }
 .block-compare #compare-items li.item {
 	margin-bottom: 0;
 	padding: 2rem 0 1rem;
 	border-top-width: 1px;
 	border-top-style: dotted;
 	position: relative;
 }
 .block-compare #compare-items li.item:first-child {
 	border-top-color: transparent;
 }
 .block-compare #compare-items li.item .last {
 	padding-bottom: 0;
 }
 .block-compare #compare-items li.item a.product-image {
 	float: left;
 	margin-right: 2rem;
 	margin-bottom: 1rem;
 }
 .block-compare #compare-items li.item .product-shop {
 	overflow: hidden;
 }
 .block-compare #compare-items li.item .btn-remove {
 	position: absolute;
 	top: 20px;
 	left: 0;
 	z-index: 1;
 }

 /*======Block Wishlist========*/
 .block-wishlist p.block-subtitle {
 	margin-bottom: 0;
 }
 .block-wishlist li.item {
 	margin-bottom: 10px;
 	position: relative;
 	border-top-width: 1px;
 	border-top-style: dotted;
 	padding-top: 20px;
 }
 .block-wishlist li.item:first-child {
 	border-top-width: 0px;
 	padding-top: 20px;
 }
 .block-wishlist li.item a.product-image {
 	float: left;
 	margin-right: 20px;
 	margin-bottom: 10px;
 }
 .block-wishlist li.item .product-details {
 	overflow: hidden;
 }
 .block-wishlist li.item .btn-remove {
 	position: absolute;
 	top: 20px;
 	left: 0;
 	z-index: 1;
 }
 .block-wishlist li.item a.link-cart {
 	float: left;
 	margin-top: 10px;
 }
 .block-wishlist .block-content .actions {
 	padding-bottom: 0;
 }

 /*======Block Reorder========*/
 .block-reorder .checkbox {
 	float: left;
 	margin-right: 5px;
 }

 /*==========Block Paypal==============*/
 .paypal-logo {
 	margin-bottom: 20px;
 	clear: both;
 	padding-top: 10px;
 }

 .em-sidebar .paypal-logo {
 	display: none;
 }

 /*======Block Poll========*/
 .block-poll .block-subtitle {
 	margin-bottom: 11px;
 }
 .block-poll ul li {
 	padding: 4px 0;
 }
 .block-poll ul li input.radio {
 	display: inline-block;
 }

 /* Block: Tags & box-tags*/
 .em_block-tag-cloud li,
 .tags-list li {
 	display: inline-block;
 	padding: 0 0.5rem 0.5rem 0;
 }
 .em_block-tag-cloud li a,
 .tags-list li a {
 	display: inline-block;
 	padding: 0.5rem 1rem;
 	border-style: solid;
 	border-width: 1px;
 	font-size: 100% !important;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }

 /*Block Recent Review*/
 .block-recent .widget-products {
 	border: 1px solid #e5e5e5;
 	border-top: 0;
 	padding: 0 20px;
 }
 .block-recent .products-grid li.item {
 	width: 100%;
 }
 .block-recent li.item {
 	border-top-width: 1px;
 	border-top-style: dotted;
 	padding: 31px 0;
 }
 .block-recent li.item:first-child {
 	border-top: 0;
 }
 .block-recent .review-details {
 	padding-top: 10px;
 }

 /*fixed sidebar*/
 .em-fixed-sidebar {
 	padding-top: 50px;
 }
 .em-fixed-sidebar #em-sidbar-nav-panel {
 	padding-bottom: 30px;
 	display: inline-block;
 	width: 100%;
 }
 .em-fixed-sidebar .em-header-middle {
 	clear: both;
 }

 /* Block: Layered Navigation */
 .block-layered-nav .actions {
 	margin-bottom: 1rem;
 }
 .block-layered-nav .block-content .block-subtitle {
 	padding: 0;
 	display: none;
 }
 .block-layered-nav .block-content .actions {
 	margin-bottom: 10px;
 }
 .block-layered-nav .block-content dt {
 	margin-bottom: 10px;
 }
 .block-layered-nav .block-content dd {
 	margin: 0 -20px 20px;
 	padding: 0 20px 10px;
 	border-bottom: 1px solid;
 	position: relative;
 }
 .block-layered-nav .block-content dd.last {
 	border: none;
 	margin-bottom: 0;
 	padding-bottom: 0;
 }
 .block-layered-nav .block-content .tree-filter {
 	margin: 0 -20px;
 }
 .block-layered-nav .block-content .tree-filter .icon {
 	margin: 17px 20px 0 0;
 	display: inline-block;
 	background: none;
 	width: auto;
 	height: auto;
 	text-indent: 0;
 	float: right;
 	clear: both;
 }
 .block-layered-nav .block-content .tree-filter .icon:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f196";
 	font-size: 14px;
 }
 .block-layered-nav .block-content .tree-filter .expanded .icon:before {
 	content: "\f147";
 }
 .block-layered-nav .block-content .tree-filter .collapsed .icon:before {
 	content: "\f196";
 }
 .block-layered-nav .block-content .tree-filter li {
 	padding: 0;
 }
 .block-layered-nav .block-content .tree-filter li:before {
 	content: "";
 	padding-right: 0px;
 	padding-left: 0px;
 	display: inline;
 }
 .block-layered-nav .block-content .tree-filter .label-icon {
 	padding: 14px 20px;
 	/*text-transform: uppercase;*/
 }
 .block-layered-nav .block-content .tree-filter li.expanded ol .label-icon {
 	padding-left: 20px;
 }
 .block-layered-nav .block-content .tree-filter ol {
 	border-top-width: 1px;
 	border-top-style: solid;
 }
 .block-layered-nav .block-content .tree-filter ol ol .icon {
 	margin-top: 10px;
 }
 .block-layered-nav .block-content .tree-filter ol ol .label-icon {
 	padding: 7px 20px;
 	/*padding-left:20px;*/
 	text-transform: none;
 }
 .block-layered-nav .block-content .tree-filter ol ol .label-icon .label:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f105";
 	font-size: 14px;
 	padding: 0 10px 0 0;
 }
 .block-layered-nav .block-content .tree-filter ol ol ol {
 	border: none;
 	padding-left: 20px;
 }
 .block-layered-nav .block-content .tree-filter > li > ol > li {
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 }
 .block-layered-nav .block-content .tree-filter > li > ol > li.last, .block-layered-nav .block-content .tree-filter > li > ol > li.selected {
 	border-bottom: none;
 }
 .block-layered-nav .block-content .tree-filter > li > ol > li.selected > ol {
 	padding-top: 11px;
 }
 .block-layered-nav .block-content .tree-filter > li.selected > ol > li > ol {
 	padding-top: 11px;
 	padding-bottom: 11px;
 }
 .block-layered-nav .block-content dd li {
 	padding: 4px 0;
 }
 .block-layered-nav .block-content dd li:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f105";
 	font-size: 14px;
 	padding-right: 10px;
 }
 .block-layered-nav .block-content #narrow-by-list .filter-act {
 	margin-top: 0;
 	position: absolute;
 	top: -34px;
 	right: 15px;
 }
 .block-layered-nav .block-content .rslider {
 	margin-top: 0;
 	padding-top: 14px;
 }
 .block-layered-nav .block-content .rslider #range, .block-layered-nav .block-content .rslider #track {
 	background-image: none;
 	height: 3px;
 }
 .block-layered-nav .block-content .rslider .handle {
 	background: #ffffff;
 	width: 14px;
 	height: 14px;
 	border-width: 2px;
 	border-style: solid;
 	-moz-border-radius: 50%;
 	-webkit-border-radius: 50%;
 	border-radius: 50%;
 	top: -6px;
 }
 .block-layered-nav .block-content .rslider .handle:before {
 	content: '';
 	top: 2px;
 	left: 2px;
 	width: 6px;
 	height: 6px;
 	position: absolute;
 	-moz-border-radius: 50%;
 	-webkit-border-radius: 50%;
 	border-radius: 50%;
 }
 .block-layered-nav .block-content .rslider .values {
 	margin-bottom: 20px;
 	margin-top: 15px;
 }
 .block-layered-nav .block-content .img-filter li {
 	border: none;
 	padding: 2px 1px;
 }
 .block-layered-nav .block-content .img-filter li:before {
 	content: "";
 	padding-right: 0px;
 	padding-left: 0px;
 }
 .block-layered-nav .block-content .img-filter li a {
 	display: inline-block;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	width: 30px;
 	height: 30px;
 }
 .block-layered-nav .block-content .img-filter li a img {
 	max-width: 100%;
 }
 .block-layered-nav .block-content .img-filter li a:hover {
 	-webkit-box-shadow: 0 0 5px #797979;
 	-moz-box-shadow: 0 0 5px #797979;
 	box-shadow: 0 0 5px #797979;
 	padding: 2px;
 }

 /*Block Recentreview-products*/
 .block-latest .products-list li.item {
 	border: 0;
 	margin-bottom: 0;
 	border-top-width: 1px;
 	border-top-style: dotted;
 	-moz-border-radius: 0;
 	-webkit-border-radius: 0;
 	border-radius: 0;
 	padding: 20px 0px 10px;
 	margin: 0 10px;
 }
 .block-latest .products-list li.item:first-child {
 	padding-top: 10px;
 	border-top: 0;
 }
 .block-latest .box-reviews > .product-list,
 .block-latest .box-reviews > .products-grid {
 	border: 1px solid #e5e5e5;
 	border-top: 0;
 	padding: 20px;
 	margin-bottom: 0;
 }
 .block-latest .box-reviews > .products-grid li.item {
 	padding: 0;
 	border: 0;
 	margin-right: 0;
 	text-align: left;
 }

 .widget-recentreview-products .widget-products {
 	padding: 16px 15px;
 }
 .widget-recentreview-products .widget-products .item.last {
 	margin-bottom: 0;
 }
 .widget-recentreview-products .widget-products .products-grid > .item {
 	margin-right: 0;
 	width: 100%;
 }
 .widget-recentreview-products .widget-products .products-grid > .item .price-box {
 	margin-bottom: 10px;
 }

 .block-em-latest .box-reviews > ul {
 	border-top-width: 1px;
 	border-top-style: dotted;
 	border-top: 0;
 	padding: 10px 20px;
 	-moz-border-radius: 0 0 5px 5px;
 	-webkit-border-radius: 0 0 5px 5px;
 	border-radius: 0 0 5px 5px;
 }
 .block-em-latest .box-reviews > ul.products-grid {
 	-moz-border-radius: 0;
 	-webkit-border-radius: 0;
 	border-radius: 0;
 	margin: 0;
 }
 .block-em-latest .box-reviews > ul.products-grid .item {
 	margin-right: 0;
 	padding: 0;
 	border: 0;
 	text-align: left;
 }

 /*Recently Viewed Products*/
 #recently-viewed-items li.item {
 	margin-bottom: 0;
 	padding: 2rem 0 1rem;
 	border-top-width: 1px;
 	border-top-style: dotted;
 	position: relative;
 }
 #recently-viewed-items li.item:first-child {
 	border-top-color: transparent;
 	padding-top: 0;
 }
 #recently-viewed-items li.item a.product-image {
 	float: left;
 	margin-right: 20px;
 	margin-bottom: 1rem;
 }
 #recently-viewed-items li.item .product-shop {
 	overflow: hidden;
 }
 #recently-viewed-items li.item.last {
 	padding-bottom: 0;
 }

 a.product-image {
 	position: relative;
 	margin-bottom: 15px;
 	display: block;
 }
 a.product-image img {
  /*width:100%;
  height:auto;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.products-grid a.product-image img {
	width: 100%;
	height: auto;
}

.ratings {
	padding: 0 0 1rem;
}
.ratings .rating-box {
	margin-right: 0;
}
.ratings .amount {
	/*display:none;*/
}

div.desc {
	margin-bottom: 1.55rem;
}

/* View Type: Grid */
.products-grid .item {
	margin: 0 0 10px;
	float: left;
	text-align: center;
	margin-right: 20px;
}
.products-grid .item .product-item {
	width: 100%;
	border-width: 1px;
	border-style: solid;
  /*
  -moz-transition: border 500ms ease;
  -webkit-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  */
}
.products-grid .item img {
	width: 100%;
	height: auto;
}
.products-grid .item .product-shop {
	display: inline-block;
	width: 100%;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 0 10px 20px;
	vertical-align: top;
}
.products-grid .item button.button.btn-cart {
	font-size: 0;
}
.products-grid .item .add-to-links li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.em-crosssell-noslider.products-grid li.item,
.em-upsell-noslider.products-grid li.item {
	padding: 10px !important;
	margin-right: 0;
}

.category-products .products-grid li.item {
	padding: 0 15px;
	margin-right: 0;
}
.category-products .item .product-item {
	width: auto;
	display: block;
	min-height: 100%;
}
.category-products .item .product-item:hover {
  /*position:absolute;
  top:0;
  left:10px;
  right:10px;
  z-index:2;*/
}

/* View Type: List */
.products-list .product-image {
	float: left;
	margin: 0 20px 10px 0;
}
.products-list .product-shop {
	overflow: hidden;
	text-align: left;
}
.products-list .product-shop .price-box {
	margin-bottom: 14px;
}
.products-list div.item {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.products-list li.item {
	overflow: hidden;
}

.em-sidebar .products-list {
	margin-bottom: 0;
}
.em-sidebar .products-list .product-shop .price-box {
	margin-bottom: 1rem;
}

.products-list > .item {
	padding: 0;
	border: 1px solid transparent;
	margin-bottom: 40px;
}
.products-list > .item a.product-image {
	margin-bottom: 0;
	border-style: solid;
	border-width: 1px;
}
.products-list > .item .product-shop {
	margin-bottom: 10px;
}

.border-item .item {
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
}
.border-item .item:first-child {
	border-top-color: transparent;
	padding-top: 0;
}
.border-item .quickshop-link-container {
	display: none;
}

/*=================setting admin=====================*/
/*single line*/
/*=======category setting hover effect===========*/
/*Effect Show Button Add Cart - Wishlist - Compare*/
.product-shop-top {
	position: relative;
}
.product-shop-top .em-btn-addto,
.product-shop-top .quickshop-link-container {
	display: inline-block;
	vertical-align: top;
}

/*Enable on hover product item except mobile*/
@media (min-width: 768px) {
	.category-products .item .product-item,
	.button-show01 .products-grid .item .product-item {
		position: relative;
	}
	.category-products .item .product-item .product-shop-top,
	.button-show01 .products-grid .item .product-item .product-shop-top {
		position: relative;
	}
	.category-products .item .product-item .product-shop-top .bottom,
	.button-show01 .products-grid .item .product-item .product-shop-top .bottom {
		width: 100%;
	}
	.category-products .item .product-item .product-shop-top .bottom button.button.btn-cart,
	.button-show01 .products-grid .item .product-item .product-shop-top .bottom button.button.btn-cart {
		margin-bottom: 0;
	}
	.category-products .item .product-item .product-shop-top .out-of-stock,
	.button-show01 .products-grid .item .product-item .product-shop-top .out-of-stock {
		display: inline-block;
		vertical-align: top;
		margin-right: 0.5rem;
		margin-top: 4px;
	}
	.category-products .item .product-item .product-shop .bottom,
	.button-show01 .products-grid .item .product-item .product-shop .bottom {
		padding-bottom: 0;
		z-index: 5;
	}
	.category-products .item .product-item .product-shop .bottom .add-to-links,
	.button-show01 .products-grid .item .product-item .product-shop .bottom .add-to-links {
		clear: both;
		width: 100%;
	}
	.category-products .item .product-item .product-shop .bottom .add-to-links li,
	.button-show01 .products-grid .item .product-item .product-shop .bottom .add-to-links li {
		margin-bottom: 10px;
	}
	.category-products .item .product-item .product-shop button.button.btn-cart,
	.button-show01 .products-grid .item .product-item .product-shop button.button.btn-cart {
		float: none;
		display: inline-block;
		margin-right: 0;
	}
	.category-products .item button.button.btn-cart,
	.button-show01 .products-grid .item button.button.btn-cart {
		width: inherit;
		font-size: 100% !important;
	}
	.category-products .item button.button.btn-cart:before,
	.button-show01 .products-grid .item button.button.btn-cart:before {
		display: none;
	}
	.category-products .link-wishlist,
	.category-products .add-to-links li a.link-wishlist,
	.button-show01 .products-grid .link-wishlist,
	.button-show01 .products-grid .add-to-links li a.link-wishlist {
		border-color: transparent !important;
		padding: 0;
		font-size: 100%;
		width: inherit;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.category-products .link-wishlist:before,
	.category-products .add-to-links li a.link-wishlist:before,
	.button-show01 .products-grid .link-wishlist:before,
	.button-show01 .products-grid .add-to-links li a.link-wishlist:before {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f004";
		font-size: 12px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.category-products .add-to-links li a.link-compare,
	.button-show01 .products-grid .add-to-links li a.link-compare {
		padding: 0;
		border-color: transparent !important;
		width: inherit;
		font-size: 100%;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.category-products .add-to-links li a.link-compare:before,
	.button-show01 .products-grid .add-to-links li a.link-compare:before {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f079";
		font-size: 12px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.category-products .item .product-item,
	.button-show01 .products-grid .item .product-item {
		position: relative;
	}
	.category-products .item .product-item .product-shop-top,
	.button-show01 .products-grid .item .product-item .product-shop-top {
		position: relative;
	}
	.category-products .item .product-item .product-shop-top .bottom,
	.button-show01 .products-grid .item .product-item .product-shop-top .bottom {
		position: absolute;
		left: auto;
		bottom: 0px;
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.category-products .item .product-item .product-shop .bottom,
	.button-show01 .products-grid .item .product-item .product-shop .bottom {
		position: absolute;
		left: -1px;
		top: 100%;
		right: -1px;
		transform: translateY(-50px);
		transition: all .4s ease-in-out;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		padding-bottom: 0;
		z-index: 5;
		background: #fff;
		border: 1px solid #e1e1e1;
		padding-bottom: 0;
	}
	.category-products .item .product-item:hover .product-shop-top .bottom,
	.button-show01 .products-grid .item .product-item:hover .product-shop-top .bottom {
		bottom: 20px;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.category-products .item .product-item:hover .product-shop .bottom,
	.button-show01 .products-grid .item .product-item:hover .product-shop .bottom {
		transform: translateY(0px);
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-box-shadow: 0 2px 3px #e1e1e1;
		-moz-box-shadow: 0 2px 3px #e1e1e1;
		box-shadow: 0 2px 3px #e1e1e1;
	}
	.category-products .item .product-item:hover .product-shop .em-btn-addto,
	.button-show01 .products-grid .item .product-item:hover .product-shop .em-btn-addto {
		display: inline-block;
		vertical-align: top;
		margin-top: -20px;
	}

	.button-show02 .products-grid .item .product-item {
		position: relative;
	}
	.button-show02 .products-grid .item .product-item .product-shop-top {
		padding: 1px;
		position: relative;
	}
	.button-show02 .products-grid .item .product-item .product-shop-top .product-top-cart {
		position: absolute;
		text-align: center;
		left: 0;
		right: 0;
		bottom: -10px;
		transition: all .4s ease-in-out;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.button-show02 .products-grid .item .product-item .product-shop-top button.button.btn-cart {
		float: none;
		display: inline-block;
		margin-right: 0;
		width: inherit;
		font-size: 100% !important;
	}
	.button-show02 .products-grid .item .product-item .product-shop-top button.button.btn-cart:before {
		margin-right: 5px;
		margin-left: 5px;
	}
	.button-show02 .products-grid .item .product-item .product-shop-top button.button.btn-cart span {
		text-transform: capitalize;
	}
	.button-show02 .products-grid .item .product-item .product-shop-top .out-of-stock {
		display: inline-block;
		vertical-align: top;
		margin-right: 0.5rem;
		margin-top: 4px;
	}
	.button-show02 .products-grid .item .product-item .product-shop {
		padding-bottom: 10px;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom {
		border-top: 0 !important;
		padding-bottom: 0;
		z-index: 5;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom button.button.btn-cart {
		margin-right: 5px;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom .em-btn-addto {
		margin-top: 0 !important;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom .add-to-links li {
		margin-bottom: 10px;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom .quickshop-link-container {
		display: inline;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom .quickshop-link-container .quickshop-link {
		font-size: 0;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		vertical-align: middle;
		text-align: left;
		text-indent: 0;
		padding: 11px;
		vertical-align: top;
		width: 38px;
		float: none;
		display: inline-block;
		border-style: solid;
		border-width: 1px;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom .quickshop-link-container .quickshop-link span {
		padding: 0;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom .quickshop-link-container .quickshop-link:before {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f06e";
		font-size: 14px;
		margin: 0;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom .quickshop-link-container {
		margin: 0 5px;
	}
	.button-show02 .products-grid .item:hover .product-shop-top .product-top-cart {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.button-show02 .products-grid .item .product-item {
		position: relative;
	}
	.button-show02 .products-grid .item .product-item .product-shop-top {
		position: relative;
	}
	.button-show02 .products-grid .item .product-item .product-shop-top .bottom {
		position: absolute;
		left: auto;
		bottom: 0px;
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.button-show02 .products-grid .item .product-item .product-shop .bottom {
		position: absolute;
		left: -1px;
		top: 100%;
		right: -1px;
		transform: translateY(-50px);
		transition: all .4s ease-in-out;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		padding-bottom: 0;
		z-index: 5;
		background: #fff;
		border: 1px solid #e1e1e1;
		padding-bottom: 0;
	}
	.button-show02 .products-grid .item .product-item:hover .product-shop-top .bottom {
		bottom: 20px;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.button-show02 .products-grid .item .product-item:hover .product-shop .bottom {
		transform: translateY(0px);
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-box-shadow: 0 2px 3px #e1e1e1;
		-moz-box-shadow: 0 2px 3px #e1e1e1;
		box-shadow: 0 2px 3px #e1e1e1;
	}
	.button-show02 .products-grid .item .product-item:hover .product-shop .em-btn-addto {
		display: inline-block;
		vertical-align: top;
		margin-top: -20px;
	}

	.button-show03 .products-grid .item .product-item .add-to-links {
		width: 100%;
		float: left;
	}
	.button-show03 .products-grid .item .product-item .add-to-links li {
		width: 100%;
		float: left;
		margin: 0;
	}
	.button-show03 .products-grid .item .product-item .add-to-links li a {
		width: 100%;
		padding: 8px;
		text-align: center;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.button-show03 .products-grid .item .product-item .em-btn-addto {
		width: 100%;
		float: left;
	}
	.button-show03 .products-grid .item .product-item button.button.btn-cart {
		font-size: 0;
		width: 100%;
		float: left;
		padding: 8px;
		margin: 0;
		text-align: center;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.button-show03 .products-grid .item .product-item button.button.btn-cart span {
		padding: 0;
	}
	.button-show03 .products-grid .item .product-item .quickshop-link-container {
		width: 100%;
		float: left;
	}
	.button-show03 .products-grid .item .product-item .quickshop-link-container a {
		width: 100%;
		padding: 8px;
		text-align: center;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.button-show03 .products-grid .item .product-item .bottom {
		/*dipslay:none;*/
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.button-show03 .products-grid .item .product-item .product-shop-top {
		position: relative;
		border: 1px solid transparent;
		overflow: hidden;
	}
	.button-show03 .products-grid .item .product-item .product-shop-top .bottom {
		position: absolute;
		top: 10px;
		bottom: auto;
		left: -100px;
		width: 33px;
		text-align: center;
	}
	.button-show03 .products-grid .item .product-item .product-shop-top .bottom .em-element-cotent {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.button-show03 .products-grid .item .product-item:hover .product-shop-top .bottom {
		opacity: 1;
		filter: alpha(opacity=100);
		left: 10px;
	}

	.button-hide-text button.button.btn-cart {
		font-size: 0;
	}
	.button-hide-text button.button.btn-cart span {
		padding: 0;
	}

	.button-show01 .item .product-item {
		position: relative;
	}
	.button-show01 .item .product-item .product-shop-top {
		position: relative;
	}
	.button-show01 .item .product-item .product-shop-top .bottom {
		width: 100%;
	}
	.button-show01 .item .product-item .product-shop-top .bottom button.button.btn-cart {
		margin-bottom: 0;
	}
	.button-show01 .item .product-item .product-shop-top .out-of-stock {
		display: inline-block;
		vertical-align: top;
		margin-right: 0.5rem;
		margin-top: 4px;
	}
	.button-show01 .item .product-item .product-shop .bottom {
		padding-bottom: 0;
		z-index: 5;
	}
	.button-show01 .item .product-item .product-shop .bottom .add-to-links {
		clear: both;
		width: 100%;
	}
	.button-show01 .item .product-item .product-shop .bottom .add-to-links li {
		margin-bottom: 10px;
	}
	.button-show01 .item .product-item .product-shop button.button.btn-cart {
		float: none;
		display: inline-block;
		margin-right: 0;
	}
	.button-show01 .item button.button.btn-cart {
		width: inherit;
		font-size: 100% !important;
	}
	.button-show01 .item button.button.btn-cart:before {
		display: none;
	}
	.button-show01 .link-wishlist,
	.button-show01 .add-to-links li a.link-wishlist {
		border-color: transparent !important;
		padding: 0;
		font-size: 100%;
		width: inherit;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.button-show01 .link-wishlist:before,
	.button-show01 .add-to-links li a.link-wishlist:before {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f004";
		font-size: 12px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.button-show01 .add-to-links li a.link-compare {
		padding: 0;
		border-color: transparent !important;
		width: inherit;
		font-size: 100%;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.button-show01 .add-to-links li a.link-compare:before {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f079";
		font-size: 12px;
		margin-right: 5px;
		margin-left: 5px;
	}

	.button-show04 .item .product-item {
		position: relative;
		box-shadow: none !important;
	}
	.button-show04 .item .product-item:after {
		position: absolute;
		top: 0px;
		bottom: -1px;
		left: -1px;
		right: 0px;
		border-width: 2px;
		border-style: solid;
		border-color: transparent;
		content: "";
	}
	.button-show04 .item .product-item .product-shop-top, .button-show04 .item .product-item .product-shop {
		padding: 2px 2px 0;
	}
	.button-show04 .item .product-item .product-shop .f-fix .bottom {
		border-top: none;
		margin-bottom: 20px;
	}
	.button-show04 .item .product-item .product-shop .f-fix .bottom button.button.btn-cart {
		width: inherit;
		display: block;
		margin-right: 0;
		margin-left: 0;
		position: relative;
		z-index: 1;
	}
	.button-show04 .item .product-item .product-shop .f-fix .bottom button.button.btn-cart:before {
		display: none;
	}
	.button-show04 .item .product-item .product-shop .f-fix .bottom .add-to-links li {
		margin: 0;
	}
	.button-show04 .item .product-item .product-shop .f-fix .bottom .add-to-links li a {
		position: absolute;
		top: 0;
		transition: all .4s ease-in-out;
		font-size: 0;
	}
	.button-show04 .item .product-item .product-shop .f-fix .bottom .add-to-links li a.link-wishlist {
		left: 50px;
	}
	.button-show04 .item .product-item .product-shop .f-fix .bottom .add-to-links li a.link-compare {
		right: 50px;
	}
	.button-show04 .item .product-item .product-shop .f-fix .bottom .em-btn-addto {
		position: relative;
		padding: 0 50px;
		display: inline-block;
		font-size: 0;
	}
	.button-show04 .item .product-item:hover .product-shop-top, .button-show04 .item .product-item:hover .product-shop {
		z-index: 1;
		position: relative;
	}
	.button-show04 .item .product-item:hover .product-shop .f-fix .bottom .add-to-links li a.link-wishlist {
		left: 0px;
	}
	.button-show04 .item .product-item:hover .product-shop .f-fix .bottom .add-to-links li a.link-compare {
		right: 0px;
	}

	.button-show05 .item .product-item {
		position: relative;
		box-shadow: none !important;
	}
	.button-show05 .item .product-item:after {
		position: absolute;
		top: -1px;
		bottom: -1px;
		left: 0px;
		right: 0px;
		border-width: 2px;
		border-style: solid;
		border-color: transparent;
		content: "";
	}
	.button-show05 .item .product-item .product-shop-top, .button-show05 .item .product-item .product-shop {
		padding: 3px 3px 0;
	}
	.button-show05 .item .product-item .product-shop {
		position: relative;
		padding-bottom: 15px;
	}
	.button-show05 .item .product-item .product-shop .bottom {
		position: absolute;
		top: 0;
		left: 2px;
		right: 2px;
		bottom: 1px;
		padding-top: 20px;
		font-size: 0;
		background: #fff;
		-webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.button-show05 .item .product-item .product-shop .bottom .button.btn-cart {
		margin-right: 5px;
	}
	.button-show05 .item .product-item:hover .product-shop-top, .button-show05 .item .product-item:hover .product-shop {
		z-index: 1;
		position: relative;
	}
	.button-show05 .item .product-item:hover .product-shop .bottom {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
	}
}
/*=========Block Brand Logo=============*/
.brand-logo-detail a {
	display: inline-block;
	max-width: 100%;
}

/*=========End Block Brand Logo=============*/
/*============ Product Detail ===============*/
.em-product-view-secondary {
	position: relative;
}

.email-friend {
	position: relative;
}
.email-friend a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f003";
	font-size: 90%;
	margin-right: 5px;
}

.availability-only {
	text-transform: uppercase;
	font-size: 100%;
	position: relative;
}
.availability-only span {
	position: relative;
	padding-right: 100px;
}
.availability-only a {
	position: relative;
}
.availability-only a:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f13a";
	font-size: 14px;
	padding-left: 5px;
}
.availability-only a.expanded:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f139";
	font-size: 14px;
	padding-left: 5px;
}
.availability-only span:before {
	width: 80px;
	border: 1px solid #000;
	height: 8px;
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
}
.availability-only span:after {
	width: 35px;
	background: #000;
	height: 8px;
	content: "";
	position: absolute;
	top: 5px;
	right: 45px;
}

.product-view-detail .em-wrapper-ads-09 {
	margin-bottom: 2rem;
}
.product-view-detail select {
	width: 100%;
}
.product-view-detail .product-img-box {
	margin-bottom: 50px;
}
.product-view-detail .product-img-box .media-left {
	position: relative;
	z-index: 2;
}
.product-view-detail .product-img-box .media-left .product-image {
	max-width: 100%;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
}
.product-view-detail .product-img-box .media-left .product-image img {
	max-width: 100%;
}
.product-view-detail .product-img-box .media-left .product-image .large {
	cursor: crosshair;
}
.product-view-detail .product-img-box .more-views {
	position: relative;
	margin-top: 30px;
}
.product-view-detail .product-img-box .more-views .owl-carousel .owl-nav div.owl-next {
	top: 37%;
	top: -moz-calc((100% - 30px)/2);
	top: -webkit-calc((100% - 30px)/2);
	top: -o-calc((100% - 30px)/2);
	top: calc((100% - 30px)/2);
	right: 0px;
}
.product-view-detail .product-img-box .more-views .owl-carousel .owl-nav div.owl-prev {
	top: 37%;
	top: -moz-calc((100% - 30px)/2);
	top: -webkit-calc((100% - 30px)/2);
	top: -o-calc((100% - 30px)/2);
	top: calc((100% - 30px)/2);
	left: 0px;
}
.product-view-detail .product-img-box .more-views li.item:hover {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.product-view-detail .product-img-box .more-views .owl-wrapper-outer:hover li.item {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.product-view-detail .product-img-box .more-views .owl-wrapper-outer:hover li.item:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-view-detail .product-img-box .more-views img {
	width: 100%;
	height: auto;
	border-style: solid;
	border-width: 1px;
}
.product-view-detail .product-img-box .more-views .em-moreviews-noslider li.item {
	float: left;
	margin: 0 10px 10px 0;
}
.product-view-detail .em-review-email {
	display: inline-block;
	width: 100%;
	font-size: 85%;
}
.product-view-detail .em-review-email .no-rating, .product-view-detail .em-review-email .ratings {
	float: left;
	padding: 0;
	margin-right: 2rem;
}
.product-view-detail .em-review-email .email-friend {
	float: left;
	margin-bottom: 1.55rem;
}
.product-view-detail .em-review-email .rating-links {
	display: inline-block;
}
.product-view-detail .product-options-bottom .price-box {
	display: none;
}
.product-view-detail .product-options-bottom .add-to-cart .button_addto {
	display: inline-block;
	width: 100%;
	padding-top: 1rem;
}
.product-view-detail .product-shop {
	padding: 2rem;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 50px;
}
.product-view-detail .product-shop .short-description h2 {
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}
.product-view-detail .product-shop .short-description .std {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.product-view-detail .product-shop .no-rating {
	position: relative;
}
.product-view-detail .product-shop .no-rating a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f044";
	font-size: 16px;
	margin-right: 5px;
}
.product-view-detail .product-shop .product-options {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.product-view-detail .product-shop .em-addthis-wrap {
	margin-bottom: 2rem;
}
.product-view-detail .product-shop .em-addthis-wrap label {
	float: left;
	margin-right: 1rem;
}
.product-view-detail .product-shop .em-addthis-wrap span {
	float: left;
	margin-right: 1rem;
	margin-top: 1px;
}
.product-view-detail .product-shop .em-info-size {
	margin-bottom: 0.5rem;
	display: inline-block;
	cursor: pointer;
}
.product-view-detail .product-shop .em-addthis {
	overflow: hidden;
}
.product-view-detail .product-shop .em-addthis a {
	float: left;
	font-size: 150%;
	margin-right: 2rem;
}
.product-view-detail .product-shop .price-box {
	margin-bottom: 1.7rem;
}
.product-view-detail .product-shop .price-box-bundle .price-box {
	font-size: 100%;
	margin-bottom: 0;
}
.product-view-detail .product-shop .price-box-bundle .price-box .price {
	font-size: 120%;
}
.product-view-detail .product-shop .grouped-items-table .price-box {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 100%;
}
.product-view-detail .product-shop .grouped-items-table .price-box .regular-price {
	font-size: 100% !important;
}
.product-view-detail .product-shop .grouped-items-table .price {
	margin: 0;
}
.product-view-detail .product-shop .ratings {
	float: left;
}
.product-view-detail .product-shop .ratings .rating-box {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
.product-view-detail .product-shop .ratings .rating-links {
	float: left;
	margin-bottom: 0;
}
.product-view-detail .product-shop .em-sku-availability .availability {
	display: block;
}
.product-view-detail .product-shop .availability {
	margin-bottom: 1.5rem;
	display: none;
}
.product-view-detail .product-shop .sku {
	margin-bottom: 0.25rem;
}
.product-view-detail .product-shop .sale_off {
	position: static;
	display: inline-block;
	margin-bottom: 10px;
}
.product-view-detail .product-shop .show_details {
	margin-top: 23px;
	margin-bottom: 20px;
}
.product-view-detail .product-shop .show_details .title {
	text-align: center;
	padding: 10px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.product-view-detail .product-shop .show_details .show_clock {
	padding-bottom: 20px;
}
.product-view-detail .product-shop .show_details .em-multideal-price-box {
	text-align: center;
}
.product-view-detail .product-shop .show_details .em-multideal-price-box span.price {
	font-size: 150% !important;
}
.product-view-detail .product-shop .show_details .price-box.map-info a {
	font-size: 80%;
	padding-bottom: 10px;
}
.product-view-detail .product-shop .show_details .price-box {
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}
.product-view-detail .product-shop .show_details .show_clock .clock {
	text-align: center;
	padding-top: 15px;
}
.product-view-detail .product-shop .deal_qty {
	text-align: left;
}
.product-view-detail .product-shop .add-to-cart .button_addto {
	display: inline-block;
	width: 100%;
	padding-top: 1rem;
}
.product-view-detail .secondary-actions {
	clear: both;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.product-view-detail .secondary-actions .email-friend,
.product-view-detail .secondary-actions .product-print {
	display: inline-block;
	margin-right: 2rem;
}
.product-view-detail .qty_cart {
	display: inline-block;
	float: left;
	position: relative;
	margin-bottom: 1.5rem;
}
.product-view-detail .qty_cart button {
	position: absolute;
	top: 0;
}
.product-view-detail .qty_cart button.decrease {
	left: 0px;
}
.product-view-detail .qty_cart button.increase {
	right: 0px;
}
.product-view-detail .qty_cart input.qty {
	width: 100% !important;
	margin: 0;
}
.product-view-detail button.button span {
	text-transform: none;
}
.product-view-detail button.button.btn-cart {
	float: left;
	width: auto;
}
.product-view-detail button.button.btn-cart:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f07a";
	font-size: 100%;
	margin-right: 5px;
}
.product-view-detail .add-to-links li {
	margin-right: 10px;
}
.product-view-detail .add-to-links li a.link-compare,
.product-view-detail .add-to-links li a.link-wishlist {
	padding: 14px 12px 11px;
	width: 43px;
	display: inline-block;
}
.product-view-detail .add-to-links li a.link-compare:before,
.product-view-detail .add-to-links li a.link-wishlist:before {
	font-size: 18px;
}

.product-view .em-details-tabs.r-tabs {
	margin-bottom: 50px;
}
.product-view .em-details-tabs.r-tabs .box-collateral {
	border: none;
	padding: 0;
}
.product-view .em-details-tabs.r-tabs .box-collateral .em-block-title {
	display: none;
}
.product-view .em-details-tabs.r-tabs .box,
.product-view .em-details-tabs.r-tabs .box-collateral-content {
	margin-bottom: 0;
	border-width: 0;
	padding: 0;
}
.product-view .box-collateral {
	margin-bottom: 50px;
}
.product-view .box-collateral .em-block-title {
	margin-bottom: 20px;
}
.product-view .em-details-tabs .em-details-tabs-content {
	text-align: left;
}
.product-view .box {
	margin-bottom: 50px;
}
.product-view .data-table tr td, .product-view .data-table th {
	padding: 10px 10px;
}

.add-to-cart label {
	padding: 7px 0 6px;
	margin-bottom: 0;
	margin-right: 10px;
	float: left;
}

/*Product from*/
.form-add .form-list textarea,
.form-add .form-list input.input-text {
	width: 100%;
}

/*Product Tag*/
.box-tags label {
	float: left;
}
.box-tags .form-add .input-box {
	clear: both;
	width: 50%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.box-tags .form-add .input-box input.input-text {
	width: 100%;
}
.box-tags button.button {
	margin-bottom: 6px;
	float: left;
	padding: 11px 20px;
}

.product-tags li {
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 90%;
}

/*Social facebook - google ...*/
.product-view .dc-toggle {
	position: fixed;
	z-index: 100;
	top: 189px;
	right: 25px;
	overflow: hidden;
	float: left;
	font-size: 0;
	color: #ed9c10;
	width: 18px;
}
.product-view .dc-toggle:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f146";
	font-size: 20px;
}

.product-view .dc-toggle.icon_hide_social:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0fe";
	font-size: 20px;
}

.dcssb-float {
	z-index: 99 !important;
}

/*Icon zoom image*/
.product-img-box #zoom-btn {
	position: relative;
	font-size: 0;
	content: "";
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
.product-img-box #zoom-btn:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00e";
	font-size: 23px;
}

.quickshop-main .product-img-box #zoom-btn {
	display: none;
}

.three-columns .product-view-detail .product-img-box {
	margin-bottom: 30px;
}

/*rating table*/
.three-columns #product-review-table {
	width: 100%;
	display: block;
	overflow-x: auto;
}

#product-review-table {
	width: 69%;
}
#product-review-table tr td {
	border: none;
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 8px;
}
#product-review-table tr th {
	border: none;
	background: none;
	text-transform: none;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}
#product-review-table tr input.radio {
	display: inline-block;
	min-height: 1px;
	margin: 0;
}
#product-review-table tbody tr th {
	padding-left: 0;
	text-align: left;
}

.ratings-table {
	margin-bottom: 10px;
}
.ratings-table th {
	padding: 5px 5px 3px 0;
}
.ratings-table td {
	padding: 9px 5px 3px;
}

.box-reviews .reviews {
	margin-bottom: 50px;
}
.box-reviews .reviews .em-box-review {
	margin: 0;
	overflow: hidden;
}
.box-reviews .reviews .em-box-review dl {
	margin-bottom: 0;
}
.box-reviews .reviews .em-box-review dt {
	font-weight: 500;
}
.box-reviews .reviews .em-box-review dt a {
	text-transform: capitalize;
}
.box-reviews .reviews .em-box-review dd {
	padding-bottom: 20px;
}
.box-reviews .reviews .em-box-review table td {
	padding: 9px 30px 3px 0;
}
.box-reviews .reviews .em-box-review table td p {
	margin-bottom: 10px;
}
.box-reviews .reviews .em-box-review table td.em-review-nickname {
	white-space: nowrap;
}
.box-reviews .reviews .em-box-review .ratings-table th {
	padding: 0px 5px 8px 0;
}
.box-reviews .reviews .em-box-review .ratings-table td {
	padding: 4px 5px 8px 0;
}
.box-reviews .reviews .pager .amount {
	margin: 10px 0px 10px 0px;
}
.box-reviews #review-form {
	display: block;
	margin: 0;
}
.box-reviews .form-add {
	margin-bottom: 50px;
}
.box-reviews .form-add h3 {
	text-transform: capitalize;
	font-size: 100%;
}
.box-reviews .form-add h4 {
	margin-top: 7px;
	margin-bottom: 4px;
}
.box-reviews .form-add .form-list li {
	margin-right: 0;
}
.box-reviews .form-add .buttons-set {
	margin-top: 18px;
}

/*=====Button Next Tre - Product Detail=====*/
/*button next pre - product detail*/
.product-view-detail .em-product-shop .product-shop .next {
	padding: 7px 7px !important;
	position: absolute;
	font-size: 0;
	top: 20px;
	width: 35px;
	border: 1px solid #e8e8e8;
	right: 20px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.product-view-detail .em-product-shop .product-shop .next:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	font-size: 19px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-left: 1px;
}
.product-view-detail .em-product-shop .product-shop .prev {
	padding: 7px 7px !important;
	position: absolute;
	font-size: 0;
	top: 20px;
	width: 35px;
	border: 1px solid #e8e8e8;
	right: 54px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.product-view-detail .em-product-shop .product-shop .prev:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	font-size: 19px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-left: 3px;
}

/*=====End Button Next Tre - Product Detail=====*/
/*=======Related Product==========*/
.block-related .block-subtitle {
	display: none;
}
.block-related .em-line-01 .em-block-title {
	padding-right: 50px;
}
.block-related .item {
	position: relative;
}
.block-related .item .checkbox {
	position: absolute;
	left: 10px;
	top: 10px;
}
.block-related .item .link-wishlist {
	display: inline-block;
}
.block-related .em-related-noslider .item .product-image {
	float: left;
}
.block-related .em-related-noslider .item .product-shop {
	position: initial;
}
.block-related .em-related-noslider .item .checkbox {
	right: 10px;
	top: 10px;
}
.block-related .em-related-noslider .item a.link-wishlist {
	position: relative;
	z-index: 1;
	display: inline-block;
}

/*=======End Related Product==========*/
/*===========Upsell================*/
.box-up-sell .em-upsell-noslider li.item {
	float: left;
}

/*===========End Upsell================*/
/*===========Quick Shop================*/
.product-view.quickshop {
	padding: 15px;
}
.product-view.quickshop .em-product-view-secondary:before {
	display: none;
}
.product-view.quickshop .em-details-tabs.product-collateral {
	display: none;
}

/*===========End Quick Shop================*/
/*=======Email to a friend=========*/
.send-friend .buttons-set p.limit {
	float: left;
	margin-top: 6px;
}

/*=======End Email to a friend=========*/
.review-product-list .em-product-view .buttons-set {
	float: left;
}

/*RTL*/
.em-rtl .product-view-detail .em-review-email .no-rating, .em-rtl .product-view-detail .em-review-email .ratings {
	float: right;
	margin-right: 0;
	margin-left: 2rem;
}
.em-rtl .product-view-detail .em-review-email .email-friend {
	float: right;
	margin-right: 0;
}
.em-rtl .product-view-detail .product-shop .em-addthis-wrap label {
	float: right;
}
.em-rtl .product-view-detail .product-shop .em-addthis-wrap .em-addthis a {
	float: right;
	margin-left: 2rem;
	margin-right: 0rem;
}
.em-rtl .product-view-detail .add-to-cart label {
	margin-left: 2rem;
	margin-right: 0rem;
}
.em-rtl .product-view-detail .secondary-actions .email-friend, .em-rtl .product-view-detail .secondary-actions .product-print {
	margin-left: 2rem;
	margin-right: 0rem;
}

/*------------------My account-----------------*/
/*nav bar*/
.block-account .block-content {
	padding-top: 11px;
	padding-bottom: 29px;
}
.block-account .block-content ul {
	margin-bottom: 0;
}
.block-account .block-content ul li {
	position: relative;
	padding: 7px 0 6px;
}
.block-account .block-content ul li a, .block-account .block-content ul li strong {
	display: inline-block;
	font-weight: normal;
}

/*dashboard*/
.dashboard .welcome-msg {
	padding: 2rem;
	border: 1px solid #e8e8e8;
	margin-bottom: 2rem;
}
.dashboard .welcome-msg p.hello {
	margin: 0px 0 5px;
}
.dashboard .welcome-msg p.hello strong {
	font-weight: normal;
}
.dashboard .welcome-msg p {
	margin: 0;
}
.dashboard .box-account {
	clear: both;
	padding: 10px 0px 0;
}

.box-account-content {
	padding: 2rem;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	margin-bottom: 2rem;
}

/*account info*/
.my-account .page-title {
	margin-bottom: 0;
}
.my-account .data-table {
	margin-bottom: 20px;
}
.my-account .data-table#my-orders-table tr td {
	padding: 20px;
}
.my-account .data-table#my-orders-table tr td .price {
	display: block;
}
.my-account .box {
	border: none;
	padding: 0;
}
.my-account .box address {
	margin-bottom: 17px;
	clear: both;
	width: 100%;
}
.my-account .col2-set:first-child {
	margin-bottom: 8px;
}
.my-account .box-content h3, .my-account .box-content h4,
.my-account .box-title h3,
.my-account .box-title h4 {
	margin: 8px 20px 8px 0;
	float: left;
	min-width: 250px;
}
.my-account .box-content h3.address-book,
.my-account .box-title h3.address-book {
	margin-bottom: 15px;
}
.my-account .box-content a.link-edit,
.my-account .box-title a.link-edit {
	float: left;
	margin: 8px 0;
}
.my-account .box-content p {
	margin-bottom: 16px;
}
.my-account .box-content p.change-pass {
	text-transform: uppercase;
}

/*RECENT REVIEWS - RECENT TAGS */
.dashboard .box-reviews .number,
.dashboard .box-tags .number {
	float: left;
	margin: 0px -20px 0 0;
}
.dashboard .box-reviews .details,
.dashboard .box-tags .details {
	margin-left: 20px;
}
.dashboard .box-reviews li.item,
.dashboard .box-tags li.item {
	padding: 7px 0 10px;
}
.dashboard .box-reviews .ratings {
	display: inline-block;
	clear: both;
	margin-top: 0;
}
.dashboard .box-reviews .ratings strong {
	display: none;
}
.dashboard .box-tags li.item strong {
	font-weight: normal;
	float: left;
	display: inline;
}
.dashboard .box-tags li.item li {
	float: left;
	display: inline;
	padding-left: 5px;
}

/*Account Information*/
.customer-account-edit .my-account .fieldset {
	width: 100%;
}
.customer-account-edit .my-account .form-list li.control {
	margin: 15px 0 18px;
}
.customer-account-edit .my-account .buttons-set p.required {
	float: left;
	clear: none;
	margin-top: 6px;
}

/*Address Book*/
.customer-address-index .my-account .em-box-02 {
	display: none;
}
.customer-address-index .my-account .box-account-content {
	padding-bottom: 9px;
}
.customer-address-index .my-account .col2-set .col-2,
.customer-address-index .my-account .col2-set .col-1 {
	padding-top: 7px;
}
.customer-address-index .my-account .col2-set .col-2 h2, .customer-address-index .my-account .col2-set .col-2 h3,
.customer-address-index .my-account .col2-set .col-1 h2,
.customer-address-index .my-account .col2-set .col-1 h3 {
	margin-bottom: 7px;
}
.customer-address-index .my-account .col2-set .col-2 address,
.customer-address-index .my-account .col2-set .col-1 address {
	margin-bottom: 8px;
}
.customer-address-index .my-account .addresses-primary ol {
	margin-bottom: 0;
	oveflow: hidden;
}
.customer-address-index .my-account .addresses-primary ol li.item {
	display: block;
}
.customer-address-index .my-account .addresses-primary ol li.item:first-child {
	padding-bottom: 13px;
}

/*MY ORDERS*/
.sales-order-history .my-account .box-account-content {
	padding: 0;
	border: 0;
	margin-bottom: 0;
}

/*Account Page*/
.my-account .pager {
	margin: 10px 0 10px;
}
.my-account .pager .amount {
	margin: 7px 10px 0 0;
	font-weight: normal;
}
.my-account .pager .amount strong {
	font-weight: 500;
}
.my-account .pager .limiter {
	margin: 0;
}
.my-account .pager .limiter label {
	font-size: 100%;
}

/*Account wishlist*/
.my-wishlist .data-table tr td {
	padding: 20px;
}
.my-wishlist textarea {
	width: 90%;
	margin-top: 5px;
}
.my-wishlist .cart-cell {
	display: inline-block;
	margin-top: -8px;
}
.my-wishlist .cart-cell .price-box {
	margin-bottom: 10px;
}
.my-wishlist .cart-cell button.button {
	margin-bottom: 5px;
	margin-top: 2px;
}

/*Account button set*/
/*.customer-address-index,
.sales-order-history{
	.my-account{
		.buttons-set{
			padding-left:20px;
		}
	}
	}*/
	.customer-address-form .fieldset {
		width: 100%;
	}

	/*My wishlist*/
	.data-table a.product-image img {
		width: auto;
		height: auto;
	}

	#wishlist-table .cart-cell .link-edit {
		float: left;
		clear: both;
		margin-top: 10px;
	}
	#wishlist-table .cart-cell input.qty {
		height: 34px;
		line-height: 34px;
	}

	/*Review Detail*/
	.review-product-view .product-review .product-details,
	.review-customer-view .product-review .product-details {
		margin-left: 170px;
	}
	.review-product-view .product-review .product-img-box,
	.review-customer-view .product-review .product-img-box {
		width: 150px;
		margin-right: 10px;
		float: left;
	}
	.review-product-view .buttons-set,
	.review-customer-view .buttons-set {
		padding-top: 15px;
	}

/* ============================================ *
 * Login, Register, Forgot Password
 * ============================================ */
 /* ================ Login ==================== */
 .account-login .page-title {
 	margin-bottom: 18px;
 }
 .account-login .col2-set {
 	padding: 0;
 }
 .account-login .form-list {
 	width: 90%;
 }
 .account-login .registered-users .buttons-set button.button {
 	margin-right: 20px;
 }
 .account-login .registered-users .buttons-set a {
 	display: inline-block;
 	margin-top: 6px;
 }
 .account-login .new-users .content {
 	margin-bottom: 32px;
 }
 .account-login .registered-users .content {
 	margin-bottom: 20px;
 }

 /* ================ Register ==================== */
 .account-create {
  /*form{
  	display:block;
  }
  .form-list{
  	margin-bottom:16px;
  	width:90%;
  	input.input-text{
  		width:280px;
  	}
  	.field{
  		clear:both;
  		float:left;
  		width:100%;
  		margin-bottom:4px;
  	}
  	li.fields{ margin-bottom:0;}
  	li.control{ margin-top:19px}
  	}*/
  }
  .account-create .page-title {
  	margin-bottom: 18px;
  }
  .account-create .fieldset {
  	width: 100%;
  	margin-bottom: 25px;
  }

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
 .page-popup.catalog-product-compare-index {
 	padding: 20px;
 }

 .block-compare .product-name:after:before, .block-compare .product-name:after:after {
 	content: " ";
 	display: table;
 }
 .block-compare .product-name:after:after {
 	clear: both;
 }

 .link-print {
 	position: relative;
 	float: right;
 	margin-top: -7px;
 	padding: 10px;
 	border: 2px solid;
 	font-weight: 700;
 	text-transform: uppercase;
 	font-size: 85%;
 }
 .link-print:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f02f";
 	font-size: 14px;
 	margin-right: 5px;
 }

 .compare-table.data-table thead th {
 	background: none;
 }
 .compare-table.data-table th {
 	padding: 10px 20px;
 }
 .compare-table .product-shop-row.top td {
 	padding-bottom: 0;
 	border-bottom: 0;
 }
 .compare-table .product-shop-row.bottom td {
 	padding-top: 0;
 }
 .compare-table a.product-image {
 	text-align: center;
 }
 .compare-table a.product-image img {
 	width: auto;
 }
 .compare-table .em-add-to-button p {
 	float: left;
 }

 .page-popup.catalog-product-compare-index .buttons-set {
 	float: right;
 }
 .page-popup.catalog-product-compare-index .buttons-set button.button {
 	margin-top: 20px;
 	margin-right: 0;
 }

 /*============Variation demo fontend==============*/
 .em-variation {
 	position: fixed;
 	right: 0;
 	top: 0;
 	z-index: 9999;
 	background-color: #fff;
 	height: 100%;
 	-webkit-box-shadow: 0 -2px 10px #a3a3a3;
 	-moz-box-shadow: 0 -2px 10px #a3a3a3;
 	box-shadow: 0 -2px 10px #a3a3a3;
 }
 .em-variation .em-variation-btn {
 	z-index: 0;
 	padding: 10px 11px;
 	box-shadow: 0 0 10px #999999;
 	color: #888888;
 	font-size: 0;
 	display: block;
 	text-indent: -99999px;
 	overflow: hidden;
 	vertical-align: middle;
 	text-align: left;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	text-indent: 0;
 	position: absolute;
 	left: -48px;
 	top: 20%;
 	width: 52px;
 	height: 52px;
 	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
 	background: #ffffff;
 	border-radius: 3px 0 0 3px;
 	cursor: pointer;
 }
 .em-variation .em-variation-btn:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f013";
 	font-size: 33px;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .em-variation .reset-button {
 	padding: 5px;
 	border: 1px solid #000;
 	background-color: #000;
 	color: #fff;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	text-indent: 0;
 	font-size: 16px;
 	height: 38px;
 	width: 100%;
 	display: inline-block;
 	text-align: center;
 	text-transform: uppercase;
 }
 .em-variation .reset-button:hover {
 	background-color: #fff;
 	color: #000;
 	border-color: #000;
 }
 .em-variation .em-variation-wrapper {
 	width: 350px;
 	padding: 1.5rem 2rem;
 	background: #fff;
 	position: relative;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	display: block !important;
 	visibility: hidden;
 }
 .em-variation .em-variation-wrapper.show {
 	visibility: visible;
 }
 .em-variation .em-variation-wrapper .wrapper-input-color {
 	margin: 0 30px 10px;
 	overflow: hidden;
 	text-align: left;
 }
 .em-variation .em-variation-wrapper .wrapper-input-color .label {
 	display: inline-block;
 	margin-bottom: 5px;
 }
 .em-variation .em-variation-wrapper .wrapper-input-color .em-custom-color {
 	overflow: hidden;
 	border: 1px solid #ccc;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	border-radius: 3px;
 	width: 200px;
 }
 .em-variation .em-variation-wrapper .wrapper-input-color .em-custom-color .input-lg {
 	border: 0;
 	border-right: 1px solid #ccc;
 	height: 35px;
 	padding: 5px;
 	margin-bottom: 0;
 	font-size: 14px;
 	color: #000;
 	width: 103px;
 	-moz-border-radius: 0px;
 	-webkit-border-radius: 0px;
 	border-radius: 0px;
 	float: left;
 }
 .em-variation .em-variation-wrapper .wrapper-input-color .em-custom-color a.select-color {
 	padding: 0 10px;
 	height: 35px;
 	line-height: 35px;
 	width: 95px;
 	background: #f6f6f6;
 	-moz-border-radius: 0 3px 0 3px;
 	-webkit-border-radius: 0 3px 0 3px;
 	border-radius: 0 3px 0 3px;
 	float: left;
 }
 .em-variation .copyright {
 	overflow: hidden;
 	text-align: center;
 	padding-top: 10px;
 }

 /*Main Color*/
 .em-wrapper-variation {
 	display: inline-block;
 	width: 100%;
 	clear: both;
 	text-align: center;
 	margin-bottom: 1.5rem;
 }
 .em-wrapper-variation h1.title-custom {
 	font-size: 14px;
 	text-transform: uppercase;
 	font-weight: 700;
 }
 .em-wrapper-variation .color-picker {
 	width: 40px;
 	height: 40px;
 	background-image: url("../images/icon_colorpicker.png");
 	background-position: 0 0;
 	background-repeat: no-repeat;
 	display: inline;
 	margin-top: -5px;
 	border: none;
 	background-color: transparent !important;
 	cursor: pointer;
 }

 .em-color {
 	display: inline-block;
 	margin-right: 1rem;
 	margin-bottom: 1rem;
 	padding: 2px;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 }
 .em-color.selected {
 	-webkit-box-shadow: 0 0px 5px #8e8e8e;
 	-moz-box-shadow: 0 0px 5px #8e8e8e;
 	box-shadow: 0 0px 5px #8e8e8e;
 }
 .em-color:hover {
 	-webkit-box-shadow: 0 0px 5px #8e8e8e;
 	-moz-box-shadow: 0 0px 5px #8e8e8e;
 	box-shadow: 0 0px 5px #8e8e8e;
 }
 .em-color span {
 	width: 36px;
 	height: 36px;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 	background: #e72d04;
 	position: relative;
 	font-size: 0;
 	display: block;
 	text-indent: -99999px;
 	overflow: hidden;
 	vertical-align: middle;
 	text-align: left;
 	display: inline-block;
 }
 .em-color span.emColorStyle01 {
 	background: #f1bb37;
 }
 .em-color span.emColorStyle02 {
 	background: #6583b8;
 }
 .em-color span.emColorStyle03 {
 	background: #b43027;
 }
 .em-color span.emColorStyle04 {
 	background: #9b97c8;
 }

 /*Main Font*/
 .em-font-family {
 	display: inline-block;
 	border: 1px solid #a7a7a7;
 	padding: 5px;
 	min-width: 95px;
 	margin: 3px 2px;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
 	opacity: 0.5;
 	filter: alpha(opacity=50);
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .em-font-family.selected {
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 .em-font-family:hover {
 	-webkit-box-shadow: 0 0px 5px #8e8e8e;
 	-moz-box-shadow: 0 0px 5px #8e8e8e;
 	box-shadow: 0 0px 5px #8e8e8e;
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 .em-font-family span {
 	vertical-align: middle;
 	font-size: 0;
 	display: block;
 	text-indent: -99999px;
 	overflow: hidden;
 	vertical-align: middle;
 	text-align: left;
 	display: inline-block;
 }
 .em-font-family span.architectsdaughter {
 	width: 70px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -4px -458px;
 	background-repeat: no-repeat;
 }
 .em-font-family span.arvo {
 	width: 36px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -89px -458px;
 	background-repeat: no-repeat;
 }
 .em-font-family span.dancingscript {
 	width: 78px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -146px -456px;
 	background-repeat: no-repeat;
 }
 .em-font-family span.lato {
 	width: 38px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -243px -457px;
 	background-repeat: no-repeat;
 }
 .em-font-family span.novasquare {
 	width: 83px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -298px -457px;
 	background-repeat: no-repeat;
 }
 .em-font-family span.opensans {
 	width: 72px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -402px -456px;
 	background-repeat: no-repeat;
 }
 .em-font-family span.adventpro {
 	width: 64px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -491px -457px;
 	background-repeat: no-repeat;
 }
 .em-font-family span.raleway {
 	width: 57px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -572px -457px;
 	background-repeat: no-repeat;
 }

 #em-variation-store {
 	margin: 2rem -2rem 0;
 	background-color: #272727;
 }
 #em-variation-store .title-custom {
 	padding: 10px 2rem;
 	font-size: 14px;
 	background: #363636;
 	color: #aaa;
 	margin: 0;
 }
 #em-variation-store .em-wrapper-variation-store {
 	overflow: auto;
 }
 #em-variation-store .em-wrapper-variation-store .em-store-item {
 	float: left;
 	width: 50%;
 	padding: 1px;
 }
 #em-variation-store .em-wrapper-variation-store .em-store-item a.em-store-switch {
 	display: block;
 	position: relative;
 }
 #em-variation-store .em-wrapper-variation-store .em-store-item a.em-store-switch:before {
 	width: 100%;
 	height: 0;
 	bottom: 0;
 	right: 0;
 	content: '';
 	position: absolute;
 	z-index: 1;
 	height: 0;
 	-moz-transition: all 200ms ease;
 	-webkit-transition: all 200ms ease;
 	-o-transition: all 200ms ease;
 	transition: all 200ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	background: rgba(0, 0, 0, 0.8);
 }
 #em-variation-store .em-wrapper-variation-store .em-store-item a.em-store-switch .bkg-hover {
 	position: absolute;
 	top: 35%;
 	left: 0;
 	width: 100%;
 	opacity: 0;
 	filter: alpha(opacity=0);
 	color: #dbdbdb;
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 14px;
 	font-weight: bold;
 	z-index: 1;
 }
 #em-variation-store .em-wrapper-variation-store .em-store-item img {
 	-moz-border-radius: 0;
 	-webkit-border-radius: 0;
 	border-radius: 0;
 }
 #em-variation-store .em-wrapper-variation-store .em-store-item:hover a.em-store-switch:before {
 	height: 100%;
 }
 #em-variation-store .em-wrapper-variation-store .em-store-item:hover a.em-store-switch .bkg-hover {
 	opacity: 1;
 	filter: alpha(opacity=100);
 }

 /* Let's get this party started */
 .em-wrapper-variation-store::-webkit-scrollbar {
 	width: 0px;
 }

 .em-wrapper-variation-store::-moz-scrollbar {
 	width: 0px;
 }

 @-moz-document url-prefix(http://),url-prefix(https://) {
 	.em-wrapper-variation-store[orient="vertical"] {
 		width: 0px !important;
 	}

 	.em-wrapper-variation-store[orient="horizontal"] {
 		width: 0px !important;
 	}
 }
 /*right to left*/
 .em-rtl .em-variation {
 	left: 0;
 	right: auto;
 }
 .em-rtl .em-variation .em-variation-btn {
 	right: -48px;
 	left: auto;
 }

 /*==========Loading page==========*/
 #loader-wrapper {
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 9999;
 }

 #loader {
 	position: relative;
 	z-index: 1001;
 }

 .logo_loader {
 	position: absolute;
 	top: 35%;
 	left: calc((100% - 208px)/2);
 	z-index: 1001;
 }

 #loader,
 #loader::before,
 #loader::after {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	border: 1px solid #bfbfbf;
 	border-left-color: #f02222;
 	border-radius: 974px;
 	-o-border-radius: 974px;
 	-ms-border-radius: 974px;
 	-webkit-border-radius: 974px;
 	-moz-border-radius: 974px;
 }

 #loader {
 	margin: -24px 0 0 -24px;
 	height: 49px;
 	width: 49px;
 	animation: cssload-rotate 1150ms linear infinite;
 	-o-animation: cssload-rotate 1150ms linear infinite;
 	-ms-animation: cssload-rotate 1150ms linear infinite;
 	-webkit-animation: cssload-rotate 1150ms linear infinite;
 	-moz-animation: cssload-rotate 1150ms linear infinite;
 }

 #loader::before {
 	content: "";
 	margin: -22px 0 0 -22px;
 	height: 43px;
 	width: 43px;
 	animation: cssload-rotate 1150ms linear infinite;
 	-o-animation: cssload-rotate 1150ms linear infinite;
 	-ms-animation: cssload-rotate 1150ms linear infinite;
 	-webkit-animation: cssload-rotate 1150ms linear infinite;
 	-moz-animation: cssload-rotate 1150ms linear infinite;
 }

 #loader::after {
 	content: "";
 	margin: -28px 0 0 -28px;
 	height: 55px;
 	width: 55px;
 	animation: cssload-rotate 2300ms linear infinite;
 	-o-animation: cssload-rotate 2300ms linear infinite;
 	-ms-animation: cssload-rotate 2300ms linear infinite;
 	-webkit-animation: cssload-rotate 2300ms linear infinite;
 	-moz-animation: cssload-rotate 2300ms linear infinite;
 }

 @keyframes cssload-rotate {
 	100% {
 		transform: rotate(360deg);
 	}
 }
 @-o-keyframes cssload-rotate {
 	100% {
 		-o-transform: rotate(360deg);
 	}
 }
 @-ms-keyframes cssload-rotate {
 	100% {
 		-ms-transform: rotate(360deg);
 	}
 }
 @-webkit-keyframes cssload-rotate {
 	100% {
 		-webkit-transform: rotate(360deg);
 	}
 }
 @-moz-keyframes cssload-rotate {
 	100% {
 		-moz-transform: rotate(360deg);
 	}
 }
 #loader-wrapper .loader-section {
 	position: fixed;
 	top: 0;
 	width: 51%;
 	height: 100%;
 	background: #f1f1f1;
 	z-index: 1000;
 	-webkit-transform: translateX(0);
 	/* Chrome, Opera 15+, Safari 3.1+ */
 	-ms-transform: translateX(0);
 	/* IE 9 */
 	transform: translateX(0);
 	/* Firefox 16+, IE 10+, Opera */
 }

 #loader-wrapper .loader-section.section-left {
 	left: 0;
 }

 #loader-wrapper .loader-section.section-right {
 	right: 0;
 }

 /* Loaded */
 .loaded #loader-wrapper .loader-section.section-left {
 	-webkit-transform: translateY(-100%);
 	/* Chrome, Opera 15+, Safari 3.1+ */
 	-ms-transform: translateY(-100%);
 	/* IE 9 */
 	transform: translateY(-100%);
 	/* Firefox 16+, IE 10+, Opera */
 	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 }

 .loaded #loader-wrapper .loader-section.section-right {
 	-webkit-transform: translateY(-100%);
 	/* Chrome, Opera 15+, Safari 3.1+ */
 	-ms-transform: translateY(-100%);
 	/* IE 9 */
 	transform: translateY(-100%);
 	/* Firefox 16+, IE 10+, Opera */
 	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 }

 .loaded #loader {
 	top: -40%;
 	-webkit-transition: all 1s ease;
 	transition: all 1s ease;
 }

 .loaded .logo_loader {
 	top: -40%;
 	-webkit-transition: all 1s ease;
 	transition: all 1s ease;
 }

 .em-wrapper-loading {
 	bottom: -400px;
 	position: relative;
 }

 .loaded .em-wrapper-loading {
 	bottom: 0;
 	-webkit-transition: all 2s ease;
 	transition: all 2s ease;
 }

 .loaded #loader-wrapper {
 	visibility: hidden;
 	-webkit-transform: translateY(-100%);
 	/* Chrome, Opera 15+, Safari 3.1+ */
 	-ms-transform: translateY(-100%);
 	/* IE 9 */
 	transform: translateY(-100%);
 	/* Firefox 16+, IE 10+, Opera */
 	-webkit-transition: all 0.3s 1s ease-out;
 	transition: all 0.3s 1s ease-out;
 }

 /* JavaScript Turned Off */
 .no-js #loader-wrapper {
 	display: none;
 }

 /*===Product Label Circle Background===*/
 .product-image .productlabels_icons {
 	top: 12px;
 	right: 10px;
 }
 .product-image .productlabels_icons .label,
 .product-image .productlabels_icons .label.hot,
 .product-image .productlabels_icons .label.sale,
 .product-image .productlabels_icons .label.special {
 	font-weight: bold;
 	font-size: 100%;
 	width: 46px;
 	height: 46px;
 	line-height: 46px !important;
 }
 .product-image .productlabels_icons .label:before,
 .product-image .productlabels_icons .label.hot:before,
 .product-image .productlabels_icons .label.sale:before,
 .product-image .productlabels_icons .label.special:before {
 	-webkit-transform: scale(90deg);
 	-ms-transform: scale(90deg);
 	transform: scale(90deg);
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 	width: 46px;
 	height: 46px;
 }

 /*Layout*/
 /*==============Currency Language===============*/
 .em-wrapper-header .toolbar-switch .toolbar-title {
 	margin: 0 -10px;
 	padding: 0 10px;
 }
 .em-wrapper-header .toolbar-switch .toolbar-title select {
 	background: #fff;
 	color: #a1a1a1;
 }
 .em-rtl .em-wrapper-header .toolbar-switch .toolbar-dropdown ul {
 	left: auto;
 	right: 0;
 }

 .em-language-currency {
 	display: inline-block;
 	vertical-align: top;
 }
 .em-language-currency .block {
 	border: none;
 	margin: 0;
 	padding: 0;
 }
 .em-language-currency .toolbar-switch {
 	float: left;
 	margin: 0;
 }
 .em-language-currency .toolbar-switch span.current {
 	padding: 10px;
 	border: 0;
 	position: relative;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	float: right;
 }
 .em-language-currency .toolbar-switch:hover span.current {
 	z-index: 2;
 }
 .em-language-currency .toolbar-dropdown {
 	width: auto;
 }
 .em-language-currency .toolbar-dropdown ul {
 	top: 40px;
 	right: auto;
 	left: 0;
 	width: 130px;
 	border: none;
 	box-shadow: 0px 1px 2px #dddddd;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .em-language-currency .toolbar-dropdown li {
 	padding: 5px;
 	background-color: #fff;
 	float: none;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }
 .em-language-currency .block-currency li {
 	padding-top: 2px;
 }
 .em-language-currency .block-currency,
 .em-language-currency .form-language {
 	float: left;
 }
 .em-language-currency .block-currency ul,
 .em-language-currency .form-language ul {
 	float: left;
 	margin-bottom: 0;
 }
 .em-language-currency .block-currency li,
 .em-language-currency .form-language li {
 	float: left;
 	padding-bottom: 0;
 	margin-right: 10px;
 }
 .em-language-currency .block-currency .toolbar-dropdown li,
 .em-language-currency .form-language .toolbar-dropdown li {
 	padding-bottom: 5px;
 	margin-right: 0;
 	width: 100%;
 }
 .em-language-currency .block-currency span.current,
 .em-language-currency .form-language span.current {
 	background-position: 20px center;
 }
 .em-language-currency .block-currency li a,
 .em-language-currency .form-language li a {
 	display: block;
 	text-align: right;
 }
 .em-language-currency .block-currency li a:hover,
 .em-language-currency .form-language li a:hover {
 	/*text-decoration:underline;*/
 }
 .em-language-currency .toolbar-dropdown li a {
 	display: block;
 	text-align: right;
 }
 .em-language-currency .block-currency .toolbar-dropdown ul {
 	width: 60px;
 }
 .em-language-currency .form-language.toolbar-switch span.current {
 	padding-left: 45px;
 }
 .em-language-currency .form-language .toolbar-dropdown ul li a {
 	background-position: 0px 4px;
 	padding-left: 25px;
 }

 .em-language-currency .em-language-style01 .toolbar-dropdown ul li,
 .em-language-currency .em-currency-style01 .toolbar-dropdown ul li {
 	padding: 5px 20px;
 }
 .em-language-currency .em-language-style01 .toolbar-dropdown ul li a,
 .em-language-currency .em-currency-style01 .toolbar-dropdown ul li a {
 	text-align: left;
 }

/* ============================================ *
 * Dropdown Login
 * ============================================ */
 /*dropdown login*/
 .account-link {
 	position: relative;
 	padding-bottom: 20px;
 	margin-bottom: -20px;
 }
 .account-link a.link-logout,
 .account-link a.link-login,
 .account-link a.link-account {
 	display: inline-block;
 	clear: none;
 	position: relative;
 }
 .account-link a.link-logout:before {
 	content: '\f05e';
 }

 .em-account {
 	position: absolute;
 	top: 40px;
 	right: 0;
 	z-index: 20;
 	padding-top: 0;
 	text-align: left;
 }
 .em-account .block-content {
 	width: 260px;
 	padding: 17px 20px 9px;
 	background: #fff;
 	border: 1px solid #f6f6f6;
 	-webkit-box-shadow: 0 0 5px #f6f6f6;
 	-moz-box-shadow: 0 0 5px #f6f6f6;
 	box-shadow: 0 0 5px #f6f6f6;
 	overflow: hidden;
 }
 .em-account .block-content .login-title {
 	text-transform: uppercase;
 	margin-bottom: 3px;
 	display: none;
 }
 .em-account .block-content .login-desc {
 	display: none;
 }
 .em-account .block-content .action-forgot .actions {
 	float: left;
 	margin-top: 2rem;
 	clear: both;
 }
 .em-account .block-content .action-forgot .login_forgotpassword {
 	float: left;
 	width: 100%;
 	margin-top: 2rem;
 }
 .em-account .block-content .action-forgot .login_forgotpassword a.create-account-link-wishlist {
 	margin-left: 5px;
 }
 .em-account .block-content .action-forgot .login_forgotpassword p {
 	margin-bottom: 5px;
 }
 .em-account .form-list li {
 	width: 100%;
 	margin: 0 0 4px !important;
 	padding: 0 !important;
 }
 .em-account .form-list li:after, .em-account .form-list li:before {
 	display: none !important;
 }
 .em-account .form-list p.required {
 	font-size: 85%;
 	padding: 0;
 	margin: 0;
 }

 .pull-right .account-link .em-account {
 	right: 0;
 	left: auto;
 }
 .pull-right .account-link .em-account .form-list {
 	float: none;
 }

 /*end dropdown login*/
 /*Popup login*/
 .fancybox-outer .em-account {
 	position: static;
 }
 .fancybox-outer .em-account .block-content {
 	width: 400px;
 	padding: 40px;
 	border: 0;
 	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
 	box-shadow: none;
 }

 .em-wrapper-header .em-header-electronic-style01 {
 	/*====================================*/
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-middle {
 	padding: 10px 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-logo .logo {
 	margin: 20px 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-menu-hoz {
 	margin: 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-account {
 	top: 57px;
 	text-transform: none;
 }
 .em-wrapper-header .em-header-electronic-style01 .link-account, .em-wrapper-header .em-header-electronic-style01 .em-logout-link {
 	position: relative;
 }
 .em-wrapper-header .em-header-electronic-style01 .link-account:before, .em-wrapper-header .em-header-electronic-style01 .em-logout-link:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f13e";
 	font-size: 100%;
 	margin-right: 10px;
 }
 .em-wrapper-header .em-header-electronic-style01 .account-link {
 	margin: 20px 0 0 10px !important;
 }
 .em-wrapper-header .em-header-electronic-style01 .account-link:before {
 	display: none;
 }
 .em-wrapper-header .em-header-electronic-style01 .link-account {
 	padding: 8px 9px;
 	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
 	border-radius: 4px;
 	position: relative;
 	cursor: pointer;
 	font-size: 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .link-account:before {
 	width: 29px;
 	height: 29px;
 	background-image: url("../images/icons.png");
 	background-position: -59px -256px;
 	background-repeat: no-repeat;
 	margin-right: 0;
 	margin-left: 0 !important;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-register-link, .em-wrapper-header .em-header-electronic-style01 .em-account-link {
 	position: relative;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-register-link:before, .em-wrapper-header .em-header-electronic-style01 .em-account-link:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f084";
 	font-size: 100%;
 	margin-right: 10px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-links-wishlist a {
 	position: relative;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-links-wishlist a:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f004";
 	font-size: 100%;
 	margin-right: 10px;
 }
 .em-wrapper-header .em-header-electronic-style01 .welcome-msg,
 .em-wrapper-header .em-header-electronic-style01 .account-link,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links > ul li,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links ul.links li,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links ul.em-links-wishlist li {
 	padding: 9px 0 10px;
 	margin-left: 30px;
 	display: inline-block;
 	vertical-align: top;
 	text-transform: uppercase;
 	/*display: inline-block;*/
 	vertical-align: middle;
 	position: relative;
 	overflow: hidden;
 	overflow: initial;
 }
 .em-wrapper-header .em-header-electronic-style01 .welcome-msg:before,
 .em-wrapper-header .em-header-electronic-style01 .account-link:before,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links > ul li:before,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links ul.links li:before,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links ul.em-links-wishlist li:before {
 	content: "";
 	position: absolute;
 	left: 50%;
 	right: 50%;
 	bottom: 0;
 	z-index: 1;
 	background: #2098d1;
 	height: 4px;
 	-webkit-transition-property: left, right;
 	transition-property: left, right;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
 	opacity: 0;
 	filter: alpha(opacity=0);
 }
 .em-wrapper-header .em-header-electronic-style01 .welcome-msg:hover:before,
 .em-wrapper-header .em-header-electronic-style01 .account-link:hover:before,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links > ul li:hover:before,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links ul.links li:hover:before,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links ul.em-links-wishlist li:hover:before {
 	left: 0;
 	right: 0;
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 .em-wrapper-header .em-header-electronic-style01 .welcome-msg:before,
 .em-wrapper-header .em-header-electronic-style01 .account-link:before,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links > ul li:before,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links ul.links li:before,
 .em-wrapper-header .em-header-electronic-style01 .em-top-links ul.em-links-wishlist li:before {
 	bottom: auto;
 	top: 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-language-currency .form-language:after {
 	content: "";
 	position: absolute;
 	top: 9px;
 	right: -15px;
 	content: '|';
 }
 .em-wrapper-header .em-header-electronic-style01 .toolbar-switch .toolbar-title {
 	padding: 0 !important;
 }
 .em-wrapper-header .em-header-electronic-style01 .toolbar-switch .toolbar-title select {
 	background: none;
 	border: none;
 }
 .em-wrapper-header .em-header-electronic-style01 .toolbar-switch {
 	margin: 0 30px 0 0;
 	/*display: inline-block;*/
 	vertical-align: middle;
 	position: relative;
 	overflow: hidden;
 	overflow: initial;
 }
 .em-wrapper-header .em-header-electronic-style01 .toolbar-switch:before {
 	content: "";
 	position: absolute;
 	left: 50%;
 	right: 50%;
 	bottom: 0;
 	z-index: 1;
 	background: #2098d1;
 	height: 4px;
 	-webkit-transition-property: left, right;
 	transition-property: left, right;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
 	opacity: 0;
 	filter: alpha(opacity=0);
 }
 .em-wrapper-header .em-header-electronic-style01 .toolbar-switch:hover:before {
 	left: 0;
 	right: 0;
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 .em-wrapper-header .em-header-electronic-style01 .toolbar-switch:before {
 	bottom: auto;
 	top: 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .toolbar-switch span.current {
 	padding: 9px 0 10px;
 	min-height: 30px;
 	background-position: 0px center;
 	text-transform: uppercase;
 }
 .em-wrapper-header .em-header-electronic-style01 .toolbar-switch span.current:after {
 	font-size: 90%;
 }
 .em-wrapper-header .em-header-electronic-style01 .toolbar-switch.form-language span.current {
 	padding-left: 25px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-search {
 	padding-left: 15px;
 	margin-left: 15px;
 	margin-top: 28px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-search .form-search {
 	border: 3px solid;
 	width: 75%;
 	margin-right: 30px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-search .form-search input.input-text {
 	font-size: 105%;
 	font-style: italic;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-search .form-search button.button {
 	top: -3px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-search .form-search button.button:before {
 	font-size: 25px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-search .em-search-icon {
 	padding: 9px 0;
 	display: block;
 	padding: 7px;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 	width: 31px;
 	height: 31px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-search .em-search-icon span:before {
 	font-size: 16px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-search .em-search-icon:hover span {
 	position: relative;
 	z-index: 999;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-top-cart {
 	margin: 28px 0 0 10px;
 	text-indent: 0;
 	font-size: 100%;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart {
 	width: auto;
 	height: auto;
 	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
 	border-radius: 4px;
 	text-indent: 0;
 	font-size: 120%;
 	border-width: 1px;
 	border-style: solid;
 	padding: 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
 	position: relative;
 	display: inline-block;
 	width: 47px;
 	height: 47px;
 	text-align: center;
 	-moz-border-radius: 4px 0 0 4px;
 	-webkit-border-radius: 4px 0 0 4px;
 	border-radius: 4px 0 0 4px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .fa-shopping-cart {
 	width: 29px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -132px -246px;
 	background-repeat: no-repeat;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .fa-shopping-cart:before {
 	content: "";
 }
 .em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .em-topcart-qty {
 	position: absolute;
 	right: 5px;
 	top: 7px;
 	width: 19px;
 	height: 19px;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 	border-width: 2px;
 	border-style: solid;
 	font-size: 85% !important;
 	line-height: 16px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart .em-topcart-subtotal {
 	padding: 0 15px 0 10px;
 	font-size: 120%;
 	vertical-align: top;
 	margin-top: 9px;
 	display: inline-block;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart:before, .em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart:after {
 	display: none;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-top-cart .topcart-popup {
 	top: 49px;
 	-webkit-box-shadow: 0 0 5px #f6f6f6;
 	-moz-box-shadow: 0 0 5px #f6f6f6;
 	box-shadow: 0 0 5px #f6f6f6;
 }
 .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 {
 	margin-left: 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 > a span,
 .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
 	padding-left: 35px;
 	padding-right: 35px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 > a.arrow,
 .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
 	top: 7px;
 	right: 18px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 > .menu-container,
 .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .em-catalog-navigation.horizontal.horizontal > li > ul {
 	top: 53px;
 	text-align: left;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom .em-logo-sticky,
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom .em-search-sticky,
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom .em-top-cart-sticky {
 	display: none !important;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top {
 	padding: 3px 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-logo-sticky,
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-search-sticky,
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-top-cart-sticky {
 	display: inline-block !important;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .hnav .menu-item-depth-0 > .menu-container {
 	top: 54px !important;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart {
 	border: none;
 	padding: 0;
 	min-height: 1px;
 	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
 	border-radius: 4px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart .em-topcart-subtotal {
 	display: none;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
 	border: none;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart:after {
 	display: none;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-search-sticky {
 	right: 65px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-search-sticky .em-container-js-search .form-search {
 	width: 100%;
 	margin: 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em_nav {
 	padding-right: 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 {
 	margin-left: 0;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a span,
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
 	padding-left: 20px;
 	padding-right: 20px;
 }
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a.arrow,
 .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
 	right: 3px;
 }

 /*======Right To Left=========*/
 .em-rtl .em-language-currency .toolbar-switch,
 .em-rtl .em-language-currency .block-currency,
 .em-rtl .em-language-currency .form-language {
 	float: right;
 }

 .em-rtl .em-wrapper-header .em-header-electronic-style01 .toolbar-switch {
 	margin: 0 0 0 30px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .text-left {
 	text-align: right;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-language-currency .form-language:after {
 	left: -15px;
 	right: auto;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-language-currency .form-language span.current {
 	background-position: right 13px;
 	padding-right: 25px;
 	padding-left: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-top-links ul.em-links-wishlist li {
 	margin: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-links-wishlist a:before {
 	margin-left: 10px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-top-cart {
 	margin-left: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-summary-topcart {
 	margin-right: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
 	border-width: 0 0 0 2px;
 	-moz-border-radius: 0 4px 4px 0;
 	-webkit-border-radius: 0 4px 4px 0;
 	border-radius: 0 4px 4px 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-search .form-search {
 	float: left;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 {
 	margin-right: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 > a span,
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
 	padding-left: 35px;
 	padding-right: 35px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 > a.arrow,
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
 	left: 18px;
 	right: auto;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
 	margin-right: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-header-bottom .em_nav .hnav .menu-item-depth-0 .level0 ul,
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container,
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 .level0 ul {
 	text-align: right;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-account,
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-search .em-container-js-search {
 	right: auto;
 	left: -65px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 {
 	margin-right: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a.arrow,
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
 	right: auto;
 	left: 3px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style01 .em-header-bottom.navbar-fixed-top .em-search-sticky {
 	right: auto;
 	left: 65px;
 }

 .em-rtl #em-mheader .em-top-search .form-search button.button {
 	right: auto;
 	left: 0;
 }

 /*Header Home Computer*/
 .em-wrapper-header .em-header-electronic-style02 {
 	/*====================================*/
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-middle {
 	padding: 10px 0;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-logo .logo {
 	margin: 20px 0 10px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-menu-hoz {
 	margin: 0 0 0 -35px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-account {
 	top: 64px;
 	text-transform: none;
 }
 .em-wrapper-header .em-header-electronic-style02 .link-account, .em-wrapper-header .em-header-electronic-style02 .em-logout-link {
 	position: relative;
 }
 .em-wrapper-header .em-header-electronic-style02 .link-account:before, .em-wrapper-header .em-header-electronic-style02 .em-logout-link:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f13e";
 	font-size: 100%;
 	margin-right: 10px;
 }
 .em-wrapper-header .em-header-electronic-style02 .link-account {
 	padding: 8px 9px;
 	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
 	border-radius: 4px;
 	position: relative;
 	cursor: pointer;
 	font-size: 0;
 }
 .em-wrapper-header .em-header-electronic-style02 .link-account:before {
 	width: 29px;
 	height: 29px;
 	background-image: url("../images/icons.png");
 	background-position: -59px -256px;
 	background-repeat: no-repeat;
 	margin-right: 0;
 	margin-left: 0 !important;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-register-link, .em-wrapper-header .em-header-electronic-style02 .em-account-link {
 	position: relative;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-register-link:before, .em-wrapper-header .em-header-electronic-style02 .em-account-link:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f084";
 	font-size: 100%;
 	margin-right: 10px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-links-wishlist a {
 	position: relative;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-links-wishlist a:before {
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f004";
 	font-size: 100%;
 	margin-right: 10px;
 }
 .em-wrapper-header .em-header-electronic-style02 .welcome-msg,
 .em-wrapper-header .em-header-electronic-style02 .account-link,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links > ul li,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links ul.links li,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links ul.em-links-wishlist li {
 	padding: 9px 0 10px;
 	margin-left: 30px;
 	display: inline-block;
 	vertical-align: top;
 	text-transform: uppercase;
 	/*display: inline-block;*/
 	vertical-align: middle;
 	position: relative;
 	overflow: hidden;
 	overflow: initial;
 }
 .em-wrapper-header .em-header-electronic-style02 .welcome-msg:before,
 .em-wrapper-header .em-header-electronic-style02 .account-link:before,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links > ul li:before,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links ul.links li:before,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links ul.em-links-wishlist li:before {
 	content: "";
 	position: absolute;
 	left: 50%;
 	right: 50%;
 	bottom: 0;
 	z-index: 1;
 	background: #2098d1;
 	height: 4px;
 	-webkit-transition-property: left, right;
 	transition-property: left, right;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
 	opacity: 0;
 	filter: alpha(opacity=0);
 }
 .em-wrapper-header .em-header-electronic-style02 .welcome-msg:hover:before,
 .em-wrapper-header .em-header-electronic-style02 .account-link:hover:before,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links > ul li:hover:before,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links ul.links li:hover:before,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links ul.em-links-wishlist li:hover:before {
 	left: 0;
 	right: 0;
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 .em-wrapper-header .em-header-electronic-style02 .welcome-msg:before,
 .em-wrapper-header .em-header-electronic-style02 .account-link:before,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links > ul li:before,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links ul.links li:before,
 .em-wrapper-header .em-header-electronic-style02 .em-top-links ul.em-links-wishlist li:before {
 	bottom: auto;
 	top: 0;
 }
 .em-wrapper-header .em-header-electronic-style02 .account-link {
 	margin: 13px 0 0 15px;
 }
 .em-wrapper-header .em-header-electronic-style02 .account-link:before {
 	display: none;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-language-currency .form-language:after {
 	content: "";
 	position: absolute;
 	top: 9px;
 	right: -15px;
 	content: '|';
 }
 .em-wrapper-header .em-header-electronic-style02 .toolbar-switch .toolbar-title {
 	padding: 0 !important;
 }
 .em-wrapper-header .em-header-electronic-style02 .toolbar-switch .toolbar-title select {
 	background: none;
 	border: none;
 }
 .em-wrapper-header .em-header-electronic-style02 .toolbar-switch {
 	margin: 0 30px 0 0;
 	/*display: inline-block;*/
 	vertical-align: middle;
 	position: relative;
 	overflow: hidden;
 	overflow: initial;
 }
 .em-wrapper-header .em-header-electronic-style02 .toolbar-switch:before {
 	content: "";
 	position: absolute;
 	left: 50%;
 	right: 50%;
 	bottom: 0;
 	z-index: 1;
 	background: #2098d1;
 	height: 4px;
 	-webkit-transition-property: left, right;
 	transition-property: left, right;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
 	opacity: 0;
 	filter: alpha(opacity=0);
 }
 .em-wrapper-header .em-header-electronic-style02 .toolbar-switch:hover:before {
 	left: 0;
 	right: 0;
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 .em-wrapper-header .em-header-electronic-style02 .toolbar-switch:before {
 	bottom: auto;
 	top: 0;
 }
 .em-wrapper-header .em-header-electronic-style02 .toolbar-switch span.current {
 	padding: 9px 0 10px;
 	min-height: 30px;
 	background-position: 0px center;
 	text-transform: uppercase;
 }
 .em-wrapper-header .em-header-electronic-style02 .toolbar-switch span.current:after {
 	font-size: 90%;
 }
 .em-wrapper-header .em-header-electronic-style02 .toolbar-switch.form-language span.current {
 	padding-left: 25px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search {
 	margin-left: 15px;
 	margin-top: 26px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search .form-search {
 	border: 2px solid;
 	width: 100%;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search .form-search input.input-text {
 	font-size: 105%;
 	font-style: italic;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search .form-search button.button {
 	top: -3px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search .form-search button.button:before {
 	font-size: 25px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search .em-search-icon {
 	padding: 0;
 	display: block;
 	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
 	border-radius: 4px;
 	border-width: 2px;
 	border-style: solid;
 	width: 49px;
 	height: 49px;
 	text-align: center;
 	line-height: 57px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search .em-search-icon span {
 	display: inline-block;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search .em-search-icon span:before {
 	font-size: 25px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search .em-search-icon:hover span {
 	position: relative;
 	z-index: 999;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-search .em-container-js-search {
 	top: 51px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-top-cart {
 	text-indent: 0;
 	font-size: 100%;
 	margin: 25px 0 0 15px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart {
 	width: auto;
 	height: auto;
 	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
 	border-radius: 4px;
 	text-indent: 0;
 	font-size: 120%;
 	border-width: 2px;
 	border-style: solid;
 	padding: 0;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
 	border-width: 0 2px 0 0;
 	border-style: solid;
 	position: relative;
 	display: inline-block;
 	width: 47px;
 	height: 47px;
 	text-align: center;
 	-moz-border-radius: 4px 0 0 4px;
 	-webkit-border-radius: 4px 0 0 4px;
 	border-radius: 4px 0 0 4px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .fa-shopping-cart {
 	width: 29px;
 	height: 40px;
 	background-image: url("../images/icons.png");
 	background-position: -132px -246px;
 	background-repeat: no-repeat;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .fa-shopping-cart:before {
 	content: "";
 }
 .em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .em-topcart-qty {
 	position: absolute;
 	right: 5px;
 	top: 7px;
 	width: 19px;
 	height: 19px;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 	border-width: 2px;
 	border-style: solid;
 	font-size: 85% !important;
 	line-height: 16px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart:before, .em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart:after {
 	display: none;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart .em-topcart-subtotal {
 	padding: 0 15px 0 10px;
 	font-size: 120%;
 	vertical-align: top;
 	margin-top: 9px;
 	display: inline-block;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-top-cart .topcart-popup {
 	top: 53px;
 	-webkit-box-shadow: 0 0 5px #f6f6f6;
 	-moz-box-shadow: 0 0 5px #f6f6f6;
 	box-shadow: 0 0 5px #f6f6f6;
 }
 .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0 {
 	margin: 0;
 }
 .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0 > a span,
 .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
 	padding-left: 35px;
 	padding-right: 35px;
 	text-transform: none;
 }
 .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0 > a.arrow,
 .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
 	top: 10px;
 	right: 18px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0 > .menu-container,
 .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .em-catalog-navigation.horizontal.horizontal > li > ul {
 	top: 57px;
 	text-align: left;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom .em-logo-sticky,
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom .em-search-sticky,
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom .em-top-cart-sticky {
 	display: none !important;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top {
 	padding: 3px 0;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-menu-hoz {
 	margin: 0 0 0 -20px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-logo-sticky,
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-search-sticky,
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-top-cart-sticky {
 	display: inline-block !important;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-logo-sticky {
 	margin-right: 30px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .menu-container {
 	top: 53px !important;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a span,
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
 	padding-left: 20px;
 	text-transform: none !important;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart {
 	border: none;
 	padding: 0;
 	min-height: 1px;
 	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
 	border-radius: 4px;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart .em-topcart-subtotal {
 	display: none;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
 	border: none;
 }
 .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-search-sticky {
 	right: 65px;
 }

 /*======Right To Left=========*/
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-menu-hoz {
 	margin: 0 -35px 0 0 !important;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .toolbar-switch {
 	margin: 0 0 0 30px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .text-left {
 	text-align: right;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-language-currency .form-language:after {
 	left: -15px;
 	right: auto;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-language-currency .form-language span.current {
 	background-position: right 13px;
 	padding-right: 25px;
 	padding-left: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-top-links ul.em-links-wishlist li {
 	margin: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-links-wishlist a:before {
 	margin-left: 10px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-top-cart {
 	margin-left: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-summary-topcart {
 	margin-right: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
 	border-width: 0 0 0 2px;
 	-moz-border-radius: 0;
 	-webkit-border-radius: 0;
 	border-radius: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0 > a.arrow,
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
 	left: 18px;
 	right: auto;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0,
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 {
 	margin-right: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0 > a span,
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
 	padding-left: 35px;
 	padding-right: 35px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .menu-item-depth-0:first-child > a span,
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0.last > a.em-menu-link span {
 	padding-right: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-account,
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-search .em-container-js-search {
 	right: auto;
 	left: -65px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-menu-hoz {
 	margin: 0 -20px 0 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0,
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 {
 	margin-right: 0;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a span,
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
 	padding-left: 35px;
 	padding-right: 35px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom.navbar-fixed-top .em-search-sticky {
 	right: auto;
 	left: 65px;
 }
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom .em_nav .hnav .menu-item-depth-0 .level0 ul,
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container,
 .em-rtl .em-wrapper-header .em-header-electronic-style02 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 .level0 ul {
 	text-align: right;
 }

 .em-rtl #em-mheader .em-top-search .form-search button.button {
 	right: auto;
 	left: 0;
 }

 .em-header-electronic-style03 {
 	/*fixed top*/
 }
 .em-header-electronic-style03 .em-header-top {
 	padding: 4px 0;
 }
 .em-header-electronic-style03 .em-header-middle {
 	padding: 40px 0;
 }
 .em-header-electronic-style03 .em-language-currency .form-language:after {
 	content: "";
 	position: absolute;
 	top: 9px;
 	right: -15px;
 	content: '|';
 }
 .em-header-electronic-style03 #em-login-link {
 	position: relative;
 	padding: 9px 0 10px;
 	margin-left: 15px;
 	display: inline-block;
 	vertical-align: top;
 	overflow: initial;
 }
 .em-header-electronic-style03 #em-login-link a:hover {
 	text-decoration: underline;
 }
 .em-header-electronic-style03 .em-register-link, .em-header-electronic-style03 .em-account-link {
 	position: relative;
 }
 .em-header-electronic-style03 .em-links-wishlist a {
 	position: relative;
 }
 .em-header-electronic-style03 .top-link-deal {
 	position: relative;
 }
 .em-header-electronic-style03 .welcome-msg,
 .em-header-electronic-style03 .em-top-links > ul li,
 .em-header-electronic-style03 .em-top-links ul.links li,
 .em-header-electronic-style03 .em-top-links ul.em-links-wishlist li {
 	padding: 9px 0 10px;
 	margin-left: 15px;
 	display: inline-block;
 	vertical-align: top;
 	overflow: initial;
 }
 .em-header-electronic-style03 .welcome-msg:before,
 .em-header-electronic-style03 .em-top-links > ul li:before,
 .em-header-electronic-style03 .em-top-links ul.links li:before,
 .em-header-electronic-style03 .em-top-links ul.em-links-wishlist li:before {
 	content: "|";
 	margin-right: 15px;
 }
 .em-rtl .em-header-electronic-style03 .welcome-msg:before, .em-rtl
 .em-header-electronic-style03 .em-top-links > ul li:before, .em-rtl
 .em-header-electronic-style03 .em-top-links ul.links li:before, .em-rtl
 .em-header-electronic-style03 .em-top-links ul.em-links-wishlist li:before {
 	margin-right: 0;
 	margin-left: 15px;
 }
 .em-header-electronic-style03 .welcome-msg a:hover,
 .em-header-electronic-style03 .em-top-links > ul li a:hover,
 .em-header-electronic-style03 .em-top-links ul.links li a:hover,
 .em-header-electronic-style03 .em-top-links ul.em-links-wishlist li a:hover {
 	text-decoration: underline;
 }
 .em-header-electronic-style03 .em-top-links > ul li.em-account-link:before {
 	display: none;
 }
 .em-header-electronic-style03 .toolbar-switch .toolbar-title {
 	padding: 0 !important;
 }
 .em-header-electronic-style03 .toolbar-switch .toolbar-title select {
 	background: none;
 	border: none;
 }
 .em-header-electronic-style03 .f-left .toolbar-switch {
 	margin: 0 30px 0 0;
 }
 .em-header-electronic-style03 .toolbar-switch {
 	margin: 0 0 0 30px;
 	/*display: inline-block;*/
 	vertical-align: middle;
 	position: relative;
 	overflow: hidden;
 	overflow: initial;
 }
 .em-header-electronic-style03 .toolbar-switch:before {
 	content: "";
 	position: absolute;
 	left: 50%;
 	right: 50%;
 	bottom: 0;
 	z-index: 1;
 	background: #2098d1;
 	height: 4px;
 	-webkit-transition-property: left, right;
 	transition-property: left, right;
 	-webkit-transition-duration: 0.3s;
 	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
 	opacity: 0;
 	filter: alpha(opacity=0);
 }
 .em-header-electronic-style03 .toolbar-switch:hover:before {
 	left: 0;
 	right: 0;
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 .em-header-electronic-style03 .toolbar-switch:before {
 	bottom: auto;
 	top: 0;
 }
 .em-header-electronic-style03 .toolbar-switch span.current {
 	padding: 9px 0 10px;
 	min-height: 30px;
 }
 .em-header-electronic-style03 .toolbar-switch span.current:after {
 	content: "\f107";
 	margin-top: 3px;
 }
 .em-header-electronic-style03 .em-language-currency .form-language.toolbar-switch span.current {
 	padding-left: 25px;
 	background-position: 0px center;
 }
 .em-header-electronic-style03 .em-amount-topcart {
 	padding: 20px 0 0 0;
 }
 .em-header-electronic-style03 .em-amount-topcart:after {
 	display: none;
 }
 .em-header-electronic-style03 .em-search .form-search .input_cat {
 	display: none;
 }
 .em-header-electronic-style03 .em-search .form-search .text-search {
 	width: 100%;
 }
 .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .line-top {
 	border-top-width: 1px;
 	border-top-style: solid;
 }
 .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0,
 .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
 	margin: 0;
 	display: inline-block;
 	float: none;
 }
 .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > a span,
 .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
 	padding: 22px 30px;
 	text-transform: uppercase;
 }
 .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > a.arrow,
 .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow {
 	top: 11px;
 	right: 12px;
 }
 .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .menu-container,
 .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container {
 	text-align: left;
 	top: 58px;
 }
 .em-header-electronic-style03 .em-fixed-top.navbar-fixed-top .em-text-mycart {
 	display: none;
 }
 .em-header-electronic-style03 .em-fixed-top.navbar-fixed-top .em-logo-sticky {
 	margin-right: 30px;
 }
 .em-header-electronic-style03 .em-fixed-top.navbar-fixed-top .em-menu-hoz {
 	margin-left: -20px !important;
 }
 .em-header-electronic-style03 .em-fixed-top.navbar-fixed-top .menu-container, .em-header-electronic-style03 .em-fixed-top.navbar-fixed-top .level0 ul {
 	text-align: left;
 }

 /*===============RTL=================*/
 .em-rtl .em-header-electronic-style03 .toolbar-switch {
 	margin: 0 0 0 30px;
 }
 .em-rtl .em-header-electronic-style03 .text-left {
 	text-align: right;
 }
 .em-rtl .em-header-electronic-style03 .em-language-currency .form-language:after {
 	left: -15px;
 	right: auto;
 }
 .em-rtl .em-header-electronic-style03 .em-language-currency .form-language span.current {
 	background-position: right 13px;
 	padding-right: 25px;
 	padding-left: 0;
 }
 .em-rtl .em-header-electronic-style03 .em-top-links ul.em-links-wishlist li {
 	margin: 0;
 }
 .em-rtl .em-header-electronic-style03 .em-links-wishlist a:before {
 	margin-left: 10px;
 }
 .em-rtl .em-header-electronic-style03 .em_nav .hnav .menu-item-depth-0 > a.arrow,
 .em-rtl .em-header-electronic-style03 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
 	left: 18px;
 	right: auto !important;
 }
 .em-rtl .em-header-electronic-style03 .em_nav .hnav .menu-item-depth-0,
 .em-rtl .em-header-electronic-style03 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 {
 	margin-right: 0;
 }
 .em-rtl .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-rtl .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 .level0 ul,
 .em-rtl .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container,
 .em-rtl .em-header-electronic-style03 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 .level0 ul {
 	text-align: right;
 }
 .em-rtl .em-header-electronic-style03 .em-account,
 .em-rtl .em-header-electronic-style03 .em-search .em-container-js-search {
 	right: auto;
 	left: -65px;
 }
 .em-rtl .em-header-electronic-style03 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0,
 .em-rtl .em-header-electronic-style03 .em-header-bottom.navbar-fixed-top .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 {
 	margin-right: 0;
 }
 .em-rtl .em-header-electronic-style03 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a span,
 .em-rtl .em-header-electronic-style03 .em-header-bottom.navbar-fixed-top .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
 	padding-left: 35px;
 	padding-right: 35px;
 }
 .em-rtl .em-header-electronic-style03 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-container, .em-rtl .em-header-electronic-style03 .em-header-bottom.navbar-fixed-top .em_nav .hnav .level0 ul {
 	text-align: right;
 }
 .em-rtl .em-header-electronic-style03 .em-header-bottom.navbar-fixed-top .em-search-sticky {
 	right: auto;
 	left: 65px;
 }

 .em-rtl #em-mheader .em-top-search .form-search button.button {
 	right: auto;
 	left: 0;
 }

 .em-header-style01 {
 	/*fixed top*/
 }
 .em-header-style01 .em-header-middle {
 	padding: 30px 0;
 }
 .em-header-style01 .em-language-currency .form-language:after {
 /* content: "";
  position: absolute;
  top: 9px;
  right: -15px;
  content: '|';*/
}
.em-header-style01 #em-login-link {
	position: relative;
	padding: 9px 0 10px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
	overflow: initial;
}
.em-header-style01 #em-login-link a:hover {
	text-decoration: underline;
}
.em-header-style01 .em-register-link, .em-header-style01 .em-account-link {
	position: relative;
}
.em-header-style01 .em-links-wishlist a {
	position: relative;
}
.em-header-style01 .top-link-deal {
	position: relative;
}
.em-header-style01 .welcome-msg,
.em-header-style01 .em-top-links > ul li,
.em-header-style01 .em-top-links ul.links li,
.em-header-style01 .em-top-links ul.em-links-wishlist li {
	padding: 9px 0 10px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
	overflow: initial;
}
.em-header-style01 .welcome-msg:before,
.em-header-style01 .em-top-links > ul li:before,
.em-header-style01 .em-top-links ul.links li:before,
.em-header-style01 .em-top-links ul.em-links-wishlist li:before {
	content: "|";
	margin-right: 15px;
}
.em-rtl .em-header-style01 .welcome-msg:before, .em-rtl
.em-header-style01 .em-top-links > ul li:before, .em-rtl
.em-header-style01 .em-top-links ul.links li:before, .em-rtl
.em-header-style01 .em-top-links ul.em-links-wishlist li:before {
	margin-right: 0;
	margin-left: 15px;
}
.em-header-style01 .welcome-msg a:hover,
.em-header-style01 .em-top-links > ul li a:hover,
.em-header-style01 .em-top-links ul.links li a:hover,
.em-header-style01 .em-top-links ul.em-links-wishlist li a:hover {
	text-decoration: underline;
}
.em-header-style01 .toolbar-switch .toolbar-title {
	padding: 0 !important;
}
.em-header-style01 .f-left .toolbar-switch {
	margin: 0 30px 0 0;
}
.em-header-style01 .toolbar-switch {
	margin: 0 0 0 30px;
	/*display: inline-block;*/
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	overflow: initial;
}
.em-header-style01 .toolbar-switch:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	z-index: 1;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.em-header-style01 .toolbar-switch:hover:before {
	left: 0;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.em-header-style01 .toolbar-switch:before {
	bottom: auto;
	top: 0;
}
.em-header-style01 .toolbar-switch span.current {
	padding: 9px 0 10px;
	min-height: 30px;
}
.em-header-style01 .em-language-currency .form-language.toolbar-switch span.current {
	padding-left: 30px; /*25px*/
	background-position: 0px center;
}
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .line-top {
	border-top-width: 1px;
	border-top-style: solid;
}
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0,
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
	margin: 0;
	display: inline-block;
	float: none;
}
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > a span,
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
	padding: 20px 20px;
	text-transform: uppercase;
}
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > a.arrow,
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow {
	top: 2px;
	right: 18px;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .menu-container,
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container {
	text-align: left;
	top: 58px;
}
.em-header-style01 .em-fixed-top.navbar-fixed-top .em-text-mycart {
	display: none;
}
.em-header-style01 .em-fixed-top.navbar-fixed-top .em-logo-sticky {
	margin-right: 30px;
}
.em-header-style01 .em-fixed-top.navbar-fixed-top .em-menu-hoz {
	margin-left: -20px !important;
}
.em-header-style01 .em-fixed-top.navbar-fixed-top .menu-container, .em-header-style01 .em-fixed-top.navbar-fixed-top .level0 ul {
	text-align: left;
}

/*===============RTL=================*/
.em-rtl .em-header-style01 .toolbar-switch {
	margin: 0 0 0 30px;
}
.em-rtl .em-header-style01 .text-left {
	text-align: right;
}
.em-rtl .em-header-style01 .em-language-currency .form-language:after {
	left: -15px;
	right: auto;
}
.em-rtl .em-header-style01 .em-language-currency .form-language span.current {
	background-position: right 13px;
	padding-right: 25px;
	padding-left: 0;
}
.em-rtl .em-header-style01 .em-top-cart {
	margin-left: 0 !important;
}
.em-rtl .em-header-style01 .em-top-links ul.em-links-wishlist li {
	margin: 0;
}
.em-rtl .em-header-style01 .em-links-wishlist a:before {
	margin-left: 10px;
}
.em-rtl .em-header-style01 .em_nav .hnav .menu-item-depth-0 > a.arrow,
.em-rtl .em-header-style01 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
	left: 18px;
	right: auto !important;
}
.em-rtl .em-header-style01 .em_nav .hnav .menu-item-depth-0,
.em-rtl .em-header-style01 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 {
	margin-right: 0;
}
.em-rtl .em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-rtl .em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 .level0 ul,
.em-rtl .em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container,
.em-rtl .em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 .level0 ul {
	text-align: right;
}
.em-rtl .em-header-style01 .em-account,
.em-rtl .em-header-style01 .em-search .em-container-js-search {
	right: auto;
	left: -65px;
}
.em-rtl .em-header-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0,
.em-rtl .em-header-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 {
	margin-right: 0;
}
.em-rtl .em-header-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-container, .em-rtl .em-header-style01 .em-header-bottom.navbar-fixed-top .em_nav .hnav .level0 ul {
	text-align: right;
}
.em-rtl .em-header-style01 .em-header-bottom.navbar-fixed-top .em-search-sticky {
	right: auto;
	left: 65px;
}

.em-rtl #em-mheader .em-top-search .form-search button.button {
	right: auto;
	left: 0;
}

.em-header-electronic-style05 {
	/*fixed top*/
}
.em-header-electronic-style05 .em-header-top {
	-webkit-box-shadow: 0 0 4px #cdcdcd;
	-moz-box-shadow: 0 0 4px #cdcdcd;
	box-shadow: 0 0 4px #cdcdcd;
}
.em-header-electronic-style05 .em-header-middle {
	padding: 10px 0;
}
.em-header-electronic-style05 .em-logo .logo {
	margin: 20px 0;
}
.em-header-electronic-style05 #em-login-link {
	position: relative;
	padding: 9px 0 10px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
	overflow: initial;
}
.em-header-electronic-style05 #em-login-link a:hover {
	text-decoration: underline;
}
.em-header-electronic-style05 .em-register-link, .em-header-electronic-style05 .em-account-link {
	position: relative;
}
.em-header-electronic-style05 .em-links-wishlist a {
	position: relative;
}
.em-header-electronic-style05 .top-link-deal {
	position: relative;
}
.em-header-electronic-style05 .welcome-msg,
.em-header-electronic-style05 .em-top-links > ul li,
.em-header-electronic-style05 .em-top-links ul.links li,
.em-header-electronic-style05 .em-top-links ul.em-links-wishlist li {
	padding: 9px 0 10px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
	overflow: initial;
}
.em-header-electronic-style05 .welcome-msg:before,
.em-header-electronic-style05 .em-top-links > ul li:before,
.em-header-electronic-style05 .em-top-links ul.links li:before,
.em-header-electronic-style05 .em-top-links ul.em-links-wishlist li:before {
	content: "|";
	margin-right: 15px;
}
.em-rtl .em-header-electronic-style05 .welcome-msg:before, .em-rtl
.em-header-electronic-style05 .em-top-links > ul li:before, .em-rtl
.em-header-electronic-style05 .em-top-links ul.links li:before, .em-rtl
.em-header-electronic-style05 .em-top-links ul.em-links-wishlist li:before {
	margin-right: 0;
	margin-left: 15px;
}
.em-header-electronic-style05 .welcome-msg a:hover,
.em-header-electronic-style05 .em-top-links > ul li a:hover,
.em-header-electronic-style05 .em-top-links ul.links li a:hover,
.em-header-electronic-style05 .em-top-links ul.em-links-wishlist li a:hover {
	text-decoration: underline;
}
.em-header-electronic-style05 .em-top-links > ul li.em-account-link:before {
	display: none;
}
.em-header-electronic-style05 .toolbar-switch .toolbar-title {
	padding: 0 !important;
}
.em-header-electronic-style05 .f-left .toolbar-switch {
	margin: 0 30px 0 0;
}
.em-header-electronic-style05 .toolbar-switch {
	margin: 0 0 0 30px;
	/*display: inline-block;*/
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	overflow: initial;
}
.em-header-electronic-style05 .toolbar-switch:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	z-index: 1;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.em-header-electronic-style05 .toolbar-switch:hover:before {
	left: 0;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.em-header-electronic-style05 .toolbar-switch:before {
	bottom: auto;
	top: 0;
}
.em-header-electronic-style05 .toolbar-switch span.current {
	padding: 9px 0 10px;
	min-height: 30px;
}
.em-header-electronic-style05 .em-language-currency .form-language:after {
	content: "";
	position: absolute;
	top: 9px;
	right: -15px;
	content: '|';
}
.em-header-electronic-style05 .em-language-currency .form-language.toolbar-switch span.current {
	padding-left: 25px;
	background-position: 0px center;
}
.em-header-electronic-style05 .em-search {
	width: 82.7%;
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	width: -o-calc(100% - 65px);
	width: calc(100% - 65px);
	margin-top: 23px;
}
.em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) {
	margin-top: 23px;
	margin-left: 20px;
}
.em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) .em-topcart-text {
	display: none;
}
.em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart {
	padding: 14px 13px 9px 13px;
}
.em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart:after {
	display: none;
}
.em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart:before {
	margin: 0;
}
.em-header-electronic-style05 .em-top-cart:not(.em-top-cart-sticky) .em-amount-topcart .em-topcart-qty {
	position: absolute;
	top: -8px;
	right: -8px;
	padding: 0px 7px;
	display: inline-block;
	background: red;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
}
.em-header-electronic-style05 .em_nav .hnav {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0,
.em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
	margin-right: 15px;
	margin-left: 15px;
	display: inline-block;
	float: none;
}
.em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > a span,
.em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
	padding-left: 0;
	padding-right: 15px;
}
.em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 .level0 ul,
.em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container,
.em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 .level0 ul {
	text-align: left;
}
.em-header-electronic-style05 .em-header-bottom {
	margin-bottom: 30px;
}
.em-header-electronic-style05 .em-header-bottom .all_categories {
	padding-bottom: 0;
}
.em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .em-logo-sticky {
	display: none !important;
}
.em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .em-search-sticky {
	right: 50px;
}
.em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .menuleft {
	position: absolute;
}
.em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .wrapper-menu {
	padding-right: 100px;
}
.em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .wrapper-menu .em-menu-hoz {
	float: none !important;
}
.em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .wrapper-menu .em_nav {
	padding: 0 !important;
}
.em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .wrapper-menu .all_categories {
	margin-bottom: -30px;
}
.em-header-electronic-style05 .menuleft {
	display: none;
}
.em-header-electronic-style05 .menu-wrapper:hover .menuleft {
	display: block;
}
.em-header-electronic-style05 .navbar-fixed-top .menuleft {
	display: none !important;
}
.em-header-electronic-style05 .navbar-fixed-top .menu-wrapper:hover .menuleft {
	display: block !important;
}

.cms-index-index .em-header-electronic-style05 .em-header-bottom:not(.navbar-fixed-top) .menuleft {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .all_categories .menuleftText span {
		font-size: 80%;
	}
	.em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .all_categories .menuleftText:after {
		font-size: 85%;
		margin-top: 5px;
	}
}
/*===============RTL=================*/
.em-rtl .em-header-electronic-style05 .welcome-msg,
.em-rtl .em-header-electronic-style05 .account-link,
.em-rtl .em-header-electronic-style05 .em-top-links > ul li,
.em-rtl .em-header-electronic-style05 .em-top-links ul.links li,
.em-rtl .em-header-electronic-style05 .em-top-links ul.em-links-wishlist li {
	margin-left: 0;
	margin-right: 15px;
}
.em-rtl .em-header-electronic-style05 .f-left .toolbar-switch {
	margin-left: 30px;
	margin-right: 0px;
}
.em-rtl .em-header-electronic-style05 .em-links-wishlist a:before, .em-rtl .em-header-electronic-style05 .link-account:before, .em-rtl .em-header-electronic-style05 .em-logout-link:before,
.em-rtl .em-header-electronic-style05 .em-register-link:before, .em-rtl .em-header-electronic-style05 .em-account-link:before {
	margin-right: 0;
	margin-left: 10px;
}
.em-rtl .em-header-electronic-style05 .em-top-cart {
	margin-left: 0;
}
.em-rtl .em-header-electronic-style05 .em-top-cart .em-summary-topcart {
	margin-right: 10px;
}
.em-rtl .em-header-electronic-style05 .form-search .text-search {
	float: left;
}
.em-rtl .em-header-electronic-style05 .em-language-currency .form-language:after {
	left: -15px;
	right: auto;
}
.em-rtl .em-header-electronic-style05 .em-language-currency .form-language span.current {
	background-position: right 13px;
	padding-right: 25px;
	padding-left: 0;
}
.em-rtl .em-header-electronic-style05 .em_nav .hnav {
	text-align: left;
}
.em-rtl .em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0,
.em-rtl .em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
	margin-right: 15px;
	margin-left: 15px;
	float: none;
}
.em-rtl .em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > a span,
.em-rtl .em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
	padding-left: 15px;
	padding-right: 0px;
}
.em-rtl .em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-rtl .em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 .level0 ul,
.em-rtl .em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container,
.em-rtl .em-header-electronic-style05 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 .level0 ul {
	text-align: right;
}
.em-rtl .em-header-electronic-style05 .em-fixed-top.navbar-fixed-top .wrapper-menu {
	padding-right: 0px;
	padding-left: 100px;
}
.em-rtl .em-header-electronic-style05 .all_categories .menuleftText:after {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}
.em-rtl .em-wrapper-header .em-header-electronic-style05
.em-fixed-top.navbar-fixed-top .em-menu-hoz {
	float: none !important;
}

.em-header-electronic-style06 {
	/*Fix top*/
}
.em-header-electronic-style06 .em-header-middle {
	padding: 10px 0;
}
.em-header-electronic-style06 .em-logo .logo {
	margin: 40px 0;
}
.em-header-electronic-style06 .em-menu-hoz {
	margin: 35px 0 30px;
}
.em-header-electronic-style06 .link-account, .em-header-electronic-style06 .em-logout-link {
	position: relative;
}
.em-header-electronic-style06 .link-account:before, .em-header-electronic-style06 .em-logout-link:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f13e";
	font-size: 100%;
	margin-right: 10px;
}
.em-header-electronic-style06 .em-register-link, .em-header-electronic-style06 .em-account-link {
	position: relative;
}
.em-header-electronic-style06 .em-register-link:before, .em-header-electronic-style06 .em-account-link:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f084";
	font-size: 100%;
	margin-right: 10px;
}
.em-header-electronic-style06 .em-links-wishlist a {
	position: relative;
}
.em-header-electronic-style06 .em-links-wishlist a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f004";
	font-size: 100%;
	margin-right: 10px;
}
.em-header-electronic-style06 .top-link-deal {
	position: relative;
}
.em-header-electronic-style06 .top-link-deal:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f02c";
	font-size: 100%;
	margin-right: 10px;
}
.em-header-electronic-style06 .welcome-msg,
.em-header-electronic-style06 .account-link,
.em-header-electronic-style06 .em-top-links > ul li,
.em-header-electronic-style06 .em-top-links ul.links li,
.em-header-electronic-style06 .em-top-links ul.em-links-wishlist li {
	padding: 15px 0;
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
	/*display: inline-block;*/
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	overflow: initial;
}
.em-header-electronic-style06 .welcome-msg:before,
.em-header-electronic-style06 .account-link:before,
.em-header-electronic-style06 .em-top-links > ul li:before,
.em-header-electronic-style06 .em-top-links ul.links li:before,
.em-header-electronic-style06 .em-top-links ul.em-links-wishlist li:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	z-index: 1;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.em-header-electronic-style06 .welcome-msg:hover:before,
.em-header-electronic-style06 .account-link:hover:before,
.em-header-electronic-style06 .em-top-links > ul li:hover:before,
.em-header-electronic-style06 .em-top-links ul.links li:hover:before,
.em-header-electronic-style06 .em-top-links ul.em-links-wishlist li:hover:before {
	left: 0;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.em-header-electronic-style06 .welcome-msg:before,
.em-header-electronic-style06 .account-link:before,
.em-header-electronic-style06 .em-top-links > ul li:before,
.em-header-electronic-style06 .em-top-links ul.links li:before,
.em-header-electronic-style06 .em-top-links ul.em-links-wishlist li:before {
	bottom: auto;
	top: 0;
}
.em-header-electronic-style06 .toolbar-switch .toolbar-title {
	padding: 0 !important;
}
.em-header-electronic-style06 .toolbar-switch {
	margin: 0 30px 0 0;
	/*display: inline-block;*/
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	overflow: initial;
}
.em-header-electronic-style06 .toolbar-switch:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	z-index: 1;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.em-header-electronic-style06 .toolbar-switch:hover:before {
	left: 0;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.em-header-electronic-style06 .toolbar-switch:before {
	bottom: auto;
	top: 0;
}
.em-header-electronic-style06 .toolbar-switch span.current {
	padding: 15px 0;
	min-height: 30px;
}
.em-header-electronic-style06 .em-language-currency .form-language.toolbar-switch span.current {
	padding-left: 25px;
	background-position: 0px center;
}
.em-header-electronic-style06 .em-top-cart .em-amount-topcart {
	padding: 15px 30px 15px 0px;
}
.em-header-electronic-style06 .em-top-cart .em-amount-topcart:before {
	font-size: 14px;
}
.em-header-electronic-style06 .em-top-cart .em-amount-topcart:after {
	top: 17px;
}
.em-header-electronic-style06 .em-top-cart .topcart-popup {
	top: 49px;
}
.em-header-electronic-style06 .em-top-cart .em-text-mycart {
	text-transform: capitalize;
}
.em-header-electronic-style06 .em-search {
	padding-left: 15px;
	margin: 50px 0 30px;
}
.em-header-electronic-style06 .em-search.em-search-sticky {
	display: inline-block !important;
}
.em-header-electronic-style06 .navbar-fixed-top .em-text-mycart {
	display: none;
}

/*===============RTL=================*/
.em-rtl .em-header-electronic-style06 .welcome-msg,
.em-rtl .em-header-electronic-style06 .account-link,
.em-rtl .em-header-electronic-style06 .em-top-links > ul li,
.em-rtl .em-header-electronic-style06 .em-top-links ul.links li,
.em-rtl .em-header-electronic-style06 .em-top-links ul.em-links-wishlist li,
.em-rtl .em-header-electronic-style06 .toolbar-switch {
	margin-left: 0;
	margin-right: 30px;
}
.em-rtl .em-header-electronic-style06 .em-language-currency .form-language {
	margin-right: 0;
}
.em-rtl .em-header-electronic-style06 .em-language-currency .form-language span.current {
	background-position: right 20px;
	padding-right: 25px;
	padding-left: 0;
}
.em-rtl .em-header-electronic-style06 .em-links-wishlist a:before, .em-rtl .em-header-electronic-style06 .link-account:before, .em-rtl .em-header-electronic-style06 .em-logout-link:before,
.em-rtl .em-header-electronic-style06 .em-register-link:before, .em-rtl .em-header-electronic-style06 .em-account-link:before, .em-rtl .em-header-electronic-style06 .em-top-cart .em-amount-topcart:before {
	margin-right: 0;
	margin-left: 10px;
}
.em-rtl .em-header-electronic-style06 .em-top-cart {
	margin-left: 0;
}
.em-rtl .em-header-electronic-style06 .em-top-cart .em-summary-topcart {
	margin-right: 10px;
}
.em-rtl .em-header-electronic-style06 .em-search {
	padding-left: 0;
	padding-right: 15px;
}
.em-rtl .em-header-electronic-style06 .em-search .em-container-js-search {
	left: 0;
	right: auto;
}
.em-rtl .em-header-electronic-style06 .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart:after {
	left: 0;
}

.em-wrapper-header .em-header-electronic-style07 {
	/*====================================*/
}
.em-wrapper-header .em-header-electronic-style07 .em-header-middle {
	padding: 10px 0;
}
.em-wrapper-header .em-header-electronic-style07 .em-logo .logo {
	margin: 20px 0;
}
.em-wrapper-header .em-header-electronic-style07 .em-menu-hoz {
	margin: 0;
}
.em-wrapper-header .em-header-electronic-style07 .em-account {
	top: 57px;
	text-transform: none;
}
.em-wrapper-header .em-header-electronic-style07 .link-account, .em-wrapper-header .em-header-electronic-style07 .em-logout-link {
	position: relative;
}
.em-wrapper-header .em-header-electronic-style07 .link-account:before, .em-wrapper-header .em-header-electronic-style07 .em-logout-link:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f13e";
	font-size: 100%;
	margin-right: 10px;
}
.em-wrapper-header .em-header-electronic-style07 .account-link {
	margin: 20px 0 0 10px !important;
}
.em-wrapper-header .em-header-electronic-style07 .account-link:before {
	display: none;
}
.em-wrapper-header .em-header-electronic-style07 .link-account {
	padding: 9px 10px 10px;
	margin-right: 8px;
	position: relative;
	cursor: pointer;
	font-size: 0;
}
.em-wrapper-header .em-header-electronic-style07 .link-account:before {
	width: 29px;
	height: 29px;
	background-image: url("../images/icons.png");
	background-position: -209px -256px;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-left: 0 !important;
}
.em-wrapper-header .em-header-electronic-style07 .em-register-link, .em-wrapper-header .em-header-electronic-style07 .em-account-link {
	position: relative;
}
.em-wrapper-header .em-header-electronic-style07 .em-register-link:before, .em-wrapper-header .em-header-electronic-style07 .em-account-link:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f084";
	font-size: 100%;
	margin-right: 10px;
}
.em-wrapper-header .em-header-electronic-style07 .em-links-wishlist a {
	position: relative;
	text-transform: capitalize;
}
.em-wrapper-header .em-header-electronic-style07 .em-links-wishlist a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f004";
	font-size: 100%;
	margin-right: 10px;
}
.em-wrapper-header .em-header-electronic-style07 .welcome-msg,
.em-wrapper-header .em-header-electronic-style07 .account-link,
.em-wrapper-header .em-header-electronic-style07 .em-top-links > ul li,
.em-wrapper-header .em-header-electronic-style07 .em-top-links ul.links li,
.em-wrapper-header .em-header-electronic-style07 .em-top-links ul.em-links-wishlist li {
	padding: 9px 0 10px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	/*display: inline-block;*/
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	overflow: initial;
}
.em-wrapper-header .em-header-electronic-style07 .welcome-msg:before,
.em-wrapper-header .em-header-electronic-style07 .account-link:before,
.em-wrapper-header .em-header-electronic-style07 .em-top-links > ul li:before,
.em-wrapper-header .em-header-electronic-style07 .em-top-links ul.links li:before,
.em-wrapper-header .em-header-electronic-style07 .em-top-links ul.em-links-wishlist li:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	z-index: 1;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.em-wrapper-header .em-header-electronic-style07 .welcome-msg:hover:before,
.em-wrapper-header .em-header-electronic-style07 .account-link:hover:before,
.em-wrapper-header .em-header-electronic-style07 .em-top-links > ul li:hover:before,
.em-wrapper-header .em-header-electronic-style07 .em-top-links ul.links li:hover:before,
.em-wrapper-header .em-header-electronic-style07 .em-top-links ul.em-links-wishlist li:hover:before {
	left: 0;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.em-wrapper-header .em-header-electronic-style07 .welcome-msg:before,
.em-wrapper-header .em-header-electronic-style07 .account-link:before,
.em-wrapper-header .em-header-electronic-style07 .em-top-links > ul li:before,
.em-wrapper-header .em-header-electronic-style07 .em-top-links ul.links li:before,
.em-wrapper-header .em-header-electronic-style07 .em-top-links ul.em-links-wishlist li:before {
	bottom: auto;
	top: 0;
}
.em-wrapper-header .em-header-electronic-style07 .em-language-currency .form-language:after {
	content: "";
	position: absolute;
	top: 9px;
	right: -15px;
	content: '|';
}
.em-wrapper-header .em-header-electronic-style07 .toolbar-switch .toolbar-title {
	padding: 0 !important;
}
.em-wrapper-header .em-header-electronic-style07 .toolbar-switch .toolbar-title select {
	background: none;
	border: none;
}
.em-wrapper-header .em-header-electronic-style07 .toolbar-switch {
	margin: 0 30px 0 0;
	/*display: inline-block;*/
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	overflow: initial;
}
.em-wrapper-header .em-header-electronic-style07 .toolbar-switch:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	z-index: 1;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.em-wrapper-header .em-header-electronic-style07 .toolbar-switch:hover:before {
	left: 0;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.em-wrapper-header .em-header-electronic-style07 .toolbar-switch:before {
	height: 2px;
	bottom: auto;
	top: 0;
}
.em-wrapper-header .em-header-electronic-style07 .toolbar-switch span.current {
	padding: 9px 0 10px;
	min-height: 30px;
	background-position: 0px center;
	text-transform: capitalize;
}
.em-wrapper-header .em-header-electronic-style07 .toolbar-switch span.current:after {
	font-size: 90%;
	height: 2px;
}
.em-wrapper-header .em-header-electronic-style07 .toolbar-switch.form-language span.current {
	padding-left: 25px;
}
.em-wrapper-header .em-header-electronic-style07 .em-search {
	margin-top: 28px;
}
.em-wrapper-header .em-header-electronic-style07 .em-search .form-search {
	float: none;
	overflow: hidden;
	border: 3px solid;
	width: 80%;
}
.em-wrapper-header .em-header-electronic-style07 .em-search .form-search input.input-text {
	font-size: 105%;
	font-style: italic;
}
.em-wrapper-header .em-header-electronic-style07 .em-search .form-search button.button {
	top: -3px;
}
.em-wrapper-header .em-header-electronic-style07 .em-search .form-search button.button:before {
	font-size: 25px;
}
.em-wrapper-header .em-header-electronic-style07 .em-search .em-search-icon {
	padding: 9px 0;
	display: block;
	padding: 7px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 31px;
	height: 31px;
}
.em-wrapper-header .em-header-electronic-style07 .em-search .em-search-icon span:before {
	font-size: 16px;
}
.em-wrapper-header .em-header-electronic-style07 .em-search .em-search-icon:hover span {
	position: relative;
	z-index: 999;
}
.em-wrapper-header .em-header-electronic-style07 .em-top-cart {
	margin: 28px 0 0 10px;
	text-indent: 0;
	font-size: 100%;
}
.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart {
	width: auto;
	height: auto;
	text-indent: 0;
	font-size: 120%;
	border-width: 1px;
	border-style: solid;
	padding: 0;
}
.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
	position: relative;
	display: inline-block;
	width: 47px;
	height: 47px;
	text-align: center;
}
.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .fa-shopping-cart {
	width: 29px;
	height: 40px;
	background-image: url("../images/icons.png");
	background-position: -283px -246px;
	background-repeat: no-repeat;
}
.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .fa-shopping-cart:before {
	content: "";
}
.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper .em-topcart-qty {
	position: absolute;
	right: 5px;
	top: 7px;
	width: 19px;
	height: 19px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border-width: 2px;
	border-style: solid;
	font-size: 85% !important;
	line-height: 16px;
}
.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart .em-topcart-subtotal {
	padding: 0 18px 0 13px;
	font-size: 120%;
	vertical-align: top;
	margin-top: 9px;
	display: inline-block;
}
.em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart:before, .em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart:after {
	display: none;
}
.em-wrapper-header .em-header-electronic-style07 .em-top-cart .topcart-popup {
	top: 49px;
	-webkit-box-shadow: 0 0 5px #f6f6f6;
	-moz-box-shadow: 0 0 5px #f6f6f6;
	box-shadow: 0 0 5px #f6f6f6;
}
.em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 {
	margin-left: 0;
}
.em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 > a span,
.em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
	padding-left: 35px;
	padding-right: 35px;
}
.em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 > a.arrow,
.em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
	top: 6px;
	right: 18px;
}
.em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 > .menu-container,
.em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .em-catalog-navigation.horizontal.horizontal > li > ul {
	top: 50px;
	text-align: left;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom .em-logo-sticky,
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom .em-search-sticky,
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom .em-top-cart-sticky {
	display: none !important;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top {
	padding: 8px 0 3px 0;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-logo-sticky,
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-search-sticky,
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-top-cart-sticky {
	display: inline-block !important;
	margin-bottom: 5px;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .hnav .menu-item-depth-0 > .menu-container {
	top: 55px !important;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart {
	border: none;
	padding: 0;
	min-height: 1px;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart .em-topcart-subtotal {
	display: none;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
	border: none;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-top-cart .em-amount-topcart:after {
	display: none;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-search-sticky {
	right: 65px;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-search-sticky .em-container-js-search .form-search {
	width: 100%;
	margin: 0;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em_nav {
	padding-right: 0;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 {
	margin-left: 0;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a span,
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
	padding-left: 20px;
	padding-right: 20px;
}
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a.arrow,
.em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
	right: 3px;
}

/*======Right To Left=========*/
.em-rtl .em-language-currency .toolbar-switch,
.em-rtl .em-language-currency .block-currency,
.em-rtl .em-language-currency .form-language {
	float: right;
}

.em-rtl .em-wrapper-header .em-header-electronic-style07 .toolbar-switch {
	margin: 0 0 0 30px;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .text-left {
	text-align: right;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-language-currency .form-language:after {
	left: -15px;
	right: auto;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-language-currency .form-language span.current {
	background-position: right 13px;
	padding-right: 25px;
	padding-left: 0;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-top-links ul.em-links-wishlist li {
	margin: 0;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-links-wishlist a:before {
	margin-left: 10px;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-top-cart {
	margin-left: 0;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-summary-topcart {
	margin-right: 0;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-top-cart .em-amount-topcart .em-topcart-qty-wrapper {
	border-width: 0 0 0 2px;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 {
	margin-right: 0;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 > a span,
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .em-catalog-navigation.horizontal > li.level0 > a.em-menu-link span {
	padding-left: 35px;
	padding-right: 35px;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 > a.arrow,
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
	left: 18px;
	right: auto;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
	margin-right: 0;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-rtl .em-wrapper-header .em-header-electronic-style07 .em-header-bottom .em_nav .hnav .menu-item-depth-0 .level0 ul,
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container,
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 .level0 ul {
	text-align: right;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-account,
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-search .em-container-js-search {
	right: auto;
	left: -65px;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 {
	margin-right: 0;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a.arrow,
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal > li.level0 > a.arrow {
	right: auto;
	left: 3px;
}
.em-rtl .em-wrapper-header .em-header-electronic-style07 .em-header-bottom.navbar-fixed-top .em-search-sticky {
	right: auto;
	left: 65px;
}

.em-rtl #em-mheader .em-top-search .form-search button.button {
	right: auto;
	left: 0;
}

.em-top-links ul, .em-top-links ol {
	margin: 0;
}
.em-top-links .list-inline > li {
	padding: 0;
}

/*Logo*/
.em-logo .logo {
	display: inline-block;
	text-decoration: none;
}
.em-logo .logo img {
	max-width: 311px;
}
.em-logo strong {
	font-size: 0;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	display: none;
}

/*Header welcome*/
.welcome-msg {
	display: inline-block;
	margin-bottom: 0;
}

/*Header Link Mobile*/
.list-link-mobile {
	overflow: hidden;
	margin: 0 !important;
	padding: 10px 0 0;
}
.list-link-mobile li {
	padding: 10px 0;
}
.list-link-mobile li a:before {
	font-size: 16px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ffffff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 1px;
	font-family: FontAwesome;
	display: inline-block;
	color: #ffffff;
	background: transparent;
}
.list-link-mobile li a.fa-shopping-cart:before {
	color: #ffffff;
	background: #50b200;
	border: 1px solid #50b200;
}
.list-link-mobile li span {
	display: inline-block;
	width: 100%;
}
.list-link-mobile li:first-child {
	border-left: 0;
}

/*=================== fix top menu-search-cart ==========*/
.em-wrapper-header .navbar-fixed-top {
	padding: 10px 0;
	position: fixed !important;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 5.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_titles;
	-moz-animation-duration: 5.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
}
.em-wrapper-header .em-fixed-top .em-logo-sticky {
	float: left;
	margin-right: 1rem;
	display: none;
}
.em-wrapper-header .em-fixed-top .em-logo-sticky img {
	width: 0;
	height: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.em-wrapper-header .em-fixed-top .em-search-sticky,
.em-wrapper-header .em-fixed-top .em-top-cart-sticky {
	display: none;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav {
	padding-top: 0;
	margin-top: 0;
	padding-right: 130px;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a.em-menu-link span,
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span {
	padding-bottom: 15px;
	padding-top: 15px;
	text-transform: uppercase;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a.em-menu-link:hover,
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link:hover {
	margin-bottom: -35px;
	padding-bottom: 35px;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .menu-container {
	top: 60px;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-logo {
	display: none;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-logo-sticky {
	display: block;
	width: 208px;
	padding: 5px 0 0;
	z-index: 1;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-logo-sticky img {
	width: 100%;
	height: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky {
	display: block;
	position: absolute;
	top: 0px;
	right: 62px;
	padding: 0;
	margin: 0;
	width: auto;
	border: none;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky:before {
	content: "";
	float: right;
	height: 100%;
	position: absolute;
	right: 3px;
	left: auto;
	top: 13px;
	height: 22px;
	background: #fff;
	width: 1px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-search-icon {
	padding: 0;
	border: none;
	width: auto;
	height: auto;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-search-icon span:before {
	padding: 15px 20px 13px;
	text-align: center;
	font-size: 18px;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-container-js-search {
	top: 50px;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-container-js-search .form-search input.input-text {
	height: 42px;
	line-height: 34px;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-container-click-search {
	top: 50px;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-container-click-search .form-search input.input-text {
	height: 42px;
	line-height: 34px;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart {
	position: absolute;
	right: 15px;
	top: 0px;
	margin: 0;
	display: block;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .topcart-popup {
	top: 50px;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-topcart-text {
	display: none;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart {
	padding: 14px 5px 14px 0px;
	min-height: 50px;
	min-width: 1px;
	width: auto;
	height: auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart:after {
	top: 16px;
	right: 0;
	content: "\f107";
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart .em-topcart-qty {
	font-size: 0;
}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-menu-hoz {
	float: left !important;
	margin: 0;
}

.em-rtl .em-wrapper-header .em-fixed-top .em-logo-sticky {
	float: right;
	margin-right: 0rem;
	margin-left: 1rem;
}
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em-menu-hoz {
	float: right !important;
}
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav {
	padding-right: 0px;
	padding-left: 100px;
}
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search {
	right: auto;
	left: 52px;
}
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search .em-container-js-search {
	right: auto;
	left: 0;
}
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky:before {
	left: 3px;
	right: auto;
}
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart {
	right: auto;
	left: 10px;
}

/* ============================================ *
 * Footer
 * ============================================ */
 /******Class Padding********/
 .padding-top20 {
 	padding-top: 20px;
 }

 .space_block {
 	margin-bottom: 50px;
 }

 .space_small_block {
 	margin-bottom: 30px;
 }

 /******Visible - Hidden********/
 .hidden-3col,
 .hidden-2col {
 	display: none;
 }

 /*======TRUNK1========*/
 .em-footer-electronic-style01 .em-footer-info-top {
 	text-align: center;
 	padding: 70px 0 50px 0;
 }
 .em-footer-electronic-style01 .em-footer-info-top input {
 	border-width: 3px;
 	border-style: solid;
 	padding: 8px 15px;
 	height: auto;
 	font-style: italic;
 	background: none;
 }
 .em-footer-electronic-style01 .em-footer-info-top .em-block-title .h4 {
 	font-size: 300%;
 }
 .em-footer-electronic-style01 .em-footer-info-top .em-newsletter p {
 	font-size: 105%;
 	margin: 18px 0 12px 0;
 }
 .em-footer-electronic-style01 .em-footer-info-top .em-newsletter .form-subscribe-content {
 	display: inline-block;
 	width: 50%;
 	position: relative;
 }
 .em-footer-electronic-style01 .em-footer-info-top .em-newsletter .form-subscribe-content .actions button.button {
 	top: 15px;
 }
 .em-footer-electronic-style01 .em-footer-info-middle {
 	border-width: 1px 0 1px 0;
 	border-style: solid;
 	padding: 60px 0 30px;
 	margin-bottom: 40px;
 }
 .em-footer-electronic-style01 .em-footer-info-middle .em-block-title .h4 {
 	font-size: 120%;
 	padding-bottom: 25px;
 }
 .em-footer-electronic-style01 .em-footer-info-middle .em-links li {
 	padding: 4px 0;
 	font-size: 105%;
 }
 .em-footer-electronic-style01 .em-footer-info-middle .block-adress span {
 	display: inline-block;
 	width: 88%;
 }
 .em-footer-electronic-style01 .em-footer-info-middle .block-adress span.fa {
 	width: 12%;
 	margin-top: 3px;
 	font-size: 15px;
 	vertical-align: top;
 }
 .em-footer-electronic-style01 .em-footer-info-bottom .em-wrapper-social .h4 {
 	float: left;
 	margin: 5px 10px 0 0;
 }
 .em-footer-electronic-style01 .em-footer-info-bottom .em-wrapper-social .em-social .em-social-icon {
 	display: inline-block;
 	margin: 0 10px 0 0;
 	width: 30px;
 	height: 30px;
 	line-height: 30px;
 	text-align: center;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 }
 .em-footer-electronic-style01 .em-footer-info-bottom .em-wrapper-social .em-social .em-social-icon .fa {
 	vertical-align: middle;
 }
 .em-footer-electronic-style01 .em-footer-bottom {
 	text-align: center;
 	padding: 18px 0;
 	margin: 30px 0 0 0;
 }
 .em-footer-electronic-style01 .em-footer-bottom address {
 	margin: 0;
 	font-size: 105%;
 }
 .em-footer-electronic-style01 .em-payment-icon.em-union {
 	width: 69px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: 0 -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style01 .em-payment-icon.em-master {
 	width: 38px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -83px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style01 .em-payment-icon.em-visa {
 	width: 50px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -133px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style01 .em-payment-icon.em-dhl {
 	width: 65px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -194px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style01 .em-payment-icon.em-web-money {
 	width: 70px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -272px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style01 .em-payment-icon.em-other {
 	width: 25px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -346px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style01 .em-payment-icon.em-ems {
 	width: 62px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -381px -612px;
 	background-repeat: no-repeat;
 }

 /*======Right To Left=========*/
 .em-rtl .em-footer-electronic-style01 .em-footer-info-bottom .em-wrapper-social .h4 {
 	float: right;
 	margin-right: 0;
 	margin-left: 15px;
 }
 .em-rtl .em-footer-electronic-style01 .text-left {
 	text-align: right;
 }
 .em-rtl .em-footer-electronic-style01 .em-newsletter .form-subscribe-content .actions button.button {
 	right: auto;
 	left: 0;
 }
 .em-rtl .em-footer-electronic-style01 .em-newsletter .form-subscribe-content .input-box input.input-text {
 	padding-left: 50px;
 	padding-right: 15px;
 }

 .em-footer-electronic-style02 .container {
 	padding: 0;
 }
 .em-footer-electronic-style02 .em-footer-top {
 	padding-top: 2rem;
 	padding-bottom: 6rem;
 }
 .em-footer-electronic-style02 .em-footer-bottom {
 	padding: 10px 0 !important;
 }
 .em-footer-electronic-style02 .em-social-inner {
 	position: relative;
 }
 .em-footer-electronic-style02 .em-social-inner:before {
 	height: 1px;
 	content: "";
 	width: 100%;
 	position: absolute;
 	left: 0;
 	top: calc(50% - 1px);
 }
 .em-footer-electronic-style02 .em-social {
 	display: inline-block;
 	margin: 0;
 	position: relative;
 	padding: 0;
 }
 .em-footer-electronic-style02 .em-social .em-social-icon {
 	font-size: 0;
 	margin: 5px 0 5px 20px;
 }
 .em-footer-electronic-style02 .em-social .em-social-icon .fa {
 	font-size: 0;
 }
 .em-footer-electronic-style02 .em-social .em-social-icon .fa:before {
 	font-size: 18px;
 }
 .em-footer-electronic-style02 .em-links li {
 	margin-bottom: 10px;
 }
 .em-footer-electronic-style02 .em-wrapper-newsletter {
 	overflow: hidden;
 	position: relative;
 	padding: 1.60rem 3rem;
 	border-style: solid;
 	border-width: 1px;
 }
 .em-footer-electronic-style02 .em-wrapper-newsletter .em-block-title {
 	float: left;
 	margin: 22px 0 22px 10%;
 }
 .em-footer-electronic-style02 .em-wrapper-newsletter .em-block-title .h4 {
 	font-weight: normal;
 	font-size: 105%;
 }
 .em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter {
 	float: left;
 	width: 32%;
 	margin: 11px 0 0 8%;
 	z-index: 2;
 	position: relative;
 }
 .em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe .input-box input.input-text {
 	font-size: 90%;
 }
 .em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe .actions button.button {
 	right: -10px;
 	top: 13px;
 }
 .em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe .actions button.button:before {
 	font-size: 14px;
 }
 .em-footer-electronic-style02 .em-wrapper-newsletter:before {
 	width: 90px;
 	height: 85px;
 	background-image: url("../images/bg_ft.png");
 	background-position: 0 0;
 	background-repeat: no-repeat;
 	content: "";
 	position: absolute;
 	left: 15px;
 	top: 13px;
 }
 .em-footer-electronic-style02 .em-wrapper-newsletter:after {
 	width: 160px;
 	height: 95px;
 	background-image: url("../images/bg_ft.png");
 	background-position: 0 -145px;
 	background-repeat: no-repeat;
 	content: "";
 	position: absolute;
 	right: -1px;
 	top: 0;
 }

 /*============= RTL =================*/
 .em-rtl .em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe .actions button.button {
 	left: -10px;
 	right: auto;
 }
 .em-rtl .em-footer-electronic-style02 .em-wrapper-newsletter .em-newsletter-style01 .block-subscribe .input-box input.input-text {
 	padding-right: 15px;
 }
 .em-rtl .em-footer-electronic-style02 .em-wrapper-area-footer02 {
 	text-align: left;
 }
 .em-rtl .em-footer-electronic-style02 .em-wrapper-area-footer02 .em-social .em-social-icon {
 	margin: 0 20px 0 0;
 }

 .em-footer-style02 .em-wrapper-newsletter {
 	padding: 25px 100px 10px 100px;
 	border-style: solid;
 	border-width: 1px;
 	text-align: center;
 	position: relative;
 	margin: 0;
 }
 .em-footer-style02 .em-wrapper-newsletter:before {
 	content: "";
 	width: 90px;
 	height: 82px;
 	background: url("../images/bg_ft.png") 0 -257px no-repeat;
 	position: absolute;
 	left: 10px;
 	bottom: 0;
 }
 .em-footer-style02 .em-wrapper-newsletter:after {
 	content: "";
 	width: 158px;
 	height: 92px;
 	background: url("../images/bg_ft.png") 0 -145px no-repeat;
 	position: absolute;
 	right: 0px;
 	bottom: 0;
 }
 .em-footer-style02 .em-wrapper-newsletter .em-inner-newsletter {
 	display: inline-block;
 	position: relative;
 	z-index: 1;
 }
 .em-footer-style02 .em-wrapper-newsletter .em-inner-newsletter .em-newsletter {
 	display: inline-block;
 }
 .em-footer-style02 .em-wrapper-newsletter .em-block-title {
 	float: left;
 	margin-right: 20px;
 }
 .em-footer-style02 .em-wrapper-newsletter .block-subscribe {
 	display: inline-block;
 }
 .em-footer-style02 .em-social-icon {
 	margin: 0 10px;
 }
 .em-footer-style02 .em-wrapper-area-emthemes.em-footer-bottom {
 	padding: 30px 0 10px;
 }

 /*============= RTL =================*/
 .em-rtl .em-footer-style02 .text-right {
 	text-align: left;
 }

 /*======TRUNK2========*/
 .em-footer-electronic-style04 .em-footer-info-top {
 	padding: 62px 0 41px;
 	border-top-width: 1px;
 	border-top-style: solid;
 }
 .em-footer-electronic-style04 .em-footer-bottom {
 	padding: 40px 0 30px !important;
 }
 .em-footer-electronic-style04 .em-links li {
 	padding: 0 0 10px;
 }
 .em-footer-electronic-style04 .em-block-logo {
 	margin-bottom: 20px;
 }
 .em-footer-electronic-style04 .em-block-logo:after {
 	display: none;
 }
 .em-footer-electronic-style04 .em-block-title {
 	position: relative;
 	margin-bottom: 33px;
 }
 .em-footer-electronic-style04 .em-block-title .h2 {
 	text-transform: uppercase;
 }
 .em-footer-electronic-style04 .em-block-title.title-icon {
 	padding-bottom: 25px;
 }
 .em-footer-electronic-style04 .em-block-title.title-icon:before {
 	width: 51px;
 	position: absolute;
 	bottom: 0px;
 	left: 0;
 	display: inline-block;
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f005 \f005 \f005";
 	font-size: 9px;
 	letter-spacing: 10px;
 }
 .em-footer-electronic-style04 address {
 	margin: 6px 0 0;
 }
 .em-footer-electronic-style04 .em-footer-info-top [class*=".col-sm-"] {
 	margin-bottom: 2rem;
 }
 .em-footer-electronic-style04 .em-wrapper-newsletter {
 	margin: 0;
 }
 .em-footer-electronic-style04 .em-wrapper-newsletter .em-block-title {
 	margin-bottom: 10px;
 	margin-top: 0px;
 }
 .em-footer-electronic-style04 .em-wrapper-newsletter .em-block-title p span {
 	text-transform: none;
 }
 .em-footer-electronic-style04 .em-wrapper-newsletter .em-block-title p.h2 {
 	font-weight: 500;
 	margin-bottom: 5px;
 }
 .em-footer-electronic-style04 .em-wrapper-newsletter .em-block-title p.h2 span {
 	text-transform: uppercase;
 }
 .em-footer-electronic-style04 .em-wrapper-newsletter .em-block-content {
 	padding-bottom: 0px;
 	float: left;
 }
 .em-footer-electronic-style04 .em-wrapper-newsletter .block-subscribe .input-box input.input-text {
 	height: 50px;
 	font-style: italic;
 }
 .em-footer-electronic-style04 .em-wrapper-newsletter .block-subscribe .actions button.button {
 	top: 15px;
 }
 .em-footer-electronic-style04 .em-wrapper-social {
 	overflow: hidden;
 	margin-top: 10px;
 }
 .em-footer-electronic-style04 .em-wrapper-social .em-block-title {
 	float: left;
 	margin-right: 20px;
 	margin-bottom: 10px;
 }
 .em-footer-electronic-style04 .em-wrapper-social .em-block-content {
 	overflow: hidden;
 	float: left;
 }
 .em-footer-electronic-style04 .em-wrapper-social .em-social .em-social-icon {
 	-moz-border-radius: 50%;
 	-webkit-border-radius: 50%;
 	border-radius: 50%;
 	padding: 7px 7px;
 	border-style: solid;
 	border-width: 0px;
 	width: 32px;
 	float: right;
 	text-align: center;
 	margin-left: 15px;
 	margin-right: 0px;
 }
 .em-footer-electronic-style04 .em-wrapper-social .em-social .em-social-icon.last {
 	margin-left: 0;
 }
 .em-footer-electronic-style04 .em-footer-info-bottom .container {
 	padding-top: 50px;
 	padding-bottom: 20px;
 	border-top: 1px solid;
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 }
 .em-footer-electronic-style04 .em-footer-info-bottom .em-block-title .h2 {
 	font-size: 150%;
 }
 .em-footer-electronic-style04 .em-footer-info-bottom .fa {
 	display: inline-block;
 	font-size: 0;
 	margin-right: 10px;
 }
 .em-footer-electronic-style04 .em-footer-info-bottom .fa:before {
 	font-size: 16px;
 }
 .em-rtl .em-footer-electronic-style04 .em-footer-info-bottom .fa {
 	margin-left: 10px;
 	margin-right: 0px;
 }
 .em-footer-electronic-style04 .em-payment-icon.em-union {
 	width: 69px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: 0 -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style04 .em-payment-icon.em-master {
 	width: 38px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -83px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style04 .em-payment-icon.em-visa {
 	width: 50px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -133px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style04 .em-payment-icon.em-dhl {
 	width: 65px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -194px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style04 .em-payment-icon.em-web-money {
 	width: 70px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -272px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style04 .em-payment-icon.em-other {
 	width: 25px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -346px -612px;
 	background-repeat: no-repeat;
 }
 .em-footer-electronic-style04 .em-payment-icon.em-ems {
 	width: 62px;
 	height: 17px;
 	background-image: url("../images/icons.png");
 	background-position: -381px -612px;
 	background-repeat: no-repeat;
 }

 /*===============RTL=================*/
 .em-rtl .em-wrapper-footer .em-footer-electronic-style04 .em-block-title.title-icon:before {
 	left: auto;
 	right: 0;
 	margin-right: -10px;
 }
 .em-rtl .em-wrapper-footer .em-footer-electronic-style04 .text-left {
 	text-align: right;
 }
 .em-rtl .em-wrapper-footer .em-footer-electronic-style04 .em-wrapper-social .em-social .em-social-icon {
 	margin-left: 0;
 	margin-right: 20px;
 	float: left;
 }
 .em-rtl .em-wrapper-footer .em-footer-electronic-style04 .em-wrapper-social .em-block-content,
 .em-rtl .em-wrapper-footer .em-footer-electronic-style04 .em-wrapper-newsletter .em-block-content {
 	float: left;
 }
 .em-rtl .em-wrapper-footer .em-footer-electronic-style04 .em-wrapper-newsletter .block-subscribe .input-box {
 	float: right;
 	margin-right: 0;
 	margin-left: 10px;
 }
 .em-rtl .em-newsletter-style01 .block-subscribe .actions button.button {
 	right: auto;
 	left: 0;
 	margin-left: 0;
 }
 .em-rtl .em-newsletter-style01 .block-subscribe .input-box input.input-text {
 	padding-right: 10px;
 	padding-left: 50px;
 }

 .em-wrapper-footer .em-footer-bottom {
 	padding: 30px 0;
 }
 .em-wrapper-footer .logo-footer img {
 	max-width: 100%;
 }

 .em-payment {
 	text-align: center;
 	margin: 0 -5px;
 }
 .em-payment .em-payment-icon {
 	margin-bottom: 10px;
 }
 .em-payment .em-payment-icon {
 	margin: 0 5px 10px;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	float: left;
 }

 .em-payment-icon.em-visa {
 	width: 50px;
 	height: 29px;
 	background-image: url("../images/icons.png");
 	background-position: 0 -30px;
 	background-repeat: no-repeat;
 }

 .em-payment-icon.em-master {
 	width: 50px;
 	height: 29px;
 	background-image: url("../images/icons.png");
 	background-position: -57px -30px;
 	background-repeat: no-repeat;
 }

 .em-payment-icon.em-paypal {
 	width: 50px;
 	height: 29px;
 	background-image: url("../images/icons.png");
 	background-position: -117px -30px;
 	background-repeat: no-repeat;
 }

 .em-payment-icon.em-express {
 	width: 50px;
 	height: 29px;
 	background-image: url("../images/icons.png");
 	background-position: -181px -30px;
 	background-repeat: no-repeat;
 }

 .em-payment-icon.em-other {
 	width: 50px;
 	height: 29px;
 	background-image: url("../images/icons.png");
 	background-position: -192px -30px;
 	background-repeat: no-repeat;
 }

 /*twitter*/
 .twitter-tweet {
 	width: 100% !important;
 }

 /*social*/
 .em-social {
 	margin: 0 -2px;
 }
 .em-social .em-social-border {
 	margin-bottom: 5px;
 }

 .em-social-icon {
 	font-size: 0;
 	margin: 0 2px;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	-moz-backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	margin-bottom: 5px;
 	display: inline-block;
 }
 .em-social-icon .fa {
 	font-size: 0;
 }
 .em-social-icon .fa:before {
 	font-size: 18px;
 }
 .em-social-icon.last {
 	margin-right: 0;
 }

 /*social border*/
 .em-social-border .em-social-icon {
 	display: inline-block;
 	padding: 6px;
 	border: 1px solid;
 }

 /*===============RTL=================*/
 /*Content*/
 /*Module*/
 /*==============Multidealpro==============*/
 .multidealpro_products .products-grid {
 	clear: both;
 	margin: 0 -10px;
 }
 .multidealpro_products .products-grid .item {
 	width: 280px;
 	margin: 0 10px;
 	display: inline-table;
 	float: none !important;
 }

 .em_multidealpro .show_clock,
 .em_multidealpro .price-box {
 	display: inline-block;
 	vertical-align: middle;
 }
 .em_multidealpro .ratings {
 	padding-bottom: 0;
 }

 .multidealpro_recent .multidealpro_products {
  /*border-style: solid;
  border-width: 1px;
  border-top:0;*/
}

.show_clock .price-box p.special-price .price-label {
	display: inline-block;
}
.show_clock .price-box p:first-child {
	margin-top: 0;
}

/*Deal Home Page - Slider Multidealpro*/
.em-special-deals {
	padding-bottom: 20px;
}
.em-special-deals .widget-title h2 {
	margin-bottom: 15px;
}
.em-special-deals .products-grid li.item {
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}
.em-special-deals .products-grid .msg_soldout {
	margin-top: 10px;
}
.em-special-deals .products-grid .clock_style_1 {
	margin-top: 3px;
	margin-bottom: 0;
}
.em-special-deals .owl-carousel .owl-item .item {
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}
.em-special-deals .owl-carousel .owl-item .item .product-shop {
	position: static;
}
.em-special-deals .owl-carousel .owl-item .item .show_clock .clock {
	position: absolute;
	margin-bottom: 0;
	top: 260px;
	left: 41px;
	text-align: center;
}

/*Deal Home Digital - Slider Multidealpro*/
.em-multidealpro-detail {
	margin-bottom: 50px;
}
.em-multidealpro-detail .product-shop-left {
	text-align: center;
}
.em-multidealpro-detail .product-shop-left .product-shop-inner {
	display: inline-block;
}
.em-multidealpro-detail .product-shop-left .product-shop-inner .product-image {
	margin-right: 0;
	border: none;
}
.em-multidealpro-detail .product-shop-right .deal-clock-message {
	display: none;
}
.em-multidealpro-detail .product-shop-right .product-shop {
	padding: 5rem 0 2rem;
}
.em-multidealpro-detail .product-shop-right .clock li {
	display: inline-block;
}
.em-multidealpro-detail .product-shop-right .clock > li:first-child, .em-multidealpro-detail .product-shop-right .clock ul.clock_sub li {
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 110%;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 13px 12px;
	min-width: 82px;
	border-width: 2px;
	border-style: solid;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.em-multidealpro-detail .product-shop-right .clock > li:first-child span, .em-multidealpro-detail .product-shop-right .clock ul.clock_sub li span {
	font-size: 170%;
	line-height: 1;
}
.em-multidealpro-detail .product-shop-right h3.product-name {
	margin-bottom: 2rem;
}
.em-multidealpro-detail .product-shop-right h3.product-name a {
	font-size: 220%;
	line-height: 1.2;
}
.em-multidealpro-detail .product-shop-right .em-multideal-price-box {
	margin-bottom: 3rem;
}
.em-multidealpro-detail .product-shop-right .em-multideal-price-box .special-price span.price {
	font-weight: 700;
}
.em-multidealpro-detail .product-shop-right .em-multideal-price-box span.price {
	font-size: 150%;
	font-weight: 300;
	margin-right: 10px;
}
.em-multidealpro-detail .product-shop-right button.button.btn-cart {
	font-size: 100%;
	width: auto;
}
.em-multidealpro-detail .product-shop-right button.button.btn-cart:before {
	display: none;
}

.em-multideal-all .product-left {
	float: left;
	width: 50%;
	text-align: left;
}
.em-multideal-all .product-left .product-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.em-multideal-all .product-right {
	float: right;
	width: 50%;
	text-align: right;
}
.em-multideal-all .deal_qty,
.em-multideal-all .deal-clock-message,
.em-multideal-all .price-box {
	display: none;
}
.em-multideal-all .clock_style_1.show_clock .clock {
	display: inline-block;
	width: auto;
}
.em-multideal-all .clock_style_1 .clock li {
	float: left;
}
.em-multideal-all .clock_style_1 .clock li span {
	width: auto;
	height: auto;
	min-width: 1px;
	padding: 0;
	padding-left: 20px;
	font-size: 11px;
	line-height: 1.35;
	background: none;
}
.em-multideal-all .clock_style_1 .clock li span:before {
	height: auto;
	width: auto;
	border: none;
	background: none;
}
.em-multideal-all .clock_style_1 .clock li span.days:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f017";
	font-size: 140%;
}
.em-multideal-all .clock_style_1 .clock li p {
	display: inline-block;
	text-transform: capitalize;
	padding: 0;
}
.em-multideal-all .clock_style_1 .clock li .clock_sub p, .em-multideal-all .clock_style_1 .clock li .clock_sub .seconds {
	display: none;
}
.em-multideal-all .clock_style_1 .clock li .clock_sub .hours {
	padding-left: 4px;
	padding-right: 1px;
}
.em-multideal-all .clock_style_1 .clock li .clock_sub .minutes {
	padding-left: 6px;
}
.em-multideal-all .clock_style_1 .clock li .clock_sub .minutes:before {
	content: ":";
}

.em-today-deals .price-box {
	display: none;
}

.deal-clock-message {
	margin-bottom: 1rem;
}

.multidealpro_products {
  /*border-style: solid;
  border-width: 1px;
  padding:10px;
  @include border-radius(5px);*/
}

/*=======Multidealpro - Product Grid======*/
.em_multidealpro .products-grid li.item {
	display: inline-block;
	float: none;
	vertical-align: top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*=======Multidealpro - Product List======*/
.em_multidealpro .products-list,
.multidealpro_products .products-list {
	clear: both;
	margin-top: 20px;
}
.em_multidealpro .products-list li.item,
.multidealpro_products .products-list li.item {
	margin-bottom: 20px;
}
.em_multidealpro .products-list li.item .deal_qty,
.em_multidealpro .products-list li.item .show_clock,
.multidealpro_products .products-list li.item .deal_qty,
.multidealpro_products .products-list li.item .show_clock {
	text-align: left;
}

/*=======Multidealpro - Sidebar======*/
.em-sidebar .multidealpro_recent .multidealpro_products {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border: 0;
	padding-top: 0;
}
.em-sidebar .multidealpro_recent .multidealpro_products .products-grid li.item {
	padding: 15px;
	margin: 0;
	width: 100%;
}
.em-sidebar .multidealpro_recent .multidealpro_products .products-grid li.item .product-item {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.em-sidebar .em_multidealpro .products-grid li.item {
	width: 100%;
	margin-right: 0 !important;
	border: 0 !important;
}

.em_multidealpro .products-grid.owl-carousel .owl-item .item {
	min-height: 425px;
}

/*================Label Multideal===================*/
.product-image .sale_off {
	background-image: none;
	font-size: 14px;
	text-transform: uppercase;
	min-width: 70px;
	min-height: 79px;
	background-color: #ffa19b;
	font-family: Lato;
	top: 0;
	left: auto;
	right: 10px;
}
.product-image .sale_off span {
	font-size: 24px;
	display: block;
	font-weight: 700;
}
.product-image .sale_off:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0px;
	border-width: 13px 0 0 70px;
	border-style: solid;
	border-color: #3E3E3E transparent;
	display: block;
	width: 0;
}

.em-wrapper-newsletter .em-block-title {
	margin-top: 10px;
}
.em-wrapper-newsletter.em-box-bkg {
	padding: 2rem;
}
.em-wrapper-newsletter.em-box-bkg > div {
	border-style: solid;
	border-width: 2px;
	padding: 2.7rem 2rem 2rem;
}
.em-wrapper-newsletter.em-box-bkg button.button {
	text-transform: uppercase;
	margin-top: 1rem;
	padding: 10px 20px;
}

/*===========block subscribe=============*/
.block-subscribe {
	border: none;
	margin: 0;
	padding: 0;
}
.block-subscribe:before, .block-subscribe:after {
	position: static;
	height: 0;
}
.block-subscribe .input-box {
	float: left;
	width: 200px;
}
.block-subscribe .actions {
	float: left;
}
.block-subscribe .actions button.button {
	margin-right: 0px;
	padding: 10px;
}
.block-subscribe input.input-text {
	width: 100%;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newsletter-clearbutton .block-subscribe .actions {
	float: none;
}
.newsletter-clearbutton .block-subscribe .actions button.button {
	float: none;
	display: inline-block;
}
.newsletter-clearbutton .block-subscribe .actions button.button span {
	float: none;
	display: inline-block;
}
.newsletter-clearbutton .block-subscribe .input-box {
	width: 100%;
	float: none;
}
.newsletter-clearbutton .block-subscribe .input-box input.input-text {
	margin-right: 0;
}

.newsletter-fullbutton button.button {
	width: 100%;
}

.newsletter-boder-input-act .block-subscribe {
	border: 1px solid;
	padding: 15px 30px;
}
.newsletter-boder-input-act .block-subscribe input.input-text {
	border: none;
	margin-bottom: 0;
	background: transparent;
	height: 50px;
}
.newsletter-boder-input-act .block-subscribe .input-box {
	width: 65%;
	margin-right: 0px;
}
.newsletter-boder-input-act .block-subscribe .actions {
	float: right;
}
.newsletter-boder-input-act .block-subscribe .actions button.button {
	margin-bottom: 0;
	padding: 13px 20px;
}

.em-newsletter-style01 .block-subscribe {
	position: relative;
	clear: both;
}
.em-newsletter-style01 .block-subscribe .input-box {
	width: 100%;
}
.em-newsletter-style01 .block-subscribe .input-box input.input-text {
	padding-right: 50px;
}
.em-newsletter-style01 .block-subscribe .actions button.button {
	position: absolute;
	right: 0;
	top: 10px;
	background: 0;
	border-width: 0;
	font-size: 0;
	padding: 0;
	padding-left: 10px;
}
.em-newsletter-style01 .block-subscribe .actions button.button:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1d8";
	font-size: 20px;
}

.em-wrapper-newsletter {
	margin-bottom: 20px;
}

.em-newsletter-style03 input.input-text {
	margin-bottom: 20px;
	height: 50px;
}
.em-newsletter-style03 .input-box {
	width: 100%;
	margin-right: 0px;
}
.em-newsletter-style03 .actions {
	float: none;
	text-align: center;
	display: inline-block;
}
.em-newsletter-style03 .actions button.button {
	margin-bottom: 0;
	padding: 13px 20px;
}

.em-newsletter-style05 .block-subscribe {
	position: relative;
}
.em-newsletter-style05 .block-subscribe .input-box {
	width: 98%;
}
.em-newsletter-style05 .block-subscribe .input-box input.input-text {
	padding-right: 100px;
}
.em-newsletter-style05 .block-subscribe .actions button.button {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 100%;
}

.em-rtl .em-newsletter-style05 .actions button.button {
	left: -5px;
	right: auto;
}

.em-wrapper-newsletter03 {
	background-image: url(../images/media/home/em_ads_05.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 4rem 0 3rem;
}
.em-wrapper-newsletter03 .em-block-title {
	margin-top: 18px;
}
.em-wrapper-newsletter03 .block-subscribe .actions button.button {
	padding-top: 21px;
	padding-bottom: 21px;
}
.em-wrapper-newsletter03 .block-subscribe input.input-text {
	height: 62px;
}

/*===============RTL=================*/
.em-rtl .em-wrapper-newsletter03 .block-subscribe .input-box {
	float: right;
}
.em-rtl .em-wrapper-newsletter03 .block-subscribe .actions {
	float: left;
}
.em-rtl .em-newsletter-style06 .input-box input.input-text {
	padding-right: 10px;
	padding-left: 50px;
}
.em-rtl .em-newsletter-style06 .actions button.button {
	left: 0;
	right: auto;
	border-left-width: 0px;
	border-right-width: 1px;
	padding-right: 10px;
	padding-left: 0px;
}

/*=====Module Blog=====*/
/*For Static Blog Block + Dynamic Blog*/
.em-wrapper-blog-electronic-style01 {
	margin-bottom: 40px;
}
.em-wrapper-blog-electronic-style01 .em-block-title {
	text-transform: uppercase;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 0 0 30px 0;
}
.em-wrapper-blog-electronic-style01 .em-block-title h3 {
	padding: 0 0 15px;
	text-transform: uppercase;
	margin: 0;
}
.em-wrapper-blog-electronic-style01 .em-block-title h3 span {
	position: relative;
}
.em-wrapper-blog-electronic-style01 .em-block-title h3 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -17px;
	width: 100%;
	height: 3px;
}
.em-wrapper-blog-electronic-style01 .em-blog-item {
	margin-bottom: 20px;
}
.em-wrapper-blog-electronic-style01 .em-blog-item .effect03 a img {
	width: 100%;
}
.em-wrapper-blog-electronic-style01 .em-blog-item .em-content {
	padding: 25px 30px 20px;
	overflow: hidden;
}
.em-wrapper-blog-electronic-style01 .em-blog-item .em-content .em-blog-title {
	margin: 0 0 5px 0;
}
.em-wrapper-blog-electronic-style01 .em-blog-item .em-content .em-blog-time {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.em-wrapper-blog-electronic-style01 .em-blog-item .em-content .em-blog-des {
	font-size: 112%;
	clear: both;
}
.em-wrapper-blog-electronic-style01 .em-blog-item .em-content a.button-link {
	padding: 7px 35px 7px 20px;
	position: relative;
	text-transform: uppercase;
}
.em-wrapper-blog-electronic-style01 .em-blog-item .em-content a.button-link:after {
	content: "";
	position: absolute;
	top: 7px;
	right: 18px;
	content: ">>";
	font-weight: normal;
	letter-spacing: -1px;
}

/*======Right To Left=========*/
.em-rtl .em-wrapper-main .text-left,
.em-rtl .em-wrapper-footer .text-left {
	text-align: right;
}

.em-rtl .em-wrapper-blog-electronic-style01 .em-blog-item a.button-link {
	padding-left: 30px;
	padding-right: 20px;
}
.em-rtl .em-wrapper-blog-electronic-style01 .em-blog-item a.button-link:after {
	right: auto;
	left: 15px;
}

/*=============Style01 - Title01===========*/
.em-wrapper-blog-electronic-style01.em-title-01 {
	margin: 20px 0 0 0;
	clear: both;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-block-title {
	border-width: 0;
	margin: 0 0 20px 0;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-block-title span {
	text-transform: uppercase;
	position: relative;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-block-title span:before {
	width: 51px;
	position: absolute;
	bottom: -20px;
	left: -5%;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f005 \f005 \f005";
	font-size: 11px;
	letter-spacing: 10px;
	white-space: nowrap;
}
.em-rtl .em-wrapper-blog-electronic-style01.em-title-01 .em-block-title span:before {
	text-indent: -10px;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-block-title span:after {
	display: none;
}
.em-wrapper-blog-electronic-style01.em-title-01 .desc {
	margin-bottom: 45px;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-blog-item .em-content {
	padding: 20px 0;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-blog-item .em-content .em-blog-des {
	font-size: 105%;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-blog-item .em-content .em-blog-title a {
	font-size: 105%;
	font-weight: bold;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-blog-item .em-content .post-by {
	margin: 7px 0;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-blog-item .em-top-item {
	position: relative;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-blog-time {
	position: absolute;
	top: 4%;
	right: 95px;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-blog-time span {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 30px;
	text-align: center;
	z-index: 2;
	font-size: 105%;
	line-height: 1.2;
}
.em-wrapper-blog-electronic-style01.em-title-01 .em-blog-time:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f005";
	font-size: 85px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*=============Style01 - Title02===========*/
.em-wrapper-blog-electronic-style01.em-title-02 .em-block-title {
	border-width: 0;
	text-align: left;
	margin-bottom: 25px;
}
.em-wrapper-blog-electronic-style01.em-title-02 .em-block-title h3 {
	padding: 0;
}
.em-wrapper-blog-electronic-style01.em-title-02 .em-block-title h3 span:after {
	display: none;
}
.em-wrapper-blog-electronic-style01.em-title-02 .owl-carousel .owl-nav div.owl-next {
	right: 0;
}
.em-wrapper-blog-electronic-style01.em-title-02 .owl-carousel .owl-nav div.owl-prev {
	right: 40px;
}
.em-wrapper-blog-electronic-style01.em-title-02 .em-blog-item .em-content a.button-link {
	margin-top: 7px;
	padding: 10px 35px 10px 15px;
}
.em-wrapper-blog-electronic-style01.em-title-02 .em-blog-item .em-content a.button-link:after {
	top: 10px;
	right: 14px;
}
.em-wrapper-blog-electronic-style01.em-title-02 .em-content .em-blog-title a,
.em-wrapper-blog-electronic-style01.em-title-02 .em-blog-item .em-content .em-blog-des {
	font-size: 100%;
}

.em-rtl .em-wrapper-blog-electronic-style01.em-title-02 .em-blog-item .em-content a.button-link {
	padding: 10px 15px 10px 35px;
}
.em-rtl .em-wrapper-blog-electronic-style01.em-title-02 .em-blog-item .em-content a.button-link:after {
	right: auto;
	left: 14px;
}

.em-wrapper-blog-electronic-style02 .em-block-title {
	text-align: center;
}
.em-wrapper-blog-electronic-style02 .em-from-our-blog {
	border-width: 0 1px 1px;
	border-style: solid;
	padding: 25px 0;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.em-wrapper-blog-electronic-style02 .em-from-our-blog .em-blog-title {
	font-size: 125%;
	font-weight: bold;
	margin-top: 0.9rem;
}
.em-wrapper-blog-electronic-style02 .em-from-our-blog .em-blog-time {
	font-weight: bold;
}
.em-wrapper-blog-electronic-style02 .em-from-our-blog .em-blog-des {
	margin-bottom: 2.5rem;
}
.em-wrapper-blog-electronic-style02 .em-from-our-blog a.link-more {
	padding: 8px 20px;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	font-weight: bold;
}
.em-wrapper-blog-electronic-style02.em-line-04 .owl-carousel .owl-nav div {
	top: -70px;
}

/*======Right To Left=========*/
/*======Ads Block=====*/
.em-wrapper-ads-electronic-01 {
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 60px 0;
}
.em-wrapper-ads-electronic-01 .text-box {
	border-width: 0 1px 0 0;
	border-style: solid;
	padding: 30px 40px 15px;
}
.em-wrapper-ads-electronic-01 .text-box:last-child {
	border: none;
}
.em-wrapper-ads-electronic-01 .text-box .em-banner-right a {
	text-transform: uppercase;
	font-size: 102%;
}
.em-wrapper-ads-electronic-01 .text-box .em-banner-right p {
	font-size: 105%;
}
.em-wrapper-ads-electronic-01 .text-box .icon-banner-left {
	width: 22%;
	margin: 8px 5% 0 0;
	text-align: center;
	display: inline-block;
}
.em-wrapper-ads-electronic-01 .text-box .em-banner-right {
	width: 73%;
	float: left;
}
.em-wrapper-ads-electronic-01 .text-box .em-banner-right h3 {
	text-transform: uppercase;
}

/*======Right To Left=========*/
.em-rtl .em-wrapper-ads-electronic-01 .text-box {
	border-width: 0 0 0 1px;
}
.em-rtl .em-wrapper-ads-electronic-01 .text-box .icon-banner-left {
	margin: 8px 0 0 5%;
}

.em-wrapper-ads-electronic-02 {
	margin: 40px 0 30px;
	/*End Style02*/
	/*End Style03*/
}
.em-wrapper-ads-electronic-02 .em-box-02 {
	border-width: 1px;
	border-style: solid;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 3rem 1rem 3rem 3rem;
}
.em-wrapper-ads-electronic-02 .em-box-02 .icon-banner-left {
	margin-right: 20px;
	font-size: 4rem;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.em-wrapper-ads-electronic-02 .em-box-02 .icon-banner-left em {
	vertical-align: top;
	margin-top: 6px;
}
.em-wrapper-ads-electronic-02 .em-box-02 .em-banner-right {
	overflow: hidden;
}
.em-wrapper-ads-electronic-02 .em-box-02 .em-banner-right p {
	margin: 0;
}
.em-wrapper-ads-electronic-02 .em-box-02 .em-banner-right h1 {
	margin-bottom: 0.2rem;
}
.em-wrapper-ads-electronic-02.style01 .em-box-02 {
	border-width: 0;
	padding: 15px;
}
.em-wrapper-ads-electronic-02.style01 .em-box-02 .em-banner-right {
	padding: 13px;
	border-width: 1px;
	border-style: solid;
}
.em-wrapper-ads-electronic-02.style01 .em-box-02 .em-banner-right h1 {
	text-transform: uppercase;
	font-size: 130%;
}
.em-wrapper-ads-electronic-02.style01 .em-box-02 .em-banner-right h1, .em-wrapper-ads-electronic-02.style01 .em-box-02 .em-banner-right p {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.em-wrapper-ads-electronic-02.style02 .em-box-02 {
	padding: 2.4rem 6.5rem;
	margin-bottom: 3rem;
}
.em-wrapper-ads-electronic-02.style02 .em-box-02 .icon-banner-left {
	margin: 10px 20px 0 0;
}
.em-wrapper-ads-electronic-02.style02 .em-box-02 .em-banner-right h1 {
	font-size: 150%;
}
.em-wrapper-ads-electronic-02.style02 .em-box-02 .em-banner-right p {
	font-style: italic;
}
.em-wrapper-ads-electronic-02.style02 .col-sm-24 {
	padding: 0;
}
.em-wrapper-ads-electronic-02.style03 .em-box-02 {
	padding: 2rem;
	min-height: 100px;
	margin: 0;
	border-top-width: 0;
	cursor: default;
}
.em-wrapper-ads-electronic-02.style03 .em-box-02.first {
	border-top-width: 1px;
}
.em-wrapper-ads-electronic-02.style03 .em-box-02 .icon-banner-left {
	margin: 10px 10px 0 0;
}
.em-wrapper-ads-electronic-02.style03 .em-box-02 .icon-banner-left em {
	font-size: 30px;
}
.em-wrapper-ads-electronic-02.style03 .em-box-02 .em-banner-right h1 {
	font-size: 110%;
}
.em-wrapper-ads-electronic-02.style03 .em-box-02 .em-banner-right p {
	font-style: italic;
}
.em-wrapper-ads-electronic-02.style04 .img-banner {
	margin-bottom: 30px;
	border-width: 5px;
	border-style: solid;
}

/*===============RTL=================*/
.em-rtl .em-wrapper-ads-electronic-02 .em-clear-padding-left {
	padding: 0 0 0 15px !important;
}
.em-rtl .em-wrapper-ads-electronic-02 .em-clear-padding-right {
	padding: 0 15px 0 0 !important;
}
.em-rtl .em-wrapper-ads-electronic-02.style02 .em-box-02 .icon-banner-left {
	margin: 10px 0 0 20px;
}
.em-rtl .em-wrapper-ads-electronic-02.style03 .em-box-02 .icon-banner-left {
	margin: 10px 0 0 10px;
}

.em-wrapper-brands.style01 {
	padding: 40px 0;
}
.em-wrapper-brands.style01 .owl-carousel.owl-loaded {
	padding-left: 10px;
}
.em-wrapper-brands.style01 .owl-carousel .owl-nav div {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.em-wrapper-brands.style01 .owl-carousel .owl-nav div:before {
	font-size: 26px;
}
.em-wrapper-brands.style01 a img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.em-wrapper-brands.style01 a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*===Product Block===*/
.em-wrapper-product-01 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*Button Next, Prev*/
}
.em-wrapper-product-01 .widget-title {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 0;
}
.em-wrapper-product-01 .widget-title h3 {
	padding: 0 20px 20px;
	text-transform: uppercase;
	margin: 0;
}
.em-wrapper-product-01 .widget-title h3 span {
	position: relative;
}
.em-wrapper-product-01 .widget-title h3 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 100%;
	height: 3px;
	z-index: 2;
}
.em-wrapper-product-01 .products-grid .item {
	border-width: 0 0 0 1px;
	border-style: solid;
	padding-bottom: 1px;
	margin-right: 0;
	margin-left: 0;
}
.em-wrapper-product-01 .products-grid .item .product-item {
	position: relative;
	border-width: 0;
	padding-bottom: 20px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.em-wrapper-product-01 .products-grid .item .product-item .price {
	font-size: 130%;
}
.em-wrapper-product-01 .products-grid .item .product-item button.button.btn-cart {
	width: auto;
	font-size: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 17px;
	min-width: 120px;
	text-align: center;
}
.em-wrapper-product-01 .products-grid .item .product-item button.button.btn-cart:before {
	display: none;
}
.em-wrapper-product-01 .products-grid .item .product-item .add-to-links {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 1px 4px;
}
.em-wrapper-product-01 .products-grid .item .product-item .add-to-links li {
	position: relative;
}
.em-wrapper-product-01 .products-grid .item .product-item .add-to-links li:first-child:after {
	content: "";
	position: absolute;
	top: 12px;
	right: -8px;
	width: 1px;
	height: 10px;
}
.em-wrapper-product-01 .products-grid .item .product-item .add-to-links li a {
	padding: 9px 5px 8px;
	width: auto;
}
.em-wrapper-product-01 .products-grid .item .product-item .product-shop-top,
.em-wrapper-product-01 .products-grid .item .product-item .product-shop {
	padding: 2px 3px 0;
}
.em-wrapper-product-01 .products-grid .item .product-item:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.em-wrapper-product-01 .products-grid .item .product-item:hover .product-shop-top,
.em-wrapper-product-01 .products-grid .item .product-item:hover .product-shop {
	position: relative;
	z-index: 1;
}
.em-wrapper-product-01 .products-grid .item .product-item .quickshop-link {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.em-wrapper-product-01 .products-grid .item.first {
	border-left: none;
}
.em-wrapper-product-01 .owl-carousel .owl-nav div.owl-prev,
.em-wrapper-product-01 .owl-carousel .owl-nav div.owl-next {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	right: 60px;
	top: -45px;
	border-width: 1px;
	border-style: solid;
}
.em-wrapper-product-01 .owl-carousel .owl-nav div.owl-prev:before,
.em-wrapper-product-01 .owl-carousel .owl-nav div.owl-next:before {
	font-size: 26px;
}
.em-wrapper-product-01 .owl-carousel .owl-nav div.owl-next {
	right: 20px;
}

/*Only enable hover effect on Desktop*/
@media (min-width: 768px) {
	.em-wrapper-product-01 .products-grid .item .product-item:hover:after {
		border-width: 2px;
		border-style: solid;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -2px;
		top: 0;
	}
	.em-wrapper-product-01 .products-grid .item .product-item .add-to-links {
		display: none;
	}
	.em-wrapper-product-01 .products-grid .item .product-item:hover .add-to-links {
		display: inline-block;
	}
}
.em-wrapper-product-01.block_deals .products-grid.owl-carousel .item {
	border-width: 0 1px 0 0;
}
.em-wrapper-product-01.block_deals .products-grid.owl-carousel .item .product-item {
	border: none;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.em-wrapper-product-01.block_deals .products-grid.owl-carousel .item .product-item:hover {
	border: none;
}
.em-wrapper-product-01.block_deals .products-grid.owl-carousel .item .product-item .em-element-display-hover {
	display: none;
}

/*Button Next, Prev of main slideshow*/
.em-slideshow.owl-nav-style01 .owl-carousel .owl-nav div.owl-prev,
.em-slideshow.owl-nav-style01 .owl-carousel .owl-nav div.owl-next {
	top: 35%;
	border: none;
	background: none;
}
.em-slideshow.owl-nav-style01 .owl-carousel .owl-nav div.owl-prev:before,
.em-slideshow.owl-nav-style01 .owl-carousel .owl-nav div.owl-next:before {
	width: 38px;
	height: 98px;
	background-image: url("../images/icons.png");
	background-position: -365px 0;
	background-repeat: no-repeat;
	content: "";
}
.em-slideshow.owl-nav-style01 .owl-carousel .owl-nav div.owl-prev:hover,
.em-slideshow.owl-nav-style01 .owl-carousel .owl-nav div.owl-next:hover {
	background: none;
	border: none;
}
.em-slideshow.owl-nav-style01 .owl-carousel .owl-nav div.owl-prev:hover:before,
.em-slideshow.owl-nav-style01 .owl-carousel .owl-nav div.owl-next:hover:before {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.em-slideshow.owl-nav-style01 .owl-carousel .owl-nav div.owl-next:before {
	width: 38px;
	height: 98px;
	background-image: url("../images/icons.png");
	background-position: -558px 0;
	background-repeat: no-repeat;
}

/*=====Clear border wrapper block======*/
.em-wrapper-product-01.clear-border-wrapper .widget-title {
	text-align: center;
	border: none;
}
.em-wrapper-product-01.clear-border-wrapper .products-grid .item {
	border-width: 1px 1px 1px 0;
}
.em-wrapper-product-01.clear-border-wrapper .products-grid .item.first {
	border-left: 1px solid;
	padding-bottom: 2px;
}
.em-wrapper-product-01.clear-border-wrapper .products-grid .item .product-item:hover:after {
	top: -1px;
}

/*======Right To Left=========*/
.em-rtl .owl-carousel .owl-nav div.owl-next {
	left: 58px;
}

.em-rtl .em-wrapper-product-01 .products-grid.owl-carousel .item {
	border-width: 0 1px 0 0;
}
.em-rtl .em-wrapper-product-01 .products-grid.owl-carousel .item.first {
	border-right: none;
}
.em-rtl .em-wrapper-product-01 .products-grid.owl-carousel .item .product-item .add-to-links li:first-child:after {
	right: auto;
	left: -8px;
}

.em-rtl .em-wrapper-product-01.clear-border-wrapper .products-grid.owl-carousel .item {
	border-width: 1px 0 1px 1px;
}
.em-rtl .em-wrapper-product-01.clear-border-wrapper .products-grid.owl-carousel .item.first {
	border-right-width: 1px;
	border-right-style: solid;
}

.em-wrapper-product-01 .em-tabs {
	display: block;
}
.em-wrapper-product-01 .em-tabs .custom-tab {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 0;
}
.em-wrapper-product-01 .em-tabs .custom-tab li.tab-link {
	margin: 20px;
}
.em-wrapper-product-01 .em-tabs .custom-tab li.tab-link.active {
	position: relative;
}
.em-wrapper-product-01 .em-tabs .custom-tab li.tab-link a {
	text-transform: uppercase;
	padding: 0;
	background: none;
	border: none;
}
.em-wrapper-product-01 .em-tabs .custom-tab li.tab-link a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 3px;
	z-index: 2;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border: none;
	padding: 0;
	margin: 0;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item {
	border-width: 0 0 0 1px;
	border-style: solid;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item .products-list .item {
	border-width: 0;
	padding: 20px;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item .products-list .item .price {
	font-size: 130%;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item .products-list .item button.button.btn-cart {
	width: auto;
	font-size: 100%;
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 18px;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item .products-list .item button.button.btn-cart:before {
	display: none;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item .products-list .item .product-shop {
	margin-bottom: 0;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item .products-list .item a.product-image {
	border: none;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item .products-list .item:hover {
	border-width: 0;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item .products-list .item.first {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item .products-list .item.first:hover {
	border-width: 0 0 1px 0;
}
.em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item:first-child {
	border: none;
}

/*=====Clear border wrapper block======*/
.em-wrapper-product-01.clear-border-wrapper .em-tabs .custom-tab {
	border-width: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.em-wrapper-product-01.clear-border-wrapper .em-tabs .custom-tab li.tab-link {
	float: none;
}
.em-wrapper-product-01.clear-border-wrapper .em-tabs .tab-content-container.box .owl-item {
	border: none;
}

/*======Right To Left=========*/
.em-rtl .em-wrapper-product-01 .em-tabs .custom-tab li,
.em-rtl .em-wrapper-product-01 .em-tabs .em-tabs-control li {
	float: right;
}
.em-rtl .em-wrapper-product-01 .em-tabs .tab-content-container.box .owl-item {
	border-width: 0 1px 0 0;
}

.em-wrapper-product-03 {
	width: calc(100% - 1px);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.em-wrapper-product-03 .em-block-title {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin: 0;
}
.em-wrapper-product-03 .em-block-title h3 {
	padding: 20px;
	text-transform: uppercase;
	margin: 0;
}
.em-wrapper-product-03 .em-block-title h3 span {
	position: relative;
}
.em-wrapper-product-03 .em-block-title h3 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -21px;
	width: 100%;
	height: 3px;
}
.em-wrapper-product-03 .em-block-title:before {
	display: none;
}
.em-wrapper-product-03 .owl-stage .owl-item {
	border-width: 0 0 0 1px;
	border-style: solid;
}
.em-wrapper-product-03 .owl-stage .owl-item .row {
	margin: 0;
	padding: 25px 20px;
}
.em-wrapper-product-03 .owl-stage .owl-item .row ul li {
	font-size: 105%;
	padding: 3px 0;
}
.em-wrapper-product-03 .owl-stage .owl-item .row h5 a {
	font-size: 110%;
	text-transform: uppercase;
	padding-top: 15px;
	display: block;
	font-weight: 600;
}
.em-wrapper-product-03 .owl-stage .owl-item .row:first-child {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.em-wrapper-product-03 .owl-stage .owl-item:first-child {
	border: none;
}

/*======Right To Left=========*/
.em-rtl .em-wrapper-product-03 .owl-stage .owl-item {
	border-width: 0 1px 0 0;
}
.em-rtl .em-wrapper-product-03 .text-left {
	text-align: right;
}

.em-wrapper-product-04 .em-widget-title span {
	text-transform: uppercase;
	position: relative;
}
.em-wrapper-product-04 .em-widget-title span:before {
	width: 51px;
	position: absolute;
	bottom: -20px;
	left: 26%;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f005 \f005 \f005";
	font-size: 11px;
	letter-spacing: 10px;
	white-space: nowrap;
}
.em-rtl .em-wrapper-product-04 .em-widget-title span:before {
	text-indent: -10px;
}
.em-wrapper-product-04 .em-tabs .custom-tab {
	border-width: 1px 0 0 0;
	border-style: solid;
	margin-top: 50px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.em-wrapper-product-04 .em-tabs .custom-tab li.tab-link {
	margin: 25px 35px 25px 0;
}
.em-wrapper-product-04 .em-tabs .custom-tab li.tab-link a {
	text-transform: uppercase;
	padding: 0;
	background: none;
	border: none;
	font-size: 105%;
	line-height: 1.25;
}
.em-wrapper-product-04 .em-tabs .custom-tab li.tab-link a:before {
	height: 2px;
	width: 100%;
	z-index: 2;
	bottom: auto;
	content: "";
	position: absolute;
	left: 0;
	top: -26px;
}
.em-wrapper-product-04 .em-tabs .custom-tab li.tab-link.active a {
	position: relative;
}
.em-wrapper-product-04 .products-grid.owl-carousel .owl-item .products-grid {
	margin: 0 -15px;
}
.em-wrapper-product-04 .products-grid.owl-carousel .owl-item .products-grid .item {
	width: 25%;
	padding: 0 15px;
	margin: 0 0 30px 0;
	float: left;
}
.em-wrapper-product-04 .products-grid.owl-carousel .owl-item .products-grid .item a.product-image {
	border: transparent 1px solid;
}
.em-wrapper-product-04 .products-grid.owl-carousel .owl-item .products-grid .item .product-item button.button.btn-cart {
	margin: 0 5px 10px;
}
.em-wrapper-product-04 .products-grid.owl-carousel .owl-item .products-grid .item .product-item .old-price .price {
	font-size: 100%;
}
.em-wrapper-product-04 .products-grid.owl-carousel .owl-item .products-grid .item .product-item:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.em-wrapper-product-04 .products-grid.owl-carousel .owl-item .products-grid .item .product-item:hover .product-shop .bottom {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.em-wrapper-product-04 .owl-carousel .owl-nav div.owl-next,
.em-wrapper-product-04 .owl-carousel .owl-nav div.owl-prev {
	right: 0;
	top: -60px;
}
.em-wrapper-product-04 .owl-carousel .owl-nav div.owl-next:before,
.em-wrapper-product-04 .owl-carousel .owl-nav div.owl-prev:before {
	font-size: 20px;
	margin-top: 3px;
}
.em-wrapper-product-04 .owl-carousel .owl-nav div.owl-prev {
	right: 40px;
}
.em-wrapper-product-04 .owl-carousel .owl-nav div.owl-prev:before {
	margin-left: 4px;
}

/*Grid on Mobile*/
@media (max-width: 767px) {
	.em-wrapper-product-04 .products-grid.owl-carousel .owl-item .products-grid {
		margin: 0 -7px;
	}
	.em-wrapper-product-04 .products-grid.owl-carousel .owl-item .products-grid .item {
		width: 50%;
		padding: 0 7px;
		margin: 0 0 14px 0;
	}
	.em-line-04 .owl-carousel .owl-nav div.owl-prev, .em-line-04 .owl-carousel .owl-nav div.owl-prev {
		right: auto;
		left: 0;
	}
	.em-line-04 .owl-carousel .owl-nav div.owl-next, .em-line-04 .owl-carousel .owl-nav div.owl-next, .em-line-04 .owl-carousel .owl-nav div.owl-next {
		left: auto;
		right: 0;
	}
	.em-line-04 .owl-carousel .owl-nav div, .em-line-04 .owl-carousel .owl-nav div {
		top: 45% !important;
	}
}
/*====Right To Left===*/
.em-rtl .em-wrapper-product-04 .em-tabs .custom-tab li.tab-link {
	margin-left: 35px;
	margin-right: 0;
}
.em-rtl .em-wrapper-product-04 .owl-carousel .owl-nav div.owl-next,
.em-rtl .em-wrapper-product-04 .owl-carousel .owl-nav div.owl-prev {
	left: 0;
	right: auto !important;
}
.em-rtl .em-wrapper-product-04 .owl-carousel .owl-nav div.owl-next {
	left: 40px;
}

/*===Three block products===*/
.em-wrapper-product-05 .container {
	padding-bottom: 40px;
}
.em-wrapper-product-05 .em-grid-list {
	border-width: 1px;
	border-style: solid;
}
.em-wrapper-product-05 .widget-title {
	text-align: center;
}
.em-wrapper-product-05 .widget-title h3 {
	font-size: 105%;
	padding: 13px 0;
}
.em-wrapper-product-05 .em-filterproducts-list {
	padding: 20px;
	padding-bottom: 0;
}
.em-wrapper-product-05 .em-filterproducts-list .products-list .product-shop {
	text-align: right;
	margin: 0;
}
.em-wrapper-product-05 .em-filterproducts-list .products-list .product-shop .add-to-links li {
	margin: 0 0 6px 3px;
}
.em-wrapper-product-05 .em-filterproducts-list .products-list .product-shop button.button.btn-cart {
	font-size: 0;
	margin: 0 0 6px 0;
}
.em-wrapper-product-05 .em-filterproducts-list .products-list .product-shop .price-box {
	margin-bottom: 5px;
}
.em-wrapper-product-05 .em-filterproducts-list .products-list .product-shop .old-price .price {
	font-size: 100%;
}
.em-wrapper-product-05 .em-filterproducts-list .products-list div.item {
	border-width: 0 0 1px 0;
	border-style: solid;
	padding-bottom: 20px;
}
.em-wrapper-product-05 .em-filterproducts-list .products-list div.item.last {
	margin: 0;
	border-width: 0;
}

/*====Right To Left===*/
.em-rtl .em-wrapper-product-05 .em-filterproducts-list .products-list .product-shop {
	text-align: left;
}
.em-rtl .em-wrapper-product-05 .em-filterproducts-list .products-list .product-shop .add-to-links li {
	margin: 0 3px 6px 0;
}
.em-rtl .em-wrapper-product-05 .em-filterproducts-list .products-list .product-shop button.button.btn-cart {
	float: left;
	margin: 0 6px 6px 0;
}

.em-wrapper-product-06 {
	margin-bottom: 50px;
	overflow: hidden;
}
.em-wrapper-product-06 .em-tabs {
	vertical-align: top;
	display: flex;
}
.em-wrapper-product-06 .em-tabs .custom-tab {
	border-width: 0;
}
.em-wrapper-product-06 .em-box-cate .widget-title h3 {
	margin-bottom: 1.5rem;
	padding: 13px 20px 0;
}
.em-wrapper-product-06 .em-box-cate .widget-title h3 span {
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	display: inline-block;
}
.em-wrapper-product-06 .em-box-cate .widget-title h2 {
	margin-bottom: 0rem;
	padding: 20px 20px 0;
}
.em-wrapper-product-06 .em-box-cate .box-cate-left {
	position: relative;
	border-style: solid;
	border-width: 1px;
}
.em-wrapper-product-06 .em-box-cate .box-cate-left .em-box-list .tab-link {
	display: block;
	float: none;
	margin: 0;
}
.em-wrapper-product-06 .em-box-cate .box-cate-left .em-box-list .tab-link a {
	text-transform: none;
	padding: 10px 20px;
	display: block;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-width: 0px;
}
.em-wrapper-product-06 .em-box-cate .box-cate-middle {
	margin-left: -1px;
}
.em-wrapper-product-06 .em-box-cate .box-cate-middle .owl-carousel .owl-nav div {
	top: 30%;
	border-width: 1px;
	border-style: solid;
}
.em-wrapper-product-06 .em-box-cate .box-cate-middle .owl-carousel .owl-nav div.owl-next {
	right: 0px;
	left: auto;
}
.em-wrapper-product-06 .em-box-cate .box-cate-middle .owl-carousel .owl-nav div.owl-prev {
	right: auto;
	left: 0px;
}

/*===============RTL=================*/
.em-rtl .em-wrapper-product-06 .em-box-cate .box-cate-middle {
	margin-right: -1px;
	margin-left: 0;
}

.em-wrapper-product-07.em-line-02 .em-widget-title {
	border-width: 0;
	margin-bottom: 0;
}
.em-wrapper-product-07.em-line-02 .em-widget-title h3 {
	text-transform: uppercase;
	border-width: 0 0 5px 0;
}
.em-wrapper-product-07.em-line-02 .owl-carousel .owl-nav div.owl-prev,
.em-wrapper-product-07.em-line-02 .owl-carousel .owl-nav div.owl-next {
	right: 0px;
	top: -45px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.em-wrapper-product-07.em-line-02 .owl-carousel .owl-nav div.owl-prev:before,
.em-wrapper-product-07.em-line-02 .owl-carousel .owl-nav div.owl-next:before {
	font-size: 26px;
}
.em-wrapper-product-07.em-line-02 .owl-carousel .owl-nav div.owl-prev {
	right: 40px;
}

/*======Right To Left=========*/
.em-rtl .em-wrapper-product-07.em-line-02 .owl-carousel .owl-nav div.owl-prev,
.em-rtl .em-wrapper-product-07.em-line-02 .owl-carousel .owl-nav div.owl-next {
	left: 0;
	right: auto;
}
.em-rtl .em-wrapper-product-07.em-line-02 .owl-carousel .owl-nav div.owl-next {
	left: 40px;
}

.em-wrapper-product-08 {
	float: left;
	width: calc(100% + 1px);
	margin-bottom: 60px;
}
.em-wrapper-product-08 .banner-img {
	position: relative;
}
.em-wrapper-product-08 .banner-img h3 {
	position: absolute;
	left: 35px;
	bottom: 60px;
	text-transform: uppercase;
	font-size: 280%;
	font-weight: normal;
}
.em-wrapper-product-08 .owl-carousel .owl-nav div.owl-prev,
.em-wrapper-product-08 .owl-carousel .owl-nav div.owl-next {
	right: auto;
	top: 345px;
	left: -215px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.em-wrapper-product-08 .owl-carousel .owl-nav div.owl-prev:before,
.em-wrapper-product-08 .owl-carousel .owl-nav div.owl-next:before {
	font-size: 26px;
}
.em-wrapper-product-08 .owl-carousel .owl-nav div.owl-prev {
	left: -255px;
}
.em-wrapper-product-08.em-line-04 .products-grid {
	margin-top: -1px;
}
.em-wrapper-product-08.em-line-04 .owl-carousel .owl-nav div.owl-prev,
.em-wrapper-product-08.em-line-04 .owl-carousel .owl-nav div.owl-next {
	right: 20px;
	top: -42px;
	left: auto;
}
.em-wrapper-product-08.em-line-04 .owl-carousel .owl-nav div.owl-prev {
	right: 60px;
}
.em-wrapper-product-08.em-line-05 .products-grid {
	margin-top: -1px;
}
.em-wrapper-product-08.em-line-05 .owl-carousel .owl-nav div.owl-prev,
.em-wrapper-product-08.em-line-05 .owl-carousel .owl-nav div.owl-next {
	right: 0;
	top: -42px;
	left: auto;
}
.em-wrapper-product-08.em-line-05 .owl-carousel .owl-nav div.owl-prev {
	right: 40px;
}
.em-wrapper-product-08.border-box {
	width: 100%;
}
.em-wrapper-product-08.border-box .products-grid {
	border-width: 0 1px 0 0;
	border-style: solid;
}

/*===============RTL=================*/
.em-rtl .em-wrapper-product-08 .banner-img h3 {
	left: auto;
	right: 35px;
}
.em-rtl .em-wrapper-product-08 .owl-carousel .owl-nav div.owl-prev,
.em-rtl .em-wrapper-product-08 .owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: -255px;
}
.em-rtl .em-wrapper-product-08 .owl-carousel .owl-nav div.owl-prev {
	right: -215px;
}
.em-rtl .em-wrapper-product-08.em-line-04 .products-grid {
	border-left-width: 1px;
	border-left-style: solid;
}
.em-rtl .em-wrapper-product-08.em-line-04 .em-widget-title {
	text-align: right;
}
.em-rtl .em-wrapper-product-08.em-line-04 .owl-carousel .owl-nav div.owl-prev,
.em-rtl .em-wrapper-product-08.em-line-04 .owl-carousel .owl-nav div.owl-next {
	right: auto;
	left: 60px;
}
.em-rtl .em-wrapper-product-08.em-line-04 .owl-carousel .owl-nav div.owl-prev {
	left: 20px;
}
.em-rtl .em-wrapper-product-08.em-line-04 .em-tabs .custom-tab li.tab-link {
	float: right;
}
.em-rtl .em-wrapper-product-08.em-line-04 .em-tabs .custom-tab li.tab-link a {
	margin: 0 30px 0 0;
}
.em-rtl .em-wrapper-product-08.em-line-05 .products-grid {
	border-left-width: 1px;
	border-left-style: solid;
}
.em-rtl .em-wrapper-product-08.em-line-05 .em-widget-title {
	text-align: right;
}
.em-rtl .em-wrapper-product-08.em-line-05 .owl-carousel .owl-nav div.owl-prev,
.em-rtl .em-wrapper-product-08.em-line-05 .owl-carousel .owl-nav div.owl-next {
	right: auto;
	left: 40px;
}
.em-rtl .em-wrapper-product-08.em-line-05 .owl-carousel .owl-nav div.owl-prev {
	left: 0;
}
.em-rtl .em-wrapper-product-08.border-box .products-grid {
	border-width: 0 0 0 1px;
}

.em-wrapper-product-09 .tab-content-container {
	border-width: 0 1px 1px;
	border-style: solid;
	margin-top: -1px;
}
.em-wrapper-product-09 .tab-content-container .owl-item .products-list > .item {
	border-width: 1px 0 0 1px;
	border-style: solid;
	margin: 0;
	padding: 20px;
}
.em-wrapper-product-09 .tab-content-container .owl-item .products-list > .item a.product-image {
	border-width: 0;
}
.em-wrapper-product-09 .tab-content-container .owl-item .products-list > .item button.button.btn-cart {
	padding: 8px 20px;
	font-size: 97% !important;
}
.em-wrapper-product-09 .tab-content-container .owl-item:first-child .products-list > .item {
	/*border-left-width: 0px;*/
}

/*===============RTL=================*/
.em-rtl .em-wrapper-product-09 .tab-content-container .owl-item .products-list > .item {
	border-width: 1px 1px 0 0;
}
.em-rtl .em-wrapper-product-09 .tab-content-container .owl-item:first-child .products-list > .item {
	border-right-width: 0px;
}
.em-rtl .em-wrapper-product-09.em-line-04 .owl-carousel .owl-nav div.owl-prev {
	right: auto;
}
.em-rtl .em-wrapper-product-09.em-line-04 .custom-tab li.tab-link {
	float: right;
}
.em-rtl .em-wrapper-product-09.em-line-04 .custom-tab li.tab-link a {
	margin: 0 30px 0 0;
}

.em-wrapper-product-10 {
	margin-bottom: 30px;
}
.em-wrapper-product-10 .products-grid {
	border-width: 0 1px 1px;
	border-style: solid;
}
.em-wrapper-product-10 .products-grid .item {
	margin: 0;
	border-width: 0;
	padding: 2px;
}
.em-wrapper-product-10 .products-grid .item .product-item {
	border-width: 0;
}
.em-wrapper-product-10 .products-grid .item .product-item:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.em-wrapper-product-10 .products-list {
	border-width: 0 1px 1px;
	border-style: solid;
	padding-bottom: 4px;
}
.em-wrapper-product-10 .products-list > .item {
	border-width: 0 0 1px 0;
	padding: 20px;
	margin-bottom: 0;
}
.em-wrapper-product-10 .products-list > .item a.product-image {
	border-width: 0;
}
.em-wrapper-product-10 .products-list > .item .product-shop {
	margin-bottom: 0;
}
.em-wrapper-product-10 .products-list > .item .product-shop .price-box {
	margin-bottom: 5px;
}
.em-wrapper-product-10 .products-list > .item .product-shop button.button.btn-cart {
	font-size: 0;
}
.em-wrapper-product-10 .products-list > .item:last-child {
	border-width: 0;
}

/*===============RTL=================*/
.em-rtl .em-wrapper-product-10 .em-widget-title {
	text-align: right;
}

.em-wrapper-product-11 {
	z-index: 1;
}
.em-wrapper-product-11 .products-grid.owl-carousel {
	border-width: 0 1px 1px;
	border-style: solid;
}
.em-wrapper-product-11 .products-grid.owl-carousel .owl-item .products-grid .item {
	width: 25%;
	float: left;
	margin: 0;
	border-width: 0;
}
.em-wrapper-product-11 .products-grid.owl-carousel .owl-item .products-grid .item .product-item {
	border-width: 1px 1px 0 0;
	border-collapse: separate;
	border-spacing: 0;
}
.em-wrapper-product-11 .products-grid.owl-carousel .owl-item .products-grid .item .product-item .product-shop,
.em-wrapper-product-11 .products-grid.owl-carousel .owl-item .products-grid .item .product-item .product-shop-top {
	padding: 3px 3px 0;
}
.em-wrapper-product-11 .tab-content-container {
	margin-top: -1px;
}
.em-wrapper-product-11.clear-border .products-grid.owl-carousel {
	border-right-width: 0;
}

/*Grid on Mobile*/
@media (max-width: 767px) {
	.em-wrapper-product-11 .products-grid.owl-carousel .owl-item .products-grid .item {
		width: 50%;
	}
	.em-wrapper-product-11 .products-grid.owl-carousel .owl-item .products-grid .product-item .product-shop .bottom {
		padding-bottom: 12px;
	}
}
/*====Right To Left===*/
.em-rtl .em-wrapper-product-11 .products-grid.owl-carousel {
	border-right-width: 0;
}
.em-rtl .em-wrapper-product-11 .em-tabs .custom-tab li.tab-link {
	float: right;
}
.em-rtl .em-wrapper-product-11 .em-tabs .custom-tab li.tab-link a {
	margin: 0 30px 0 0;
}
.em-rtl .em-wrapper-product-11 .owl-carousel .owl-nav div.owl-prev,
.em-rtl .em-wrapper-product-11 .owl-carousel .owl-nav div.owl-next {
	right: auto;
	left: 60px;
}
.em-rtl .em-wrapper-product-11 .owl-carousel .owl-nav div.owl-prev {
	left: 20px;
}
.em-rtl .em-wrapper-product-11.em-line-05 .em-tabs .custom-tab li.tab-link a {
	margin: 0 0 0 30px;
}
.em-rtl .em-wrapper-product-11.em-line-05 .owl-carousel .owl-nav div.owl-prev,
.em-rtl .em-wrapper-product-11.em-line-05 .owl-carousel .owl-nav div.owl-next {
	right: auto;
	left: 0;
}
.em-rtl .em-wrapper-product-11.em-line-05 .owl-carousel .owl-nav div.owl-next {
	left: 40px;
}

.em-wrapper-product-12 .widget-title h3 {
	font-size: 150%;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 1.3rem 0;
	margin: 0;
}
.em-wrapper-product-12 .products-list div.item {
	margin-bottom: 8px;
}
.em-wrapper-product-12 .products-list div.item .product-shop {
	margin: 0;
}
.em-wrapper-product-12 .products-list div.item .product-shop button.button.btn-cart {
	margin-right: 5px;
	padding: 10px 11px 9px;
	width: auto;
	min-width: 38px;
}
.em-wrapper-product-12 .products-list div.item .product-shop button.button.btn-cart span {
	font-size: 0;
}

/*====Right To Left===*/
.em-wrapper-product-13 .em-multidealpro-detail {
	margin: 0 0 -1px 0;
}
.em-wrapper-product-13 .em-multidealpro-detail .em_multidealpro {
	border-width: 0 1px 1px;
	border-style: solid;
}
.em-wrapper-product-13 .em-multidealpro-detail .em_multidealpro .products-list {
	margin: 0;
}
.em-wrapper-product-13 .em-multidealpro-detail .product-shop-left .product-image {
	border-width: 1px;
	border-style: solid;
	width: 80%;
	margin: 10% 7%;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.em-wrapper-product-13 .em-multidealpro-detail .product-shop-left .product-shop-inner {
	display: block;
}
.em-wrapper-product-13 .em-multidealpro-detail .product-shop-right .clock > li p {
	margin: 0 auto;
	overflow: hidden;
}
.em-wrapper-product-13 .em-multidealpro-detail .more-views {
	width: 60%;
	float: left;
	margin-left: 17%;
}
.em-wrapper-product-13 .em-multidealpro-detail .more-views .owl-carousel .owl-item .item {
	border-width: 1px;
	border-style: solid;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.em-wrapper-product-13 .em-multidealpro-detail .owl-carousel .owl-item img {
	max-width: 100%;
}
.em-wrapper-product-13.em-line-04 {
	margin: 0;
}
.em-wrapper-product-13.em-line-04 .widget-title {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.em-wrapper-product-13.em-line-04 .owl-carousel .more-views .owl-nav div {
	top: 14px;
	right: -20%;
	width: 24px;
	height: 24px;
}
.em-wrapper-product-13.em-line-04 .owl-carousel .more-views .owl-nav div.owl-prev {
	right: auto;
	left: -20%;
}
.em-wrapper-product-13.em-line-04 .owl-carousel .more-views .owl-nav div:before {
	font-size: 20px;
}

/*====Right To Left===*/
.em-rtl .em-wrapper-product-13 .more-views {
	margin-left: 22%;
}
.em-rtl .em-wrapper-product-13 .widget-title {
	text-align: right;
}
.em-rtl .em-wrapper-product-13.em-line-04 .owl-carousel .owl-nav div.owl-prev {
	right: auto;
}

/*====Responsive===*/
@media (max-width: 991px) {
	.em-wrapper-product-13 .em-multidealpro-detail .owl-carousel .more-views .owl-nav div {
		top: 30px;
	}
	.em-wrapper-product-13 .em-multidealpro-detail .product-shop-right .product-shop {
		padding-top: 3rem;
		padding-left: 5%;
	}
	.em-wrapper-product-13 .em-multidealpro-detail .product-shop-left,
	.em-wrapper-product-13 .em-multidealpro-detail .product-shop-right {
		width: 100%;
		clear: both;
	}
}
/*====================*/
@media (max-width: 767px) {
	.em-wrapper-product-13 .em-multidealpro-detail .owl-carousel .more-views .owl-nav div {
		top: 32%;
	}
	.em-wrapper-product-13 .em-multidealpro-detail .product-shop-right .clock > li:first-child,
	.em-wrapper-product-13 .em-multidealpro-detail .product-shop-right .clock ul.clock_sub li {
		padding: 10px 8px 8px;
		font-size: 70%;
		min-width: 52px;
		margin: 0 2px 6px;
	}
}
/*content*/
.em-wrapper-main .container-main {
	padding-top: 30px;
}
.em-wrapper-main .container-main.container-fluild {
	padding-top: 0;
}
.cms-index-index .em-wrapper-main .container-main {
	padding-top: 0;
}

.em-wrapper-brands {
	padding: 30px 0;
}
.em-wrapper-brands .owl-carousel .owl-item img {
	display: inline-block;
}
.em-wrapper-brands .owl-carousel .owl-nav div {
	top: 15%;
	border-width: 1px;
	border-style: solid;
}
.em-wrapper-brands .owl-carousel .owl-nav div.owl-next {
	right: 0px;
	left: auto;
}
.em-wrapper-brands .owl-carousel .owl-nav div.owl-prev {
	right: auto;
	left: 0px;
}
.em-wrapper-brands .banner-item span {
	display: block;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.em-wrapper-products div.desc {
	margin-bottom: 50px;
}

/*Box Category - Home page*/
.em-box {
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.em-line-top-bottom {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

/*=========Breadcrumbs==========*/
.breadcrumbs {
	padding: 0 0 1.5rem;
	overflow: hidden;
}
.breadcrumbs ul {
	margin-bottom: 0;
}
.breadcrumbs ul li {
	display: inline;
}
.breadcrumbs ul li strong {
	font-weight: 600;
}
.breadcrumbs ul li .separator {
	position: relative;
	margin: 0 5px;
}

/*=========Category==========*/
.category-title,
.category-image, .category-description {
	margin-bottom: 20px;
}

.category-products .products-list {
	margin: 0;
}
.category-products .products-list li.item {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 30px;
}
.category-products .products-list li.item a.product-image {
	margin: -1px;
}
.category-products .products-list li.item .product-shop {
	margin-bottom: 0;
	padding: 20px;
}
.category-products .products-list li.item .product-shop .quickshop-link-container .quickshop-link {
	font-size: 0;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	text-indent: 0;
	padding: 10px 10px 9px;
	vertical-align: top;
	width: 36px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.category-products .products-list li.item .product-shop .quickshop-link-container .quickshop-link span {
	padding: 0;
}
.category-products .products-list li.item .product-shop .quickshop-link-container .quickshop-link:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f06e";
	font-size: 14px;
	margin: 0;
}
.category-products .products-list li.item .product-shop .link-wishlist,
.category-products .products-list li.item .product-shop .add-to-links li a.link-wishlist {
	font-size: 0;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	text-indent: 0;
	padding: 10px 10px 9px;
	vertical-align: top;
	width: 36px;
	border-style: solid;
	border-width: 1px;
	margin-right: 7px;
}
.category-products .products-list li.item .product-shop .link-wishlist span,
.category-products .products-list li.item .product-shop .add-to-links li a.link-wishlist span {
	padding: 0;
}
.category-products .products-list li.item .product-shop .link-wishlist:before,
.category-products .products-list li.item .product-shop .add-to-links li a.link-wishlist:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f004";
	font-size: 14px;
	margin: 0;
}
.category-products .products-list li.item .product-shop .add-to-links li a.link-compare {
	font-size: 0;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	text-indent: 0;
	padding: 10px 10px 9px;
	vertical-align: top;
	width: 36px;
	border-style: solid;
	border-width: 1px;
}
.category-products .products-list li.item .product-shop .add-to-links li a.link-compare span {
	padding: 0;
}
.category-products .products-list li.item .product-shop .add-to-links li a.link-compare:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f079";
	font-size: 14px;
	margin: 0;
}
.category-products .products-grid .item a.product-image {
	margin-bottom: 0;
	overflow: hidden;
}
.category-products .products-grid .item .product-shop {
	padding-top: 15px;
}
.category-products .products-grid .item .product-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.category-products .products-grid .item:hover .product-name {
	/*white-space:normal;*/
}

/* Toolbar */
.category-products .pager,
.category-products .to-top {
	display: none;
}
.category-products .pager .amount {
	display: none;
}
.category-products .pager .pages {
	display: none;
}

.toolbar {
	position: relative;
	margin-bottom: 0px;
	width: 100%;
	/*z-index:1;*/
}
.toolbar .toolbar-switch {
	display: inline-block;
	float: right;
}
.toolbar .toolbar-dropdown {
	width: 150px;
}
.toolbar .toolbar-dropdown span.current {
	padding: 6px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 90%;
}
.toolbar .toolbar-dropdown span.current:after {
	margin-top: 5px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f078";
	font-size: 10px;
}
.toolbar .toolbar-dropdown ul {
	width: 150px;
	top: 33px;
}
.toolbar .limiter {
	margin-bottom: 2rem;
}
.toolbar .sort-by {
	margin-left: 2rem;
	margin-bottom: 2rem;
}
.toolbar .sort-by > a {
	position: relative;
	float: right;
	margin-left: 2rem;
	padding: 1rem 1.4rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-style: solid;
	border-width: 1px;
}
.toolbar .sort-by > a .v-middle {
	float: right;
}

.toolbar-bottom {
	margin-bottom: 0 !important;
	clear: both;
}
.toolbar-bottom .pager {
	display: block;
	margin: 0;
}
.toolbar-bottom .pager .amount {
	display: inline;
	margin: 0;
	padding: 13px 0;
}
.toolbar-bottom .pager .pages {
	display: inline;
	margin: 0;
}
.toolbar-bottom .toolbar .sorter, .toolbar-bottom .toolbar .pager .limiter {
	display: none;
}

/*View mode*/
.view-mode {
	border-style: solid;
	border-width: 1px;
	padding: 0.9rem 1rem;
	margin-bottom: 2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.view-mode label {
	display: none;
}
.view-mode .list {
	font-size: 0;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-indent: 0;
	float: left;
}
.view-mode .list:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00b";
	font-size: 14px;
}
.view-mode .grid {
	font-size: 0;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-indent: 0;
	float: left;
	margin-right: 1rem;
	padding-right: 1rem;
	border-right-style: solid;
	border-right-width: 1px;
}
.view-mode .grid:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00a";
	font-size: 14px;
}

/*filter category*/
.em-wrapper-layer .row {
	margin-left: 0;
	margin-right: 0;
}

.em-filter-content {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}
.em-filter-content .em-filter-title-wrapper {
	position: relative;
	z-index: 1;
}
.em-filter-content .em-block-title {
	float: left;
	margin: 0;
}
.em-filter-content .em-block-title strong {
	border-width: 2px;
	border-style: solid;
	padding: 1rem 4rem;
}
.em-filter-content .em-filter-title {
	overflow: hidden;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0;
}
.em-filter-content .em-filter-title li {
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 0.9rem 2rem 1rem 3rem;
	font-size: 110%;
}
.em-filter-content .em-filter-title li:hover {
	cursor: pointer;
}
.em-filter-content .em-filter-title li:first-child {
	border-left-width: 0px;
}
.em-filter-content .em-filter-title li span:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	font-size: 14px;
	padding: 0 1rem;
}
.em-filter-content .em-filter-content-wrapper {
	display: inline-block !important;
	width: 100%;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-top-width: 0;
	padding: 2rem;
	margin-bottom: 2px;
	float: left;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.em-filter-content .em-filter-content-wrapper.hide {
	height: 0;
	padding: 0 2rem;
	-moz-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	-o-transform: translateY(-65%);
	transform: translateY(-65%);
	visibility: hidden;
}
.em-filter-content .em-filter-content-wrapper #narrow-by-list .filter-act {
	float: right;
	margin-top: -30px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item dt {
	text-transform: none;
	margin-bottom: 1rem;
	font-size: 100%;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item dd li {
	padding: 4px 0;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item dd li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	font-size: 14px;
	padding-right: 10px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter {
	margin: 0 -20px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter .icon {
	margin: 9px 20px 0 0;
	display: inline-block;
	background: none;
	width: auto;
	height: auto;
	text-indent: 0;
	float: right;
	clear: both;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter .icon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f196";
	font-size: 14px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter .expanded .icon:before {
	content: "\f147";
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter .collapsed .icon:before {
	content: "\f196";
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter li {
	padding: 0;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter li:before {
	content: "";
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter .label-icon {
	padding: 5px 20px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter li.expanded ol .label-icon {
	padding-left: 20px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter ol ol .icon {
	margin-top: 10px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter ol ol .label-icon {
	padding: 7px 20px;
	text-transform: none;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter ol ol .label-icon .label:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	font-size: 14px;
	padding: 0 10px 0 0;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter ol ol ol {
	padding-left: 20px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .tree-filter > li.selected > ol > li > ol {
	padding-top: 1px;
	padding-bottom: 1px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .rslider {
	margin-top: 0;
	padding-top: 14px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .rslider #range, .em-filter-content .em-filter-content-wrapper .em-filter-item .rslider #track {
	background-image: none;
	height: 3px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .rslider .handle {
	background: #ffffff;
	width: 14px;
	height: 14px;
	border-width: 2px;
	border-style: solid;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: -6px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .rslider .handle:before {
	content: '';
	top: 2px;
	left: 2px;
	width: 6px;
	height: 6px;
	position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .rslider .values {
	margin-bottom: 20px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .rslider .values #from-val {
	float: left;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .rslider .values #to-val {
	float: right;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .img-filter li {
	border: none;
	padding: 2px 1px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .img-filter li:before {
	content: "";
	padding-right: 0px;
	padding-left: 0px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .img-filter li a {
	display: inline-block;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 30px;
	height: 30px;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .img-filter li a img {
	max-width: 100%;
}
.em-filter-content .em-filter-content-wrapper .em-filter-item .img-filter li a:hover {
	-webkit-box-shadow: 0 0 5px #797979;
	-moz-box-shadow: 0 0 5px #797979;
	box-shadow: 0 0 5px #797979;
	padding: 2px;
}

/*Test column mobile*/
.emcatalog-desktop-1,
.emcatalog-desktop-small-1,
.emcatalog-tablet-1,
.emcatalog-mobile-1 {
	/*margin-right:-15px;*/
	margin: -15px;
	clear: both;
}
.emcatalog-desktop-1 .item,
.emcatalog-desktop-small-1 .item,
.emcatalog-tablet-1 .item,
.emcatalog-mobile-1 .item {
	width: 100%;
	padding: 0 15px;
	margin: 0 0 20px;
	border: none;
}
.emcatalog-desktop-1 .item .product-item,
.emcatalog-desktop-small-1 .item .product-item,
.emcatalog-tablet-1 .item .product-item,
.emcatalog-mobile-1 .item .product-item {
	margin: 0;
	/*width:100%;*/
}

.emcatalog-desktop-2,
.emcatalog-desktop-small-2,
.emcatalog-tablet-2,
.emcatalog-mobile-2 {
	/*margin-right:-15px;*/
	margin: -15px;
	clear: both;
}
.emcatalog-desktop-2 .item,
.emcatalog-desktop-small-2 .item,
.emcatalog-tablet-2 .item,
.emcatalog-mobile-2 .item {
	width: 50%;
	padding: 0 15px;
	margin: 0 0 20px;
	border: none;
}
.emcatalog-desktop-2 .item .product-item,
.emcatalog-desktop-small-2 .item .product-item,
.emcatalog-tablet-2 .item .product-item,
.emcatalog-mobile-2 .item .product-item {
	margin: 0;
	/*width:100%;*/
}

.emcatalog-desktop-3,
.emcatalog-desktop-small-3,
.emcatalog-tablet-3,
.emcatalog-mobile-3 {
	/*margin-right:-15px;*/
	margin: -15px;
	clear: both;
}
.emcatalog-desktop-3 .item,
.emcatalog-desktop-small-3 .item,
.emcatalog-tablet-3 .item,
.emcatalog-mobile-3 .item {
	width: 33.33333%;
	padding: 0 15px;
	margin: 0 0 20px;
	border: none;
}
.emcatalog-desktop-3 .item .product-item,
.emcatalog-desktop-small-3 .item .product-item,
.emcatalog-tablet-3 .item .product-item,
.emcatalog-mobile-3 .item .product-item {
	margin: 0;
	/*width:100%;*/
}

.emcatalog-desktop-4,
.emcatalog-desktop-small-4,
.emcatalog-tablet-4,
.emcatalog-mobile-4 {
	/*margin-right:-15px;*/
	margin: -15px;
	clear: both;
}
.emcatalog-desktop-4 .item,
.emcatalog-desktop-small-4 .item,
.emcatalog-tablet-4 .item,
.emcatalog-mobile-4 .item {
	width: 25%;
	padding: 0 15px;
	margin: 0 0 20px;
	border: none;
}
.emcatalog-desktop-4 .item .product-item,
.emcatalog-desktop-small-4 .item .product-item,
.emcatalog-tablet-4 .item .product-item,
.emcatalog-mobile-4 .item .product-item {
	margin: 0;
	/*width:100%;*/
}

.emcatalog-desktop-5,
.emcatalog-desktop-small-5,
.emcatalog-tablet-5,
.emcatalog-mobile-5 {
	/*margin-right:-15px;*/
	margin: -15px;
	clear: both;
}
.emcatalog-desktop-5 .item,
.emcatalog-desktop-small-5 .item,
.emcatalog-tablet-5 .item,
.emcatalog-mobile-5 .item {
	width: 20%;
	padding: 0 15px;
	margin: 0 0 20px;
	border: none;
}
.emcatalog-desktop-5 .item .product-item,
.emcatalog-desktop-small-5 .item .product-item,
.emcatalog-tablet-5 .item .product-item,
.emcatalog-mobile-5 .item .product-item {
	margin: 0;
	/*width:100%;*/
}

.emcatalog-desktop-6,
.emcatalog-desktop-small-6,
.emcatalog-tablet-6,
.emcatalog-mobile-6 {
	/*margin-right:-15px;*/
	margin: -15px;
	clear: both;
}
.emcatalog-desktop-6 .item,
.emcatalog-desktop-small-6 .item,
.emcatalog-tablet-6 .item,
.emcatalog-mobile-6 .item {
	width: 16.66667%;
	padding: 0 15px;
	margin: 0 0 20px;
	border: none;
}
.emcatalog-desktop-6 .item .product-item,
.emcatalog-desktop-small-6 .item .product-item,
.emcatalog-tablet-6 .item .product-item,
.emcatalog-mobile-6 .item .product-item {
	margin: 0;
	/*width:100%;*/
}

@media (max-width: 1200px) and (min-width: 992px) {
	.emcatalog-desktop-small-1 .item {
		width: 100%;
	}

	.emcatalog-desktop-small-2 .item {
		width: 50%;
	}

	.emcatalog-desktop-small-3 .item {
		width: 33.33333%;
	}

	.emcatalog-desktop-small-4 .item {
		width: 25%;
	}

	.emcatalog-desktop-small-5 .item {
		width: 20%;
	}

	.emcatalog-desktop-small-6 .item {
		width: 16.66667%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.emcatalog-tablet-1 .item {
		width: 100%;
	}

	.emcatalog-tablet-2 .item {
		width: 50%;
	}

	.emcatalog-tablet-3 .item {
		width: 33.33333%;
	}

	.emcatalog-tablet-4 .item {
		width: 25%;
	}

	.emcatalog-tablet-5 .item {
		width: 20%;
	}

	.emcatalog-tablet-6 .item {
		width: 16.66667%;
	}
}
@media (max-width: 767px) {
	.emcatalog-mobile-1 .item {
		width: 100%;
	}

	.emcatalog-mobile-2 .item {
		width: 50%;
	}

	.emcatalog-mobile-3 .item {
		width: 33.33333%;
	}

	.emcatalog-mobile-4 .item {
		width: 25%;
	}

	.emcatalog-mobile-5 .item {
		width: 20%;
	}

	.emcatalog-mobile-6 .item {
		width: 16.66667%;
	}
}


/*$max-content-width: value screen*/
/*Category product*/
/*button style*/
/*===Product Label Use Background Image===*/
.product-image .productlabels_icons {
	top: 12px;
	right: 10px;
}
.product-image .productlabels_icons .label {
	width: 48px;
	height: 48px;
	line-height: 48px !important;
}
.product-image .productlabels_icons .label:before {
	width: 48px;
	height: 48px;
	background-image: url("../images/bg_ft.png");
	background-position: 0 -92px;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-transform: scale(none);
	-ms-transform: scale(none);
	transform: scale(none);
}
.product-image .productlabels_icons .label.hot:before {
	width: 48px;
	height: 48px;
	background-image: url("../images/bg_ft.png");
	background-position: -52px -92px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.product-image .productlabels_icons .label.sale:before, .product-image .productlabels_icons .label.special:before {
	width: 48px;
	height: 48px;
	background-image: url("../images/bg_ft.png");
	background-position: -107px -92px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.em-header-style01 {
	margin-bottom: 30px;
}
.em-header-style01 .line-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.em-header-style01 .em-top-cart .em-amount-topcart {
	padding: 10px 30px 10px 10px;
	text-transform: uppercase;
}
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .line-top {
	border-width: 0;
}
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > a span,
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
	padding: 17px  35px;
	text-transform: uppercase;
}
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .menu-container,
.em-header-style01 .em-header-bottom:not(.navbar-fixed-top) .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container {
	text-align: left;
	top: 53px;
}

.em-wrapper-brands {
	border-top-style: solid;
	border-top-width: 1px;
}

.em-rtl .em-header-style01 .em-top-cart .em-amount-topcart {
	padding: 10px 10px 10px 30px;
}
.em-rtl .em-header-style01 .em-top-cart .em-amount-topcart:after {
	right: auto;
	left: 10px;
}

.cms-index-index .std {
	display: none;
}

/*Main Color Variation*/
.em-color span.emColorStyle01 {
	background: #F099BC;
}
.em-color span.emColorStyle02 {
	background: #6583b8;
}
.em-color span.emColorStyle03 {
	background: #b43027;
}
.em-color span.emColorStyle04 {
	background: #9b97c8;
}

/*========Brand Index==========*/
.em-block-shopbrands{margin-top:30px;}
.em-shopbybrands-title{
	color:#242424;text-transform:uppercase;
	margin:0 0 20px 0;display:block;
	font-weight:bold;font-size:16px;line-height:1.35;
	padding:8px 15px;border:#ebebeb 1px solid;clear:both;text-align:left;
	background: linear-gradient(#ffffff, #f5f5f5);
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -o-linear-gradient(#ffffff, #f5f5f5); 
	background: -moz-linear-gradient(#ffffff, #f5f5f5);
	border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
}
.em-shopbybrands-title h3{text-transform:uppercase;font-size:16px;margin:0;}
.em-shopbybrands-filter ul li{
	background:#d7f0f6;
	color:#000;
	display:inline-block;margin:0 15px 15px 0;padding:5px 12px;
	border:#ebebeb 1px solid;cursor:pointer;text-transform:uppercase;font-size:14px;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	transition:all 300ms ease 0s;-moz-transition: all 300ms ease 0s;-webkit-transition: all 300ms ease 0s;
}
.em-shopbybrands-filter{margin:20px 0;}
.em-shopbybrands-filter ul li:hover{background:#000;color:#fff;border:#000 1px solid;}

.em-shopbybrands-content h3{
	background:#000;color:#fff;font-weight:bold;font-size:14px;line-height:1.35;
	padding:10px 15px;float:left;clear:both;text-transform:uppercase;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}
.condition-wrapper{min-height:36px;margin:0 0 30px 0;}
.em-shopbybrands-condition{
	background:#000;color:#fff;font-size:16px;min-width:36px;min-height:36px;
	text-transform:uppercase;font-weight:bold;padding:6px 12px;margin:0 0 20px 0;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}
.em-shopbybrands-no-brand{border:#f33917 1px dashed;padding:7px 20px;color:#242424;}

/*====Search By Brand===*/
.em-shopbybrands-brand{text-align:left;}
.search_brands{margin-bottom:20px;text-align:left;}
.search_brands .block{overflow:visible !important;}
.search_brands .block-content{position:relative;}
.search_brands input{
	background-color: #ffffff; background-image: none;border: 1px solid #cccccc;
	color: #555555; display: block;font-size: 14px;height:36px !important;line-height: 1.42857;
	padding: 6px 12px;width: 100%;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.search_brands .em-subject-search{
	position:absolute;border:#e3e3e3 1px solid;padding:10px;
	background:#fff;width:100%;left:0;top:52px;text-align:left;z-index:2;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
.em-loading-search{text-align:center;}
.em-loading-search img{display:inline-block;}
.search_brands .em-shopbybrands-items{margin:0;}
.search-item a{display:block;padding:5px;}
.search-item a:hover{background:#fafafa;}
.search-item p{margin:0;}
.em_brand_list_item{border-top:#e3e3e3 1px dotted;width:100%;overflow:hidden;padding-top:15px;margin-top:15px;}
.em_brand_list_item:first-child{border:none;padding-top:5px;margin:0;}
.em_brand_list_item a img{border:#e3e3e3 1px solid;padding:2px;}
.em_brand_list_item .product-image{float:left;margin:0 15px 0 0;}
.em_brand_list_item  .em-brandname{overflow:hidden;text-align:left;float:left;margin-top:5px;}

/*===Brand Slider===*/
.em_shopbybrands_item a{border:#ebebeb 1px solid;padding:5px;display:inline-block;max-width:100%;}
.em_shopbybrands_item a:hover{border:#cdcdcd 1px solid;}

.em_shopbybrands_item a,
.em-shopbybrands-items .brand-item a{display:inline-block;background:#fff;}
.em_shopbybrands_item a:hover img,
.em-shopbybrands-items .brand-item a:hover img{opacity:0.85;}
.em-slider-shopbrands{margin:10px 0;}
.em-slider-shopbrands.owl-carousel .owl-nav div.owl-prev,
.em-slider-shopbrands.owl-carousel .owl-nav div.owl-next{
	margin:0;color:transparent;width:30px;height:30px;position:absolute;top:-54px;border:none;font-size:0;cursor:pointer;
	transition: all 200ms ease-out;-moz-transition: all 200ms ease-out;-webkit-transition:all 200ms ease-out;
}
.em-slider-shopbrands.owl-carousel .owl-nav div.owl-prev{ 
	right:50px;background:#bbbbbb url(../images/image-icon.png) no-repeat -13px 6px;
	border-radius: 100%;-moz-border-radius:100%;-webkit-border-radius:100%;
}
.em-slider-shopbrands.owl-carousel .owl-nav div.owl-next{
	right:10px;background:#bbbbbb url(../images/image-icon.png) no-repeat -10px -38px;
	border-radius: 100%;-moz-border-radius:100%;-webkit-border-radius:100%;
}
.em-slider-shopbrands.owl-carousel .owl-nav div.owl-next:hover,
.em-slider-shopbrands.owl-carousel .owl-nav div.owl-prev:hover {background-color:#242424;color:transparent;}
.em-slider-shopbrands .owl-dots{display:none;}

/*===========Brand Item===========*/
.em-shopbybrands-items .condition-wrapper{margin:0 8px 30px;}
.em-shopbybrands-content .em-shopbybrands-items{margin:0 -8px 20px;}
.em-shopbybrands-content .em-shopbybrands-items .brand-item{width:12.5%;padding:0 8px;margin:0 0 16px 0;float:left;}
.em-shopbybrands-items .brand-item a{display:inline-block;border:#ebebeb 1px solid;text-align:center;background:#fff;}
.em-shopbybrands-items .brand-item a img{display:inline-block;text-align:center;max-width:100%;padding:5px;}
.em-shopbybrands-items .brand-item .em-shopbybrands-brand-title{padding:3px 0;border-top:1px solid #ebebeb;margin:0;}

/*========Product Brand=========*/
.img-responsive{max-width:100%;}
.em-shopbybrands-detail{overflow:hidden;margin:0 0 30px 0;}
.em-shopbybrands-detail .em-shopbybrands-image{margin-right:3%;float:left;border:#ebebeb 1px solid;}
.em-shopbybrands-detail .em-shopbybrands-subject{overflow:hidden;}

.em-shopbybrands-brand-url a:hover{text-decoration:underline;}
.em-shopbybrands-upsale{clear:both;}
.em-shopbybrands-upsale .products-grid .product-image{margin-bottom:15px;}
.em-shopbybrands-upsale .toolbar-title select{display:block !important;}

/*==========Loading Icon==========*/
.em-loading {position:absolute;color:#d85909;font-size:1.1em;font-weight:bold;text-align:center;z-index:500;}

.em-loading .loader {
	position:fixed;top:45%;left:50%;width:200px;margin-left:-105px;
	padding:15px 20px;background:#cfecfc;border:2px solid #1585c7;
	color:#d85909;font-weight:bold;text-align:center;z-index:1000;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.em-loading img{display:inline-block;}
.em-loading .loader > div{display:none;}

/*==========Reponsive==========*/
@media (min-width: 768px) and (max-width: 991px){
	.em-shopbybrands-content .em-shopbybrands-items .brand-item{width:20%;}
}

@media (max-width: 767px){
	.em-shopbybrands-content .em-shopbybrands-items .brand-item{width:25%;}
}

@media (max-width: 480px){
	.em-shopbybrands-content .em-shopbybrands-items .brand-item{width:50%;}
}


.owl-carousel img{
	max-width: 100%;
}
.owl-carousel-brands img{
	max-width: 100%;
}
.em_nav .vnav .menu-item-depth-0 > a.em-menu-link span:hover {
	color: #2fb991;
	border-color: #dfdfdf;
	background-color: #f8f8f8;
}
.em_nav .vnav .menu-item-depth-0:hover > a.em-menu-link span {
	color: #2fb991;
	border-color: #dfdfdf;
	background-color: #f8f8f8;
}
.em_nav .vnav .menu-item-depth-0 > a {
	color: #7e7e7e;
}

.vnav .menu-item-link > a.arrow {
	top: 5px;
}
.em_nav .vnav .menu-item-depth-0 > a.em-menu-link span {
	color: #7e7e7e;
	border-color: #eaeaea;
	background-color: #fcfcfc;
	font: 500 14px/1.35 Lato, Helvetica, Arial, sans-serif;
	text-transform: none;
}
.em-wrapper-slideshow .menu-wrapper, .em-wrapper-product-09.em-line-04 {
	margin-bottom: 15px;
}
.cms-index-index .menuleft {
	position: static;
}

.em-menu-mobile .vnav.nav-text-right .menu-item-link.fa:before, .menu-item-link.fa:before, .em-menu-mobile .hnav .menu-item-depth-0:before, .em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0:before {
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 11;
	padding: 14px 0;
}
.vnav .menu-item-depth-0 {
	position: relative;
}

.box2 {
	margin-bottom: 30px;
	position: relative;
}
.box_tran{
	background: transparent!important;
}
aside .box2 {
	margin-bottom: 34px;
}
.box2 .box-heading {
	margin: 0 0 0px;
	border-bottom: 1px solid #343434;
}
aside .box2 .box-heading h3 {
	font-size: 20px;
	line-height: 48px;
}
.box2 .box-heading h3, .box2 .box-heading h2 {
	margin: 0;
	font: 500 24px/48px "Roboto", sans-serif;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	display: inline-block;
}

.box2.bestsellers .bx-controls {
	position: absolute;
	right: 5px;
	top: -40px;
	font-size: 20px;
}

.product-thumb {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
.box2.bestsellers .bx-wrapper .product-thumb:after {
	clear: both;
}

.box2.bestsellers .bx-wrapper .product-thumb:before, .box2.bestsellers .bx-wrapper .product-thumb:after {
	display: table;
	content: "";
	line-height: 0;
}

.box2.bestsellers .bx-wrapper .product-thumb .image {
	padding: 32px 24px;
	width: 50%;
	text-align: center;
	float: left;
}
.box2.bestsellers .bx-wrapper .product-thumb .caption {
	width: 50%;
	float: left;
	padding: 0;
	text-align: left;
	padding-top: 30px;
	padding-right: 8%;
	padding-bottom: 20px;
}
.box2.bestsellers .product-layout{
	width: 100%!important;
}
.myrow{ width:100%; margin:0; padding:0}

.em-line-04 .em-tabs .custom-tab li.tab-link.active a, .em-line-04 .em-tabs .custom-tab li.tab-link:hover a {
	color: #000000;
	/*border-color: #2fb991;*/
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.em-wrapper-product-09 .tab-content-container .owl-item:first-child .products-list > .item {
	/*border-left-width: 0px;*/
}
.em-wrapper-product-09 .tab-content-container .owl-item .products-list > .item {
	border-width: 1px 0 0 1px;
	border-style: solid;
	margin: 0;
	padding: 20px;
}
.em-wrapper-product-09 .tab-content-container .products-list > .item {
	border-color: #e3e3e3;
}
.em-wrapper-product-09 .tab-content-container {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-color: #e3e3e3;
}
.em-wrapper-product-09 .tab-content-container {
	border-width: 0 1px 1px;
	border-style: solid;
	margin-top: -1px;
}
#box_product_1 {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	background: white;
}

.products-list .product-image {
	border-color: #e3e3e3;
}
.products-list .product-image {
	float: left;
	margin: 0 20px 10px 0;
}
a.product-image {
	position: relative;
	margin-bottom: 15px;
	display: block;
}
.products-list > .item .product-shop {
	margin-bottom: 10px;
}
.products-list .product-shop {
	overflow: hidden;
	text-align: left;
}
.f-fix {
	float: left;
	width: 100%;
}
.product-name {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
}
.products-list .product-shop .price-box {
	margin-bottom: 14px;
}
.products-list .price-box {
	width: 100%;
}
.price-box {
	font-size: 100%;
	margin-bottom: 1rem;
	color: #000000;
}
.em-wrapper-product-09 .tab-content-container .owl-item .products-list > .item button.button.btn-cart {
	padding: 8px 20px;
	font-size: 97% !important;
}
.em-wrapper-product-09 .tab-content-container .products-list > .item button.button.btn-cart {
	color: #ababab;
	border-color: #dddddd;
	background-color: #ffffff;
}

section#blog{
	margin-top: 30px;
	overflow: hidden;
}

section#clients {
	margin-top: 30px;
	overflow: hidden;
}

section#blog .header_title, .home_blog .header_title, section#clients .header_title {
	position: relative;
	overflow: hidden;
}
section#blog .header_title h3, .home_blog .header_title h3, section#clients .header_title h3 {
	margin: 0;
	float: left;
	position: relative;
	z-index: 2;
	padding: 0 15px;
	background: #f8f8f8;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	padding-top: 3px;
}
section#blog .header_title h3:before, .home_blog .header_title h3:before, section#clients .header_title h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #999;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}


.tab-content{
	background-color: #ffffff;
}


.box_under .title_block span {
	color: #333333;
	font-size: 22px;
	font-weight: 300;
	/*font-family: "Oswald",sans-serif;*/
	text-transform: uppercase;
	line-height: 55px;
	position: relative;
	display: block;
	border-bottom: 2px solid #ffffff;
}
.box_under .title_block span:before {
	border-bottom: 2px solid #feae02;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	width: 150px;
}

.box_blog .blog_item {
	overflow: hidden;
	margin-top: 21px;
}

.box_blog .blog_item .blog_img_holder {
	position: relative;
	overflow: hidden;
}

.box_blog .blog_item .blog_img_holder img {
	-webkit-transition: all 1700ms ease;
	transition: all 1700ms ease;
}

.box_blog .blog_item .blog_info {
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}

.box_blog .blog_item .blog_info p.date_added {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	display: inline-block;
	border-bottom: 2px solid #333333;
}

.box_blog .blog_item .blog_info p {
	margin: 0;
	padding: 20px 0;
}

.box_blog .blog_item .blog_info p.post_title {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #333333;
	text-transform: uppercase;
}

.box_blog .blog_item .blog_info p {
	margin: 0;
	padding: 20px 0;
}

.box_blog .blog_item .blog_info a.read_more {
	display: inline-block;
	padding: 2px 15px 0;
	line-height: 23px;
	color: white;
	background: #aaa;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
.blog_item{
	background: white;
}
.box_blog .blog_item .blog_info a.read_more:hover{background:#feae02}

.box_blog .owl-item {
	float: left;
	padding: 0 15px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

section#clients .item a {
	/*display: block;
	border: 1px solid #e5e5e5;*/
}

section#clients .item a img {
	/*margin: 0 auto;*/
}

section#clients .item {
	padding: 0 5px;
	text-align: center;
	margin-top: 10px;
	/*border-right: 1px solid #e5e5e5;*/
}


section#footer{
	margin-top: 60px;
	background-color: #ffffff;
	border-top: 1px solid #ededed;
}

#footer{
	color: #666;
}

#footer .footer_logo {
	overflow: hidden;
	margin-top: 31px;
}

#footer .footer_logo p.info {
	margin: 25px 0 0;
	font-size: 12px;
	line-height: 20px;
}

#footer .footer_logo a.view {
	display: block;
	margin-top: 30px;
	float: left;
	padding: 2px 15px 0;
	color: white;
	background: #aaa;
	line-height: 35px;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#footer h4 {
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	color: #3b3b3b;
	margin: 0 0 25px 0;
	cursor: pointer;
	text-transform: uppercase;
}


#footer ul li a {
	font-size: 13px;
	line-height: 32px;
	display: block;
	position: relative;
	padding: 0 0 0 15px;
}

#footer a {
	color: #666;
}

#footer .footer-block {
	margin-top: 25px;
}

#footer #block_contact_infos a {
	display: inline;
	padding: 0;
}

#footer ul li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #999;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
#footer #block_contact_infos a:before {
	content: "";
	width: 0;
	height: 0;
}

#footer .tags_block {
	border-top: 1px solid #e1e1e1;
	margin-top: 30px;
	overflow: hidden;
}

#footer .tags_block h4 {
	margin: 30px 0 0;
}

#footer .tags_block a {
	display: block;
	float: left;
	margin: 7px 9px 0 0;
	padding-right: 9px;
	border-right: 1px solid #e1e1e1;
	font-size: 12px;
	line-height: 15px;
}

#footer .footer_center {
	overflow: hidden;
	margin-top: 35px;
	background: #444;
	padding-bottom: 20px;
}

#footer #social_block {
	overflow: hidden;
	margin-top: 19px;
}

#footer #social_block a.facebook {
	background: #3a599c;
}

.footer-container #footer #social_block a {
	display: block;
	float: left;
	margin: 5px 9px 0 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: white;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 16px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
}


#footer #social_block a:hover i{
	-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3)
}

#footer #social_block a.facebook {
	background: #3a599c;
}
#footer #social_block a.twitter {
	background: #5a8eca;
}
#footer #social_block a.google {
	background: #ce3527;
}

#footer #newsletter_block_left {
	overflow: hidden;
	margin-top: 19px;
}
#footer #newsletter_block_left .block-left {
	float: left;
	overflow: hidden;
}

#footer #newsletter_block_left .block-left i.fa-envelope-o {
	float: left;
	margin-right: 13px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	display: block;
	border: 1px solid white;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	color: white;
}
#footer #newsletter_block_left .block-left div.txt {
	float: left;
	padding: 5px 0;
}
#footer #newsletter_block_left .block-left div.txt p.txt1 {
	font-size: 16px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
}
#footer #newsletter_block_left .block-left div.txt p.txt2 {
	font-size: 12px;
	color: #999;
}
#footer #newsletter_block_left .block-right {
	float: right;
}
#footer #newsletter_block_left .block_content {
	overflow: hidden;
}
#footer #newsletter_block_left .form-group {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}
#footer #newsletter_block_left .form-group .form-control {
	height: 45px;
	width: 355px;
	background: #3b3b3b;
	border: 0;
	color: white;
	padding: 10px 95px 10px 12px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#footer #newsletter_block_left .form-group .btn_signup {
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 2px 20px 0;
	display: block;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: white;
	background: #59b210;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#footer #newsletter_block_left .block-left div.txt p {
	margin: 0;
	line-height: 20px;
}

#footer #social_block a {
	display: block;
	float: left;
	margin: 5px 9px 0 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: white;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 16px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
}

.footer_bottom {
	background: #333333;
	padding: 0 0 5px;
	overflow: hidden;
}
.footer_bottom .copyright {
	overflow: hidden;
	margin-top: 19px;
	color:#ffffff;
}

#content_reg .buttons{
	margin-bottom: 50px;
}

#content_reg h1 ,#p_login h1, #content_about h1,.head_h1{
	text-transform: uppercase;
	font-size: 34px;
	line-height: 55px;
	margin-bottom: 0;
	text-align: center;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

#content_reg h1:after ,#p_login h1:after, #content_about h1:after,.head_h1:after{
	content: '';
	height: 1px;
	display: block;
	background: #343434;
	margin: 20px 0 40px;
}

#content_reg legend {
	font-size: 18px;
	padding: 7px 0px;
}

div.required .control-label:after {
	content: '*';
	color: #ee372a;
	font-weight: bold;
	margin-left: 5px;
}
#content_reg legend{display: block;}
#content_reg input[type="text"],#content_reg input[type="email"],#content_reg input[type="password"],#content_reg input[type="tel"],
#p_login input[type="text"],#p_login input[type="email"],#p_login input[type="password"],#p_login input[type="tel"]{
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #343434;
	color: #191919;
	font-size: 14px;
	height: 40px;
	line-height: 24px;
	padding: 8px 10px 8px 20px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#content_reg textarea{
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #343434;
	color: #191919;
	font-size: 14px;
	height: 40px;
	line-height: 24px;
	padding: 8px 10px 8px 20px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#content_reg textarea{
	min-height: 200px;
}

#content_reg select,.select_fake_b{
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #343434;
	color: #191919;
	font-size: 14px;
	height: 40px;
	line-height: 24px;
	padding: 8px 10px 8px 20px;
}

.btn_fake {
	font-size: 12px;
	color: #FFF;
	background: #feae02;
	text-shadow: none;
	border-radius: 0;
	border: none;
	padding: 12px 16px;
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.input-group-btn .btn_fake {
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.datepicker .prev,.datepicker .next,.datepicker .picker-switch,.datepicker .dow,.datepicker .day{
	color: #191919;
}
.datepicker .prev,.datepicker .next,.datepicker .picker-switch,.datepicker .dow{
	font-weight: bold;
}

#p_login .well {
	background-color: #fff;
	border: 1px solid #343434;
	border-top: 2px solid #feae02;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 0;
	box-shadow: none;
}

#p_login .well p {
	border-bottom: 1px solid #343434;
	padding: 20px 0;
}

#p_login h2 {
	font-size: 32px;
}

.btn_t {
	font-size: 12px;
	color: #FFF;
	background: #feae02;
	text-shadow: none;
	border-radius: 0;
	border: none;
	padding: 12px 16px;
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

#p_login .well a {
	display: inline-block;
	margin-top: 20px;
}

#cms #center_column h3 {
	font-size: 16px;
	border-bottom: none;
	margin: 0;
	padding: 0 0 17px 0;
}

.rte ul {
	list-style-type: disc;
	padding-left: 15px;
}
.page-subheading {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #555454;
	font-size: 18px;
	padding: 0 0 15px;
	line-height: normal;
	margin-bottom: 12px;
	border-bottom: 1px solid #d6d4d4;
}

#center_column img {
	margin: 4px 0 17px;
	max-width: 100%;
	height: auto;
}

#center_column .list-1 li:first-child {
	border: none;
}

#center_column .list-1 li {
	padding: 4px 0 6px 0;
	font-weight: bold;
	color: #46a74e;
	border-top: 1px solid #d6d4d4;
}
#center_column .testimonials {
	border: 1px solid;
	border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
	margin: 4px 0 13px 0;
	position: relative;
}
#center_column .testimonials .inner {
	border: 1px solid #fff;
	padding: 15px;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
	background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%);
}

#content_about .bx-controls{
	top: -50px;
	position: absolute;
	right: 0;
}

.em-top-cart .em-container-topcart {
	position: relative;
}

#em-mheader .em-top-cart .fa-shopping-bag:before {
	width: 32px;
	height: 32px;
	font-size: 1.5rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	display: inline-block;
	padding: 11px 5px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	position: static;
	background: none;
}

#em-mheader .em-top-cart .fa-shopping-bag:before {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}



#em-mheader .em-top-cart .fa-shopping-bag {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	width: 32px;
	min-width: 1px;
}

.em-top-cart .fa-shopping-bag {
	display: inline-block;
	padding: 12px 30px 12px 0px;
	vertical-align: top;
	position: relative;
}

#em-mheader .em-top-cart .em-topcart-text {
	display: none;
}

.em-wrapper-header .em-top-cart .em-topcart-qty{
	color: #ffffff;
}

#em-mheader .em-top-cart .em-topcart-qty {
	color: #ffffff;
	border-color: #feae02;
	background-color: #feae02;
}

#em-mheader .em-top-cart .em-topcart-qty {
	position: absolute;
	left: 27%;
	top: -6px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding: 0px 4px;
	font-size: 9px;
}

/*#center_column .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../../image/testimon-after.gif) no-repeat;
    }*/

    #center_column .testimonials .inner span.before {
    	background: url(../../image/bl-before-bg.png) no-repeat;
    	margin-right: 8px;
    }
    #center_column .testimonials .inner span.after {
    	background: url(../../image/bl-after-bg.png) no-repeat;
    	margin-left: 8px;
    }

    #center_column .testimonials .inner span {
    	text-indent: -5000px;
    	display: inline-block;
    	width: 20px;
    	height: 15px;
    }

    #center_column .testimonials + p {
    	padding-left: 45px;
    	margin-bottom: 18px;
    }

    #center_column p {
    	line-height: 18px;
    }

    #em-mheader .em-mobile-help li a {
    	background-color: #fff;
    	color: #000;
    	border: 1px solid #dfdfdf;
    	font: 600 14px/1.35 Roboto, Helvetica, Arial, sans-serif;
    }

    .post-title {
    	padding-right: 60px;
    	margin-bottom: 13px;
    }
    .post-title h2 {
    	margin-bottom: 10px;
    }
    .post-content {
    	height: 100%;
    	overflow: hidden;
    }

    .em_post-item:first-child {
    	border: none;
    	padding-top: 0;
    }
    .em_post-item {
    	clear: both;
    	overflow: hidden;
    	margin: 0 0 20px;
    }
    .post-title, .comment-title {
    	color: #242424;
    }
    .em_post-item .post-image {
    	float: left;
    	margin-right: 2rem;
    }
    .em_post-item .post-content {
    	height: 100%;
    	overflow: hidden;
    }

    .em_post-item {
    	border-top: 1px solid #e5e5e5;
    	padding-top: 2rem;
    }

    .contacts_page .fieldset .legend {
    	font: 600 18px/1.35 Roboto, Helvetica, Arial, sans-serif;
    }
    /* ===================   Privacy Policy  =================== */
    .privacy_page ol {
    	list-style-type: none;
    	counter-reset: list;
    	padding-left: 0;
    }
    .privacy_page ol li {
    	counter-increment: list;
    }
    .privacy_page ol li + li {
    	margin-top: 40px;
    }
    .privacy_page  li h4:before {
    	content: counter(list,decimal);
    	display: inline-block;
    	margin-right: 15px;
    	width: 40px;
    	height: 40px;
    	line-height: 40px;
    	text-align: center;
    	background: #ea5e67;
    	color: #fff;
    	font-size: 16px;
    	-webkit-border-radius: 50%;
    	-moz-border-radius: 50%;
    	border-radius: 50%;
    	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
    	-moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
    	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
    }
    /* ===================   Privacy Policy  =================== */

    #cat_product .block_box{
    	border: 1px solid #e1e1e1;
    	padding: 15px;
    }
    .block_box{
    	margin-bottom: 30px;
    	overflow: hidden;
    }

    .layered_filter {
    	margin-bottom: 15px;
    }

    .layered_subtitle_heading {
    	margin-bottom: 10px;
    }
    .layered_subtitle {
    	border-bottom: 1px solid #d9d9d9;
    	color: #222222;
    	display: block;
    	font-size: 14px;
    	padding-bottom: 10px;
    	text-transform: uppercase;
    }


    #layered_form ul {
    	max-height: 200px;
    	overflow-x: auto;
    }

    #cat_product ul li {
    	min-width: 50%;

    }

    #cat_product ul li {
    	list-style-type: none;
    }

    #cat_product div.checker span{
    	background-image: url("../../image/sprite.png");
    	background-repeat: no-repeat;
    	-webkit-font-smoothing: antialiased; 
    }

    /*.selector_fake{
    	background-image: url("../../image/sprite.png");
    	background-repeat: no-repeat;
    	-webkit-font-smoothing: antialiased; 
    	}*/

    	#cat_product div.checker span {
    		position: relative;
    		top: -1px;
    	}

    	#layered_form ul li {
    		padding: 5px 0;
    	}

    	#layered_form ul li label {
    		display: inline;
    		cursor: pointer;
    		margin-right: 5px;
    	}

    	.content_sortPagiBar .sortPagiBar {
    		margin-bottom: 30px;
    		padding-bottom: 10px;
    		border-bottom: 2px solid #f2f2f2;
    		clear: both;
    	}


    	/*procut*/
    	.item-inner {
    		overflow: hidden;
    		/*padding: 0 15px;*/
    	}
    	.listproducts{
    		margin-bottom: 30px;
    		-webkit-transition: all 300ms ease;
    		-moz-transition: all 300ms ease;
    		-ms-transition: all 300ms ease;
    		-o-transition: all 300ms ease;
    		transition: all 300ms ease;
    	}
    	.listproducts .item {
    		border: 1px solid #e1e1e1;
    	}
    	.product-image-container .product_image {
    		position: relative;
    		margin-bottom: 0;
    		width: 100%;
    		display: block;
    	}
    	.product-image-container img {
    		padding: 10px;
    	}
    	.new-label, .sale-label {
    		background: #ffb128;
    		color: #fff;
    		display: block;
    		font-size: 13px;
    		font-weight: normal;
    		height: 45px;
    		width: 45px;
    		right: 25px;
    		line-height: 45px;
    		position: absolute;
    		text-align: center;
    		text-transform: uppercase;
    		top: 10px;
    		z-index: 10;
    		border-radius: 100%;
    	}

    	.center-img{
    		margin: 0 auto;
    	}

    	.top_product{
    		position: relative;
    		border-bottom: 1px solid #e1e1e1;
    		-webkit-transition: all 300ms ease;
    		-moz-transition: all 300ms ease;
    		-ms-transition: all 300ms ease;
    		-o-transition: all 300ms ease;
    		transition: all 300ms ease;
    	}

    	.bot_product{
    		padding: 10px 20px;
    		text-align: center;
    	}

    	.product-name {
    		color: #333333;
    		font-size: 15px;
    		font-weight: 500;
    		line-height: 23px;
    		margin: 0 0 5px;
    	}

    	.listproducts .item .content_price {
    		margin-bottom: 10px;
    	}

    	.price {
    		color: #ed1c24;
    		font-family: "Open Sans";
    		font-size: 16px;
    		white-space: nowrap;
    	}
    	.old-price.product-price {
    		font-family: "Open Sans";
    		font-size: 15px;
    		margin: 0 5px;
    	}
    	.old-price {
    		color: #666666;
    		text-decoration: line-through;
    	}

    	.listproducts .actions {
    		z-index: 10;
    		-webkit-transition: all 300ms ease;
    		-moz-transition: all 300ms ease;
    		-ms-transition: all 300ms ease;
    		-o-transition: all 300ms ease;
    		transition: all 300ms ease;
    	}

    	.listproducts .actions ul {
    		display: inline-block;
    		margin: 0;
    		overflow: hidden;
    	}

    	.listproducts .actions li.lab-cart {
    		margin: 0 8px;
    	}

    	.listproducts .actions li {
    		float: left;
    		display: inline;
    	}

    	.listproducts .actions li.lab-cart .button {
    		color: #666666;
    		font-family: "Oswald",sans-serif;
    		font-size: 13px;
    		font-weight: 400;
    		padding: 0 20px;
    		width: auto;
    		background-color: #ededed;
    	}

    	.listproducts .actions li a {
    		background: #fff;
    		border: 1px solid #dedede;
    		border-bottom: 2px solid #dedede;
    		-webkit-border-radius: 3px;
    		-moz-border-radius: 3px;
    		-ms-border-radius: 3px;
    		-o-border-radius: 3px;
    		border-radius: 3px;
    		color: #999999;
    		display: block;
    		font-size: 18px;
    		line-height: 40px;
    		text-align: center;
    		text-shadow: 0 0 0;
    		text-transform: uppercase;
    		width: 40px;
    	}
    	#content_prodcut_detail input.input-text{
    		border-color: #e1e1e1;
    		border-radius: 0;
    		-moz-border-radius: 0;
    		-webkit-border-radius: 0;
    	}

    	#content_prodcut_detail button.button.btn-cart:before {
    		display: inline-block;
    		font-family: FontAwesome;
    		font-style: normal;
    		font-weight: normal;
    		line-height: 1;
    		-webkit-font-smoothing: antialiased;
    		-moz-osx-font-smoothing: grayscale;
    		content: "\f07a";
    		font-size: 14px;
    		margin: 0;
    	}
    	.product-view-detail button.button {
    		color: #ffffff;
    		border-color: #feae02;
    		background-color: #feae02;
    		font: 400 16px/1.35 Roboto, Helvetica, Arial, sans-serif;
    	}

    	.r-tabs-nav2 {
    		margin-bottom: 10px!important;
    	}
    	.r-tabs {
    		position: relative;
    		overflow: hidden;
    	}
    	.em-tabs, .em-details-tabs {
    		display: inline-block;
    		width: 100%;
    	}
    	.r-tabs .r-tabs-nav {
    		margin: 0;
    		padding: 0;
    	}
    	.r-tabs .r-tabs-nav .r-tabs-tab {
    		position: relative;
    	}
    	.r-tabs .r-tabs-tab {
    		display: inline-block;
    		margin: 0;
    		list-style: none;
    	}
    	.em-details-tabs.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor, .em-details-tabs.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    		color: #ffffff;
    		border-color: #feae02;
    		background-color: #feae02;
    	}
    	.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    		color: #feae02;
    		border-color: #feae02;
    		background-color: #e8e8e8;
    	}
    	.em-details-tabs.r-tabs .em-details-tabs-content {
    		border-width: 1px;
    		border-style: solid;
    		margin-top: -1px;
    		padding: 2rem;
    		-moz-border-radius: 0px;
    		-webkit-border-radius: 0px;
    		border-radius: 0px;
    	}
    	.product-view .em-details-tabs .em-details-tabs-content {
    		text-align: left;
    	}
    	.r-tabs .r-tabs-nav .r-tabs-anchor {
    		display: inline-block;
    		padding: 9px 15px;
    		margin-right: 5px;
    		-moz-backface-visibility: hidden;
    		-webkit-backface-visibility: hidden;
    		backface-visibility: hidden;
    	}

/*
    #layered_form div.checker,#layered_form ul li label {
    	display: inline;
    	cursor: pointer;
    	margin-right: 5px;
    }

    #layered_form div.checker{
    	width: 15px;
    	height: 15px;
    	}*/
    	.hnav .cart .top_shop_cart .toggle_cont{
    		margin-top: 20px;
    	}
    	.top_shop_cart {
    		line-height: 10px;
    	}

    	.top_shop_cart .em-topcart-qty-wrapper{
    		color: white;
    	}
    	.top_shop_cart .em-text-mycart{
    		padding-left: 15px;
    	}
    	/*cart*/
    	.cart .price-cart {
    		color: #ea5e67;
    	}
    	.cart .total,.cart .total2{
    		border: none;
    		padding: 2px;
    		color: #4ed0da;
    		letter-spacing: 0.5px;
    		text-transform: uppercase;
    		font-weight: 400;
    	}
    	.cart .cart-remove-btn.btn {
    		margin-bottom: 10px;
    		margin-left: 0;
    		background: #191919;
    		color: #fff;
    		font-size: 16px;
    		width: 100%;
    	}
    	.cart-remove-btn, .cart-remove-btn:visited {
    		display: inline-block;
    		font-size: 22px;
    		color: #ea5e67;
    	}
    	.cart .toggle_cont {
    		z-index: 1001;
    		min-width: 350px;
    		padding: 10px 10px 5px;
    		max-height: 500px;
    		overflow-y: auto;
    		overflow-x: hidden;
    		margin-top: 5px;
    	}
    	.cart .toggle_cont2 {
    		z-index: 1001;
    		min-width: 290px;
    		padding: 10px 10px 5px;
    		max-height: 500px;
    		overflow-y: auto;
    		overflow-x: hidden;
    		margin-top: 5px;
    	}
    	.toggle_cont_login{

    		display: none;
    		background: #fff;
    		padding: 0;
    		list-style-type: none;
    		position: absolute;
    		right: -15px;
    		top: 100%;
    		width: 141px;
    		z-index: 20;
    		-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    		-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    		box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);

    	}
    	.toggle_cont__right {
    		right: 0;
    		left: auto;
    		border: 1px solid #d4d4d4;
    	}
    	.toggle_cont_login > li > a, .toggle_cont_login > li > button {
    		text-align: left;
    		width: 100%;
    		display: block;
    		padding: 6px 15px 6px;
    		text-transform: capitalize;
    		font-size: 13px;
    	}

    	.toggle_cont,.toggle_cont2 {
    		display: none;
    		background: #fff;
    		padding: 0;
    		list-style-type: none;
    		position: absolute;
    		right: 0;
    		top: 100%;
    		width: 141px;
    		z-index: 20;
    		-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    		-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    		box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    	}
    	.cart .toggle_cont table,.cart .toggle_cont2 table {
    		margin-bottom: 10px;
    	}
    	.cart ul > li:first-child tr {
    		border-bottom: 1px solid #343434;
    	}
    	.cart .table > tbody > tr > td {
    		border-top: none;
    	}
    	.cart .toggle_cont .img-thumbnail,.cart .toggle_cont2 .img-thumbnail {
    		background: none;
    	}
    	.cart .toggle_cont img,.cart .toggle_cont2 img {
    		max-width: 70px;
    	}
    	.img-thumbnail {
    		border: 0;
    		/*background-color: #f7f7f7;*/
    		padding: 0;
    		border-radius: 0;
    	}
    	.table2 > tbody > tr > td, .table2 > tbody > tr > th, .table2 > tfoot > tr > td, .table2 > tfoot > tr > th, .table2 > thead > tr > td, .table2 > thead > tr > th {
    		padding: 15px 10px 15px;
    	}
    	.table2>tbody>tr>td, .table2>tbody>tr>th, .table2>tfoot>tr>td, .table2>tfoot>tr>th, .table2>thead>tr>td, .table2>thead>tr>th {
    		padding: 8px;
    		line-height: 1.42857143;
    		vertical-align: top;
    		border-top: 1px solid #ddd;
    	}
    	.cart td {
    		font-size: 13px;
    	}
    	/*cart*/

    	/*view cart*/
    	.checkout-cart .table thead td, .table th {
    		text-transform: uppercase;
    		font-weight: bold;
    		color: #191919;
    		font-size: 13px;
    		background-color: #fff;
    	}
    	.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    		border-color: #343434;
    	}
    	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    		padding: 15px 10px 15px;
    	}
    	.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    		border-bottom: none;
    	}
    	.checkout-cart #content .table.table-bordered tr td:nth-child(2), .account-wishlist #content .table.table-bordered tr td:nth-child(2), .product-compare #content .table.table-bordered tr td:nth-child(2) {
    		min-width: 150px;
    	}
    	.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    		white-space: normal;
    	}
    	.table-bordered > tbody > tr > td {
    		vertical-align: middle;
    	}
    	.checkout-cart #content .table td:nth-child(3) {
    		min-width: 150px;
    	}
    	.checkout-cart #content .table a, .account-wishlist #content .table a, .product-compare #content .table a {

    		color: #ea5e67;
    		font-weight: 500;
    	}
    	.checkout-cart .counter-minus,.checkout-cart .counter-plus{
    		padding-top: 13px;
    		border: 1px solid;
    	}


    	.checkout-cart input[type="text"]{
    		display: block;
    		width: 100%;
    		background: #fff;
    		border: 1px solid #343434;
    		color: #191919;
    		font-size: 14px;
    		height: 40px;
    		line-height: 24px;
    		padding: 8px 10px 8px 20px;
    		outline: none;
    		-moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
    		-webkit-border-radius: 0;
    		-moz-border-radius: 0;
    		border-radius: 0;
    		-moz-transition: 0.3s all ease;
    		-o-transition: 0.3s all ease;
    		-webkit-transition: 0.3s all ease;
    		transition: 0.3s all ease;
    		-webkit-box-shadow: none;
    		-moz-box-shadow: none;
    		box-shadow: none;
    		-webkit-appearance: none;
    		-moz-appearance: none;
    		appearance: none;
    	}


    	.counter  {
    		/*, .counter:focus*/
    		display: inline-block;
    		height: 40px;
    		width: 40px;
    		color: #191919;
    		background: #fff;
    		line-height: 40px;
    		text-align: center;
    		font-size: 20px;
    		vertical-align: middle;
    	}
    	.checkout-cart input[name*="quantity"] {
    		display: inline-block;
    		width: 40px;
    		text-align: center;
    		padding-left: 5px;
    		padding-right: 5px;
    		vertical-align: middle;
    	}
    	.checkout-cart #content .table a, .account-wishlist #content .table a, .product-compare #content .table a {
    		color: #ea5e67;
    		font-weight: 500;
    	}

    	.fix_head_nav{
    		/*position: absolute!important;*/
    		z-index: 99999!important;
    	}
    	#em-mheader-top{
    		width: 100%;
    		padding-bottom: 10px;
    		position: fixed!important;
    		z-index: 99999!important;
    		margin-left: -15px;
    		margin-top: -10px;
    		background: #f8f8f8;
    		/*left: 50%;
    		transform: translate(-50%, 0);*/
    	}
    	.fix_head_banner2{
    		margin-top: 120px;
    	}

    	.account-account h3 {
    		text-transform: uppercase;
    		padding-bottom: 20px;
    		border-bottom: 1px solid #ea5e67;
    	}
    	/*#main_content ul.list-unstyled i {
    		content: "\f054";
    		margin-right: 5px;
    		font-weight: 400;
    		font-size: 20px;
    		 
    		color: #ea5e67;
    		}*/
    		#main_content ul.list-unstyled li + li {
    			margin-top: 10px;
    		}
    		#main_content ul.list-unstyled a {
    			color: #7e7e7e;
    			font: 400 13px/1.55 Roboto, Helvetica, Arial, sans-serif;
    		}



    		.boxw_pad15{
    			background: white;
    			padding: 15px;
    		}
    		.list-1{
    			word-break: break-all;
    		}





    	/*.material-design-horizontal39:before {
    		content: "\f067";
    	}
    	.material-design-add186:before {
    		content: "\f068";
    		}*/
    		/*view cart*/

    		@media (max-width: 1200px){
    			.em-wrapper-product-09 .tab-content-container .owl-item .products-list > .item button.button.btn-cart {
    				padding: 8px 10px;
    			}
    		}
    		@media (max-width: 991px){
    			#footer #newsletter_block_left .form-group .form-control {
    				width: 100%;
    			}
    			#footer #newsletter_block_left .form-group {
    				margin-top: 15px;
    			}
    		}
    		@media (min-width: 992px){
    			section#blog .header_title:before, .home_blog .header_title:before, section#clients .header_title:before {
    				content: "";
    				display: block;
    				position: absolute;
    				z-index: 1;
    				top: 15px;
    				left: 0;
    				width: 100%;
    				border-top: 1px solid #e5e5e5;
    			}
    		}
    		@media (max-width: 767px){
    			.cart .toggle_cont2 {
    				max-height: 300px;
    				overflow: auto;
    				right: -42px;
    			}
    			.em-wrapper-product-09 .item button.button.btn-cart, .em-wrapper-product-09 .item button.button.btn-cart span {
    				width: auto;
    				float: none;
    			}
    			.em-language-currency {
    				text-align: center;
    				display: block;
    			}
    			.em-language-currency .em-currency-style-mobile,.em-language-currency .form-language{
    				display: inline-block;
    				float: none;
    				vertical-align: top;
    				margin-right: 2px;
    				margin-bottom: 10px;
    			}
    			.em-language-currency .form-language{
    				margin-top: 3px;
    			}
    			.em-mobile-help {
    				padding-top: 15px;
    			}
    			.em-mobile-help li a {
    				padding: 8px 10px;
    				border: 1px solid;
    				margin-bottom: 3px;
    				display: block;
    			}
    		}
    		@media (max-width: 420px){
    			.em-wrapper-product-09 .products-list .product-image {
    				display: inline-block;
    				float: none;
    				margin: 0 0 15px 0;
    			}
    			.em-wrapper-product-09 .products-list .product-shop {
    				overflow: visible;
    				text-align: center;
    			}
    		}