
/*!
Theme Name:   Ekommart
Theme URI:    https://demo2.wpopal.com/ekommart/
Author:       Duc Pham (Opal Team)
Author URI:   https://www.wpopal.com/
Description:  Ekommart is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      1.9.3
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ekommart
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/
@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg); } }


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
2.0 Header
	2.1 Main Naivgation
	2.2 Vertical Naivgation
	2.3 Mega menu
	2.4 Breadcrumb
3.0 Main content area
	3.1 Content (posts etc)
4.0 Footer
5.0 Alignment
6.0 Accessiblity
7.0 Clearing
8.0 Tables
9.0 404 Styles
10.0 Comments
11.0 Forms
12.0 Media
	12.1 Galleries
13.0 Captions
14.0 Pagination
15.0 Widgets
16.0 Layout
17.0 Utilities
18.0 Slick Carousel
19.0 Icons
--------------------------------------------------------------
@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Medium.eot");
  src: url("../font/Gilroy-Medium.eot") format("embedded-opentype"), url("../font/Gilroy-Medium.woff2") format("woff2"), url("../font/Gilroy-Medium.woff") format("woff"), url("../font/Gilroy-Medium.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Bold.eot");
  src: url("../font/Gilroy-Bold.eot") format("embedded-opentype"), url("../font/Gilroy-Bold.woff2") format("woff2"), url("../font/Gilroy-Bold.woff") format("woff"), url("../font/Gilroy-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
*/
/*-------------------------------------------------------------
1.0 Normalize
normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
button,
input,
textarea {
  color: #626262;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  }

select {
  color: initial;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 100%; }

h1,
h2,
#respond #reply-title,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.5407911001em;
  color: #000000;
  font-weight: 700; }

h1,
.alpha {
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px; }


h2,
#respond #reply-title,
.beta {
  font-size: 2em;
  line-height: 1.214; }
  h2 + h3, #respond #reply-title + h3,
  .beta + h3 {
    border-top: 1px solid;
    border-top-color: #ebebeb;
    padding-top: 0.5407911001em; }

h3,
.gamma {
  font-size: 1.618em; }

h4,
.delta {
  font-size: 1.41575em; }

.alpha,
.beta,
.gamma,
.delta {
  display: block; }

p + h2, #respond p + #reply-title,
p + header h2,
p + header #respond #reply-title,
#respond p + header #reply-title,
p + h3,
p + h4,
ul + h2,
#respond ul + #reply-title,
ul + header h2,
ul + header #respond #reply-title,
#respond ul + header #reply-title,
ul + h3,
ul + h4,
ol + h2,
#respond ol + #reply-title,
ol + header h2,
ol + header #respond #reply-title,
#respond ol + header #reply-title,
ol + h3,
ol + h4,
table + h2,
#respond table + #reply-title,
table + header h2,
table + header #respond #reply-title,
#respond table + header #reply-title,
table + h3,
table + h4,
blockquote + h2,
#respond blockquote + #reply-title,
blockquote + header h2,
blockquote + header #respond #reply-title,
#respond blockquote + header #reply-title,
blockquote + h3,
blockquote + h4,
form + h2,
#respond form + #reply-title,
form + header h2,
form + header #respond #reply-title,
#respond form + header #reply-title,
form + h3,
form + h4 {
  margin-top: 2.2906835em; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.41575em; }

p {
  margin: 0 0 1.41575em;
  text-align: left;
  }

ul,
ol {
  margin: 0 0 1.41575em 3em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

dt {
  font-weight: 600; }

dd {
  margin: 0 0 1.618em; }

b,
strong {
  font-weight: 700; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  padding: 1em 30px 1em 100px;
  margin: 2.2906835em 0;
  font-style: normal;
  position: relative;
  font-size: 1.285em;
  color: #000000; }
  blockquote:before {
    color: #ef3636;
    position: absolute;
    left: 30px;
    font-size: 40px;
    top: 30px; }
  blockquote p:first-child {
    margin-top: 1.41575em; }

address {
  margin: 0 0 1.41575em; }

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: 'Courier 10 Pitch', Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  text-decoration: none;
  font-weight: 600;
  background: transparent; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.41575em;
  width: 100%; }

img {
  height: auto;
  max-width: 100%;
  display: block; }

a {
  color: #000;
  text-decoration: none;
  }
  a:hover {
    color: #e01212; }

:focus {
  outline: none; }

.ekommart-cute * {
  font-family: 'Comic Sans MS', sans-serif; }

/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

body {
  background-color: #ffffff;
  overflow: hidden;
  font-size: 14px;
  }

.site {
 overflow: visible;
 }

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.ekommart-layout-boxed #page {
  background-color: #ffffff; }

.entry-title {
  font-size: 24px;
  line-height: 1.41575em; }
  .entry-title a {
    color: #000000; }
    .entry-title a:hover {
      color: #e01212; }

.bg-primary {
  background-color: #ef3636; }

.shape-primary .elementor-shape-fill {
  fill: #ef3636; }

.color-primary {
  color: #ef3636; }

.outline-primary {
  outline-color: #ef3636; }

.bd-primary {
  border-color: #ef3636; }

.bd-t-primary {
  border-top-color: #ef3636; }

.bd-b-primary {
  border-bottom-color: #ef3636; }

.bd-r-primary {
  border-right-color: #ef3636; }

.bd-l-primary {
  border-left-color: #ef3636; }

.bg-primary_hover {
  background-color: #e01212; }

.shape-primary_hover .elementor-shape-fill {
  fill: #e01212; }

.color-primary_hover {
  color: #e01212; }

.outline-primary_hover {
  outline-color: #e01212; }

.bd-primary_hover {
  border-color: #e01212; }

.bd-t-primary_hover {
  border-top-color: #e01212; }

.bd-b-primary_hover {
  border-bottom-color: #e01212; }

.bd-r-primary_hover {
  border-right-color: #e01212; }

.bd-l-primary_hover {
  border-left-color: #e01212; }

.bg-body {
  background-color: #626262; }

.shape-body .elementor-shape-fill {
  fill: #626262; }

.color-body {
  color: #626262; }

.outline-body {
  outline-color: #626262; }

.bd-body {
  border-color: #626262; }

.bd-t-body {
  border-top-color: #626262; }

.bd-b-body {
  border-bottom-color: #626262; }

.bd-r-body {
  border-right-color: #626262; }

.bd-l-body {
  border-left-color: #626262; }

.bg-heading {
  background-color: #000000; }

.shape-heading .elementor-shape-fill {
  fill: #000000; }

.color-heading {
  color: #000000; }

.outline-heading {
  outline-color: #000000; }

.bd-heading {
  border-color: #000000; }

.bd-t-heading {
  border-top-color: #000000; }

.bd-b-heading {
  border-bottom-color: #000000; }

.bd-r-heading {
  border-right-color: #000000; }

.bd-l-heading {
  border-left-color: #000000; }

.bg-light {
  background-color: #888; }

.shape-light .elementor-shape-fill {
  fill: #888; }

.color-light {
  color: #888; }

.outline-light {
  outline-color: #888; }

.bd-light {
  border-color: #888; }

.bd-t-light {
  border-top-color: #888; }

.bd-b-light {
  border-bottom-color: #888; }

.bd-r-light {
  border-right-color: #888; }

.bd-l-light {
  border-left-color: #888; }

.bg-dark {
  background-color: #252525; }

.shape-dark .elementor-shape-fill {
  fill: #252525; }

.color-dark {
  color: #252525; }

.outline-dark {
  outline-color: #252525; }

.bd-dark {
  border-color: #252525; }

.bd-t-dark {
  border-top-color: #252525; }

.bd-b-dark {
  border-bottom-color: #252525; }

.bd-r-dark {
  border-right-color: #252525; }

.bd-l-dark {
  border-left-color: #252525; }

.bg-border {
  background-color: #ebebeb; }

.shape-border .elementor-shape-fill {
  fill: #ebebeb; }

.color-border {
  color: #ebebeb; }

.outline-border {
  outline-color: #ebebeb; }

.bd-border {
  border-color: #ebebeb; }

.bd-t-border {
  border-top-color: #ebebeb; }

.bd-b-border {
  border-bottom-color: #ebebeb; }

.bd-r-border {
  border-right-color: #ebebeb; }

.bd-l-border {
  border-left-color: #ebebeb; }

.bg-background {
  background-color: #ffffff; }

.shape-background .elementor-shape-fill {
  fill: #ffffff; }

.color-background {
  color: #ffffff; }

.outline-background {
  outline-color: #ffffff; }

.bd-background {
  border-color: #ffffff; }

.bd-t-background {
  border-top-color: #ffffff; }

.bd-b-background {
  border-bottom-color: #ffffff; }

.bd-r-background {
  border-right-color: #ffffff; }

.bd-l-background {
  border-left-color: #ffffff; }

.bg-background2 {
  background-color: #f6f6f6; }

.shape-background2 .elementor-shape-fill {
  fill: #f6f6f6; }

.color-background2 {
  color: #f6f6f6; }

.outline-background2 {
  outline-color: #f6f6f6; }

.bd-background2 {
  border-color: #f6f6f6; }

.bd-t-background2 {
  border-top-color: #f6f6f6; }

.bd-b-background2 {
  border-bottom-color: #f6f6f6; }

.bd-r-background2 {
  border-right-color: #f6f6f6; }

.bd-l-background2 {
  border-left-color: #f6f6f6; }

.lazyloaded {
  -webkit-transition: all .3s !important;
  transition: all .3s !important; }

/*-------------------------------------------------------------
1.3 Grid
--------------------------------------------------------------*/
.col-fluid {
  padding-left: 15px;
  padding-right: 15px;
  }
  @media (max-width: 1320px) {
    .col-fluid {
      padding-left: 30px;
      padding-right: 30px; } }

.col-full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  }
  .col-full::before, .col-full::after {
    content: '';
    display: table; }
  .col-full::after {
    clear: both; }
  .col-full:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) and (max-width: 1320px) {
    .col-full {
      padding-left: 30px;
      padding-right: 30px;
      width: auto; } }

[data-elementor-columns] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  [data-elementor-columns] .column-item {
    padding-left: 15px;
    padding-right: 15px; }

