/*$max-content-width: value screen*/
/*Category product*/
/*button style*/
/* ============================================ *
 * Link
 * ============================================ */
/*Core*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * 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-face {
  font-family: 'HelveticaNeueBold';
  src: url("../fonts/helveticaneue_bold-webfont.eot");
  src: url("../fonts/helveticaneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue_bold-webfont.woff") format("woff"), url("../fonts/helveticaneue_bold-webfont.ttf") format("truetype"), url("../fonts/helveticaneue_bold-webfont.svg#HelveticaNeueBold") 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 {
  background: #FFFFFF;
  color: #000000;
  font: 13px/1.55 Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}

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

p {
  margin: 0 0 1.55em;
}

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;
}

.img-banner {
  margin-bottom: 20px;
  display: block;
}
.img-banner.img-responsive {
  display: inline-block;
}

.img-responsive {
  /*width:100%;*/
}

.img-banner-small {
  margin-bottom: 10px;
}

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

.box {
  border: 1px solid;
  padding: 15px 15px 10px 25px;
  margin-bottom: 25px;
}

.em-box-banner {
  padding: 20px;
  margin-bottom: 20px;
}

.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: 20px;
}

.em-clear {
  clear: both;
}

.widget {
  display: block;
}

/*==================collapsed==================*/
.non-collapsed {
  position: relative;
  cursor: pointer;
}
.non-collapsed:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}

.em-collapsed {
  position: relative;
  cursor: pointer;
}
.em-collapsed:after {
  content: "-";
  position: absolute;
  right: 0;
  top: 0;
}

/*============= 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: 20px;
}

.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%;
}

/* Content Columns no margin*/
.columns-3 .col-1 {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
  padding: 20px 20px;
}

.columns-3 .col-2 {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
}

.columns-3 .col-3 {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
  padding: 20px 20px;
}

.columns-2 .col-1 {
  float: left;
  width: 50%;
}

.columns-2 .col-2 {
  float: left;
  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, select, textarea {
  padding: 5px 15px;
  border: 1px solid;
  height: 40px;
  line-height: 40px;
  font-size: 100%;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms 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: 2px 0 7px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 6px;
}

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

.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: 20px;
}

.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 10px 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 #e2caca !important;
  background: #ffecec !important;
}

p.required {
  text-align: left;
  color: #f00;
  clear: left;
  padding-top: 13px;
  font-size: 90%;
}

/* 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: "\f046";
  font-size: 100%;
  padding-right: 7px;
}

/* BreadCrumbs */
.breadcrumbs {
  padding: 0px 0 40px;
  margin: 0;
}

.breadcrumbs ul {
  margin-bottom: 0;
}

.breadcrumbs li {
  display: inline;
}

/* Page Heading */
.page-title {
  margin: -15px -15px 10px;
}

.page-title h1 {
  text-transform: capitalize;
}

.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, .pager .rating-links .link_review_list, .rating-links .pager .link_review_list {
  float: left;
  margin: 5px 30px 0 30px;
}
.pager .limiter {
  float: right;
  margin-right: 20px;
}
.pager .pages {
  margin-top: 8px;
}
.pager .pages ol {
  margin-bottom: 0;
  float: right;
  padding: 5px 0;
}
.pager .pages li {
  display: inline;
  margin: 0 8px;
  text-align: center;
}
.pager .pages li.current {
  font-weight: 700;
}
.pager .pages li > a,
.pager .pages li > span {
  background: none;
  border: none;
  padding: 0;
}
.pager .pages li > a:hover, .pager .pages li > a:focus,
.pager .pages li > span:hover,
.pager .pages li > span:focus {
  background: none;
}

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

.sorter .view-mode {
  float: left;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 9px;
  margin-top: 18px;
}

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

.pager select,
.sorter select {
  width: 100px;
  padding: 5px 10px;
  height: 35px;
  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: "\f107";
  font-size: 13px;
  float: right;
}
.toolbar-dropdown ul {
  margin: 0;
  border: 1px solid;
  position: absolute;
  right: 0;
  top: 26px;
  width: 100px;
  z-index: 2;
}
.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;
}

/*Typo*/
.std .fa-fw {
  font-size: 16px;
  margin-right: 10px;
}

.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}

.responsive-utilities th code {
  color: #c7254e;
  text-transform: lowercase;
}

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

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

.links li.last {
  background: none;
}

.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:block; clear:both; width:100%*/
  display: inline-block;
  vertical-align: top;
  float: left;
}

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

.add-to-links li {
  display: inline-block;
  float: left;
  margin-right: -1px;
}

.add-to-links li a {
  display: inline-block;
  float: left;
}

.add-to-links li a:hover {
  position: relative;
  z-index: 1;
}

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

/*rating*/
.no-rating, .ratings {
  font-size: 80%;
  font-weight: bold;
  padding: 0 0 2px;
  overflow: hidden;
  clear: left;
}
.no-rating .rating-box, .ratings .rating-box {
  display: inline-block;
  margin-right: 5px;
  margin-top: 4px;
}

.ratings .amount, .ratings .rating-links .link_review_list, .rating-links .ratings .link_review_list {
  position: relative;
  display: inline-block;
  padding: 2px 5px;
  border-style: solid;
  border-width: 1px;
  margin-right: 13px;
}
.ratings .amount:before, .ratings .rating-links .link_review_list:before, .rating-links .ratings .link_review_list:before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  top: 4px;
  bottom: auto;
  left: auto;
  right: -7px;
  border-width: 5px 0 5px 7px;
}
.ratings .amount:after, .ratings .rating-links .link_review_list:after, .rating-links .ratings .link_review_list:after {
  top: 4px;
  bottom: auto;
  left: auto;
  right: -5px;
  content: "";
  border-style: solid;
  position: absolute;
  border-width: 5px 0 5px 7px;
}

.rating-links {
  display: inline;
}
.rating-links .link_review_list {
  margin-left: 13px;
}
.rating-links .link_review_list:before {
  border-width: 5px 7px 5px 0px !important;
  left: -7px !important;
  right: auto !important;
}
.rating-links .link_review_list:after {
  border-width: 5px 7px 5px 0px !important;
  right: auto !important;
  left: -5px !important;
}
.rating-links .link_review_form {
  font-size: 120%;
  font-weight: 500;
  display: inline-block;
}
.rating-links .link_review_form: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: 14px;
  margin-right: 5px;
}
.rating-links .separator {
  display: none;
}

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

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

/*=========== 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 {
  clear: both;
}
.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 .options-list li {
  margin: 5px 0;
}
.product-options .options-list input.radio {
  float: left;
  margin: 0px -18px 0 1px;
}
.product-options .options-list input.checkbox {
  float: left;
  margin: 0px -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: 1.55em;
}
.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: 0;
}

/* MAP Popup============================================================================== */
.price-box.map-info {
  padding-bottom: 10px;
}

.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: inline-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;
}

/* ======================================================================================= */
/* CMS Home Page */
.cms-index-index .secondary ul {
  padding-left: 0;
}

/* 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 .block-cart-top .btn-remove,
.checkout-multishipping-address-selectbilling .block-cart-top .btn-remove,
.checkout-multishipping-address-editshipping .block-cart-top .btn-remove,
.checkout-multishipping-overview .block-cart-top .btn-remove,
.checkout-multishipping-billing .block-cart-top .btn-remove,
.checkout-multishipping-shipping .block-cart-top .btn-remove,
.checkout-multishipping-address-newshipping .block-cart-top .btn-remove,
.checkout-multishipping-addresses .block-cart-top .btn-remove,
.checkout-onepage-index .block-cart-top .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: 7px;
  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;
}

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

.cvv-what-is-this {
  cursor: help;
  margin-left: 5px;
  line-height: 36px;
  font-size: 90%;
}

.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: inline-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;
}
.tool-tip .tool-tip-content img {
  max-width: 100%;
}

/* 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 .page-title,
.checkout-multishipping-address-editshipping .page-title,
.checkout-multishipping-address-newshipping .page-title {
  margin: 0 -15px 15px;
}

.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 .buttons-set {
  padding-top: 10px;
}
.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;
  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-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,
.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: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
}

.icon.facebook {
  width: 20px;
  height: 20px;
  background-image: url("../images/icons.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

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

/*========== back to top ==========*/
/*#back-top {
	z-index: 15;
	@include position_style(fixed, right, 15px, bottom, 30px);
	border:1px solid;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display:inline-block;
	a
	{
		display:inline-block;
		text-align:center;
		height: 50px;
		width: 50px;
		border:1px solid transparent;
		position:relative;
		text-transform:uppercase;
		padding-top:25px;
		@include transition1();
		&:before
		{
			@include font-awesome(\f0d8,22px);
			@include position_style(absolute, top, 5px, left, 18px)
		}
	}
}*/
/*========== back to top ==========*/
.em-network, .em-contact, #back-top {
  z-index: 15;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}
.em-network a, .em-network label, .em-contact a, .em-contact label, #back-top a, #back-top label {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  border: 1px solid transparent;
  position: relative;
  text-transform: uppercase;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
}

#back-top {
  position: fixed;
  right: 15px;
  bottom: 30px;
}
#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: 18px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.em-network {
  position: fixed;
  right: 15px;
  bottom: 135px;
}
.em-network 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: "\f0c1";
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.em-network .em-network-content {
  display: none;
  width: 40px;
  margin-bottom: -13px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-network .em-network-content a {
  display: block;
  margin-bottom: 0;
}
.em-network .em-network-content p {
  margin-bottom: 0;
}
.em-network .em-network-content i {
  line-height: 40px;
}
.em-network:hover .em-network-content {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}

.em-contact {
  position: fixed;
  right: 15px;
  bottom: 90px;
}
.em-contact 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: 18px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.block-viewed {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block-viewed span.separator {
  display: none !important;
}
.block-viewed > label {
  cursor: pointer;
  z-index: 16;
  display: inline-block;
  margin-bottom: 0;
  height: 40px;
  min-width: 40px;
  line-height: 35px;
  border: 1px solid transparent;
  position: relative;
  text-transform: uppercase;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  right: 60px;
  bottom: 40px;
}
.block-viewed > label span {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  padding: 0 0 0 10px;
}
.block-viewed > label i {
  position: relative;
  height: 40px;
  width: 38px;
}
.block-viewed > label i: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: "\f138";
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 12px;
}
.block-viewed:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  vertical-align: top;
}
.block-viewed .recent-view-hover {
  display: block;
  position: fixed;
  z-index: 15;
}
.block-viewed .recent-view-hover .recent-view-hover-content {
  border: 2px solid;
}
.block-viewed .recent-view-hover .recent-view-hover-content .block-content {
  padding: 0 10px 10px;
}
.block-viewed .recent-view-hover span.recent-viewed-close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 15px;
  font-size: 0;
  height: 18px;
  width: 18px;
}
.block-viewed .recent-view-hover span.recent-viewed-close: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: "\f057";
  font-size: 18px;
}
.block-viewed .top-product-shop:hover .em-element-display-hover.bottom {
  bottom: 5px !important;
}

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

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

#loading-mask .loader {
  padding-left: 25px;
  padding-right: 25px;
}

.ajaxLoad {
  background: url(../images/ajax-loader.gif) center center no-repeat;
  min-height: 55px;
  min-width: 55px;
  display: block;
}

.em-box-cate .ajaxLoad {
  margin: 50% auto;
  min-height: 32px;
  min-width: 32px;
  display: block;
}

/*clear padding, margin*/
.clear-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

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

/* ============================================ *
 * 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: 10px 15px;
  min-height: 40px;
  cursor: pointer;
  float: left;
}
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 {
  float: left;
  text-align: center;
}

a.goto-cart,
button.button,
.tp-caption a.ss-btn-link,
.button-link {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

/*=====Button Icon=====*/
/*=====Button Quickshop============*/
.quickshop-link-container {
  display: inline-block;
  float: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}
.quickshop-link-container .quickshop-link {
  border: 1px solid;
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 40px;
  vertical-align: top;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.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: "\f002";
  font-size: 18px;
  line-height: 40px;
  /*width:$width;*/
}

#em_quickshop_handler {
  text-align: center;
  margin: 0;
  position: relative;
  padding: 10px 15px;
}
#em_quickshop_handler span {
  float: none;
}
#em_quickshop_handler: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: 12px;
  margin-right: 3px;
}

/*=====Button Add To Cart=====*/
.em-sidebar a.link-cart,
.button-link.link-cart,
.em-sidebar button.button.btn-cart,
button.button.btn-cart {
  margin-right: 0;
  margin-bottom: 0;
  float: left;
  display: inline-block;
  vertical-align: top;
}
.em-sidebar a.link-cart:before,
.button-link.link-cart:before,
.em-sidebar button.button.btn-cart:before,
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: 18px;
  float: left;
  margin-right: 10px;
}

.products-grid button.button.btn-cart {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 50px;
  vertical-align: top;
  width: 50px;
  text-align: center;
  line-height: 50px;
  min-height: 50px;
  padding: 0;
  font-size: 0;
}
.products-grid 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: 24px;
  line-height: 50px;
  /*width:$width;*/
}
.products-grid button.button.btn-cart:before {
  float: none;
  margin-right: 0;
}

/*=====End Button Add To Cart=====*/
/*=====Button Add To Wishlist/Compare=====*/
.add-to-links {
  margin-bottom: 0;
}

.link-wishlist,
.add-to-links li a.link-wishlist {
  float: left;
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 40px;
  vertical-align: top;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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: 18px;
  line-height: 40px;
  /*width:$width;*/
}

.add-to-links li a.link-compare {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 40px;
  vertical-align: top;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
}
.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: "\f0ec";
  font-size: 18px;
  line-height: 40px;
  /*width:$width;*/
}

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

/*=====End Button Back=====*/
/*=====Button Remove/Edit=====*/
.btn-remove,
.btn-remove2 {
  font-size: 0;
}
.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: 8px;
  padding: 3px 4px;
  border-width: 1px;
  border-style: solid;
}

/*Button edit*/
.btn-edit {
  font-size: 0;
}
.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: 8px;
  padding: 3px 4px;
  border-width: 1px;
  border-style: solid;
}

/*=====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 disable able sidebar left*/
.menu-trigger {
  font-size: 0;
  position: fixed;
  z-index: 99;
  top: 10px;
  left: 10px;
  padding: 10px 12px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu-trigger: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: 20px;
}
.menu-trigger.active: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: "\f039";
  font-size: 20px;
}

.em-col-left-icon {
  text-transform: uppercase;
  padding: 10px 19px;
  border: 1px solid;
  margin-bottom: 15px;
  display: block;
}
.em-col-left-icon:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f022";
  font-size: 18px;
  float: right;
  margin-left: 5px;
}

/*======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 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 10px 25px;
}
.ajaxcart a.back span,
.ajaxcart a.next span {
  float: left;
  text-align: center;
  text-transform: uppercase;
}

/*======End Button Ajax======*/
/*======Button Quickshop======*/
#em_quickshop_handler {
  padding: 9px;
  display: inline-block;
  border: 1px solid #fff;
  background-color: transparent;
}
#em_quickshop_handler: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: 16px;
  color: #fff;
}
#em_quickshop_handler span {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
}
#em_quickshop_handler:hover {
  background-color: #000;
}

/*======End Button Ajax======*/
/*========== 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: 13px 20px;
  border-width: 1px;
  border-style: solid;
}
.data-table tr td {
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
}
.data-table tr td em {
  font-style: normal;
}
.data-table tr td button.btn-cart {
  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;
}
.data-table tbody .productlabels_icons .label {
  display: block;
  text-align: center;
}

.my-account .data-table thead th {
  text-align: center;
}
.my-account .data-table tr td {
  text-align: center;
}
.my-account .data-table tr td:first-child {
  text-align: left;
}

.my-account #wishlist-table.data-table tr td {
  text-align: left;
}

#checkout-step-review .data-table tr td, #checkout-step-review .data-table th {
  padding-left: 10px;
  padding-right: 10px;
}
#checkout-step-review .data-table tfoot tr td {
  border: none;
  text-transform: uppercase;
}
#checkout-step-review .data-table tfoot tr td.last {
  text-align: left !important;
}
#checkout-step-review .data-table tfoot tr.first td {
  padding-top: 17px;
}
#checkout-step-review .data-table tfoot tr.last td {
  padding-top: 0px;
}

/*My review table*/
#my-reviews-table td .product-name {
  margin: 0;
}

/*My tags table*/
#my-tags-table tr td {
  vertical-align: middle;
}
#my-tags-table .add-to-links li:first-child:after {
  content: "";
}

/* ============================================ *
 * Image Effects
 * ============================================ */
