/*!
Theme Name: Moda Look
Theme URI: http://underscores.me/
Author: Skifff
Author URI: http://fiverr.com/skifff
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: modalook-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Moda Look is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: 'Century Gothic';
  src: url("assets/fonts/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Century Gothic';
  src: url("assets/fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Century Gothic';
  src: url("assets/fonts/CenturyGothic-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0; }

h2 {
  margin: 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1d1d1d;
  font-family: "Century Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

.sec_title {
  font-size: 2.8em; }

@media screen and (max-width: 767px) {
  .sec_title {
    font-size: 1.8em;
    line-height: 1.1em; } }

p {
  margin: 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

mark,
ins {
  text-decoration: none; }

mark {
  background: rgba(0, 224, 165, 0.2); }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
html, body {
  height: 100%; }

body {
  background: #fff; }

.container {
  width: 86%;
  margin: 0 auto; }

@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding: 0 24px; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px; } }

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

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #1d1d1d;
  text-decoration: none; }
  a:visited {
    color: #1d1d1d; }
  a:hover, a:focus, a:active {
    color: #E03400; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.bttn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background: #E03400;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 700; }
  .bttn:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    color: #fff; }
  .bttn:active, .bttn:focus, .bttn:visited {
    color: #fff; }

.btn_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

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

.page-content,
.entry-content {
  margin: 1.5em 0 0; }

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

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

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/* WooCommerce
--------------------------------------------- */
/*
Theme Name: Moda Look

WooCommerce styles override
*/
@font-face {
  font-family: 'Century Gothic';
  src: url("assets/fonts/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Century Gothic';
  src: url("assets/fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Century Gothic';
  src: url("assets/fonts/CenturyGothic-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both; }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left; }
  table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
  table.shop_table_responsive tr td.product-remove::before {
    display: none; }
  table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td::before {
      display: none; } }

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em; }
    ul.products li.product img {
      display: block;
      width: 100%; }
    ul.products li.product .button {
      display: block; }

@media screen and (min-width: 48em) {
  ul.products.columns-1 li.product {
    float: none;
    width: 100%; } }

/****************** Modalook *********************/
.archive_products_sidebar_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.archive_products_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#secondary {
  width: 24%; }

#main_filter {
  padding: 0 10px; }
  #main_filter .prdctfltr_filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
  #main_filter .prdctfltr_filter_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #main_filter .prdctfltr_regular_title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
    line-height: 1em;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #1d1d1d;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    #main_filter .prdctfltr_regular_title:hover {
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32); }
  #main_filter .filter_on .prdctfltr_regular_title {
    border-color: #00E0A5;
    -webkit-box-shadow: 0 0 3px 0 #00E0A5;
    box-shadow: 0 0 3px 0 #00E0A5;
    padding-right: 42px;
    position: relative; }
    #main_filter .filter_on .prdctfltr_regular_title .remove_filter,
    #main_filter .filter_on .prdctfltr_regular_title .remove_filter_order_by {
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #00E0A5;
      cursor: pointer;
      z-index: 2; }
      #main_filter .filter_on .prdctfltr_regular_title .remove_filter::after,
      #main_filter .filter_on .prdctfltr_regular_title .remove_filter_order_by::after {
        display: none; }
  #main_filter .prdctfltr_range.filter_on .prdctfltr_regular_title {
    padding-right: 10px; }
  #main_filter .prdctfltr_customize_border {
    min-width: 40px;
    height: 36px;
    color: #1d1d1d;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    background: #f9f9f9;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #main_filter .prdctfltr_customize_border:hover {
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32); }
  #main_filter .prdctfltr_pa_razmer .prdctfltr_customize_border {
    padding: 0 4px; }
  #main_filter .prdctfltr_active .prdctfltr_customize_border {
    background: #E03400;
    border-color: #E03400;
    color: #fff; }
  #main_filter .prdctfltr_ft_none {
    display: none; }
  #main_filter .prdctfltr_add_scroll {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32);
    padding: 12px 24px;
    z-index: 9; }
  #main_filter .prdctfltr_filter.active .prdctfltr_add_scroll {
    display: block; }
  #main_filter .prdctfltr_checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #main_filter .prdctfltr_pa_razmer .prdctfltr_checkboxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  #main_filter .prdctfltr_ft_bezhevo-goluboj .prdctfltr_customize_color {
    background: linear-gradient(45deg, #f5f5dc 50%, #000000 50%); }

#main_filter .prdctfltr_range .prdctfltr_checkboxes {
  display: block; }

#main_filter .prdctfltr_range .irs {
  height: 80px; }

#main_filter .prdctfltr_range .irs-min,
#main_filter .prdctfltr_range .irs-max,
#main_filter .prdctfltr_range .irs-single {
  visibility: hidden !important; }

#main_filter .prdctfltr_range .irs-from,
#main_filter .prdctfltr_range .irs-to {
  top: auto;
  bottom: 0;
  visibility: visible !important;
  background-color: #E03400;
  padding: 3px 8px;
  border-radius: 4px; }

#main_filter .prdctfltr_range .irs-from {
  left: 0 !important; }

#main_filter .prdctfltr_range .irs-to {
  left: auto !important;
  right: 0 !important; }

#main_filter .prdctfltr_range .irs-line,
#main_filter .prdctfltr_range .irs-bar {
  top: 15px;
  height: 5px;
  border: none; }

#main_filter .prdctfltr_range .irs-line {
  background: #b5b5b5; }

#main_filter .prdctfltr_range .irs-bar {
  background: #E03400; }

#main_filter .prdctfltr_range .irs-slider {
  top: 1px;
  width: 32px;
  height: 32px;
  border: 1px solid #E03400;
  background: #f9f9f9; }
  #main_filter .prdctfltr_range .irs-slider:hover {
    border-width: 3px; }

.archive_products_wrap ul.products,
.wish_list_products ul.products,
.product_list_container ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.archive_products_wrap li.product,
.wish_list_products li.product,
.product_list_container li.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  padding: 12px;
  overflow: hidden;
  z-index: 0; }
  .archive_products_wrap li.product:hover,
  .wish_list_products li.product:hover,
  .product_list_container li.product:hover {
    overflow: visible;
    z-index: 10; }
    .archive_products_wrap li.product:hover .loop_product_wr,
    .wish_list_products li.product:hover .loop_product_wr,
    .product_list_container li.product:hover .loop_product_wr {
      -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.5); }
    .archive_products_wrap li.product:hover .onsale,
    .wish_list_products li.product:hover .onsale,
    .product_list_container li.product:hover .onsale {
      left: 0; }
  .archive_products_wrap li.product .variations_form,
  .wish_list_products li.product .variations_form,
  .product_list_container li.product .variations_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .archive_products_wrap li.product .variations,
  .wish_list_products li.product .variations,
  .product_list_container li.product .variations {
    width: calc(100% - 48px); }
  .archive_products_wrap li.product .single_variation_wrap,
  .wish_list_products li.product .single_variation_wrap,
  .product_list_container li.product .single_variation_wrap {
    min-width: 48px;
    width: 48px; }
  .archive_products_wrap li.product .add_to_cart_btn_wr,
  .wish_list_products li.product .add_to_cart_btn_wr,
  .product_list_container li.product .add_to_cart_btn_wr {
    margin-left: 0 !important; }

.archive_products_wrap .loop_product_wr,
.wish_list_products .loop_product_wr,
.product_list_container .loop_product_wr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  height: calc(100% + 52px);
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1; }