[data-elementor-columns-mobile="1"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

[data-elementor-columns-mobile="2"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

[data-elementor-columns-mobile="3"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

[data-elementor-columns-mobile="4"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

[data-elementor-columns-mobile="5"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

[data-elementor-columns-mobile="6"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

@media (min-width: 768px) {
  [data-elementor-columns-tablet="1"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  [data-elementor-columns-tablet="2"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  [data-elementor-columns-tablet="3"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  [data-elementor-columns-tablet="4"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  [data-elementor-columns-tablet="5"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  [data-elementor-columns-tablet="6"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

@media (min-width: 1024px) {
  [data-elementor-columns="1"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  [data-elementor-columns="2"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  [data-elementor-columns="3"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  [data-elementor-columns="4"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  [data-elementor-columns="5"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  [data-elementor-columns="6"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
  margin-bottom: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1320px; }
  @media (min-width: 768px) and (max-width: 1320px) {
    .container {
      padding-left: 30px;
      padding-right: 30px;
      width: auto; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

[class*=" column-"], [class^="column-"] {
  padding-left: 15px;
  padding-right: 15px; }

.column-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.column-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.column-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.column-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.column-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.column-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.column-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.column-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.column-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.column-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.column-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.column-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .column-tablet-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .column-tablet-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .column-tablet-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .column-tablet-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .column-tablet-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .column-tablet-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .column-tablet-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .column-tablet-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .column-tablet-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .column-tablet-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .column-tablet-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .column-tablet-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1024px) {
  .column-desktop-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .column-desktop-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .column-desktop-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .column-desktop-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .column-desktop-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .column-desktop-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .column-desktop-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .column-desktop-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .column-desktop-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .column-desktop-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .column-desktop-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .column-desktop-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.hide {
  display: none !important; }

@media (min-width: 768px) {
  .tablet-hide {
    display: none !important; } }

@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important; } }

@media (max-width: 767px) {
  .tablet-hide-down {
    display: none !important; } }

@media (max-width: 1023px) {
  .desktop-hide-down {
    display: none !important; } }

/*-------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
.ekommart-deal-topbar {
  background-color: #000;
  position: relative;
  padding: 10px;
  max-height: 60px;
  -webkit-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out; }

.hide-up {
  max-height: 0;
  overflow-y: hidden;
  padding: 0; }

.deal-topbar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #fff; }
  .deal-topbar-wrap > div {
    padding: 0 20px;
    position: relative; }
    .deal-topbar-wrap > div:not(:last-child):after {
      content: '';
      position: absolute;
      display: block;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      height: 20px;
      background-color: rgba(255, 255, 255, 0.2); }

.deal-topbar-text {
  font-size: 18px;
  font-weight: 700; }
  .deal-topbar-text strong {
    color: #ef3636; }

.deal-button {
  border: 2px solid;
  border-color: #ef3636;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 0 15px;
  line-height: 2.1;
  display: inline-block; }
  .deal-button:hover {
    border-color: #e01212; }

.deal-topbar-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.deal-time-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .deal-time-count .countdown-item {
    margin-right: 10px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-radius: 4px;
    line-height: 1;
    padding: 5px;
    min-width: 60px;
    text-align: center; }
    .deal-time-count .countdown-item .countdown-digits {
      font-size: 16px; }
    .deal-time-count .countdown-item .countdown-label {
      font-size: 12px;
      color: #ef3636; }
    .deal-time-count .countdown-item:last-child {
      margin-right: 0; }

.deal-time-label {
  font-size: 14px;
  margin-right: 20px;
  font-weight: 700; }

.deal-topbar-close {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #5a6274;
  font-size: 24px; }

.site-header {
  background-position: center center;
  position: relative;
  z-index: 996;
  background-color: #ffffff;
  border-bottom: 1px solid #efefef;
  }
  .site-header .site-logo-anchor,
  .site-header .site-logo-link,
  .site-header .custom-logo-link {
    display: block;
    margin-bottom: 0; }
  .site-header .widget {
    margin-bottom: 0; }

.logo-dark {
  display: none; }

.site-dark .logo-dark {
  display: block; }

.site-dark .logo-light {
  display: none; }

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  }

.home.blog.paged .site-header + .ekommart-breadcrumb,
.home.page:not(.page-template-template-homepage).paged .site-header + .ekommart-breadcrumb,
.home.post-type-archive-product.paged .site-header + .ekommart-breadcrumb {
  margin-top: -4.235801032em; }

.no-wc-breadcrumb .site-header {
  }

.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0; }

.site-branding {
  margin-bottom: 0;
  display: block;
  clear: both; }
.header-cart-mobile .logo-light{
    width: 40px;
    height: 40px;
}
  .site-branding img {
    height: auto;
    width: 100%;
    }
  @media (max-width: 1023px) {
    .site-branding {
      padding: 0 1.2rem;
      } 
	
  }
  .site-branding .site-title {
    font-size: 2em;
    letter-spacing: -1px;
    margin: 0; }
    .site-branding .site-title a {
      font-weight: 700; }
  .site-branding .site-description {
    font-size: 0.875em;
    display: none; }
  .site-branding .logo {
    margin: 0; }


 
   
    
   

.site-header-search > a {
  white-space: nowrap;
  display: block; }
  .site-header-search > a i {
    font-size: 24px;
    line-height: 1;
    color: #000000; }

.site-header-wishlist .header-wishlist {
  position: relative;
  display: block; }
  .site-header-wishlist .header-wishlist i {
    font-size: 26px;
    color: #000000;
    }
  .site-header-wishlist .header-wishlist .count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    background-color: #ef3636;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 21px; }

.site-header-cart.header-cart-mobile {
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .site-header-cart.header-cart-mobile {
      display: none; } }
  .site-header-cart.header-cart-mobile .amount {
    display: none; }
  .header-left .menu-mobile-nav-button,.header-left .header-wishlist {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    min-width: 42px;
	justify-items: left;
    }

.header-left .site-logIn,.header-left .search,.header-left .cart-contents{
	-webkit-order: 1;
	order: 1;
	min-width: 42px;
	justify-items: left;
}

.header-left .menu-mobile-nav-button .ekommart-icon-bars,.header-left .header-wishlist .ekommart-icon-heart,.header-left .site-logIn .ekommart-icon-heart,.header-left .search .ekommart-icon-heart{
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .00267rem;
    -moz-osx-font-smoothing: grayscale;
    font-size: .34667rem;
    vertical-align: middle;
}

.header-left .menu-mobile-nav-button .ekommart-icon-bars:before,.header-left .header-wishlist .ekommart-icon-heart:before,.header-left .site-logIn .ekommart-icon-heart:before,.header-left .search .ekommart-icon-heart:before,.header-left .cart-contents .ekommart-icon-heart:before,.header-left .cart-contents::before{
    width: 100%;
    height: 100%;
    display: inline-flex;
    font-size: 26px;
}
.header-left .cart-contents::before{
    margin-top: 5px;
}
.header-group-action {
  -webkit-box-align: center;
  -webkit-box-pack: end;
  padding: 0 60Px;
  height: 60Px;
  background-color: #f5f5f5;
  line-height: 60Px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .header-group-action.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .header-group-action.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .header-group-action > div:not(:last-child) {
    margin-right: 2px;
    }

.header-navigation-background .main-navigation ul.menu > li.menu-item:hover > a, .header-navigation-background .main-navigation ul.menu > li.menu-item.current-menu-item > a, .header-navigation-background .main-navigation ul.menu > li.menu-item.current-menu-parent > a {
  color: #000;
  opacity: 0.5; }

.header-navigation-background .main-navigation ul.menu > li.menu-item > a {
  color: #fff; }

.site-welcome, .ekommart-language-switcher span {
  font-weight: 500; }

@media (min-width: 1024px) {
  .header-main {
    padding-top: 1.41575em;
    padding-bottom: 1.41575em; } }

.header-divider {
  border-top: 1px solid;
  height: 0;
  border-top-color: #ebebeb; }

.header-navigation .ekommart-contact .contact_inner + .contact_inner {
  margin-left: 1rem; }
  .header-navigation .ekommart-contact .contact_inner + .contact_inner > div:first-child {
    padding-left: 1rem; }

.header-navigation .ekommart-contact .sub-title {
  padding-top: 3px; }
  .header-navigation .ekommart-contact .sub-title + .contact_link {
    margin-left: 8px; }

.header-navigation .ekommart-contact .contact_link + .sub-title, .header-navigation .ekommart-contact .title + .sub-title {
  margin-left: 8px; }

.header-navigation .ekommart-contact .contact_icon i {
  line-height: 1;
  padding-bottom: 0; }

.ekommart-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ekommart-language-switcher a {
  color: #626262;
  display: block; }
  .ekommart-language-switcher a:hover {
    color: #e01212; }

.ekommart-language-switcher img {
  display: inline-block;
  margin-right: 5px; }

.ekommart-language-switcher .sub-item {
  display: none;
  position: absolute;
  top: 100%;
  left: -16px;
  z-index: 999;
  text-align: left;
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
  .ekommart-language-switcher .sub-item a {
    padding: 0.875em 1.41575em;
    font-size: 0.875em;
    min-width: 200px; }
    .ekommart-language-switcher .sub-item a:hover, .ekommart-language-switcher .sub-item a:focus {
      background-color: rgba(0, 0, 0, 0.05); }

.ekommart-language-switcher li.item {
  position: relative; }
  .ekommart-language-switcher li.item span:hover {
    color: #e01212; }
  .ekommart-language-switcher li.item:hover .sub-item {
    display: block; }

.ekommart-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  .ekommart-contact .contact_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    .ekommart-contact .contact_inner + .contact_inner {
      margin-left: 1em; }
      @media (min-width: 1025px) {
        .ekommart-contact .contact_inner + .contact_inner {
          margin-left: 2.5em; } }
      .ekommart-contact .contact_inner + .contact_inner > div:first-child {
        padding-left: 1em;
        border-left: 1px solid;
        border-left-color: #ebebeb; }
        @media (min-width: 1025px) {
          .ekommart-contact .contact_inner + .contact_inner > div:first-child {
            padding-left: 2.5em; } }
  .ekommart-contact .contact_icon {
    font-size: 30px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #ef3636; }
    .ekommart-contact .contact_icon i {
      padding-bottom: 5px; }
  .ekommart-contact .contact_content {
    text-transform: uppercase; }
    .ekommart-contact .contact_content a {
      display: block;
      line-height: 1; }
    .ekommart-contact .contact_content .contact_link + .sub-title {
      margin-top: 10px; }
    .ekommart-contact .contact_content .contact_link:hover span {
      color: #e01212; }
    .ekommart-contact .contact_content .title {
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      display: block;
      color: #000000; }
      .ekommart-contact .contact_content .title + .sub-title {
        margin-top: 10px; }
    .ekommart-contact .contact_content .sub-title {
      font-size: 12px;
      color: #888;
      font-weight: 700;
      line-height: 1;
      display: block; }
      .ekommart-contact .contact_content .sub-title + .title, .ekommart-contact .contact_content .sub-title + .contact_link {
        margin-top: 10px; }

@media (max-width: 1023px) {
  .header-group-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; } }

.header-1 {
  }
  .header-1 .header-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:  0;
    }
    .header-1 .header-container:after {
      content: " ";
      display: block;
      clear: both; }
  .header-1 .column-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .header-1 .header-left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /* border-right-color: #ebebeb; */
    }

@media (max-width: 1023px) {
    .header-1{
    margin-bottom: 55px;
}
	 .header-1 .header-left{
    padding: 0 20px;
    background-color: #fff;
    height: 55px;
    width: 100%;
    position: fixed;
    top: 0;
}
  }
    @media (min-width: 1024px) {
      .header-1 .header-left {
        width: 20%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: left;
        /* border-style: solid; */
        /* border-width: 0 1px 0 0; */
        padding-left: 60px;
        } }
  .header-1 .header-right {
    width: 80%;
    padding: 43px 60px 35px 0;
    }

    .header-1 .header-right .site-search {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      margin-right: auto;
      max-width: 570px;
      margin-bottom: 0;
      }

.site-header-imgges{
    min-width: 502Px;
    padding: 0 !important;
}

.site-header-imgges img{
    margin-right: 49Px;
    vertical-align: middle;
    border-style: none;
    display: inline-block;
    overflow-clip-margin: content-box;
    overflow: clip;
    width: 140px;
    height: 30px;
}
    @media (max-width: 1024px) {
      .header-1 .header-right .ekommart-contact {
        display: none; } }
    @media (min-width: 1320px) {
      .header-1 .header-right .col-fluid {
        } }
    .header-1 .header-right .col-fluid > * {
      margin-right: auto;
      padding-right: 1rem;
      }
      .header-1 .header-right .col-fluid > *:last-child {
        margin-right: 0;
        padding-right: 0; }
      .header-1 .header-right .col-fluid > *:first-child {
        margin-left: 0;
        padding-left: 0; }

.header-2.site-header {
  border: none; }

.header-2 .header-top {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px; }

.header-2 .header-bottom {
  background-color: #ef3636; }

.header-2 .ekommart-language-switcher {
  display: inline-block; }
  .header-2 .ekommart-language-switcher .sub-item {
    right: -16px;
    left: unset; }

.header-3 .header-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  background: #fff; }
  .header-3 .header-container:after {
    content: " ";
    display: block;
    clear: both; }

.home .header-3, .page-template-template-homepage .header-3 {
  background: transparent; }
  @media (min-width: 1024px) {
    .home .header-3, .page-template-template-homepage .header-3 {
      position: absolute;
      width: 100%;
      background: transparent;
      margin-top: 30px; } }

.header-3 .header-top {
  background-color: #252525;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1em 2em; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .header-3 .header-top {
      padding: 1em 30px; } }

.header-3 .site-welcome {
  color: #fff; }

@media (min-width: 1024px) {
  .header-3 .header-main {
    padding-top: 0;
    padding-bottom: 0; } }

.header-3 .header-left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 15px;
  border-right-color: #ebebeb; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .header-3 .header-left {
      padding: 0 30px; } }
  @media (min-width: 1024px) {
    .header-3 .header-left {
      width: 20%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      border-style: solid;
      border-width: 0 1px 0 0; } }

.header-3 .header-right {
  width: 80%; }
  .header-3 .header-right .main-navigation {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  .header-3 .header-right .header-search {
    border-top: 1px solid;
    border-top-color: #ebebeb; }
    .header-3 .header-right .header-search input[type=search] {
      border: 0;
      padding-top: 1.2em;
      padding-bottom: 1.2em;
      padding-left: 3.3em; }
  .header-3 .header-right .header-navigation {
    padding: .5em 2em 1em; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header-3 .header-right .header-navigation {
        padding: .5em 30px 1em; } }

.header-3 .ekommart-language-switcher span {
  color: #fff; }

.header-3 .ekommart-language-switcher .sub-item {
  right: -16px;
  left: unset; }

.header-4 .header-center {
  padding: 0 15px; }

.header-4 .header-left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media (min-width: 1024px) {
    .header-4 .header-left {
      width: 20%; } }

.header-4 .header-right {
  width: 20%; }

.header-4 .header-container, .header-5 .header-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  .header-4 .header-container:after, .header-5 .header-container:after {
    content: " ";
    display: block;
    clear: both; }

.header-4 .site-welcome, .header-5 .site-welcome {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.header-4 .header-main, .header-5 .header-main {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.header-4 .header-top, .header-5 .header-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em; }

.header-4 .header-center, .header-5 .header-center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }
  .header-4 .header-center .main-navigation, .header-5 .header-center .main-navigation {
    text-align: center; }

.header-4 .ekommart-language-switcher .sub-item, .header-5 .ekommart-language-switcher .sub-item {
  right: -16px;
  left: unset; }

.header-5 .header-bottom {
  background-color: #ef3636; }

.header-5 .header-bottom-inner .header-vertical-menu {
  width: 25%;
  padding-right: 30px; }

.header-5 .header-center .main-navigation {
  text-align: left; }

.header-5 .site-search {
  padding: 5px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }
  .header-5 .site-search .widget_product_search input[type=search] {
    border-color: #fff; }

.header-5 .header-left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media (min-width: 1024px) {
    .header-5 .header-left {
      width: 25%; } }

.header-5 .header-right {
  width: 20%; }

.header-6 .header-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  .header-6 .header-container:after {
    content: " ";
    display: block;
    clear: both; }

.header-6 .header-top {
  background: #f6f6f6; }

.header-6 .header-left {
  width: 100%; }
  @media (min-width: 1024px) {
    .header-6 .header-left {
      width: 20%; } }

.header-6 .header-right {
  width: 20%; }

.header-6 .header-top-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em; }

.header-6 .header-main {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.header-6 .header-navigation {
  padding-top: 20px;
  padding-bottom: 20px; }

.header-6 .site-welcome {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.header-6 .header-center {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }
  @media (min-width: 1024px) {
    .header-6 .header-center {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; } }
  .header-6 .header-center .site-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    padding: 0 1em; }
  .header-6 .header-center .ekommart-contact {
    padding: 0 1em; }
    @media (max-width: 1024px) {
      .header-6 .header-center .ekommart-contact {
        display: none; } }
  .header-6 .header-center .header-phone-inner {
    text-align: left;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex; }
  .header-6 .header-center .header-phone {
    display: none;
    text-align: right;
    padding: 0 1em; }
    @media (min-width: 1025px) {
      .header-6 .header-center .header-phone {
        display: block; } }

.header-6 .ekommart-language-switcher .sub-item {
  right: -16px;
  left: unset; }

.header-7 .header-top-inner {
  padding: 0.8em 0; }

.header-7 .header-main {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.header-7 .header-center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media (min-width: 1024px) {
    .header-7 .header-center {
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; } }

.header-7 .header-navigation {
  text-align: center; }

.header-7 .ekommart-language-switcher, .header-7 .site-welcome {
  padding: 0 1em;
  border-left: 1px solid;
  border-left-color: #ebebeb; }

@media (max-width: 767px) {
  .header-7 .site-welcome {
    display: none; } }

.header-7 .ekommart-social {
  display: inline-block;
  padding: 0 1em;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ebebeb; }

.header-8 .header-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1em 15px;
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .header-8 .header-top {
      padding: 1em 30px; } }
  @media (min-width: 1025px) {
    .header-8 .header-top {
      padding: 1em 2.617924em; } }

.header-8 .header-main {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 15px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .header-8 .header-main {
      padding: 0 30px; } }
  @media (min-width: 1024px) {
    .header-8 .header-main {
      padding: 1.41575em 2.617924em; } }

.header-8 .header-center, .header-8 .header-right {
  display: block; }
  @media (max-width: 768px) {
    .header-8 .header-center, .header-8 .header-right {
      display: none; } }

.header-8 .site-welcome {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.header-8 .ekommart-language-switcher .sub-item {
  right: -16px;
  left: unset; }

.header-8 .header-navigation {
  background-color: #ef3636;
  padding: 0 15px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .header-8 .header-navigation {
      padding: 0 30px; } }
  @media (min-width: 1025px) {
    .header-8 .header-navigation {
      padding: 0 2.617924em; } }

.header-9 .header-container {
  background-color: #ffffff; }

.header-9 .header-divider {
  opacity: 0.5; }

.header-9 .header-top {
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .header-9 .header-top .site-welcome {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }

.header-9 .header-navigation {
  background-color: #ef3636; }
  .header-9 .header-navigation .main-navigation {
    padding: 0; }
    @media (min-width: 1025px) {
      .header-9 .header-navigation .main-navigation {
        padding: 0 2.5em; } }
    .header-9 .header-navigation .main-navigation .menu > li > a {
      color: #fff; }

.header-9 input[type='search'] {
  background: transparent; }

.header-9 .ekommart-language-switcher .sub-item {
  right: -16px;
  left: unset; }

.header-10 .header-main {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .header-10 .header-main {
      padding-bottom: 2.5em;
      padding-top: 2.5em; } }

.header-10 .header-center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media (min-width: 1024px) {
    .header-10 .header-center {
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; } }

.header-10 .header-navigation {
  text-align: center; }

.header-11 .header-container {
  background: #0163d2; }

.header-11 .header-divider {
  border-top-color: #ebebeb !important;
  opacity: 0.1; }

.header-11 .header-top {
  background: #0069df;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .header-11 .header-top .site-welcome {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }

.header-11 .header-main {
  background: #0163d2; }
  .header-11 .header-main .site-description {
    color: #fff; }

.header-11 .header-center .widget_product_search form input[type='search'] {
  background: #fff;
  border-color: #ebebeb; }
  .header-11 .header-center .widget_product_search form input[type='search']:focus {
    border-color: #ef3636; }

.header-11 .navigation-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-right: 30px; }

.header-11 .header-navigation {
  background: #0163d2;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .header-11 .header-navigation .main-navigation .menu > li:hover > a, .header-11 .header-navigation .main-navigation .menu > li.current-menu-item > a, .header-11 .header-navigation .main-navigation .menu > li.current-menu-parent > a {
    color: #e01212; }
  .header-11 .header-navigation .main-navigation .menu > li > a {
    color: #fff; }

 .header-11 .site-header-wishlist > a > i, .header-11 .site-header-wishlist > a:before, .header-11 .site-header-wishlist > a > .amount, .header-11 .site-header-cart > a > i, .header-11 .site-header-cart > a:before, .header-11 .site-header-cart > a > .amount {
  color: #fff; }

.header-11 .ekommart-contact {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }
  @media (max-width: 1024px) {
    .header-11 .ekommart-contact {
      display: none; } }
  .header-11 .ekommart-contact .contact_icon {
    font-size: 16px; }
  .header-11 .ekommart-contact .contact_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .header-11 .ekommart-contact .contact_content * {
      margin-top: 0 !important; }
    .header-11 .ekommart-contact .contact_content span {
      color: #fff; }

.header-11 .menu-mobile-nav-button {
  color: #fff; }

.header-11 .ekommart-language-switcher .sub-item {
  right: -16px;
  left: unset; }

.header-12 {
  background: #000; }
  .home .header-12, .page-template-template-homepage .header-12 {
    background: #000; }
    @media (min-width: 1024px) {
      .home .header-12, .page-template-template-homepage .header-12 {
        position: absolute;
        width: 100%;
        background: transparent; } }
    @media (min-width: 1024px) {
      .home .header-12 .header-main, .page-template-template-homepage .header-12 .header-main {
        padding-top: 3.706325903em;
        padding-bottom: 3.706325903em; } }
  @media (min-width: 1024px) {
    .header-12 .header-main {
      padding-top: 1.41575em;
      padding-bottom: 1.41575em; } }
  .header-12 .header-main .site-description {
    color: #fff; }
  .header-12 .header-left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    @media (min-width: 1024px) {
      .header-12 .header-left {
        width: 20%; } }
  .header-12 .header-center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
    .header-12 .header-center .main-navigation {
      text-align: center; }
  .header-12 .header-right {
    width: 20%; }
  .header-12 .main-navigation ul.menu > li.menu-item > a {
    color: #fff; }
    .header-12 .main-navigation ul.menu > li.menu-item > a:hover {
      color: #e01212; }
  .header-12 .site-header-account > a > i, .header-12 .site-header-account > a:before, .header-12 .site-header-account > a > .amount, .header-12 .site-header-wishlist > a > i, .header-12 .site-header-wishlist > a:before, .header-12 .site-header-wishlist > a > .amount, .header-12 .site-header-cart > a > i, .header-12 .site-header-cart > a:before, .header-12 .site-header-cart > a > .amount {
    color: #fff; }
  .header-12 .site-header-search > a i {
    color: #fff; }
  .header-12 .menu-mobile-nav-button {
    color: #fff; }

.header-side .header-top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px; }

.header-side .ekommart-social ul {
  text-align: center; }

@media (min-width: 1024px) {
  body.ekommart-header-side {
    width: calc(100vw - 350px);
    max-width: calc(100vw - 350px);
    margin-left: auto; }
    body.ekommart-header-side .header-sticky {
      display: none; }
  .header-side {
    position: fixed;
    width: 350px;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .header-side .header-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      padding: 50px 30px; }
      .admin-bar .header-side .header-container {
        padding: 80px 30px 50px; }
      .header-side .header-container > * {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; }
    .header-side .header-top {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      margin-bottom: auto;
      margin-top: auto;
      padding-top: 0;
      padding-bottom: 0; }
    .header-side .header-bottom {
      margin-top: auto;
      margin-bottom: auto; }
    .header-side .site-branding {
      margin-bottom: 50px; }
      .header-side .site-branding img {
        margin: auto; }
    .header-side .main-navigation ul li {
      float: unset;
      display: block;
      text-align: center; }
    .header-side .main-navigation ul.menu > li > a,
    .header-side .main-navigation ul.nav-menu > li > a {
      padding: 5px; } }

.search-popup-active {
  overflow: hidden; }

.site-search-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  padding: 0 50px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  @media (max-width: 767px) {
    .site-search-popup {
      padding: 0 30px; } }
  .search-popup-active .site-search-popup {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    pointer-events: auto; }
  .site-search-popup .site-search-popup-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
    height: 50%; }
    .site-search-popup .site-search-popup-wrap .site-search-popup-close {
      position: absolute;
      right: 0;
      top: 50px;
      font-size: 24px; }
      @media (max-width: 767px) {
        .site-search-popup .site-search-popup-wrap .site-search-popup-close {
          top: 30px; } }
      .site-search-popup .site-search-popup-wrap .site-search-popup-close i {
        color: #000; }
    .site-search-popup .site-search-popup-wrap .site-search {
      max-width: 600px;
      width: 50%; }
      .site-search-popup .site-search-popup-wrap .site-search .widget {
        margin-bottom: 0; }
      .site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
        max-height: 50vh; }

.header-sticky {
  position: fixed;
  top: 0;
  width: 100vw;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 996;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0; }
  .header-sticky.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  .admin-bar .header-sticky {
    top: 0; }
    @media (min-width: 783px) {
      .admin-bar .header-sticky {
        top: 32px; } }
    @media (min-width: 601px) and (max-width: 782px) {
      .admin-bar .header-sticky {
        top: 46px; } }
  .header-sticky .site-branding {
    margin-bottom: 0;
    min-width: 150px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem; }
    @media (min-width: 1024px) {
      .header-sticky .site-branding {
        margin-right: 30px; } }
    .header-sticky .site-branding .site-description {
      display: none; }
  .header-sticky .header-group-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .header-sticky .main-navigation {
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 1023px) {
      .header-sticky .main-navigation {
        display: none; } }
  .header-sticky .main-navigation ul.menu > li > a,
  .header-sticky .main-navigation ul.nav-menu > li > a {
    padding: 1em; }
  .header-sticky .site-header-cart .cart-contents .amount {
    display: none; }
  .header-sticky .menu-mobile-nav-button {
    padding-right: 0; }

.ekommart-mobile-nav {
  position: fixed;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 998;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #000;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  }
  @media (min-width: 1024px) {
    .ekommart-mobile-nav {
      display: none; } }
  .mobile-nav-active .ekommart-mobile-nav {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .admin-bar .ekommart-mobile-nav {
    top: 0; }
    @media (min-width: 783px) {
      .admin-bar .ekommart-mobile-nav {
        top: 32px; } }
    @media (min-width: 601px) and (max-width: 782px) {
      .admin-bar .ekommart-mobile-nav {
        top: 46px; } }
  .ekommart-mobile-nav .search-form {
    margin-top: 1em; }
  .ekommart-mobile-nav .ekommart-social {
    border-top: 1px solid #0e0e0e;
    padding: 0.5em;
    margin-top: 1rem; }
    body .ekommart-mobile-nav .ekommart-social ul li a:before {
      color: #fff; }
  .ekommart-mobile-nav .ekommart-language-switcher-mobile {
    padding: 0.3em 45px 0 0.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .ekommart-mobile-nav .ekommart-language-switcher-mobile > * {
      padding: 0.25em; }

.mobile-nav-close {
  color: #fff;
  float: right;
  clear: both;
  padding: 0 18px;
  margin-bottom: 11px; }
  .mobile-nav-close:hover, .mobile-nav-close:focus {
    color: #fff; }

.ekommart-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease; }
  .mobile-nav-active .ekommart-overlay {
    visibility: visible;
    opacity: 1;
    }

.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  color: #000000; }
  @media (min-width: 1024px) {
    .menu-mobile-nav-button {
      display: none; } }
  .menu-mobile-nav-button i {
    font-size: 20px; }

html {
  overflow-x: hidden; }

#page {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  }

.mobile-nav-active {
  overflow: hidden; }
  .mobile-nav-active #page {
    margin-left: 300px;
    margin-right: -300px; }

/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 3px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em;
  font-size: 0.875em;
  max-width: 120px; }

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.toggled button.menu-toggle::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.toggled button.menu-toggle span::before {
  opacity: 0; }

.primary-navigation {
  display: none; }

ul.menu li.current-menu-item > a {
  color: #ef3636; }

.main-navigation {
  position: relative;
  flex: 3;
  }
  .main-navigation::before, .main-navigation::after {
    content: '';
    display: table; }
  .main-navigation::after {
    clear: both; }
  .main-navigation div.menu {
    display: none; }
  .main-navigation div.menu:last-child {
    display: block; }
  .main-navigation .menu {
    clear: both;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    }
.main-navigation ul li{
    background-color: #fff;
    color: #000;
    width: max-content;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
  .main-navigation ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0; }
    .main-navigation ul ul {
      display: block;
      margin-left: 1.41575em; }
    .main-navigation ul li.menu-item > a {
      padding: 0.875em 0;
      display: block;
      color: #626262; }
      .main-navigation ul li.menu-item > a:hover {
        color: #e01212; }
    .main-navigation ul li.menu-item.current-menu-parent > a, .main-navigation ul li.menu-item.current-menu-item > a {
      color: #ef3636; }
  .main-navigation ul > li.menu-item > a,
  .main-navigation ul.nav-menu > li.menu-item > a {
    font-weight: normal;
    justify-content: flex-start;
    transition: opacity .2s ease-in-out;
    font-family: AdihausDIN, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    letter-spacing: 1.87Px;
    text-transform: uppercase;
    font-size: 14Px;
    line-height: 100%;
    color: #000;
    padding: 0 10Px;
    align-items: center;
    font-family: AdihausDIN, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    }
  .main-navigation .sub-menu {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 1em 0; }
    .main-navigation .sub-menu li.menu-item > a {
      color: #626262; }
      .main-navigation .sub-menu li.menu-item > a:hover {
        color: #ef3636; }
 .main-navigation .sub-menu li.menu-item > a img{
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    height: 15px;
    width: auto;
}
.mobile-navigation {
  clear: both; }
  .mobile-navigation ul {
    margin: 0;
    list-style: none; }
    .mobile-navigation ul li {
      position: relative;
      border-style: solid;
      border-width: 1px 0 0 0;
      border-color: #0e0e0e; }
      .mobile-navigation ul li a {
        padding: 0.5em;
        display: block;
        color: #fff; }
      .mobile-navigation ul li button::after {
        -webkit-transition: all, ease, 0.9s;
        transition: all, ease, 0.9s; }
      .mobile-navigation ul li button.toggled-on::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .mobile-navigation ul > li:first-child {
      border: none; }
    .mobile-navigation ul .sub-menu {
      display: none;
      padding-left: 10px; }
  .mobile-navigation .dropdown-toggle {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0.5em 1.4em;
    border: none; }
    .mobile-navigation .dropdown-toggle:focus {
      outline: none; }

.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px; }

/*-------------------------------------------------------------
2.2 Vertical Naivgation
--------------------------------------------------------------*/
.vertical-navigation {
  position: relative;
  background-color: #e01212;
  height: 100%; }
  .vertical-navigation .vertical-navigation-header {
    font-size: 16px;
    padding: 1.1em 20px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 100%; }
    .vertical-navigation .vertical-navigation-header i {
      vertical-align: middle;
      margin-right: 10px;
      height: 22px;
      line-height: 1; }
  .vertical-navigation .vertical-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden; }
    .vertical-navigation .vertical-menu .menu {
      position: relative;
      list-style: none;
      margin: 0;
      border: 1px solid;
      border-color: #ebebeb;
      border-top: none; }
      .vertical-navigation .vertical-menu .menu > li {
        border-bottom: 1px solid;
        border-color: #ebebeb; }
        .vertical-navigation .vertical-menu .menu > li:last-child {
          border-bottom: none; }
        .vertical-navigation .vertical-menu .menu > li > a {
          padding: 0.7em 30px;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
                  align-items: center; }
  .vertical-navigation:hover .vertical-menu {
    opacity: 1;
    visibility: visible; }
  .vertical-navigation ul.menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    list-style: none;
    margin: 0; }
    .vertical-navigation ul.menu .sub-menu {
      position: absolute;
      left: 100%;
      top: 0;
      visibility: hidden;
      opacity: 0;
      list-style: none;
      margin: 0;
      background: #fff;
      width: 100%;
      z-index: 99; }
      @media (max-width: 767px) {
        .vertical-navigation ul.menu .sub-menu {
          max-width: 100%;
          width: 100% !important;
          left: 0;
          top: 100%; }
          .vertical-navigation ul.menu .sub-menu.open {
            opacity: 1;
            visibility: visible; } }
    .vertical-navigation ul.menu > li {
      position: relative; }
      @media (max-width: 767px) {
        .vertical-navigation ul.menu > li {
          position: relative !important; } }
      .vertical-navigation ul.menu > li > a {
        color: #000000;
        font-size: 14px;
        padding: 0.5em 20px;
        display: block; }
        .vertical-navigation ul.menu > li > a:hover {
          color: #e01212; }
      @media (min-width: 768px) {
        .vertical-navigation ul.menu > li:hover > .sub-menu {
          opacity: 1;
          visibility: visible; } }

/*-------------------------------------------------------------
2.3 Mega Menu
--------------------------------------------------------------*/
.has-mega-menu.has-fullwidth {
  position: static !important; }
  .has-mega-menu.has-fullwidth .mega-fullwidth {
    width: 100%; }

.has-mega-menu.sub-menu-left {
  position: static !important; }

.vertical-navigation .has-mega-menu {
  position: static !important; }

.vertical-navigation .has-mega-menu .mega-menu {
  min-height: 100%; }

.mega-menu.sub-menu {
  padding: 0;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); }
  .mega-menu.sub-menu .elementor-section.elementor-section-stretched {
    left: 0 !important;
    max-width: 100% !important; }

.mega-menu.mega-stretchwidth {
  width: 100vw; }

.menu-icon {
  font-size: 20px;
  margin-right: 15px;
  max-width: 20px; }

.single-ekommart_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
  padding: 0.5407911001em 0;
  font-weight: 400; }
  .single-ekommart_menu_item .elementor-icon-list-items li a,
  .mega-menu .elementor-icon-list-items li a {
    color: #626262; }
    .single-ekommart_menu_item .elementor-icon-list-items li a:hover,
    .mega-menu .elementor-icon-list-items li a:hover {
      color: #e01212; }

.header-side .main-navigation ul.menu {
  margin-left: -30px;
  margin-right: -30px; }

.header-side .main-navigation ul ul.sub-menu {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  left: 100% !important;
  max-height: 100vh;
  overflow-y: auto; }
  .header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
    left: 0 !important;
    max-width: 100% !important; }

.header-side .has-mega-menu.sub-menu-left {
  position: relative !important; }

/*-------------------------------------------------------------
2.4 Breadcrumb
--------------------------------------------------------------*/
/**
 * Breadcrumbs
 */
.ekommart-breadcrumb {
  margin: 0 0 2.617924em;
  padding: 2.617924em 0;
  text-align: center;
  background-color: #252525;
  color: #fff; }
  .post-type-archive-product .ekommart-breadcrumb {
    margin-bottom: 40px;
    display: none; }
  .ekommart-breadcrumb .breadcrumb-heading,
  .ekommart-breadcrumb a {
    color: #fff; }
  .ekommart-breadcrumb a:hover {
    color: #e01212; }

.woocommerce-breadcrumb {
  color: #888; }
  .woocommerce-breadcrumb a {
    text-decoration: underline;
    display: inline-block; }
    .woocommerce-breadcrumb a:hover {
      text-decoration: none; }
  .woocommerce-breadcrumb .breadcrumb-separator {
    display: inline-block;
    padding: 0 0.5407911001em; }

.single-product .ekommart-breadcrumb {
  padding: 2.617924em 0; }

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-main {
  margin-bottom: 2.617924em; }

.site-content {
  outline: none; }

/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 3.706325903em;
  padding: 0 3.7rem;
  }

@media only screen and (max-width: 1024px) {
	.hentry {
  margin: 0 0 3.706325903em;
  padding: 0 .7rem;
  }
}
  .hentry .wp-post-image {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto; }
  .hentry .entry-header .categories-link,
  .hentry .entry-header .posted-on,
  .hentry .entry-header .post-author,
  .hentry .entry-header .post-comments,
  .hentry .entry-header .byline {
    font-size: 0.875em;
    color: #888; }
  .hentry .entry-header .posted-on a,
  .hentry .entry-header .post-author a {
    color: #626262; }
    .hentry .entry-header .posted-on a:hover,
    .hentry .entry-header .post-author a:hover {
      color: #e01212; }
  .hentry .entry-taxonomy {
    margin: 1.41575em 0 0; }
    .hentry .entry-taxonomy strong {
      margin-right: 5px; }
  .hentry.type-page .entry-header {
    border-bottom: 0;
    margin-bottom: 0; }
  .hentry .post-navigation {
    margin: 1.618em 0; }
  .hentry .more-link {
    font-weight: 700;
    border-bottom: 1px solid; }
  .hentry strong,
  .hentry th,
  .hentry dt {
    color: #000000; }

.entry-meta > span:not(:first-child):before {
  content: '·';
  padding: 0 7px; }

.cat-links,
.tags-links {
  font-size: 0.875em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1em; }

.single .hentry .entry-header {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
  margin-bottom: 2.2906835em;
  padding-bottom: 1.41575em; }

.single-post.ekommart-full-width-content .content-area {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

main > .row > .column-item {
  margin-bottom: 30px; }
  .blog-style-2 main > .row > .column-item {
    margin-bottom: 60px; }
    .blog-style-2 main > .row > .column-item .post-thumbnail img {
      width: 100%; }

/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #ffffff;
  padding: 1.618em 0 0;
  /* border-top: 1px solid #d9d9d9; */
  }
.Footer_register-content{
    width: 100%;
    height: 136PX;
    background: #ede734;
}
.Footer_content{
    width: 1198PX;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Footer_content p{
    font-size: 30PX;
    font-weight: 700;
    font-family: AdineuuePRO;
    color: #000;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-right: 20PX;
    word-break: break-word;
}
.Button_common-btn{
    font-family: OpenSans;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    height: 64PX;
    padding: 0 35PX;
    min-height: 50PX;
    font-size: 16PX;
    background: #000;
    color: #fff !important;
    border: none;
    align-items: center;
}
.Footer_register-text{
    gap: 36PX;
    font-size: 24PX;
    line-height: 25PX;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: AdihausDIN, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    height: 100%;
}
.Footer_register-text .iconfont{
    font-size: 24Px;
    -webkit-text-stroke-width: .2PX;
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .00267rem;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

@media only screen and (max-width: 767px){

.Footer_register-content{
    height: auto;
    background: #ffde00;
}
.Footer_content{
  flex-direction: row;
  height: auto;
  padding: 30px;
  justify-content: space-between;
  width: auto;
}
.Footer_content p{font-size: 22px;font-family: Arial;color: #000;line-height: 1rem;margin-right: .53333rem;flex-grow: 1;}
.Button_common-btn{
    font-weight: unset;
    text-align: unset;
    line-height: unset;
    padding: unset;
    min-height: unset;
    font-size: unset;
    background: unset;
    color: unset;
    border: unset;
    align-items: unset;
    height: unset;
}
.Footer_register-text{
  display: none;
}
.Button_common-btn:after{
  content:'SIGN UP';
  flex-shrink: 0;
  width: 90px;
  height: 43px;
  margin-top: 0;
  text-align: center;
  border: none;
  background: #000;
  min-height: .53333rem;
  padding: 0 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 17px;
}	
.Footer_register-text .iconfont{display: none;}


}
  @media (max-width: 1024px) {
    .site-footer {
      margin-bottom: 60px;
      background: #000;
      } }
  .site-footer a:not(.button) {
    color: #626262; }
    .site-footer a:not(.button):hover {
      }
  .site-footer .widget .widget-title,
  .site-footer .widget .widgettitle {
    font-size: 1em;
    text-transform: uppercase; }
  .site-footer .widget.widget_recent_entries .post-title {
    font-weight: 700; }
  .ekommart-footer-builder .site-footer {
    padding-top: 0; }

.copyright-bar {
  background-color: #252525;
  color: #888;
  padding: 1.618em 0; }
  .copyright-bar .ekommart-social {
    margin-bottom: 1em;
    text-align: center; }
    .copyright-bar .ekommart-social ul li a[href*="instagram"]:before {
      color: #fff; }
  .copyright-bar .site-info {
    margin-bottom: 1em; }
  .copyright-bar .logo-brands img {
    margin: auto; }

.site-info {
  text-align: center; }
  .site-info a.site-url:not(.button) {
    font-weight: 700;
    color: #ef3636; }
    .site-info a.site-url:not(.button):hover {
      color: #e01212; }

.logo-payment {
  text-align: right; }
  .logo-payment img {
    margin-left: auto; }

.contact-block .contact-text {
  margin-bottom: 20px; }
  .contact-block .contact-text p {
    margin: 0; }
  .contact-block .contact-text a {
    color: #ef3636; }

.contact-block .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: 20px; }
  .contact-block .contact-info:nth-last-child(2) {
    margin-bottom: 15px; }
  .contact-block .contact-info:nth-last-child(1) .contact-info_icon {
    margin-left: 5px; }
  .contact-block .contact-info .contact-info_phones {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }

.contact-block .contact-info_icon {
  font-size: 2rem;
  color: #000000;
  font-weight: 300;
  padding: 0 20px 0px 5px; }

.contact-block .contact-info_phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .contact-block .contact-info_phones .title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 20px;
    color: #ef3636; }

/*-------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
  clear: both; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
  clear: both; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*-------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text, .single-product .breadcrumb-heading {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus, .single-product .breadcrumb-heading:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none; }

/*-------------------------------------------------------------
7.0 Clearing
--------------------------------------------------------------*/
.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: '';
  display: table; }

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both; }

/*-------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse; }
  table caption {
    padding: 1em 0;
    font-weight: 600; }
  table td,
  table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top; }
    table td p:last-child,
    table th p:last-child {
      margin-bottom: 0; }
  table th {
    font-weight: 600; }
  table thead th {
    padding: 1.41575em;
    vertical-align: middle; }
  table tbody h2, table tbody #respond #reply-title, #respond table tbody #reply-title {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal; }
    table tbody h2 a, table tbody #respond #reply-title a, #respond table tbody #reply-title a {
      font-weight: normal; }
  .entry-content table:not(.shop_table) td, .entry-content
  table:not(.shop_table) th {
    border: 1px solid;
    border-color: #ebebeb; }

/*-------------------------------------------------------------
9.0 404 Styles
--------------------------------------------------------------*/
.error404 .page-content {
  padding-bottom: 100px;
  padding-top: 40px;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto; }

.error404 .error-img404 {
  margin-bottom: 50px; }
  .error404 .error-img404 img {
    display: inline-block; }

.error404 h1 {
  font-size: 60px; }

.error404 .error-text {
  font-size: 24px; }

.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025); }
  .error404 .site-content .widget_product_search form {
    margin: 0; }

.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
  width: 100%; }

.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid #ebebeb;
  border-width: 1px 0;
  margin-bottom: 2.617924em; }
  .error404 .fourohfour-columns-2::before, .error404 .fourohfour-columns-2::after {
    content: '';
    display: table; }
  .error404 .fourohfour-columns-2::after {
    clear: both; }
  .error404 .fourohfour-columns-2 ul.products li.product,
  .error404 .fourohfour-columns-2 .widget {
    margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 2.2906835em; }
    .error404 .fourohfour-columns-2 .col-1 ul.products li.product {
      width: 46.6666666667%;
      float: left;
      margin-right: 6.6666666667%; }
      .error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
        margin-right: 0; }
  .error404 .fourohfour-columns-2 .col-2 {
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025); }

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
#comments {
  padding-top: 2.617924em; }
  #comments .comments-title {
    border-bottom: 1px solid;
    border-bottom-color: #ebebeb;
    padding-bottom: 0.5407911001em;
    margin-bottom: 1.618em; }
  #comments .comment-list-wrap {
    border-color: #ebebeb; }
  #comments .comment-list {
    list-style: none;
    margin-left: 0; }
    #comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
      content: '';
      display: table; }
    #comments .comment-list .comment-body::after {
      clear: both; }
    #comments .comment-list .comment-content {
      padding-bottom: 1.618em;
      margin-bottom: 1.618em; }
      #comments .comment-list .comment-content .comment-text {
        padding: 1.618em;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.0125);
        border: 1px solid;
        border-color: #ebebeb; }
        #comments .comment-list .comment-content .comment-text p:last-child {
          margin-bottom: 0; }
    #comments .comment-list .comment-meta {
      margin-bottom: 1em; }
      #comments .comment-list .comment-meta .avatar {
        margin-bottom: 0.5em;
        width: 50px;
        height: auto;
        border-radius: 50%; }
      #comments .comment-list .comment-meta a.comment-date {
        font-size: 0.875em;
        color: #888; }
        #comments .comment-list .comment-meta a.comment-date:hover {
          color: #e01212; }
      #comments .comment-list .comment-meta cite {
        font-weight: 700;
        color: #000000;
        font-style: normal;
        clear: both;
        display: block; }
    #comments .comment-list .reply {
      margin-bottom: 1.618em;
      padding-top: 0.6180469716em; }
      #comments .comment-list .reply::before, #comments .comment-list .reply::after {
        content: '';
        display: table; }
      #comments .comment-list .reply::after {
        clear: both; }
      #comments .comment-list .reply a {
        display: inline-block;
        margin-right: 1em; }
        #comments .comment-list .reply a:last-child {
          margin-right: 0; }
    #comments .comment-list .children {
      list-style: none; }
    #comments .comment-list #respond {
      padding: 1.618em;
      background-color: rgba(0, 0, 0, 0.0125); }
  #comments table th,
  #comments table td {
    border: 1px solid;
    border-color: #ebebeb; }

.comment-content a {
  word-wrap: break-word; }

#respond {
  clear: both;
  position: relative; }
  #respond .comment-form-author input,
  #respond .comment-form-email input,
  #respond .comment-form-url input {
    width: 100%; }
  #respond .comment-form-cookies-consent label {
    color: #626262; }
  #respond .form-submit,
  #respond form {
    margin-bottom: 0; }
  #respond label {
    color: #000000; }
  #respond #reply-title {
    color: #000000; }
  #respond #cancel-comment-reply-link {
    position: absolute;
    top: 0.5407911001em;
    right: 0.5407911001em;
    display: block;
    height: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    font-size: 1.41575em;
    text-align: center;
    -webkit-transition: ease, 0.3s, -webkit-transform;
    transition: ease, 0.3s, -webkit-transform;
    transition: transform, ease, 0.3s;
    transition: transform, ease, 0.3s, -webkit-transform; }
    #respond #cancel-comment-reply-link:hover {
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }

/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
form {
  margin-bottom: 1.618em; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  *
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */
  }

/* Button Outline */
.button-outline {
  border: 1px solid;
  border-radius: 3px;
  background: transparent;
  border-color: #ef3636;
  color: #ef3636;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  display: inline-block; }
  .button-outline:hover {
    color: #fff !important;
    background-color: #e01212;
    border-color: #e01212; }
  .button-outline.loading {
    opacity: 0.5; }
  .button-outline.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em; }
  .button-outline.disabled, .button-outline:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed; }
    .button-outline.disabled:hover, .button-outline:disabled:hover {
      opacity: 0.5 !important; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
  border: 2px solid;
  border-radius: 3px;
  background: none;
  background-color: #ef3636;
  border-color: #ef3636;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  }
  button::after,
  input[type='button']::after,
  input[type='reset']::after,
  input[type='submit']::after,
  .button::after,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,
  .added_to_cart::after {
    display: none; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button:hover,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
  .added_to_cart:hover {
    background-color: #e01212;
    border-color: #e01212; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button:hover,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
  .added_to_cart:hover {
    color: #fff; }
  button.loading,
  input[type='button'].loading,
  input[type='reset'].loading,
  input[type='submit'].loading,
  .button.loading,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,
  .added_to_cart.loading {
    opacity: 0.5; }
  button.small,
  input[type='button'].small,
  input[type='reset'].small,
  input[type='submit'].small,
  .button.small,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small,
  .added_to_cart.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em; }
  button.disabled, button:disabled,
  input[type='button'].disabled,
  input[type='button']:disabled,
  input[type='reset'].disabled,
  input[type='reset']:disabled,
  input[type='submit'].disabled,
  input[type='submit']:disabled,
  .button.disabled,
  .button:disabled,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,
  .added_to_cart.disabled,
  .added_to_cart:disabled {
    }
    button.disabled:hover, button:disabled:hover,
    input[type='button'].disabled:hover,
    input[type='button']:disabled:hover,
    input[type='reset'].disabled:hover,
    input[type='reset']:disabled:hover,
    input[type='submit'].disabled:hover,
    input[type='submit']:disabled:hover,
    .button.disabled:hover,
    .button:disabled:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover,
    .added_to_cart.disabled:hover,
    .added_to_cart:disabled:hover {
      opacity: 0.5 !important; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    margin: 0 0 0 0.3819820591em; }

input[type='search']::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }
  input[type='search']::-webkit-input-placeholder {
    color: #616161; }
  input[type='search']:-ms-input-placeholder {
    color: #616161; }
  input[type='search']::-ms-input-placeholder {
    color: #616161; }
  input[type='search']::placeholder {
    color: #616161; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.input-text {
  padding: 0.6180469716em;
  background-color: #ffffff;
  color: #626262;
  border: 2px solid;
  border-color: #ebebeb;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 3px;
  outline: 0;
  }
.input-text{
    text-align: left;
}

.pull_right{float:right}
.pull_left{float:left}
  input[type='text']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .input-text::-webkit-input-placeholder {
    color: #626262; }
  input[type='text']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .input-text:-ms-input-placeholder {
    color: #626262; }
  input[type='text']::-ms-input-placeholder,
  input[type='number']::-ms-input-placeholder,
  input[type='email']::-ms-input-placeholder,
  input[type='tel']::-ms-input-placeholder,
  input[type='url']::-ms-input-placeholder,
  input[type='password']::-ms-input-placeholder,
  input[type='search']::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  .input-text::-ms-input-placeholder {
    color: #626262; }
  input[type='text']::placeholder,
  input[type='number']::placeholder,
  input[type='email']::placeholder,
  input[type='tel']::placeholder,
  input[type='url']::placeholder,
  input[type='password']::placeholder,
  input[type='search']::placeholder,
  textarea::placeholder,
  .input-text::placeholder {
    color: #626262; }
  .form-light input[type='text'], .form-light
  input[type='number'], .form-light
  input[type='email'], .form-light
  input[type='tel'], .form-light
  input[type='url'], .form-light
  input[type='password'], .form-light
  input[type='search'], .form-light
  textarea, .form-light
  .input-text {
    color: #fff; }
    .form-light input[type='text']::-webkit-input-placeholder, .form-light
    input[type='number']::-webkit-input-placeholder, .form-light
    input[type='email']::-webkit-input-placeholder, .form-light
    input[type='tel']::-webkit-input-placeholder, .form-light
    input[type='url']::-webkit-input-placeholder, .form-light
    input[type='password']::-webkit-input-placeholder, .form-light
    input[type='search']::-webkit-input-placeholder, .form-light
    textarea::-webkit-input-placeholder, .form-light
    .input-text::-webkit-input-placeholder {
      color: #fff; }
    .form-light input[type='text']:-ms-input-placeholder, .form-light
    input[type='number']:-ms-input-placeholder, .form-light
    input[type='email']:-ms-input-placeholder, .form-light
    input[type='tel']:-ms-input-placeholder, .form-light
    input[type='url']:-ms-input-placeholder, .form-light
    input[type='password']:-ms-input-placeholder, .form-light
    input[type='search']:-ms-input-placeholder, .form-light
    textarea:-ms-input-placeholder, .form-light
    .input-text:-ms-input-placeholder {
      color: #fff; }
    .form-light input[type='text']::-ms-input-placeholder, .form-light
    input[type='number']::-ms-input-placeholder, .form-light
    input[type='email']::-ms-input-placeholder, .form-light
    input[type='tel']::-ms-input-placeholder, .form-light
    input[type='url']::-ms-input-placeholder, .form-light
    input[type='password']::-ms-input-placeholder, .form-light
    input[type='search']::-ms-input-placeholder, .form-light
    textarea::-ms-input-placeholder, .form-light
    .input-text::-ms-input-placeholder {
      color: #fff; }
    .form-light input[type='text']::placeholder, .form-light
    input[type='number']::placeholder, .form-light
    input[type='email']::placeholder, .form-light
    input[type='tel']::placeholder, .form-light
    input[type='url']::placeholder, .form-light
    input[type='password']::placeholder, .form-light
    input[type='search']::placeholder, .form-light
    textarea::placeholder, .form-light
    .input-text::placeholder {
      color: #fff; }

select {
  padding: 0.63em 28px 0.63em 1.41575em; }
  select:not([size]):not([multiple]) {
    color: #626262;
    background-color: #ffffff;
    border: 2px solid;
    border-color: #ebebeb;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    width: 100%;
    /*background-image: url("../image/select_arrow.png");*/
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    padding-right: 28px; }

.select2-container {
  z-index: 99999999; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 0.875em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

label {
  font-weight: 400; }

label.inline input {
  width: auto; }

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
  border-color: #ebebeb; }
  fieldset legend {
    font-weight: 700;
    color: #000000;
    padding: 0.6180469716em 1em;
    margin-left: -1em; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0; }

/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.41575em; }
  .gallery::before, .gallery::after {
    content: '';
    display: table; }
  .gallery::after {
    clear: both; }
  .gallery .gallery-item {
    float: left; }
    .gallery .gallery-item .gallery-icon a {
      display: block; }
    .gallery .gallery-item .gallery-icon img {
      border: none;
      height: auto;
      margin: 0 auto; }
    .gallery .gallery-item .gallery-caption {
      margin: 0;
      text-align: center; }
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.3%; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%; }

/*-------------------------------------------------------------
12.2 Embeds
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
  max-width: 100%; }

/*-------------------------------------------------------------
13.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%; }
  .wp-caption img[class*='wp-image-'] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    border-bottom: 2px solid #ebebeb;
    padding: 1em 0; }

/*-------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
.site-main nav.navigation {
  clear: both; }
  .site-main nav.navigation::before, .site-main nav.navigation::after {
    content: '';
    display: table; }
  .site-main nav.navigation::after {
    clear: both; }
  .site-main nav.navigation .nav-previous a,
  .site-main nav.navigation .nav-next a {
    display: inline-block; }
  .site-main nav.navigation .nav-previous {
    float: left;
    width: 50%; }
  .site-main nav.navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

.pagination,
.woocommerce-pagination {
  text-align: center;
  clear: both;
  margin-top: 45px; }
  .pagination ul.page-numbers,
  .woocommerce-pagination ul.page-numbers {
    list-style: none;
    margin: 0; }
    .pagination ul.page-numbers::before, .pagination ul.page-numbers::after,
    .woocommerce-pagination ul.page-numbers::before,
    .woocommerce-pagination ul.page-numbers::after {
      content: '';
      display: table; }
    .pagination ul.page-numbers::after,
    .woocommerce-pagination ul.page-numbers::after {
      clear: both; }
    .pagination ul.page-numbers li,
    .woocommerce-pagination ul.page-numbers li {
      display: inline-block; }
  .pagination .page-numbers:not(ul),
  .woocommerce-pagination .page-numbers:not(ul) {
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: transparent;
    color: #888;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
    .pagination .page-numbers:not(ul).current,
    .woocommerce-pagination .page-numbers:not(ul).current {
      background-color: #ef3636;
      border-color: #ef3636;
      color: #000000; }
    .pagination .page-numbers:not(ul).dots,
    .woocommerce-pagination .page-numbers:not(ul).dots {
      background-color: transparent; }
    .pagination .page-numbers:not(ul).prev, .pagination .page-numbers:not(ul).next,
    .woocommerce-pagination .page-numbers:not(ul).prev,
    .woocommerce-pagination .page-numbers:not(ul).next {
      position: relative;
      padding-left: 1em;
      padding-right: 1em;
      width: auto;
      color: #000000; }
      .pagination .page-numbers:not(ul).prev:before, .pagination .page-numbers:not(ul).next:before,
      .woocommerce-pagination .page-numbers:not(ul).prev:before,
      .woocommerce-pagination .page-numbers:not(ul).next:before {
        position: absolute;
        font-weight: 700; }
    .pagination .page-numbers:not(ul).next i,
    .woocommerce-pagination .page-numbers:not(ul).next i {
      margin-left: 5px; }
    .pagination .page-numbers:not(ul).next:before,
    .woocommerce-pagination .page-numbers:not(ul).next:before {
      right: 0; }
    .pagination .page-numbers:not(ul).prev i,
    .woocommerce-pagination .page-numbers:not(ul).prev i {
      margin-right: 5px; }
    .pagination .page-numbers:not(ul).prev:before,
    .woocommerce-pagination .page-numbers:not(ul).prev:before {
      left: 0; }

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.page-links {
  padding-top: 10px; }
  .page-links > * {
    padding: 0.6180469716em; }

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  #secondary {
    display: none; } }

#secondary .widget .widget-title,
#secondary .widget .widgettitle {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb; }

.widget {
  margin: 0 0 3.706325903em; }
  .widget select {
    max-width: 100%; }
  .widget .widget-search .search-submit {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important; }
  .widget.widget_recent_entries li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    padding: 1em 0;
    margin-bottom: 0;
    border-bottom: 1px solid;
    border-bottom-color: #ebebeb; }
    .widget.widget_recent_entries li:first-child {
      padding-top: 0; }
    .widget.widget_recent_entries li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .widget.widget_recent_entries .recent-posts-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
    margin-right: 1em;
    max-width: 75px; }
  .widget.widget_recent_entries .recent-posts-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
  .widget.widget_recent_entries .post-title {
    color: #000000;
    display: block;
    margin-bottom: 0.5407911001em; }
    .widget.widget_recent_entries .post-title:hover {
      color: #e01212; }
  .widget.widget_recent_entries .post-date,
  .widget.widget_recent_entries .post-comments {
    font-size: 0.875em;
    color: #888; }
  .widget .widget-title,
  .widget .widgettitle {
    font-size: 1.4em;
    color: #000000;
    font-weight: 700;
    padding: 0 0 15px;
    margin-bottom: 1.2em; }
  .widget ul {
    margin-left: 0;
    list-style: none; }
    .widget ul ul {
      margin-left: 1.618em;
      margin-top: 1em; }
  .widget.widget_rss .rss-date {
    font-style: italic;
    display: block;
    margin: 0 0 0.7em; }
  .widget.widget_rss .rss-date,
  .widget.widget_rss cite {
    color: #000000; }
  .widget.widget_rss li {
    margin-bottom: 1em; }

.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em; }

.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0; }

.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em; }

.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%; }
  .wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
    padding: 1em 1.41575em;
    border-color: #ebebeb;
    background-color: #ffffff; }
  .wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 1em; }
  .wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0; }

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0; }

.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0; }

.wpml-ls-statics-footer li a {
  color: #626262; }
  .wpml-ls-statics-footer li a:hover {
    color: #e01212; }

.tagcloud a {
  font-size: 12px !important;
  display: inline-block;
  padding: 7px 15px;
  background: #eef2f8;
  margin-bottom: 5px; }
  .tagcloud a:hover {
    color: #fff !important;
    background-color: #e01212; }

.widget-area .widget a.button {
  font-weight: 700 !important; }

.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  font-size: 14px; }
  .widget_search form::before,
  .widget_product_search form::before,
  .site-search form::before {
    font-size: 16px;
    color: #ef3636; }
  .widget_search form input[type=text],
  .widget_search form input[type=search],
  .widget_product_search form input[type=text],
  .widget_product_search form input[type=search],
  .site-search form input[type=text],
  .site-search form input[type=search] {
    width: 100%;
    color: #b0b0b0;
    line-height: 1;
    border: 2px solid;
    border-color: #ebebeb;
    padding: 1em 1.41575em 1em 40px;
    }
    .widget_search form input[type=text]::-webkit-input-placeholder,
    .widget_search form input[type=search]::-webkit-input-placeholder,
    .widget_product_search form input[type=text]::-webkit-input-placeholder,
    .widget_product_search form input[type=search]::-webkit-input-placeholder,
    .site-search form input[type=text]::-webkit-input-placeholder,
    .site-search form input[type=search]::-webkit-input-placeholder {
      color: #b0b0b0; }
    .widget_search form input[type=text]:-ms-input-placeholder,
    .widget_search form input[type=search]:-ms-input-placeholder,
    .widget_product_search form input[type=text]:-ms-input-placeholder,
    .widget_product_search form input[type=search]:-ms-input-placeholder,
    .site-search form input[type=text]:-ms-input-placeholder,
    .site-search form input[type=search]:-ms-input-placeholder {
      color: #b0b0b0; }
    .widget_search form input[type=text]::-ms-input-placeholder,
    .widget_search form input[type=search]::-ms-input-placeholder,
    .widget_product_search form input[type=text]::-ms-input-placeholder,
    .widget_product_search form input[type=search]::-ms-input-placeholder,
    .site-search form input[type=text]::-ms-input-placeholder,
    .site-search form input[type=search]::-ms-input-placeholder {
      color: #b0b0b0; }
    .widget_search form input[type=text]::placeholder,
    .widget_search form input[type=search]::placeholder,
    .widget_product_search form input[type=text]::placeholder,
    .widget_product_search form input[type=search]::placeholder,
    .site-search form input[type=text]::placeholder,
    .site-search form input[type=search]::placeholder {
      color: #b0b0b0; }
    .widget_search form input[type=text]:focus,
    .widget_search form input[type=search]:focus,
    .widget_product_search form input[type=text]:focus,
    .widget_product_search form input[type=search]:focus,
    .site-search form input[type=text]:focus,
    .site-search form input[type=search]:focus {
      border-color: #ef3636; }
  .widget_search form input[type=submit],
  .widget_search form button[type=submit],
  .widget_product_search form input[type=submit],
  .widget_product_search form button[type=submit],
  .site-search form input[type=submit],
  .site-search form button[type=submit] {
    height: calc(100% - 16px);
    line-height: 0;
    position: absolute;
    top: 8px;
    right: 8px; }

.site-search form {
  margin-bottom: 0; }

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_meta ul li,
.widget_layered_nav_filters ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.41575em; }

.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_product_categories ul .children,
.widget_layered_nav ul .children,
.widget_meta ul .children,
.widget_layered_nav_filters ul .children {
  margin-top: 1em; }

.widget_recent_comments a {
  text-decoration: underline; }

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center; }

.widget_recent_entries ul ul.children {
  margin: 0.6180469716em 0 0 0; }

.ekommart-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41575em; }

.ekommart-canvas-filter a:not(.button),
.widget-area a:not(.button) {
  color: #626262; }
  .ekommart-canvas-filter a:not(.button):hover,
  .widget-area a:not(.button):hover {
    color: #e01212; }

.widget_calendar table th, .widget_calendar table td {
  border: 1px solid;
  border-color: #ebebeb; }

/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
/**
 * Strictly Layout Styles
 */
@media (min-width: 1024px) {
  /**
 * Menus
 *
 * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
 */
  .menu-toggle,
  .main-navigation.toggled div.menu {
    display: none; }
  .primary-navigation {
    display: block; }
  .instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
    -webkit-box-ordinal-group: unset !important;
    -webkit-order: unset !important;
            order: unset !important; }
  .main-navigation {
    clear: both;
    display: block;
    width: 100%;
    }
    .main-navigation ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
      display: block; }
      .main-navigation ul li {
        position: relative;
        display: inline-block;
        text-align: left; }
        .main-navigation ul li a:not(.elementor-button-link) {
          display: block;
          }
          .main-navigation ul li a:not(.elementor-button-link)::before {
            display: none; }
        .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
          left: 0;
          display: block;
          opacity: 1;
          visibility: visible;
          }
          .main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul {
            left: -9999px;
            /* 1 */
            opacity: 0;
            visibility: hidden; }
            .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
              display: none;
              left: 0; }
          .main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul {
            left: 100%;
            top: 0;
            display: block;
            opacity: 1;
            visibility: visible; }
      .main-navigation ul ul.sub-menu {
        float: left;
        position: absolute;
        top: 100%;
        z-index: 99999999;
        left: 0;
        /* 1 */
        opacity: 1;
        visibility: hidden;
        width: auto;
        }
        .main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
          display: none;
          left: 0; }
        .main-navigation ul ul.sub-menu li {
          display: block; }
          .main-navigation ul ul.sub-menu li a:not(.elementor-button-link) {
            width: auto;
            min-width: 250px;
            }
  .site-content::before, .site-content::after {
    content: '';
    display: table; }
  .site-content::after {
    clear: both; }
  .content-area {
    width: calc(100% - 350px);
    float: left; }
    .ekommart-sidebar-left .content-area {
      float: right; }
  .widget-area {
    width: 300px;
    float: right; }
    .ekommart-sidebar-left .widget-area {
      float: left; }
  .left-sidebar .content-area {
    float: right; }
  .left-sidebar .widget-area {
    float: left; }
  .ekommart-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .content-area,
  .widget-area {
    margin-bottom: 2.617924em; }
  /**
 * Footer widgets
 */
  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .footer-widgets::before, .footer-widgets::after {
      content: '';
      display: table; }
    .footer-widgets::after {
      clear: both; }
    .footer-widgets.col-2 .block {
      width: 48.3870967742%;
      float: left;
      margin-right: 3.2258064516%; }
      .footer-widgets.col-2 .block.footer-widget-2 {
        float: right;
        margin-right: 0; }
    .footer-widgets.col-3 .block {
      width: 31.1827956989%;
      float: left;
      margin-right: 3.2258064516%; }
      .footer-widgets.col-3 .block.footer-widget-3 {
        float: right;
        margin-right: 0; }
    .footer-widgets.col-4 .block {
      width: 22.5806451613%;
      float: left;
      margin-right: 3.2258064516%; }
      .footer-widgets.col-4 .block.footer-widget-4 {
        float: right;
        margin-right: 0; }
    .footer-widgets.col-5 .block.footer-widget-1 {
      width: 29.5019157088%;
      float: left;
      margin-right: 1.1494252874%;
      padding-right: 30px; }
    .footer-widgets.col-5 .block.footer-widget-5 {
      width: 23.3716475096%;
      float: left;
      margin-right: 1.1494252874%; }
    .footer-widgets.col-5 .block.footer-widget-2, .footer-widgets.col-5 .block.footer-widget-3, .footer-widgets.col-5 .block.footer-widget-4 {
      width: 14.1762452107%;
      float: left;
      margin-right: 1.1494252874%; }
    .footer-widgets.col-5 .block.footer-widget-5 {
      float: right;
      margin-right: 0; } }

@media (min-width: 768px) {
  .site-branding .site-description {
    margin-bottom: 0;
    display: block; }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em; }
    .site-header .subscribe-and-connect-connect .icons {
      list-style: none;
      margin: 0; }
      .site-header .subscribe-and-connect-connect .icons a {
        font-size: 1em !important; }
      .site-header .subscribe-and-connect-connect .icons li {
        margin: 0 0 0 0.5407911001em !important;
        display: inline-block; }
  .ekommart-breadcrumb {
    padding: 5.9968353111em 0;
    margin: 0 0 5.9968353111em; }
    .post-type-archive-product .ekommart-breadcrumb {
      margin-bottom: 40px;
      display: block; }
  /**
     * Full width & homepage template
     */
  .page-template-template-fullwidth-php .content-area,
  .elementor_library-template-default .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /**
     * Comments
     */
  .comment-list-wrap {
    padding: 2.617924em 2.617924em 0;
    border: 1px solid #ebebeb; }
    .comment-list-wrap + #respond {
      margin-top: 2.2906835em; }
  .comment-list::before, .comment-list::after {
    content: '';
    display: table; }
  .comment-list::after {
    clear: both; }
  .comment-list .comment {
    clear: both; }
  .comment-list .comment-meta {
    text-align: left;
    width: 95px;
    float: left; }
  .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.706325903em; }
  .comment-list .comment-content,
  .comment-list #respond {
    width: calc(100% - 115px);
    float: right; }
  .comment-list #respond {
    float: right; }
    .comment-list #respond .comment-form-author,
    .comment-list #respond .comment-form-email,
    .comment-list #respond .comment-form-url {
      width: 100%;
      margin-right: 0; }
  .comment-list .comment-body #respond {
    border: 1px solid #ebebeb;
    margin-bottom: 2.617924em;
    margin-top: -1.618em; }
  .comment-list .reply {
    clear: both;
    text-align: right; }
  .comment-list ol.children {
    width: calc(100% - 115px);
    list-style: none;
    float: right; }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    width: 32.2751322751%;
    float: left;
    margin-right: 1.5873015873%; }
  #respond .comment-form-url {
    float: right;
    margin-right: 0; }
  #respond .comment-form-comment {
    clear: both; }
  /**
     * Content
     */
  /**
     * Primary Navigation
     */
  .ekommart-primary-navigation {
    clear: both; }
    .ekommart-primary-navigation::before, .ekommart-primary-navigation::after {
      content: '';
      display: table; }
    .ekommart-primary-navigation::after {
      clear: both; }
  .main-navigation div.menu {
    display: block; }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    -webkit-transition: none;
    transition: none;
    }
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a {
      }
    .main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after,
    .main-navigation ul.nav-menu > li.menu-item-has-children:hover::after,
    .main-navigation ul.nav-menu > li.page_item_has_children:hover::after {
      display: block; }
    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.sub-menu {
      margin-left: 0; }
      .main-navigation ul.menu ul.sub-menu li.menu-item a,
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item a {
        padding: 0.5407911001em 1.41575em;
        font-weight: 400;
        font-size: 14px;
        }
      .main-navigation ul.menu ul.sub-menu li.menu-item:last-child,
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item:last-child {
        border-bottom: 0; }
      .main-navigation ul.menu ul.sub-menu ul,
      .main-navigation ul.nav-menu ul.sub-menu ul {
        margin-left: 0; }
      .main-navigation ul.menu ul.sub-menu li.menu-item:hover > a,
      .main-navigation ul.menu ul.sub-menu li.focus,
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item:hover > a,
      .main-navigation ul.nav-menu ul.sub-menu li.focus {
        }
	
  .blog-style-5:not(.single) .site-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    .blog-style-5:not(.single) .site-main > article:first-child {
      width: 100% !important;
      padding: 0 !important; }
    .blog-style-5:not(.single) .site-main > article:nth-child(2n) {
      width: 50%;
      padding-right: 15px; }
    .blog-style-5:not(.single) .site-main > article:nth-child(2n+ 1) {
      width: 50%;
      padding-left: 15px; }
    .blog-style-5:not(.single) .site-main #post-navigation {
      width: 100%; }
    .blog-style-5:not(.single) .site-main .page-header {
      width: 100%; }
  /**
     * 404 Styles
     */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%; }
    .error404 .fourohfour-columns-2 .col-1 ul.products {
      margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0; }
  .wpml-ls-statics-footer {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
      content: '';
      display: table; }
    .wpml-ls-statics-footer::after {
      clear: both; }
    .wpml-ls-statics-footer:after {
      content: " ";
      display: block;
      clear: both; }
  .copyright-bar .ekommart-social {
    text-align: left;
    margin: 0; }
  .copyright-bar .site-info {
    margin: 0; }
  .copyright-bar .logo-brands img {
    margin-left: auto;
    margin-right: 0; } }

body.ekommart-layout-boxed {
  margin: auto;
  overflow-x: hidden; }

/*--------------------------------------------------------------
17.0 Utilities
--------------------------------------------------------------*/
.nav{
    width: calc(75% - 30px);
    position: relative;
}
.floatleft{float: left;}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: calc(25% - 30px);
  }




.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
.elementor-widget-container .flex-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16PX;
} 

.classic_ad{
    width: 100%;
    font-size: 14PX;
}

.classic_image{
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.classic_img{
    width: 100%;
    height: auto;
    transition: all .8s ease;
}

.classic_img:hover{transform: scale(1.2);}


.flex-nowrap {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }

.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.justify-content-around {
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end; }

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline; }

.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch; }

.align-content-start {
  -webkit-align-content: flex-start;
          align-content: flex-start; }

.align-content-end {
  -webkit-align-content: flex-end;
          align-content: flex-end; }

.align-content-center {
  -webkit-align-content: center;
          align-content: center; }

.align-content-between {
  -webkit-align-content: space-between;
          align-content: space-between; }

.align-content-around {
  -webkit-align-content: space-around;
          align-content: space-around; }

.align-content-stretch {
  -webkit-align-content: stretch;
          align-content: stretch; }

.align-self-auto {
  -webkit-align-self: auto;
          align-self: auto; }

.align-self-start {
  -webkit-align-self: flex-start;
          align-self: flex-start; }

.align-self-end {
  -webkit-align-self: flex-end;
          align-self: flex-end; }

.align-self-center {
  -webkit-align-self: center;
          align-self: center; }

.align-self-baseline {
  -webkit-align-self: baseline;
          align-self: baseline; }

.align-self-stretch {
  -webkit-align-self: stretch;
          align-self: stretch; }

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

.text-center {
  text-align: center; }

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

/*--------------------------------------------------------------
18.0 Slick Carousel
--------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../image/ajax-loader.gif") center center no-repeat; }

/* Icons 
@font-face {
  font-family: "slick";
  src: url("../font/slick.eot");
  src: url("../font/slick.eot") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent !important;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent !important;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #000000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -45px; }

.slick-next {
  right: -45px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.ekommart-carousel {
  display: none; }
  .ekommart-carousel.slick-initialized {
    display: block; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*--------------------------------------------------------------
19.0 Icons
--------------------------------------------------------------*/
@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg); } }

/* ===== Start ICONS CSS ===== 
@font-face {
  font-family: "ekommart-icon";
  src: url("../font/ekommart-icon.eot");
  src: url("../font/ekommart-icon.eot") format("eot"), url("../font/ekommart-icon.woff2") format("woff2"), url("../font/ekommart-icon.woff") format("woff"), url("../font/ekommart-icon.ttf") format("truetype"), url("../font/ekommart-icon.svg") format("svg"); }
*/
[class*="ekommart-icon-"]:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle; }

.ekommart-icon-badge-percent:before {
  content: ""; }

.ekommart-icon-clock:before {
  content: ""; }

.ekommart-icon-headphones-alt:before {
  content: ""; }

.ekommart-icon-map-marker-alt:before {
  content: ""; }

.ekommart-icon-mitten:before {
  content: ""; }

.ekommart-icon-paw-alt:before {
  content: ""; }

.ekommart-icon-payment_1:before {
  content: ""; }

.ekommart-icon-payment_2:before {
  content: url(data:image/png;base64,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);
  }

.ekommart-icon-payment_3:before {
  content: url(data:image/png;base64,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);
  }

.ekommart-icon-payment_4:before {
  content: ""; }

.ekommart-icon-payment_5:before {
  content: ""; }

.ekommart-icon-payment_6:before {
  content: ""; }

.ekommart-icon-phone-rotary:before {
  content: ""; }

.ekommart-icon-rings-wedding:before {
  content: ""; }

.ekommart-icon-rocket:before {
  content: ""; }

.ekommart-icon-shapes:before {
  content: ""; }

.ekommart-icon-tire:before {
  content: ""; }

.ekommart-icon-tracking_1:before {
  content: ""; }

.ekommart-icon-tracking_2:before {
  content: ""; }

.ekommart-icon-tracking_3:before {
  content: ""; }

.ekommart-icon-tshirt:before {
  content: ""; }

.ekommart-icon-tv:before {
  content: ""; }

.ekommart-icon-volleyball-ball:before {
  content: ""; }

.ekommart-icon-adobe:before {
  content: ""; }

.ekommart-icon-amazon:before {
  content: ""; }

.ekommart-icon-android:before {
  content: ""; }

.ekommart-icon-angular:before {
  content: ""; }

.ekommart-icon-apper:before {
  content: ""; }

.ekommart-icon-apple:before {
  content: ""; }

.ekommart-icon-atlassian:before {
  content: ""; }

.ekommart-icon-behance:before {
  content: ""; }

.ekommart-icon-bitbucket:before {
  content: ""; }

.ekommart-icon-bitcoin:before {
  content: ""; }

.ekommart-icon-bity:before {
  content: ""; }

.ekommart-icon-bluetooth:before {
  content: ""; }

.ekommart-icon-btc:before {
  content: ""; }

.ekommart-icon-centos:before {
  content: ""; }

.ekommart-icon-chrome:before {
  content: ""; }

.ekommart-icon-codepen:before {
  content: ""; }

.ekommart-icon-cpanel:before {
  content: ""; }

.ekommart-icon-discord:before {
  content: ""; }

.ekommart-icon-dochub:before {
  content: ""; }

.ekommart-icon-docker:before {
  content: ""; }

.ekommart-icon-dribbble:before {
  content: ""; }

.ekommart-icon-dropbox:before {
  content: ""; }

.ekommart-icon-drupal:before {
  content: ""; }

.ekommart-icon-ebay:before {
  content: ""; }

.ekommart-icon-facebook:before {
  content: ""; }

.ekommart-icon-figma:before {
  content: ""; }

.ekommart-icon-firefox:before {
  content: ""; }

.ekommart-icon-google-plus:before {
  content: ""; }

.ekommart-icon-google:before {
  content: ""; }

.ekommart-icon-grunt:before {
  content: ""; }

.ekommart-icon-gulp:before {
  content: ""; }

.ekommart-icon-html5:before {
  content: ""; }

.ekommart-icon-jenkins:before {
  content: ""; }

.ekommart-icon-joomla:before {
  content: ""; }

.ekommart-icon-link-brand:before {
  content: ""; }

.ekommart-icon-linkedin:before {
  content: ""; }

.ekommart-icon-mailchimp:before {
  content: ""; }

.ekommart-icon-opencart:before {
  content: ""; }

.ekommart-icon-paypal:before {
  content: ""; }

.ekommart-icon-pinterest-p:before {
  content: ""; }

.ekommart-icon-reddit:before {
  content: ""; }

.ekommart-icon-skype:before {
  content: ""; }

.ekommart-icon-slack:before {
  content: ""; }

.ekommart-icon-snapchat:before {
  content: ""; }

.ekommart-icon-spotify:before {
  content: ""; }

.ekommart-icon-trello:before {
  content: ""; }

.ekommart-icon-twitter:before {
  content: ""; }

.ekommart-icon-vimeo:before {
  content: ""; }

.ekommart-icon-whatsapp:before {
  content: ""; }

.ekommart-icon-wordpress:before {
  content: ""; }

.ekommart-icon-yoast:before {
  content: ""; }

.ekommart-icon-youtube:before {
  content: ""; }

.ekommart-icon-angle-down:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAALNJREFUOE9jZKAQMFKon2E4GbB3794GJiam346Ojq34wmX//v3V//79Y3V2dm4AqYOHwaFDh7T+/v27ioGBYb6jo2MvNkP2799fzMDAkMjMzBxmZ2d3DcUAEAdmCCMj4zQHB4dpyIYcOHAg6////1nImjEMQDbk////fU5OTvNAYvv27UtiZGQsQteM1QA0l4DD4////9XYNOM0ANkQEBuXZrwGwAwB0bAAwxawwyklkpsrATHMURHVuJNpAAAAAElFTkSuQmCC);
  }

.ekommart-icon-angle-left:before {
  content: ""; }

.ekommart-icon-angle-right:before {
  content: ""; }

.ekommart-icon-angle-up:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAMhJREFUOE9jZKAQMFKon2G4G7B3794GUBg5OzuDaWwAZxiANDMzM+uBNP39+/cSLkOwGgDSzMTEZM7AwOALtXXzv3//TmIzBMMAqGZ7VlZWPxsbm88gA44cOcL7+/fvTf/+/TuIbgiKAVDNHszMzL52dnavkf186NAh0b9//4JcsgPZELgBUM0Bf/788XN1dX2ELcB2794tx8LCAnLJBpghcAMOHTqkxcjI+MfW1vYWvtR5+PBhtf///7PY2dldA6kb7imRmJwKADrDURGCPoJ5AAAAAElFTkSuQmCC);
  }

.ekommart-icon-arrow-circle-down:before {
  content: ""; }

.ekommart-icon-arrow-circle-left:before {
  content: ""; }

.ekommart-icon-arrow-circle-right:before {
  content: ""; }

.ekommart-icon-arrow-circle-up:before {
  content: ""; }

.ekommart-icon-bars:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAHxJREFUSEtjZKATYKSTPQyjFpEd0uhBt5+BgcGBbNNQNR5gYGBwhAmhW9RAJUtgxsDNG00MZIfs8A+6VQwMDKJkhw+qxtcMDAxhuJI33SyikmcwjRn+iWH4BR2sEPzPwECVShFnoUq3aoJadREsrkF1EhiMJm+ykz/dgg4ANnMMGxm2xUMAAAAASUVORK5CYII=); }

.ekommart-icon-caret-down:before {
  content: ""; }

.ekommart-icon-caret-left:before {
  content: ""; }

.ekommart-icon-caret-right:before {
  content: ""; }

.ekommart-icon-caret-up:before {
  content: ""; }

.ekommart-icon-cart-empty:before {
  content: ""; }

.ekommart-icon-check-square:before {
  content: ""; }

.ekommart-icon-chevron-circle-left:before {
  content: ""; }

.ekommart-icon-chevron-circle-right:before {
  content: ""; }

.ekommart-icon-chevron-down:before {
  content: ""; }

.ekommart-icon-chevron-left:before {
  content: ""; }

.ekommart-icon-chevron-right:before {
  content: ""; }

.ekommart-icon-chevron-up:before {
  content: ""; }

.ekommart-icon-circle:before {
  content: ""; }

.ekommart-icon-cloud-download-alt:before {
  content: ""; }

.ekommart-icon-comment:before {
  content: ""; }

.ekommart-icon-comments:before {
  content: ""; }

.ekommart-icon-contact:before {
  content: ""; }

.ekommart-icon-credit-card:before {
  content: ""; }

.ekommart-icon-dot-circle:before {
  content: ""; }

.ekommart-icon-edit:before {
  content: ""; }

.ekommart-icon-envelope:before {
  content: ""; }

.ekommart-icon-expand-alt:before {
  content: ""; }

.ekommart-icon-external-link-alt:before {
  content: ""; }

.ekommart-icon-eye:before {
  content: ""; }

.ekommart-icon-file-alt:before {
  content: ""; }

.ekommart-icon-file-archive:before {
  content: ""; }

.ekommart-icon-filter:before {
  content: ""; }

.ekommart-icon-folder-open:before {
  content: ""; }

.ekommart-icon-folder:before {
  content: ""; }

.ekommart-icon-free_ship:before {
  content: ""; }

.ekommart-icon-frown:before {
  content: ""; }

.ekommart-icon-gift:before {
  content: ""; }

.ekommart-icon-grip-horizontal:before {
  content: ""; }

.ekommart-icon-heart-fill:before {
  content: ""; }

.ekommart-icon-heart:before {
  content: ""; }

.ekommart-icon-history:before {
  content: ""; }

.ekommart-icon-home:before {
  content: ""; }

.ekommart-icon-info-circle:before {
  content: ""; }

.ekommart-icon-instagram:before {
  content: ""; }

.ekommart-icon-level-up-alt:before {
  content: ""; }

.ekommart-icon-long-arrow-alt-down:before {
  content: ""; }

.ekommart-icon-long-arrow-alt-left:before {
  content: ""; }

.ekommart-icon-long-arrow-alt-right:before {
  content: ""; }

.ekommart-icon-long-arrow-alt-up:before {
  content: ""; }

.ekommart-icon-map-marker-check:before {
  content: ""; }

.ekommart-icon-meh:before {
  content: ""; }

.ekommart-icon-minus-circle:before {
  content: ""; }

.ekommart-icon-mobile-android-alt:before {
  content: ""; }

.ekommart-icon-money-bill:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAYAAACO98lFAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAVfSURBVHhe7Zqxj+NEFIf5ZzaxkzhrZ6UrTnT0110DDaJYURyiXSR0NNewFaKgOigQBUI6CaSTkGjSQINoaNiG/Vse863z48becTJOnMR7cfFpszPjmfd+fjPzZpJ3zs7O7NQZRHAMIjgGERwHESEfjeyDNLUvZjP7bj63X/Pc/lws7B/HvxcXd/CZMupoQ1ue4dlQn12yNxHeHY/ts+nUfnFO3Tond4E+6Is+Q2PtSuci8PZ+OD+/58jPzpEvs8w+nkzsSZLYY+dQ5t7yyD0DfKaMOtrQlmfq/dA3Y4TG3pbORMCw+lv/1oX1R84hHAw9EwPP0gd9+X0zVldi7CwCIcoclnHM68/dfL7Yw1ymT/pmDI3H2LtOk51E+MS9IRY0jLlxYCChHWrbJYzBWIzJ2NiALaG2MWwtwtduzuptEKrM51C7fcKY/jTBplC7TbQWgS3rJ2/h+9St2qF2hwQbZA+2td1WW4nwyHXOPs5gvxfF3UoeancMsAWbsA0bsTXULkS0CKgrAfh7jPDfBDb5NsZGRLQImgJ0vo+VvyuwTUJgc6hNnSgRtAgSbn2MgDrYqKkRs1huFIGth86gT2vAJrBVdm/aPteKQBKiPKAPu0BbtGvgw7qEaq0IygTZi0P1DwHlEfgSqodGEcjLeZis7CGsA01guzLLprNGowg6DJGehuofEviAL/gUqg+KoCjgoHKIs8C+wQcdukLREBRB9wFvQxQIRQO+1evuicAqSmOISYouk9S+cuoek+fjsG0++CK/6jvFPRG4xqJhzI7w/qR60XE0FnN7OQrb6KOdAh/98nsiaEHkNqdeV+c6w4hze5WM7KlTGi5XwizTN2Vd8U1gvKdpmc3+loRt9MEn2tYXyIoIHDhoBDFXYhLhRy8cX8xIV6tlXXE5KdeqisNJvAj4JP/8w1VFBO0KXHD65U3URXgyntrfDHI+scta2yYKx3u1skbGk7L/fGYvFP4tRABd3vq7REUE7vppwE2vX97E/9MhTezldG43C/f/Ii4KriaZ/VXw/Io8i3ru2SoabvO5vZ4k9qzFdAB8oz2+qqwigtJkrrz98iZKEXxH5lGOXGflCe92kdsf2cyW8/Lt3F4UUc5cuXXnTnBv7FgR8I32fhpdEUHn8NjTYilCbstJatfjkT0KtKmjeX2TpfahV16MUlsSGS6Svo9aT0Z2xfbsIrCNCDpd4qvKKiIoq4o9K4QWxvUk9hpHCzenA/VFUt4g38ySu7WiXh+k5ZqAb7THV5VVRNCxOfbLktYiyMlpk8hje5WXIj0P1gdoKYJ2CHxVWUUEvhilQex5ob0IpcHLNFC3ouwzs+tAXZCWIuAb7fFVZQcVoVit5L0WYZgOjmFhdAxbpGNIlhxD2uwYDlCO4Si94uQvVWC4XnMMF60rTv7KHbRLkFXFniP6DD4oG/Z3BREUAbRAvg3RoCioL4iiUQRFA7l87Fmij2A7PjRFATSKAEqjY3aKvqIdwU+T66wVgVVUx+uT/ZEGnPzPdcTJ/3BLnPxP+IADhzrnbx8jApt8G/1D0jqiRYCT/1mvQF1NDejDrqFdALAtNgJEaxGEFktgLz7G9GBM5QEQswiG2FoEYOtRHkFWRnp6iLMGYzCWMkFs2LQNrmMnEYAkRJklcFDBwH3sIPRJ3zoMAWOvS4Ri2FkEQV6uQ5cgVLnNif0yJwTP0ocf9sBYTWeBtnQmgsAw3Uf4cMHJTS9X3qzkzGccJLSBz5RRRxva6lLUh767cl50LoIgRLnGqkfHNtAHfe0a9k3sTQQftizeHnf9zGH2ceY1CxpfjAKfKaOONrTlmbbb3TYcRIR+c2b/AWfMw3G1ZP8jAAAAAElFTkSuQmCC);
  }

.ekommart-icon-pencil-alt:before {
  content: ""; }

.ekommart-icon-plus-circle:before {
  content: ""; }

.ekommart-icon-plus:before {
  content: ""; }

.ekommart-icon-quote:before {
  content: ""; }

.ekommart-icon-random:before {
  content: ""; }

.ekommart-icon-reply-all:before {
  content: ""; }

.ekommart-icon-reply:before {
  content: ""; }

.ekommart-icon-search-plus:before {
  content: ""; }

.ekommart-icon-search:before {
  content: ""; }

.ekommart-icon-shield-check:before {
  content: ""; }

.ekommart-icon-shopping-basket:before {
  content: ""; }

.ekommart-icon-shopping-cart:before {
  content: ""; }

.ekommart-icon-sign-out-alt:before {
  content: ""; }

.ekommart-icon-smile:before {
  content: ""; }

.ekommart-icon-spinner:before {
  content: ""; }

.ekommart-icon-square:before {
  content: ""; }

.ekommart-icon-star:before {
  content: ""; }

.ekommart-icon-store:before {
  content: ""; }

.ekommart-icon-sync:before {
  content: ""; }

.ekommart-icon-tachometer-alt:before {
  content: ""; }

.ekommart-icon-th-large:before {
  content: ""; }

.ekommart-icon-th-list:before {
  content: ""; }

.ekommart-icon-thumbtack:before {
  content: ""; }

.ekommart-icon-times-circle:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMHSURBVEhLvZctaCNBFMdXnqxcefEVlYkrkYFCWSiUQKGypTLmSk0pIaIEzoTWhIrA7qlyKpxaThRybuMSUUjFiYiKFRUrDvru/2be7mz2I2nCXX4w7GRm3vvPm+9Ym/D+/l4lov10kqp/CxzbEDtD+oF8Kaj/hc8XpM9iuhlwsIN0DYcRvmsBm3t8bHH1cWC0D+NQedkQ7jDSsbhcDWxON4lyCdfiuhw0OtVtS4hCmo19enzoUvdWp543JH88o3BJVxHIV5HIg3oe3mLzuU+98wZV0IybcqpU61SvVpLfllWhxnmP/LnYZIDvM7RbBOW8cgvmNKTRraME7d0mtb0RzQpCi14n5Httau7aqgPO7QiWi0hQeyKp4aHQ1SneAuoewJFdp5Y3yTkqJqSJd0E17uhBl4I3KRag810kk2gzYczIPWHRJrkvUrQG0bRPTRviJy485dBRI8ObPkVEQaeGIXM2Ek14cZV4rRPAowFB3ithZPjEMTz3qYH+OIOCvq7JbOAggAb1n6UAQG/O0fLplCIi/xJDXMX8SEkC5twdBCVzHVIwcHNzSvDSrWLIL/2FqOMD3xD51OJovfyemNzV1bap3WRXLFb+DU+NRfW7iZQZ5h5H3SI/pcwRH+qs8HS1ZG6NgBGPCsoyYK4d1F89yW/AEZ9JXqF716aR/M6TFh/ScJWoYkRttEmPIgsfS14RdDC/Ry6VHD6CiTIWzezFDHNyjzDPWN0xPNR8kSd8TNhEvTpapljY1lnN1oaawXCbpbSFxQW9KBY25/QWthP09HmN/J4uYrZygBwqYYZ7IYX/9ciEzlgkNShbiFpdEhveTAkyt5lLwkQbg8LULWWuxf50+S4tRG6m9LWIaPWtVAQqv0k78xCwanSx1kOgRXUWTT0E4JdvwE8ik4crF8R5xS48fXyavOZHIApnNCp5+ojojkgsBw2vlVXMOo+936ZjPLz4lEdaBAz41flTeYj5E6nn7dDrJc/b7sNj7nkLuyk++YW0DuyAhx9p5SpDG/5/dSqmJVjWX1sP8Pgxs/MEAAAAAElFTkSuQmCC);
  }

.ekommart-icon-times:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAADwbH0HAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEISURBVEhLxZY7DoJAFAC9CoknseQIXsNwAUtjaekVLCltsbCwMMEDWFBSUlg8WX4CDshu4uMl0wzsjoC/RT4yEyg1QKkBSg1QaoCywN9FEl8P4sOxMbwglPgRymbJxytQymobSSrlpLfpcRNNsnJd9jzJBs6pQNnZwMyUeH9Ndj+OrUFZYBN3eKEoG6Zs6HJ3clB2GNvYMWpA+QUF1u5RA0qkH2+PZdSAchCKp5e9bdSAchAvOEvyqorVOFytASVC0Xr+dqv7UZU3F0XrQP+Z//i2aoOyYSz6OccpjrKAPrtDGzrEUVpFayzjKOf7WTTM8kdAAZQaoNQApQYoNUCpAUoNUP6ZhbwBmoUh6BFSlXgAAAAASUVORK5CYII=);
  }

.ekommart-icon-trophy-alt:before {
  content: ""; }

.ekommart-icon-truck:before {
  content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAYAAACO98lFAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAYuSURBVHhe7Zo9bytFFIb5M/5Yr9f2OlIKBFX626WiuaK4okFItwoSutS4uqJIBRRXFBFSJJCQkNKkIQ1Kk4Y05Lcc5vHuyR3vzn7MfjgbOcWjxJ7ZmXNen5lzZuxPRqORHDovIhj2JsJqPJYvgkC+n8/ll8VC/lqt5J/1Wv41/Hd0tIX/eY82+tCXZ3jWNWZX9CrCZ5OJfBuG8odx6sE42QbGYCzGdM3Vhl5E4NP7dbnMOfK7ceSHKJKvZjN5NZ3Kp8ahyHzKY/MM8D/v0UYf+vJMdhzGZg7X3E3oVAQMy37qP5uw/tI4hIOuZ+rAs4zBWPbYzNWFGJ2IQIiyhtU41vV3Zj0f9bCWGZOxmUPnY+42y6S1CF+bT4gNDWPuDRhIaLv6dglzMBdzMjc2YIurbxWtRPjRrFn9NAhV1rOrX58wp71MsMnVr4xGIpCyfrM2vm/Mru3qt0+wQe3BNp+06i3CsRmcPM5kf8fxdid39XsKsAWbsA0bsdXVL4uXCKirAvD3KcK/CmyybawTEV4i6BJg8D52/q7ANhUCm119bGqLoJsg4TbECMiCjbo0qjbLWiKQehgMhrQHVIGtandZ+qwUgSJE64AhZAFfNGvgQ1FBVSmCVoLkYlf7c0DrCHxxtZeKQF3Ow1Rlz2EfKALbtbJ0nTVKRdDDEOWpq/05gQ/4gk/ZtkIRNAo4qNQ5C1CYnHbEK8f4bcEHPXRlo6FQBL0PqBMFm3kSMZ2xXsnNbCKxY642aDTgm/2+UwR2UTWoqig6CZL64X45lwuj8PuWnM/mchsz90J+GrvnbAq+qF92pnCKwDUWHetkhDezJGKupu72JiRjLuVi4m5vg2YKfNT3nCLohshtjqvd5rmJgE/Ya2+QORE4cNAJ6lyJPTcR8En908NVTgTNClxwZttc9CdCYugj8VKuzWbZRebQy1vNEjkRuOunAze92TYXvYpgjL1X1okYd/NpayHwjbHwldc5EbRM5so72+aiPxGyy2EiF8tuhMA3xtEyOieCnsPrnhb3JwJ0I4SeLvGV1zkRtKqqe1bYrwjQXgh843l85XVOBD021/2yZP8iQDshNEPgK69zIvDFKB3qfnfwNCLARyGuA1d7MfjGc/jK6wGLkNhRiyjwOmdUijCc5WCcs1Okk+QO8WE5kzeOcYqoXA7D3xhtpnLVQITKjXHYKTJLMxEqU+RwiyUXzUSoLJYoJenQtmw+nQRyGS3Mul3IdTiTTaVDH8mKcDyZykUYya355G6jUM4n43QjbCZCZdnse4B6nYpwY6WpjfOmKTapTI0vxxbhdRA9XpLa3G/rg2YiVB6gfI/So3EgN+nhZodFKO/Sm6GTyUxutrdFDYkX8sEIgoDHYxMVizQrZLidVdurmQEKj9Lgc6kCx4+hnxq3juQ8czUWT9MfVKxjK8VVsBV3JZe5pWQiYCvq2uq/lCsTabv98tS6VAGf67VdysIzbTOFzee5Nhdj+bCtCCPZONrPo+K2Mmpfr/lctO4ylT/5hFahnGXbzJK4Y0yzlnfeL2EzxwZXlpjI5cq0xXN5t/N+OV4XreBz5W5zFiZL6Tacyunj+1rnx16p9GSaboomst5a75+FiW13od+1vNeVO2iWoKqqe45IMNHAp4TxcbJeH9KN8z7yP/FtIt1n0vWvG6yJNp8owAethjUrKIUigG6QvtHAen4fLuRODTa7+1XQ/H7wbcB3EYkDCHsTBl4pETQK7A1RKRVBo+Ggv5AFLaP9M8Vw0IygZXKWShHYRfV4fbA/0oCD/7mOcvA/3FIO/id8wIFDB+fvECMCm2wb9ZBUhpcIcPA/61VQV5cGDCFraBYAbKsTAUojERTdLIFc/BTLgzm1DoCqTdBFKxGA1KN1BFUZ5anfWaMZzMFcWgliQ1kaLKO1CEARopUlcFDBwD4yCGMyth6GgLmLCqE6dCKCQl2uhy6FUOU2p+6XOS54ljHssAfmcp0FfOlUBAXD9D7ChgtObnq58mYnZz3jIKEN/M97tNGHvnopasPYXTiv9CKCQohyjZWNjiYwBmO1CfsiehXBhpTFp8ddP2uYPM66ZkPji1Hgf96jjT705RmfdNeEvYkwZF5EMLyIMBrJ/3lntCDti6/fAAAAAElFTkSuQmCC);
 }

.ekommart-icon-user-headset:before {
  content: ""; }

.ekommart-icon-user-shield:before {
  content: ""; }

.ekommart-icon-user:before {
  content: ""; }

/* ===== End ICONS CSS ===== */
blockquote:not(.wp-block-quote):before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: ""; }

.ekommart-social ul {
  margin: 0;
  list-style-type: none; }
  .ekommart-social ul li {
    display: inline-block;
    margin-right: 10px;
    line-height: 1; }
    .ekommart-social ul li:last-child {
      margin-right: 0; }
    .ekommart-social ul li a:before {
      position: relative;
      font-family: "ekommart-icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      line-height: inherit;
      content: ""; }
    .ekommart-social ul li a[href*="twitter"]:before {
      content: "";
      color: #1DA1F2; }
    .ekommart-social ul li a[href*="instagram"]:before {
      content: "";
      color: #262626; }
    .ekommart-social ul li a[href*="docker"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="dochub"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="yelp"]:before {
      content: "";
      color: #af0606; }
    .ekommart-social ul li a[href*="flickr"]:before {
      content: "";
      color: #0063dc; }
    .ekommart-social ul li a[href*="github"]:before {
      content: "";
      color: #333333; }
    .ekommart-social ul li a[href*="dribbble"]:before {
      content: "";
      color: #ea4c89; }
    .ekommart-social ul li a[href*="wordpress"]:before {
      content: "";
      color: #21759b; }
    .ekommart-social ul li a[href*="tumblr"]:before {
      content: "";
      color: #35465c; }
    .ekommart-social ul li a[href*="angular"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="atlassian"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="snapchat"]:before {
      content: "";
      color: #fffc00; }
    .ekommart-social ul li a[href*="apper"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="codepen"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="gulp"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="cpanel"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="skype"]:before {
      content: "";
      color: #00AFF0; }
    .ekommart-social ul li a[href*="reddit"]:before {
      content: "";
      color: #ff4500; }
    .ekommart-social ul li a[href*="whatsapp"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="slack"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="amazon"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="android"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="grunt"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="firefox"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="adobe"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="behance"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="dropbox"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="facebook"]:before {
      content: "";
      color: #3b5998; }
    .ekommart-social ul li a[href*="linkedin"]:before {
      content: "";
      color: #0077b5; }
    .ekommart-social ul li a[href*="paypal"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="trello"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="vimeo"]:before {
      content: "";
      color: #1ab7ea; }
    .ekommart-social ul li a[href*="youtube"]:before {
      content: "";
      color: #cd201f; }
    .ekommart-social ul li a[href*="apple"]:before {
      content: "";
      color: #999999; }
    .ekommart-social ul li a[href*="bitbucket"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="bitcoin"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="bluetooth"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="bity"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="google/chrome"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="drupal"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="html5"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="mailchimp"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="jenkins"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="spotify"]:before {
      content: "";
      color: #2ebd59; }
    .ekommart-social ul li a[href*="ebay"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="telegram"]:before {
      content: "";
      color: #2CA5E0; }
    .ekommart-social ul li a[href*="yoast"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="btc-e"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="discord"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="google"]:before {
      content: "";
      color: #dd4b39; }
    .ekommart-social ul li a[href*="google-plus"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="figma"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="joomla"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="opencart"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="pinterest"]:before {
      content: "";
      color: #bd081c; }
    .ekommart-social ul li a[href*="vimeo"]:before {
      content: "";
      color: #1ab7ea; }
    .ekommart-social ul li a[href*="centos"]:before {
      content: ""; }
    .ekommart-social ul li a[href*="whatsapp"]:before {
      content: ""; }

.site-search .widget_product_search form input[type=search],
.site-search .widget_product_search form input[type=text] {
  padding-left: 2.9em;
  padding-right: 7em; }

#comments .commentlist .bypostauthor > .comment-body cite::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

#comments .commentlist .reply a::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

#comments .commentlist .reply a.comment-edit-link::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

#respond #cancel-comment-reply-link::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  display: block; }

.sticky .entry-title::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

button.loading,
input[type='button'].loading,
input[type='reset'].loading,
input[type='submit'].loading,
.button.loading,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,
.added_to_cart.loading {
  position: relative; }
  button.loading::after,
  input[type='button'].loading::after,
  input[type='reset'].loading::after,
  input[type='submit'].loading::after,
  .button.loading::after,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading::after,
  .added_to_cart.loading::after {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    -webkit-animation: fa-spin 0.75s linear infinite;
            animation: fa-spin 0.75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    display: block; }

.shop-action .blockUI.blockOverlay:before,
.shop-action .loader:before {
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  -webkit-animation: fa-spin 0.75s linear infinite;
          animation: fa-spin 0.75s linear infinite;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
  display: block !important;
  margin-left: -10px;
  margin-top: -10px;
  color: #000; }

.shop-action .blockUI.blockOverlay {
  opacity: 1 !important;
  overflow: hidden;
  background-image: none !important;
  background: #fff !important; }

.main-navigtion ul li a::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.mobile-navigation ul li button::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAYCAYAAADtaU2/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADQSURBVEhLxdExCsJAFIThXEXISQQbIQfQa3iNLVOmzTFsbQQthFgIXsAiZcoxb5FkNZNEI44LX/NnYSAb1Qd/QqMCjQo0KtCoQKMCjQo0KtCoQGNr4XAogeqcYx2T7y9mqxxFVd8/ZZiT7wEaW/EG2xv8GR1PMj9qp9y7L4dN4rBrxjMs6Z1g9JjyO89o7EpS/8vtdMY/HzU0cuF4/YZ+IBht2nto7BcOXQpcp40aGocF43Z6330YjeMe4xNHDY0KNCrQqECjAo0KNCrQ+GMR7jt4SUzltCKtAAAAAElFTkSuQmCC);
  }

.site-main nav.navigation .nav-previous a::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.site-main nav.navigation .nav-next a::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

.widget_search form::before,
.widget_product_search form::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  position: absolute;
  top: 1em;
  left: 1.2em;
  line-height: 1; }

.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
  padding-left: 2.9em;
  padding-right: 7em; }

.widget_product_search form.woocommerce-product-search.loading::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  -webkit-animation: fa-spin 0.75s linear infinite;
          animation: fa-spin 0.75s linear infinite;
  line-height: 1.3; }

.ekommart-handheld-footer-bar ul li > a::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 2;
  font-size: 1.618em;
  text-indent: 0;
  display: block;
  cursor: pointer; }

.ekommart-handheld-footer-bar ul li.shop > a::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAhJJREFUSEu91TuLE1EUB/DzH0JAArKfwMV2Kz+BRLRZK8VVsBDjkrm3EJSA2wkxNhYWsUlxzs2yWAkraqVro65+ArHYVlQsBZug1Rxzl8l683AeiWSqgTn3/uaccx+gJT1YkkOloEajsVKtVusAjlcqlZe9Xu9H0R8tDFlr11R1l4i+ppOfAHCFmQ+KYIWgEaKqb51zt/zExph7RLRRFMuFZiGjDMpgmVAWUhb7JxT05LWI3MnqQ5HMZkIBsi0i3SLNzsOmoKBcu865+0WQImUcg0YIgGfM3C6D5GFH0P9AsrAjyNcYQI2Zt+bJZHKMMWabiL6JiN9vf4+gOI7XAbxKB3RGAWXRdFEcll1Vzzvn9sag0YTW2k6SJKedc2fKIj4+juN3URR9mOzxrFW3EGSM+QTgxVyQMeayql4EcDXMUlWf+ElF5GmwEL4D6OdCxpi2qtbD0llrd1T1QEQehpAxZgvAGjPfCKDfRPRARDph7FTpjDE3VXUjhHzdVbXT7/f3w8HNZtPfTe0wdvijSkQtEXmUCcVxfG1452wuAgHYZOadvIwuqOrtBaFLzPw8E7LWnk2S5O6C0DlmfpMJtVqtY4PB4DOAPVX9kgZfD97HtheAVSJ6fLgpgVVVXa/Vaie73e6vTCjddKcA1IloJd3h/n3qiaLIN96fAO/Tjz+HK3bfOfdxMjj3Kp/ndJg1ZmnQH0RmYypBcQU6AAAAAElFTkSuQmCC);
  }
.ekommart-handheld-footer-bar ul li.category-icon > a:before{
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAM1JREFUSEtjZKATYKSTPQyjFpEd0ihBl56ervX///+rv3//Fps/f/7rtLS0TQwMDL7kmP7///9ps2fPzobpxYijtLS0hlmzZjWAFEAtDiPHon///m2eM2fOWZwWkWMoMXpGUx0xoYRVzcAEXW5uLt+PHz82/v3712/evHmfQSnw////9uR4g5GR8SAs9YL0Y/goNTV1/+zZsx1BkjS1iBzXE6NnYOKIGJeRq2YE+IguhWpaWpokMFU/o0s1QW5kE9I3AhIDoSAgV55uQQcAgDRgGwLJLl0AAAAASUVORK5CYII=);
	
}
.ekommart-handheld-footer-bar ul li.cart-icon > a:before{
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAjJJREFUSEu9lbFrFEEUxr+3eIhgJQiWsbAUQbGwMhGJYGGZUj3Yebv/gARsco0kiNjYZN+stQQbBUFjAp4gQlKJQoqAxmohTVq7ed4cF9m93T1ze5dMs8vO2/m99803bwgnNOiEOOiDmFkB/CaiF0mSPD8O+CGoA+CsZ6rqsrV2edqwgnTMvA5g3jl3IU3T/WnCCiBjzAoRLQK4IyIfjw0Ux/GCc24NgId8HQE6iokyVf1lrd306xR+iKLokqruTrMSAAsi8rqUGTPvquofa+2VSYBhGF4LgiDpGSwTkXslkDFmjYi8hBMbgpkPALwTkfslUBRFi6q6MqkhmJkB+IqMiKRV0s0DWFfVR9baZ03lY+YfAA5E5GbJDP5Du90+32q1MgCvfMlNQLlq+kaoBA1a0navQ5xuaghm3lfVHWvt3GGileeBmVcBRE0MwcyPATwZ3uM6UKSqq0RHOZdlcVW1m6+mVjpjzHUA2wA2iGhUh8hT/A3Qz8w5103TtJufrEy50+mcyrLMG+JDU0MM11mrDTO/BXALwG0R2Wrivv9WNHDeZQDfxwVU7U/tHvmJOI5nVHUPwJaqngNwBsDLHFidcxeDIHgA4BuAGQA/By3HX6SFMUo6H7wkIhSG4WwQBJ+cc3P5Te51mX8x+fcqFWpBviLn3J6Xgoiu9hrtTpIkN/KLDMXMAngvInfHAvlgY8xDIloC8AbAZxHxz8LIxfje9lREvowNGtcIo+KbHf0GGfwF9+4BKrrg0N8AAAAASUVORK5CYII=);
}



.ekommart-handheld-footer-bar ul li.search > a::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAA3CAYAAABTjCeZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATdSURBVGhD7ZrLK31RFMf9AyYGyshIMpAhkVKEIo9iYEAUiQHJhBFREqEMJJl5laKUFBEi8hooIeWR8paQZx7rd7+rvW/33h8/95yzz/FznW/t0t3nd87an73XXmuv/fMjW2RDcMiG4JANwSEbgkOmQ3h/f6fDw0Pq6+uj0tJSio2NJX9/f/Lz8+MWGhpKKSkpVFdXR/Pz83R3dyf+pXUyDcLDwwMNDg7yoOWAvWkBAQFUXl5Om5ubDNAKKYfw9PRE/f39FB4e/uEg0aKioigxMZEbVsJHz6Dl5eXR/v6+eLN5UgoByz4nJ8dtIJjZgoICGh8fp8vLyw9n9+XlhQfb0dHx18oJDg5mV8IzZkkZhIWFBYqIiHAbfFNTE52dnYknvNPb2xutrKxQamqqG4yqqiq6vb0VT6mVEggzMzM8Y9LgzMxM2t3dFb36BLfq6elxe29JSYkpIAxDwAYWGRnpNLS2tpY3RVXa2NigmJgY5/sRYVRHEEMQTk9PKT093WlgY2OjKb67vb3tBqKrq0tp5NAN4fX1lX1eGmbGDLnKdcXBRbBvqJJuCOvr6xQWFsZGIdk5OTkRPeYIM48oIROt4uJiZW6nCwI2rcrKSjYGRiH8WSGstKKiIud3JycnRY8x6YKAzUqugvz8fEtT3aWlJQoKCuJvl5WV8YQYlS4InZ2dbATa0NCQ+NUaATjA49vYI/b29kSPfmmGgDidm5vLRsTFxdHR0ZHosU69vb3OSRgZGRG/6pdmCAcHBxQdHc0GVFRU0PPzs+ixTltbW86zSU1NjeFwqRnC4uKic4eGW3yHrq6uOCLBBhVRQjMELD98HE3FUtQjDBqDhw1JSUl8MDMizRBc/RFFkO8QXBCu+KshQKhE/WoIj4+PnKZ/GwQMXEIAkO/Q/f09FRYWsg1ZWVl0fX0tevRJMwScGUJCQtiAhoYG8au1Qm6CHAU2qAjTmiFcXFxQcnIyG4Ckyaxqz7+E1agyTGuGgCN0dXU1G4DzA84RVgqJUUtLC38fZ4jV1VXRo1+aIUATExNsBBoMUlng+ErHx8eUkJDA30YZD4mTUemC4GoIKj5WlMUhwEZVSU5Ad3e36DEmXRAgGCCNqa+vN7UkLgXYssymEr5uCCilp6WlsUEod6HibKZwhJa5AZrKOqNuCNDU1JSzwIGzPeqAZgirDEVcCSA7O1vJXiBlCIKncbhW29nZEb1qhG/A9WRINAO2IQiQ5zLFLRTiuIqlinfjjCABBAYG0vDwMGeIKiOSYQgQEibcDkkQMBrG39zciCe0CQNcW1tzu4rDOwEBf2MPGhsb+z/2BFfhjI8oIWcNDTfO7e3tXt9HYukj+fG81MXqQmVZ1hDQVIJQBgHCZSoSKdeLWdni4+Opra2NB4PiKE5+5+fntLy8zEscLvXRNT1+x3OQ550n/sbmbBSEUghScIPW1lY3g7U2ZINzc3MMVgqDxeyrBmEKBCnAQAkuIyPDzU0+a1gJcCkkQZ8NCr9j0CpBmArBVTjuwg2mp6c55CG0Njc30+joKLsE4r63g1ANwjIIqqUSxI+FAKkC8aMhQCpA/HgI0GcgvD3U+QQEyAgIn4EAfQbiq6sBn4IAeYJAfvLVf+bwOQhSs7OzfHM9MDDw5QbpsxC0yIbgkA3BIRuCQzYEIvoDRsnmngyI9G0AAAAASUVORK5CYII=);
  }

.ekommart-handheld-footer-bar ul li.my-account > a::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAtdJREFUSEu9lk1IFVEUx/9nfO5aZWS4TQJrU1AolVDQB1a6SwKXvrkj7wUl6KIvHCmC6MMWPvWeefFaBEHusi+iRVT2BS0iLIhqaUS5Cwrec05vZEYmfW/mjUGzGrj3nN899/7/517Cf/ooKSedTrd4Mfl8/kOS2JpApmluJqIhAO0AGnzAHBE9EZFBZv4cB40FKaVuAjgC4DcRXQcw7bpuyjCMPSLS4wOGmdmOgkWClFIKgAYwQ0TdWuv34WTpdHqXYRj9ALpc192dz+cfV4NFgkzTfEtEjcy8rloCpdQaAG8AfGXmtsQgy7I2isgMgAFmvhy1LaZpniCi80S0aWnVQVzVipRShwHcAtDGzK9iQD1EdANANzNPVpobBToOYKRYLK4tFArfo0CWZR0QkbsA+pn5aiKQaZrbiWiaiNJa62tRIKXUwqJEZIfjOM8TgTKZzKpSqfQJwGtm7ooB3QawJZVKtYyNjf1MBPImW5Z1UUQGAFT1SdkBnn+GiGhQa30pseqCAKWU+P+TIlJwHOd+b2/vasMwOojoGIBtZcE8KAumY8WGDcEWVl0lUWxX8OIiDet5CcAVEdnvQ36JiCf1dwC8ipoXkhA5InKSmX8k3rqQj74BuEBEL7XWL8KJMplM8/z8fIeInALQSEQHtdb3ahaDUspTUSeAh0TUX83tQUK/i4wA2AdgqpJKl21dX1/fIdd1p8pJbGYejmv/4fFAgYZhdE5MTNwJjy0DKaU+AjDq6+tbc7ncXBJQNpttKBaL3hm6zLyhKsiyrNMicjaqlcSBgy5BRGe01ucqNlX/Wig1NTW12rZdiktaady27dTs7KxXlTDz1oog35y5skyPrgQS8t0ogGz5jBePZvEnuH9ERDmO4/wLyDRNk4i4rq5u/fj4+Je/DBvyTTszP/sXkFJqJ4CnIrLXcZxHS0HB42I0yuG1LMC/3he2P3i0xL6Caklcy5w/90YqKkGJrRYAAAAASUVORK5CYII=);
  }

.ekommart-handheld-footer-bar ul li.cart > a::before {
  content: ""; }

.ekommart-handheld-footer-bar ul li.wishlist > a::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAxZJREFUSEu9lUtoVGcUx//nu5BRCIYuJD42hYCBitVFrY9Emk3NwlIq4tpE73dmppAsBEXdaBZFdyIDnXvPvdHSnaY+UEMfCAZFbQNFW9uFQRRFsIoYW4g4xft95ouTMDM6mbzI2dzL5ZzzO+fc8yDMk9A8cfBeUDab/cAYsxnA59baBMAlY8yNOI4flQaWyWQ+TJKkTSn1mTHmped5PxpjrorIv5UJvAPyfX+TUioC0AzgCYBnAFY6QyLaGYbhCffOzD4Apwdr7V0ADUS0mIjujUL3RlF0uhRWBmLmQ6N2BwHEnufl8vn8n05Za/0lgL1E1FJ8KmvtEQAXlFISBMFFp+f7/nqlVA8AV40eEXH+xmQC5Pu+K8HlSoXSqJjZZeAycVLmqELPAbo9z9uQz+fvlIGY+VcA9alUamMul/uvWpNorY8Q0avSaCt1u7q6FhUKhesArojI1xOgdDr9kbX2b2vtgSiKDs9FJzLzHgD7hoeHl/b19f0/Vjpm3g7gFBHtCMPw+7kAaa3biegnAF+ISP84qBvAMQDtIvLLXICK5XNtvltEjo6BtNZriOimtbYziqLv5gKktV5BRHeUUuuCIBic6DpmfkhEJ8MwdLWdtWitO4joGxFZXtl13wJoEpH2WVPeVqmfiB6UdZ1znM1mm5MkuQFgv4iEs4EVB//9c1TsPjdonUqpLUEQ/DUTGDN/BeBs1c0w7jSdTp+x1n5MRNvCMPxjOrCOjo4ldXV1twGcF5FdpbbvLFVmbgLwM4CFxpjWOI7vTxU2ms2t0WxWp1KpBblcrjApqNjuW4noDIAXSZI09fb2Pq8FY+ZBAGuNMZ/Ecfx7pX7Vw1dyBgpDQ0P1AwMDr6vBmPkfAI1KqVXV/u2kF1ZrvY2IfigClonI41LY+FC6b0qpxiAInlYLpuYpz2QynxpjfnMOrLUtURS5rTyxH91hFJHFtUpbE1R02mCtPUdEbW53ARgBEFprr0VR1FoLUrYZpqLMzG7xugXs5HhlC0/mY0oZVfwXt8NGRKRvKsGN60wbNB3nNedops4ms3sDlVc0KhtdHMMAAAAASUVORK5CYII=);
  }

.single-product .pswp__button {
  background-color: transparent; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  text-indent: -999px;
  overflow: hidden; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    display: block;
    line-height: 45px;
    text-indent: 0;
    color: #000000;
    font-size: 19px; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important; }

.single-product div.product .single_add_to_cart_button:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAAXNSR0IArs4c6QAAAUtJREFUSEvFlrEuBFEYhb/TeAGNQqLRSUSIEpsovIFOq0NDlHabLVBRaZUeQYEEhaCReIF9C9Uxs9nZ7Ozu7Ny7JuOWd869X875//9mRA1LNTD4H4jtZWATWAFmgVfgS9L9sGvbq8AWsA78AG/Au6TPQW3Oie094LYgwhugLaljex44Ag6TvZkx+mtJ6bfu6kNsp5fsl9ToG9gF7oClEu25pNM+xPYa8BHYBCmoDJBdtS3poevE9gVwHAiJkb1I2sggj0Aj5nSgtiNpIYM48FC0TOnqxVWLk1pqsgg8A3PReUw+sJMO8eCcHABXFUJOJF3mhrFXm2bS0WcVgFpJudO78hOfbdj+KygHGHFSAaiZdGxrOInCp34KR2MBhU6mcFQIKIUENsNIDYLjGhROiK4UEORkQnRBgCjIUHTBgGhID9SQ9BQzsLX8rfwCFwZ4GjUgcm0AAAAASUVORK5CYII=);
  margin-right: 10px;
  }

.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 5px; }

.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
  content: "";
  color: red; }

.single-product div.product .entry-summary .compare:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 7px; }

.stock::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  margin-right: 0.5407911001em; }

.stock.in-stock::before {
  content: ""; }

.stock.out-of-stock::before {
  content: ""; }

a.reset_variations::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.woocommerce-breadcrumb a:first-of-type::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  vertical-align: bottom;
  margin-right: 0.5407911001em; }

#secondary .widget_pages ul,
#secondary .widget_categories ul,
#secondary .widget_archive ul,
#secondary .widget_recent_comments ul,
#secondary .widget_nav_menu ul,
#secondary .widget_links ul,
#secondary .widget_layered_nav ul,
#secondary .widget_layered_nav_filters ul {
  margin-left: 0; }
  #secondary .widget_pages ul li,
  #secondary .widget_categories ul li,
  #secondary .widget_archive ul li,
  #secondary .widget_recent_comments ul li,
  #secondary .widget_nav_menu ul li,
  #secondary .widget_links ul li,
  #secondary .widget_layered_nav ul li,
  #secondary .widget_layered_nav_filters ul li {
    padding-left: 1.618em; }
    #secondary .widget_pages ul li::before,
    #secondary .widget_categories ul li::before,
    #secondary .widget_archive ul li::before,
    #secondary .widget_recent_comments ul li::before,
    #secondary .widget_nav_menu ul li::before,
    #secondary .widget_links ul li::before,
    #secondary .widget_layered_nav ul li::before,
    #secondary .widget_layered_nav_filters ul li::before {
      font-family: "ekommart-icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      line-height: inherit;
      margin-right: 0.5407911001em;
      display: block;
      float: left;
      opacity: 0.35;
      margin-left: -1.618em;
      width: 1em; }
    #secondary .widget_pages ul li .children,
    #secondary .widget_categories ul li .children,
    #secondary .widget_archive ul li .children,
    #secondary .widget_recent_comments ul li .children,
    #secondary .widget_nav_menu ul li .children,
    #secondary .widget_links ul li .children,
    #secondary .widget_layered_nav ul li .children,
    #secondary .widget_layered_nav_filters ul li .children {
      margin-left: 0; }

#secondary .widget_layered_nav li::before {
  content: ""; }

#secondary .widget_layered_nav .chosen::before {
  content: ""; }

#secondary .widget_layered_nav_filters ul li.chosen::before {
  content: "";
  color: #e2401c;
  opacity: 1; }

#secondary .widget_pages ul li::before {
  content: ""; }

#secondary .widget_categories ul li::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

#secondary .widget_categories ul li.current-cat::before {
  content: ""; }

#secondary .widget_archive ul li::before {
  content: ""; }

#secondary .widget_recent_comments ul li::before {
  content: ""; }

#secondary .widget_nav_menu ul li::before {
  content: ""; }

#secondary .widget_links ul li::before {
  content: ""; }

a.remove {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-indent: -9999px;
  position: relative; }
  a.remove::before {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: url(data:image/gif;base64,R0lGODlhDwAQAIABAJ4aAPv79yH5BAEAAAEALAAAAAAPABAAAAIcjI+py+0NUlxghgojdtVmT2kgsl2jAZ7PyrZLAQA7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #959595;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
    }

.woocommerce-shipping-calculator > p:first-child a::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.3342343017em; }

.blockUI::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  -webkit-animation: fa-spin 0.75s linear infinite;
          animation: fa-spin 0.75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px; }

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  display: inline-block;
  position: relative; }

.woocommerce-breadcrumb .breadcrumb-separator {
  text-indent: -9999px;
  position: relative;
  display: inline-block; }
  .woocommerce-breadcrumb .breadcrumb-separator::after {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    display: block;
    font-size: 0.875em;
    text-indent: 0;
    line-height: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: center; }

#shipping_method li > label {
  cursor: pointer; }
  #shipping_method li > label::after {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    margin-left: 0.5407911001em;
    -webkit-transition: color, ease, 0.2s;
    transition: color, ease, 0.2s; }