/*decrease opacity*/
.effect01 {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect01:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*mask*/
.effect02 a {
  position: relative;
}
.effect02 a .hover_shine {
  background: url("../images/effect02.png") no-repeat scroll 700px 0 transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect02 a:hover .hover_shine {
  background-position: 0 -1px;
}

/*border*/
.effect03 a {
  position: relative;
}
.effect03 a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect03 a:hover:before {
  z-index: 2;
  box-shadow: 0 0 0 5px #000000 inset;
}

.effect10 a {
  position: relative;
  display: inline-block;
}
.effect10 a:before {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
}
.effect10 a:hover:before {
  box-shadow: 0 0 0 15px rgba(133, 194, 39, 0.8) inset;
}

/**/
.em-effect04 {
  position: relative;
  overflow: hidden;
  background: url(../images/effect04.jpg) 0 0 repeat;
}
.em-effect04 img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.em-effect04 .mask {
  background-color: #000000;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.em-effect04 .mask-info {
  display: inline-block;
  width: 80%;
  height: 80%;
  text-align: center;
  margin: 10%;
}
.em-effect04 h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  text-transform: uppercase;
  margin: 0px 40px 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.em-effect04 p {
  color: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-bottom: 20px;
}
.em-effect04 a.info {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  float: none;
  margin-right: 0;
}
.em-effect04:hover img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.em-effect04:hover .mask {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.em-effect04:hover h2, .em-effect04:hover p, .em-effect04:hover a.info {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

/*IE8 don't support opacity :after, :before*/
.em-effect05 a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.em-effect05 a:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  left: 0;
  top: 0;
  position: absolute;
  transform: scale(5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.em-effect05 a:hover:before {
  background: #454545;
  transform: scale(0);
}

/*effect button*/
.em-effect06 {
  position: relative;
  z-index: 1;
}
.em-effect06 a {
  position: relative;
  overflow: hidden;
  z-index: 0;
  /*display:inline-block;*/
  display: block;
  max-width: 100%;
}
.em-effect06 a:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.em-effect06 .em-eff06-01:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.em-effect06 .em-eff06-01:hover:after {
  height: 400%;
}
.em-effect06 .em-eff06-02:hover:after {
  height: 100%;
}
.em-effect06 .em-eff06-03:after {
  width: 0%;
  height: 100%;
}
.em-effect06 .em-eff06-03:hover:after {
  width: 100%;
}
.em-effect06 .em-eff06-04:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.em-effect06 .em-eff06-04:hover:after {
  width: 100%;
}
.em-effect06 .em-eff06-05:after {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.em-effect06 .em-eff06-05:before {
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  content: '';
  position: absolute;
  z-index: 1;
  height: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: rgba(255, 255, 255, 0.3);
}
.em-effect06 .em-eff06-05:hover:after {
  width: 100%;
  height: 100%;
}
.em-effect06 .em-eff06-05:hover:before {
  width: 100%;
  height: 100%;
}

.em-effect06.eff-img a:after {
  z-index: 2;
}
.em-effect06.eff-img .em-eff06-01:hover:after,
.em-effect06.eff-img .em-eff06-02:hover:after,
.em-effect06.eff-img .em-eff06-03:hover:after,
.em-effect06.eff-img .em-eff06-04:hover:after {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/*.em-effect06{
	position:relative;
	z-index:1;
	a{
		position:relative;
		overflow:hidden;
		display:inline-block;
		max-width:100%;
	}
}
*/
.em-effect07 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.em-effect07:before {
  background: #cdcdcd;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.5;
  filter: alpha(opacity=50);
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: transform .5s ease 0s;
  -moz-transition: -moz-transform .5s ease 0s;
  -ms-transition: -ms-transform .5s ease 0s;
  -webkit-transition: -webkit-transform .5s ease 0s;
}
.em-effect07:hover:before {
  background: #cdcdcd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: transform .5s ease 0s;
  -moz-transition: -moz-transform .5s ease 0s;
  -ms-transition: -ms-transform .5s ease 0s;
  -webkit-transition: -webkit-transform .5s ease 0s;
}

.em-effect08 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.em-effect08 a {
  display: inline-block;
}
.em-effect08 img {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-effect08 .title-banner {
  position: absolute;
  width: 100%;
  bottom: -100px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000;
  left: 0;
}
.em-effect08 .title-banner h3 {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 0;
}
.em-effect08:hover img {
  transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
}
.em-effect08:hover .title-banner {
  top: auto;
  bottom: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.em-effect09 {
  position: relative;
  display: inline-block;
}
.em-effect09:before {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
}
.em-effect09 .text-center {
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  bottom: 22px;
  width: 100%;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.em-effect09 .title {
  background: none repeat scroll 0 0 #FF0000;
  display: inline-block;
  background-color: #ffffff;
  opacity: 0.95;
  padding: 0 30px 3px;
  font-weight: 300;
  font-size: 38px;
  font-family: 'Lato';
  color: #404040;
  line-height: 49px;
}
.em-effect09:hover:before {
  box-shadow: 0 0 0 300px rgba(0, 0, 0, 0.7) inset;
}
.em-effect09:hover .text-center {
  bottom: 43%;
}
.em-effect09:hover .title {
  background: transparent;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.em-effect10 {
  position: relative;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  padding: 6px;
}
.em-effect10:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.em-effect10:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.em-effect10:hover:before {
  right: 0;
}
.em-effect10:hover:after {
  height: 100%;
}
.em-effect10:hover > div:before {
  left: 0;
}
.em-effect10:hover > div:after {
  height: 100%;
}
.em-effect10 > div:before {
  content: "";
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  height: 2px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.em-effect10 > div:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* ============================================ *
 * Product Effects
 * ============================================ */
/*.cat-effect01 {}
.products-grid li.item.cat-effect01{
	.product-item{
		a.product-image{
			position:relative;
			.bkg-hover{
				margin:0; 
				transform: scale(0,0);
				-moz-transform: scale(0,0);
				-webkit-transform: scale(0,0);
			}
		}
	}
	&:hover{
		a.product-image{
			.bkg-hover{ 
				background:#000; 
				width:100%; 
				height:100%; 
				position:absolute; 
				top:0; 
				left:0;
				@include opacity(0.5);
				transform: scale(1,1);
				-moz-transform: scale(1,1);
				-webkit-transform: scale(1,1);
				transition: transform .5s ease 0s;
				-moz-transition: -moz-transform .5s ease 0s;
				-ms-transition: -ms-transform .5s ease 0s;
				-webkit-transition: -webkit-transform .5s ease 0s;
			}
		}
	}
	
}
.products-grid .item{
		a.product-image{
			&:after{
				content: "";
				position: absolute;
				left: 50%;
				right: 50%;
				top: 50%;
				bottom: 50%;
				z-index: 0;
				display: inline-block;
				opacity: 0;
				filter: alpha(opacity=0);
				transition: all 300ms ease-in-out 0s;
				-moz-transition: all 300ms ease-in-out 0s;
				-webkit-transition: all 300ms ease-in-out 0s;
				background-color: #000000;
			}
		}
		position:relative;
		@include transition1;
	&:hover{
		a.product-image{
			&:after{ 
				opacity: 0.6;
				filter: alpha(opacity=60);
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				}
			}
		}
	
}
*/
/*effect - zoom image, creat box-shadow*/
/*.products-grid li.item.cat-effect01{
	.product-item{
		position:relative;
		.actions-cart{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			transform: scale(2,2);
			-moz-transform: scale(2,2);
			-webkit-transform: scale(2,2);
			@include transition(all 800ms ease);
			@include opacity(0);
			.actions{
				padding:10px;
			}
		}
	}
	&:hover{
		.actions-cart{
			top:0;
			left:0;
			transform: scale(1,1);
			-moz-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			@include opacity(1);
		}
	}
	
}*/
/*effect - show button add to cart/wishlist/compare in product image*/
/*effect - border image*/
/*effect - zoom image*/
/*=============Effect Alternative Images Product==============*/
/*show-hide*/
.item a.product-image .em-alt-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.item a.product-image:hover .em-alt-org {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.item a.product-image:hover .em-alt-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.em-animate-delay {
  opacity: 0;
  -webkit-perspective: 1000;
}

.em-animated-end {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*effect hover bkg style1*/
/*effect hover bkg style2*/
/*effect hover bkg shadow top to bottom*/
/*effect hover bkg shadow bottom to top*/
/*effect hover bkg left right*/
/*effect hover text*/
.effect-hover-text {
  position: relative;
  overflow: hidden;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-hover-text .banner-img {
  display: inline-block;
  overflow: hidden;
  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:after {
  border-radius: 50%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  width: 125%;
  height: 165%;
  top: -32.5%;
  left: -12.5%;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  content: "";
}
.effect-hover-text:hover .banner-img:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.effect-hover-text .banner-img img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-hover-text .banner-text {
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
}
.effect-hover-text .banner-text img {
  margin: 0 auto;
}
.effect-hover-text:hover .banner-img img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.effect-hover-text2 {
  position: relative;
  overflow: hidden;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-hover-text2 .banner-img {
  display: inline-block;
  overflow: hidden;
  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-text2 .banner-img:after, .effect-hover-text2 .banner-img:before {
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 1;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  content: "";
  width: 50%;
  height: 100%;
}
.effect-hover-text2 .banner-img:after {
  right: -50%;
  top: 0;
}
.effect-hover-text2 .banner-img:before {
  left: -50%;
  top: 0;
}
.effect-hover-text2:hover .banner-img:after {
  right: 0;
}
.effect-hover-text2:hover .banner-img:before {
  left: 0;
}
.effect-hover-text2 .banner-img img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-hover-text2 .banner-text {
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
}
.effect-hover-text2 .banner-text img {
  margin: 0 auto;
}
.effect-hover-text2:hover .banner-img img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.em-effect11, .em-effect12 {
  position: relative;
  overflow: hidden;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.em-effect11 .banner-img img, .em-effect12 .banner-img img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-effect11 .banner-text, .em-effect12 .banner-text {
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
}
.em-effect11 .banner-text img, .em-effect12 .banner-text img {
  margin: 0 auto;
}
.em-effect11:hover .banner-img img, .em-effect12:hover .banner-img img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.em-effect11 .banner-img, .em-effect12 .banner-img {
  display: block;
  position: relative;
}
.em-effect11 .banner-img:before, .em-effect12 .banner-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -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;
}
.em-effect11 .banner-text img, .em-effect12 .banner-text img {
  position: relative;
  z-index: 2;
}
.em-effect11:hover .banner-img:before, .em-effect12:hover .banner-img:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.em-effect12 .banner-img:before {
  background: rgba(255, 255, 255, 0.5);
}

/*===============effect hover line center===============*/
.em-effect-13 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.em-effect-13:hover:before {
  left: 0;
  right: 0;
}

/*effect hover shadow*/
/*hover cricle*/
.cate-effect-01 .item .productlabels_icons {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cate-effect-01 .item:hover .productlabels_icons {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Circle */
.em-effect13 a {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.em-effect13 a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.em-effect13 a:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* Shine */
.em-effect14 a {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.em-effect14 a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 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);
}
.em-effect14 a:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*Module*/
/* 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;
  margin-top: 10px;
}

/* 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;
}

.category-products .configurable-swatch-list {
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-top: 0.5em;
}

.category-products .swatch-link {
  margin-right: 5px;
}

#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 10px;
}

#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 .select-label {
  display: inline;
  padding-left: 5px;
}

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

.em-slider {
  height: 0;
  overflow: hidden;
}
.em-slider.owl-carousel {
  height: auto;
  overflow: inherit;
}

.widget-products {
  padding: 0 5px;
}

.owl-carousel .owl-item .item {
  padding: 10px 0 5px;
}

/*=============Tab Slider Product============*/
.em-tabs.r-tabs .r-tabs-nav,
.em-details-tabs.r-tabs .r-tabs-nav {
  border-top: 3px solid;
  border-bottom: 1px solid;
  padding: 12px 0 13px;
}
.em-tabs.r-tabs .r-tabs-nav .r-tabs-tab,
.em-details-tabs.r-tabs .r-tabs-nav .r-tabs-tab {
  border-left: 2px solid #dddddd;
}
.em-tabs.r-tabs .r-tabs-nav .r-tabs-tab:first-child,
.em-details-tabs.r-tabs .r-tabs-nav .r-tabs-tab:first-child {
  border: none;
}
.em-tabs.r-tabs .r-tabs-nav .r-tabs-anchor,
.em-details-tabs.r-tabs .r-tabs-nav .r-tabs-anchor {
  position: relative;
  margin-right: 1px;
  padding: 0px 15px;
  font-style: italic;
}

/*tab mobile*/
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  text-transform: uppercase !important;
  border-width: 0px !important;
  border-top-width: 3px !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
  clear: both;
}

/*tab vertical text vertical (rotate text)*/
.tab-vertical .r-tabs-nav {
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  writing-mode: tb-rl;
  min-height: 307px;
}
.tab-vertical .r-tabs-nav .r-tabs-tab {
  float: left;
}
.tab-vertical .r-tabs-nav .r-tabs-anchor {
  padding: 10px 10px !important;
  margin: 0 !important;
}
.tab-vertical .tab-content {
  padding-right: 60px;
  min-height: 290px;
}
.tab-vertical .tab-content .owl-theme .owl-controls {
  top: 0;
  right: 0px;
}

/*tab hover hide add to cart wishlist compare*/
@media (min-width: 767px) {
  .embase-hover-style01 .r-tabs {
    overflow: inherit;
  }
  .embase-hover-style01 .r-tabs .r-tabs-panel {
    padding: 10px 0 200px;
    margin-bottom: -200px;
  }
  .embase-hover-style01 .owl-carousel .owl-wrapper-outer {
    margin-bottom: -100px;
    padding-bottom: 100px;
  }
  .embase-hover-style01 .owl-carousel .owl-wrapper-outer .owl-wrapper {
    z-index: 1;
  }
  .embase-hover-style01 .products-grid .item {
    margin: 0;
  }
  .embase-hover-style01 .products-grid .item .em-btn-addto {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    left: -11px;
    right: -11px;
    padding: 0 10px;
    border: 1px solid;
    border-top: none;
    margin-top: -50px;
    visibility: hidden;
  }
  .embase-hover-style01 .products-grid .item:hover .em-btn-addto {
    margin-top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
  }
  .embase-hover-style01 .products-grid .item:hover:after {
    position: static !important;
    background: none !important;
  }
  .embase-hover-style01 .products-grid .item:hover .em-btn-addto {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .embase-hover-style01 .products-grid .item:hover .em-btn-addto:after {
    width: 102px;
    height: 74px;
    background-image: url("../images/bottom-left-shadow.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: -7px;
    bottom: -9px;
    content: "";
    z-index: 0;
  }
  .embase-hover-style01 .products-grid .item:hover button.button, .embase-hover-style01 .products-grid .item:hover .add-to-links {
    position: relative;
    z-index: 1;
  }
}
/*===========Next Pre Slider============*/
.owl-theme .owl-controls {
  text-align: center;
  margin-top: 0 !important;
}
.owl-theme .owl-controls .owl-pagination {
  margin-top: 7px;
  margin-bottom: 1px;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 30%;
  z-index: 1;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -25px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -25px;
}
.owl-theme:hover .owl-controls .owl-buttons div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.em-sidebar .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -10px;
}
.em-sidebar .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -10px;
}

.em-tabs .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.em-tabs .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}

.slider-icon-bottom .owl-theme .owl-controls {
  position: static;
}

.em-tabs-content .owl-theme .owl-controls {
  top: -39px;
  right: 11px;
  overflow: initial;
}

/*===========End Next Pre Slider============*/
/*===========Show Icon Next Pre Slider============*/
/*show next-pre icon*/
.owl-theme .owl-controls .owl-buttons div {
  border: 1px solid;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 0 !important;
  margin: 0 0 0 1px !important;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0 !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.owl-theme .owl-controls .owl-buttons 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: 18px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 38px;
}
.owl-theme .owl-controls .owl-buttons 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: 18px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 38px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

/*slider style padding left right, button slider left right*/
.slider-style02 {
  padding: 0 50px;
  margin: 20px 0;
}
.slider-style02 .em-slider-navigation-icon.owl-theme .owl-controls {
  position: static;
}
.slider-style02 .em-slider-navigation-icon.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 20%;
}
.slider-style02 .em-slider-navigation-icon.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -40px;
  right: auto;
}
.slider-style02 .em-slider-navigation-icon.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -40px;
}

/*===========End Show Icon Next Pre Slider============*/
/*==========Show Pagination============*/
/*Show icon circle*/
.owl-theme .owl-controls .owl-page.active span:before, .owl-theme .owl-controls .owl-page:hover span:before {
  width: 4px !important;
  height: 4px !important;
}
.owl-theme .owl-controls .owl-page span {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  position: relative;
  border: 2px solid;
}
.owl-theme .owl-controls .owl-page span:before {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  filter: alpha(opacity=100 !important) !important;
}

/*Show icon square*/
.slider-icon-square .owl-theme .owl-controls .owl-page 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 !important;
  filter: alpha(opacity=100 !important) !important;
}

/*show number*/
.owl-pagination-numbers.owl-theme .owl-controls .owl-page 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-theme .owl-controls .owl-page span.owl-numbers:before {
  display: none !important;
}
.owl-pagination-numbers.owl-theme .owl-controls .owl-pagination {
  margin-top: 1px;
}

/*==========End Show Pagination============*/
/*Layout 03 ====================*/
.embase-widget-style01 .em-widget-products {
  padding: 0 18px;
}
.embase-widget-style01 .main-product {
  margin: 0 -18px;
}
.embase-widget-style01 .main-product .product-image {
  float: left;
  margin-right: 20px;
}
.embase-widget-style01 .main-product .product-shop {
  overflow: hidden;
}
.embase-widget-style01 .owl-carousel {
  margin: 0;
  clear: both;
}
.embase-widget-style01 .owl-theme a.product-image {
  margin-bottom: 0;
}
.embase-widget-style01 .owl-theme .owl-controls {
  top: 38%;
  right: auto;
  width: 100%;
}
.embase-widget-style01 .owl-theme .owl-controls .owl-buttons {
  position: static;
}
.embase-widget-style01 .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -18px;
}
.embase-widget-style01 .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -18px;
}

/*Layout 04 ====================*/
.em-box-04 .slider-style02 {
  padding: 0 30px;
  margin: 0;
}
.em-box-04 .slider-style02 .owl-theme .owl-controls {
  position: static;
}
.em-box-04 .slider-style02 .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: -4%;
  font-size: 0 !important;
  margin: 0 0 0 1px !important;
  height: 57px 11px;
  width: 32px;
  line-height: 57px 11px;
  padding: 0 !important;
}
.em-box-04 .slider-style02 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
  right: auto;
}
.em-box-04 .slider-style02 .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  font-size: 24px;
}
.em-box-04 .slider-style02 .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -30px;
}
.em-box-04 .slider-style02 .owl-theme .owl-controls .owl-buttons div.owl-next:before {
  font-size: 24px;
}

/*slider category layou01*/
.wrapper-slider-category .em-slider-category .em-box-info {
  position: relative;
  margin-bottom: 10px;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
.wrapper-slider-category .em-slider-category .em-box-info img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.wrapper-slider-category .em-slider-category .em-box-info img.first {
  position: absolute;
  left: 0;
  top: 0;
}
.wrapper-slider-category .em-slider-category .em-box-info img.last {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
}
.wrapper-slider-category .em-slider-category .em-box-info:hover img.last {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
}
.wrapper-slider-category .em-slider-category .em-box-info:hover img.first {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
}
.wrapper-slider-category .em-slider-category .em-box-info .title_cate {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 110%;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 3px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*slider over one product*/
.owl-carousel .owl-item .item {
  float: none;
}

/* ============================================ *
 * Popup Login/Newsletter/Advertising/Add To Wishlist/Compare
 * ============================================ */
/*popup login*/
/*fancybox*/
.fancybox-wrap {
  border: 15px solid rgba(10, 10, 10, 0.3) !important;
}
.fancybox-wrap .fancybox-skin {
  background-image: url("../images/bkg-border.png");
  background-position: 0 0;
  background-repeat: repeat;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.fancybox-inner {
  background: #fff;
}
.fancybox-inner .popup-subscribe {
  text-align: center;
  padding: 20px;
}
.fancybox-inner .popup-subscribe .em-social {
  display: inline-block;
}
.fancybox-inner .popup-subscribe .em-social-icon {
  font-size: 14px;
  color: #fff;
  padding: 9px;
  margin-right: 5px;
}
.fancybox-inner .popup-subscribe .newsletter-boder-input-act .block-subscribe {
  padding: 3px 3px;
}
.fancybox-inner .popup-subscribe .newsletter-boder-input-act .block-subscribe .actions button.button span {
  text-transform: uppercase;
}
.fancybox-inner .popup-subscribe .newsletter-boder-input-act .block-subscribe input.input-text {
  height: 43px;
}
.fancybox-inner .em-account-popup {
  padding: 10px 20px;
}
.fancybox-inner .em-account-popup .login-title {
  text-transform: uppercase;
  text-align: center;
}
.fancybox-inner .em-account-popup .action-forgot {
  padding-top: 15px;
}
.fancybox-inner .em-account-popup .action-forgot .actions {
  float: left;
}
.fancybox-inner .em-account-popup .action-forgot .login_forgotpassword {
  float: left;
}
.fancybox-inner .em-account-popup .action-forgot .login_forgotpassword a {
  text-transform: capitalize;
  font-size: 85%;
}
.fancybox-inner .em-account-popup .action-forgot .login_forgotpassword p {
  margin-bottom: 0;
}
.fancybox-inner .em-account-popup .form-list li {
  width: 100%;
  margin-right: 0;
}
.fancybox-inner .em-account-popup .form-list p.required {
  font-size: 85%;
  padding: 0;
  margin: 0;
}
.fancybox-inner #show_popup {
  margin-right: 5px;
  margin-top: -2px;
}

/*end popup login*/
/*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: inline-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 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*end popup addtoContainer*/
/*popup quickshop*/
.quickshop-main {
  padding: 10px;
}

/* ============================================ *
 * CMS Pages
 * ============================================ */
.all-category ul {
  list-style: none !important;
}
.all-category .category-grid {
  overflow: hidden;
  padding-bottom: 10px;
  clear: both;
  width: 100%;
  padding-left: 0 !important;
}

.contacts-index-index .em-wrapper-main .page-title {
  margin-top: 10px;
}

.recently-viewed #home_product_viewed {
  margin: 0;
}

.recently-viewed ul.products-grid {
  padding: 0;
}

.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, .page-sitemap .pager .rating-links .link_review_list, .rating-links .page-sitemap .pager .link_review_list {
  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%;
}

.contact-page .em-box-02 {
  margin-bottom: 15px;
}

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

/*===============404 PAGE==================*/
.page-404 {
  text-align: center;
}
.page-404 h1 {
  margin: 30px 0;
}
.page-404 h5 {
  margin: 50px 0 20px;
}
.page-404 .wrapper-btn {
  padding: 10px 0;
  text-transform: uppercase;
}
.page-404 .wrapper-btn a {
  padding: 13px 25px;
  display: inline-block;
}
.page-404 .wrapper-btn a span:first-child {
  padding-right: 10px;
}

/*===============DEAL PAGE==================*/
.cms-deal ul, .cms-deal ul ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cms-deal .multidealpro_products .products-grid.first {
  margin-top: 0;
}
.cms-deal .deal_qty {
  text-align: left;
  margin-top: 0;
}
.cms-deal .show_clock.clock_style_1 {
  margin-top: 0;
}
.cms-deal .em-slider-category.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -10px;
  top: 43%;
}
.cms-deal .em-slider-category.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -10px;
  top: 43%;
}
.cms-deal .category-products .products-grid li.item {
  float: none;
  display: inline-table;
  vertical-align: top;
}

.wrapper-desc-block .em-slider.owl-carousel {
  margin: 0 -10px;
}

.daily-deal .em-line-01 .widget-title 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: "\f087";
  font-size: 18px;
  margin-right: 10px;
}

.weekly-deal-grid .daily-deal {
  padding: 15px 0;
}

.weekly-deal .em-line-01 .widget-title 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: "\f073";
  font-size: 18px;
  margin-right: 10px;
}

.weekly-deal-grid .weekly-deal {
  padding: 15px 0;
}

.expired-deal .em-line-01 .widget-title span:before {
  content: "\f017";
  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: 18px;
  margin-right: 10px;
}

.deal-custom {
  padding-bottom: 20px;
}
.deal-custom.em-line-01 .widget-title {
  margin-bottom: 20px;
}
.deal-custom .widget-products {
  padding: 0 10px;
}
.deal-custom .multidealpro_products .products-grid .item {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
}
.deal-custom .multidealpro_products .products-grid .item a.product-image {
  float: left;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  padding: 10px;
}
.deal-custom .multidealpro_products .products-grid .item:hover:before, .deal-custom .multidealpro_products .products-grid .item:hover:after {
  background: none !important;
  position: static;
}
.deal-custom .multidealpro_products .products-grid .item:hover a.product-image:after {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop {
  overflow: hidden;
  width: auto;
  display: block;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop .product-name {
  margin-bottom: 1.5em;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop .sku {
  margin-bottom: 0;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop .right-deal {
  overflow: hidden;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop .deal_qty {
  width: auto;
  float: left;
  margin-top: 10px;
  clear: both;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop .show_details {
  float: left;
  margin-right: 20px;
  margin-bottom: 1em;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop button.btn-cart {
  font-size: 100%;
  padding: 10px 15px;
  min-height: 30px;
  margin-right: 2em;
  width: auto;
  height: auto;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop button.btn-cart:before {
  float: left;
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop button.btn-cart span {
  display: inline-block;
}
.deal-custom .multidealpro_products .products-grid .item .product-shop .add-to-links li {
  margin-right: -1px;
}
.deal-custom .multidealpro_products .owl-carousel {
  margin: 0 -5px;
}
.deal-custom .multidealpro_products .owl-theme .owl-controls {
  top: -80px;
}

/* ============================================ *
 * Search
 * ============================================ */
.em-top-search {
  width: 100%;
  float: left;
  margin: 12px 0;
}

/*.em-fix-logged .em-header-style01 .em-top-search{
	width:53%;
}
.em-header-style01 .em-top-search{
	width:63%;
}*/
.em-header-style02 .em-top-search,
.em-header-style02 .form-search {
  width: auto;
  float: right;
}

.form-search {
  float: right;
  width: 100%;
  margin-bottom: 0;
  border-style: solid;
  border-width: 1px;
  position: relative;
  padding-right: 43px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form-search .text-search {
  float: left;
  width: 74%;
}
.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 15px;
  height: 34px;
  line-height: 30px;
  font-size: 100%;
}
.form-search button.button {
  float: right;
  position: absolute;
  top: -1px;
  right: -2px;
  margin: 0;
  padding: 5px 13px;
  height: 36px;
  min-height: 36px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 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: 24px;
}
.form-search button.button span span {
  padding: 0;
  font-size: 0 !important;
  text-indent: -9999px;
}
.form-search iframe#search_autocomplete_iefix {
  top: 25px !important;
  left: 0 !important;
}

/*Search Category*/
.input_cat {
  float: right;
  position: relative;
  width: 26%;
  margin-right: -2px;
  margin-top: 5px;
  padding: 0 10px;
}
.input_cat:before {
  border-left: 1px solid;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 18px;
  content: '';
}
.input_cat select {
  width: 100%;
  border: none;
  padding: 5px 15px;
  height: 43px;
  line-height: 43px;
}
.input_cat .catsearch-dropdown span.current {
  cursor: default;
  float: left;
  margin-top: 0px;
  padding: 3px 30px 8px 5px;
  min-height: 24px;
  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: "\f107";
  font-size: 14px;
  position: absolute;
  right: 10px;
  margin-top: 2px;
}
.input_cat .catsearch-dropdown ul {
  border: 1px solid;
  position: absolute;
  padding: 10px 0;
  left: -1px;
  top: 29px;
  width: 180px;
  z-index: 999;
  max-height: 400px;
  overflow: auto;
}
.input_cat .catsearch-dropdown ul li {
  padding: 5px 15px;
  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, .search-autocomplete li .rating-links .link_review_list, .rating-links .search-autocomplete li .link_review_list {
  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: 153px;
  z-index: 30;
  width: auto !important;
  margin: 0;
}
.em-top-search.search-fixed-right .input_cat {
  display: none;
}
.em-top-search.search-fixed-right .form-search {
  width: auto;
  border-color: transparent;
  border-width: 0;
  padding-right: 20px;
  background-color: transparent;
}
.em-top-search.search-fixed-right .form-search .text-search {
  width: 100%;
}
.em-top-search.search-fixed-right .form-search input.input-text {
  width: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: none;
  -webkit-transition: none;
  border: 1px solid #d2d2d2;
  height: 45px;
  line-height: 45px;
  padding-right: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.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 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms 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: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border-color: transparent;
  background-color: #2b2b2e;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  line-height: 47px;
  min-height: 47px;
  padding: 0;
  top: 0;
  right: 0;
}

.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;
}

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

.minimal-price-link {
  display: inline-block;
  clear: both;
}

/* 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;
}

/*=====================Slideshow====================*/
.slideshow-banner-colleft {
  margin-bottom: 20px;
}

.container-slideshow {
  position: relative;
}

.container-slideshow.container-fluid {
  padding: 0;
}
.container-slideshow.container-fluid .row {
  margin: 0;
}
.container-slideshow.container-fluid .col-sm-24 {
  padding: 0;
}

.slideshow-shadow .rev_slider_wrapper:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 15px;
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, black 0%, transparent 74%);
  background: radial-gradient(ellipse at 50% -50%, black 0%, transparent 74%);
}

.rev_slider_wrapper {
  z-index: 1;
  	/*.tp-rightarrow.default,
  	.tp-leftarrow.default{
  		position:relative;
  		background:none;
  		color:#ffffff;
  		width:49px;
  		height:49px;
  		border:1px solid;
  		&:before{
  			@include font-awesome(\f105,22px);// mixin in mixin/_theme-mixin.scss
  			margin-top:12px;
  			font-weight:700;
  			margin-left: 19px;
          }
  		&:hover{
  			color:#000000;
  			@include transition1;
  		}
  	}
  	.tp-leftarrow.default{
  		&:before{
  			content: "\f104";
  		}
  	}*/
  /*---------------*/
}
.rev_slider_wrapper .tp-bullets {
  bottom: 25px !important;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-image: none;
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  position: relative;
  border: 2px solid;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:before {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  filter: alpha(opacity=100 !important) !important;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected:before, .rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:hover:before {
  width: 4px !important;
  height: 4px !important;
}
.rev_slider_wrapper .tp-caption a.ss-btn-link span span {
  padding: 10px 40px 11px;
  min-width: 170px;
}
.rev_slider_wrapper .tp-simpleresponsive .tp-caption.cls_hover_slideshow {
  z-index: 3;
}

/*===================Slideshow fullpage hide content=========================*/
.layout-fullscreen-slideshow.cms-index-index .wrapper-main {
  margin-top: 350px;
}
.layout-fullscreen-slideshow.cms-index-index .wrapper.em-box-custom {
  background: none;
}
.layout-fullscreen-slideshow.cms-index-index .wrapper.em-box-custom .page {
  box-shadow: none;
}
.layout-fullscreen-slideshow.cms-index-index .full-screen-slideshow {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -999;
  height: 100%;
  width: 100%;
}
.layout-fullscreen-slideshow.cms-index-index .full-screen-slideshow .container {
  width: 100% !important;
  padding: 0;
}
.layout-fullscreen-slideshow.cms-index-index .full-screen-slideshow .container .row {
  margin: 0;
}
.layout-fullscreen-slideshow.cms-index-index .full-screen-slideshow .container .row .col-sm-24 {
  padding: 0;
}

.cms-index-index .wrapper-slideshow {
  padding-top: 20px;
}

.wrapper-slideshow .em-box-01 {
  border-top: 0;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.em-top-cart {
  float: right;
}

.em-top-cart {
  text-align: left;
}
.em-top-cart .em-container-topcart {
  position: relative;
}
.em-top-cart .em-container-topcart .em-amount-topcart {
  /*display:inline-block; 
  position:relative;*/
  padding-bottom: 18px;
}
.em-top-cart .em-container-topcart .em-amount-topcart .em-topcart-text {
  margin-top: 4px;
  padding-bottom: 4px;
}
.em-top-cart .em-container-topcart .em-amount-topcart .em-topcart-text .title-cart: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: "\f078";
  font-size: 9px;
  margin-left: 5px;
}
.em-top-cart .em-container-topcart .em-topcart-price {
  display: block;
}
.em-top-cart .em-container-topcart .icon-topcart {
  padding: 0 11px 0 9px;
  margin: 0;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  position: relative;
  border-width: 1px;
  border-style: solid;
  min-height: 35px;
}
.em-top-cart .em-container-topcart .icon-topcart .em-topcart-qty {
  padding: 6px 0;
  display: inline-block;
  min-height: 35px;
}
.em-top-cart .em-container-topcart .icon-topcart .fa {
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -15px;
}
.em-top-cart .em-container-topcart .icon-topcart .fa:before {
  position: absolute;
  display: block;
  bottom: 0px;
  height: 10px;
  width: 30px;
  content: "";
}
.em-top-cart .topcart-popup {
  position: absolute;
  right: 0px;
  width: 300px;
  z-index: 22;
  top: 39px;
  padding-top: 10px;
}
.em-top-cart .topcart-popup .topcart-popup-content {
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  width: 100%;
}
.em-top-cart .topcart-popup .topcart-popup-content .em-block-subtitle {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.em-top-cart .topcart-popup .topcart-popup-content .amount-content {
  margin-bottom: 1em;
}
.em-top-cart .topcart-popup .topcart-popup-content .product-details p {
  margin-bottom: 0.5em;
}
.em-top-cart .topcart-popup .topcart-popup-content .product-name a {
  font-weight: 700;
  font-size: 90%;
  text-transform: uppercase;
}

.topcart-popup-content li.item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.topcart-popup-content li.item.last {
  margin-bottom: 0;
}
.topcart-popup-content li.item a.product-image {
  float: left;
  margin-right: 15px;
}
.topcart-popup-content li.item .product-details {
  margin-left: 85px;
}
.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: 20px;
}
.topcart-popup-content li.item .truncated .show .item-options {
  top: 15px;
  left: -150px;
}
.topcart-popup-content .subtotal {
  width: 100%;
  float: left;
  text-transform: uppercase;
}
.topcart-popup-content .subtotal .label {
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}
.topcart-popup-content .subtotal .price {
  float: right;
  font-size: 170%;
  font-weight: 700;
}

.pull-left .em-top-cart .topcart-popup {
  left: 0;
  right: auto;
}

/*fixed cart*/
.cart-fixed-right {
  position: fixed;
  right: 20px;
  bottom: 160px;
  z-index: 31;
  margin: 0 !important;
}
.cart-fixed-right .em-summary-topcart {
  min-width: 10px;
  padding: 0;
  margin: 0;
}
.cart-fixed-right .em-summary-topcart span.em-icon.icon-topcart {
  margin: 0;
}
.cart-fixed-right .em-summary-topcart .em-topcart-price {
  display: none;
}
.cart-fixed-right .em-summary-topcart .em-topcart-text {
  margin: 0;
  display: none;
}
.cart-fixed-right .topcart-popup {
  top: auto !important;
  bottom: -100px !important;
  right: 40px !important;
  left: auto !important;
  padding: 0 15px 0 0;
}
.cart-fixed-right .topcart-popup li.item a.product-image {
  width: 70px;
}
.cart-fixed-right .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: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-indent: 0;
  z-index: 1;
  position: absolute;
  padding: 3px;
}
.qty-ctl button.decrease {
  right: 3px;
  top: 16px;
}
.qty-ctl button.decrease: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: "\f078";
  font-size: 9px;
}
.qty-ctl button.increase {
  right: 3px;
  top: 5px;
}
.qty-ctl button.increase: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: 9px;
}

.qty_cart {
  display: inline-block;
  position: relative;
}
.qty_cart input.qty {
  float: left;
  /*height:36px;*/
  width: 70px !important;
  text-align: left;
}

/*Shopping cart*/
.cart .page-title {
  margin: 0;
}

.cart fieldset {
  padding: 15px 15px 0;
}

.cart-table tr td {
  padding: 60px 20px 20px;
}
.cart-table tr td .cart-product {
  position: relative;
  margin-top: -40px;
}
.cart-table tr td .cart-product .btn-remove {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cart-table tr td .link-wishlist {
  display: inline-block;
  margin-top: -10px;
}
.cart-table tr td .qty_cart {
  margin-top: -12px;
}
.cart-table tfoot tr td {
  padding: 20px 0 10px;
  border-color: transparent;
}

.cart-collaterals {
  padding-top: 20px;
  /*ORDER TOTAL*/
}
.cart-collaterals .em-line-02 {
  min-height: 390px;
}
.cart-collaterals .em-box-cart {
  border: 0px solid;
  border-top-width: 2px;
}
.cart-collaterals h2 {
  margin-top: 2px;
  margin-bottom: 0;
  padding: 12px 0;
  margin-bottom: 0;
}
.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: 10px;
}
.cart-collaterals .sp-methods {
  margin-bottom: 0;
}
.cart-collaterals .sp-methods dt {
  float: left;
  margin-right: 5px;
}
.cart-collaterals .totals-content {
  padding: 0 15px 15px;
}
.cart-collaterals .totals-content-table {
  padding: 15px 15px 0;
}
.cart-collaterals .shipping-form,
.cart-collaterals .discount-form {
  padding: 10px 15px;
}
.cart-collaterals .totals table td {
  text-transform: uppercase;
  padding: 0 15px 10px;
  width: 45%;
  text-align: left !important;
}
.cart-collaterals .totals table td strong {
  font-weight: normal;
}
.cart-collaterals .totals table td:first-child {
  text-align: right !important;
}
.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: 5px;
  text-align: center;
  margin-top: 12px;
}
.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: 0;
  margin-bottom: 0 !important;
}
.crosssell h2 {
  margin-bottom: 0;
  text-align: left;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.opc-col .discount label {
  text-transform: uppercase;
  margin-bottom: 8px;
}

#opc-login-popup .close-btn {
  font-size: 0;
}

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

#opc-payment .form-list .v-fix,
.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;
  float: left;
  width: 100%;
}
.opc .step-title .title-box {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 12px 15px;
  min-height: 37px;
  float: left;
  width: 100%;
  border-top: 3px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.opc .step-title a {
  font-size: 0;
}
.opc .step-title .number {
  float: left;
  margin-right: 5px;
  display: none;
}
.opc .step-title h2 {
  float: left;
  margin-bottom: 0;
}
.opc .step-title a {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms 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: 5px 15px 15px;
  margin-bottom: 20px;
  width: 100%;
  clear: both;
}
.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 {
  text-transform: uppercase;
}
.opc #checkout-step-login .col-2 h4 {
  float: left;
  margin-bottom: 8px;
}
.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:before {
  content: "+";
  padding-right: 5px;
}
.opc #checkout-step-login .buttons-set a {
  font-size: 85%;
  margin-top: 10px;
}
.opc #checkout-step-shipping_method .sp-methods dt {
  float: left;
  line-height: 1.55em;
}
.opc #checkout-step-payment #payment_form_ccsave {
  width: 380px;
}
.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;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .em-col-main h2.sub-title {
  text-transform: uppercase;
}
.checkout-onepage-success .em-col-main .print-order {
  text-decoration: underline;
}
.checkout-onepage-success .em-col-main .print-order:hover {
  text-decoration: none;
}

.em-line-01 {
  position: relative;
  margin-bottom: 20px;
  /*.em-tabs{
  	float:left;
  	ul.em-tabs-control{
  		margin-right:70px;
  		text-align:right;
  		a{
  			display:inline-block;
  		}
  		.r-tabs-state-active .r-tabs-anchor:before{
  			@include font-awesome(\f0d7,16px);
  			position:absolute;
  			bottom:-10px;
  			left:48%;
  		}
  	}
  }
  .owl-theme .owl-controls{
  	right:25px;
  }
  &.em-tab-noslider{
  	.em-tabs{		
  		ul.em-tabs-control{
  			margin-right:10px;
  		}
  	}
  }*/
}
.em-line-01 .em-block-title, .em-line-01 .em-widget-title, .em-line-01 .block-title, .em-line-01 .widget-title {
  border-top: 3px solid;
  margin-bottom: 10px;
  font-size: 100%;
}
.em-line-01 .em-block-title span, .em-line-01 .em-widget-title span, .em-line-01 .block-title span, .em-line-01 .widget-title span {
  padding: 12px 15px;
  border-bottom: 1px solid;
  position: relative;
  display: block;
}
.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;
}
.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-02 {
  margin-bottom: 20px;
}
.em-line-02 .em-block-title, .em-line-02 .em-widget-title {
  border-top: 3px solid;
}
.em-line-02 .em-block-title h2, .em-line-02 .em-block-title strong, .em-line-02 .em-block-title h3, .em-line-02 .em-widget-title h2, .em-line-02 .em-widget-title strong, .em-line-02 .em-widget-title h3 {
  padding: 12px 15px;
  border-bottom: 1px solid;
}

/*box style 01*/
.em-box-01 {
  border-top: 3px solid;
  margin-bottom: 20px;
  /*& > div{
  	padding:15px 0px 0;
  }*/
  /*.block-subtitle{
  	padding:0 10px;
  }*/
  /*.r-tabs .r-tabs-panel{
  	padding-bottom:0;
  	padding-top:0;
  }*/
  /*.em-tabs .em-tabs-control li a{
  	padding:0;
  	margin-right:10px;
  }
  .products-list .item{
  	padding:15px 15px 5px;
  	border-top:1px solid;
  	margin-bottom:0;
  	&.first,&:first-child{
  		border:none;
  		padding-top:0;
  	}
  }*/
}
.em-box-01 .widget .widget-title {
  padding: 0;
  margin: 0;
}
.em-box-01 .block-content {
  padding: 0 15px;
}
.em-box-01 .widget-title h2, .em-box-01 .widget-title h3, .em-box-01 .box-title h2, .em-box-01 .em-tabs .em-tabs-control, .em-box-01 .block-title strong, .em-box-01 .em-block-title strong {
  border-bottom: 1px solid;
  margin: 0 0px 10px;
  padding: 12px 15px;
  display: block;
}

/*box style 02*/
/*
.em-box-02{
	.title-box{
		padding: 12px 15px;
		border-top:3px solid;
		border-bottom:1px solid;
		margin:0;
		h1, h2{ margin-bottom:0; text-transform:none;}
	}
}*/
/*.em-box-02{
	border:1px solid;
	position:relative;
	& > div{
		padding:15px;
	}
	.title-box{
		padding: 13px 15px;
		margin:0;
		h1, h2{ margin-bottom:0; text-transform:none;}
	}
	
	.em-block-title{
		margin-bottom:7px;
		& p.h3{margin-bottom:5px;}
	}
	&:after{
		content: "";
		position: absolute;
		top: -1px;
		left: auto;
		right: -1px;
		bottom: auto;
		width: 9px;
		height: 9px;
	}
}*/
/*box style 03*/
.em-box-03 {
  border: 1px solid;
  padding: 10px 20px;
}
.em-box-03 .em-block-title p.h5 {
  font-weight: 700;
}

/*box style bkg*/
.em-box-bkg {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.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;
}

/*box style 043*/
.em-box-05 {
  border: 1px solid;
  padding: 10px 0 8px;
  margin-bottom: 20px;
}
.em-box-05 .em-block-title {
  margin-bottom: 0;
  margin-top: 15px;
  padding: 8px 15px 0;
  text-align: center;
  border-top: 1px solid;
  text-transform: none;
}
.em-box-05 .em-block-title h2 {
  margin: 0;
}
.em-box-05 .em-slider {
  padding: 0 10px;
}
.em-box-05 .owl-carousel {
  margin: 0;
}
.em-box-05 .owl-carousel .owl-item {
  padding: 0;
}
.em-box-05 .owl-carousel .owl-controls {
  position: static;
}
.em-box-05 .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  left: 10px;
  bottom: -50px;
}
.em-box-05 .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 10px;
  left: auto;
}

/*block sidebar*/
.em-sidebar .block {
  margin-bottom: 20px;
}
.em-sidebar .block .actions {
  margin-bottom: 5px;
}
.em-sidebar .line-right {
  padding-right: 10px;
}
.em-sidebar .line-left {
  padding-left: 10px;
}
.em-sidebar .products-grid .item {
  z-index: 1;
}
.em-sidebar .block-related li.item {
  margin: 0 -15px 20px;
  padding: 0 15px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top: none;
}
.em-sidebar .block-related li.item.last {
  border: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.em-sidebar .block-related li.item .checkbox {
  top: 0;
  left: 15px;
  right: auto;
}

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

/*======Block Compare========*/
.block-compare #compare-items {
  padding-top: 10px;
}
.block-compare #compare-items li.item {
  position: relative;
  margin: 0 -15px 20px;
  padding: 0px 15px 20px;
  border-bottom: 1px solid;
}
.block-compare #compare-items li.item a.product-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.block-compare #compare-items li.item .product-shop {
  overflow: hidden;
}
.block-compare #compare-items li.item .btn-remove {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}