.archive_products_wrap .onsale,
.wish_list_products .onsale,
.product_list_container .onsale {
  left: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.archive_products_wrap .variations_form,
.wish_list_products .variations_form,
.product_list_container .variations_form {
  margin-top: auto; }

.product_list_container {
  width: calc(100% + 24px);
  margin: 0 -12px; }
  .product_list_container li.product {
    width: 16.66%; }

.loop_image_container {
  position: relative; }

.image_item {
  display: none; }
  .image_item.active {
    display: block; }

.loop_hover_areas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hover_area_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .hover_area_item.active {
    border-top: 3px solid #00E0A5; }

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
  top: 14px;
  right: 14px;
  left: auto;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart:hover {
    background: rgba(255, 255, 255, 0.9); }

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.archive_products_wrap .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
.product_list_container .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
  width: 24px !important;
  max-width: 24px;
  max-height: 24px; }

.archive_products_wrap .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom:not(.tinvwl-product-in-list):hover,
.product_list_container .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom:not(.tinvwl-product-in-list):hover {
  background-image: url("assets/images/base/heart-red.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center; }
  .archive_products_wrap .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom:not(.tinvwl-product-in-list):hover img,
  .product_list_container .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom:not(.tinvwl-product-in-list):hover img {
    opacity: 0; }

.tinvwl-product-in-list {
  background-image: url("assets/images/base/heart-fill.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center; }
  .tinvwl-product-in-list img {
    opacity: 0; }

.archive_products_wrap .price,
.product_list_container .price {
  font-size: 18px;
  font-weight: 700; }
  .archive_products_wrap .price ins,
  .product_list_container .price ins {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .archive_products_wrap .price del,
  .product_list_container .price del {
    margin-left: 0;
    margin-right: 12px;
    font-weight: 400;
    opacity: 0.5; }

.archive_products_wrap .single__choose_size_title_loop,
.product_list_container .single__choose_size_title_loop {
  font-size: 14px;
  margin: 0 0 0.5em;
  width: 100%;
  height: 21px;
  overflow: hidden; }
  .archive_products_wrap .single__choose_size_title_loop .first,
  .archive_products_wrap .single__choose_size_title_loop .second,
  .product_list_container .single__choose_size_title_loop .first,
  .product_list_container .single__choose_size_title_loop .second {
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .archive_products_wrap .single__choose_size_title_loop .second,
  .product_list_container .single__choose_size_title_loop .second {
    color: #E03400;
    white-space: nowrap; }
  .archive_products_wrap .single__choose_size_title_loop.active .first,
  .archive_products_wrap .single__choose_size_title_loop.active .second,
  .product_list_container .single__choose_size_title_loop.active .first,
  .product_list_container .single__choose_size_title_loop.active .second {
    -webkit-transform: translateY(-21px);
    transform: translateY(-21px); }

.archive_products_wrap .qib-button:not(#qib_id):not(#qib_id),
.archive_products_wrap .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
.product_list_container .qib-button:not(#qib_id):not(#qib_id),
.product_list_container .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  width: 34px;
  height: 34px; }

.archive_products_wrap form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_),
.product_list_container form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
  height: 40px;
  margin-left: 8px;
  margin-bottom: 4px; }

.archive_products_wrap .single_add_to_cart_button,
.product_list_container .single_add_to_cart_button {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 9px; }

.archive_products_wrap .option_btn,
.product_list_container .option_btn {
  min-width: 30px;
  height: 30px;
  margin-bottom: 4px;
  font-size: 14px; }

.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 400; }

.quick_view_btn {
  position: absolute;
  width: 100%;
  height: 48px;
  left: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  background: #f0f0f0;
  margin-top: 16px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .quick_view_btn:hover {
    color: #E03400; }

li.product:hover .quick_view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.prdctfltr-pagination {
  margin-top: 50px;
  padding: 0 10px; }

.archive_products_wrap nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a,
.archive_products_wrap nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #1d1d1d;
  font-weight: 400; }

.archive_products_wrap nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:focus,
.archive_products_wrap nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:hover,
.archive_products_wrap nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span.current {
  border: 1px solid #b5b5b5;
  background: #f9f9f9;
  color: #1d1d1d; }

@media screen and (max-width: 1500px) {
  .product_list_container li.product {
    width: 20%; } }

@media screen and (max-width: 1250px) {
  .product_list_container li.product {
    width: 25%; }
  .woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 4px; } }

@media screen and (max-width: 920px) {
  .product_list_container li.product {
    width: 33.33%; } }

@media screen and (max-width: 700px) {
  .product_list_container li.product {
    width: 50%; }
  .woocommerce-loop-product__title {
    font-size: 14px; }
  .archive_products_wrap .single__choose_size_title_loop,
  .product_list_container .single__choose_size_title_loop {
    font-size: 12px; } }

@media screen and (max-width: 375px) {
  .product_list_container {
    width: calc(100% + 16px);
    margin: 0 -8px; }
  .archive_products_wrap li.product,
  .wish_list_products li.product,
  .product_list_container li.product {
    padding: 8px; } }

/**
 * Single product
 */
.single-product div.product {
  position: relative; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 2em;
      right: 1em;
      display: block;
      z-index: 99; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        float: left; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: 0.5; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      width: 48.1%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      width: 30.79667%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: 22.15%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      width: 16.96%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }

.ml_single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.onsale {
  position: absolute;
  top: 24px;
  left: 0;
  background-color: #E03400;
  color: #fff;
  padding: 0 8px;
  z-index: 8; }

.single_product_gallery {
  width: 30%; }
  .single_product_gallery img {
    width: 100%; }

.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    position: absolute;
    top: 50%;
    left: 15%;
    content: '';
    width: 70%;
    height: 1px;
    background: #1d1d1d; }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    position: absolute;
    content: '';
    top: 19px;
    left: 15%;
    width: 11px;
    height: 11px;
    border-top: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0.6; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1 !important; }

.swiper-button-next::after {
  right: 15%;
  left: auto;
  border-left: none;
  border-right: 1px solid #1d1d1d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.single_product_slider_thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single_product_slider_thumb {
  border: 2px solid transparent;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .single_product_slider_thumb.active {
    border-color: #E03400;
    opacity: 1; }
  .single_product_slider_thumb img {
    width: auto;
    height: 100%; }

.woocommerce-product-gallery__image a {
  width: 100%; }

#baguetteBox-overlay .full-image.img_zoom img {
  max-height: 400%;
  max-width: 400%;
  position: absolute; }

.entry-summary {
  width: 46%;
  padding: 0 30px 0 40px; }
  .entry-summary h3 {
    font-size: 16px; }

.product_title {
  font-size: 28px;
  font-weight: 400; }

.sku_wrapper {
  font-size: 14px; }

.variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single__choose_size_title {
  width: 100%; }

.originsl_variations_select {
  display: none; }

.option_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

.option_btn {
  min-width: 40px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  background: #f9f9f9;
  text-transform: uppercase;
  padding: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6px;
  cursor: pointer; }
  .option_btn:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32); }
  .option_btn.active {
    background: #E03400;
    border-color: #E03400;
    color: #fff; }

.add_to_cart_btn_popover {
  position: absolute;
  top: 0;
  left: 100%;
  height: 40px;
  padding-right: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: #E03400;
  background: #fff;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.32);
  opacity: 0;
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .add_to_cart_btn_popover::before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 8px solid transparent;
    border-right-color: #E03400; }
  .add_to_cart_btn_popover.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .add_to_cart_btn_popover.loop {
    font-size: 14px;
    height: 30px; }
    .add_to_cart_btn_popover.loop::before {
      width: 12px;
      height: 12px;
      margin-right: 6px;
      border-width: 6px; }

.added_to_cart {
  display: none; }

.single_variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px; }

.stock__qty_ends {
  color: #F7724A; }

.single_variation_wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.qib-button {
  background: #f9f9f9 !important;
  border: 1px solid #b5b5b5 !important;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  cursor: pointer; }
  .qib-button:hover {
    background: #F7724A !important;
    color: #fff !important; }
  .qib-button.minus {
    border-radius: 4px 0 0 4px !important; }
  .qib-button.plus {
    border-radius: 0 4px 4px 0 !important; }
  .qib-button:focus, .qib-button:active {
    border: 1px solid #b5b5b5 !important; }

.add_to_cart_btn_wr {
  position: relative; }

.add_to_cart_btn_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2; }

.single_add_to_cart_button,
#jckqv .button,
.single_add_to_cart_button:active,
#jckqv .button:active,
.single_add_to_cart_button:active:focus,
#jckqv .button:active:focus {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  background: #00946D;
  border: 1px solid #00946D;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  outline: none !important;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .single_add_to_cart_button:hover,
  #jckqv .button:hover,
  .single_add_to_cart_button:active:hover,
  #jckqv .button:active:hover,
  .single_add_to_cart_button:active:focus:hover,
  #jckqv .button:active:focus:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }
  .single_add_to_cart_button span,
  .single_add_to_cart_button svg,
  #jckqv .button span,
  #jckqv .button svg,
  .single_add_to_cart_button:active span,
  .single_add_to_cart_button:active svg,
  #jckqv .button:active span,
  #jckqv .button:active svg,
  .single_add_to_cart_button:active:focus span,
  .single_add_to_cart_button:active:focus svg,
  #jckqv .button:active:focus span,
  #jckqv .button:active:focus svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .single_add_to_cart_button span,
  #jckqv .button span,
  .single_add_to_cart_button:active span,
  #jckqv .button:active span,
  .single_add_to_cart_button:active:focus span,
  #jckqv .button:active:focus span {
    margin-right: 12px; }

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button,
.tinv-wishlist.tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 0;
  margin-left: 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  font-size: 14px;
  color: #1d1d1d;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover,
  .tinv-wishlist.tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button:hover {
    border-color: #00946D;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }

.summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
#jckqv .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
  width: 20px !important;
  max-width: 20px;
  max-height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom:not(.tinvwl-product-in-list):hover,
#jckqv .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom:not(.tinvwl-product-in-list):hover {
  background-image: url("assets/images/base/heart-red.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 21px center; }
  .summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom:not(.tinvwl-product-in-list):hover img,
  #jckqv .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom:not(.tinvwl-product-in-list):hover img {
    opacity: 0; }

.summary .tinvwl-product-in-list,
#jckqv .tinvwl-product-in-list {
  background-image: url(assets/images/base/heart-fill.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 21px center; }

.tinv-wishlist .tinv-modal {
  z-index: 999999; }

.tinv-wishlist .tinv-modal .tinv-modal-inner {
  padding: 64px 40px 40px; }

.icon_big_times {
  display: none !important; }

.icon_big_heart_check {
  color: #E03400; }

.tinvwl_button_view {
  margin-top: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  font-size: 14px;
  color: #1d1d1d;
  cursor: pointer;
  background: transparent;
  background-image: url("assets/images/base/heart-fill.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 21px center;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .tinvwl_button_view i {
    display: none !important; }
  .tinvwl_button_view:hover {
    border-color: #00946D;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }

.tinvwl_button_close,
#jckqv .mfp-close {
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  width: 48px !important;
  height: 48px;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .tinvwl_button_close::before, .tinvwl_button_close::after,
  #jckqv .mfp-close::before,
  #jckqv .mfp-close::after {
    position: absolute;
    content: '';
    top: 24px;
    left: 6px;
    width: 36px;
    height: 1px;
    background: #ccc;
    border: 1px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .tinvwl_button_close::after,
  #jckqv .mfp-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .tinvwl_button_close:hover,
  #jckqv .mfp-close:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }

.single_delivery_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px; }

.single_delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 0 16px; }

.single_delivery_icon {
  width: 24px;
  height: 24px;
  margin-right: 16px; }
  .single_delivery_icon svg {
    width: 100%;
    height: auto; }

.single_delivery_message span {
  font-weight: 700; }

.single_colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }

.single_colors_product {
  width: 15%;
  margin-right: 2%; }
  .single_colors_product:nth-child(6n) {
    margin-right: 0; }
  .single_colors_product img {
    border: 1px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .single_colors_product img:hover {
      border-color: #E03400; }

#single_related {
  width: 24%;
  max-width: 300px;
  margin-left: auto; }
  #single_related .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #single_related h2 {
    font-size: 16px;
    margin-bottom: 12px; }
  #single_related .product {
    width: 48%;
    margin-right: 4%; }
    #single_related .product:nth-child(2n) {
      margin-right: 0; }
    #single_related .product img {
      width: 100%; }
  #single_related .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    top: 2px;
    right: 2px; }
  #single_related .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
    padding: 4px; }
    #single_related .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img {
      width: 14px !important; }
  #single_related .tinvwl-product-in-list {
    background-size: 14px 14px; }
  #single_related .woocommerce-loop-product__title {
    font-size: 14px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical; }
  #single_related .onsale {
    top: 0;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  #single_related .product:hover .onsale {
    opacity: 1; }
  #single_related .price {
    font-size: 16px; }
    #single_related .price del {
      font-size: 12px; }