#shipping_method li > input[type=radio]:first-child {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }
  #shipping_method li > input[type=radio]:first-child:checked + label::after {
    font-weight: 700;
    content: ""; }

#payment .payment_methods li > label {
  cursor: pointer; }
  #payment .payment_methods li > label::before {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    margin-right: 0.5407911001em;
    -webkit-transition: color, ease, 0.2s;
    transition: color, ease, 0.2s; }

#payment .payment_methods li > input[type=radio]:first-child {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }
  #payment .payment_methods li > input[type=radio]:first-child:checked + label::before {
    font-weight: 700;
    content: ""; }

.woocommerce-password-strength::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

.woocommerce-password-strength.strong::after {
  content: ""; }

.woocommerce-password-strength.good::after {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.is-active a::before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li a::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: 1.618;
  margin-left: 0.5407911001em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25;
  font-weight: 700;
  }

.woocommerce-MyAccount-navigation ul li a:hover::before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  }

.my_account_orders .button.view::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

p.order-again .button::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

.woocommerce-MyAccount-downloads .button::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

.demo_store::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.wc-forward::after,
.woocommerce-Button--next::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "-->";
  margin-left: 0.5407911001em;
  }

.woocommerce-Button--previous::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

#reviews .commentlist li p.meta .verified {
  display: inline-block;
  height: 1.41575em;
  width: 1.41575em;
  position: relative;
  text-indent: -9999px; }
  #reviews .commentlist li p.meta .verified::before {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    color: #0f834d;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.41575em;
    height: 1.41575em;
    text-indent: 0;
    text-align: center;
    line-height: 1.618em; }