.block-viewed .block-content {
  padding: 0 5px;
}
.block-viewed .products-list li.item {
  position: relative;
  margin: 0 -15px 15px;
  padding: 0 15px 5px;
  border-bottom: 1px solid;
}
.block-viewed .products-list li.item.last {
  margin-bottom: 0;
  border: none;
}
.block-viewed .products-list li.item a.product-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.block-viewed .products-list li.item .product-name {
  overflow: hidden;
}

/*======Block Wishlist========*/
.block-wishlist .block-subtitle {
  padding: 0;
}
.block-wishlist li.item {
  position: relative;
  margin: 0 -15px 20px;
  padding: 0px 15px 20px;
  border-bottom: 1px solid;
}
.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 .product-details .link-cart {
  margin-top: 10px;
}
.block-wishlist li.item .btn-remove {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}

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

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

/*======Block Poll========*/
.block-poll .block-subtitle {
  margin-bottom: 14px;
}
.block-poll ul li {
  padding: 2px 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 20px 8px 0;
}

/*Block Recent*/
.block-recent {
  /*.products-grid li.item{ width:100%}*/
}
.block-recent .products-list li.item {
  margin-bottom: 20px;
}
.block-recent .review-details {
  padding-top: 10px;
}
.block-recent .review-details li {
  padding: 5px 0;
}
.block-recent .em-box-01 .widget-products {
  padding: 0;
}

/*Best Seller*/
/* Block progress*/
.block-progress dt {
  text-transform: uppercase;
  margin: 10px 0 4px;
}
.block-progress dd.complete address {
  margin-bottom: 6px;
}

/*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 .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 -15px 13px;
  padding: 0 15px 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 -15px;
}
.block-layered-nav .block-content .tree-filter .icon {
  margin: 5px 0 0;
  float: none;
  display: inline-block;
  background: none;
  width: auto;
  height: auto;
  text-indent: 0;
  float: right;
}
.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;
  display: inline;
}
.block-layered-nav .block-content .tree-filter .label-icon {
  padding: 9px 15px;
  text-transform: uppercase;
}
.block-layered-nav .block-content .tree-filter li.expanded ol .label-icon {
  padding-left: 15px;
}
.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 .label-icon {
  padding: 3px 15px;
  /*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: 7px;
}
.block-layered-nav .block-content .tree-filter > li.selected > ol > li > ol {
  padding-top: 7px;
  padding-bottom: 7px;
}
.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 {
  padding-top: 10px;
}
.block-layered-nav .block-content .rslider #range, .block-layered-nav .block-content .rslider #track {
  background: none;
  height: 6px;
}
.block-layered-nav .block-content .rslider .handle {
  width: 20px;
  height: 20px;
  background-image: url("../images/icons.png");
  background-position: 0px -262px;
  background-repeat: no-repeat;
  top: -8px;
}
.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;
}
.block-layered-nav .block-content .img-filter li a {
  display: inline-block;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 27px;
  height: 27px;
}
.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;
}

/*layout 4 fixed sidebar*/
.em-fixed-sidebar {
  display: block;
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

/*block breadcrumbs*/
.wrapper-breadcrumbs {
  background: url("../images/media/home/bg-breadcrumb.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover !important;
  position: relative;
  z-index: 1;
  text-align: center;
}
.wrapper-breadcrumbs h1 {
  text-transform: uppercase;
  margin-top: 60px;
  line-height: 1;
}
.wrapper-breadcrumbs .product-navigation a {
  position: absolute;
  left: 10px;
  top: 23%;
  text-indent: 0;
  font-size: 0;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wrapper-breadcrumbs .product-navigation 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: "\f104";
  font-size: 120px;
  line-height: 0.7em;
}
.wrapper-breadcrumbs .product-navigation a.next {
  right: 10px;
  left: auto;
}
.wrapper-breadcrumbs .product-navigation a.next:before {
  content: "\f105";
}

a.product-image {
  position: relative;
  margin-bottom: 0;
  display: block;
}
a.product-image img {
  width: 100%;
  height: auto;
}

.ratings {
  padding: 0 0 2px;
}
.ratings .rating-box {
  margin-right: 0;
}
.ratings .amount, .ratings .rating-links .link_review_list, .rating-links .ratings .link_review_list {
  display: none;
}

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

/* View Type: Grid */
.products-grid li.item, .products-grid div.item {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  float: left;
  position: relative;
  padding: 10px;
  /*border:1px solid transparent;*/
}
.products-grid li.item img, .products-grid div.item img {
  width: 100%;
  height: auto;
}
.products-grid li.item .product-shop, .products-grid div.item .product-shop {
  padding-top: 7px;
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 60px;
}

/* View Type: List */
.products-list .product-image {
  float: left;
  margin: 0 20px 10px 0;
  position: relative;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.products-list .product-image:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 0;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  background-color: #000000;
}
.products-list .product-image:hover:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.products-list .product-shop {
  overflow: hidden;
}
.products-list .product-shop .product-name {
  margin-bottom: 1em;
}
.products-list .product-shop div.desc {
  margin-top: 1em;
}
.products-list .product-shop .actions,
.products-list .product-shop .em-btn-addto {
  margin-top: 10px;
}
.products-list .product-shop .actions button.button,
.products-list .product-shop .em-btn-addto button.button {
  margin-bottom: 5px;
  margin-right: 1.5em;
}
.products-list div.item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

/*=================setting admin=====================*/
/*single line*/
.products-grid li.item .em-productname-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-grid li.item:hover .em-productname-single-line {
  white-space: normal;
}

/*=======category setting hover effect===========*/
/*Enable on all devices*/
.emcatalog-enable-hover {
  /*@include product-hover;*/
}

/*.products-grid li.item .product-item{ height:100%}*/
/*Hover Product Grid*/
.cate-effect-01 .products-grid .item .quickshop-link-container .quickshop-link {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.cate-effect-01 .products-grid .item .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: "\f002";
  font-size: 14px;
  line-height: 30px;
  /*width:$width;*/
}
.cate-effect-01 .products-grid .item .add-to-links li a.link-wishlist {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 32px;
  text-align: center;
  line-height: 30px;
}
.cate-effect-01 .products-grid .item .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;
  line-height: 30px;
  /*width:$width;*/
}
.cate-effect-01 .products-grid .item .add-to-links li a.link-compare {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 32px;
  text-align: center;
  line-height: 30px;
}
.cate-effect-01 .products-grid .item .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: "\f0ec";
  font-size: 14px;
  line-height: 30px;
  /*width:$width;*/
}
.cate-effect-01 .products-grid .item button.button.btn-cart {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 25%;
  text-align: center;
  line-height: 30px;
  min-height: 30px;
}
.cate-effect-01 .products-grid .item 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;
  line-height: 30px;
  /*width:$width;*/
}
.cate-effect-01 .products-grid .item button.button.btn-cart:before {
  float: none;
  margin-right: 0;
}
.cate-effect-01 .products-grid .item .add-to-links {
  width: 50%;
  float: left;
}
.cate-effect-01 .products-grid .item .add-to-links li {
  width: 50%;
  float: left;
  margin-right: 0;
}
.cate-effect-01 .products-grid .item .quickshop-link-container {
  width: 25%;
  float: left;
}
.cate-effect-01 .products-grid .item .em-element-display-hover {
  /*dipslay:none;*/
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cate-effect-01 .products-grid .item .product-shop {
  padding-right: 0;
  min-height: 50px;
}
.cate-effect-01 .products-grid .item .top-product-shop {
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
}
.cate-effect-01 .products-grid .item .top-product-shop .em-element-display-hover.top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  padding: 6px 10px;
  width: 100%;
  text-align: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.cate-effect-01 .products-grid .item .top-product-shop .em-element-display-hover.bottom {
  position: absolute;
  bottom: -50px;
  left: 0;
  border-top: 1px solid #dddddd;
  width: 100%;
  text-align: center;
}
.cate-effect-01 .products-grid .item .top-product-shop .em-element-display-hover.bottom .em-element-cotent {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cate-effect-01 .products-grid .item .top-product-shop:hover {
  border: 1px solid #dddddd;
}
.cate-effect-01 .products-grid .item .top-product-shop:hover .em-element-display-hover.top {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.cate-effect-01 .products-grid .item .top-product-shop:hover .em-element-display-hover.bottom {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.products-grid .item .top-product-shop {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.products-grid .item .top-product-shop .em-btn-addto,
.products-grid .item .top-product-shop .addto {
  position: absolute;
  bottom: 10px;
  /*@include opacity(0);*/
  right: -130px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.products-grid .item .product-shop {
  padding-right: 55px;
  position: relative;
}
.products-grid .item .product-shop .add-to-btn,
.products-grid .item .product-shop .em-btn-addto {
  position: absolute;
  right: 0;
  top: 9px;
}
.products-grid .item .product-shop .add-to-links li {
  margin-right: 0;
}
.products-grid .item:hover .top-product-shop {
  border: 1px solid #d2d2d2;
}
.products-grid .item:hover .addto {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 10px;
}

a.product-image.loading-process {
  text-align: center;
}
a.product-image.loading-process .em-img-lazy {
  width: auto;
  display: inline-block;
  text-align: center;
}

/*============ Product Detail ===============*/
.no-rating {
  position: relative;
  font-size: 100%;
  font-weight: normal;
  float: left;
  padding: 0;
}
.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: 14px;
  margin-right: 5px;
}

.email-friend {
  position: relative;
  float: right;
}
.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: 14px;
  margin-right: 5px;
}

.availability-only {
  text-transform: uppercase;
  font-size: 90%;
  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: 3px;
  right: 0;
}
.availability-only span:after {
  width: 35px;
  background: #000;
  height: 8px;
  content: "";
  position: absolute;
  top: 3px;
  right: 45px;
}

.product-view-detail {
  padding: 20px;
  margin-bottom: 20px;
  /*button.button.btn-cart{
  	padding:13px 25px;
  	margin-right:5px;
  	float:left;
  	width:auto;
  	min-height:34px;
  	&:before{
  		content:"";
  	}
  }
  .add-to-links{
  	clear:none;
  	width:auto;
  	float:right;
  	li{
  		margin-left:-1px;
  		margin-bottom:10px;
  		&:hover{
  			position:relative;
  			z-index:1;
  		}
  		&:first-child:after{
  			content:"";
  			margin:0;
  		}
  		a.link-wishlist{			
  			@include button_text_icon_awesome(14px 15px, \f00c, 14px)
  		}
  		a.link-compare{			
  			@include button_text_icon_awesome(14px 15px, \f0ec, 14px)
  		}
  	}
  }*/
}
.product-view-detail select {
  width: 100%;
}
.product-view-detail .product-img-box {
  /*margin-right:20px;
  float:left;*/
}
.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%;
}
.product-view-detail .product-img-box .media-left .product-image img {
  max-width: 100%;
}
.product-view-detail .product-img-box .more-views {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.product-view-detail .product-img-box .more-views li.item {
  margin: 2px 0;
}
.product-view-detail .product-img-box .more-views li.item:hover {
  -webkit-box-shadow: 0 0 5px #cdcdcd;
  -moz-box-shadow: 0 0 5px #cdcdcd;
  box-shadow: 0 0 5px #cdcdcd;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-view-detail .product-img-box .more-views .owl-theme .owl-controls {
  position: static;
}
.product-view-detail .product-img-box .more-views .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 37%;
}
.product-view-detail .product-img-box .more-views .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
  right: auto;
}
.product-view-detail .product-img-box .more-views .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 10px;
}
.product-view-detail .product-img-box .more-views img {
  width: 100%;
  height: auto;
}
.product-view-detail .product-img-box .more-views .em-moreviews-noslider li.item {
  float: left;
  margin: 0 10px 10px 0;
}
.product-view-detail .product-shop {
  overflow: hidden;
}
.product-view-detail .product-shop .short-description {
  margin-bottom: 1.2em;
}
.product-view-detail .product-shop .short-description h2 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.product-view-detail .product-shop .sku {
  clear: both;
  margin: 0;
}
.product-view-detail .product-shop .price-box {
  margin-bottom: 1em;
}
.product-view-detail .product-shop .grouped-items-table .price {
  margin: 0;
}
.product-view-detail .product-shop .ratings {
  float: left;
  display: bock;
}
.product-view-detail .product-shop .ratings .rating-box {
  float: left;
  margin-right: 10px;
}
.product-view-detail .product-shop .ratings .link_review_form {
  float: right;
  font-size: 125%;
  font-weight: 500;
}
.product-view-detail .product-shop .sale_off {
  position: static;
  display: inline-block;
  margin-bottom: 1.5em;
}
.product-view-detail .product-shop .deal_qty {
  text-align: left;
  float: left;
  width: auto;
  margin-right: 0;
  margin-top: 0px;
  padding-bottom: 1.55em;
}
.product-view-detail .qty_cart {
  clear: both;
  margin: 0 0.5em 1.55em 0;
  float: left;
}
.product-view-detail .button_addto {
  float: left;
}
.product-view-detail .button_addto button.btn-cart {
  margin-right: 1.5em;
}

.product-view {
  /*.em-details-tabs{
  	border-width:0px;
  }*/
}
.product-view .em-details-tabs.r-tabs .box-collateral {
  border: none;
  padding-bottom: 0;
}
.product-view .em-details-tabs.r-tabs .box-collateral .em-block-title {
  display: none;
}
.product-view .em-details-tabs.r-tabs .box-collateral .box-collateral-content {
  /*padding:0;*/
}
.product-view .em-line-01.em-details-tabs {
  background: none;
  border: none;
}
.product-view .data-table tr td, .product-view .data-table th {
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 100%;
}
.product-view .box-collateral-content {
  padding: 10px 15px 20px;
}

.add-to-cart label {
  padding: 11px 0 10px;
  margin-bottom: 0;
  margin-right: 8px;
  float: left;
  display: none;
}

/*product col*/
/*.three-columns,
.two-columns-right,
.two-columns-left{
	.product-view-detail .add-to-links li a{
		font-size:0;
		&:before{
			padding:0;
			font-size:15px;
		}
	}
}*/
.three-columns .add-to-box {
  clear: both;
}

/*Product review*/
.box-reviews-content {
  padding: 0 15px;
  overflow: hidden;
}

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

/*Product Tag*/
.box-tags {
  /*input product tag*/
}
.box-tags .form-add label {
  float: left;
}
.box-tags .form-add .input-box {
  width: 50%;
  float: left;
  margin-right: 10px;
  clear: both;
  margin-bottom: 10px;
}
.box-tags .form-add .input-box input.input-text {
  width: 100%;
}
.box-tags p.note {
  font-size: 90%;
}
.box-tags button.button {
  margin-bottom: 6px;
}

.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;
}