.wc-tabs-wrapper {
  margin-top: 24px;
  width: 100%; }

.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #b5b5b5; }

.woocommerce-tabs ul.tabs li {
  position: relative; }
  .woocommerce-tabs ul.tabs li:not(:last-child) {
    margin-right: 48px; }
  .woocommerce-tabs ul.tabs li a {
    padding: 8px 0; }
  .woocommerce-tabs ul.tabs li.active::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #E03400;
    z-index: 2; }
  .woocommerce-tabs ul.tabs li.active a {
    font-weight: 700;
    color: #E03400; }

.wc-tab {
  margin-top: 16px; }
  .wc-tab h3 {
    font-size: 16px; }

.single_description_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single_description__col_1,
.single_description__col_2 {
  width: 46%; }

.single_description__col_1 {
  margin-right: 8%; }

.woocommerce-Tabs-panel--description table,
#jckqv_desc table {
  border-collapse: collapse; }

.woocommerce-Tabs-panel--description td, .woocommerce-Tabs-panel--description th,
#jckqv_desc td,
#jckqv_desc th {
  border: 1px solid #b5b5b5;
  padding: 2px 8px; }

.woocommerce-Tabs-panel--description tr,
#jckqv_desc tr {
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .woocommerce-Tabs-panel--description tr:hover,
  #jckqv_desc tr:hover {
    background: #f9f9f9; }

.woocommerce-Tabs-panel--description thead,
#jckqv_desc thead {
  background: #f9f9f9; }
  .woocommerce-Tabs-panel--description thead td:not(:first-child),
  #jckqv_desc thead td:not(:first-child) {
    text-align: center; }

.sizes_info {
  font-size: 14px;
  margin-top: 12px; }

.shop_attributes {
  max-width: 767px; }