/**
 * Composite Products
 */
.single-product div.product .component_selections .clear_component_options::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

/**
 * Mix and Match
 */
.cart .mnm_table_item .mnm_table_item_indent::before,
.shop_table .mnm_table_item .mnm_table_item_indent::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0.3819820591em;
  opacity: 0.25; }

/**
 * Quick view
 */
.quick-view-button::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.6180469716em; }

/**
 * Ship multiple addresses
 */
.woocommerce-page .ship_address .gift-form label::after,
.woocommerce-page .no_shipping_address .gift-form label::after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

.woocommerce-page .ship_address .modify-address-button::before,
.woocommerce-page .no_shipping_address .modify-address-button::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.woocommerce-page .addresses + .addresses header.title a::before {
  content: ""; }

/**
 * Product reviews pro
 */
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a::before,
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

/**
 * Variation Swatches
 */
a#variations_clear::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

/**
 * Wishlists
 */
.wl-add-link::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.button.wl-create-new::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.site-header-cart .cart-contents::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  font-size: 24px;
  vertical-align: baseline;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  font-weight: 400; }

@media (max-width: 767px) {
  .vertical-navigation ul.menu > li.menu-item-has-children .icon-down-megamenu, .vertical-navigation ul.menu > li.page_item_has_children .icon-down-megamenu, .vertical-navigation ul.menu > li.has-mega-menu .icon-down-megamenu,
  .vertical-navigation ul.nav-menu > li.menu-item-has-children .icon-down-megamenu,
  .vertical-navigation ul.nav-menu > li.page_item_has_children .icon-down-megamenu,
  .vertical-navigation ul.nav-menu > li.has-mega-menu .icon-down-megamenu {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: calc(50% - 15px); }
    .vertical-navigation ul.menu > li.menu-item-has-children .icon-down-megamenu::after, .vertical-navigation ul.menu > li.page_item_has_children .icon-down-megamenu::after, .vertical-navigation ul.menu > li.has-mega-menu .icon-down-megamenu::after,
    .vertical-navigation ul.nav-menu > li.menu-item-has-children .icon-down-megamenu::after,
    .vertical-navigation ul.nav-menu > li.page_item_has_children .icon-down-megamenu::after,
    .vertical-navigation ul.nav-menu > li.has-mega-menu .icon-down-megamenu::after {
      font-family: "ekommart-icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      line-height: inherit;
      content: ""; }
    .vertical-navigation ul.menu > li.menu-item-has-children .icon-down-megamenu.selected::after, .vertical-navigation ul.menu > li.page_item_has_children .icon-down-megamenu.selected::after, .vertical-navigation ul.menu > li.has-mega-menu .icon-down-megamenu.selected::after,
    .vertical-navigation ul.nav-menu > li.menu-item-has-children .icon-down-megamenu.selected::after,
    .vertical-navigation ul.nav-menu > li.page_item_has_children .icon-down-megamenu.selected::after,
    .vertical-navigation ul.nav-menu > li.has-mega-menu .icon-down-megamenu.selected::after {
      font-family: "ekommart-icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      line-height: inherit;
      content: ""; } }