/*rating table*/
#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 td {
  padding: 4px 5px 4px;
}

.box-reviews .reviews > dl {
  margin: 20px 0;
}
.box-reviews .reviews > dl dt a {
  text-transform: uppercase;
}
.box-reviews .reviews > dl dd {
  padding-bottom: 20px;
}
.box-reviews .reviews table td {
  padding: 1.5em;
  border-top: 1px solid;
}
.box-reviews .reviews table td:first-child {
  padding-left: 0;
}
.box-reviews .reviews table td .ratings-table td {
  padding: 4px 5px 4px;
  border: none;
}
.box-reviews .reviews table tr:first-child td {
  border: none;
}
.box-reviews .reviews .pager .amount, .box-reviews .reviews .pager .rating-links .link_review_list, .rating-links .box-reviews .reviews .pager .link_review_list {
  margin: 7px 0px 10px 0px;
}
.box-reviews #review-form {
  display: block;
  /*margin:20px 0;*/
  padding: 10px 15px;
}
.box-reviews .form-add h3 {
  text-transform: capitalize;
  font-size: 100%;
}
.box-reviews .form-add h4 {
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 7px;
}
.box-reviews .form-add .form-list li {
  margin-right: 0;
}
.box-reviews .form-add .buttons-set {
  margin-top: 10px;
}

.one-column .box-reviews .form-add .form-list {
  width: 66%;
}

/*=====Button Next Tre - Product Detail=====*/
/*button next pre - product detail*/
.product-view-detail .em-product-shop .product-shop .next {
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 7px 7px !important;
  position: absolute;
  font-size: 0;
  top: -100px;
  width: 24px;
  border-style: solid;
  border-width: 1px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 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: 9px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-view-detail .em-product-shop .product-shop .prev {
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 7px 7px !important;
  position: absolute;
  font-size: 0;
  top: -100px;
  width: 24px;
  border-style: solid;
  border-width: 1px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 25px;
}
.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: 9px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-view-detail:hover .em-product-shop .product-shop a.prev,
.product-view-detail:hover .em-product-shop .product-shop a.next {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}

/*=====End Button Next Tre - Product Detail=====*/
/*=========Block Brand Logo=============*/
.brand-logo-detail {
  margin-bottom: 20px;
}
.brand-logo-detail a {
  display: block;
}
.brand-logo-detail p.h1 {
  margin-bottom: 0;
}

/*=========End Block Brand Logo=============*/
/*=======Related Product==========*/
.block-related.em-box-01 .block-content {
  padding: 0 5px;
}
.block-related .block-subtitle {
  padding: 0 65px 0 0;
  display: none;
}
.block-related .em-line-01 .em-block-title {
  padding-right: 50px;
}
.block-related li.item {
  position: relative;
  /*padding:0 0 10px;
  border:none;
  &:hover:after,&:hover:before{
  	background:none;
  }*/
}
.block-related li.item .checkbox {
  position: absolute;
  right: 0;
  top: 0;
}
.block-related .em-related-noslider li.item .product-image {
  float: left;
}
.block-related .em-related-noslider li.item .product-shop {
  position: initial;
}
.block-related .em-related-noslider li.item .checkbox {
  right: 10px;
  top: 10px;
}
.block-related .em-related-noslider li.item a.link-wishlist {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.em-product-info-right .block-related .owl-theme .owl-controls div.owl-prev {
  top: -54px;
  right: 35px;
  left: auto;
}

.em-product-info-right .block-related .owl-theme .owl-controls div.owl-next {
  top: -54px;
  right: -5px;
}

/*=======End Related Product==========*/
/*===========Upsell================*/
#upsell-product-table {
  padding: 0 5px;
}

.box-up-sell .em-upsell-noslider li.item {
  float: left;
  /*width:auto;*/
}

/*===========End Upsell================*/
/*===========Tab Detail================*/
/*.em-details-tabs{
	.tabs-control{
		border:1px solid;
		margin-bottom:12px;
		font-size:100%;
		.r-tabs-tab{
			top:0!important;
			.r-tabs-anchor{
				padding:13px 15px;
				border:1px solid transparent;
				margin:-1px 0px 0 -1px;
				position:relative;	
				display:inline-block;
				text-transform:none;
				&:after{
					content: "";
					position: absolute;
					top: -1px;
					left: auto;
					right: -1px;
					bottom: auto;
					width: 9px;
					height: 9px;
				}
			}
		}
	}
}*/
/*===========End Quick Shop================*/
/*=======Email to a friend=========*/
.send-friend .buttons-set p.limit {
  float: left;
  margin-top: 9px;
}

/*=======End Email to a friend=========*/
.catalog-product-view .breadcrumbs {
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
  width: 100%;
}

/*------------------My account-----------------*/
/*nav bar*/
.block-account .block-content ul li {
  position: relative;
}
.block-account .block-content ul li a, .block-account .block-content ul li strong {
  padding: 4px 0;
  display: inline-block;
  font-weight: normal;
}
.block-account .block-content ul li a:before, .block-account .block-content ul li strong: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: "\f04d";
  font-size: 5px;
  vertical-align: middle;
  margin-right: 10px;
}

/*dashboard*/
.dashboard .welcome-msg {
  padding: 10px 0px;
  font-size: 100%;
}
.dashboard .welcome-msg p.hello {
  margin: 8px 0 10px;
}
.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: 0;
  overflow: hidden;
}

/*account info*/
.my-account .page-title h1 {
  text-transform: capitalize;
}
.my-account .data-table {
  margin-bottom: 10px;
}
.my-account .box {
  border: none;
  padding: 0;
}
.my-account .box address {
  margin-bottom: 17px;
}
.my-account .col2-set:first-child {
  margin-bottom: 27px;
}
.my-account .box-content h3, .my-account .box-content h4,
.my-account .box-title h3,
.my-account .box-title h4 {
  text-transform: uppercase;
  margin: 6px 0 16px;
}
.my-account .box-content p {
  margin-bottom: 13px;
}

/*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;
}

/*Address Book*/
.customer-address-index .my-account .em-box-02 {
  display: none;
}
.customer-address-index .my-account .col2-set .col-2,
.customer-address-index .my-account .col2-set .col-1 {
  width: 100%;
}
.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 {
  text-transform: uppercase;
}
.customer-address-index .my-account .addresses-primary ol {
  margin-bottom: 0;
  oveflow: hidden;
}
.customer-address-index .my-account .addresses-primary ol li.item {
  width: 45%;
  margin-right: 5%;
  float: left;
  padding-top: 17px;
}

/*MY ORDERS*/
/*Account Page*/
.my-account .pager {
  margin: 10px 0 10px;
}
.my-account .pager .amount, .my-account .pager .rating-links .link_review_list, .rating-links .my-account .pager .link_review_list {
  margin: 7px 10px 0 0;
  text-transform: uppercase;
  font-weight: normal;
}
.my-account .pager .amount strong, .my-account .pager .rating-links .link_review_list strong, .rating-links .my-account .pager .link_review_list strong {
  font-weight: 500;
}
.my-account .pager .limiter {
  margin: 0;
}

/*Account wishlist*/
.my-wishlist textarea {
  width: 90%;
  margin-top: 5px;
}
.my-wishlist .cart-cell button.button {
  margin-bottom: 5px;
  white-space: nowrap;
  margin-top: 10px;
}

/*Account button set*/
.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: 160px;
}
.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: 15px;
}
.account-login h2 {
  text-transform: uppercase;
}
.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: 10px;
}

/* ================ Register ==================== */
.account-create .fieldset {
  float: none;
  width: 100%;
  margin-bottom: 25px;
}
.account-create .fieldset .legend {
  text-transform: uppercase;
}
.account-create form {
  display: block;
  margin-left: 0;
  padding-top: 0;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.page-popup.catalog-product-compare-index {
  padding: 20px;
}
.page-popup.catalog-product-compare-index .link-print {
  margin-top: 7px;
}
.page-popup.catalog-product-compare-index .em-box-02 .title-box {
  overflow: hidden;
}

.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: 17px;
}
.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 {
  overflow: inherit;
}
.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 {
  display: inline-block;
  margin: 0;
}
.compare-table .add-to-links li:first-child:after {
  content: "";
  margin: 0;
}

.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;
}

/*.fb_comments_count:before,
.comment-by:before,
.comment-count:before,
.comment-user:before,
.post-time:before,
.post-by:before{ background:url(../../images/icons.png) 0px -316px no-repeat; position:absolute; top:0; left:0; content:""; width:20px; height:20px;}

.comment-by:before{ background-position:-120px -316px}
.post-time:before{ background-position:-55px -316px }
.fb_comments_count:before,
.comment-count:before{ background-position:-186px -316px}*/
/*Block: Recent Post*/
.post-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: "\f133";
  font-size: 14px;
  margin-right: 5px;
}

/*Block: Recent Comment*/
.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: 14px;
  margin-right: 5px;
}

.fb_comments_count:before, .comment-count: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: "\f0e6";
  font-size: 14px;
  margin-right: 5px;
}

.comment-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: "\f044";
  font-size: 14px;
  margin-right: 5px;
}

/*Block Tag*/
.em_block-tag-cloud ul {
  display: inline-block;
  margin: 0 0 10px;
}
.em_block-tag-cloud ul li {
  margin: 8px 0;
  padding: 0;
}
.em_block-tag-cloud ul li a {
  margin: 0;
  padding: 0 10px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em_block-tag-cloud ul li a:hover {
  margin: -8px 0;
  padding: 8px 10px;
}

/*toolbar blog*/
.blog-tag-view .toolbar,
.blog-category-view .toolbar,
.blog-index-index .toolbar,
.article-comments .toolbar {
  border: 1px solid;
  padding: 7px 10px;
  display: inline-block;
}
.blog-tag-view .toolbar .pager,
.blog-category-view .toolbar .pager,
.blog-index-index .toolbar .pager,
.article-comments .toolbar .pager {
  float: left;
  margin: 0px;
  display: inline-block;
}
.blog-tag-view .toolbar .pager .pages,
.blog-category-view .toolbar .pager .pages,
.blog-index-index .toolbar .pager .pages,
.article-comments .toolbar .pager .pages {
  display: inline-block;
  margin: 0;
}
.blog-tag-view .toolbar .pager .pages ol,
.blog-category-view .toolbar .pager .pages ol,
.blog-index-index .toolbar .pager .pages ol,
.article-comments .toolbar .pager .pages ol {
  padding: 6px 0 0;
}
.blog-tag-view .toolbar .pager .amount, .blog-tag-view .toolbar .pager .rating-links .link_review_list, .rating-links .blog-tag-view .toolbar .pager .link_review_list,
.blog-category-view .toolbar .pager .amount,
.blog-category-view .toolbar .pager .rating-links .link_review_list,
.rating-links .blog-category-view .toolbar .pager .link_review_list,
.blog-index-index .toolbar .pager .amount,
.blog-index-index .toolbar .pager .rating-links .link_review_list,
.rating-links .blog-index-index .toolbar .pager .link_review_list,
.article-comments .toolbar .pager .amount,
.article-comments .toolbar .pager .rating-links .link_review_list,
.rating-links .article-comments .toolbar .pager .link_review_list {
  display: none;
}
.blog-tag-view .toolbar .sorter,
.blog-category-view .toolbar .sorter,
.blog-index-index .toolbar .sorter,
.article-comments .toolbar .sorter {
  float: right;
}

/*detail blog page*/
.em_post-action .tags ul li {
  display: inline-block;
}
.em_post-action .tags span {
  text-transform: uppercase;
}
.em_post-action .tags ul {
  display: inline-block;
  margin: 0 0 10px;
}
.em_post-action .tags ul li {
  margin: 8px 0;
  padding: 0;
}
.em_post-action .tags ul li a {
  margin: 0;
  padding: 0 10px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em_post-action .tags ul li a:hover {
  margin: -8px 0;
  padding: 8px 10px;
}

.blog-post-view .em_post-action {
  overflow: hidden;
  border-top: 1px solid;
  margin-top: 10px;
  padding-top: 10px;
}

.form-comment-container #new,
#comments-header {
  margin-bottom: 12px;
  border-width: 1px;
  border-style: solid;
  display: block;
}
.form-comment-container #new h3,
#comments-header h3 {
  padding: 15px;
  border: 1px solid;
  margin: -1px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.form-comment-container #new h3:after,
#comments-header h3:after {
  content: "";
  position: absolute;
  top: -1px;
  left: auto;
  right: -1px;
  bottom: auto;
  width: 9px;
  height: 9px;
}

.comments {
  clear: both;
}
.comments .comment-item .reply .comment-button {
  margin-top: 10px;
}
.comments .comment-item-header {
  margin-bottom: 10px;
}
.comments .comment-body {
  border-width: 1px;
  border-style: solid;
  padding: 13px 15px 13px 15px;
  margin: 20px 2px 10px 2px;
  position: relative;
  -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comments .comment-body:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 39px;
  border-width: 11px 11px 0 0px;
  border-style: solid;
  display: block;
  width: 0;
}
.comments .comment-body:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 40px;
  border-width: 11px 11px 0 0px;
  border-style: solid;
  display: block;
  width: 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: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 0;
  position: absolute;
  left: -48px;
  top: 32%;
  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 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms 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 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms 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 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms 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 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms 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: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
}
.em-color span.emColorStyle01 {
  background: #f7a541;
}
.em-color span.emColorStyle02 {
  background: #7b0046;
}
.em-color span.emColorStyle03 {
  background: #f15b20;
}
.em-color span.emColorStyle04 {
  background: #6e7cfd;
}

/*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 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms 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: inline-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;
}

/*Layout*/
.box-padding {
  margin-top: 30px;
}

/*Header box*/
.em-header-top {
  position: relative;
  z-index: 12;
}
.em-header-top .em-social {
  margin: 10px 0 0 10px;
}

.em-header-middle {
  padding: 20px 0;
  position: relative;
}
.em-header-middle .em-top-cart {
  float: right;
}
.em-header-middle .header-banner {
  margin: 33px 0 15px;
  display: inline-block;
}

.em-header-bottom {
  border-bottom: 1px solid;
  position: relative;
}
.em-header-bottom:after {
  content: "";
  border-top: 1px solid;
  position: absolute;
  left: 0;
  bottom: auto;
  right: 0;
  top: 0;
}
.em-header-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  top: auto;
  height: 4px;
}
.em-header-bottom .megamenu-wrapper {
  background: transparent;
}
.em-header-bottom .cate_search, .em-header-bottom .form-search input.input-text {
  border: none;
}

.header-top {
  position: relative;
  z-index: 10;
}

.em-area-header .em-social {
  margin: 8px 0 0 30px;
  display: inline-block;
}

.header-banner .em-content-text {
  margin-top: 5px;
}

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

/*Header welcome*/
.welcome-msg {
  margin: 10px 20px 0 0;
  font-size: 95%;
}

.em-content-text {
  margin: 0 10px;
}

/*Header Links*/
.em-header-middle-right {
  margin-top: 13px;
}

.em-top-links {
  position: relative;
  float: right;
}
.em-top-links .header-links {
  border: 1px solid #d2d2d2;
  padding: 6px 15px 7px;
  min-height: 37px;
}
.em-top-links .header-links ul.links {
  margin-bottom: 0;
  margin: 0;
}
.em-top-links .header-links ul.links li {
  padding: 0;
}
.em-top-links .header-links ul.links li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.em-top-links .header-links ul.links li:first-child:after {
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 14px;
  background: #cdcdcd;
  content: '';
}
.em-top-links .header-links-dropdown {
  position: absolute;
  top: 35px;
  right: 0;
  width: 210px;
  border: 1px solid #d2d2d2;
  padding: 11px 15px;
  background: #fff;
  z-index: 2;
}
.em-top-links .header-links-dropdown .header-list-link {
  margin: 0;
}
.em-top-links .header-links-dropdown .header-list-link > div {
  width: 100%;
  display: block;
  padding: 5px 0;
}
.em-top-links .header-links-dropdown .header-list-link > div span.fa {
  width: 15px;
  margin-right: 10px;
  font-size: 14px !important;
}

/*Wishlist*/
.em-links-wishlist {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-links-wishlist li {
  display: inline-block;
  list-style: none;
}
.em-links-wishlist li 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: "\f08a";
  font-size: 1em;
  padding-right: 10px;
}