.woocommerce-product-attributes-item__label {
  font-weight: 400;
  text-align: start;
  border: 1px solid #b5b5b5; }

.woocommerce-Tabs-panel--description tr.woocommerce-product-attributes-item:hover {
  font-weight: 400; }

.additional__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.additional__item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 16px;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  background: #f9f9f9;
  padding: 0 24px 24px 90px;
  position: relative; }
  .additional__item:nth-child(2n) {
    margin-right: 0; }
  .additional__item svg {
    width: 50px;
    height: auto;
    position: absolute;
    top: 24px;
    left: 24px; }
  .additional__item h3 {
    margin: 34px 0 12px; }

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  color: #E03400; }
  .price ins {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background-color: transparent; }
  .price del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px;
    color: #1d1d1d;
    font-size: 16px; }

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; } }

#checkout {
  padding-top: 50px; }
  #checkout .woocommerce:first-child {
    margin-bottom: 32px; }

.shop_table thead {
  background: #f9f9f9; }
  .shop_table thead th {
    font-weight: 400;
    line-height: 2em; }

.shop_table.woocommerce-cart-form__contents .cart_item td {
  padding: 10px 0;
  border-bottom: 1px solid #1d1d1d; }

.shop_table.woocommerce-cart-form__contents .product-thumbnail {
  width: 100px; }

.shop_table.woocommerce-cart-form__contents .cart_sku {
  font-size: 14px;
  margin-bottom: 8px; }

.shop_table.woocommerce-cart-form__contents .product-name {
  padding-left: 16px !important; }
  .shop_table.woocommerce-cart-form__contents .product-name a {
    font-weight: 700;
    margin-bottom: 8px; }

.shop_table.woocommerce-cart-form__contents .remove {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.shop_table.woocommerce-cart-form__contents .qib-button:not(#qib_id):not(#qib_id) {
  width: 32px;
  height: 32px; }

.shop_table.woocommerce-cart-form__contents .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  width: 40px;
  height: 32px;
  font-size: 14px; }

.shop_table.woocommerce-cart-form__contents .product-subtotal bdi {
  font-weight: 700; }

.cart_sale_price {
  opacity: 0.4;
  text-decoration: line-through; }

#checkout .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.woocommerce-form-coupon-toggle,
.checkout_coupon {
  display: none; }

.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 16px; }
  .coupon label {
    display: none; }
  .coupon .input-text {
    height: 40px;
    border: 1px solid #b5b5b5;
    padding: 0 14px;
    margin-right: 16px; }
  .coupon .button {
    background: #f9f9f9;
    height: 40px;
    border: 1px solid #b5b5b5;
    padding: 0 14px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .coupon .button:hover {
      -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }

#checkout h3,
#checkout .checkout_login_toggle_btn {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 1em; }

.woocommerce-form-login-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.checout_form_fields_col,
.woocommerce-form-login {
  width: 60%;
  margin-right: 5%; }

.checout_form_order_col {
  width: 35%;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid #00946D;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32); }

.checkout_login_toggle_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  color: #b5b5b5; }
  .checkout_login_toggle_btn:first-child {
    margin-right: 32px; }
  .checkout_login_toggle_btn.active {
    border-color: #E03400;
    color: #1d1d1d; }

.checout_form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.woocommerce-billing-fields__field-wrapper,
.wcus-checkout-fields > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.form-row {
  width: 48.1%;
  margin: 0 0 24px !important;
  position: relative; }
  .form-row input[type="text"],
  .form-row input[type="tel"],
  .form-row input[type="email"],
  .form-row input[type="password"] {
    height: 56px;
    border: 1px solid #b5b5b5;
    padding: 0 14px;
    width: 100%;
    color: #1d1d1d; }
  .form-row label {
    position: absolute;
    top: 15px;
    left: 16px;
    background: #fff;
    padding: 0 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .form-row label abbr {
      text-decoration: none; }

.form-row.filled label {
  top: -12px;
  font-size: 14px;
  color: #b5b5b5; }

.woocommerce-form-login .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.woocommerce-form-login__submit {
  width: 48%;
  height: 56px; }

.form-row label.woocommerce-form-login__rememberme {
  position: relative;
  top: 0;
  left: 0;
  width: 48%;
  font-size: 16px;
  color: #1d1d1d;
  padding-left: 28px; }

.form-row label.woocommerce-form-login__rememberme span {
  line-height: 40px;
  position: relative; }
  .form-row label.woocommerce-form-login__rememberme span::before {
    position: absolute;
    content: '';
    top: 0px;
    left: -28px;
    width: 20px;
    height: 20px;
    border: 1px solid #1d1d1d; }
  .form-row label.woocommerce-form-login__rememberme span::after {
    position: absolute;
    content: '';
    top: 5px;
    left: -23px;
    width: 10px;
    height: 6px;
    border-bottom: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

input[name="rememberme"]:checked ~ span::after {
  opacity: 1; }

.woocommerce-form-login__submit {
  background: #f9f9f9;
  height: 40px;
  border: 1px solid #b5b5b5;
  padding: 0 14px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .woocommerce-form-login__submit:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }

.woocommerce-form__input-checkbox {
  display: none; }

.lost_password a {
  color: #b5b5b5; }

.zen-ui-select__value {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b5b5b5;
  border-radius: 2px; }

.zen-ui-select__option--current {
  background: #E03400;
  color: #fff; }

#order_comments_field label {
  display: none; }

#order_comments_field textarea {
  resize: none;
  height: 84px; }
  #order_comments_field textarea::-webkit-input-placeholder {
    opacity: 0; }
  #order_comments_field textarea::-moz-placeholder {
    opacity: 0; }
  #order_comments_field textarea:-ms-input-placeholder {
    opacity: 0; }
  #order_comments_field textarea::-ms-input-placeholder {
    opacity: 0; }
  #order_comments_field textarea::placeholder {
    opacity: 0; }

#billing_country_field {
  display: none; }

.create-account label {
  position: relative;
  top: auto;
  left: auto;
  padding-left: 28px; }

.create-account label span {
  line-height: 40px;
  position: relative; }
  .create-account label span::before {
    position: absolute;
    content: '';
    top: 0px;
    left: -28px;
    width: 20px;
    height: 20px;
    border: 1px solid #1d1d1d; }
  .create-account label span::after {
    position: absolute;
    content: '';
    top: 5px;
    left: -23px;
    width: 10px;
    height: 6px;
    border-bottom: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

input[name="createaccount"]:checked ~ span::after {
  opacity: 1; }

#checkout h3#order_review_heading {
  margin-top: 0; }

.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-table--order-details .cart-subtotal td,
.woocommerce-table--order-details .cart-subtotal th {
  border-top: 1px solid #1d1d1d; }

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-table--order-details tfoot th {
  text-align: start; }

.woocommerce-remove-coupon {
  font-size: 12px; }

.wc_payment_method {
  padding-left: 28px;
  margin-top: 16px; }
  .wc_payment_method input {
    display: none; }
  .wc_payment_method label {
    font-weight: 700;
    opacity: 0.5;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .wc_payment_method label::before {
      position: absolute;
      content: '';
      width: 20px;
      height: 20px;
      top: 0;
      left: -28px;
      border: 1px solid #1d1d1d;
      border-radius: 50%; }
    .wc_payment_method label::after {
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      top: 5px;
      left: -23px;
      background: #1d1d1d;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .wc_payment_method input:checked + label {
    opacity: 1; }
    .wc_payment_method input:checked + label::after {
      opacity: 1; }

.payment_method_portmone img {
  width: 200px; }

.payment_box.payment_method_portmone {
  font-size: 14px;
  line-height: 1.5em; }

#place_order,
#submit_portmone_payment_form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-top: 16px;
  padding: 0 24px;
  background: #00946D;
  border: 1px solid #00946D;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  #place_order:hover,
  #submit_portmone_payment_form:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }

.woocommerce-order-pay #page {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .woocommerce-order-pay #page > .container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.woocommerce-order-pay #checkout {
  max-width: 600px;
  margin: 0 auto; }

.woocommerce-order-pay .entry-content .woocommerce:first-child {
  display: none; }

.woocommerce-order-pay article {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid #00946D;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32); }

.woocommerce-order-received #page {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .woocommerce-order-received #page > .container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.woocommerce-order-received .entry-content .woocommerce:first-child {
  display: none; }

.woocommerce-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.woocommerce-order__col_1,
.woocommerce-order__col_2 {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid #00946D;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
  width: calc(50% - 30px); }

.woocommerce-order__col_1 {
  margin-right: 60px; }

.woocommerce-thankyou-order-details {
  margin-top: 16px; }

.woocommerce-order-details__inf {
  font-size: 14px; }

.woocommerce-table--order-details {
  margin-top: 16px; }

.ty_page_title {
  font-size: 2em;
  margin-top: 100px;
  margin-bottom: 24px; }

.product_slider .swiper-slide {
  height: 100%; }

.product_slider .woocommerce-loop-product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.product_slider .price {
  margin-top: auto; }

.product_slider .loop_images img {
  width: 100%; }

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400; }
  .star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #4169e1; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25; }
  p.stars a:hover ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25; }

p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1; }

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1; }

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25; }

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.bad {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #3d9cd2; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
  box-shadow: inset 2px 0 0 #0f834d; }

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
  box-shadow: inset 2px 0 0 #e2401c; }

.required {
  color: #f00; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  clear: both; }

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
  margin-bottom: 16px; }

.woocommerce-error {
  background-color: transparent !important;
  border: 1px solid #E03400;
  border-radius: 6px;
  padding: 12px; }

.woocommerce-message {
  background-color: transparent !important;
  border: 1px solid #00946D;
  border-radius: 6px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woocommerce-info {
  background-color: transparent !important;
  border: 1px solid #00E0A5;
  border-radius: 6px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woo_notice_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woo_notice_error_icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url("assets/images/checkout/error.svg");
  background-repeat: no-repeat;
  background-size: cover; }

.woo_notice_success_icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url("assets/images/checkout/success.svg");
  background-repeat: no-repeat;
  background-size: cover; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999; }

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block; } }

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  font-size: 14px;
  padding: 18px 0; }
  .woocommerce-breadcrumb a {
    font-weight: 700; }
  .woocommerce-breadcrumb i {
    font-size: 12px;
    letter-spacing: 2px; }

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