@media (min-width: 768px) {
  .main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.menu > li.has-mega-menu > a::after,
  .main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
  .main-navigation ul.nav-menu > li.page_item_has_children > a::after,
  .main-navigation ul.nav-menu > li.has-mega-menu > a::after {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    margin-left: 2px;
    }
  .header-side .main-navigation ul.menu > li.menu-item-has-children > a::after, .header-side .main-navigation ul.menu > li.page_item_has_children > a::after, .header-side .main-navigation ul.menu > li.has-mega-menu > a::after,
  .header-side .main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
  .header-side .main-navigation ul.nav-menu > li.page_item_has_children > a::after,
  .header-side .main-navigation ul.nav-menu > li.has-mega-menu > a::after {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    margin-left: 1em;
    margin-right: -25px; }
  .vertical-navigation ul.menu > li.menu-item-has-children > a::after, .vertical-navigation ul.menu > li.page_item_has_children > a::after, .vertical-navigation ul.menu > li.has-mega-menu > a::after,
  .vertical-navigation ul.nav-menu > li.menu-item-has-children > a::after,
  .vertical-navigation ul.nav-menu > li.page_item_has_children > a::after,
  .vertical-navigation ul.nav-menu > li.has-mega-menu > a::after {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    margin-left: auto;
    float: right; }
  .main-navigation ul.menu ul li.menu-item-has-children > a::after, .main-navigation ul.menu ul li.page_item_has_children > a::after,
  .main-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
  .main-navigation ul.nav-menu ul li.page_item_has_children > a::after {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    float: right;
    line-height: 1.618;
    }
  .demo_store a.woocommerce-store-notice__dismiss-link::before {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    margin-right: 0.3342343017em; }
  .addresses header.title a {
    display: block;
    width: 1em;
    height: 1em;
    text-indent: -9999px;
    position: relative;
    padding: 0.875em;
    margin-top: 0.6180469716em; }
    .addresses header.title a::before {
      font-family: "ekommart-icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      line-height: inherit;
      content: "";
      line-height: 1.618;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      text-align: center;
      text-indent: 0; }
  /**
     * Wishlists
     */
  #wl-wrapper .wl-tabs > li.active::after {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    display: block !important;
    position: absolute;
    top: 50%;
    height: 1em;
    width: 1em;
    margin-top: -0.5em; } }