/*==============Currency Language===============*/
.em-language-currency {
  clear: both;
  margin: 0 -10px;
}
.em-language-currency .block {
  border: none;
  margin: 0;
  padding: 0;
}
.em-language-currency select {
  padding: 0px 5px !important;
  height: 20px;
  margin: 10px 5px;
  background: #343434;
	color: #ffffff;
}
.em-language-currency .store-switcher .toolbar-dropdown ul {
  width: 163px;
}
.em-language-currency .toolbar-switch, .em-language-currency .store-switcher {
  float: left;
  margin: 10px;
  padding: 0;
}
.em-language-currency .toolbar-switch span.current, .em-language-currency .store-switcher span.current {
  margin: 0;
  padding: 2px 7px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  position: relative;
  z-index: 3;
  /*display:inline-block;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.em-language-currency .toolbar-switch span.current:after, .em-language-currency .store-switcher span.current:after {
  margin-left: 5px;
  margin-top: 2px;
}
.em-language-currency .toolbar-dropdown {
  width: auto;
}
.em-language-currency .toolbar-dropdown ul {
  top: 16px;
  padding-top: 5px;
  left: 0;
  width: 100px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}
.em-language-currency .toolbar-dropdown li {
  padding: 0px;
  background-color: #fff;
  float: none;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms 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;
  margin: 10px;
}
.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: 10px center;
}
.em-language-currency .block-currency li a,
.em-language-currency .form-language li a {
  display: block;
  text-align: right;
  font-size: 85%;
  text-transform: uppercase;
}
.em-language-currency .toolbar-dropdown li a {
  display: block;
  text-align: right;
  font-size: 80%;
  text-transform: uppercase;
}
.em-language-currency .block-currency .toolbar-dropdown ul {
  width: 60px;
}
.em-language-currency .toolbar-dropdown span.current:before {
  border: none;
  width: 7px;
  height: 5px;
  background-image: url("../images/icons.png");
  background-position: 0px -80px;
  background-repeat: no-repeat;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-language-currency .toolbar-dropdown:hover span.current:before {
  border: none;
  width: 7px;
  height: 5px;
  background-image: url("../images/icons.png");
  background-position: 0px -104px;
  background-repeat: no-repeat;
}

.em-language-currency .em-language-style01 .toolbar-dropdown ul li,
.em-language-currency .em-currency-style01 .toolbar-dropdown ul li,
.em-language-currency .store-switcher .toolbar-dropdown ul li {
  padding: 0px;
  margin: 0;
}
.em-language-currency .em-language-style01 .toolbar-dropdown ul li a,
.em-language-currency .em-currency-style01 .toolbar-dropdown ul li a,
.em-language-currency .store-switcher .toolbar-dropdown ul li a {
  text-align: left;
  padding: 5px 10px;
}

.em-language-currency.pull-left .em-language-style01 .toolbar-dropdown ul,
.em-language-currency.pull-left .em-currency-style01 .toolbar-dropdown ul,
.em-language-currency.pull-left .store-switcher .toolbar-dropdown ul {
  left: 0px;
  right: auto;
}

/* ============================================ *
 * Dropdown Login
 * ============================================ */
/*dropdown login*/
.account-link {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.account-link .em-account:before, .account-link .em-account:after {
  position: absolute;
  top: -3px;
  right: 10px;
  z-index: 21;
  content: "";
  border: 7px solid transparent;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.account-link .em-account:hover:before, .account-link .em-account:hover:after {
  border-bottom-color: #cdcdcd;
}
.account-link .em-account:hover:after {
  border-bottom-color: #ffffff;
  top: -4px;
}

.em-account {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 20;
  padding-top: 10px;
  text-align: left;
}
.em-account .block-content {
  width: 260px;
  padding: 17px 20px;
  background: #fff;
  border: 1px solid #cdcdcd;
  overflow: hidden;
}
.em-account .block-content .login-title {
  text-transform: uppercase;
  margin-bottom: 3px;
}
.em-account .block-content .action-forgot {
  padding-top: 15px;
}
.em-account .block-content .action-forgot .actions {
  float: left;
}
.em-account .block-content .action-forgot .login_forgotpassword {
  float: left;
}
.em-account .block-content .action-forgot .login_forgotpassword a {
  text-transform: capitalize;
  font-size: 85%;
}
.em-account .block-content .action-forgot .login_forgotpassword p {
  margin-bottom: 0;
}
.em-account .form-list li {
  width: 100%;
  font-size: 13px;
  margin: 0 0 7px !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*/
.em-header-cover div.header-cover {
  position: relative;
}
.em-header-cover div.header-cover .banner-text {
  position: absolute;
  top: 4px;
  left: 15%;
  text-align: center;
}
.em-header-cover div.header-cover .banner-text a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-left: 10px;
}

/*layout 09, 10========================================*/
.em-header-style09, .em-header-style12 {
  border-bottom: 1px solid;
  margin-bottom: 20px;
}

.em-header-style09 .form-search, .em-header-style10 .form-search, .em-header-style11 .form-search, .em-header-style11 .form-search, .em-header-style12 .form-search {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border-width: 2px;
}
.em-header-style09 .form-search button.button, .em-header-style10 .form-search button.button, .em-header-style11 .form-search button.button, .em-header-style11 .form-search button.button, .em-header-style12 .form-search button.button {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.em-header-style09 .form-search .input_cat, .em-header-style10 .form-search .input_cat, .em-header-style11 .form-search .input_cat, .em-header-style11 .form-search .input_cat, .em-header-style12 .form-search .input_cat {
  margin-top: 0;
}
.em-header-style09 .form-search .input_cat:before, .em-header-style10 .form-search .input_cat:before, .em-header-style11 .form-search .input_cat:before, .em-header-style11 .form-search .input_cat:before, .em-header-style12 .form-search .input_cat:before {
  top: 8px;
}
.em-header-style09 .form-search .input_cat .catsearch-dropdown span.current, .em-header-style10 .form-search .input_cat .catsearch-dropdown span.current, .em-header-style11 .form-search .input_cat .catsearch-dropdown span.current, .em-header-style11 .form-search .input_cat .catsearch-dropdown span.current, .em-header-style12 .form-search .input_cat .catsearch-dropdown span.current {
  padding: 6px 30px 5px 5px;
}
.em-header-style09 .form-search .input_cat .catsearch-dropdown span.current:after, .em-header-style10 .form-search .input_cat .catsearch-dropdown span.current:after, .em-header-style11 .form-search .input_cat .catsearch-dropdown span.current:after, .em-header-style11 .form-search .input_cat .catsearch-dropdown span.current:after, .em-header-style12 .form-search .input_cat .catsearch-dropdown span.current:after {
  margin-top: 5px;
}
.em-header-style09 .form-search .input_cat .catsearch-dropdown ul, .em-header-style10 .form-search .input_cat .catsearch-dropdown ul, .em-header-style11 .form-search .input_cat .catsearch-dropdown ul, .em-header-style11 .form-search .input_cat .catsearch-dropdown ul, .em-header-style12 .form-search .input_cat .catsearch-dropdown ul {
  top: 35px;
}
.em-header-style09 .em-top-menu, .em-header-style10 .em-top-menu, .em-header-style11 .em-top-menu, .em-header-style11 .em-top-menu, .em-header-style12 .em-top-menu {
  width: 85%;
}
.em-header-style09 .em-top-links, .em-header-style10 .em-top-links, .em-header-style11 .em-top-links, .em-header-style11 .em-top-links, .em-header-style12 .em-top-links {
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}
.em-header-style09 .em-top-links .header-links, .em-header-style10 .em-top-links .header-links, .em-header-style11 .em-top-links .header-links, .em-header-style11 .em-top-links .header-links, .em-header-style12 .em-top-links .header-links {
  padding: 6px 0 7px 9px;
  border: 0 none;
}
.em-header-style09 .em-top-links .header-links:before, .em-header-style10 .em-top-links .header-links:before, .em-header-style11 .em-top-links .header-links:before, .em-header-style11 .em-top-links .header-links:before, .em-header-style12 .em-top-links .header-links: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: 33px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-header-style09 .em-top-links .header-links ul.links, .em-header-style10 .em-top-links .header-links ul.links, .em-header-style11 .em-top-links .header-links ul.links, .em-header-style11 .em-top-links .header-links ul.links, .em-header-style12 .em-top-links .header-links ul.links {
  font-size: 100%;
  float: right;
  padding: 0 9px;
  margin-top: -3px;
}
.em-header-style09 .em-top-links .header-links ul.links li, .em-header-style10 .em-top-links .header-links ul.links li, .em-header-style11 .em-top-links .header-links ul.links li, .em-header-style11 .em-top-links .header-links ul.links li, .em-header-style12 .em-top-links .header-links ul.links li {
  clear: left;
  display: block;
}
.em-header-style09 .em-top-links .header-links ul.links li:first-child, .em-header-style10 .em-top-links .header-links ul.links li:first-child, .em-header-style11 .em-top-links .header-links ul.links li:first-child, .em-header-style11 .em-top-links .header-links ul.links li:first-child, .em-header-style12 .em-top-links .header-links ul.links li:first-child {
  margin: 0;
}
.em-header-style09 .em-top-links .header-links ul.links li:after, .em-header-style10 .em-top-links .header-links ul.links li:after, .em-header-style11 .em-top-links .header-links ul.links li:after, .em-header-style11 .em-top-links .header-links ul.links li:after, .em-header-style12 .em-top-links .header-links ul.links li:after {
  height: 0;
}
.em-header-style09 .em-top-links .header-links-dropdown, .em-header-style10 .em-top-links .header-links-dropdown, .em-header-style11 .em-top-links .header-links-dropdown, .em-header-style11 .em-top-links .header-links-dropdown, .em-header-style12 .em-top-links .header-links-dropdown {
  top: 46px;
}
.em-header-style09 .em-top-cart, .em-header-style10 .em-top-cart, .em-header-style11 .em-top-cart, .em-header-style11 .em-top-cart, .em-header-style12 .em-top-cart {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  padding: 6px 0 5px;
  margin: 0 1px;
}
.em-header-style09 .em-top-cart .em-summary-topcart, .em-header-style10 .em-top-cart .em-summary-topcart, .em-header-style11 .em-top-cart .em-summary-topcart, .em-header-style11 .em-top-cart .em-summary-topcart, .em-header-style12 .em-top-cart .em-summary-topcart {
  padding: 0 9px;
}
.em-header-style09 .em-top-cart .em-summary-topcart span.fa.fa-fw, .em-header-style10 .em-top-cart .em-summary-topcart span.fa.fa-fw, .em-header-style11 .em-top-cart .em-summary-topcart span.fa.fa-fw, .em-header-style11 .em-top-cart .em-summary-topcart span.fa.fa-fw, .em-header-style12 .em-top-cart .em-summary-topcart span.fa.fa-fw {
  display: none;
}
.em-header-style09 .em-top-cart .em-summary-topcart:before, .em-header-style10 .em-top-cart .em-summary-topcart:before, .em-header-style11 .em-top-cart .em-summary-topcart:before, .em-header-style11 .em-top-cart .em-summary-topcart:before, .em-header-style12 .em-top-cart .em-summary-topcart: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: 33px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-header-style09 .em-top-cart .em-summary-topcart .icon-topcart, .em-header-style10 .em-top-cart .em-summary-topcart .icon-topcart, .em-header-style11 .em-top-cart .em-summary-topcart .icon-topcart, .em-header-style11 .em-top-cart .em-summary-topcart .icon-topcart, .em-header-style12 .em-top-cart .em-summary-topcart .icon-topcart {
  background-color: transparent;
  border: 0 none;
  padding-right: 0;
  min-width: 5px;
}
.em-header-style09 .em-top-cart .em-summary-topcart .em-topcart-qty:before, .em-header-style10 .em-top-cart .em-summary-topcart .em-topcart-qty:before, .em-header-style11 .em-top-cart .em-summary-topcart .em-topcart-qty:before, .em-header-style11 .em-top-cart .em-summary-topcart .em-topcart-qty:before, .em-header-style12 .em-top-cart .em-summary-topcart .em-topcart-qty:before {
  content: "" !important;
}
.em-header-style09 .em-top-cart .topcart-popup, .em-header-style10 .em-top-cart .topcart-popup, .em-header-style11 .em-top-cart .topcart-popup, .em-header-style11 .em-top-cart .topcart-popup, .em-header-style12 .em-top-cart .topcart-popup {
  top: 30px;
  right: -1px;
}
.em-header-style09 .em-top-search, .em-header-style10 .em-top-search, .em-header-style11 .em-top-search, .em-header-style11 .em-top-search, .em-header-style12 .em-top-search {
  float: right;
  position: relative;
  width: auto;
  margin: 0;
}
.em-header-style09 .em-top-search i, .em-header-style10 .em-top-search i, .em-header-style11 .em-top-search i, .em-header-style11 .em-top-search i, .em-header-style12 .em-top-search i {
  cursor: pointer;
}
.em-header-style09 .em-top-search label span, .em-header-style10 .em-top-search label span, .em-header-style11 .em-top-search label span, .em-header-style11 .em-top-search label span, .em-header-style12 .em-top-search label span {
  display: none;
}
.em-header-style09 .em-top-search .header-search-hover, .em-header-style10 .em-top-search .header-search-hover, .em-header-style11 .em-top-search .header-search-hover, .em-header-style11 .em-top-search .header-search-hover, .em-header-style12 .em-top-search .header-search-hover {
  position: absolute;
  top: 0;
  right: -15px;
}
.em-header-style09 .em-top-search .form-search, .em-header-style10 .em-top-search .form-search, .em-header-style11 .em-top-search .form-search, .em-header-style11 .em-top-search .form-search, .em-header-style12 .em-top-search .form-search {
  width: 260%;
  z-index: 11;
}
.em-header-style09 .em-top-search .search-close, .em-header-style10 .em-top-search .search-close, .em-header-style11 .em-top-search .search-close, .em-header-style11 .em-top-search .search-close, .em-header-style12 .em-top-search .search-close {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 0;
  cursor: pointer;
}
.em-header-style09 .em-top-search .search-close:hover, .em-header-style10 .em-top-search .search-close:hover, .em-header-style11 .em-top-search .search-close:hover, .em-header-style11 .em-top-search .search-close:hover, .em-header-style12 .em-top-search .search-close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.em-header-style09 .em-top-search .search-close:before, .em-header-style10 .em-top-search .search-close:before, .em-header-style11 .em-top-search .search-close:before, .em-header-style11 .em-top-search .search-close:before, .em-header-style12 .em-top-search .search-close: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: 12px;
}
.em-header-style09 .em-header-middle-right, .em-header-style10 .em-header-middle-right, .em-header-style11 .em-header-middle-right, .em-header-style11 .em-header-middle-right, .em-header-style12 .em-header-middle-right {
  margin-top: 0;
}
.em-header-style09 .em-language-currency, .em-header-style10 .em-language-currency, .em-header-style11 .em-language-currency, .em-header-style11 .em-language-currency, .em-header-style12 .em-language-currency {
  clear: both;
  position: relative;
  z-index: 3;
}
.em-header-style09 .em-language-currency label, .em-header-style10 .em-language-currency label, .em-header-style11 .em-language-currency label, .em-header-style11 .em-language-currency label, .em-header-style12 .em-language-currency label {
  cursor: pointer;
  float: left;
  margin: 12px 0 0;
}
.em-header-style09 .em-language-currency label i, .em-header-style10 .em-language-currency label i, .em-header-style11 .em-language-currency label i, .em-header-style11 .em-language-currency label i, .em-header-style12 .em-language-currency label i {
  padding: 10px;
}
.em-header-style09 .em-language-currency label span, .em-header-style10 .em-language-currency label span, .em-header-style11 .em-language-currency label span, .em-header-style11 .em-language-currency label span, .em-header-style12 .em-language-currency label span {
  display: none;
}
.em-header-style09 .em-language-currency .toolbar-dropdown ul, .em-header-style10 .em-language-currency .toolbar-dropdown ul, .em-header-style11 .em-language-currency .toolbar-dropdown ul, .em-header-style11 .em-language-currency .toolbar-dropdown ul, .em-header-style12 .em-language-currency .toolbar-dropdown ul {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.em-header-style09 .em-language-currency .toolbar-switch, .em-header-style09 .em-language-currency .store-switcher, .em-header-style10 .em-language-currency .toolbar-switch, .em-header-style10 .em-language-currency .store-switcher, .em-header-style11 .em-language-currency .toolbar-switch, .em-header-style11 .em-language-currency .store-switcher, .em-header-style11 .em-language-currency .toolbar-switch, .em-header-style11 .em-language-currency .store-switcher, .em-header-style12 .em-language-currency .toolbar-switch, .em-header-style12 .em-language-currency .store-switcher {
  margin: 10px 10px 0 5px;
}
.em-header-style09 .em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span, .em-header-style09 .em_nav .menu-item-depth-0 > a.em-menu-link span, .em-header-style10 .em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span, .em-header-style10 .em_nav .menu-item-depth-0 > a.em-menu-link span, .em-header-style11 .em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span, .em-header-style11 .em_nav .menu-item-depth-0 > a.em-menu-link span, .em-header-style11 .em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span, .em-header-style11 .em_nav .menu-item-depth-0 > a.em-menu-link span, .em-header-style12 .em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span, .em-header-style12 .em_nav .menu-item-depth-0 > a.em-menu-link span {
  text-transform: uppercase;
}
.em-header-style09 .em-header-middle-center, .em-header-style10 .em-header-middle-center, .em-header-style11 .em-header-middle-center, .em-header-style11 .em-header-middle-center, .em-header-style12 .em-header-middle-center {
  margin-top: 9px !important;
}
.em-header-style09 .em-header-middle-right, .em-header-style10 .em-header-middle-right, .em-header-style11 .em-header-middle-right, .em-header-style11 .em-header-middle-right, .em-header-style12 .em-header-middle-right {
  margin-top: 4px;
}

.layout09-area10-brandslogo, .layout11-area10-brands-logo.brands-list, .layout12-area10-brand-logo {
  border-top: 0 none !important;
  overflow: hidden;
  clear: left;
  margin-bottom: 0;
  padding: 0 0 15px;
}
.layout09-area10-brandslogo .widget-title, .layout11-area10-brands-logo.brands-list .widget-title, .layout12-area10-brand-logo .widget-title {
  position: relative;
}
.layout09-area10-brandslogo .widget-title h3, .layout11-area10-brands-logo.brands-list .widget-title h3, .layout12-area10-brand-logo .widget-title h3 {
  margin-bottom: 20px !important;
}
.layout09-area10-brandslogo .widget-title h3:after, .layout11-area10-brands-logo.brands-list .widget-title h3:after, .layout12-area10-brand-logo .widget-title h3: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: "\f0a9";
  font-size: 12px;
  float: right;
  margin-top: 7px;
}
.layout09-area10-brandslogo .widget-title a, .layout11-area10-brands-logo.brands-list .widget-title a, .layout12-area10-brand-logo .widget-title a {
  position: absolute;
  top: 15px;
  right: 25px;
  margin-right: 10px;
}
.layout09-area10-brandslogo ul, .layout11-area10-brands-logo.brands-list ul, .layout12-area10-brand-logo ul {
  margin-bottom: 0;
}
.layout09-area10-brandslogo ul li, .layout11-area10-brands-logo.brands-list ul li, .layout12-area10-brand-logo ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0 15px;
}
.layout09-area10-brandslogo ul li a, .layout11-area10-brands-logo.brands-list ul li a, .layout12-area10-brand-logo ul li a {
  width: 100%;
  height: 100%;
  border: 0 none;
}
.layout09-area10-brandslogo ul li img, .layout11-area10-brands-logo.brands-list ul li img, .layout12-area10-brand-logo ul li img {
  width: 100%;
  height: 80px;
}
.layout09-area10-brandslogo ul li img:hover, .layout11-area10-brands-logo.brands-list ul li img:hover, .layout12-area10-brand-logo ul li img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.layout09-area10-brandslogo .owl-buttons .owl-prev, .layout11-area10-brands-logo.brands-list .owl-buttons .owl-prev, .layout12-area10-brand-logo .owl-buttons .owl-prev {
  left: -10px !important;
}
.layout09-area10-brandslogo .owl-buttons .owl-next, .layout11-area10-brands-logo.brands-list .owl-buttons .owl-next, .layout12-area10-brand-logo .owl-buttons .owl-next {
  right: -10px !important;
}

.layout09-area13-footernewsletter.footer-information, .layout10-area13-footer-information-newsletter.footer-information, .layout11-area13-newsletter.footer-information, .layout12-area13-footernewsletter.footer-information {
  border-top: 1px solid;
}
.layout09-area13-footernewsletter.footer-information:first-child, .layout10-area13-footer-information-newsletter.footer-information:first-child, .layout11-area13-newsletter.footer-information:first-child, .layout12-area13-footernewsletter.footer-information:first-child {
  border: 0 none;
  padding-top: 0;
}
.layout09-area13-footernewsletter.footer-information address, .layout10-area13-footer-information-newsletter.footer-information address, .layout11-area13-newsletter.footer-information address, .layout12-area13-footernewsletter.footer-information address {
  margin-bottom: 5px;
  font-size: 90%;
  position: relative;
}
.layout09-area13-footernewsletter.footer-information address:before, .layout10-area13-footer-information-newsletter.footer-information address:before, .layout11-area13-newsletter.footer-information address:before, .layout12-area13-footernewsletter.footer-information address: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: "\f015";
  font-size: 12px;
  margin-right: 5px;
}
.layout09-area13-footernewsletter.footer-information p.em-phone, .layout10-area13-footer-information-newsletter.footer-information p.em-phone, .layout11-area13-newsletter.footer-information p.em-phone, .layout12-area13-footernewsletter.footer-information p.em-phone {
  position: relative;
  margin-bottom: 5px;
}
.layout09-area13-footernewsletter.footer-information p.em-phone:before, .layout10-area13-footer-information-newsletter.footer-information p.em-phone:before, .layout11-area13-newsletter.footer-information p.em-phone:before, .layout12-area13-footernewsletter.footer-information p.em-phone: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: "\f095";
  font-size: 12px;
  margin-right: 5px;
}
.layout09-area13-footernewsletter.footer-information p.em-email, .layout10-area13-footer-information-newsletter.footer-information p.em-email, .layout11-area13-newsletter.footer-information p.em-email, .layout12-area13-footernewsletter.footer-information p.em-email {
  position: relative;
  margin-bottom: 5px;
}
.layout09-area13-footernewsletter.footer-information p.em-email:before, .layout10-area13-footer-information-newsletter.footer-information p.em-email:before, .layout11-area13-newsletter.footer-information p.em-email:before, .layout12-area13-footernewsletter.footer-information p.em-email: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: "\f0e0";
  font-size: 12px;
  margin-right: 5px;
}
.layout09-area13-footernewsletter.footer-information a.logo-footer img, .layout10-area13-footer-information-newsletter.footer-information a.logo-footer img, .layout11-area13-newsletter.footer-information a.logo-footer img, .layout12-area13-footernewsletter.footer-information a.logo-footer img {
  max-width: 100%;
}