/**
 * Quick View plugin
 */
#jckqv, #jckqv h1, #jckqv p {
  font-family: "Century Gothic", sans-serif; }

#jckqv {
  max-width: 1400px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100vh - 60px);
  padding: 40px;
  overflow: auto; }
  #jckqv h1 {
    font-weight: 400;
    color: #1d1d1d; }
  #jckqv p {
    color: #1d1d1d;
    margin-bottom: 0; }
  #jckqv .price ins span.amount {
    color: #E03400;
    font-weight: 400; }

#jckqv_images_wrap {
  display: block;
  margin: 0 40px 0 0;
  width: 50%;
  max-width: 350px;
  overflow: visible; }

#jckqv_summary {
  min-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#jckqv .onsale {
  top: 64px;
  left: 40px;
  background-color: #E03400;
  color: #fff;
  padding: 0 8px;
  line-height: 1.5;
  border-radius: 0;
  z-index: 8; }

#jckqv .slick-dots {
  bottom: -32px; }

#jckqv .slick-dots button {
  background: #1d1d1d;
  border: none; }

#jckqv .single_variation_wrap,
#jckqv .variations_button {
  overflow: visible; }

#jckqv .slick-dots .slick-active button,
#jckqv .slick-dots button:hover {
  background: #E03400; }

.jckqv-images__arr {
  opacity: 1; }

.jckqv-images__arr i {
  width: 60px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .jckqv-images__arr i:hover {
    opacity: 1 !important; }
  .jckqv-images__arr i::before {
    position: absolute;
    top: 50%;
    left: 15%;
    content: '';
    width: 70%;
    height: 1px;
    background: #1d1d1d;
    margin: 0 !important; }
  .jckqv-images__arr i::after {
    position: absolute;
    content: '';
    top: 19px;
    left: 15%;
    width: 11px;
    height: 11px;
    border-top: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .jckqv-images__arr i.iconic-wqv-icon-chevron-with-circle-right::after {
    right: 15%;
    left: auto;
    border-left: none;
    border-right: 1px solid #1d1d1d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .jckqv-images__arr i.iconic-wqv-icon-chevron-with-circle-left {
    left: auto; }

#jckqv_images_wrap:hover .jckqv-images__arr i {
  background-color: rgba(255, 255, 255, 0.7); }

@media (max-width: 1023px) {
  #jckqv {
    padding: 20px;
    padding-bottom: 32px; }
    #jckqv h1 {
      font-size: 24px; }
    #jckqv .price del {
      font-size: 16px; }
    #jckqv .price ins {
      font-size: 20px; }
    #jckqv .cart {
      margin: 0; }
    #jckqv h3 {
      font-size: 16px;
      margin-bottom: 0.5em; }
  #jckqv_summary {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  #jckqv_desc {
    font-size: 14px; } }

/**
 * Mini Cart
 */
.woofc-area,
.woofc-area a,
.woofc-area input,
.woofc-area p {
  font-family: "Century Gothic", sans-serif; }

.woofc-count span {
  font-size: 14px; }

.woofc-area .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  height: 30px;
  color: #1d1d1d;
  border-color: #eeeeee; }

.woofc-area .woofc-item-qty-minus,
.woofc-area .woofc-item-qty-plus {
  border: 1px solid #eeeeee;
  font-size: 24px !important; }

.woofc-area.woofc-effect-01 {
  max-width: 450px; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
  font-size: 16px;
  color: #1d1d1d; }
  .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
    color: #1d1d1d; }

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
  background: #00946D;
  color: #fff;
  border: none;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.2em; }
  .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    background: #00946D;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }

.woofc-area .woofc-data {
  font-size: 18px; }

/**
 * My account
 */
#my_account {
  margin-top: 50px; }