.shop-action .yith-wcqv-button:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:before,
.shop-action .compare:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle; }

.shop-action .yith-wcwl-add-to-wishlist > div > a:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: ""; }

.shop-action .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a:before {
  content: "";
  color: red; }

.shop-action .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  color: red; }

.shop-action .compare:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: ""; }

.shop-action .yith-wcqv-button:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: ""; }

ul.wishlist_table.mobile .remove_from_wishlist:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: ""; }

.product-style-3 ul.products li.product a[class*="product_type_"]:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 16px; }

.slick-prev:before,
.slick-next:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 30px; }

.slick-prev:before {
  content: ""; }
  [dir="rtl"] .slick-prev:before {
    content: ""; }
  .woocommerce-product-gallery-vertical .slick-prev:before {
    content: ""; }
  .woocommerce-product-gallery-horizontal .slick-prev:before {
    content: ""; }

.slick-next:before {
  content: ""; }
  [dir="rtl"] .slick-next:before {
    content: ""; }
  .woocommerce-product-gallery-vertical .slick-next:before {
    content: ""; }
  .woocommerce-product-gallery-horizontal .slick-next:before {
    content: ""; }

.ekommart-language-switcher li.item span:after {
  position: relative;
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5em;
  margin-top: -1px; }

body.loading {
  position: relative; }
  body.loading::after {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    -webkit-animation: fa-spin 0.75s linear infinite;
            animation: fa-spin 0.75s linear infinite;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 999999;
    color: #fff; }
  body.loading:before {
    content: '';
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999998; }

.woocommerce-cart .cart-empty:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  font-size: 164px;
  color: #888;
  display: block; }