.layout09-area13-footerpayment.payment-list, .layout10-area10-payment.payment-list, .layout11-area13-payment.payment-list, .layout12-area13-footerpayment.payment-list {
  border-top: 1px solid;
  padding-top: 25px;
}
.layout09-area13-footerpayment.payment-list ul, .layout10-area10-payment.payment-list ul, .layout11-area13-payment.payment-list ul, .layout12-area13-footerpayment.payment-list ul {
  margin-bottom: 0;
}
.layout09-area13-footerpayment.payment-list a:hover, .layout10-area10-payment.payment-list a:hover, .layout11-area13-payment.payment-list a:hover, .layout12-area13-footerpayment.payment-list a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.layout09-area13-footerpayment.payment-list ul li, .layout10-area10-payment.payment-list ul li, .layout11-area13-payment.payment-list ul li, .layout12-area13-footerpayment.payment-list ul li {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
.layout09-area13-footerpayment.payment-list ul li img, .layout10-area10-payment.payment-list ul li img, .layout11-area13-payment.payment-list ul li img, .layout12-area13-footerpayment.payment-list ul li img {
  width: 80px;
  height: 46px;
}

.em-rtl .layout09-area10-brandslogo .widget-title a, .em-rtl .layout11-area10-brands-logo.brands-list .widget-title a {
  left: 35px;
  right: auto;
}
.em-rtl .layout09-area10-brandslogo .widget-title a:after, .em-rtl .layout11-area10-brands-logo.brands-list .widget-title a:after {
  margin-left: 10px;
}
.em-rtl .layout09-area13-footernewsletter.footer-information address:before, .em-rtl .layout09-area13-footernewsletter.footer-information p.em-phone:before, .em-rtl .layout09-area13-footernewsletter.footer-information p.em-email:before, .em-rtl .layout10-area13-footer-information-newsletter.footer-information address:before, .em-rtl .layout10-area13-footer-information-newsletter.footer-information p.em-phone:before, .em-rtl .layout10-area13-footer-information-newsletter.footer-information p.em-email:before, .em-rtl .layout11-area13-newsletter.footer-information address:before, .em-rtl .layout11-area13-newsletter.footer-information p.em-phone:before, .em-rtl .layout11-area13-newsletter.footer-information p.em-email:before, .em-rtl .layout12-area13-footernewsletter.footer-information address:before, .em-rtl .layout12-area13-footernewsletter.footer-information p.em-phone:before, .em-rtl .layout12-area13-footernewsletter.footer-information p.em-email:before {
  margin-right: 0;
  margin-left: 5px;
}
.em-rtl .layout09-area13-footernewsletter .em-social-footer .em-social-icon, .em-rtl .layout10-area13-footer-information-newsletter .em-social-footer .em-social-icon, .em-rtl .layout11-area13-newsletter .em-social-footer .em-social-icon, .em-rtl .layout12-area13-footernewsletter .em-social-footer .em-social-icon {
  margin: 0 0 0 4px;
}

/*parallax*/
.wrapper-main-parallax .em-box-bkg {
  background: url("../images/media/home/bg_parallax.jpg") 0 0 fixed;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
}
.wrapper-main-parallax .em-box-bkg .em-box-info {
  width: 70%;
  margin: 0 auto;
  padding: 4em 0 3.5em;
}

.em0132-layout09-grid.products-grid .top-product-shop, .em0132-layout10-grid.products-grid .top-product-shop, .em0132-layout11-grid.products-grid .top-product-shop, .em0132-layout12-grid.products-grid .top-product-shop {
  position: relative;
  float: left;
}
.em0132-layout09-grid.products-grid .top-product-shop .quickshop-link-container, .em0132-layout10-grid.products-grid .top-product-shop .quickshop-link-container, .em0132-layout11-grid.products-grid .top-product-shop .quickshop-link-container, .em0132-layout12-grid.products-grid .top-product-shop .quickshop-link-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin-top: 45%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}
.em0132-layout09-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link, .em0132-layout10-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link, .em0132-layout11-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link, .em0132-layout12-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 40px;
  vertical-align: top;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.em0132-layout09-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link:before, .em0132-layout10-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link:before, .em0132-layout11-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link:before, .em0132-layout12-grid.products-grid .top-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: "\f002";
  font-size: 18px;
  line-height: 40px;
  /*width:$width;*/
}
.em0132-layout09-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link:hover, .em0132-layout10-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link:hover, .em0132-layout11-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link:hover, .em0132-layout12-grid.products-grid .top-product-shop .quickshop-link-container .quickshop-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.em0132-layout09-grid.products-grid .top-product-shop .product-shop-deal, .em0132-layout10-grid.products-grid .top-product-shop .product-shop-deal, .em0132-layout11-grid.products-grid .top-product-shop .product-shop-deal, .em0132-layout12-grid.products-grid .top-product-shop .product-shop-deal {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 5px 4px;
  width: 100%;
}
.em0132-layout09-grid.products-grid .top-product-shop .product-shop-deal .msg_soldout, .em0132-layout10-grid.products-grid .top-product-shop .product-shop-deal .msg_soldout, .em0132-layout11-grid.products-grid .top-product-shop .product-shop-deal .msg_soldout, .em0132-layout12-grid.products-grid .top-product-shop .product-shop-deal .msg_soldout {
  border-top: 0;
  margin: 0;
  padding: 0 5px;
}
.em0132-layout09-grid.products-grid .top-product-shop .product-shop-deal .deal-clock-message:before, .em0132-layout10-grid.products-grid .top-product-shop .product-shop-deal .deal-clock-message:before, .em0132-layout11-grid.products-grid .top-product-shop .product-shop-deal .deal-clock-message:before, .em0132-layout12-grid.products-grid .top-product-shop .product-shop-deal .deal-clock-message:before {
  margin: 0 5px;
}
.em0132-layout09-grid.products-grid .top-product-shop .em-element-display-hover, .em0132-layout10-grid.products-grid .top-product-shop .em-element-display-hover, .em0132-layout11-grid.products-grid .top-product-shop .em-element-display-hover, .em0132-layout12-grid.products-grid .top-product-shop .em-element-display-hover {
  position: absolute;
  bottom: 5px;
  right: -200px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  line-height: 30px;
}
.em0132-layout09-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart, .em0132-layout10-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart, .em0132-layout11-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart, .em0132-layout12-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart {
  margin-left: -5px;
  border: 0 none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: auto;
  height: 30px;
  line-height: 30px;
  min-height: 30px;
}
.em0132-layout09-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart span, .em0132-layout10-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart span, .em0132-layout11-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart span, .em0132-layout12-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart span {
  float: none;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 30px;
}
.em0132-layout09-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart:before, .em0132-layout10-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart:before, .em0132-layout11-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart:before, .em0132-layout12-grid.products-grid .top-product-shop .em-element-display-hover button.button.btn-cart:before {
  padding-right: 5px;
}
.em0132-layout09-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a, .em0132-layout10-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a, .em0132-layout11-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a, .em0132-layout12-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a {
  padding: 0 5px !important;
}
.em0132-layout09-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:before, .em0132-layout10-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:before, .em0132-layout11-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:before, .em0132-layout12-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:before {
  font-size: 15px;
  padding: 0 5px;
}
.em0132-layout09-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:hover, .em0132-layout10-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:hover, .em0132-layout11-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:hover, .em0132-layout12-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:hover {
  padding-right: 10px !important;
}
.em0132-layout09-grid.products-grid .top-product-shop:hover .em-element-display-hover, .em0132-layout10-grid.products-grid .top-product-shop:hover .em-element-display-hover, .em0132-layout11-grid.products-grid .top-product-shop:hover .em-element-display-hover, .em0132-layout12-grid.products-grid .top-product-shop:hover .em-element-display-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 5px;
}
.em0132-layout09-grid.products-grid .top-product-shop:hover .quickshop-link-container, .em0132-layout10-grid.products-grid .top-product-shop:hover .quickshop-link-container, .em0132-layout11-grid.products-grid .top-product-shop:hover .quickshop-link-container, .em0132-layout12-grid.products-grid .top-product-shop:hover .quickshop-link-container {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em0132-layout09-grid.products-grid .top-product-shop:hover .product-shop-deal, .em0132-layout10-grid.products-grid .top-product-shop:hover .product-shop-deal, .em0132-layout11-grid.products-grid .top-product-shop:hover .product-shop-deal, .em0132-layout12-grid.products-grid .top-product-shop:hover .product-shop-deal {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em0132-layout09-grid.products-grid a.link-compare, .em0132-layout09-grid.products-grid a.link-wishlist, .em0132-layout09-grid.products-grid button.button.btn-cart, .em0132-layout10-grid.products-grid a.link-compare, .em0132-layout10-grid.products-grid a.link-wishlist, .em0132-layout10-grid.products-grid button.button.btn-cart, .em0132-layout11-grid.products-grid a.link-compare, .em0132-layout11-grid.products-grid a.link-wishlist, .em0132-layout11-grid.products-grid button.button.btn-cart, .em0132-layout12-grid.products-grid a.link-compare, .em0132-layout12-grid.products-grid a.link-wishlist, .em0132-layout12-grid.products-grid button.button.btn-cart {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: auto;
  height: 30px;
  min-height: 30px;
  border: 0 none;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 30px;
}
.em0132-layout09-grid.products-grid a.link-compare:hover, .em0132-layout09-grid.products-grid a.link-wishlist:hover, .em0132-layout09-grid.products-grid button.button.btn-cart:hover, .em0132-layout10-grid.products-grid a.link-compare:hover, .em0132-layout10-grid.products-grid a.link-wishlist:hover, .em0132-layout10-grid.products-grid button.button.btn-cart:hover, .em0132-layout11-grid.products-grid a.link-compare:hover, .em0132-layout11-grid.products-grid a.link-wishlist:hover, .em0132-layout11-grid.products-grid button.button.btn-cart:hover, .em0132-layout12-grid.products-grid a.link-compare:hover, .em0132-layout12-grid.products-grid a.link-wishlist:hover, .em0132-layout12-grid.products-grid button.button.btn-cart:hover {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.em0132-layout09-grid.products-grid a.link-compare:before, .em0132-layout09-grid.products-grid a.link-wishlist:before, .em0132-layout09-grid.products-grid button.button.btn-cart:before, .em0132-layout10-grid.products-grid a.link-compare:before, .em0132-layout10-grid.products-grid a.link-wishlist:before, .em0132-layout10-grid.products-grid button.button.btn-cart:before, .em0132-layout11-grid.products-grid a.link-compare:before, .em0132-layout11-grid.products-grid a.link-wishlist:before, .em0132-layout11-grid.products-grid button.button.btn-cart:before, .em0132-layout12-grid.products-grid a.link-compare:before, .em0132-layout12-grid.products-grid a.link-wishlist:before, .em0132-layout12-grid.products-grid button.button.btn-cart:before {
  margin-right: 0;
  font-size: 15px;
  line-height: 30px;
  vertical-align: top;
}
.em0132-layout09-grid.products-grid .item .product-shop, .em0132-layout10-grid.products-grid .item .product-shop, .em0132-layout11-grid.products-grid .item .product-shop, .em0132-layout12-grid.products-grid .item .product-shop {
  padding-right: 0;
}

.area08-products .products-grid .top-product-shop {
  position: relative;
  float: left;
}
.area08-products .products-grid .top-product-shop .quickshop-link-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin-top: 45%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}
.area08-products .products-grid .top-product-shop .quickshop-link-container .quickshop-link {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 40px;
  vertical-align: top;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.area08-products .products-grid .top-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: "\f002";
  font-size: 18px;
  line-height: 40px;
  /*width:$width;*/
}
.area08-products .products-grid .top-product-shop .quickshop-link-container .quickshop-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.area08-products .products-grid .top-product-shop .product-shop-deal {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 5px 4px;
  width: 100%;
}
.area08-products .products-grid .top-product-shop .product-shop-deal .msg_soldout {
  border-top: 0;
  margin: 0;
  padding: 0 5px;
}
.area08-products .products-grid .top-product-shop .product-shop-deal .deal-clock-message:before {
  margin: 0 5px;
}
.area08-products .products-grid .top-product-shop .em-element-display-hover {
  position: absolute;
  bottom: 5px;
  right: -200px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  line-height: 30px;
}
.area08-products .products-grid .top-product-shop .em-element-display-hover button.button.btn-cart {
  margin-left: -5px;
  border: 0 none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: auto;
  height: 30px;
  line-height: 30px;
  min-height: 30px;
}
.area08-products .products-grid .top-product-shop .em-element-display-hover button.button.btn-cart span {
  float: none;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 30px;
}
.area08-products .products-grid .top-product-shop .em-element-display-hover button.button.btn-cart:before {
  padding-right: 5px;
}
.area08-products .products-grid .top-product-shop .em-element-display-hover .add-to-links a {
  padding: 0 5px !important;
}
.area08-products .products-grid .top-product-shop .em-element-display-hover .add-to-links a:before {
  font-size: 15px;
  padding: 0 5px;
}
.area08-products .products-grid .top-product-shop .em-element-display-hover .add-to-links a:hover {
  padding-right: 10px !important;
}
.area08-products .products-grid .top-product-shop:hover .em-element-display-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 5px;
}
.area08-products .products-grid .top-product-shop:hover .quickshop-link-container {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.area08-products .products-grid .top-product-shop:hover .product-shop-deal {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.area08-products .products-grid a.link-compare, .area08-products .products-grid a.link-wishlist, .area08-products .products-grid button.button.btn-cart {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: auto;
  height: 30px;
  min-height: 30px;
  border: 0 none;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 30px;
}
.area08-products .products-grid a.link-compare:hover, .area08-products .products-grid a.link-wishlist:hover, .area08-products .products-grid button.button.btn-cart:hover {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.area08-products .products-grid a.link-compare:before, .area08-products .products-grid a.link-wishlist:before, .area08-products .products-grid button.button.btn-cart:before {
  margin-right: 0;
  font-size: 15px;
  line-height: 30px;
  vertical-align: top;
}

#recently-viewed-items .item .top-product-shop {
  position: relative;
  float: left;
}
#recently-viewed-items .item .top-product-shop .quickshop-link-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin-top: 45%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}
#recently-viewed-items .item .top-product-shop .quickshop-link-container .quickshop-link {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 40px;
  vertical-align: top;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
#recently-viewed-items .item .top-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: "\f002";
  font-size: 18px;
  line-height: 40px;
  /*width:$width;*/
}
#recently-viewed-items .item .top-product-shop .quickshop-link-container .quickshop-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#recently-viewed-items .item .top-product-shop .product-shop-deal {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 5px 4px;
  width: 100%;
}
#recently-viewed-items .item .top-product-shop .product-shop-deal .msg_soldout {
  border-top: 0;
  margin: 0;
  padding: 0 5px;
}
#recently-viewed-items .item .top-product-shop .product-shop-deal .deal-clock-message:before {
  margin: 0 5px;
}
#recently-viewed-items .item .top-product-shop .em-element-display-hover {
  position: absolute;
  bottom: 5px;
  right: -200px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  line-height: 30px;
}
#recently-viewed-items .item .top-product-shop .em-element-display-hover button.button.btn-cart {
  margin-left: -5px;
  border: 0 none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: auto;
  height: 30px;
  line-height: 30px;
  min-height: 30px;
}
#recently-viewed-items .item .top-product-shop .em-element-display-hover button.button.btn-cart span {
  float: none;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 30px;
}
#recently-viewed-items .item .top-product-shop .em-element-display-hover button.button.btn-cart:before {
  padding-right: 5px;
}
#recently-viewed-items .item .top-product-shop .em-element-display-hover .add-to-links a {
  padding: 0 5px !important;
}
#recently-viewed-items .item .top-product-shop .em-element-display-hover .add-to-links a:before {
  font-size: 15px;
  padding: 0 5px;
}
#recently-viewed-items .item .top-product-shop .em-element-display-hover .add-to-links a:hover {
  padding-right: 10px !important;
}
#recently-viewed-items .item .top-product-shop:hover .em-element-display-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 5px;
}
#recently-viewed-items .item .top-product-shop:hover .quickshop-link-container {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#recently-viewed-items .item .top-product-shop:hover .product-shop-deal {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#recently-viewed-items .item a.link-compare, #recently-viewed-items .item a.link-wishlist, #recently-viewed-items .item button.button.btn-cart {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: auto;
  height: 30px;
  min-height: 30px;
  border: 0 none;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 30px;
}
#recently-viewed-items .item a.link-compare:hover, #recently-viewed-items .item a.link-wishlist:hover, #recently-viewed-items .item button.button.btn-cart:hover {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#recently-viewed-items .item a.link-compare:before, #recently-viewed-items .item a.link-wishlist:before, #recently-viewed-items .item button.button.btn-cart:before {
  margin-right: 0;
  font-size: 15px;
  line-height: 30px;
  vertical-align: top;
}
#recently-viewed-items .top-product-shop {
  margin-right: 0 !important;
}

.area23-products .top-product-shop, .area11-products .top-product-shop, .area08-products .top-product-shop, #recently-viewed-items .top-product-shop {
  position: relative;
  float: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.area23-products .top-product-shop .quickshop-link-container, .area11-products .top-product-shop .quickshop-link-container, .area08-products .top-product-shop .quickshop-link-container, #recently-viewed-items .top-product-shop .quickshop-link-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin-top: 45%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}
.area23-products .top-product-shop .quickshop-link-container .quickshop-link, .area11-products .top-product-shop .quickshop-link-container .quickshop-link, .area08-products .top-product-shop .quickshop-link-container .quickshop-link, #recently-viewed-items .top-product-shop .quickshop-link-container .quickshop-link {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 40px;
  vertical-align: top;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.area23-products .top-product-shop .quickshop-link-container .quickshop-link:before, .area11-products .top-product-shop .quickshop-link-container .quickshop-link:before, .area08-products .top-product-shop .quickshop-link-container .quickshop-link:before, #recently-viewed-items .top-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: "\f002";
  font-size: 18px;
  line-height: 40px;
  /*width:$width;*/
}
.area23-products .top-product-shop .quickshop-link-container .quickshop-link:hover, .area11-products .top-product-shop .quickshop-link-container .quickshop-link:hover, .area08-products .top-product-shop .quickshop-link-container .quickshop-link:hover, #recently-viewed-items .top-product-shop .quickshop-link-container .quickshop-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.area23-products .top-product-shop:hover .quickshop-link-container, .area11-products .top-product-shop:hover .quickshop-link-container, .area08-products .top-product-shop:hover .quickshop-link-container, #recently-viewed-items .top-product-shop:hover .quickshop-link-container {
  opacity: 1;
  filter: alpha(opacity=100);
}
.area23-products .top-product-shop .product-image:after, .area11-products .top-product-shop .product-image:after, .area08-products .top-product-shop .product-image:after, #recently-viewed-items .top-product-shop .product-image:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 0;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  background-color: #dddddd;
}
.area23-products .top-product-shop .product-image:hover:after, .area11-products .top-product-shop .product-image:hover:after, .area08-products .top-product-shop .product-image:hover:after, #recently-viewed-items .top-product-shop .product-image:hover:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.em0132-layout10-grid.products-grid .product-image {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em0132-layout10-grid.products-grid .product-image:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 0;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  background-color: #dddddd;
}
.em0132-layout10-grid.products-grid .product-image:hover:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.area23-products .products-grid .item .product-shop, .area11-products .products-grid .item .product-shop, .area08-products .products-grid .item .product-shop {
  padding-right: 0;
}

.layout09-area13-footernewsletter.footer-information .em-social-footer a, .layout10-area13-footer-information-newsletter .em-social-footer a, .layout11-area13-newsletter.footer-information .em-social-footer a, .layout12-area13-footernewsletter.footer-information .em-social-footer a {
  width: 32px;
  height: 32px;
  padding: 2px;
  text-align: center;
  background-image: none;
}
.layout09-area13-footernewsletter.footer-information .em-social-footer a i, .layout10-area13-footer-information-newsletter .em-social-footer a i, .layout11-area13-newsletter.footer-information .em-social-footer a i, .layout12-area13-footernewsletter.footer-information .em-social-footer a i {
  font-size: 0;
  padding-top: 5px;
}
.layout09-area13-footernewsletter.footer-information .em-social-footer a i:before, .layout10-area13-footer-information-newsletter .em-social-footer a i:before, .layout11-area13-newsletter.footer-information .em-social-footer a i:before, .layout12-area13-footernewsletter.footer-information .em-social-footer a i:before {
  font-size: 18px;
}
.layout09-area13-footernewsletter.footer-information .em-social-footer .em-social-icon, .layout10-area13-footer-information-newsletter .em-social-footer .em-social-icon, .layout11-area13-newsletter.footer-information .em-social-footer .em-social-icon, .layout12-area13-footernewsletter.footer-information .em-social-footer .em-social-icon {
  margin-right: 4px;
}

.area11-products.em-box-01 .em-filterproducts-custom .item .quickshop-link-container .quickshop-link, .area08-products .category-products .owl-item .item .quickshop-link-container .quickshop-link, #recently-viewed-items .quickshop-link-container .quickshop-link {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .quickshop-link-container .quickshop-link:before, .area08-products .category-products .owl-item .item .quickshop-link-container .quickshop-link:before, #recently-viewed-items .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: "\f002";
  font-size: 14px;
  line-height: 30px;
  /*width:$width;*/
}
.area11-products.em-box-01 .em-filterproducts-custom .item .add-to-links li a.link-wishlist, .area08-products .category-products .owl-item .item .add-to-links li a.link-wishlist, #recently-viewed-items .add-to-links li a.link-wishlist {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 32px;
  text-align: center;
  line-height: 30px;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .add-to-links li a.link-wishlist:before, .area08-products .category-products .owl-item .item .add-to-links li a.link-wishlist:before, #recently-viewed-items .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;
  line-height: 30px;
  /*width:$width;*/
}
.area11-products.em-box-01 .em-filterproducts-custom .item .add-to-links li a.link-compare, .area08-products .category-products .owl-item .item .add-to-links li a.link-compare, #recently-viewed-items .add-to-links li a.link-compare {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 32px;
  text-align: center;
  line-height: 30px;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .add-to-links li a.link-compare:before, .area08-products .category-products .owl-item .item .add-to-links li a.link-compare:before, #recently-viewed-items .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: "\f0ec";
  font-size: 14px;
  line-height: 30px;
  /*width:$width;*/
}
.area11-products.em-box-01 .em-filterproducts-custom .item button.button.btn-cart, .area08-products .category-products .owl-item .item button.button.btn-cart, #recently-viewed-items button.button.btn-cart {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 25%;
  text-align: center;
  line-height: 30px;
  min-height: 30px;
}
.area11-products.em-box-01 .em-filterproducts-custom .item button.button.btn-cart:before, .area08-products .category-products .owl-item .item button.button.btn-cart:before, #recently-viewed-items 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;
  line-height: 30px;
  /*width:$width;*/
}
.area11-products.em-box-01 .em-filterproducts-custom .item button.button.btn-cart:before, .area08-products .category-products .owl-item .item button.button.btn-cart:before, #recently-viewed-items button.button.btn-cart:before {
  float: none;
  margin-right: 0;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .top-product-shop, .area08-products .category-products .owl-item .item .top-product-shop, #recently-viewed-items .top-product-shop {
  position: relative;
  float: left;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .em-element-display-hover, .area08-products .category-products .owl-item .item .em-element-display-hover, #recently-viewed-items .em-element-display-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.area11-products.em-box-01 .em-filterproducts-custom .item:hover .em-element-display-hover, .area08-products .category-products .owl-item .item:hover .em-element-display-hover, #recently-viewed-items:hover .em-element-display-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .top-product-shop, .area08-products .category-products .owl-item .item .top-product-shop, #recently-viewed-items .top-product-shop {
  margin-right: 20px;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .top-product-shop .product-image, .area08-products .category-products .owl-item .item .top-product-shop .product-image, #recently-viewed-items .top-product-shop .product-image {
  margin-right: 0;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .top-product-shop .product-image:after, .area08-products .category-products .owl-item .item .top-product-shop .product-image:after, #recently-viewed-items .top-product-shop .product-image:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 0;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  background-color: #dddddd;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .top-product-shop .product-image:hover:after, .area08-products .category-products .owl-item .item .top-product-shop .product-image:hover:after, #recently-viewed-items .top-product-shop .product-image:hover:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .em-element-display-hover, .area08-products .category-products .owl-item .item .em-element-display-hover, #recently-viewed-items .em-element-display-hover {
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .em-element-display-hover .button.button.btn-cart, .area08-products .category-products .owl-item .item .em-element-display-hover .button.button.btn-cart, #recently-viewed-items .em-element-display-hover .button.button.btn-cart {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0;
  width: 40px !important;
}
.area11-products.em-box-01 .em-filterproducts-custom .item .em-element-display-hover .add-to-links li a, .area08-products .category-products .owl-item .item .em-element-display-hover .add-to-links li a, #recently-viewed-items .em-element-display-hover .add-to-links li a {
  background: transparent;
  border: 0 none;
}

.area08-products .category-products .owl-item .item .top-product-shop:hover .em-element-display-hover, #recently-viewed-items .top-product-shop .top-product-shop:hover .em-element-display-hover {
  right: 7px;
}
.area08-products .category-products .owl-item .item .top-product-shop, #recently-viewed-items .top-product-shop .top-product-shop {
  margin-right: 0 !important;
}

/**recent-viewed**/
.block-viewed {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block-viewed span.separator {
  display: none !important;
}
.block-viewed > label {
  cursor: pointer;
  z-index: 16;
  display: inline-block;
  margin-bottom: 0;
  height: 40px;
  min-width: 40px;
  line-height: 35px;
  border: 1px solid transparent;
  position: relative;
  text-transform: uppercase;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  right: 60px;
  bottom: 40px;
}
.block-viewed > label span {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  padding: 0 0 0 10px;
}
.block-viewed > label i {
  position: relative;
  height: 40px;
  width: 38px;
}
.block-viewed > label i: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: "\f138";
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 12px;
}
.block-viewed:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  vertical-align: top;
}
.block-viewed .recent-view-hover {
  display: block;
  position: fixed;
  z-index: 15;
}
.block-viewed .recent-view-hover .recent-view-hover-content {
  border: 2px solid;
}
.block-viewed .recent-view-hover .recent-view-hover-content .block-content {
  padding: 0 10px 10px;
}
.block-viewed .recent-view-hover span.recent-viewed-close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 15px;
  font-size: 0;
  height: 18px;
  width: 18px;
}
.block-viewed .recent-view-hover span.recent-viewed-close: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: "\f057";
  font-size: 18px;
}
.block-viewed .top-product-shop:hover .em-element-display-hover.bottom {
  bottom: 5px !important;
}
.block-viewed .block-content {
  padding: 0;
}
.block-viewed .products-list li.item {
  position: relative;
  margin: 0 -15px 15px;
  padding: 0 15px 5px;
  border-bottom: 1px solid;
}
.block-viewed .products-list li.item.last {
  margin-bottom: 0;
  border: none;
}
.block-viewed .products-list li.item a.product-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.block-viewed .products-list li.item .product-name {
  overflow: hidden;
}
.block-viewed .products-grid li.item {
  padding-top: 0;
}
.block-viewed .products-grid li.item .quickshop-link-container .quickshop-link {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.block-viewed .products-grid li.item .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: "\f002";
  font-size: 14px;
  line-height: 30px;
  /*width:$width;*/
}
.block-viewed .products-grid li.item .add-to-links li a.link-wishlist {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 32px;
  text-align: center;
  line-height: 30px;
}
.block-viewed .products-grid li.item .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;
  line-height: 30px;
  /*width:$width;*/
}
.block-viewed .products-grid li.item .add-to-links li a.link-compare {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 32px;
  text-align: center;
  line-height: 30px;
}
.block-viewed .products-grid li.item .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: "\f0ec";
  font-size: 14px;
  line-height: 30px;
  /*width:$width;*/
}
.block-viewed .products-grid li.item button.button.btn-cart {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  height: 30px;
  vertical-align: top;
  width: 25%;
  text-align: center;
  line-height: 30px;
  min-height: 30px;
}
.block-viewed .products-grid li.item 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;
  line-height: 30px;
  /*width:$width;*/
}
.block-viewed .products-grid li.item button.button.btn-cart:before {
  float: none;
  margin-right: 0;
}
.block-viewed .products-grid li.item button.button.btn-cart {
  font-size: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-viewed li.item .product-name {
    clear: both;
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .em-top-search .form-search {
    width: 100%;
  }

  .wrapper-main-parallax .em-box-bkg .em-box-info {
    padding: 2em 0;
    width: 100%;
  }
  .wrapper-main-parallax .em-box-bkg .em-box-info .h3 {
    font-size: 150%;
  }
  .wrapper-main-parallax .em-box-bkg .em-box-info .about-us-sidebar {
    font-size: 100%;
  }

  .layout10-area13-footer-information-newsletter .non-collapsed:after, .layout10-area13-footer-information-newsletter .em-collapsed:after {
    right: -20px;
    top: 7px;
  }

  .layout10-area13-footer-information .non-collapsed:after, .layout10-area13-footer-information .em-collapsed:after {
    right: -20px;
    top: 5px;
  }

  .em0132-layout09-grid.products-grid button.button.btn-cart span, .em0132-layout10-grid.products-grid button.button.btn-cart span, .em0132-layout11-grid.products-grid button.button.btn-cart span, .em0132-layout12-grid.products-grid button.button.btn-cart span {
    display: none;
  }
  .em0132-layout09-grid.products-grid button.button.btn-cart, .em0132-layout09-grid.products-grid .add-to-links li a, .em0132-layout10-grid.products-grid button.button.btn-cart, .em0132-layout10-grid.products-grid .add-to-links li a, .em0132-layout11-grid.products-grid button.button.btn-cart, .em0132-layout11-grid.products-grid .add-to-links li a, .em0132-layout12-grid.products-grid button.button.btn-cart, .em0132-layout12-grid.products-grid .add-to-links li a {
    padding: 0 10px;
  }

  .em0132-layout09-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:hover, .em0132-layout10-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:hover, .em0132-layout11-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:hover, .em0132-layout12-grid.products-grid .top-product-shop .em-element-display-hover .add-to-links a:hover {
    padding-right: 5px !important;
  }
}
/* ============================================ *
 * Footer
 * ============================================ */
.wrapper-footer {
  border-top: 1px solid #dddddd;
}

.footer-links {
  padding: 27px 0 26px;
}
.footer-links p.h4 {
  margin-bottom: 10px;
}
.footer-links .em-links .em-links-item {
  padding: 0px 0 10px;
}
.footer-links .em-links a {
  font-size: 110%;
}
.footer-links .em-links a .fa {
  margin-right: 5px;
}

/*.em-social-footer{
	.em-social-icon{ margin-right:4px;}
	.em-printer{@include changeIcon(32px, 32px, icons, 0 -370px);}
	.em-facebook{@include changeIcon(32px, 32px, icons, -36px -370px);}
	.em-twitter{@include changeIcon(32px, 32px, icons, -72px -370px);}
	.em-vimeo{@include changeIcon(32px, 32px, icons, -108px -370px);}
	.em-other{@include changeIcon(32px, 32px, icons, -144px -370px);}
}*/
.em-network .em-social-footer a {
  width: 40px;
  height: 40px;
}

.footer-information .em-social-footer a {
  min-width: 32px;
  padding: 2px;
  text-align: center;
}
.footer-information .em-social-footer a i {
  font-size: 0;
  padding-top: 2px;
}
.footer-information .em-social-footer a i:before {
  font-size: 22px;
}
.footer-information .em-social-footer .em-social-icon {
  margin-right: 4px;
}

.em-social-footer a {
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
}
.em-social-footer a i {
  font-size: 0;
}
.em-social-footer a i:before {
  font-size: 18px;
}

#twitter-box {
  font-size: 110%;
  overflow: hidden;
}
#twitter-box .status-item {
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
}
#twitter-box .status-item: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: "\f099";
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}
#twitter-box .status-item .tweet-content a {
  display: block;
  clear: both;
}
#twitter-box .status-item > div {
  display: inline-block;
}
#twitter-box .status-item .date-time {
  margin-right: 3px;
}
#twitter-box .status-item .avatar {
  display: none;
}