.my_account_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.woocommerce-MyAccount-navigation {
  width: 200px;
  margin-right: 50px; }
  .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.woocommerce-MyAccount-navigation-link {
  background: #f9f9f9;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  padding: 0 14px;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .woocommerce-MyAccount-navigation-link:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }
  .woocommerce-MyAccount-navigation-link:last-child {
    margin-bottom: 0; }
  .woocommerce-MyAccount-navigation-link.is-active {
    background: #E03400; }
    .woocommerce-MyAccount-navigation-link.is-active a {
      color: #fff !important; }
  .woocommerce-MyAccount-navigation-link a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .woocommerce-MyAccount-navigation-link a:hover {
      color: #1d1d1d; }

.woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid #00946D;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32); }

.woocommerce-MyAccount-orders thead th {
  font-weight: 700;
  border-bottom: 1px solid #1d1d1d;
  padding: 4px; }

.woocommerce-MyAccount-orders td {
  padding: 4px; }

.woocommerce-MyAccount-orders tr:first-child td {
  padding-top: 16px; }

.woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
  padding: 6px 14px;
  background: #F7724A;
  border-radius: 4px;
  color: #fff; }

.edit_account_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .edit_account_wr .form-row,
  .edit_account_wr .change_pass_row {
    width: calc(50% - 8px); }
    .edit_account_wr .form-row:nth-child(odd),
    .edit_account_wr .change_pass_row:nth-child(odd) {
      margin-right: 16px !important; }

.edit_account_col_1,
.edit_account_col_2 {
  width: 100%;
  max-width: 800px; }

.edit_account_col_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.edit_account_title {
  margin: 0 0 16px; }

.edit_account_col_2 fieldset {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.change_pass_row {
  margin: 0 0 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .change_pass_row input[type="password"] {
    height: 56px;
    border: 1px solid #b5b5b5;
    padding: 0 14px;
    width: 100%;
    color: #1d1d1d; }
  .change_pass_row label {
    font-size: 14px; }

.edit-account .button {
  background: #f9f9f9;
  height: 40px;
  border: 1px solid #00946D;
  padding: 0 14px;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .edit-account .button:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  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 !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__btns_mob {
  display: none; }

.site-branding {
  min-width: 14%; }

.header__search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5%; }

.header__btns {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  min-width: 300px; }

.header__btn {
  width: 33.33%; }
  .header__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.header__btn_login,
.header__btn_wish {
  position: relative;
  z-index: 1; }
  .header__btn_login .header__btn_icon,
  .header__btn_wish .header__btn_icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  .header__btn_login:hover svg,
  .header__btn_wish:hover svg {
    fill: #f93c00; }

.xoo-el-action-sc {
  padding-top: 22px; }

.header__btn_icon {
  width: 20px;
  height: 20px; }
  .header__btn_icon svg {
    width: 100%; }

.wishlist_products_counter {
  padding-top: 22px; }

.wishlist_products_counter_number,
.header__btn_cart_counter {
  position: absolute;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #E03400;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  top: -8px;
  left: calc(50% + 2px); }

.wishlist_products_counter_number {
  display: none;
  left: calc(50% + 6px); }
  .wishlist_products_counter_number.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.header__btn_icon {
  position: relative; }

.header__btn_text {
  padding-top: 2px; }

.header__btn_link:hover svg {
  fill: #E03400; }

.header__search_close_btn_mob {
  display: none; }

.ajaxsearchpro .proinput {
  position: relative;
  z-index: 100; }
  .ajaxsearchpro .proinput::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("assets/images/header/search.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }

#ajaxsearchpro1_1 {
  position: relative;
  z-index: 1000; }

#ajaxsearchpro1_1 .probox .proinput input.orig[type="search"] {
  padding-left: 36px !important; }

.asp_text_button {
  padding: 0 2vw !important;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .asp_text_button:hover {
    padding: 0 2.4vw !important; }

.header__search_modal_layout {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999; }
  .header__search_modal_layout.active {
    display: block; }

.main-navigation {
  padding: 8px 0;
  background-color: #E03400;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }

#primary-menu li {
  margin-right: 4px; }

#primary-menu a {
  padding: 6px 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  #primary-menu a:hover {
    background-color: #fff;
    color: #E03400; }

#primary-menu .menu_catalog {
  position: relative;
  cursor: pointer;
  z-index: 22; }

#primary-menu .menu_catalog a {
  background-color: #F7724A;
  position: relative;
  padding-left: 48px;
  text-transform: uppercase; }
  #primary-menu .menu_catalog a::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 14px;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 0 #fff, 0 14px 0 0 #fff;
    box-shadow: 0 7px 0 0 #fff, 0 14px 0 0 #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  #primary-menu .menu_catalog a:hover {
    background-color: #fff; }
    #primary-menu .menu_catalog a:hover::before {
      background: #E03400;
      -webkit-box-shadow: 0 7px 0 0 #E03400, 0 14px 0 0 #E03400;
      box-shadow: 0 7px 0 0 #E03400, 0 14px 0 0 #E03400; }

#primary-menu .accent a {
  background-color: #F7724A; }
  #primary-menu .accent a:hover {
    background-color: #fff; }

@media screen and (max-width: 1400px) {
  .header__btns {
    font-size: 14px; } }

@media screen and (max-width: 1023px) {
  .container_header__main {
    background: #E03400; }
  .header__main {
    min-height: 70px; }
  .site-title a {
    color: #fff; }
  .header__btns {
    font-size: 0;
    width: 145px;
    min-width: 145px; }
  .header__btn_icon svg {
    fill: #fff; }
  .wishlist_products_counter_number,
  .header__btn_cart_counter {
    color: #E03400;
    background: #fff; }
  .main-navigation {
    background: #fff; }
  #primary-menu a {
    padding: 6px 10px;
    color: #E03400;
    font-size: 14px;
    border: 1px solid transparent; }
    #primary-menu a:hover {
      border: 1px solid #E03400; }
  #primary-menu .accent a {
    color: #fff; }
    #primary-menu .accent a:hover {
      color: #E03400; }
  #primary-menu .menu_catalog a {
    color: #fff;
    padding-left: 36px; }
    #primary-menu .menu_catalog a::before {
      left: 10px;
      width: 16px;
      -webkit-box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
      box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff; }
    #primary-menu .menu_catalog a:hover {
      color: #E03400; }
      #primary-menu .menu_catalog a:hover::before {
        -webkit-box-shadow: 0 6px 0 0 #E03400, 0 12px 0 0 #E03400;
        box-shadow: 0 6px 0 0 #E03400, 0 12px 0 0 #E03400; } }

@media screen and (max-width: 767px) {
  .container_header__main {
    padding: 0 4px; }
  .header__main {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__btns_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__btn_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 8px; }
  .header__btn_mob_menu_toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    -webkit-box-shadow: 0 9px 0 0 #fff, 0 -9px 0 0 #fff;
    box-shadow: 0 9px 0 0 #fff, 0 -9px 0 0 #fff; }
  .header__btn_mob_search_toggle {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .header__btn_mob_search_toggle svg {
      width: 28px;
      height: 28px;
      margin-top: 4px; }
  .site-branding {
    max-width: 88px; }
    .site-branding .site-title {
      font-size: 16px; }
  .header__search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #E03400;
    padding: 0; }
    .header__search.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header__search_close_btn_mob {
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    position: absolute;
    top: 30px;
    left: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 999999; }
  .ajaxsearchpro .proinput::before {
    display: none;
    background-image: none;
    top: 15px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .header__btns {
    min-width: 0;
    width: auto;
    margin-top: 0; }
  .header__btn {
    width: 48px;
    height: 48px;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__btn_login {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header__btn_login .header__btn_icon {
      position: static;
      top: auto;
      -webkit-transform: none;
      transform: none; }
    .header__btn_login a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .header__btn_wish {
    display: none; }
  .header__btn_cart a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__btn_icon {
    width: 24px;
    height: 24px; }
  .main-navigation {
    display: none; } }

/* Sidebar
--------------------------------------------- */
.pf-help-title {
  background: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-bottom-width: 0;
  padding: 6px; }
  .pf-help-title h2 {
    font-size: 16px;
    font-weight: 400; }

.prdctfltr_add_scroll {
  border: 2px solid #f9f9f9;
  border-top-width: 0;
  padding: 14px; }

.pfw--has-childeren {
  position: relative; }
  .pfw--has-childeren::before {
    position: absolute;
    content: '';
    top: 11px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#secondary .prdctfltr_filter label {
  line-height: 30px;
  padding-left: 16px;
  display: none; }
  #secondary .prdctfltr_filter label.prdctfltr_active,
  #secondary .prdctfltr_filter label.prdctfltr_active + .prdctfltr_sub > label, #secondary .prdctfltr_filter label.prdctfltr_show_subs {
    display: block; }

#secondary .prdctfltr_checkboxes > label {
  display: block; }

#secondary .active_sub > label {
  display: block; }
  #secondary .active_sub > label:not(.prdctfltr_active) {
    margin-left: 0.5em; }

#secondary .prdctfltr_active {
  background: rgba(0, 224, 165, 0.2);
  border-radius: 4px; }

#secondary .prdctfltr_count {
  background: transparent;
  border: none;
  font-size: 10px;
  color: #1d1d1d;
  margin-left: 6px; }

/* Wishlist
--------------------------------------------- */
#page {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #page .container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

#page_default {
  margin-top: 50px; }

.tinvwl-table-manage-list thead {
  background: #f9f9f9; }

.tinvwl-table-manage-list th {
  text-align: start; }

.tinvwl-table-manage-list .wishlist_item td {
  padding: 10px 0;
  border-bottom: 1px solid #1d1d1d; }

.tinvwl-table-manage-list .wishlist_item .product-name {
  padding-left: 16px; }

.tinv-wishlist .woocommerce-message {
  margin-bottom: 16px; }

/* Footer
--------------------------------------------- */
.footer_simple {
  margin-top: 100px; }

.foo_subscribe {
  padding: 50px 0; }

.foo_subscribe_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 725px;
  margin: 0 auto; }

#wpcf7-f1508-o1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#wpcf7-f1508-o1 .button {
  background: #f9f9f9;
  height: 40px;
  border: 1px solid #b5b5b5;
  padding: 0 14px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  #wpcf7-f1508-o1 .button:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }
  #wpcf7-f1508-o1 .button:first-child {
    margin-right: 8px; }

#wpcf7-f1508-o1 .wpcf7-spinner {
  display: none; }

.foo_form_field_wr {
  margin-bottom: 10px; }

.foo_form_submit_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.foo-email input {
  height: 40px;
  border: 1px solid #b5b5b5;
  padding: 0 14px;
  margin-right: 16px; }

.form_hidden {
  display: none; }

.foo_subscribe_col_1 {
  width: 120px;
  min-width: 120px;
  margin-right: 24px; }

.foo_subscribe_col_2 {
  width: calc(100% - 144px); }

.foo_subscribe_terms {
  font-size: 12px;
  margin-top: 16px;
  text-decoration: underline; }

.main_footer {
  background: #f9f9f9;
  padding: 50px 0; }

.footer_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer_col_1 {
  width: 25%; }

.footer_logo {
  font-size: 24px; }

.footer_pay {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer_pay svg {
    margin-right: 16px; }

.footer_title {
  margin: 0 0 16px;
  font-size: 18px; }

.footer_col_2,
.footer_col_3,
.footer_col_4 {
  width: 25%;
  padding: 0 10px; }

.footer_nav {
  font-size: 14px;
  line-height: 1.2em; }
  .footer_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0; }

@media screen and (max-width: 1023px) {
  .foo-email input {
    max-width: 340px; }
  .footer_title {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .footer_col_1,
  .footer_col_2,
  .footer_col_3,
  .footer_col_4 {
    width: 50%; }
  .footer_col_3,
  .footer_col_4 {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #b5b5b5; } }

@media screen and (max-width: 550px) {
  .foo_subscribe_col_1 {
    width: 100%; }
    .foo_subscribe_col_1 svg {
      margin-left: -12px; }
  .foo_subscribe_col_2 {
    width: 100%; }
  .footer_title br {
    display: none; }
  .foo_form_field_wr,
  .foo_form_submit_wr {
    width: 100%; }
  .foo-email input {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }
  #wpcf7-f1508-o1 .button {
    width: 50%;
    margin-bottom: 12px; }
    #wpcf7-f1508-o1 .button:first-child {
      width: calc(50% - 10px);
      margin-right: 10px; } }

/* Base
--------------------------------------------- */
.page_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10; }
  .page_overlay.active {
    display: block; }

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/* Base
--------------------------------------------- */
.product_list_container {
  margin-top: 36px; }

.btn_wr {
  margin-top: 36px; }

@media screen and (max-width: 1023px) {
  .product_list_container {
    margin-top: 24px; } }

@media screen and (max-width: 767px) {
  .product_list_container {
    margin-top: 16px; } }

/* Catalog
--------------------------------------------- */
.container_home_cat {
  position: relative; }

.home_cat__header {
  display: none; }

.home_cat {
  display: none;
  height: 345px;
  margin-top: 12px;
  position: relative;
  z-index: 20; }
  .home_cat.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .home_cat.no_home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .home_cat.no_home .cat_slider_wr {
      display: none !important; }

.cat_tab_buttons {
  width: 15%;
  border-right: 1px solid #b5b5b5;
  background: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.32); }

.cat_tab_container {
  width: 85%;
  background: #fff; }
  .cat_tab_container .swiper-container {
    height: 100%; }
  .cat_tab_container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cat_tab_container .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: right top;
      object-position: right top; }
  .cat_tab_container .swiper-pagination {
    top: auto;
    bottom: 16px;
    left: 16px;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cat_tab_container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1; }
    .cat_tab_container .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff; }

.cat_slider_wr {
  height: 100%;
  padding-left: 12px;
  display: none; }
  .cat_slider_wr.active {
    display: block; }

.home_banner_inf {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  padding: 16px 7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff; }

.home_banner_title {
  font-size: 2.8vw;
  line-height: 1.2em;
  margin: 0; }
  .home_banner_title span {
    font-size: 120%; }

.home_banner_subtitle {
  font-size: 14px;
  margin-top: 1.6em; }

.cat_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  background: transparent;
  border: none;
  padding: 10px 0;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .cat_btn:hover {
    color: #E03400; }
  .cat_btn.active {
    color: #E03400; }
    .cat_btn.active span::before {
      opacity: 1; }
    .cat_btn.active i {
      border-color: #E03400; }
  .cat_btn span {
    position: relative; }
    .cat_btn span::before {
      position: absolute;
      content: '';
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #E03400;
      opacity: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .cat_btn i {
    width: 6px;
    height: 6px;
    border-right: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.cat_tab_content {
  padding: 18px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%; }
  .cat_tab_content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.home_cat_list__toggle {
  display: none; }

.home_cat_list {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 16px;
  overflow: hidden; }
  .home_cat_list a {
    font-size: 14px;
    white-space: nowrap; }

.home_cat_list .cat_list_title {
  margin-bottom: 6px; }
  .home_cat_list .cat_list_title a {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px; }

.home_cat_list .cat_list_all a {
  color: #00946D; }

.home_cat_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 20%;
  height: 100%; }
  .home_cat_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .home_cat_img.w40 {
    width: 40%; }
  .home_cat_img.w60 {
    width: 60%; }
  .home_cat_img.w80 {
    width: 80%; }

.home_cat_product {
  display: block;
  width: calc(20% - 16px);
  height: 100%;
  margin-right: 16px; }
  .home_cat_product.w40 {
    width: 40%; }
  .home_cat_product.w60 {
    width: 60%; }
  .home_cat_product.w80 {
    width: 80%; }
  .home_cat_product:last-child {
    margin-right: 0; }

.home_cat_product_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: calc(100% - 18px); }
  .home_cat_product_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.home_cat_product_name {
  font-size: 14px; }

@media screen and (max-width: 1200px) {
  .home_cat {
    height: 525px; }
  .home_cat_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    line-height: 1.1em; }
  .home_cat_product {
    width: calc(40% - 16px); }
    .home_cat_product.hide_tab {
      display: none; } }

@media screen and (max-width: 1023px) {
  .cat_tab_buttons {
    width: 120px; }
  .cat_tab_container {
    width: calc(100% - 120px); }
  .cat_btn {
    padding: 16px 0; }
    .cat_btn i {
      display: none; }
  .home_cat_list {
    width: 23%; }
  .home_cat_img {
    display: none; }
  .home_cat_product {
    width: calc(37.5% - 16px); } }

@media screen and (max-width: 767px) {
  html.no_scroll,
  html.no_scroll body {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0; }
  .container_home_cat {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -200%;
    right: 0;
    height: 100%;
    background: #fff;
    padding: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 999999; }
    .container_home_cat.active {
      left: 0; }
  .home_cat__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b5b5b5; }
    .home_cat__header .header__btn_login {
      width: auto; }
      .home_cat__header .header__btn_login a {
        position: static;
        padding-left: 28px;
        padding-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .home_cat__header .header__btn_login .header__btn_icon {
        position: absolute;
        top: 11px;
        left: 0px;
        width: 20px;
        height: 20px; }
        .home_cat__header .header__btn_login .header__btn_icon svg {
          fill: #1d1d1d; }
  .home_cat__header_close_btn {
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    position: relative; }
    .home_cat__header_close_btn::before, .home_cat__header_close_btn::after {
      position: absolute;
      content: '';
      top: 23px;
      left: 14px;
      width: 20px;
      height: 1px;
      background: #1d1d1d;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .home_cat__header_close_btn::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .home_cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    height: calc(100% - 49px);
    margin-top: 0; }
  .cat_slider_wr {
    display: none !important; }
  .cat_tab_buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    position: sticky;
    top: 0; }
  .cat_btn {
    width: auto;
    font-size: 12px;
    background: #f3f3f3;
    margin-bottom: 0;
    margin-right: 8px;
    padding: 8px;
    height: 48px;
    border: 1px solid #f3f3f3; }
    .cat_btn:not(.mob_vsbl) {
      display: none; }
    .cat_btn.active {
      background: transparent;
      border: 1px solid #E03400; }
      .cat_btn.active span::before {
        display: none; }
  .cat_tab_container {
    width: 100%; }
  .home_cat_list__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: transparent;
    border: none;
    border-top: 1px solid #d5d5d5;
    border-radius: 0;
    padding: 0; }
  .home_cat_list {
    display: none;
    width: 100%;
    padding-left: 16px;
    margin-right: 0; }
    .home_cat_list li {
      padding: 4px 0; }
    .home_cat_list a {
      min-height: 48px;
      font-size: 16px;
      background: #f3f3f3;
      border-radius: 4px;
      padding: 0 16px; }
    .home_cat_list .cat_list_title {
      margin-bottom: 0; }
      .home_cat_list .cat_list_title a {
        margin-bottom: 0; }
  .home_cat_product {
    display: none; } }

/* New
--------------------------------------------- */
.new {
  margin-top: 70px; }

@media screen and (max-width: 1023px) {
  .new {
    margin-top: 48px; } }

@media screen and (max-width: 767px) {
  .new {
    margin-top: 24px; } }

/* Pop
--------------------------------------------- */
.pop {
  margin-top: 70px; }

/* Banner
--------------------------------------------- */
.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }

.banner {
  width: calc(50% - 0.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 1.6vw; }
  .banner:nth-child(odd) {
    margin-right: 1.6vw; }

.banner_img {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .banner_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    will-change: transform; }

.banner_txt {
  width: 65%;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5vw;
  position: relative; }

.banner_title {
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }

.banner_inf {
  font-size: 0.8vw;
  margin-top: 1em;
  letter-spacing: 0.4em; }

.banner_inf_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.3em;
  padding: 0 2em;
  border: 0.2em solid #b5b5b5;
  border-radius: 0.3em;
  margin-top: 1.4em;
  -webkit-transition: padding 1s, -webkit-box-shadow 0.2s;
  transition: padding 1s, -webkit-box-shadow 0.2s;
  transition: padding 1s, box-shadow 0.2s;
  transition: padding 1s, box-shadow 0.2s, -webkit-box-shadow 0.2s; }
  .banner_inf_btn:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32); }

.banner_frame {
  position: absolute;
  top: 1.75vw;
  left: 1.75vw;
  width: calc(100% - 3.5vw);
  height: calc(100% - 3.5vw);
  border: 2px solid #1d1d1d;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.banner:hover {
  color: #1d1d1d; }
  .banner:hover .banner_img img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  .banner:hover .banner_frame_1 {
    top: 1.45vw;
    left: 1.45vw; }
  .banner:hover .banner_frame_2 {
    top: 2.05vw;
    left: 2.05vw; }
  .banner:hover .banner_inf_btn {
    padding: 0 3.5em; }

@media screen and (max-width: 1400px) {
  .banner_inf {
    font-size: 14px;
    line-height: 1.1em;
    text-align: center; }
  .banner:hover .banner_inf_btn {
    padding: 0px 2em; } }

@media screen and (max-width: 660px) {
  .banner {
    width: 100%;
    margin-bottom: 16px; }
    .banner:nth-child(odd) {
      margin-right: 0; }
  .banner_title {
    font-size: 16px; }
  .banner_inf_btn {
    padding: 0 1em; } }

/* Banner Fullwide
--------------------------------------------- */
.slider_fullwide {
  margin-top: 70px; }
  .slider_fullwide .swiper-pagination {
    top: auto;
    bottom: 16px;
    left: calc(65% + 16px);
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto; }
  .slider_fullwide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #1d1d1d;
    opacity: 1; }
    .slider_fullwide .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #1d1d1d; }

.banner_fullwide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

.banner_fullwide_img {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banner_fullwide_txt {
  width: 35%;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.banner_fullwide_title {
  width: 100%;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0; }

.banner_fullwide_txt_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.6vw; }
  .banner_fullwide_txt_buttons .banner_inf_btn {
    margin-top: 0; }
    .banner_fullwide_txt_buttons .banner_inf_btn:hover {
      color: #1d1d1d; }
  .banner_fullwide_txt_buttons .banner_inf_btn:not(:last-child) {
    margin-right: 16px; }

@media (max-width: 1400px) {
  .banner_inf {
    letter-spacing: 0.1em; }
  .banner_inf_btn {
    padding: 0 1em; } }

@media (max-width: 900px) {
  .banner_fullwide_img {
    width: 62%; }
  .banner_fullwide_txt {
    width: 38%; }
  .slider_fullwide .swiper-pagination {
    left: calc(62% + 16px); } }

@media (max-width: 767px) {
  .banner_fullwide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .banner_fullwide_img {
    width: 100%;
    height: 50vw; }
    .banner_fullwide_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .banner_fullwide_txt {
    width: 100%;
    padding: 30px 16px 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .banner_fullwide_title {
    font-size: 20px; }
  .slider_fullwide .swiper-pagination {
    left: auto;
    right: 16px; } }

/*# sourceMappingURL=style.css.map */