#yith-quick-view-close * {
  display: none; }

#yith-quick-view-close:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

.pagination .page-numbers.next:before,
.woocommerce-pagination .page-numbers.next:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

.pagination .page-numbers.prev:before,
.woocommerce-pagination .page-numbers.prev:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

.dokan-store-info i:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit; }

.dokan-store-info i.fa-map-marker:before {
  content: ""; }

.dokan-store-info i.fa-mobile:before {
  content: ""; }

.dokan-store-info i.fa-envelope-o:before {
  content: ""; }

.dokan-store-info i.fa-star:before {
  content: ""; }

.dokan-store-info i.fa-shopping-cart:before {
  content: ""; }

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone i {
  margin-right: 10px; }
  #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone i:before {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: ""; }

.elementor-widget-gallery-icon-yes .elementor-gallery-item__overlay:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

.ekommart-social-share {
  font-size: 12px; }
  .ekommart-social-share .social-share-title {
    text-transform: uppercase;
    color: #000000; }
  .ekommart-social-share a {
    padding-left: 5px;
    padding-right: 5px;
    color: #888; }
    .ekommart-social-share a:hover {
      color: #ef3636; }
    .ekommart-social-share a span {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      word-wrap: normal !important; }


.gallery_jigsaw_b {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

.home_custom_design .title, .home_custom_design h4, .home_custom_design h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin: 0 0 20px;
}



.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}


.btn-group>.btn-group {
    float: left;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.gallery_jigsaw_b .btn-group-justified .btn-group {
    padding: 0;
    text-align: center;
}

.gallery_jigsaw_b.padding-5 .row .btn-group-justified .btn-group {
    padding: 0 5px;
}

.gallery_jigsaw_b .btn_group_modal {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery_jigsaw_imgmodal {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

a[data-toggle], a[href], a[onclick] {
    cursor: pointer;
}

img[data-sizes=auto] {
    display: block;
    width: 100% !important;
    object-fit: contain;
}

.gallery_jigsaw_b img {
    transition: all 1s;
}

.gallery_jigsaw_b img:hover {
    opacity: .5;
}


.home_custom_design img{width:100%;}


.bannertittle{
	font-family: 'Paytone One', sans-serif;
    font-weight: bolder;
    color: rgb(19, 28, 3);
    font-style: normal;
    font-size: 40px;
    line-height: 1.25;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
	font-size: 14px;
}
.header-group{
	width:100%
}
 .header-1 .header-top{
	width:100%;
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px auto;
	background-color: rgb(245, 245, 245);
	min-height: 40px;
	}

@media screen and (max-width: 1199px) {
.header-1 .header-top{
    display: none;
}
}

.site-header-currency{
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
    margin: 0;
    margin-right: 2px;
    position: relative;
}

.site-header-currency form{
    margin-bottom: 0;
}
.site-header-currency select{
    padding: 0 !important;
    height: 100%;
    line-height: 32Px !important;
    font-size: 13Px !important;
    padding: 0 10Px 0 0 !important;
    font-style: normal;
    color: #000 !important;
}

.site-header-search{
    width: 15vw;
    min-width: 230Px;
    max-width: 300Px;
    height: 32Px;
    display: flex;
    margin-top: 5px;
}

.site-header-search form{
	
}
.site-header-search .dgwt-wcas-sf-wrapp{
    width: 100%;
    height: 32px;
    position: relative;
}
.site-header-search .dgwt-wcas-sf-wrapp .headerTop_iconfont{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACuUlEQVR4AeSUTWgTURDH84UfxEMwiBjw0FNRqSCKSkFoL3pQLAiNouJFkm5QigYP3lovVgSjImk+UaEqGhGpKOhBLAoWQZGoFHsRD2JBCDkFxZDE34QEsvt24+6hvXR5/8zLzsz7zc7bfR7XEl3LFJRMJjem0+lDmUzmNDrP/HgqlRpw0vWurWPRPnTd5/MV3W73Ixa+gSaYT3k8nlfZbLYIcLxQKKzgftdhCQKwl8y3aBR9QzfRuXq9PgjoVKPRSCMXwLFyufyapxzCbzlMQVR6jIwXaA0a4dqBTqIrsVhsJhqNTmqaFqtUKrvxP0C7gN/P5XJ7mJsOBZTP59cSeRm5WNiNsjI3Uzwe/43/CL4DaBVPm6MTG5grQwFVq9VRWhKiwrQSbXED2DNc91AvsBGsMnQgqcbr9UaIKtKeGNb2YK8SEiz5Zi+HDsST7EQhNCtJThSJRD6QN49CpVIpZMzVgXA2+0t1n5k7HrR7XpKwzXVk3pYOREBAHLVabU6sU7E/HyWHp1optlM6EAE/xEmfN4t1KjqxzSrHFERlfVYJ3e5TaK/4ATZbKPO2dCD5GGnfJ9SfSCRWt4PsWN5Y+WgF9JLXfcGYowOJk/15jN3q9/tvYW0PirskwXTjjlijFFAwGLxI0Dt0mCr3Y/875GClbQNokq7cNktQQOFw+C8JEwT/QU+B3eUM285cGZyJ+9AcezImTp5qnVgzKSAJ0jRtmmQ5vWVTj9KO95zOX4FOS/XYAoAvFPQcbSLnKnqIhsWHVYYpSKL40t9gB4FcoNKfSDb6IAVI9cMAtuB/wv0TbH4chflvCbMEkSSn9wI9Hw8EAj0Ae1i8Hytw0XoWH+JMnHK1Lv53ws60bjdNV1Azgh/ZN4DfaeksdqalX7iU0YKdxV7rdNoCdSbYmRshkrMoIFnYqCUD/QMAAP//8aWCSQAAAAZJREFUAwCkBC1EIvmShgAAAABJRU5ErkJggg==);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22Px;
    color: #999;
    padding: 0 5Px;
}

.site-header-search .dgwt-wcas-sf-wrapp:focus:active .headerTop_iconfont{
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACKUlEQVR4AeSVy0sWURjGpxZdoEUEEQUtWkVFQRQVQVCbWhQFQRdU3IiIKKLiwp26URG8IYgoqOAFL4goCroQRUERFPGC6EZciIL/gOLK3zOc79MZz3zfjKAbP57fec93zvvOM3Nm5sx155J+V9foMSv8G3KhGNLgM4RWsqV7yZHqYRkGoAEqoAMmQeOlxBuQUImMvlI5C3mwBa1QBF8gB5pAKqGZhl8QqCCjVCrG4Q5kwVvIgGqYgkbIhg/QC++hBz6BVTaje2RWgXSNphmCdMDEf/gBt6AFHsIZ2Yy0VI/IjC0N3aQaJaMbnoJWgOCV30hnk0mKbrKWhm5o1ZhM1Z95OPxG70jW1cwRo2qRgk1QvaB7Ir+Rrkizq2rOgYxUFjuO+i5+o7vuqOOsmxg1LJmCmybGg99ox8w8NzFqeB1UEGSkHSGoJtG4njrNx5ZQfRe/kV7GFWY+wm2IIr20MpqgaA888htpcpDmFbRBFFWa5E4TPcFmVE7GPPyD7xBG2li1m2trarcV2IyOSNQOfUgcgS54AzZ9Y1BPqDZWus59NTZsRsobotHurZuaQn8BNkDjOvs++mswBs+gFvrhD2iO4FWQkbJmaPRJKCPugm70T6LOXgd8QX8Y0qEQ/kKgWSIj6hw9PbqCJ/wRehplLh4wpm+QPoJ0XZ02y3dHTJPMyKQ5um/b/NEeqFdA7PPfJpkVMFEHcYU1iheE7HhMVHNRRjq2h0szOgYAAP//eV1IgQAAAAZJREFUAwBBkFU1+aaB9AAAAABJRU5ErkJggg==);
    
}

.site-header-search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input{
    width: 100%;
    height: 100%;
    background: #ebedee;
    border: thin solid #ebedee;
    padding: 0 30Px;
    cursor: text;
    font-family: AdihausDIN, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    border-radius: unset;
    color: #000;
}


.headerTop_nav-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headerTop_nav-left div,.headerTop_nav-right a{
    height: 100%;
    line-height: 32Px;
    font-size: 13Px;
    padding: 0 0 0 0Px;
    font-style: normal;
    color: #000;
    transition: opacity .2s ease-in-out;
    font-family: AdihausDIN, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

.site-header-email{}

.site-header-email .headerTop_iconfont{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABEklEQVR4AcySP84BYRCHd7b5vppOoVG7gAuoVEJHlBKi0miEOIFIRCehdQCFkgMQrZ5G4gL7euaNXVk22GjIPJn/P7OL63z5+REBEdmKiIkDT14Bx38EQ7JHYGiMkVcwd6bfZ3ZGHAg4FLNQoNiFSGNpz8yIZg+s+RfYhGaGoTpJE0JGfQULisEy8f0CTRREUgwOiGtgjXwJG8/zQsvaDF2ghRt/LEyIS/gLPg+R9iTAwgmmXPKPL+E7oC+267pu/1ElJMDCgYE1pzbw+mLL+DFobEWIWxBYIMDyjuqRbyviI40eYzKk2QZrvkCaLAs5efOHYsZhRh+rqrEVQDkBeuKnJFmew/PPqMU42AviLDzOXgEAAP//uCFK2AAAAAZJREFUAwCLi6Yh1W6lBAAAAABJRU5ErkJggg==);{}
;
    vertical-align: middle;
    padding-right: 0px;
}

.headerTop_nav-right{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headerTop_nav-right a:before{
	content: "|";
	margin: 0 10Px;
}
.headerTop_nav-right a:first-child:before{content: "";}
 .header-1 .header-bottom{
	 width: 100%;
	 background: #000;
	}


@media screen and (max-width: 1024px) {

	.elementor-widget-container .flex-wrap{
     display:grid;
     grid-template-columns: 100%;
     gap: .18667rem
} 
}
	


      .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        
        
        h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #ff8a00, #e52e71);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }
        
        .description {
            max-width: 800px;
            margin: 0 auto;
            font-size: 1.2rem;
            line-height: 1.6;
            color: #e0e0e0;
        }
        
        .demo-section {
            background: rgba(0, 0, 0, 0.4);
            padding: 30px;
            border-radius: 15px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
        
        .demo-title {
            text-align: center;
            margin-bottom: 30px;
            font-size: 2rem;
            color: #ffcc00;
        }
        
        /* 底部栏样式 */
        
        
        .footer-container {
            margin: 0 auto;
            padding: .64rem 20PX;
            width: 1300px;
        }
        
        .footer-columns {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            padding: .64rem 20PX;
        }
        
        .footer-column {
            flex: 1;
            color: #000;
            text-align: left;
            width: 190PX;
            margin: 0 12PX 10PX;
        }
		.footer-social{}

		.footer-phone-content{}
		.footer-phone{
    font-family: AdineuuePRO;
    font-weight: 700;
    font-size: 16PX;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 28PX;
}
		.footer-phone-number{
    font-size: 18Px;
    line-height: 24Px;
    color: #000;
    margin-bottom: 16PX;
    font-weight: 700;
}
		.footer-title{
    margin-bottom: 16PX;
    font-size: 16PX;
    line-height: 22PX;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
		.footer-trustpilot-widget{}
        
        .footer-column h3 {
            /* padding-bottom: 10px; */
            color: #000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 700;
            font-family: AdineuuePRO;
            margin-bottom: 20PX;
            font-size: 16PX;
            line-height: 23PX;
            text-transform: uppercase;
        }
        
        .footer-column h3 .toggle-icon {
            display: none;
            font-size: 1.2rem;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .footer-column ul {
            list-style: none;
            margin: 0;
        }
        
        .footer-column ul li {
            margin-bottom: 12px;
            line-height: 32PX;
        }
        
        .footer-column ul li a {
            color: #ddd;
            text-decoration: none;
            transition: color 0.3s ease, padding-left 0.3s ease;
            display: block;
            line-height: 23PX;
            font-size: 13PX;
        }
        
        .footer-column ul li a:hover {
        text-decoration: underline;
        }
        
        .footer-bottom {
            color: #c8c8c8;
            background-color: #000;
            flex-wrap: wrap;
            margin-top: 30px;
            border-top: 1px solid #444;
            font-size: 12Px;
            padding: 15Px 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .payment-methods {
            display: flex;
            gap: 15px;
            align-items: center;
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

		.footer-bottom .contact-info{}
		.footer-bottom .social-icons{}
        
        .payment-methods img {
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
            margin: 10px 0;
        }
        
        .social-icon {
            width: 28px;
            height: 28px;
            overflow: hidden;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }

		.facebook-icons{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAB0UlEQVRYhe3XT28NURgG8B8hEv8SFuIuVGiIWNjaIIJPIV2QsCli5WNYktx2KyQ+AUKbKJ/AQvQmYkcIjdJi4bKYc9K5EzPnzL2tbvokb3Jn5nnf55k5ued9DxtYZ2xqye/gPE7hCPaG+1/Qwxxm8H61DEaMo4sF/EnEQuCOr5b4DSxmCFdjMeSOhKkhhKvR/R/iP0P8wO9/PJ9qK34tQ/QbbuI4xkIcwMMa/mSu+EEsZxi4VJPfreEvh9pJTGeIf8bOmvw7DXnTVXJ1H9iHt9iRMPkGx8LvrbiI7ejjMk7W5C3hED7VFZ5ocF+Od6Wc3Zk5MSbKglsqBs7UOQt4itv4Xnmrc9im+AK3cKGhxmncq3s4m3B/N2FQ4DTVmCmTq19gT6L45gwDKc6ARtVACh2cUGw686X7h7FLsQSdljUHkFqCGK8rec8y85JL0MPZUd4gA70mA89xNaNIP3HdhLkmA08Uf6vURjQslvC4ycBHPMCVNTJwX8MuGJHTjF5Vch4l+LEZjeU6nUwU6wWjsQ2/zDCQ3Y4jUgPJLyuDSD/BbT2QRNT19jYx9EgWMexQ+hXXRxWPWLOxvO3BZL+Vg8lRgweTebxQbMsfWtbdwPrhL6PFNNz7pcWeAAAAAElFTkSuQmCC);
}
		.x-icons{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAACU0lEQVRYhcXXTYiNURgH8B8GhQXKJBtMw0rKkp2PWEwIZaFsRENDFqwslEhZIGXnY6tQxlI+Sony1UxYESGfUfKZr3ktznPH3Nt7Z9573bmeOt37P+c5z///nvM+z3sO/9lGVOBRWIi2nLF/tQyPcQV9eQ7tuB2Ow9luBleZjUFvE8hLrTc4+21pE8lLbQm0hIC2yiVpgrXjUssgDi+xWxL5Ab8wFhuwuADBO+zEcqyp5lQSkOWMtUaQ81iBkbgV+AmmDEL+E4ti/r4qPmWcnfL36VMQ7Qn8BZMM/c50YAJeDOLTWURAhovhczXw5cAnqvhvjfE7Q4gsLCDDRkzE1wqS5xV+h6K/e4h4NQv4Lr0T6wL/xHQsGOBzJmIdLkBes4AM18P3XOC7gY/hXvzfVpC8LgEZdmA03gfeG/MnY1UN5HUL+I2ZWDagb17E+NEMARl6Ys7xwA+lGrG/WQIyHIyteBr4aMSp5YPWyd9KWKuNlzJhvVQfunBWeg8eqeMsUcsKdMec7fF7IPpfS1uxs2CcuraglHpdgY8Evh/4VOAbwyHghVTfOyr652OWlCEZVmOqVLwaJuAbZmNOTuBnEaO09B9D6KZGClgqFZu3VcaPR5xrgS8EvtgIAVvC50EBka0DVmiX9Cn/XK+A3xEELg1BnuENxmGulJ5rY+5KKWVzBZTqQF7evsMrnFbsCNYqnZZOSgeXliD5JW3dtAr/Ms7NBZ6w0W3zwBV4XOAJG21lnGM192LSE5xl1syrWf89JO9yuhgzcsb+1fqk43zVy+l/sT83fEm0xMYdBQAAAABJRU5ErkJggg==);
}
		.youtube-icons{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAADG0lEQVRYhe1Wz2tcVRg957t33kwxJlSRkFInM5mpXQlCQKkUg64EF+rChVRcKLgWdW2Ugv+COxfiUiiu3LpxVbLQ4tCpaZkRFRTbSlPJZN6733ExTRpLM32vSbsxZ/Xg3ne/c8/34x7gEP93sMSesLCwUM+yLAshZGE8ruUxxpp7cK+ZJJKUWe65WaqnlKe8noe5MEopjdfX17fKEohPtVpvunha8GMA5iA+SmJGwBEAdUgZyZokAxBI8tYZkuQAnGSClAPYAjACuSFhg8A1Gv6QeD40sq/6/f7GDoF2uz0fHN+EYM9hctqEkgBBe9PXrjXeXUzuWiMIEkgpXSL06qXh8CIBoNtsfRtjfLlIxTS1DgwhBKRU/IRabZnt4+2nY8SP0pSbPggSZsg9vRLNdMosIKX0UAmABIFTEcAz09J8N5gZ3H1/BCRQ7EZAnamFtgsk4dJvyf07I8+QvG8ityLORwDzFRUYXR4O3lpqLn1u1GfB7AVJ8Ko1NOmwxyLAubIKAACluLy8XFtbW/sewEqn1Xqb4GoIYcndUbaYBQHkbARRr0Yd2Nzc3Gn6y4PBlycfP3nOZ8YfCfogWJhJXrqgG5GS7TVEyqJ/tb+Bq1httVpfwP1DAu8J974YJYsifX/hb2MwGPzSXVy8ApqjVCqoCGB0EMG7zeYZ0lYthBPlZ4rGEdINmpUunjvRaTafN7OzRntJUumBRgBO3owg/6oUkfRerzfuHOs8aVn6BOA7RiJVnQck4LoRKf1apQYksNtsfQym983C0ZQS0n2qR+DvCPBKOV8yeaZJtMzs0ypy7xEcAn6PMvRRcRTu+x0AJo8R9XOk+wW3g2rECpAAt7VtQ3IuxvjawzIkMQTkRfFDfeaRZyMAjLx4t1FgLsTw4ja77aTs2Z6V7djt75TSBaXwRq/XG//nzxOLi69DPC3qOMQnBBwFMcuJKW0IyCBFAEbScA9DKvAfQDdBXKd4DeSfZji/5f71cDgc7RCbhhWsxOvzF+vjEBqIMRvHWAtFEd3dJiZ5YslTjEUtzwsVR8ac5VYZS36IQwDAvxHbfKJTRgAgAAAAAElFTkSuQmCC);
}
		.tiktop-icons{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAB9UlEQVRYhcXXu2sUURQG8F8em6CFigQFsZAQQS1FBCUWPhArSa+VhdtpYWejjaWFhYi1oP4DQhBRELHQFAkKgkXEF5LKR2EUcddi7sS7YWZnZney+eDAmTn33O9jHufcwzpjaNX1CI5iMiPWL9pYxGO0shZMYS4sXEt7Ebg6MIaFAZCnthA4V3BygOSpnYDRIGBy9SMZAKbwaLRwWTHe4EbwT2GmSnIqoN2HgHe4Hfz5CgLasYB+0Ij8l3iG6bLJdQiI0cIZzGLvegiADziESzgdhIx1zUBT77/Tw4K9n+fkNan/CZwPhK+je3+6JfQiYBnfsQ3D+BvF9uMaLuABfhRtVkXAK1yXNJNhSTndrLOxfMME7mIJn7G7DgH3cA6/wnVDdu2IO+j2YF1RRsCc5NdKCbfgYMncQpTZ5HJEPoOb2FEHeRkBX/A0+DtxH+N1kZcR8BG/g38kh3wk8iv3lCIBGyJ/KWfNp8jfWlVAirxK+NP/992QVL04/hX7on2qnKqaZQS0cTVatxFXJM3mFvZEsWMVyCsJWJY0l26YwNu1EtCWlN6zOeSHJbW/ahPraEZFM8Am3MFFPMF7yQc3LTnQ9oKhWEBZHAhWG1IBi3VuWhIdnOMGO5jMyyhqgxzNVuaQrOH0OHZlxPpFS3KEzx1O1wX/AA9gLLtPEaG+AAAAAElFTkSuQmCC);
}
        
        .social-icon:hover {
            background: #ffcc00;
        }
        
        .copyright {
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            font-size: 12Px;
            color: #ccc;
        }
        
        .copyright a {
            color: #ffcc00;
            text-decoration: none;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .footer-column {
                min-width: 45%;
                width: 100%;
                margin: 0;
                padding: 12px 0;
            }
			.footer-container{
			    width: 100%;
			    padding: 0 .21333rem .26667rem;
			}
			.footer-columns{
			    padding: 0 10px;
			}

			.footer-phone-content{
			    display: none;
			}
			.footer-social{
			    background: #fff;
			    border-radius: 3px;
			}
			.footer-social .footer-trustpilot-widget{
			    display: none;
			}
			.footer-bottom .footer-trustpilot-widget{
			    display: flex;
			    gap: 15px;
			    align-items: center;
			    display: flex;
			    justify-content: center;
			    margin-bottom: 20px;
			}
			.footer-bottom .footer-phone-content{
			    display: flex;
			    gap: 15px;
			    align-items: center;
			    display: flex;
			    justify-content: center;
			    margin-bottom: 20px;
			}
			.footer-bottom .footer-phone-content .footer-phone,.footer-bottom .footer-phone-content .footer-phone-number{
			    color: #fff;
			    font-weight: normal;
			}
			.copyright p{
    display: contents;
}
			
			.footer-bottom .footer-title{color:#fff;}
			.footer-title{
		    font-weight: normal;
		    font-size: 12px;
		    padding-left: 10px;
		}
			
        }
		@media screen and (min-width:1199px){
		.footer-bottom .contact-info{display:none;}
		.footer-bottom .social-icons{display:none;}
		.footer-bottom .footer-trustpilot-widget{
			   display:none;
			}
		.footer-bottom .footer-phone-content{
			 display:none;  
			}
		
		}

        @media (max-width: 768px) {
            .footer-column {
                min-width: 100%;
                margin-bottom: 0;
                border-bottom: 1px solid #444;
            }
            
            .footer-column h3 {
                cursor: pointer;
                margin-bottom: 0;
                color: #fff;
                font-weight: normal;
            }
            
            .footer-column h3 .toggle-icon {
                display: block;
            }
            
            .footer-column ul {
                display: none;
                padding: 15px 0 20px;
            }
            
            .footer-column.active ul {
                display: block;
            }
            
            .footer-column.active h3 .toggle-icon {
                transform: rotate(180deg);
            }
            
            .footer-bottom {
                flex-direction: column;
                text-align: center;
                border: none;
                margin: 0;
            }
            
            .payment-methods, .social-icons {
                justify-content: center;
            }

			.payment-methods{
    background: #fff;
    padding: 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 3px;
    margin-bottom: 20px;
}
        }
        
        /* 特性展示 */
        .features {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin: 40px 0;
        }
        
        .feature-card {
            background: rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            padding: 25px;
            width: 280px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }
        
        .feature-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            color: #ffcc00;
        }
        
        .feature-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #ffcc00;
        }
        
        .feature-card p {
            color: #ccc;
            line-height: 1.6;
        }

.header-cart-mobile{display:none}

  @media screen and (max-width: 1025px){
.header-cart-mobile{display:block;}
.desktop-hide-down{display:none;}
}

.searchNav_search-nav{
	justify-content: space-between;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 62px;
	background: #fff;
	padding: 0 15px;
} 

.searchNav_search-nav a> .searchNav_iconfont{
	font-family: iconfont !important;
    font-size: .21333rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .00267rem;
    -moz-osx-font-smoothing: grayscale;
	color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-right: .26667rem;
}

.searchNav_search-input> .searchNav_iconfont:before{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACuUlEQVR4AeSUTWgTURDH84UfxEMwiBjw0FNRqSCKSkFoL3pQLAiNouJFkm5QigYP3lovVgSjImk+UaEqGhGpKOhBLAoWQZGoFHsRD2JBCDkFxZDE34QEsvt24+6hvXR5/8zLzsz7zc7bfR7XEl3LFJRMJjem0+lDmUzmNDrP/HgqlRpw0vWurWPRPnTd5/MV3W73Ixa+gSaYT3k8nlfZbLYIcLxQKKzgftdhCQKwl8y3aBR9QzfRuXq9PgjoVKPRSCMXwLFyufyapxzCbzlMQVR6jIwXaA0a4dqBTqIrsVhsJhqNTmqaFqtUKrvxP0C7gN/P5XJ7mJsOBZTP59cSeRm5WNiNsjI3Uzwe/43/CL4DaBVPm6MTG5grQwFVq9VRWhKiwrQSbXED2DNc91AvsBGsMnQgqcbr9UaIKtKeGNb2YK8SEiz5Zi+HDsST7EQhNCtJThSJRD6QN49CpVIpZMzVgXA2+0t1n5k7HrR7XpKwzXVk3pYOREBAHLVabU6sU7E/HyWHp1optlM6EAE/xEmfN4t1KjqxzSrHFERlfVYJ3e5TaK/4ATZbKPO2dCD5GGnfJ9SfSCRWt4PsWN5Y+WgF9JLXfcGYowOJk/15jN3q9/tvYW0PirskwXTjjlijFFAwGLxI0Dt0mCr3Y/875GClbQNokq7cNktQQOFw+C8JEwT/QU+B3eUM285cGZyJ+9AcezImTp5qnVgzKSAJ0jRtmmQ5vWVTj9KO95zOX4FOS/XYAoAvFPQcbSLnKnqIhsWHVYYpSKL40t9gB4FcoNKfSDb6IAVI9cMAtuB/wv0TbH4chflvCbMEkSSn9wI9Hw8EAj0Ae1i8Hytw0XoWH+JMnHK1Lv53ws60bjdNV1Azgh/ZN4DfaeksdqalX7iU0YKdxV7rdNoCdSbYmRshkrMoIFnYqCUD/QMAAP//8aWCSQAAAAZJREFUAwCkBC1EIvmShgAAAABJRU5ErkJggg==);
    transform: translateY(-50%);
    color: #999;
    padding: 0 5Px;
}

.searchNav_search-container{
	display: flex;
    flex-grow: 1;
}

.searchNav_search-container form{
	display: flex;
	flex-grow: 1;
	margin: 0;
}

.searchNav_search-input{
	display: flex;
	align-items: center;
	flex-grow: 1;
	padding: 0 .13333rem;
	background: #f5f5f5;
	width: 100%;
}

.searchNav_search-input .searchNav_input{
	outline: 0;
	border: 0;
	display: flex;
	align-items: center;
	cursor: text;
	min-width:150px;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}

.searchNav_search-input .searchNav_search-btn{
	background: #000;
	border-color:#000;
	align-items: center;
	color: #fff;
	display: flex;
}
        
.searchnav_content{}
.popular-con{
	background: #fff;
	padding: 0 15px;
}

.searchnav_keys-header{}
.searchnav_keys-header h2{
	color: #000;
	font-weight: 700;
	font-size: 28px;
	margin: .13333rem 0;
	width: 100%;
	text-align: left;
}
.searchnav_tag-keys{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
}

.searchnav_tag-keys li{
	font-size: 18px;
	color: #000;
	padding: 10px;
	background: #f5f5f5;
	font-weight: 600;
}

.searchnav_tag-keys li a{
	color: #000;
}


.inline-block {
    display: inline-block
}
.site-container{
    width: 100%;
    padding: 0 60px;
    border-bottom: 1px solid #efefef;
}
.OrderService_order-service{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24PX;
    margin-bottom: 64PX;
}

.OrderService_order-container{
	background: #d5e9f0;
    padding: 22PX 32PX;
    display: flex;
    gap: 50PX;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.OrderService_customer-service{background: #d5f0d9;}

.OrderService_title{
	font-size: 24PX;
    color: #000;
	font-family: AdineuePRO-Bold;
    font-weight: bolder;
}

.OrderService_tips{
	font-size: 14PX;
    color: #666;
	word-break: break-word;
}

.BButton_common-btn{
    background-color: transparent;
    min-height: 32PX;
    padding: 0 24PX;
    font-size: 14PX;
    font-weight: 700;
    /* background: #fff; */
    color: #212121;
    border: .01333rem solid #000;
    font-family: OpenSans;
    text-align: center;
    line-height: 100%;
    cursor: pointer;
    width: 130px;
    text-align: center;
}
.BButton_common-btn:hover{
	background-color: transparent;
	color: #000;
	border-color: #000;
}
.OrderService_btn-text{
    display: flex;
    align-items: end;
}

@media only screen and (max-width: 1024px) {
	.site-container{
    padding: 0 .4rem;
    background: #fff;
}
    .OrderService_order-container{
	padding: .56667rem .88667rem;
	display: flex;
	gap: .1333rem;
	justify-content: space-between;
	flex-direction: column;
	align-items: baseline;
	margin-bottom: 20px;
	}
	.OrderService_order-service{
		=: .16rem;
		width: 100%;
		display: block;
	}
}

        .layout-container {
            
            margin: 0 auto;
        }


        /* 布局容器 */
        .layout {
            display: flex;
            gap: 0;
            margin-bottom: 30px;
        }

        /* 左侧容器（包含第一栏和第三栏） */
        .left-column {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 25px;
            border-right: 1px solid #efefef;
            padding-right: 20px;
        }

        /* 左侧内容区（可滚动） */
        .left-content {
            display: flex;
            flex-direction: column;
            gap: 25px;
            overflow-y: auto;
            max-height: 1200px;
            max-width: 977px;
        }
.left-content::-webkit-scrollbar { width: 0 !important }
.left-content { -ms-overflow-style: none; }
.left-content { overflow: -moz-scrollbars-none; }


        /* 右侧容器（第二栏） */
        .right-column {
            flex: 0 0 420px;
            padding: 0 0px 0 20px;
        }

        /* 面板样式 */
        .panel {
           padding-top:20px;
        }

        .panel:hover {
            
        }


  

        /* 滚动条样式 */
        .left-content::-webkit-scrollbar {
            width: 8px;
        }

        .left-content::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .left-content::-webkit-scrollbar-thumb {
            background: #4a90e2;
            border-radius: 10px;
        }

        .left-content::-webkit-scrollbar-thumb:hover {
            background: #357ae8;
        }

  

        /* 响应式设计 - 平板和移动设备 */
        @media (max-width: 1024px) {
            .layout {
                flex-direction: column;
            }
            
            .left-column {
                width: 100%;
                flex: 1;
                display: contents; /* 关键：使子元素成为直接子元素 */
				border-right:none;
            }
            
            .left-content {
                max-height: none;
                overflow-y: visible;
                display: contents; /* 解除包裹 */
            }
            
            .right-column {
                width: 100%;
            }
            
          
            
            /* 在移动端重新定义三个panel的顺序 */
            .panel-1 {
                order: 1; /* 第一栏排在最上面 */
            }
            
            .panel-2 {
                order: 2; /* 第二栏排在中间 */
            }
            
            .panel-3 {
                order: 3; /* 第三栏排在最后 */
            }
        }

        /* 小屏幕设备 */
        @media (max-width: 768px) {
           
            .panel {
                padding: 20px;
            }
            
            
        }