/*Logo Payment*/
.brands-list {
  border-top: 1px solid;
  padding: 20px 0 5px;
}
.brands-list ul {
  margin-bottom: 0;
}
.brands-list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 15px;
  text-align: center;
}
.brands-list ul li a {
  display: block;
  width: 100px;
  height: 45px;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.em-paypal {
  width: 88px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: 0px -525px;
  background-repeat: no-repeat;
}

.em-visa {
  width: 72px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -95px -529px;
  background-repeat: no-repeat;
}

.em-mastercard {
  width: 100px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -174px -530px;
  background-repeat: no-repeat;
}

.em-amazon {
  width: 100px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -285px -518px;
  background-repeat: no-repeat;
}

.em-ebay {
  width: 80px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -387px -530px;
  background-repeat: no-repeat;
}

.em-cirrus {
  width: 64px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -479px -530px;
  background-repeat: no-repeat;
}

.em-jcb {
  width: 50px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -560px -531px;
  background-repeat: no-repeat;
}

.em-dhl {
  width: 100px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -627px -524px;
  background-repeat: no-repeat;
}

.em-express {
  width: 100px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -735px -528px;
  background-repeat: no-repeat;
}

.em-ups {
  width: 33px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -862px -528px;
  background-repeat: no-repeat;
}

.em-ems {
  width: 92px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -932px -525px;
  background-repeat: no-repeat;
}

.em-discover {
  width: 100px;
  height: 43px;
  background-image: url("../images/icons.png");
  background-position: -1043px -521px;
  background-repeat: no-repeat;
}

.em-footer-address {
  padding: 12px 0;
  overflow: hidden;
}
.em-footer-address address {
  margin-bottom: 0;
  font-size: 90%;
}

.em-footer-address ul {
  display: inline-block;
  text-align: center;
  clear: both;
  width: 100%;
}
.em-footer-address ul li {
  margin: 0 5px;
  display: inline-block;
}

/*Content*/
/*Module*/
/*scroll vertical*/
.em-scroll-vertial {
  height: 150px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.em-scroll-vertial .em-container-ads {
  margin-bottom: 15px;
}
.em-scroll-vertial .em-container-ads .row {
  margin: 0;
}
.em-scroll-vertial .em-container-ads .row .col-sm-3:first-child {
  padding-left: 0;
}
.em-scroll-vertial .pull-left {
  width: 140px;
  margin-right: 20px;
}
.em-scroll-vertial .ads-right {
  overflow: hidden;
}
.em-scroll-vertial .ads-right .em-date {
  text-transform: uppercase;
}
.em-scroll-vertial .em-blog-author,
.em-scroll-vertial .em-date {
  display: block;
  margin-top: 1px;
}
.em-scroll-vertial .em-blog-title {
  margin-bottom: 8px;
  font-size: 110%;
}
.em-scroll-vertial .em-container-one-ads {
  margin-bottom: 10px;
}

/*==============Multidealpro==============*/
.multidealpro_products .products-grid {
  clear: both;
}
.multidealpro_products .products-grid li.item {
  width: 273px;
  margin-right: 15px;
  display: inline-table;
  float: none !important;
}

ul.clock {
  display: inline-block;
}
ul.clock: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: 14px;
  margin-right: 0;
  margin-top: 1px;
}

.deal-clock-message {
  font-size: 0;
  display: none;
  font-style: italic;
  position: relative;
  margin-right: 4px;
}

.em-multideal-price-box p {
  margin-bottom: 0;
}
.em-multideal-price-box .special-price .price-label {
  display: none;
}

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

.deal_qty {
  display: none;
}

.show_details .deal_qty {
  display: inline-block;
}

/*Tab Product Multidealpro*/
.em_multidealpro .r-tabs {
  margin-bottom: 10px;
}
.em_multidealpro .r-tabs .r-tabs-nav {
  padding-left: 10px;
}
.em_multidealpro .r-tabs .r-tabs-nav .r-tabs-anchor {
  padding: 0 !important;
  margin-bottom: 10px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em_multidealpro .r-tabs .r-tabs-nav .r-tabs-anchor span {
  display: none;
}
.em_multidealpro .r-tabs .r-tabs-nav .r-tabs-anchor img {
  width: 100%;
  height: auto;
}
.em_multidealpro .r-tabs .r-tabs-nav .r-tabs-tab {
  width: 33.3%;
  display: block;
  float: left;
}
.em_multidealpro .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor, .em_multidealpro .r-tabs .r-tabs-nav .r-tabs-anchor:hover {
  -webkit-box-shadow: 0 0 3px #999999;
  -moz-box-shadow: 0 0 3px #999999;
  box-shadow: 0 0 3px #999999;
}
.em_multidealpro .r-tabs .r-tabs-panel {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.em_multidealpro .r-tabs .r-tabs-panel.r-tabs-state-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.em_multidealpro .r-tabs .r-tabs-panel .product-image {
  display: block;
  margin-bottom: 20px;
}
.em_multidealpro .r-tabs .r-tabs-panel .product-image img {
  max-width: 100%;
  display: block;
}
.em_multidealpro .r-tabs .r-tabs-panel .deal_qty, .em_multidealpro .r-tabs .r-tabs-panel .show_clock {
  text-align: left;
}
.em_multidealpro .r-tabs .r-tabs-accordion-title .r-tabs-anchor img {
  display: none;
}
.em_multidealpro .r-tabs .r-tabs-accordion-title .r-tabs-anchor span {
  display: block;
}

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

/*=======Multidealpro - Product List======*/
.em_multidealpro .products-list,
.multidealpro_products .products-list {
  clear: both;
}
.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;
}
.em_multidealpro .regular-price .price,
.multidealpro_products .regular-price .price {
  text-decoration: line-through;
}
.em_multidealpro .show_clock.clock_style_1,
.multidealpro_products .show_clock.clock_style_1 {
  margin-top: 0;
}
.em_multidealpro .show_clock .price-box p.special-price .price-label,
.multidealpro_products .show_clock .price-box p.special-price .price-label {
  display: inline-block;
}

/*=======Multidealpro - Sidebar======*/
.em-sidebar .multidealpro_recent .multidealpro_products {
  padding: 0 15px;
}
.em-sidebar .multidealpro_recent .multidealpro_products .products-grid li.item {
  padding: 15px 0;
  margin-right: 0;
}
.em-sidebar .multidealpro_recent .multidealpro_products .products-grid li.item:first-child {
  padding-top: 0;
}
.em-sidebar .multidealpro_recent .multidealpro_products .products-grid li.item:before, .em-sidebar .multidealpro_recent .multidealpro_products .products-grid li.item:after {
  background: none;
  position: static;
}

#em-sidebar-deal .products-grid {
  margin: 0;
}
#em-sidebar-deal .products-grid li.item {
  display: block;
  width: auto;
  margin: 0;
}
#em-sidebar-deal .products-grid li.item .regular-price .price {
  text-decoration: line-through;
}
#em-sidebar-deal .products-grid li.item .show_clock.clock_style_1 {
  margin-top: 0;
}
#em-sidebar-deal .products-grid li.item .show_clock .price-box p.special-price .price-label {
  display: inline-block;
}

/*clock multideal*/
.multidealpro_products .clock_style_1, .show_clock.clock_style_1 {
  text-align: left;
}
.multidealpro_products .clock_style_1 .clock li span, .show_clock.clock_style_1 .clock li span {
  padding: 0;
  margin: 0;
  min-width: 0;
}
.multidealpro_products .clock_style_1 .clock li span:before, .show_clock.clock_style_1 .clock li span:before {
  background: none;
}

.show_details {
  margin-bottom: 1.95em;
}
.show_details .show_clock {
  padding: 15px;
  text-align: center;
}
.show_details .price-box span.price {
  margin-bottom: 0.3em;
}
.show_details .title {
  padding: 10px 20px;
  text-align: center;
}
.show_details .clock_style_1 .clock li {
  display: inline-block;
  float: none;
}

/*===========block subscribe=============*/
.block-subscribe {
  border: none;
  margin: 0;
  padding: 0;
}
.block-subscribe:before, .block-subscribe:after {
  position: static;
  height: 0;
}
.block-subscribe .input-box {
  width: 60%;
  float: left;
  margin-right: 0;
}
.block-subscribe .actions {
  float: left;
}
.block-subscribe .actions button.button {
  margin-right: 0px;
}
.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: 12px 10px;
}
.newsletter-boder-input-act .block-subscribe input.input-text {
  border: none !important;
  margin-bottom: 0;
}
.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: 12px 25px;
}

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

/*============newletter bkg parallax===============*/
.container-newsletter {
  background-image: url(../images/media/home/bg-footer.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  background-size: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  filter: inherit;
  padding: 50px 0 85px;
}
.container-newsletter .em-block-title .h1 {
  margin-bottom: 0;
}
.container-newsletter .em-block-title span {
  font-size: 290%;
}
.container-newsletter .h5 {
  margin-bottom: 55px;
}
.container-newsletter .newsletter-boder-input-act .block-subscribe input.input-text {
  background-color: transparent !important;
  height: 54px;
}
.container-newsletter .newsletter-boder-input-act .block-subscribe input.input-text.validation-failed {
  color: red;
}

/*==============brand==============*/
.em-slider-brand.owl-theme .owl-controls {
  top: -56px;
  right: -20px;
}

.em-inner-brands {
  border: 1px solid;
  padding: 17px 30px;
}

/*content*/
.wrapper-main .container-main {
  padding-top: 20px;
}
.wrapper-main .container-main.container-fluild {
  padding-top: 0;
}

.col-sm-6.em-area-02 {
  min-height: 0;
}

.page-title {
  padding: 12px 15px;
  border-top: 3px solid;
  border-bottom: 1px solid;
  margin: -15px -15px 15px;
}

/*social*/
.em-social-bkg .em-social-icon {
  padding: 2px 3px 2px 5px;
}

.em-social-icon {
  font-size: 12px;
  margin-right: 5px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 5px;
}

.em-wrapper-socials .em-block-title {
  margin-right: 20px;
}

/*//================================*/
/*Banner Slideshow*/
.banner-slideshow {
  margin-top: 20px;
}

/*Tab Deal*/
.embase-tab-03 {
  position: relative;
}
.embase-tab-03 .view-all-deal {
  position: absolute;
  top: 19px;
  right: 20px;
  z-index: 1;
  /*&:hover{
  	text-decoration:underline;
  }*/
}
.embase-tab-03 .view-all-deal: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: "\f101";
  font-size: 14px;
  margin-left: 7px;
}

/*Box Category*/
.em-box-border-top {
  border-top: 3px solid #ff3837;
  background: #fff;
  /*float:left;*/
  width: 100%;
  /*max-height:425px;*/
}

.em-box-cate {
  margin-bottom: 20px;
  /*.owl-carousel .owl-item{
  	padding:0;
  }*/
}
.em-box-cate .em-tabs {
  margin-bottom: 0;
}
.em-box-cate .list-item {
  padding: 10px;
}
.em-box-cate .list-item p.h2 {
  margin-bottom: 4px;
}
.em-box-cate .list-item li {
  padding: 4px 0 5px;
}
.em-box-cate .list-item li a {
  position: relative;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-box-cate .list-item li 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: "\f101";
  font-size: 0;
}
.em-box-cate .list-item li a:hover: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: "\f101";
  font-size: 14px;
  margin-left: 7px;
}
.em-box-cate .list-item li.active 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: "\f101";
  font-size: 14px;
  margin-left: 7px;
}
.em-box-cate .widget-products {
  padding: 10px 5px;
}
.em-box-cate .widget-products .product-shop {
  min-height: 65px;
}
.em-box-cate .owl-theme .owl-controls .owl-buttons div {
  top: 45% !important;
}

/*Box Intro Slider*/
.em-wrapper-intro .em-box-info a span {
  display: block;
}
.em-wrapper-intro .em-box-info a span:before {
  display: block;
  padding: 16px 0 24px;
  font-size: 44pt;
}
.em-wrapper-intro .em-box-info p.des {
  margin-top: 17px;
}

/*marketplace*/
.em-wrapper-ads {
  margin-bottom: 20px;
}
.em-wrapper-ads .em-container-ads {
  margin-bottom: 0;
}
.em-wrapper-ads .em-container-ads .em-ads-item a {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 15px 20px;
  margin-bottom: 10px;
  display: block;
}
.em-wrapper-ads .em-container-ads .em-ads-item a:hover:after {
  z-index: -1;
}
.em-wrapper-ads .em-container-ads .em-ads-item a .fa {
  font-size: 22px;
  vertical-align: middle;
  margin-bottom: 3px;
}

/*Home 04*/
.em-featured-slider {
  padding: 10px 0px;
  min-height: 420px;
  margin-bottom: 0;
}

/*=========Breadcrumbs==========*/
.breadcrumbs li .separator {
  position: relative;
  margin: 0 8px 0 6px;
  /*&:before{
  	@include font-awesome(\f105,14px);
  }*/
}

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

/* Toolbar */
.category-products {
  /*hover border shadow*/
}
.category-products .em-box-03 {
  border: none;
  border-top: 3px solid;
  border-bottom: 1px solid;
  padding: 0px 15px;
  margin-bottom: 10px;
}
.category-products .em-box-03.toolbar-bottom {
  border-top: 1px solid;
  border-bottom: 0;
  margin-bottom: 0;
}
.category-products .products-list {
  padding: 0 15px;
}
.category-products .products-list li.item {
  margin-bottom: 30px;
}
.category-products .products-list li.item button.button-cart {
  margin-right: -1px;
}
.category-products .products-list li.item .add-to-links li {
  margin-right: -1px;
}
.category-products .products-grid li.item {
  border: none;
  padding: 0;
  /*&:hover{
  	&:after,&:before{
  		position:static;
  	}
  	a.product-image:after{
  		background:none;
  	}
  	.product-item:hover{
  		a.product-image:after{
  			background:#000;
  		}
  		&:after{
  			@include changeIcon(102px, 74px, bottom-left-shadow, right bottom);
  			@include position_style(absolute, left, -7px, bottom, -9px);
  			content:"";
  			z-index:0;
  		}
  		&:before{
  			@include changeIcon(69px, 90px, top-right-shadow, left top);
  			@include position_style(absolute, right, -7px, top, -8px);
  			content:"";
  			z-index:0;
  		}
  	}
  }
  button.btn-cart{
  	float:none; 
  	display:inline-block;
  	margin-right:3px;
  }*/
}
.category-products .products-grid li.item .product-item {
  padding: 10px;
  border: 1px solid transparent;
  position: relative;
}
.category-products .products-grid li.item .desc {
  margin-bottom: 10px;
}

.toolbar {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  /*z-index:1;*/
}
.toolbar .pager,
.toolbar .to-top {
  display: none;
}
.toolbar .pager .amount, .toolbar .pager .rating-links .link_review_list, .rating-links .toolbar .pager .link_review_list {
  display: none;
  text-transform: uppercase;
}
.toolbar .pager .pages {
  display: none;
}
.toolbar .pager .pages a {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.toolbar .i-previous,
.toolbar .i-next {
  display: inline-block;
  padding: 2px 8px 3px !important;
  border: 1px solid !important;
  min-width: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.toolbar .toolbar-switch {
  margin: 10px 0;
  display: inline-block;
  float: right;
}
.toolbar .toolbar-dropdown {
  width: 150px;
}
.toolbar .toolbar-dropdown span.current {
  padding: 7px 10px;
}
.toolbar .toolbar-dropdown span.current:after {
  margin-top: 3px;
}
.toolbar .toolbar-dropdown ul {
  width: 150px;
  top: 35px;
}
.toolbar .limiter {
  margin-right: 10px;
}
.toolbar .sort-by {
  /*.v-middle{
  	display:none;
  }*/
}
.toolbar .sort-by > a {
  position: relative;
  float: right;
  margin-top: 7px;
  margin-left: 20px;
  /*&:before{
  	@include font-awesome(\f078,14px);
  }*/
}

.toolbar-bottom .pager {
  display: block;
  margin: 0;
  padding: 7px 0;
}
.toolbar-bottom .pager .amount, .toolbar-bottom .pager .rating-links .link_review_list, .rating-links .toolbar-bottom .pager .link_review_list {
  display: inline;
  margin: 0;
  padding: 9px 0px 8px;
}
.toolbar-bottom .pager .pages {
  display: inline;
  margin: 0;
}
.toolbar-bottom .toolbar .sorter, .toolbar-bottom .toolbar .pager .limiter {
  display: none;
}

/*View mode*/
.view-mode label {
  display: none;
}
.view-mode .list {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 0;
}
.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: 21px;
}
.view-mode .grid {
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 0;
  margin-right: 3px;
}
.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: 21px;
}

/*.products-grid li.item .add-to-links li a.link-wishlist{
	position: relative;

}*/
/*Menu*/
/* ============================================ *
 * Menu
 * ============================================ */
.em-top-menu {
  float: left;
  width: 100%;
  text-align: left;
}
.em-top-menu .em-menu-logo {
  display: inline-block;
  float: left;
  margin: 0;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.em-top-menu .em-menu-logo img {
  width: 0;
}
.em-top-menu.navbar-fixed-top {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 997;
}
.em-top-menu.navbar-fixed-top .em-menu-logo {
  margin: 5px 15px 5px 0;
  width: 120px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.em-top-menu.navbar-fixed-top .em-menu-logo img {
  width: 100%;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.em-header-middle.navbar-fixed-top {
  padding: 0;
}
.em-header-middle.navbar-fixed-top .em-header-middle-right,
.em-header-middle.navbar-fixed-top .em-top-search {
  margin: 5px 0;
}
.em-header-middle.navbar-fixed-top .em-top-cart .em-summary-topcart .icon-topcart .fa {
  display: none;
}
.em-header-middle.navbar-fixed-top .em-topcart-qty: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-right: 5px;
}
.em-header-middle.navbar-fixed-top .all_categories .menuleftTitle a {
  padding: 13px 15px;
  min-height: 47px;
}
.em-header-middle.navbar-fixed-top .menuleft {
  position: absolute;
  top: 46px;
}

.em-sticky-header {
  display: none;
}

.em-sticky-header.navbar-fixed-top {
  -webkit-box-shadow: 0 0 4px #a1a1a1;
  -moz-box-shadow: 0 0 4px #a1a1a1;
  box-shadow: 0 0 4px #a1a1a1;
  display: inline-block;
}
.em-sticky-header.navbar-fixed-top .em-logo {
  margin: 7px 0 0;
}
.em-sticky-header.navbar-fixed-top .em-logo img {
  max-height: 35px;
}
.em-sticky-header.navbar-fixed-top .em-header-middle-right {
  margin-top: 0;
}
.em-sticky-header.navbar-fixed-top .label-hot-menu-top > a.em-menu-link span:after, .em-sticky-header.navbar-fixed-top .label-new-menu-top > a.em-menu-link span:after,
.em-sticky-header.navbar-fixed-top .label-new-menu-top > a.em-menu-link span:after {
  top: 0;
}
.em-sticky-header.navbar-fixed-top .em-top-cart, .em-sticky-header.navbar-fixed-top .em-top-links {
  margin-top: 2px;
}
.em-sticky-header.navbar-fixed-top .em-top-cart .em-summary-topcart .icon-topcart .fa {
  display: none;
}
.em-sticky-header.navbar-fixed-top .em-topcart-qty: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-right: 5px;
}
.em-sticky-header.navbar-fixed-top .icon-search {
  position: relative;
  width: 36px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.em-sticky-header.navbar-fixed-top .icon-search:after {
  width: 1px;
  height: 18px;
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
}
.em-sticky-header.navbar-fixed-top .icon-search: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: 16px;
  line-height: 36px;
  color: #fff;
  width: 36px;
  height: 37px;
  margin: 2px 0;
}
.em-sticky-header.navbar-fixed-top .sticky-search-form {
  position: absolute;
  width: 350px;
  padding: 15px;
  background: #fff;
  right: 10px;
  top: 40px;
}
.em-sticky-header.navbar-fixed-top .sticky-search-form .input_cat {
  display: none;
}
.em-sticky-header.navbar-fixed-top .sticky-search-form .form-search .text-search {
  width: 100%;
}

.em-menu-logo {
  display: none;
}

/*=========Menu Simple======*/
code,
.em_nav em,
.em_nav code {
  word-wrap: break-word;
  white-space: normal;
  background: none;
}

/*=========End Menu Simple======*/
/*=========Title Menu Ipod======*/
.menu-title {
  text-transform: uppercase;
  padding: 10px 19px;
  border: 1px solid;
  margin-bottom: 3px;
  cursor: pointer;
}
.menu-title .option {
  float: right;
  font-size: 0;
}
.menu-title .option: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: "\f022";
  font-size: 18px;
}

/*=========End Title Menu Ipod======*/
/*=======None dropdown======*/
.none-dropdown .level0.parent a.arrow {
  display: none;
}
.none-dropdown .level0 ul {
  display: none;
}

/*=======End None dropdown======*/
/*======Icon Arrow Font-Anwsome========*/
a.arrow {
  border-left: 0px solid;
  padding: 10px 10px !important;
  position: relative;
}
a.arrow:before {
  width: 10px;
  text-align: center;
  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: 17px;
}
a.arrow:after {
  display: none !important;
}
a.arrow span {
  display: none;
}

.menu-container a.arrow {
  padding: 8px 0px 8px 10px !important;
  text-align: center;
}
.menu-container p {
  margin-bottom: 1em;
}

/*icon menu right*/
.nav-right a.arrow:before {
  display: inline-block !important;
  content: "\f104";
}

/*icon menu mobile*/
.em-menu-mobile .nav-right a.arrow:before,
.em-menu-mobile a.arrow:before {
  content: "\f107";
}

/*Icon Font Awesome*/
.em-menu-mobile .vnav.nav-text-right .menu-item-link.fa:before,
.menu-item-link.fa:before {
  font-size: 18px;
  position: absolute;
  top: 11px;
  left: 13px;
  z-index: 11;
  padding: 0;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-link.fa > .em-menu-link span,
.menu-item-link.fa > .em-menu-link span {
  padding-left: 45px !important;
}

.em-menu-mobile .menu-item-link.fa,
.em-menu-mobile .vnav.nav-text-right .menu-item-link.fa,
.vnav .menu-item-link.fa {
  display: block;
}
.em-menu-mobile .menu-item-link.fa:before,
.em-menu-mobile .vnav.nav-text-right .menu-item-link.fa:before,
.vnav .menu-item-link.fa:before {
  padding: 0;
  top: 13px;
}

/*Icon menu right - icon align left, text align right*/
.vnav.nav-text-right .menu-item-link.fa:before {
  left: auto;
  right: 10px;
}
.vnav.nav-text-right .menu-item-link.fa > .em-menu-link span {
  padding-left: 0 !important;
  padding-right: 45px !important;
}

.em-menu-mobile .menu-item-link.micon:before,
.vnav .menu-item-link.micon:before {
  top: 7px;
}

/*End Icon Font Awesome*/
/*Icon Image*/
.menu-item-link.i-small:before {
  z-index: 11;
  width: 23px;
  height: 23px;
  background-image: url("../images/icons_menu_small.png");
  background-position: 0 -4px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
}
.menu-item-link.i-small > .em-menu-link span {
  padding-left: 45px !important;
}
.menu-item-link.i-small.i-small01:before {
  background-position: 0 1px;
}
.menu-item-link.i-small.i-small02:before {
  background-position: 0 -34px;
}
.menu-item-link.i-small.i-small03:before {
  background-position: 0 -71px;
}
.menu-item-link.i-small.i-small04:before {
  background-position: 0 -107px;
}
.menu-item-link.i-small.i-small05:before {
  background-position: 0 -143px;
}
.menu-item-link.i-small.i-small06:before {
  background-position: 0 -178px;
}
.menu-item-link.i-small.i-small07:before {
  background-position: 0 -215px;
}
.menu-item-link.i-small.i-small08:before {
  background-position: 0 -251px;
}
.menu-item-link.i-small.i-small09:before {
  background-position: 0 -287px;
}
.menu-item-link.i-small.i-small10:before {
  background-position: 0 -323px;
}
.menu-item-link.i-small.i-small11:before {
  background-position: 0 -358px;
}

/*Icon menu horizontal*/
/*icon menu large*/
.hnav .menu-item-link.i-large:before {
  z-index: 11;
  width: 100%;
  height: 37px;
  background-image: url("../images/icons_menu.png");
  background-position: 50px 0;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
}
.hnav .menu-item-link.i-large > .em-menu-link span {
  padding-top: 60px !important;
  padding-left: 18px !important;
  width: 130px;
  text-align: center;
  /*border-width:1px;*/
  display: inline-block;
}
.hnav .menu-item-link.i-large > .menu-container {
  top: 100px;
}
.hnav .menu-item-link.i-large.i-large02:before {
  background-position: 51px -66px;
}
.hnav .menu-item-link.i-large.i-large03:before {
  background-position: 58px -160px;
}
.hnav .menu-item-link.i-large.i-large04:before {
  background-position: 53px -261px;
}
.hnav .menu-item-link.i-large.i-large05:before {
  background-position: 49px -356px;
}
.hnav .menu-item-link.i-large.i-large06:before {
  background-position: 50px -465px;
}
.hnav .menu-item-link.i-large.i-large07:before {
  background-position: 48px -571px;
}
.hnav .menu-item-link.i-large.i-large08:before {
  background-position: 50px -680px;
}
.hnav .menu-item-link.i-large.i-large09:before {
  background-position: 38px -787px;
}
.hnav .menu-item-link.i-large.i-large10:before {
  background-position: 0px -890px;
}
.hnav .menu-item-link.i-large.i-large11:before {
  background-position: 29px -356px;
}

/*End Icon Image*/
/*======End Icon Arrow Font-Anwsome========*/
/*=====Menu Link - Label==========*/
.menu-link li a {
  padding: 8px 0;
}

.label-hot-menu-top > a.em-menu-link span:after, .label-new-menu-top > a.em-menu-link span:after {
  content: "Hot";
  font-size: 75%;
  padding: 1px 3px;
  background: red;
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  top: -7px;
  right: 10px;
  z-index: 1;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.label-hot-menu-top > a.em-menu-link span:before, .label-new-menu-top > a.em-menu-link span:before {
  /*@include font-awesome(\f0d7,18px);
  @include position_style(absolute, right, 37px, top, -2px);
  @include transition1;
  z-index:1;*/
}
.label-hot-menu-top:hover > a.em-menu-link span:after, .label-new-menu-top:hover > a.em-menu-link span:after {
  top: -20px;
  opacity: 0;
}
.label-hot-menu-top:hover > a.em-menu-link span:before, .label-new-menu-top:hover > a.em-menu-link span:before {
  top: -10px;
  opacity: 0;
}

.label-new-menu-top > a.em-menu-link span:after {
  /*content: "New";*/
  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: "\f0e7";
  font-size: 12px;
}

.label-new-menu > a.em-menu-link:after {
  content: "New";
  font-size: 75%;
  padding: 0px 3px;
  background: red;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.label-sale-menu > a.em-menu-link:after {
  content: "Sale";
  font-size: 75%;
  padding: 0px 3px;
  background: red;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.label-hot-menu > a.em-menu-link:after {
  content: "Hot";
  font-size: 75%;
  padding: 0px 3px;
  background: red;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

/*=====End Menu Link==========*/
/*=============Menu Default==============*/
.nav-container.em_nav .hnav .menu-item-depth-0 {
  padding: 0;
  background: none;
}

/*=============End Menu Default==============*/
/*======Megamenu=================*/
/*Dropdown menu*/
.menu-container {
  /*menu image*/
  /*menu logo*/
}
.menu-container li.level0 {
  margin-right: 0;
}
.menu-container .widget-title h3, .menu-container h4, .menu-container h5 {
  margin-bottom: 10px;
  padding-top: 13px;
}
.menu-container img.img-responsive {
  width: 100%;
}
.menu-container p.h5 {
  padding-top: 0;
}
.menu-container .em-effect10 {
  overflow: hidden;
}
.menu-container .store-view {
  overflow: hidden;
  text-align: center;
}
.menu-container .store-view a {
  max-height: 150px;
  overflow: hidden;
}
.menu-container p.img-center {
  text-align: center;
  display: block;
  padding: 10px 0;
}
.menu-container p.img-center a {
  display: inline-block;
}
.menu-container .em-menu-list-img {
  padding: 15px 0;
  overflow: hidden;
}
.menu-container .em-menu-list-img a {
  float: left;
  margin: 5px 20px 5px 0;
}
.menu-container .em-menu-list-img a.last {
  margin-right: 0;
}
.menu-container .em-line-01 {
  padding-top: 1px;
  margin-bottom: 0;
}
.menu-container .em-line-01 .em-widget-title {
  margin-bottom: 0;
  padding: 0;
}
.menu-container .em-line-01 .em-widget-title h3 {
  margin-bottom: 10px;
}
.menu-container li > a.em-menu-link {
  border-bottom: 1px solid;
}
.menu-container li.last > a.em-menu-link {
  border: none;
}

/*vertical dropdown*/
.vnav .menu-container h6 {
  padding-top: 10px;
}
.vnav .menu-container .widget-title h3 {
  padding: 10px 0 0;
}

/*End dropdown menu*/
.em_nav {
  /*Menu top links*/
  /*menu horizontal*/
  /*menu vertical*/
  /*menu vertical - text align right*/
}
.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0,
.em_nav .menu-item-depth-0 {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link,
.em_nav .menu-item-depth-0 > a.em-menu-link {
  padding: 0;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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 {
  display: block;
  border: 1px solid transparent;
  padding: 10px 18px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em_nav .hnav .menu-item-depth-0,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
  /*hover dropdown menu horizontal*/
}
.em_nav .hnav .menu-item-depth-0 > a.em-menu-link span,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span {
  border-width: 0;
  /*margin-bottom: -1px;
  margin-right: -1px;
  z-index:3;*/
}
.em_nav .hnav .menu-item-depth-0 > a,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a {
  margin-right: 0;
}
.em_nav .hnav .menu-item-depth-0 > a.arrow,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow {
  position: absolute;
  top: 2px;
}
.em_nav .hnav .menu-item-depth-0 > a.arrow:before,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow:before {
  content: '\f107';
}
.em_nav .hnav .menu-item-depth-0 > a span,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
  padding: 10px 28px 10px 18px;
  border-width: 0;
  min-height: 40px;
}
.em_nav .hnav .menu-item-depth-0.menu-custom > a span,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-custom > a span {
  text-transform: none;
  padding: 11px 20px !important;
}
.em_nav .hnav .menu-item-depth-0.parent:hover > a.em-menu-link, .em_nav .hnav .menu-item-depth-0.menu-item-parent:hover > a.em-menu-link,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent:hover > a.em-menu-link,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent:hover > a.em-menu-link {
  position: relative;
  /*&:before{
  	@include font-awesome(\f0d7,21px);
  	@include position_style(absolute, left, 48%, bottom, -12px);
  	z-index:99999;
  }*/
}
.em_nav .hnav .menu-item-depth-0.parent:hover a span, .em_nav .hnav .menu-item-depth-0.menu-item-parent:hover a span,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent:hover a span,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent:hover a span {
  /*padding-right:27px;*/
}
.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span,
.em_nav .vnav .menu-item-depth-0 > a span {
  border-left-width: 0px;
  border-right-width: 0px;
}
.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a.em-menu-link span,
.em_nav .vnav .menu-item-depth-0.menu-icon > a.em-menu-link span {
  padding-left: 45px;
}
.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a.em-menu-link span:before,
.em_nav .vnav .menu-item-depth-0.menu-icon > a.em-menu-link span:before {
  position: absolute;
  top: 10px;
  left: 20px;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a,
.em_nav .vnav.nav-text-right .menu-item-depth-0 > a {
  text-align: right;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a, .em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a,
.em_nav .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a,
.em_nav .vnav.nav-text-right .menu-item-depth-0.parent > a {
  text-align: right;
  margin-right: 0;
  margin-left: 0;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.arrow, .em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.arrow,
.em_nav .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a.arrow,
.em_nav .vnav.nav-text-right .menu-item-depth-0.parent > a.arrow {
  margin-left: 0;
  right: auto;
  left: 0;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a span,
.em_nav .vnav.nav-text-right .menu-item-depth-0.menu-icon > a span {
  padding-right: 45px;
  padding-left: 20px;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a span:after,
.em_nav .vnav.nav-text-right .menu-item-depth-0.menu-icon > a span:after {
  position: absolute;
  top: 10px;
  right: 20px;
}

/*======End Megamenu=================*/
/*==============Mobile view - menu====================*/
.em-menu-mobile .nav-container.em_nav,
.em-menu-mobile.megamenu-wrapper {
  background: none !important;
}

.em-menu-mobile {
  /*Menu top links*/
  /*menu horizontal*/
  /*menu vertical - text align right*/
}
.em-menu-mobile .vnav {
  border: none;
  margin: 10px 0;
}
.em-menu-mobile .em_nav .hnav .menu-item-depth-0.parent:hover > a.em-menu-link:before, .em-menu-mobile .em_nav .hnav .menu-item-depth-0.menu-item-parent:hover > a.em-menu-link:before, .em-menu-mobile .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent:hover > a.em-menu-link:before, .em-menu-mobile .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent:hover > a.em-menu-link:before {
  content: "";
}
.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0,
.em-menu-mobile .menu-item-depth-0 {
  width: 100%;
  margin-bottom: 0px;
}
.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 {
  border: 1px solid transparent;
}
.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 {
  border-width: 0px;
  background: none;
}
.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.em-menu-link span, .em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.em-menu-link span,
.em-menu-mobile .menu-item-depth-0.parent > a.em-menu-link span,
.em-menu-mobile .menu-item-depth-0.menu-item-parent > a.em-menu-link span {
  border-width: 0;
  border-right-width: 1px;
  margin-right: 32px;
  margin-bottom: 0;
  min-height: 0;
  text-transform: none;
}
.em-menu-mobile .hnav .menu-item-depth-0,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
  /*hover dropdown menu*/
}
.em-menu-mobile .hnav .menu-item-depth-0 > a.arrow,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow {
  display: inline-block;
  top: 0;
  padding: 9px 10px !important;
}
.em-menu-mobile .hnav .menu-item-depth-0 > a span,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
  padding: 10px 18px;
  border-width: 0;
  border-right-width: 1px;
  margin-right: 32px;
  margin-bottom: 0;
  min-height: 0;
}
.em-menu-mobile .hnav .menu-item-depth-0.parent > a.em-menu-link, .em-menu-mobile .hnav .menu-item-depth-0.menu-item-parent > a.em-menu-link,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.em-menu-link,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.em-menu-link {
  margin-right: 0;
}
.em-menu-mobile .hnav .menu-item-depth-0.parent > a.em-menu-link:hover, .em-menu-mobile .hnav .menu-item-depth-0.menu-item-parent > a.em-menu-link:hover,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.em-menu-link:hover,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.em-menu-link:hover {
  margin-bottom: 0;
  padding-bottom: 0;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > a {
  text-align: left;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a, .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.parent > a {
  text-align: left;
  margin-right: 0;
  margin-left: 0;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.arrow, .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.arrow,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a.arrow,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.parent > a.arrow {
  margin-left: 0;
  right: 0;
  left: auto;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a span,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-icon > a span {
  padding-left: 45px;
  padding-right: 0px;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a span:after,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-icon > a span:after {
  left: 20px;
  right: auto;
  margin-left: 0 !important;
}
.em-menu-mobile .em_nav .menu-container .em-catalog-navigation .level0 ul,
.em-menu-mobile .em_nav.nav-container .em-catalog-navigation .level1 ul,
.em-menu-mobile .em_nav .menu-item-link.dd-menu-link .em-catalog-navigation .level0 ul,
.em-menu-mobile .menu-item-link.dd-menu-link ul.menu-container .menu-container {
  padding: 5px 10px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}
.em-menu-mobile .menu-item-depth-1 .menu-container .em-catalog-navigation ul.level0 li a {
  padding: 8px 0 !important;
}

/*==============End Mobile view - menu====================*/
/*========Dropdown Menu Left========*/
.menu-wrapper {
  position: relative;
}

.all_categories {
  margin-bottom: 0;
  /*margin-top:-40px;|*/
  /*&.hidden-arrow{
  	.menuleftText{
  		&:after{
  			@include font-awesome(\f106,18px);
  	}
  	}
  }*/
}
.all_categories .menuleftTitle a {
  border: 1px solid;
  padding: 9px 15px;
  min-height: 40px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  text-align: right;
  display: block;
}
.all_categories .menuleftTitle 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: "\f0c9";
  font-size: 14px;
}
.all_categories .menuleftTitle a span {
  float: left;
}

.menuleft {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.menuleft .mega-menu {
  border: 1px solid #cdcdcd;
}
.menuleft .vnav {
  border: none;
}

.cms-index-index .all_categories {
  margin-bottom: 0;
  /*margin-top:-40px;*/
}
.cms-index-index .menuleft {
  position: static;
}
.cms-index-index .menu-custom-left .menuleft {
  position: absolute;
}

.cms-index-index .em-area-18 .vertical-menu-wrapper,
.cms-index-index .em-area-02 .vertical-menu-wrapper {
  display: none;
}

/*.em-area-02 #vertical-menu{ display:none}*/
.em-col-left .vertical-menu-wrapper {
  margin-top: -60px;
  margin-bottom: 20px;
}

.em-col-left .menuleft {
  position: static;
}

/*========End Dropdown Menu Left========*/
/*========Free Top Menu========*/
.navbar-fixed-top .nav-container,
.navbar-fixed-top .megamenu-wrapper {
  margin: 0 auto;
}

/*========End Free Top Menu========*/
/*Menu Right To Left ===============*/
.em-rtl {
  /*.menu-item-depth-0 .menu-item-link > .menu-container,
  .em-catalog-navigation li > ul,
  .menu-item-depth-0 > .menu-container{
  	display:none;
  }
  .menu-item-depth-0 .menu-item-link:hover > .menu-container,
  .em-catalog-navigation li:hover > ul,
  .menu-item-depth-0:hover > .menu-container{
  	display:block;
  }*/
  /*Menu left - right*/
}
.em-rtl .em_nav a.arrow {
  right: auto;
  left: 0;
}
.em-rtl .em_nav .hnav a.arrow {
  left: -10px;
}
.em-rtl a.arrow:before {
  content: "\f104";
}
.em-rtl .nav-right a.arrow:before {
  content: "\f105";
}
.em-rtl .em-menu-mobile a.arrow:before {
  content: "\f107";
}
.em-rtl .label-hot-menu-top > a.em-menu-link span:after, .em-rtl .label-new-menu-top > a.em-menu-link span:after,
.em-rtl .label-new-menu-top > a.em-menu-link span:after {
  left: 10px;
  right: auto;
}
.em-rtl .em-top-menu {
  float: right;
  text-align: right;
}
.em-rtl .hnav .menu-item-depth-0 {
  float: right;
  text-align: right;
}
.em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-link.fa:before,
.em-rtl .menu-item-link.fa:before {
  left: auto;
  right: 10px;
}
.em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-link.fa > .em-menu-link span, .em-rtl .menu-item-link.fa > .em-menu-link span {
  padding-left: 18px !important;
  padding-right: 45px !important;
}
.em-rtl .em-catalog-navigation li:hover > ul,
.em-rtl .em-catalog-navigation li.hover > ul {
  left: -250px;
  right: auto;
}
.em-rtl .em-catalog-navigation.horizontal > li:hover > ul {
  left: auto;
  right: 0;
}
.em-rtl .hnav .menu-item-depth-0:hover > .menu-container,
.em-rtl .hnav .menu-item-depth-0.hover > .menu-container {
  left: auto;
  right: 0;
}
.em-rtl .nav-right .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.em-rtl .nav-right .menu-item-depth-0 .menu-item-link.hover > .menu-container,
.em-rtl .nav-right .em-catalog-navigation li:hover > ul,
.em-rtl .nav-right .em-catalog-navigation li.hover > ul,
.em-rtl .vnav.nav-right .menu-item-depth-0:hover > .menu-container,
.em-rtl .vnav.nav-right .menu-item-depth-0.hover > .menu-container {
  right: auto;
  left: 100%;
}
.em-rtl .menu-item-depth-0 .menu-item-link > .menu-container,
.em-rtl .hnav .menu-item-depth-0 > .menu-container,
.em-rtl .vnav .menu-item-depth-0 > .menu-container,
.em-rtl .em-catalog-navigation li > ul,
.em-rtl .menu-item-depth-0 > .menu-container {
  right: -9999px;
  left: auto;
}
.em-rtl .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.em-rtl .menu-item-depth-0 .menu-item-link.hover > .menu-container,
.em-rtl .hnav .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.em-rtl .hnav .menu-item-depth-0 .menu-item-link.hover > .menu-container,
.em-rtl .vnav .menu-item-depth-0:hover > .menu-container,
.em-rtl .vnav .menu-item-depth-0.hover > .menu-container {
  left: auto;
  right: 100%;
}
.em-rtl .em-menu-mobile .vnav .menu-item-depth-0 > .menu-container, .em-rtl .em-menu-mobile .hnav .menu-item-depth-0 > .menu-container, .em-rtl .em-menu-mobile .menu-item-link > .menu-container, .em-rtl .em-menu-mobile .em-catalog-navigation li > ul, .em-rtl .em-menu-mobile .menu-item-depth-0 .menu-item-link > .menu-container {
  display: none;
}
.em-rtl .em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.em-menu-link span, .em-rtl .em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.em-menu-link span, .em-rtl .em-menu-mobile .menu-item-depth-0.parent > a.em-menu-link span, .em-rtl .em-menu-mobile .menu-item-depth-0.menu-item-parent > a.em-menu-link span {
  border-right-width: 0px;
  margin-right: 0px;
  border-left-width: 1px;
  margin-left: 32px;
}
.em-rtl .em-catalog-navigation li > ulz
.menu-item-link > .menu-container {
  text-align: right;
}
.em-rtl .menu-title .option {
  float: left;
}
.em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a, .em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > a {
  text-align: right;
}
.em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.arrow, .em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.arrow, .em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a.arrow, .em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.parent > a.arrow {
  right: auto;
  left: 0;
}

/*End Menu Right To Left ===============*/
/*layout 4*/
.em-rtl .em-fixed-sidebar {
  left: auto;
  right: 0;
}

/*Menu Admin Toolbar*/
.em-admintoolbar {
  background: #45484d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #45484d 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45484d 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45484d 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #45484d 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.em-admintoolbar {
  position: fixed;
  left: 0;
  right: auto !important;
  bottom: auto !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 10px #a3a3a3;
  box-shadow: 0 -2px 10px #a3a3a3;
}
.em-admintoolbar .container {
  width: 100%;
}
.em-admintoolbar .nav-container.em_nav {
  background: none !important;
  float: left;
  margin-left: 40px;
  width: 75%;
  /*@include text-link();
  @include line-link();
  @include link-left();*/
}
.em-admintoolbar .nav-container.em_nav ul li {
  float: left;
  padding: 8px 10px;
  position: relative;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-admintoolbar .nav-container.em_nav ul li a {
  color: #fff;
  font: 600 12px/1.35 Helvetica Neue, Helvetica, Arial, sans-serif;
}
.em-admintoolbar .nav-container.em_nav .em-admintoolbar-level0 ul {
  position: absolute;
  left: 0;
  top: 32px;
  display: none;
  width: 200px;
}
.em-admintoolbar .nav-container.em_nav .em-admintoolbar-level0 ul li {
  clear: both;
}
.em-admintoolbar .nav-container.em_nav .em-admintoolbar-level0:hover {
  background: #000;
}
.em-admintoolbar .nav-container.em_nav .em-admintoolbar-level0:hover ul {
  display: block;
  background: #000;
}
.em-admintoolbar .em-catalog-navigation li a {
  padding: 8px 20px;
}
.em-admintoolbar .em-catalog-navigation li.parent > a.arrow {
  padding: 5px 10px !important;
}
.em-admintoolbar .em-catalog-navigation ul {
  min-width: 200px;
}

#btn-em-admintoolbar {
  z-index: 99;
  padding: 6px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px #999999;
  box-shadow: 0 0 10px #999999;
  background-color: #000;
  color: #fff;
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
}
#btn-em-admintoolbar: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: 17px;
}

.has-admin-toolbar {
  margin-top: 32px;
}

.em-admin-toolbar-logo {
  float: right;
  color: #fff;
  padding: 4px 10px;
  background: #ff7200;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  margin-right: 10px;
}
.em-admin-toolbar-logo a {
  position: absolute;
  left: 10px;
  top: 4px;
}
.em-admin-toolbar-logo span {
  position: relative;
}
.em-admin-toolbar-logo 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: "\f007";
  font-size: 17px;
  margin-left: 5px;
}

/*Test column mobile*/
.emcatalog-desktop-1,
.emcatalog-desktop-small-1,
.emcatalog-tablet-1,
.emcatalog-mobile-1 {
  /*margin-right:-10px;*/
  margin: 0px 10px;
}
.emcatalog-desktop-1 li.item,
.emcatalog-desktop-small-1 li.item,
.emcatalog-tablet-1 li.item,
.emcatalog-mobile-1 li.item {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
.emcatalog-desktop-1 li.item .product-item,
.emcatalog-desktop-small-1 li.item .product-item,
.emcatalog-tablet-1 li.item .product-item,
.emcatalog-mobile-1 li.item .product-item {
  margin: 0;
  padding: 10px;
}

.emcatalog-desktop-2,
.emcatalog-desktop-small-2,
.emcatalog-tablet-2,
.emcatalog-mobile-2 {
  /*margin-right:-10px;*/
  margin: 0px 10px;
}
.emcatalog-desktop-2 li.item,
.emcatalog-desktop-small-2 li.item,
.emcatalog-tablet-2 li.item,
.emcatalog-mobile-2 li.item {
  width: 50%;
  padding: 10px;
  margin-bottom: 20px;
}
.emcatalog-desktop-2 li.item .product-item,
.emcatalog-desktop-small-2 li.item .product-item,
.emcatalog-tablet-2 li.item .product-item,
.emcatalog-mobile-2 li.item .product-item {
  margin: 0;
  padding: 10px;
}

.emcatalog-desktop-3,
.emcatalog-desktop-small-3,
.emcatalog-tablet-3,
.emcatalog-mobile-3 {
  /*margin-right:-10px;*/
  margin: 0px 10px;
}
.emcatalog-desktop-3 li.item,
.emcatalog-desktop-small-3 li.item,
.emcatalog-tablet-3 li.item,
.emcatalog-mobile-3 li.item {
  width: 33.33333%;
  padding: 10px;
  margin-bottom: 20px;
}
.emcatalog-desktop-3 li.item .product-item,
.emcatalog-desktop-small-3 li.item .product-item,
.emcatalog-tablet-3 li.item .product-item,
.emcatalog-mobile-3 li.item .product-item {
  margin: 0;
  padding: 10px;
}

.emcatalog-desktop-4,
.emcatalog-desktop-small-4,
.emcatalog-tablet-4,
.emcatalog-mobile-4 {
  /*margin-right:-10px;*/
  margin: 0px 10px;
}
.emcatalog-desktop-4 li.item,
.emcatalog-desktop-small-4 li.item,
.emcatalog-tablet-4 li.item,
.emcatalog-mobile-4 li.item {
  width: 25%;
  padding: 10px;
  margin-bottom: 20px;
}
.emcatalog-desktop-4 li.item .product-item,
.emcatalog-desktop-small-4 li.item .product-item,
.emcatalog-tablet-4 li.item .product-item,
.emcatalog-mobile-4 li.item .product-item {
  margin: 0;
  padding: 10px;
}

.emcatalog-desktop-5,
.emcatalog-desktop-small-5,
.emcatalog-tablet-5,
.emcatalog-mobile-5 {
  /*margin-right:-10px;*/
  margin: 0px 10px;
}
.emcatalog-desktop-5 li.item,
.emcatalog-desktop-small-5 li.item,
.emcatalog-tablet-5 li.item,
.emcatalog-mobile-5 li.item {
  width: 20%;
  padding: 10px;
  margin-bottom: 20px;
}
.emcatalog-desktop-5 li.item .product-item,
.emcatalog-desktop-small-5 li.item .product-item,
.emcatalog-tablet-5 li.item .product-item,
.emcatalog-mobile-5 li.item .product-item {
  margin: 0;
  padding: 10px;
}

.emcatalog-desktop-6,
.emcatalog-desktop-small-6,
.emcatalog-tablet-6,
.emcatalog-mobile-6 {
  /*margin-right:-10px;*/
  margin: 0px 10px;
}
.emcatalog-desktop-6 li.item,
.emcatalog-desktop-small-6 li.item,
.emcatalog-tablet-6 li.item,
.emcatalog-mobile-6 li.item {
  width: 16.66667%;
  padding: 10px;
  margin-bottom: 20px;
}
.emcatalog-desktop-6 li.item .product-item,
.emcatalog-desktop-small-6 li.item .product-item,
.emcatalog-tablet-6 li.item .product-item,
.emcatalog-mobile-6 li.item .product-item {
  margin: 0;
  padding: 10px;
}

/*Animate*/
.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  transform: translateY(400px);
}
