/*
Theme Name: IranKala
Theme URI: https://zhaket.com/web/irankala-wordpress-theme
Author: S.Reza Salehi
Author URI: http://sreza-salehi.ir
Description: IranKala is a powerful theme with full WooCommerce support and flexible customization options.
Version: 8.3.1
Text Domain: irk
Domain Path: /languages/
*/
*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 32px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 44px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  margin: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin: 0; }

blockquote {
  margin: 0; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -5px; }

sup {
  top: -5px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

pre {
  margin: 0;
  overflow: auto; }

figure {
  margin: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  width: 100%; }

caption {
  padding-top: 10px;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

button:focus {
  outline: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@keyframes progressbar {
  from {
    width: 0; }
  to {
    width: 100%; } }
.circle-progress {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative; }
  .circle-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #eee;
    position: absolute;
    top: 0;
    left: 0; }
  .circle-progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  .circle-progress .progress-left {
    left: 0; }
  .circle-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #ffb43e; }
  .circle-progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left; }
  .circle-progress .progress-right {
    right: 0; }
    .circle-progress .progress-right .progress-bar {
      left: -100%;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      border-right: 0;
      -webkit-transform-origin: center right;
      transform-origin: center right; }
  .circle-progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold; }
    .circle-progress .progress-value span {
      font-size: 12px;
      text-transform: uppercase; }

.circle-progress[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 1s linear forwards; }
.circle-progress[data-percentage="1"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 1s linear forwards; }
.circle-progress[data-percentage="2"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 1s linear forwards; }
.circle-progress[data-percentage="3"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 1s linear forwards; }
.circle-progress[data-percentage="4"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 1s linear forwards; }
.circle-progress[data-percentage="5"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 1s linear forwards; }
.circle-progress[data-percentage="6"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 1s linear forwards; }
.circle-progress[data-percentage="7"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 1s linear forwards; }
.circle-progress[data-percentage="8"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 1s linear forwards; }
.circle-progress[data-percentage="9"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 1s linear forwards; }
.circle-progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 1s linear forwards; }
.circle-progress[data-percentage="11"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 1s linear forwards; }
.circle-progress[data-percentage="12"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 1s linear forwards; }
.circle-progress[data-percentage="13"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 1s linear forwards; }
.circle-progress[data-percentage="14"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 1s linear forwards; }
.circle-progress[data-percentage="15"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 1s linear forwards; }
.circle-progress[data-percentage="16"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 1s linear forwards; }
.circle-progress[data-percentage="17"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 1s linear forwards; }
.circle-progress[data-percentage="18"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 1s linear forwards; }
.circle-progress[data-percentage="19"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 1s linear forwards; }
.circle-progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 1s linear forwards; }
.circle-progress[data-percentage="21"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 1s linear forwards; }
.circle-progress[data-percentage="22"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 1s linear forwards; }
.circle-progress[data-percentage="23"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 1s linear forwards; }
.circle-progress[data-percentage="24"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 1s linear forwards; }
.circle-progress[data-percentage="25"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 1s linear forwards; }
.circle-progress[data-percentage="26"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 1s linear forwards; }
.circle-progress[data-percentage="27"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 1s linear forwards; }
.circle-progress[data-percentage="28"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 1s linear forwards; }
.circle-progress[data-percentage="29"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 1s linear forwards; }
.circle-progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 1s linear forwards; }
.circle-progress[data-percentage="31"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 1s linear forwards; }
.circle-progress[data-percentage="32"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 1s linear forwards; }
.circle-progress[data-percentage="33"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 1s linear forwards; }
.circle-progress[data-percentage="34"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 1s linear forwards; }
.circle-progress[data-percentage="35"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 1s linear forwards; }
.circle-progress[data-percentage="36"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 1s linear forwards; }
.circle-progress[data-percentage="37"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 1s linear forwards; }
.circle-progress[data-percentage="38"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 1s linear forwards; }
.circle-progress[data-percentage="39"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 1s linear forwards; }
.circle-progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 1s linear forwards; }
.circle-progress[data-percentage="41"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 1s linear forwards; }
.circle-progress[data-percentage="42"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 1s linear forwards; }
.circle-progress[data-percentage="43"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 1s linear forwards; }
.circle-progress[data-percentage="44"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 1s linear forwards; }
.circle-progress[data-percentage="45"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 1s linear forwards; }
.circle-progress[data-percentage="46"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 1s linear forwards; }
.circle-progress[data-percentage="47"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 1s linear forwards; }
.circle-progress[data-percentage="48"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 1s linear forwards; }
.circle-progress[data-percentage="49"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 1s linear forwards 1s; }

.circle-progress[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 1s linear forwards 1s; }

.circle-progress[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1s; }

.circle-progress[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 1s linear forwards 1s; }

.circle-progress[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 1s linear forwards 1s; }

.circle-progress[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 1s linear forwards 1s; }

.circle-progress[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 1s linear forwards 1s; }

.circle-progress[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 1s linear forwards 1s; }

.circle-progress[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 1s linear forwards 1s; }

.circle-progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 1s linear forwards 1s; }

.circle-progress[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 1s linear forwards 1s; }

.circle-progress[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 1s linear forwards 1s; }

.circle-progress[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 1s linear forwards 1s; }

.circle-progress[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 1s linear forwards 1s; }

.circle-progress[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 1s linear forwards 1s; }

.circle-progress[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 1s linear forwards 1s; }

.circle-progress[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 1s linear forwards 1s; }

.circle-progress[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 1s linear forwards 1s; }

.circle-progress[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 1s linear forwards 1s; }

.circle-progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 1s linear forwards 1s; }

.circle-progress[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 1s linear forwards 1s; }

.circle-progress[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 1s linear forwards 1s; }

.circle-progress[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 1s linear forwards 1s; }

.circle-progress[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 1s linear forwards 1s; }

.circle-progress[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 1s linear forwards 1s; }

.circle-progress[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 1s linear forwards 1s; }

.circle-progress[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 1s linear forwards 1s; }

.circle-progress[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 1s linear forwards 1s; }

.circle-progress[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 1s linear forwards 1s; }

.circle-progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 1s linear forwards 1s; }

.circle-progress[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 1s linear forwards 1s; }

.circle-progress[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 1s linear forwards 1s; }

.circle-progress[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 1s linear forwards 1s; }

.circle-progress[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 1s linear forwards 1s; }

.circle-progress[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 1s linear forwards 1s; }

.circle-progress[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 1s linear forwards 1s; }

.circle-progress[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 1s linear forwards 1s; }

.circle-progress[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 1s linear forwards 1s; }

.circle-progress[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 1s linear forwards 1s; }

.circle-progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 1s linear forwards 1s; }

.circle-progress[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 1s linear forwards 1s; }

.circle-progress[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 1s linear forwards 1s; }

.circle-progress[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 1s linear forwards 1s; }

.circle-progress[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 1s linear forwards 1s; }

.circle-progress[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 1s linear forwards 1s; }

.circle-progress[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 1s linear forwards 1s; }

.circle-progress[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 1s linear forwards 1s; }

.circle-progress[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 1s linear forwards 1s; }

.circle-progress[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 1s linear forwards 1s; }

.circle-progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 1s linear forwards 1s; }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg); } }
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg); } }
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg); } }
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg); } }
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg); } }
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg); } }
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg); } }
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg); } }
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg); } }
@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg); } }
@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg); } }
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg); } }
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg); } }
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg); } }
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg); } }
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg); } }
@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg); } }
@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg); } }
@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }
@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg); } }
@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg); } }
@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg); } }
@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg); } }
@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg); } }
@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg); } }
@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg); } }
@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg); } }
@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg); } }
@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }
@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg); } }
@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg); } }
@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg); } }
@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg); } }
@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg); } }
@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg); } }
@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg); } }
@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg); } }
@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg); } }
@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg); } }
@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg); } }
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg); } }
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg); } }
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg); } }
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg); } }
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg); } }
@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg); } }
@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg); } }
@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }
.seller-feedback-item.green .circle-progress .progress-bar {
  border-color: #388e3c; }
.seller-feedback-item.yellow .circle-progress .progress-bar {
  border-color: #d99a00; }
.seller-feedback-item.red .circle-progress .progress-bar {
  border-color: #c62828; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 768px; } }
@media (min-width: 768px) {
  .container {
    max-width: 992px; } }
@media (min-width: 992px) {
  .container {
    max-width: 1070px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1281px; } }
input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #C8C8C8;
  color: #717171;
  border-radius: 8px; }
  input[type=text]::-ms-expand,
  input[type=number]::-ms-expand,
  input[type=search]::-ms-expand,
  input[type=email]::-ms-expand,
  input[type=url]::-ms-expand,
  input[type=password]::-ms-expand,
  input[type=tel]::-ms-expand,
  textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  input[type=text]:focus,
  input[type=number]:focus,
  input[type=search]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  textarea:focus {
    outline: 0;
    box-shadow: none; }
  input[type=text]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6C757D;
    opacity: 1; }
  input[type=text]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #6C757D;
    opacity: 1; }
  input[type=text]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #6C757D;
    opacity: 1; }
  input[type=text]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=search]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=url]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #6C757D;
    opacity: 1; }
  input[type=text]::placeholder,
  input[type=number]::placeholder,
  input[type=search]::placeholder,
  input[type=email]::placeholder,
  input[type=url]::placeholder,
  input[type=password]::placeholder,
  input[type=tel]::placeholder,
  textarea::placeholder {
    color: #6C757D;
    opacity: 1; }
  input[type=text]:disabled, input[type=text][readonly],
  input[type=number]:disabled,
  input[type=number][readonly],
  input[type=search]:disabled,
  input[type=search][readonly],
  input[type=email]:disabled,
  input[type=email][readonly],
  input[type=url]:disabled,
  input[type=url][readonly],
  input[type=password]:disabled,
  input[type=password][readonly],
  input[type=tel]:disabled,
  input[type=tel][readonly],
  textarea:disabled,
  textarea[readonly] {
    background-color: #E9ECEF;
    opacity: 1; }

textarea {
  height: auto; }

body .dokan-form-control {
  border: 1px solid #C8C8C8;
  color: #717171;
  border-radius: 8px; }

select {
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  color: #495057;
  vertical-align: middle;
  background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23A8AEB2' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 10px center/8px 10px !important;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select:focus {
    outline: 0;
    box-shadow: none; }
  select:disabled {
    color: #6C757D;
    background-color: #E9ECEF; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 5px;
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: #DCD7CA;
  box-shadow: none;
  cursor: pointer;
  border-radius: 2px; }
  input[type="radio"]:checked,
  input[type="checkbox"]:checked {
    border-color: #009fb2; }
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    box-shadow: none;
    outline: none; }

input[type="radio"] {
  border-radius: 50%; }
  input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #00BFD6;
    border-radius: 50%;
    left: 4px;
    top: 4px; }

input[type="checkbox"] {
  border-radius: 2px; }
  input[type="checkbox"]:checked {
    background: #00BFD6; }
    input[type="checkbox"]:checked:before {
      content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
      position: absolute;
      display: inline-block;
      height: 18px;
      width: 18px;
      top: 0;
      right: 0; }

.woocommerce form .form-row .required {
  color: #EF394E; }

body span.select2.select2-container--default span.select2-selection--single {
  border-color: #C8C8C8;
  border-radius: 8px;
  height: 44px; }
  body span.select2.select2-container--default span.select2-selection--single span.select2-selection__rendered {
    line-height: 44px; }
  body span.select2.select2-container--default span.select2-selection--single span.select2-selection__arrow {
    top: 7px; }

body span.select2-dropdown {
  border-color: #C8C8C8; }

.btn,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.alt.button,
.woocommerce button.alt.button,
.woocommerce input.alt.button,
input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #535353;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 5px 12px;
  height: 44px;
  font-size: 13px;
  border-radius: 8px;
  transition: all 200ms ease-out;
  line-height: 32px; }

.btn:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.alt.button:hover,
.woocommerce button.alt.button:hover,
.woocommerce input.alt.button:hover,
input[type=submit]:hover {
  color: #535353;
  text-decoration: none; }

.btn:focus,
.button:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce a.alt.button:focus,
.woocommerce button.alt.button:focus,
.woocommerce input.alt.button:focus,
input[type=submit]:focus {
  outline: 0;
  box-shadow: none; }

.btn:disabled,
.button:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce a.alt.button:disabled,
.woocommerce button.alt.button:disabled,
.woocommerce input.alt.button:disabled,
input[type=submit]:disabled {
  opacity: 0.5; }

.btn-primary {
  color: #FFF;
  background-color: #00BFD6;
  border-color: #00BFD6; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #FFF;
  background-color: #00d1ea;
  border-color: #00d1ea; }

.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFF;
  opacity: 0.5; }

.btn-success {
  color: #FFF;
  background-color: #6ab946;
  border-color: #6ab946; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #FFF;
  background-color: #76bf55;
  border-color: #76bf55; }

.btn-success.disabled,
.btn-success:disabled {
  color: #FFF;
  opacity: 0.5; }

.btn-danger,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.alt.button,
.woocommerce button.alt.button,
.woocommerce input.alt.button,
input[type=submit] {
  color: #FFF;
  background-color: #EF394E;
  border-color: #EF394E; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.button:hover,
.button:focus,
.button:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce a.alt.button:hover,
.woocommerce button.alt.button:hover,
.woocommerce input.alt.button:hover,
.woocommerce a.alt.button:focus,
.woocommerce button.alt.button:focus,
.woocommerce input.alt.button:focus,
.woocommerce a.alt.button:active,
.woocommerce button.alt.button:active,
.woocommerce input.alt.button:active,
input[type=submit]:hover,
input[type=submit] :focus,
input[type=submit] :active {
  color: #FFF;
  background-color: #f14c5f;
  border-color: #f14c5f; }

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  color: #FFF;
  background-color: #f14c5f;
  border-color: #f14c5f; }

.btn-danger:disabled,
.button:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce button.alt.button:disabled,
.woocommerce input.alt.button:disabled,
.woocommerce a.alt.button:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
  color: #FFF;
  padding: 5px 12px; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  z-index: 999999; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #FFF;
  padding: 36px 15px 15px;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkAx0MOzHApBDAAAAAcUlEQVQoz4WRSw6AIAwFR/H+J1AWVGMiJ1EPhQsTvhW7ZKakfYUTi0Erw8INM4FdUQwbAQsGR+BgqrCk11YpcKs0uFRUnBTPquP0dcDneCyUgU69/f57AolDOm0HKdZ0dQrSBOXyHEWNOiq/x+qf+3oAmpNAfJ5Nq3YAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDMtMjlUMTI6NTk6NDkrMDA6MDDHTubeAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTAzLTI5VDEyOjU5OjQ5KzAwOjAwthNeYgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #FFF;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.woocommerce-Message, .woocommerce-message, .woocommerce-notice--success {
  background-color: #eeffdf;
  border: 1px solid #b7ecb8;
  color: #518541;
  border-radius: 8px; }
  .woocommerce-Message li:before, .woocommerce-message li:before, .woocommerce-notice--success li:before {
    display: none; }
  .woocommerce-Message:before, .woocommerce-message:before, .woocommerce-notice--success:before {
    color: #518541; }
  .woocommerce-Message .button, .woocommerce-message .button, .woocommerce-notice--success .button {
    height: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.woocommerce-info, .woocommerce-Message--info {
  border: 1px solid #00BFD6;
  background-color: rgba(0, 191, 214, 0.05);
  color: #00BFD6;
  border-radius: 8px; }
  .woocommerce-info li:before, .woocommerce-Message--info li:before {
    display: none; }
  .woocommerce-info:before, .woocommerce-Message--info:before {
    color: #00BFD6; }

.woocommerce-error, .woocommerce-Message--error {
  background-color: #fff9fa;
  border: 1px solid #ffc1c5;
  color: #ef5662;
  border-radius: 8px; }
  .woocommerce-error li:before, .woocommerce-Message--error li:before {
    display: none; }
  .woocommerce-error:before, .woocommerce-Message--error:before {
    color: #ef5662; }
  .woocommerce-error .button, .woocommerce-Message--error .button {
    height: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.woocommerce table.shop_table {
  text-align: center;
  border-collapse: collapse;
  border-radius: 8px; }

.woocommerce table.shop_table th {
  font-weight: bold;
  line-height: 32px; }

.modal-loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.36);
  visibility: hidden;
  opacity: 0;
  z-index: 9999999; }
  .modal-loader-wrapper.show {
    visibility: visible;
    opacity: 1; }
  .modal-loader-wrapper .modal-loader {
    text-align: center;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px;
    transform: translate(-50%, -50%); }
    .modal-loader-wrapper .modal-loader .loader-bullets {
      margin-top: 20px; }

.loader-bullets {
  margin: auto auto auto -21px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: loading-dots-fadein .5s linear forwards;
  animation: loading-dots-fadein .5s linear forwards;
  direction: ltr; }

.loader-bullet {
  border-radius: 100%;
  overflow: hidden;
  background-color: #EF394E;
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  -webkit-animation: loading-dots-middle-dots .5s ease-in-out infinite;
  animation: loading-dots-middle-dots 0.5s ease-in-out infinite; }

.loader-bullet:first-child {
  -webkit-animation: loading-dots-first-dot .5s ease-in-out infinite;
  animation: loading-dots-first-dot .5s ease-in-out infinite;
  opacity: 0;
  -webkit-transform: translate(-14px);
  transform: translate(-14px); }

.loader-bullet:last-child {
  -webkit-animation: loading-dots-last-dot .5s ease-in-out infinite;
  animation: loading-dots-last-dot 0.5s ease-in-out infinite; }

@-webkit-keyframes loading-dots-fadein {
  to {
    opacity: 1; } }
@keyframes loading-dots-fadein {
  to {
    opacity: 1; } }
@-webkit-keyframes loading-dots-first-dot {
  to {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    opacity: 1; } }
@keyframes loading-dots-first-dot {
  to {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    opacity: 1; } }
@-webkit-keyframes loading-dots-middle-dots {
  to {
    -webkit-transform: translateX(14px);
    transform: translateX(14px); } }
@keyframes loading-dots-middle-dots {
  to {
    -webkit-transform: translateX(14px);
    transform: translateX(14px); } }
@-webkit-keyframes loading-dots-last-dot {
  to {
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
    opacity: 0; } }
@keyframes loading-dots-last-dot {
  to {
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
    opacity: 0; } }
pre.xdebug-var-dump {
  text-align: left;
  direction: ltr; }

body {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  background-color: #F4F4F4;
  direction: ltr;
  text-align: left;
  color: #535353; }

a {
  color: #4A5F73;
  text-decoration: none;
  transition: all 200ms ease-out;
  display: inline-block; }
  a:hover, a:active, a:focus {
    color: #535353;
    text-decoration: none;
    outline: none; }

ul ul li {
  padding-left: 15px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

mark {
  border-radius: 3px;
  padding: 0 3px;
  background: #FED330;
  color: #7B5420; }

.woocommerce-store-notice, p.demo_store {
  background-color: #00BFD6 !important; }

.woocommerce .star-rating span::before {
  color: #FFB518; }

.woocommerce a.remove {
  color: #A1A3A8 !important; }

.woocommerce a.remove:hover {
  background: transparent;
  color: #EF394E !important; }

html body .blockUI.blockOverlay, .loader {
  background: rgba(0, 0, 0, 0.5) !important; }
  html body .blockUI.blockOverlay::before, .loader::before {
    height: 42px !important;
    width: 42px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    animation: none !important;
    -webkit-animation: none !important;
    background-image: url(assets/img/tail-spin.svg) !important;
    background-position: center center;
    background-size: cover;
    transform: translate(-50%, -50%); }

.add-to-cart .ajax-loader {
  display: none;
  margin: 0 10px; }

.woocommerce ul.products li.product .price,
.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  text-align: right;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  display: block;
  height: 70px; }
  .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol,
  .price .woocommerce-Price-currencySymbol,
  .woocommerce div.product p.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product span.price .woocommerce-Price-currencySymbol {
    color: #535353;
    font-size: 11px; }
  .woocommerce ul.products li.product .price .discount-percent,
  .price .discount-percent,
  .woocommerce div.product p.price .discount-percent,
  .woocommerce div.product span.price .discount-percent {
    display: inline-block;
    background-color: #EF394E;
    font-weight: normal;
    color: #FFF;
    border-radius: 20px;
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    line-height: 1.375;
    min-width: 43px;
    height: 23px;
    text-align: center;
    margin-right: 5px;
    font-size: 13px; }
  .woocommerce ul.products li.product .price del,
  .price del,
  .woocommerce div.product p.price del,
  .woocommerce div.product span.price del {
    color: #ACACAC;
    font-size: 13px;
    margin: 0 3px; }
    .woocommerce ul.products li.product .price del .woocommerce-Price-currencySymbol,
    .price del .woocommerce-Price-currencySymbol,
    .woocommerce div.product p.price del .woocommerce-Price-currencySymbol,
    .woocommerce div.product span.price del .woocommerce-Price-currencySymbol {
      display: none; }
  .woocommerce ul.products li.product .price ins,
  .price ins,
  .woocommerce div.product p.price ins,
  .woocommerce div.product span.price ins {
    color: #000;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    text-decoration: none;
    width: 100%;
    display: block; }
    .woocommerce ul.products li.product .price ins .woocommerce-Price-currencySymbol,
    .price ins .woocommerce-Price-currencySymbol,
    .woocommerce div.product p.price ins .woocommerce-Price-currencySymbol,
    .woocommerce div.product span.price ins .woocommerce-Price-currencySymbol {
      font-size: 11px;
      font-weight: 400; }

@media (max-width: 992px) {
  .woocommerce ul.products li.product .price,
  .price,
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 16px; }
    .woocommerce ul.products li.product .price ins,
    .price ins,
    .woocommerce div.product p.price ins,
    .woocommerce div.product span.price ins {
      font-size: 16px; } }
.top-ads {
  margin: 0;
  height: 60px;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  display: block; }

.main-header {
  background: #FFF;
  z-index: 100;
  top: 0; }
  @media (max-width: 992px) {
    .main-header {
      margin-bottom: 20px; } }
  .main-header .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .main-header.sticky {
    position: fixed;
    top: 0;
    background: #FFF;
    width: 100%;
    left: 0;
    right: 0; }

.main-header .contact-bar {
  background: #EFEFEF;
  padding: 4px 0;
  color: #3e3e3e; }
  .main-header .contact-bar a:hover {
    color: #EF394E; }
  .main-header .contact-bar .contact-item {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    line-height: 20px; }
    .main-header .contact-bar .contact-item a {
      color: #3e3e3e; }
    .main-header .contact-bar .contact-item .icon {
      font-size: 15px;
      margin-right: 10px; }
    .main-header .contact-bar .contact-item > div {
      position: relative; }
      .main-header .contact-bar .contact-item > div:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 2px;
        height: 34px;
        background: #d4d4d4; }
      .main-header .contact-bar .contact-item > div * {
        display: block;
        padding-left: 10px; }
  .main-header .contact-bar .socials {
    float: right; }
    @media (max-width: 576px) {
      .main-header .contact-bar .socials {
        display: none; } }
    .main-header .contact-bar .socials ul {
      display: inline-flex;
      align-items: center; }
      .main-header .contact-bar .socials ul li {
        margin-left: 15px; }
        .main-header .contact-bar .socials ul li .mdi {
          font-size: 22px;
          position: relative;
          top: 4px; }

.main-header .header-row {
  padding: 12px 0; }
  .main-header .header-row .site-name {
    display: none; }

.main-header .search-form-wrapper {
  position: relative;
  width: 100%; }
.main-header .search-form {
  position: relative;
  z-index: 101; }
  .main-header .search-form:before {
    font-family: IRANKala;
    content: "\E131\00FE0E";
    left: 8px;
    top: 9px;
    position: absolute;
    z-index: 101;
    color: #A1A3A8;
    font-size: 24px;
    width: 36px;
    height: 36px; }
  .main-header .search-form input[type=text] {
    background-color: #F0F0F1;
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 101; }
    .main-header .search-form input[type=text].focused {
      background: #FFF; }
  .main-header .search-form .reset {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 106px;
    display: none; }
    .main-header .search-form .reset:before {
      font-family: IRANKala;
      content: "\E0DA\00FE0E";
      z-index: 100;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #BCBCBC;
      font-size: 25px; }
  .main-header .search-form .product-cat {
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 52;
    background: transparent !important;
    border: none;
    width: 106px;
    height: 30px;
    border-radius: 0;
    border-left: 1px solid #D6DCE2;
    padding-left: 12px;
    padding-right: 12px; }
.main-header .search-results {
  display: none;
  position: absolute;
  width: 100%;
  background: #FFF;
  z-index: 100;
  border-radius: 8px;
  top: 0;
  padding: 59px 15px 15px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2); }
  .main-header .search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden; }
    .main-header .search-results ul li {
      line-height: 3; }
      .main-header .search-results ul li img {
        max-width: 32px;
        height: auto;
        border-radius: 50%;
        margin-right: 10px; }

.main-header .header-action {
  text-align: right;
  width: 100%; }
.main-header .header-btn {
  padding: 0 12px;
  display: inline-block;
  position: relative; }
  .main-header .header-btn .login-btn {
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #E0E0E2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    color: #616161;
    line-height: 1.833; }
    .main-header .header-btn .login-btn:before {
      font-family: IRANKala;
      content: "\E188\00FE0E";
      margin-right: 8px;
      font-size: 24px;
      line-height: 23px; }
  .main-header .header-btn .dropdown-toggle {
    border-radius: 5px; }
    .main-header .header-btn .dropdown-toggle:before {
      font-family: IRANKala;
      content: "\E188\00FE0E";
      font-size: 24px;
      margin-left: 4px;
      color: #424750; }
    .main-header .header-btn .dropdown-toggle:after {
      font-family: IRANKala;
      content: "\E105\00FE0E";
      font-size: 18px; }
    .main-header .header-btn .dropdown-toggle.show {
      background: rgba(239, 57, 78, 0.05); }
      .main-header .header-btn .dropdown-toggle.show + .dropdown-menu {
        display: block;
        max-height: 460px;
        overflow-y: auto; }
  .main-header .header-btn .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    width: 200px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    z-index: 999; }
    .main-header .header-btn .dropdown-menu .account-navigation {
      list-style: none;
      padding: 0;
      margin: 0; }
      .main-header .header-btn .dropdown-menu .account-navigation .woocommerce-MyAccount-navigation-link {
        padding: 0 7px; }
        .main-header .header-btn .dropdown-menu .account-navigation .woocommerce-MyAccount-navigation-link:before {
          margin-top: 6px; }
        .main-header .header-btn .dropdown-menu .account-navigation .woocommerce-MyAccount-navigation-link a {
          position: relative;
          padding: 8px 12px;
          display: block;
          line-height: 24px; }
      .main-header .header-btn .dropdown-menu .account-navigation li:not(:last-child):not(.first-item) a {
        border-bottom: 1px solid #F0F0F1; }
      .main-header .header-btn .dropdown-menu .account-navigation .first-item {
        padding: 8px;
        border-bottom: 1px solid #F0F0F1; }
        .main-header .header-btn .dropdown-menu .account-navigation .first-item:hover {
          background: #F0F0F1; }
      .main-header .header-btn .dropdown-menu .account-navigation .user-info {
        float: left;
        line-height: 22px; }
      .main-header .header-btn .dropdown-menu .account-navigation .avatar {
        float: left;
        margin-right: 7px;
        border: 1px solid #535353;
        border-radius: 50%; }
      .main-header .header-btn .dropdown-menu .account-navigation .user-name {
        font-weight: bold; }
      .main-header .header-btn .dropdown-menu .account-navigation .profile-link {
        padding: 0;
        font-size: 11px;
        color: #00BFD6;
        position: relative; }
        .main-header .header-btn .dropdown-menu .account-navigation .profile-link:after {
          content: '\203A';
          position: absolute;
          right: -17px;
          font-size: 18px;
          top: -2px; }
      .main-header .header-btn .dropdown-menu .account-navigation .woocommerce-MyAccount-navigation-link--customer-logout:before {
        color: #EF394E; }
      .main-header .header-btn .dropdown-menu .account-navigation .dokan-item.logout .fa {
        color: #EF394E; }
.main-header .mini-cart {
  position: relative;
  padding-left: 12px;
  display: inline-block; }
  .main-header .mini-cart:before {
    content: "";
    display: block;
    height: 24px;
    background: #E0E0E2;
    position: absolute;
    left: 0;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .main-header .mini-cart #cart-button {
    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;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 8px; }
    .main-header .mini-cart #cart-button:before {
      font-family: IRANKala;
      content: "\E0CC\00FE0E";
      font-size: 24px;
      color: #424750; }
    .main-header .mini-cart #cart-button .cart-counter {
      font-size: 10px;
      line-height: 15px;
      color: #FFF;
      width: 20px;
      height: 18px;
      background: #EF394E;
      text-align: center;
      vertical-align: middle;
      border-radius: 5px;
      font-weight: 900;
      border: 2px solid #FFF;
      position: absolute;
      bottom: 6px;
      left: 2px; }
  .main-header .mini-cart:hover #cart-button {
    background: rgba(239, 57, 78, 0.05); }
  .main-header .mini-cart:hover .mini-cart-content {
    display: block; }

.mini-cart-content {
  position: absolute;
  right: 0;
  top: calc(100% - 3px);
  width: 300px;
  max-height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 110;
  display: none; }
  .mini-cart-content .mini-cart-header {
    padding: 10px;
    border-bottom: 1px solid #E8ECED;
    text-align: left; }
    .mini-cart-content .mini-cart-header .count {
      color: #81858B; }
    .mini-cart-content .mini-cart-header .cart {
      float: right;
      color: #00BFD6;
      position: relative;
      margin-right: 10px; }
      .mini-cart-content .mini-cart-header .cart:after {
        content: '\203A';
        position: absolute;
        right: -10px;
        top: -1px;
        font-size: 18px; }
  .mini-cart-content .woocommerce-mini-cart {
    font-size: 90%; }
    .mini-cart-content .woocommerce-mini-cart .mini_cart_item, .mini-cart-content .woocommerce-mini-cart .cart_item {
      text-align: left;
      padding: 10px;
      border-bottom: 1px solid #E8ECED; }
      .mini-cart-content .woocommerce-mini-cart .mini_cart_item a, .mini-cart-content .woocommerce-mini-cart .cart_item a {
        word-break: break-word;
        white-space: normal; }
      .mini-cart-content .woocommerce-mini-cart .mini_cart_item img, .mini-cart-content .woocommerce-mini-cart .cart_item img {
        max-width: 42px;
        height: auto;
        margin-right: 10px;
        float: left; }
      .mini-cart-content .woocommerce-mini-cart .mini_cart_item .product-name, .mini-cart-content .woocommerce-mini-cart .cart_item .product-name {
        font-weight: bold;
        font-size: 90%;
        color: #000;
        line-height: 20px;
        display: block; }
      .mini-cart-content .woocommerce-mini-cart .mini_cart_item .variation, .mini-cart-content .woocommerce-mini-cart .cart_item .variation {
        margin-bottom: 0; }
        .mini-cart-content .woocommerce-mini-cart .mini_cart_item .variation dt, .mini-cart-content .woocommerce-mini-cart .mini_cart_item .variation dd, .mini-cart-content .woocommerce-mini-cart .cart_item .variation dt, .mini-cart-content .woocommerce-mini-cart .cart_item .variation dd {
          display: inline-block; }
      .mini-cart-content .woocommerce-mini-cart .mini_cart_item .quantity, .mini-cart-content .woocommerce-mini-cart .cart_item .quantity {
        color: #A1A3A8; }
      .mini-cart-content .woocommerce-mini-cart .mini_cart_item .remove, .mini-cart-content .woocommerce-mini-cart .cart_item .remove {
        font-size: 17px;
        color: #A1A3A8;
        float: right;
        position: relative;
        top: 3px;
        font-weight: normal; }
        .mini-cart-content .woocommerce-mini-cart .mini_cart_item .remove:before, .mini-cart-content .woocommerce-mini-cart .cart_item .remove:before {
          font-family: IRANKala;
          content: "\E1D3\00FE0E"; }
        .mini-cart-content .woocommerce-mini-cart .mini_cart_item .remove:hover, .mini-cart-content .woocommerce-mini-cart .cart_item .remove:hover {
          background: transparent;
          color: #EF394E !important; }
  .mini-cart-content .mini-cart-footer {
    padding: 10px; }
  .mini-cart-content .total {
    text-align: left;
    font-size: 85%;
    float: left; }
    .mini-cart-content .total strong {
      font-weight: normal;
      display: block;
      line-height: 14px; }
    .mini-cart-content .total .amount {
      font-size: 18px;
      font-weight: bold; }
      .mini-cart-content .total .amount .woocommerce-Price-currencySymbol {
        font-weight: normal;
        font-size: 11.05px; }
  .mini-cart-content .buttons {
    float: right; }
    .mini-cart-content .buttons .button {
      margin: 0 5px;
      padding-right: 25px;
      padding-left: 25px; }
    .mini-cart-content .buttons .button:not(.checkout) {
      display: none; }
  .mini-cart-content .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 10px; }

@media (max-width: 992px) {
  .main-header {
    background-color: #F9F9F9;
    border-bottom: 1px solid #E5E5EA; }
    .main-header .contact-bar {
      padding: 2px 0; }
      .main-header .contact-bar .contact-item {
        font-size: 12px;
        line-height: 18px; }
        .main-header .contact-bar .contact-item > div:before {
          height: 31px; }
    .main-header .col-lg-2 {
      border-bottom: 1px solid #E5E5EA;
      padding-bottom: 12px;
      margin-bottom: 12px; }
    .main-header .col-lg-6 {
      width: calc(100% - 120px);
      float: left;
      padding-right: 0; }
    .main-header .col-lg-4 {
      width: 120px;
      float: right;
      padding-left: 0; }
    .main-header #cat-toggle {
      width: 31px;
      height: 3px;
      background-color: #929292;
      position: relative; }
      .main-header #cat-toggle:before {
        content: '';
        position: absolute;
        width: 31px;
        height: 3px;
        background-color: #929292;
        top: -8px; }
      .main-header #cat-toggle:after {
        content: '';
        position: absolute;
        width: 31px;
        height: 3px;
        background-color: #929292;
        bottom: -8px; }
    .main-header .header-logo {
      margin: auto; }
    .main-header .faqs:before {
      font-family: IRANKala;
      content: "\E18C\00FE0E";
      font-size: 30px;
      color: #929292;
      position: relative;
      top: 5px; }
    .main-header .search-form input[type=search] {
      border: 1px solid #979797;
      background: #FFF;
      border-radius: 8px; }
    .main-header .header-action a {
      color: #929292; }
    .main-header .header-btn .login-btn {
      width: 24px;
      overflow: hidden;
      padding: 0;
      border: none;
      height: 28px; }
    .main-header .header-btn .dropdown-toggle {
      position: relative; }
      .main-header .header-btn .dropdown-toggle:after {
        display: none; }
      .main-header .header-btn .dropdown-toggle .checked {
        position: absolute;
        background: #64D979;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        right: -4px;
        top: 11px; }
        .main-header .header-btn .dropdown-toggle .checked:after {
          position: absolute;
          font-family: IRANKala;
          content: '\E0D4\00FE0E';
          color: #FFF;
          font-size: 8px;
          right: 3px;
          top: -7px; }
    .main-header .mini-cart {
      padding-left: 0; }
      .main-header .mini-cart:before {
        display: none; }
      .main-header .mini-cart #cart-button:before {
        top: 2px;
        position: relative;
        color: #929292; }
      .main-header .mini-cart #cart-button .cart-counter {
        height: 20px;
        background: #00BFD6;
        border-radius: 50%;
        top: -3px;
        left: 10px; }
      .main-header .mini-cart .mini-cart-content {
        display: none !important; }
    .main-header.focus-search .col-lg-6 {
      width: 100%;
      float: none;
      padding-right: 5px; }
    .main-header.focus-search .col-lg-4 {
      display: none; } }
@media (min-width: 992px) {
  #wpadminbar + #primary .main-header,
  #wpadminbar + .overlay + .main-header,
  #wpadminbar + .overlay + .top-ads + .main-header {
    top: 32px; } }
.top-menu #top-toggle {
  border: 1px solid #666E7C;
  border-radius: 2px;
  position: relative;
  width: 38px;
  height: 32px;
  margin-top: 12px; }
  @media (min-width: 992px) {
    .top-menu #top-toggle {
      display: none; } }
  .top-menu #top-toggle:before {
    font-family: IRANKala;
    content: "\E12E\00FE0E";
    font-size: 24px;
    margin-right: 4px;
    color: #666E7C;
    position: absolute;
    top: 2px;
    left: 6px; }
.top-menu ul a {
  color: #697389; }
@media (min-width: 992px) {
  .top-menu ul {
    padding-right: 15px; }
    .top-menu ul .menu-item {
      display: inline-block; }
      .top-menu ul .menu-item a {
        margin-right: 20px; }
        .top-menu ul .menu-item a:hover {
          color: #EF394E; }
    .top-menu ul > .menu-item-has-children > a {
      position: relative; }
      .top-menu ul > .menu-item-has-children > a:before {
        content: "\E08F\00FE0E";
        font-family: IRANKala;
        position: absolute;
        right: -18px;
        font-size: 18px;
        color: #B1B1B1;
        top: 50%;
        transform: translateY(-50%); }
    .top-menu ul .menu-item-has-children {
      position: relative; }
      .top-menu ul .menu-item-has-children .sub-menu {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        background: #FFF;
        box-shadow: 0 2px 9px 0 rgba(112, 112, 112, 0.32);
        z-index: 150;
        width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: all 200ms ease-out;
        border-top: 2px solid #EF394E; }
        .top-menu ul .menu-item-has-children .sub-menu:before {
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          left: 15px;
          top: -8px;
          border-bottom: 6px solid #EF394E;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent; }
        .top-menu ul .menu-item-has-children .sub-menu .menu-item {
          display: block; }
          .top-menu ul .menu-item-has-children .sub-menu .menu-item a {
            display: block;
            padding: 3px 10px; }
      .top-menu ul .menu-item-has-children:hover > a {
        color: #EF394E; }
      .top-menu ul .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%; } }
.top-menu .menu-item-social {
  float: right; }
  @media (min-width: 992px) {
    .top-menu .menu-item-social a {
      margin-left: 10px;
      margin-right: 0 !important; } }
  @media (max-width: 992px) {
    .top-menu .menu-item-social a {
      padding: 7px; } }
  .top-menu .menu-item-social .mdi {
    font-size: 18px; }
  .top-menu .menu-item-social img {
    max-width: 24px;
    height: auto; }
.top-menu .wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
  display: inline-block;
  border: none;
  padding: 0; }
@media (max-width: 992px) {
  .top-menu ul.menu {
    display: none; }
    .top-menu ul.menu .sub-menu {
      padding-left: 15px; } }
@media (max-width: 992px) {
  .top-menu ul.menu {
    max-height: 320px;
    overflow-y: auto; }
  .top-menu .wpml-ls-legacy-list-horizontal li {
    display: block; }
    .top-menu .wpml-ls-legacy-list-horizontal li a {
      padding: 7px 0; } }

@media (min-width: 992px) {
  #cat-menu {
    transition: all 200ms ease-out;
    background: #FFF;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
    z-index: 99;
    margin-bottom: 20px;
    position: relative; }
    #cat-menu a {
      color: #535353; }
    #cat-menu ul {
      position: relative;
      list-style: none;
      padding: 0;
      margin: 0; }
      #cat-menu ul span[data-icon] {
        display: none !important; }
    #cat-menu .menu-item {
      display: inline-block; }
      #cat-menu .menu-item a {
        padding: 7px 12px; }
        #cat-menu .menu-item a .cat-icon {
          font-size: 20px;
          position: relative;
          right: 5px;
          line-height: 0; }
        #cat-menu .menu-item a .cat-icon:not(img) {
          top: 3px; }
    #cat-menu #magic-line {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background: #EF394E;
      transition: all 200ms ease-out;
      z-index: -1; }
    #cat-menu .menu-item-has-children {
      position: relative; }
      #cat-menu .menu-item-has-children:hover > .sub-menu {
        display: block; }
      #cat-menu .menu-item-has-children .menu-item-has-children > a {
        position: relative; }
        #cat-menu .menu-item-has-children .menu-item-has-children > a:after {
          content: '\203A';
          position: absolute;
          right: 12px;
          font-size: 18px;
          color: #B1B1B1; }
    #cat-menu .menu-item.mega-menu-main-item > a {
      position: relative;
      padding-left: 24px; }
      #cat-menu .menu-item.mega-menu-main-item > a:before {
        font-family: IRANKala;
        content: "\E12E\00FE0E";
        font-size: 18px;
        margin-right: 4px;
        color: #424750;
        position: absolute;
        top: 9px;
        left: 0; }
      #cat-menu .menu-item.mega-menu-main-item > a:after {
        content: "";
        height: 20px;
        bottom: 13px;
        position: absolute;
        width: 1px;
        background: #F0F0F1;
        right: -1px; }
    #cat-menu .menu-item.mega-menu-main-item > .sub-menu {
      width: 220px;
      border-bottom-left-radius: 8px;
      box-shadow: none;
      border-right: 1px solid #F4F4F4;
      border-bottom: 1px solid #ffffff; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu.active > .menu-item:first-child > a {
        color: #EF394E;
        background: #f9f9f9 !important;
        border-top: 1px solid #f0f0f1;
        border-bottom: 1px solid #f0f0f1;
        border-left: 1px solid #f0f0f1; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu.active > .menu-item:first-child .sub-menu {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu > .menu-item {
        padding-top: 5px; }
        #cat-menu .menu-item.mega-menu-main-item > .sub-menu > .menu-item > a {
          border-top: 1px solid transparent;
          border-bottom: 1px solid transparent;
          padding-top: 6px;
          padding-bottom: 6px; }
        #cat-menu .menu-item.mega-menu-main-item > .sub-menu > .menu-item:hover > a {
          background: #f9f9f9;
          border-top: 1px solid #f0f0f1;
          border-bottom: 1px solid #f0f0f1; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu {
        background: #FFF;
        box-shadow: none;
        border-bottom-right-radius: 8px;
        border-top: 1px solid #F4F4F4; }
        #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children > a {
          font-weight: bold; }
          #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children > a:after {
            right: auto;
            margin-left: 7px;
            bottom: 6px; }
        #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .menu-item a {
          color: #4A5F73;
          line-height: 22px;
          padding: 3px 12px;
          font-size: 90%; }
          #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .menu-item a:hover {
            color: #EF394E; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu {
        position: static; }
        #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu .sub-menu .sub-menu {
          position: static;
          display: block;
          border-top: none; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-2 > .sub-menu > .menu-item {
        width: 49%; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-3 > .sub-menu > .menu-item {
        width: 32.33%; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-4 > .sub-menu > .menu-item {
        width: 24%; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-5 > .sub-menu > .menu-item {
        width: 19%; }
      #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-6 > .sub-menu > .menu-item {
        width: 15.67%; }
    #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu {
      position: static; }
      #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu > .sub-menu {
        width: 100%; }
        #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu > .sub-menu > .menu-item {
          display: inline-block;
          float: left; }
      #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu .sub-menu a {
        font-weight: bold; }
        #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu .sub-menu a:after {
          margin-left: 5px;
          right: auto; }
      #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu .sub-menu .sub-menu {
        position: static;
        display: block;
        border-top: none;
        box-shadow: none; }
        #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu .sub-menu .sub-menu a {
          line-height: 24px;
          font-weight: normal; }
    #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-2 > .sub-menu > .menu-item {
      width: 49%; }
    #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-3 > .sub-menu > .menu-item {
      width: 32.33%; }
    #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-4 > .sub-menu > .menu-item {
      width: 24%; }
    #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-5 > .sub-menu > .menu-item {
      width: 19%; }
    #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-6 > .sub-menu > .menu-item {
      width: 15.67%; }
    #cat-menu .sub-menu {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      background: #FFF;
      width: 200px;
      z-index: 99;
      box-shadow: 0 2px 9px 0 rgba(112, 112, 112, 0.32); }
      #cat-menu .sub-menu .menu-item {
        display: block;
        padding: 0; }
        #cat-menu .sub-menu .menu-item a {
          padding: 4px 12px; }
        #cat-menu .sub-menu .menu-item:hover > a {
          color: #EF394E; }
      #cat-menu .sub-menu > .menu-item a {
        display: block; }
        #cat-menu .sub-menu > .menu-item a:hover {
          color: #EF394E; }
      #cat-menu .sub-menu .menu-item-has-children .sub-menu {
        left: calc(100% + 1px);
        top: 0; }

  #cat-menu .side-logo {
    display: none; } }
@media (max-width: 992px) {
  #cat-menu {
    width: 285px;
    background-color: #FFF;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.13);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999999;
    position: fixed;
    top: 0 !important;
    left: -285px;
    bottom: 0;
    transition: all 200ms ease-out; }
    #cat-menu .container {
      padding: 0; }
    #cat-menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    #cat-menu a {
      display: block;
      padding: 7px 15px; }
    #cat-menu .cat-menu > li.menu-item > a > span.cat-icon {
      font-size: 20px;
      margin-right: 5px;
      color: #9A9A9A; }
    #cat-menu .cat-menu .menu-item-has-children span[data-icon] {
      font-size: 14px;
      float: right;
      padding: 5px 10px 0 10px;
      position: relative;
      top: 6px; }
      #cat-menu .cat-menu .menu-item-has-children span[data-icon]:before {
        color: #9A9A9A; }
    #cat-menu .cat-menu .menu-item-has-children .sub-menu {
      display: none;
      height: auto !important;
      width: auto !important;
      background-color: #F5F5F5;
      padding-left: 20px; }
      #cat-menu .cat-menu .menu-item-has-children .sub-menu .sub-menu a {
        color: #8C8C8C; }
    #cat-menu .cat-menu > .menu-item-has-children > .sub-menu {
      -webkit-box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06);
      box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06); }

  body.show-cat-menu #cat-menu {
    left: 0; }
  body.show-cat-menu .overlay {
    opacity: 1;
    z-index: 104;
    pointer-events: auto; }

  #cat-menu .side-logo {
    display: block;
    text-align: center;
    border-bottom: 1px solid #E5E5EA;
    margin: 0 15px 15px 15px;
    padding: 15px 0; } }
.overlay {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(74, 74, 74, 0.43);
  opacity: 0;
  z-index: 98;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none; }

@media (min-width: 992px) {
  #cat-menu .mega-menu-main-item.flex-menu .menu-item-has-children:hover > .sub-menu {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu.active > .menu-item:first-child .sub-menu {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu > .sub-menu > .menu-item {
    display: unset;
    float: none; } }
.widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 15px;
  overflow: hidden; }
  .widget .header .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px; }

.sidebar .widget .header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: center; }
  .sidebar .widget .header:before {
    content: '';
    height: 1px;
    background: #00BFD6;
    position: absolute;
    left: -15px;
    top: 50%;
    width: 44px; }
.sidebar .theiaStickySidebar .widget:last-of-type {
  margin-bottom: 0; }

.widget_calendar #wp-calendar {
  text-align: center; }

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding: 0; }

.widget_product_search .woocommerce-product-search, .widget_product_search #searchform, .widget_search .woocommerce-product-search, .widget_search #searchform {
  position: relative; }
  .widget_product_search .woocommerce-product-search:before, .widget_product_search #searchform:before, .widget_search .woocommerce-product-search:before, .widget_search #searchform:before {
    font-family: IRANKala;
    content: "\E131\00FE0E";
    left: 8px;
    top: 9px;
    position: absolute;
    z-index: 52;
    color: #A1A3A8;
    font-size: 24px;
    width: 36px;
    height: 36px; }
  .widget_product_search .woocommerce-product-search .search-field, .widget_product_search .woocommerce-product-search input[type=text], .widget_product_search #searchform .search-field, .widget_product_search #searchform input[type=text], .widget_search .woocommerce-product-search .search-field, .widget_search .woocommerce-product-search input[type=text], .widget_search #searchform .search-field, .widget_search #searchform input[type=text] {
    color: #555;
    background: #f8f8f8;
    border-color: transparent;
    transition: all 200ms ease-out;
    padding-left: 36px; }
    .widget_product_search .woocommerce-product-search .search-field:focus, .widget_product_search .woocommerce-product-search input[type=text]:focus, .widget_product_search #searchform .search-field:focus, .widget_product_search #searchform input[type=text]:focus, .widget_search .woocommerce-product-search .search-field:focus, .widget_search .woocommerce-product-search input[type=text]:focus, .widget_search #searchform .search-field:focus, .widget_search #searchform input[type=text]:focus {
      background: transparent;
      border-color: #00BFD6; }
  .widget_product_search .woocommerce-product-search button, .widget_product_search .woocommerce-product-search input[type=submit], .widget_product_search #searchform button, .widget_product_search #searchform input[type=submit], .widget_search .woocommerce-product-search button, .widget_search .woocommerce-product-search input[type=submit], .widget_search #searchform button, .widget_search #searchform input[type=submit] {
    display: none; }

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  color: #7F7F7F;
  background: #f8f8f8;
  padding: 0 7px;
  border-radius: 8px;
  margin-bottom: 2px; }

.widget_media_image {
  text-align: center; }

.woocommerce ul.product_list_widget li {
  padding: 15px 0; }
  .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 5px;
    width: 64px;
    margin-bottom: 15px; }
  .woocommerce ul.product_list_widget li .price {
    font-weight: normal;
    font-size: 13px;
    height: auto; }
    .woocommerce ul.product_list_widget li .price .discount-percent,
    .woocommerce ul.product_list_widget li .price del {
      display: none; }
    .woocommerce ul.product_list_widget li .price ins {
      font-size: 13px;
      font-weight: normal; }
  .woocommerce ul.product_list_widget li .cover-outofstock {
    height: auto; }
    .woocommerce ul.product_list_widget li .cover-outofstock span {
      font-size: 13px; }
.woocommerce ul.product_list_widget li:not(:last-child) {
  border-bottom: 1px solid #eee; }

.widget-a_d_s {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0; }
  .widget-a_d_s .row > div {
    margin-bottom: 20px; }
  .widget-a_d_s a, .widget-a_d_s span {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: block; }
    .widget-a_d_s a img, .widget-a_d_s span img {
      width: 100%;
      height: auto; }

.slider-sidebar .widget {
  margin-bottom: 10px; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img:not(.ajax-loader) {
  display: block;
  width: 100%;
  height: auto; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel:not(.main-carousel) .item {
  padding: 15px;
  background: #FFF;
  border-radius: 8px; }
  .owl-carousel:not(.main-carousel) .item > a {
    display: block;
    z-index: 999;
    position: relative; }
  .owl-carousel:not(.main-carousel) .item .img-wrapper {
    text-align: center; }
    .owl-carousel:not(.main-carousel) .item .img-wrapper img {
      width: auto;
      margin: auto;
      float: none; }
  .owl-carousel:not(.main-carousel) .item .title {
    margin: 14px 0;
    overflow: hidden;
    min-height: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 25px;
    color: #535353; }
  .owl-carousel:not(.main-carousel) .item .quantity {
    display: inline-flex;
    margin-top: 5px; }
    .owl-carousel:not(.main-carousel) .item .quantity .qty {
      height: 38px;
      width: 38px;
      text-align: center; }
    .owl-carousel:not(.main-carousel) .item .quantity + .add-to-cart {
      display: inline-block;
      margin-top: 0; }
  .owl-carousel:not(.main-carousel) .item .add-to-cart {
    margin-top: 5px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px; }
    .owl-carousel:not(.main-carousel) .item .add-to-cart .plus {
      font-size: 20px;
      position: relative;
      top: 6px; }
      .owl-carousel:not(.main-carousel) .item .add-to-cart .plus + .ajax-loader {
        margin: 0; }
    .owl-carousel:not(.main-carousel) .item .add-to-cart .added-message:before {
      font-family: IRANKala;
      content: "\E0D3\00FE0E";
      font-size: 10px;
      margin-right: 5px; }
  .owl-carousel:not(.main-carousel) .item .brand-name {
    text-align: center;
    font-weight: bold;
    display: block; }
.owl-carousel:not(.main-carousel) .owl-nav {
  font-size: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  width: 100%;
  pointer-events: none;
  height: 90px; }
  @media (max-width: 992px) {
    .owl-carousel:not(.main-carousel) .owl-nav {
      font-size: 22px; } }
  .owl-carousel:not(.main-carousel) .owl-nav .owl-next, .owl-carousel:not(.main-carousel) .owl-nav .owl-prev {
    position: absolute;
    height: 90px;
    pointer-events: auto;
    color: #000 !important; }
    @media (min-width: 992px) {
      .owl-carousel:not(.main-carousel) .owl-nav .owl-next, .owl-carousel:not(.main-carousel) .owl-nav .owl-prev {
        width: 49px;
        background: #FFF !important;
        box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15); } }
    .owl-carousel:not(.main-carousel) .owl-nav .owl-next span, .owl-carousel:not(.main-carousel) .owl-nav .owl-prev span {
      position: relative;
      bottom: -2px; }
    .owl-carousel:not(.main-carousel) .owl-nav .owl-next.disabled, .owl-carousel:not(.main-carousel) .owl-nav .owl-prev.disabled {
      color: #A8A8A8 !important;
      cursor: default; }
  .owl-carousel:not(.main-carousel) .owl-nav .owl-next {
    right: 0;
    border-radius: 8px 0 0 8px; }
  .owl-carousel:not(.main-carousel) .owl-nav .owl-prev {
    left: 0;
    border-radius: 0 8px 8px 0; }

@media (max-width: 992px) {
  .slider-inner {
    /*overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 100%;*/ }

  .owl-carousel:not(.main-carousel) {
    padding-right: 0;
    padding-left: 0;
    display: block; }
    .owl-carousel:not(.main-carousel) .item {
      white-space: normal; } }
@media (max-width: 768px) {
  .owl-carousel:not(.main-carousel) .item {
    padding: 10px; }
    .owl-carousel:not(.main-carousel) .item .title {
      margin-top: 7px;
      margin-bottom: 7px; }
    .owl-carousel:not(.main-carousel) .item .price {
      height: 50px;
      line-height: 25px; } }
.widget-products-slider .item.has-secondary-image:hover img:first-child,
.amazing-slider .item.has-secondary-image:hover img:first-child {
  display: none; }
.widget-products-slider .item.has-secondary-image:hover .secondary-image,
.amazing-slider .item.has-secondary-image:hover .secondary-image {
  display: block; }
.widget-products-slider .item.has-secondary-image .secondary-image,
.amazing-slider .item.has-secondary-image .secondary-image {
  display: none; }

.main-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin-bottom: 20px; }
  .main-slider .owl-stage-outer {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
    .main-slider .owl-stage-outer a {
      display: block; }
    .main-slider .owl-stage-outer img {
      width: 100%; }
  .main-slider .owl-nav {
    font-size: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    width: 100%;
    pointer-events: none;
    height: 62px; }
    .main-slider .owl-nav .owl-next, .main-slider .owl-nav .owl-prev {
      position: absolute;
      text-shadow: 0 2px 4px #616161;
      width: 36px;
      pointer-events: auto;
      height: 62px; }
    .main-slider .owl-nav .owl-next {
      right: 15px; }
    .main-slider .owl-nav .owl-prev {
      left: 15px; }
  .main-slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 32px;
    direction: initial; }
    .main-slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
      margin: 0 3px; }
    .main-slider .owl-dots .active {
      background-color: #00BFD6; }

@media (max-width: 992px) {
  .main-slider .owl-stage-outer {
    border-radius: 20px; } }
.amazing-slider.style1 {
  padding: 35px 16px;
  background: #EF394E;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .amazing-slider.style1 {
      padding: 15px 5px; } }
  .amazing-slider.style1 .slider-inner {
    display: flex;
    justify-content: center;
    align-items: center; }
  .amazing-slider.style1 .amazing-title {
    width: 170px;
    text-align: center;
    float: left;
    padding-right: 40px; }
    .amazing-slider.style1 .amazing-title .view-all {
      border: 1px solid #FFF;
      border-radius: 8px;
      color: #FFF;
      padding: 3px 30px 3px 20px;
      position: relative;
      margin-top: 15px; }
      .amazing-slider.style1 .amazing-title .view-all:after {
        font-family: IRANKala;
        content: "\E08C\00FE0E";
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        top: 12px;
        margin-left: 5px; }
  @media (min-width: 992px) {
    .amazing-slider.style1 .owl-carousel {
      width: calc(100% - 170px);
      float: right; } }
  .amazing-slider.style1 .owl-carousel .timer {
    position: relative;
    color: #737373;
    text-align: right;
    margin-right: 18px; }
    .amazing-slider.style1 .owl-carousel .timer:before {
      font-family: IRANKala;
      content: "\E0DD\00FE0E";
      position: absolute;
      right: -18px;
      top: 3px; }
    .amazing-slider.style1 .owl-carousel .timer .letter {
      display: none; }
    .amazing-slider.style1 .owl-carousel .timer > span:last-child .dot {
      display: none; }

@media (max-width: 992px) {
  .amazing-slider.style1 {
    padding-top: 2px; }
    .amazing-slider.style1 .slider-inner {
      display: block; }
      .amazing-slider.style1 .slider-inner .amazing-title {
        float: none;
        padding-left: unset;
        width: 100%;
        text-align: left;
        padding-right: unset;
        margin: 5px; }
        .amazing-slider.style1 .slider-inner .amazing-title a:first-child, .amazing-slider.style1 .slider-inner .amazing-title br {
          display: none; }
        .amazing-slider.style1 .slider-inner .amazing-title .view-all {
          margin-top: 0;
          display: block;
          width: 100%;
          padding: 0;
          border: none; }
          .amazing-slider.style1 .slider-inner .amazing-title .view-all:after {
            top: 9px; } }
.amazing-slider.style2 {
  padding: 0; }
  .amazing-slider.style2 .slider-content .amazing-title {
    text-align: center;
    margin-bottom: 10px; }
  .amazing-slider.style2 .slider-content .item .title {
    height: 96px;
    margin: 0;
    font-size: 16px;
    max-width: 100%;
    line-height: 32px;
    font-weight: normal;
    overflow: hidden; }
  .amazing-slider.style2 .slider-content .item .price {
    height: auto;
    text-align: inherit; }
    .amazing-slider.style2 .slider-content .item .price ins {
      display: inline-block;
      width: auto; }
  .amazing-slider.style2 .slider-content .item .short-attributes {
    margin-bottom: 25px; }
    .amazing-slider.style2 .slider-content .item .short-attributes li {
      color: #888; }
      .amazing-slider.style2 .slider-content .item .short-attributes li:before {
        content: '\2022';
        float: left;
        margin-right: 5px;
        font-size: 22px; }
  .amazing-slider.style2 .slider-content .item .timer {
    font-size: 26px;
    font-weight: bold;
    border-top: 1px solid #DDD;
    padding-top: 20px; }
    .amazing-slider.style2 .slider-content .item .timer span:last-child span {
      display: none; }
  .amazing-slider.style2 .slider-content .item .timer.expired {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #888;
    color: #888;
    padding: 5px 15px;
    box-shadow: 0 0 9px 0 rgba(112, 112, 112, 0.32);
    font-size: 13px; }
  .amazing-slider.style2 .slider-sidebar {
    background: rgba(240, 246, 250, 0.9);
    padding: 0; }
    .amazing-slider.style2 .slider-sidebar .owl-thumbs {
      text-align: right; }
      .amazing-slider.style2 .slider-sidebar .owl-thumbs .owl-thumb-item {
        display: block;
        width: 100%;
        background: rgba(240, 246, 250, 0.9);
        border: none;
        text-align: center;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 10px; }
        .amazing-slider.style2 .slider-sidebar .owl-thumbs .owl-thumb-item:hover {
          background: #e4eaee; }
        .amazing-slider.style2 .slider-sidebar .owl-thumbs .owl-thumb-item.active {
          position: relative;
          color: #FFF;
          background: #EF394E; }
          .amazing-slider.style2 .slider-sidebar .owl-thumbs .owl-thumb-item.active:after {
            content: '';
            display: inline-block;
            width: 6px;
            height: 100%;
            border-radius: 3px;
            position: absolute;
            background: #EF394E;
            left: -10px;
            top: 0; }
    .amazing-slider.style2 .slider-sidebar .view-all {
      display: block;
      width: 100%;
      text-align: center;
      height: 42px;
      line-height: 42px;
      overflow: hidden;
      padding: 0 10px;
      background: #00BFD6;
      color: #FFF; }

@media (min-width: 992px) {
  .amazing-slider.style2 .slider-content .item {
    width: 100%;
    padding: 20px;
    background: transparent; }
    .amazing-slider.style2 .slider-content .item .price {
      margin: 30px 0; } }
@media (max-width: 992px) {
  .amazing-slider.style2 {
    background: transparent;
    box-shadow: none;
    border-radius: 0; }
    .amazing-slider.style2 .slider-content {
      text-align: center; }
      .amazing-slider.style2 .slider-content .item .title {
        font-size: 13px;
        height: 64px; }
      .amazing-slider.style2 .slider-content .item .price {
        margin: 5px 0; }
        .amazing-slider.style2 .slider-content .item .price ins {
          display: block; }
      .amazing-slider.style2 .slider-content .item .short-attributes {
        display: none; }
      .amazing-slider.style2 .slider-content .item .timer {
        margin: 0;
        padding-top: 10px;
        font-size: 20px;
        text-align: center; }
      .amazing-slider.style2 .slider-content .item .timer.expired {
        margin-top: 8px; }
    .amazing-slider.style2 .slider-sidebar {
      display: none; } }
.widget-products-slider,
.widget-brands-slider,
.widget-posts-slider {
  padding: 0; }
  .widget-products-slider .header,
  .widget-brands-slider .header,
  .widget-posts-slider .header {
    margin: 0 30px;
    padding: 15px 0;
    border-bottom: 1px solid #DFDFDF; }
    .widget-products-slider .header .title > span,
    .widget-brands-slider .header .title > span,
    .widget-posts-slider .header .title > span {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      display: inline-block; }
      .widget-products-slider .header .title > span:after,
      .widget-brands-slider .header .title > span:after,
      .widget-posts-slider .header .title > span:after {
        content: '';
        position: absolute;
        width: 100%;
        top: calc(100% + 15px);
        left: 0;
        height: 1px;
        background: #EF394E; }
      .widget-products-slider .header .title > span .icon,
      .widget-brands-slider .header .title > span .icon,
      .widget-posts-slider .header .title > span .icon {
        font-size: 22px;
        margin-right: 10px;
        position: relative;
        top: 3px; }
        .widget-products-slider .header .title > span .icon.mdi,
        .widget-brands-slider .header .title > span .icon.mdi,
        .widget-posts-slider .header .title > span .icon.mdi {
          color: #8F8F8F; }
    .widget-products-slider .header .title .view-all,
    .widget-brands-slider .header .title .view-all,
    .widget-posts-slider .header .title .view-all {
      float: right;
      font-size: 16px;
      font-weight: bold;
      color: #A8A8A8; }
  @media (min-width: 992px) {
    .widget-products-slider .slider-inner .owl-carousel .owl-item,
    .widget-brands-slider .slider-inner .owl-carousel .owl-item,
    .widget-posts-slider .slider-inner .owl-carousel .owl-item {
      padding: 5px; } }
  .widget-products-slider .slider-inner .owl-carousel .item,
  .widget-brands-slider .slider-inner .owl-carousel .item,
  .widget-posts-slider .slider-inner .owl-carousel .item {
    transition: all 200ms ease-out;
    position: relative; }
    .widget-products-slider .slider-inner .owl-carousel .item:hover,
    .widget-brands-slider .slider-inner .owl-carousel .item:hover,
    .widget-posts-slider .slider-inner .owl-carousel .item:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
      .widget-products-slider .slider-inner .owl-carousel .item:hover .product-actions,
      .widget-brands-slider .slider-inner .owl-carousel .item:hover .product-actions,
      .widget-posts-slider .slider-inner .owl-carousel .item:hover .product-actions {
        display: block; }
    .widget-products-slider .slider-inner .owl-carousel .item .post-date,
    .widget-brands-slider .slider-inner .owl-carousel .item .post-date,
    .widget-posts-slider .slider-inner .owl-carousel .item .post-date {
      color: #AFB6BC; }
      .widget-products-slider .slider-inner .owl-carousel .item .post-date:before,
      .widget-brands-slider .slider-inner .owl-carousel .item .post-date:before,
      .widget-posts-slider .slider-inner .owl-carousel .item .post-date:before {
        font-family: IRANKala;
        content: '\E0DD\00FE0E';
        margin-right: 5px;
        position: relative;
        top: 2px; }
    .widget-products-slider .slider-inner .owl-carousel .item .product-actions,
    .widget-brands-slider .slider-inner .owl-carousel .item .product-actions,
    .widget-posts-slider .slider-inner .owl-carousel .item .product-actions {
      position: absolute;
      width: 100%;
      bottom: 70px;
      text-align: center;
      display: none;
      left: 50%;
      transform: translateX(-50%);
      z-index: 99; }
      .widget-products-slider .slider-inner .owl-carousel .item .product-actions a,
      .widget-brands-slider .slider-inner .owl-carousel .item .product-actions a,
      .widget-posts-slider .slider-inner .owl-carousel .item .product-actions a {
        width: 32px;
        height: 32px;
        background: rgba(155, 155, 155, 0.85);
        border-radius: 2px;
        cursor: pointer;
        display: inline-block; }
        .widget-products-slider .slider-inner .owl-carousel .item .product-actions a:before,
        .widget-brands-slider .slider-inner .owl-carousel .item .product-actions a:before,
        .widget-posts-slider .slider-inner .owl-carousel .item .product-actions a:before {
          font-family: IRANKala;
          font-size: 16px;
          color: #FFF;
          position: relative;
          top: 2px; }
      .widget-products-slider .slider-inner .owl-carousel .item .product-actions .quick-view:before,
      .widget-brands-slider .slider-inner .owl-carousel .item .product-actions .quick-view:before,
      .widget-posts-slider .slider-inner .owl-carousel .item .product-actions .quick-view:before {
        content: "\E131\00FE0E"; }
      .widget-products-slider .slider-inner .owl-carousel .item .product-actions .add-to-favorite:before,
      .widget-brands-slider .slider-inner .owl-carousel .item .product-actions .add-to-favorite:before,
      .widget-posts-slider .slider-inner .owl-carousel .item .product-actions .add-to-favorite:before {
        content: "\E134\00FE0E"; }
      .widget-products-slider .slider-inner .owl-carousel .item .product-actions .add-to-compare:before,
      .widget-brands-slider .slider-inner .owl-carousel .item .product-actions .add-to-compare:before,
      .widget-posts-slider .slider-inner .owl-carousel .item .product-actions .add-to-compare:before {
        content: "\E196\00FE0E"; }
      .widget-products-slider .slider-inner .owl-carousel .item .product-actions a.active:before,
      .widget-brands-slider .slider-inner .owl-carousel .item .product-actions a.active:before,
      .widget-posts-slider .slider-inner .owl-carousel .item .product-actions a.active:before {
        color: #EF394E; }

@media (max-width: 992px) {
  .widget-products-slider,
  .widget-brands-slider,
  .widget-posts-slider {
    background-color: transparent;
    box-shadow: none; }
    .widget-products-slider .header,
    .widget-brands-slider .header,
    .widget-posts-slider .header {
      margin: 0;
      padding: 7px;
      border-bottom: none; }
      .widget-products-slider .header .title,
      .widget-brands-slider .header .title,
      .widget-posts-slider .header .title {
        font-size: 13px;
        font-weight: normal; }
        .widget-products-slider .header .title > span:after,
        .widget-brands-slider .header .title > span:after,
        .widget-posts-slider .header .title > span:after {
          display: none; }
        .widget-products-slider .header .title .view-all,
        .widget-brands-slider .header .title .view-all,
        .widget-posts-slider .header .title .view-all {
          font-size: 13px;
          font-weight: normal; } }
@media (min-width: 992px) {
  .promotion-single-wrapper {
    display: flex; } }
.widget-posts-slider .item .expert {
  height: 78px;
  line-height: 26px;
  overflow: hidden;
  color: #ACACAC;
  font-size: 12px;
  margin-bottom: 14px; }
.widget-posts-slider .item .post-more {
  color: #EF394E;
  font-weight: bold; }

.widget-promotion-categories .header .title {
  margin: 20px 0;
  font-size: 19px;
  opacity: .72;
  width: 100%;
  text-align: center;
  color: #656565;
  font-weight: normal; }
.widget-promotion-categories .promotion-categories {
  text-align: center;
  font-size: 12px; }
  .widget-promotion-categories .promotion-categories .col .mdi {
    color: #00BFD6;
    font-size: 44px; }
  .widget-promotion-categories .promotion-categories .col .category-name {
    color: #2a2a2a;
    display: block;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 5px; }
  .widget-promotion-categories .promotion-categories .col .category-quantity {
    color: #00BFD6;
    display: block;
    line-height: 20px; }

@media (max-width: 992px) {
  .widget-promotion-categories {
    background: transparent;
    box-shadow: none; }
    .widget-promotion-categories .promotion-title {
      margin: 0 0 20px 0;
      font-size: 13px;
      opacity: 1; }
    .widget-promotion-categories .promotion-categories .col {
      min-width: 110px; }
      .widget-promotion-categories .promotion-categories .col .mdi {
        font-size: 34px; } }
.main-footer .jump-top-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e0e2;
  padding: 35px 0; }
.main-footer .footer-contact li {
  display: inline-block;
  margin-right: 7px; }
.main-footer .jump-to-top {
  font-weight: bold;
  color: #a1a3a8;
  padding: 0 20px;
  border: 1px solid #a1a3a8;
  border-radius: 8px;
  text-align: center; }
  .main-footer .jump-to-top #jump-to-top {
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    transform: rotate(-90deg); }
    .main-footer .jump-to-top #jump-to-top:before {
      font-family: IRANKala;
      content: "\E0B7\00FE0E";
      color: #a1a3a8; }

.main-footer .footer-services {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #CFD8DC; }
  .main-footer .footer-services img {
    height: auto;
    max-width: 58px; }
  .main-footer .footer-services span {
    display: block; }

@media (max-width: 992px) {
  .services .row .col, .footer-services .row .col, .widget-services .row .col {
    min-width: 150px; } }
.main-footer .footer-menu {
  margin-bottom: 20px;
  padding: 15px;
  color: #4B4B4B; }
  .main-footer .footer-menu .header h3 {
    color: #4A5F73;
    font-size: 16px; }

.main-footer .newsletter {
  padding-top: 15px; }
  .main-footer .newsletter p {
    font-size: 15px;
    margin-bottom: 20px; }
  .main-footer .newsletter form {
    display: flex;
    justify-content: space-between; }
    .main-footer .newsletter form input[type="email"],
    .main-footer .newsletter form input[type="text"] {
      background: #f0f0f1;
      border: none;
      color: #81858b; }
    .main-footer .newsletter form button,
    .main-footer .newsletter form input[type=submit] {
      background: #e0e0e2;
      border: 1px solid #e0e0e2;
      border-radius: 8px;
      cursor: pointer;
      color: #FFF;
      padding: 5px 15px;
      margin-left: 5px; }

.main-footer .footer-socials p {
  font-size: 15px;
  margin: 15px 0; }
.main-footer .footer-socials ul li {
  display: inline-block;
  padding-right: 20px; }
  .main-footer .footer-socials ul li img {
    max-width: 28px;
    height: auto; }
  .main-footer .footer-socials ul li .mdi {
    font-size: 28px;
    color: #9099A4; }
  .main-footer .footer-socials ul li a:hover .mdi {
    color: #4a5f73; }

.main-footer .footer-apps {
  background-color: #3c4b6d;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold; }
  .main-footer .footer-apps .apps-title {
    position: relative;
    text-indent: 30px; }
    .main-footer .footer-apps .apps-title:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 22px;
      height: 22px;
      background: #EF394E;
      border-radius: 3px;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .main-footer .footer-apps .footer-app > * {
    margin: 2px; }

.main-footer .footer-info {
  padding: 15px 0; }
  .main-footer .footer-info .row .widget {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none; }
  .main-footer .footer-info .row .col-12:nth-of-type(1) .textwidget {
    font-size: 12px;
    text-align: justify; }
    .main-footer .footer-info .row .col-12:nth-of-type(1) .textwidget a {
      color: #8e8e8e; }
  .main-footer .footer-info .row .col-12:nth-of-type(1) .showmore-button {
    color: #8e8e8e;
    cursor: pointer; }
  .main-footer .footer-info .row .col-12:nth-of-type(2) {
    text-align: right;
    display: block; }
    .main-footer .footer-info .row .col-12:nth-of-type(2) a, .main-footer .footer-info .row .col-12:nth-of-type(2) img {
      padding: 15px;
      margin: 5px; }
    .main-footer .footer-info .row .col-12:nth-of-type(2) a img {
      padding: 0;
      background: transparent;
      margin: 0; }
    .main-footer .footer-info .row .col-12:nth-of-type(2) .textwidget > a, .main-footer .footer-info .row .col-12:nth-of-type(2) .textwidget > img {
      border: 1px solid #e5e5ea;
      border-radius: 8px; }

.main-footer .footer-partners .inner {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #e0e0e2; }
  .main-footer .footer-partners .inner .row {
    display: flex;
    align-items: center;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.main-footer .footer-copyright {
  padding: 15px 0;
  text-align: center; }

@media (max-width: 992px) {
  .main-footer .newsletter {
    padding-top: 0; }
  .main-footer .footer-apps {
    background: transparent;
    display: block;
    color: #535353;
    font-size: 13px;
    font-weight: normal; }
    .main-footer .footer-apps .apps-title {
      text-indent: 0; }
      .main-footer .footer-apps .apps-title:before {
        display: none; }
  .main-footer .footer-address {
    margin-top: 20px; }
  .main-footer .footer-info .info-text {
    margin-bottom: 5px; }
  .main-footer .footer-info .showmore-button {
    margin-bottom: 15px;
    text-align: center; }
  .main-footer .footer-info .widget_text .widget {
    text-align: center; }
  .main-footer .footer-partners a {
    padding-bottom: 5px; } }
.download-app {
  position: fixed;
  width: 100%;
  padding: 0 18px;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(75, 75, 75, 0.85);
  z-index: 99999; }
  .download-app .close {
    position: relative;
    top: 6px; }
    .download-app .close:before {
      font-family: IRANKala;
      content: "\E0E0\00FE0E";
      font-size: 18px;
      line-height: 1.222;
      font-weight: 700;
      color: #fff; }
  .download-app .title {
    color: #fff; }
  .download-app .link a {
    background: #fff;
    color: #EF394E;
    border-radius: 16px;
    padding: 0 7px; }

@media (min-width: 992px) {
  .download-app {
    display: none; } }
#popup-ads {
  background: transparent;
  box-shadow: none;
  text-align: center; }
  #popup-ads a.close-modal {
    right: 50%;
    transform: translateX(50%);
    top: -17.5px; }

@media (max-width: 992px) {
  .sidebar {
    order: 2; } }
.widget.widget-posts ul {
  margin-left: -15px;
  margin-right: -15px; }
  .widget.widget-posts ul li {
    padding: 15px; }
    .widget.widget-posts ul li img {
      float: left;
      border-radius: 8px;
      margin-right: 7px;
      max-width: 64px;
      height: auto; }
    .widget.widget-posts ul li .title {
      font-size: 13px;
      font-weight: 400;
      display: block;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 52px;
      line-height: 26px;
      min-height: 52px; }
    .widget.widget-posts ul li .post-date {
      color: #afb6bc; }
      .widget.widget-posts ul li .post-date:before {
        font-family: IRANKala;
        content: '\E0DD\00FE0E';
        margin-right: 5px;
        position: relative;
        top: 2px; }
  .widget.widget-posts ul li:not(:last-child) {
    border-bottom: 1px solid #EAEAEA; }
.widget.widget-posts .footer {
  background-color: #fafafa;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  padding: 10px;
  border-radius: 0 0 8px 8px; }
  .widget.widget-posts .footer .view-all {
    color: #a6a9ab; }

.widget.widget-services .col {
  text-align: center; }
  .widget.widget-services .col img {
    height: auto;
    max-width: 58px; }
  .widget.widget-services .col .title {
    display: block;
    margin: 7px 0; }

.sidebar .widget.widget-services .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
.sidebar .widget.widget-services .col:nth-child(1) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.widget-promotion-single {
  border: 1px solid #00BFD6; }
  .widget-promotion-single .header:before {
    display: none; }
  .widget-promotion-single .header .title {
    font-weight: normal; }
  .widget-promotion-single .owl-carousel .progressbar-wrapper {
    height: 1px;
    background: #F5F5F5;
    position: relative;
    margin-bottom: 15px; }
    .widget-promotion-single .owl-carousel .progressbar-wrapper .progressbar {
      box-shadow: 0 0 8px 0 rgba(255, 138, 138, 0.5);
      border-top-style: solid;
      border-width: 0;
      border-top-width: 1px;
      border-image-source: linear-gradient(90deg, #FFD3DB, #FB3449);
      border-image-slice: 1;
      position: absolute;
      width: 0;
      left: 0;
      top: 0;
      display: inline-block;
      animation: progressbar 10s ease-in-out;
      animation-iteration-count: infinite; }
  .widget-promotion-single .owl-carousel .owl-item img {
    width: auto;
    margin: auto; }
  .widget-promotion-single .owl-carousel .price {
    height: auto; }

@media (max-width: 992px) {
  .widget-promotion-single .owl-carousel .item {
    width: 100%; } }
.promotion-single-wrapper .header h3 {
  font-size: 13px; }

.widget.widget-product-ads .img-wrapper {
  text-align: center; }
.widget.widget-product-ads .title {
  font-size: 13px;
  font-weight: normal;
  height: 64px;
  line-height: 32px;
  overflow: hidden;
  margin: 10px 0; }
.widget.widget-product-ads .price {
  font-weight: normal;
  height: auto; }
  .widget.widget-product-ads .price del, .widget.widget-product-ads .price .discount-percent {
    display: none; }
  .widget.widget-product-ads .price ins {
    font-weight: normal; }

.widget.widget-instock-filter .switcher-slider,
.widget.widget-fake-filter .switcher-slider {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 21px;
  border-radius: 29px;
  border: 1px solid #8C8C8C;
  background: #E5E5E5;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
  top: 5px;
  margin-right: 5px; }
  .widget.widget-instock-filter .switcher-slider span,
  .widget.widget-fake-filter .switcher-slider span {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border: 1px solid #959595;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px; }
.widget.widget-instock-filter #instock-filter,
.widget.widget-instock-filter #fake-filter,
.widget.widget-fake-filter #instock-filter,
.widget.widget-fake-filter #fake-filter {
  display: none; }
  .widget.widget-instock-filter #instock-filter:checked + label .switcher-slider,
  .widget.widget-instock-filter #fake-filter:checked + label .switcher-slider,
  .widget.widget-fake-filter #instock-filter:checked + label .switcher-slider,
  .widget.widget-fake-filter #fake-filter:checked + label .switcher-slider {
    background-color: #00BFD6;
    border-color: #0091a3; }
    .widget.widget-instock-filter #instock-filter:checked + label .switcher-slider span,
    .widget.widget-instock-filter #fake-filter:checked + label .switcher-slider span,
    .widget.widget-fake-filter #instock-filter:checked + label .switcher-slider span,
    .widget.widget-fake-filter #fake-filter:checked + label .switcher-slider span {
      left: 21px; }

.widget.widget-brands-filter .brand-search {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px; }
  .widget.widget-brands-filter .brand-search:before {
    font-family: IRANKala;
    content: "\E131\00FE0E";
    left: 8px;
    top: 9px;
    position: absolute;
    z-index: 52;
    color: #A1A3A8;
    font-size: 24px;
    width: 36px;
    height: 36px; }
  .widget.widget-brands-filter .brand-search input[type=text] {
    color: #555;
    background: transparent;
    border-color: #00bfd6;
    padding-left: 36px; }
.widget.widget-brands-filter ul {
  margin-right: -10px;
  margin-left: -10px;
  max-height: 256px;
  overflow-y: auto; }
  .widget.widget-brands-filter ul li {
    transition: all 200ms ease-out;
    padding: 1px 10px; }
    .widget.widget-brands-filter ul li:hover {
      background: #F9F9F9; }
    .widget.widget-brands-filter ul li a {
      display: block; }
    .widget.widget-brands-filter ul li .brand-slug {
      color: #A6A6A6;
      float: right;
      font-size: 11px; }

.widget.widget-vendor-filter ul {
  margin-right: -10px;
  margin-left: -10px;
  max-height: 256px;
  overflow-y: auto; }
  .widget.widget-vendor-filter ul li {
    transition: all 200ms ease-out;
    padding: 1px 10px; }
    .widget.widget-vendor-filter ul li:hover {
      background: #F9F9F9; }
    .widget.widget-vendor-filter ul li a {
      display: block; }

.widget.widget-categories {
  padding: 0; }
  .widget.widget-categories .header {
    background: #00BFD6;
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: center; }
    .widget.widget-categories .header:before {
      display: none; }
  .widget.widget-categories .cat-item {
    list-style: none; }
    .widget.widget-categories .cat-item a {
      padding: 8px 15px;
      display: flex;
      position: relative; }
      .widget.widget-categories .cat-item a:hover {
        background: #F6F5F4; }
      .widget.widget-categories .cat-item a .mdi {
        color: #B1B1B1;
        font-size: 20px;
        margin-right: 15px; }
      .widget.widget-categories .cat-item a .expand {
        position: absolute;
        right: 10px;
        top: 11px; }
        .widget.widget-categories .cat-item a .expand:before {
          font-family: IRANKala;
          content: "\E091\00FE0E";
          font-size: 20px;
          color: #B1B1B1; }
    .widget.widget-categories .cat-item ul.children {
      background: #FCFBFA;
      display: none; }
  .widget.widget-categories > .cat-item:nth-of-type(2) a:hover,
  .widget.widget-categories > .cat-item:nth-of-type(11) a:hover {
    background: #EF5661;
    color: #FFF; }
  .widget.widget-categories > .cat-item:nth-of-type(3) a:hover,
  .widget.widget-categories > .cat-item:nth-of-type(12) a:hover {
    background: #A93192;
    color: #FFF; }
  .widget.widget-categories > .cat-item:nth-of-type(4) a:hover,
  .widget.widget-categories > .cat-item:nth-of-type(13) a:hover {
    background: #00CBCB;
    color: #FFF; }
  .widget.widget-categories > .cat-item:nth-of-type(5) a:hover,
  .widget.widget-categories > .cat-item:nth-of-type(14) a:hover {
    background: #F05B82;
    color: #FFF; }
  .widget.widget-categories > .cat-item:nth-of-type(6) a:hover,
  .widget.widget-categories > .cat-item:nth-of-type(15) a:hover {
    background: #BADC58;
    color: #FFF; }
  .widget.widget-categories > .cat-item:nth-of-type(7) a:hover,
  .widget.widget-categories > .cat-item:nth-of-type(16) a:hover {
    background: #686DE0;
    color: #FFF; }
  .widget.widget-categories > .cat-item:nth-of-type(8) a:hover,
  .widget.widget-categories > .cat-item:nth-of-type(17) a:hover {
    background: #C8D6E5;
    color: #FFF; }
  .widget.widget-categories > .cat-item:nth-of-type(9) a:hover,
  .widget.widget-categories > .cat-item:nth-of-type(18) a:hover {
    background: #FF9F43;
    color: #FFF; }
  .widget.widget-categories > .cat-item:nth-of-type(10) a:hover,
  .widget.widget-categories > .cat-item:nth-of-type(19) a:hover {
    background: #B53471;
    color: #FFF; }

.sidebar .widget-related-products .header:before {
  left: 50%;
  top: 100%;
  transform: translateX(-50%); }
.sidebar .widget-related-products .owl-carousel .owl-item img {
  width: auto;
  margin: auto; }
.sidebar .widget-related-products .owl-carousel .owl-nav .owl-next, .sidebar .widget-related-products .owl-carousel .owl-nav .owl-prev {
  background: transparent !important;
  box-shadow: none;
  height: 36px;
  width: 36px;
  border-radius: 3px; }
  .sidebar .widget-related-products .owl-carousel .owl-nav .owl-next span, .sidebar .widget-related-products .owl-carousel .owl-nav .owl-prev span {
    bottom: 2px;
    display: inline-block;
    direction: initial; }
.sidebar .widget-related-products .owl-carousel:hover .owl-nav .owl-next, .sidebar .widget-related-products .owl-carousel:hover .owl-nav .owl-prev {
  background-color: #000000AF !important;
  color: #FFF !important; }

@media (max-width: 992px) {
  .sidebar .widget-related-products .owl-carousel .item {
    width: 100%; } }
.widget-vendor-info {
  padding: 0; }
  .widget-vendor-info .vendor-header {
    background: #00BFD6;
    margin-bottom: 20px;
    text-align: center; }
    .widget-vendor-info .vendor-header .profile-img {
      display: inline-block;
      border: 4px solid #a3f5ff;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      top: 25px; }
  .widget-vendor-info .product-info-more-seller .seller-name {
    padding: 15px;
    text-align: center; }
    .widget-vendor-info .product-info-more-seller .seller-name strong {
      font-size: 18px; }
  .widget-vendor-info .product-info-more-seller .seller-score-container {
    background-color: #FCFCFC;
    padding: 15px;
    text-align: center; }
    .widget-vendor-info .product-info-more-seller .seller-score-container .seller-score {
      color: #00BFD6;
      border-bottom: 1px dashed #00BFD6; }
    .widget-vendor-info .product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item .seller-feedback-item-percent {
      font-size: 16px;
      padding: 2px 8px;
      font-weight: bold; }
  .widget-vendor-info .product-info-more-seller .seller-rating-container {
    padding: 15px; }
  .widget-vendor-info .store-info {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px; }
    .widget-vendor-info .store-info > div {
      display: flex;
      align-items: center;
      background-color: #F5F7FA;
      padding: 2px 5px; }
      .widget-vendor-info .store-info > div .icon {
        font-size: 18px;
        width: 30px;
        position: relative;
        top: 2px;
        padding: 2px 5px; }
    .widget-vendor-info .store-info > div:not(:last-child) {
      margin-bottom: 10px; }
  .widget-vendor-info .store-social-wrapper {
    padding: 20px 15px 15px; }
    .widget-vendor-info .store-social-wrapper .store-social {
      text-align: center; }
      .widget-vendor-info .store-social-wrapper .store-social li {
        display: inline-block;
        margin: 2px; }
        .widget-vendor-info .store-social-wrapper .store-social li i {
          display: inline-block;
          border-radius: 8px;
          padding: 5px 7px;
          width: auto !important;
          font-size: 24px; }
          .widget-vendor-info .store-social-wrapper .store-social li i.fa-facebook-square {
            color: #3b5998;
            background: rgba(59, 89, 152, 0.15); }
          .widget-vendor-info .store-social-wrapper .store-social li i.fa-google, .widget-vendor-info .store-social-wrapper .store-social li i.fa-google-plus-square {
            color: #dd4b39;
            background: rgba(221, 75, 57, 0.15); }
          .widget-vendor-info .store-social-wrapper .store-social li i.fa-twitter-square {
            color: #55acee;
            background: rgba(85, 172, 238, 0.15); }
          .widget-vendor-info .store-social-wrapper .store-social li i.fa-pinterest-square {
            color: #535353;
            background: rgba(83, 83, 83, 0.15); }
          .widget-vendor-info .store-social-wrapper .store-social li i.fa-linkedin-square {
            color: #007bb5;
            background: rgba(0, 123, 181, 0.15); }
          .widget-vendor-info .store-social-wrapper .store-social li i.fa-youtube-square {
            color: #bb0000;
            background: rgba(187, 0, 0, 0.15); }
          .widget-vendor-info .store-social-wrapper .store-social li i.fa-instagram {
            color: #125688;
            background: rgba(18, 86, 136, 0.15); }
          .widget-vendor-info .store-social-wrapper .store-social li i.fa-flickr {
            color: #ff0084;
            background: rgba(255, 0, 132, 0.15); }
  .widget-vendor-info .dokan-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ababab;
    border-top: 1px solid #e4e4e4;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer; }
    .widget-vendor-info .dokan-share-btn .icon {
      margin: 0 5px;
      position: relative;
      top: 2px; }

.post-container {
  margin-bottom: 20px; }
  .post-container .breadcrumb {
    background-color: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px; }
    .post-container .breadcrumb a {
      color: #AAA; }
    .post-container .breadcrumb .delimiter {
      color: #EF394E;
      font-size: 21px;
      margin: 0 5px; }
  .post-container .post-inner {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    padding: 20px;
    border-radius: 8px; }
    .post-container .post-inner .post-header {
      margin-bottom: 20px; }
      .post-container .post-inner .post-header .post-title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 15px; }
      .post-container .post-inner .post-header .post-meta {
        color: #AFB6BC;
        margin: 10px 0;
        display: flex; }
        .post-container .post-inner .post-header .post-meta .post-author {
          display: flex;
          align-items: center;
          margin-right: 15px; }
          .post-container .post-inner .post-header .post-meta .post-author .avatar {
            border-radius: 50%;
            margin-right: 5px; }
        .post-container .post-inner .post-header .post-meta .post-date:before {
          font-family: IRANKala;
          content: '\E0DD\00FE0E';
          margin-right: 3px;
          position: relative;
          top: 2px; }
        .post-container .post-inner .post-header .post-meta .favorites {
          margin-left: 15px;
          position: relative;
          top: 2px; }
          .post-container .post-inner .post-header .post-meta .favorites:before {
            font-family: IRANKala;
            color: #9B9B9B;
            content: "\E134\00FE0E"; }
          .post-container .post-inner .post-header .post-meta .favorites.active:before {
            content: "\E133\00FE0E";
            color: #EF394E; }
    .post-container .post-inner .post-image {
      text-align: center;
      margin-bottom: 20px; }
    .post-container .post-inner .post-body img {
      max-width: 100%;
      height: auto; }
      .post-container .post-inner .post-body img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline; }
      .post-container .post-inner .post-body img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline; }
      .post-container .post-inner .post-body img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .post-container .post-inner .post-body .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .post-container .post-inner .post-body .alignright {
      float: right; }
    .post-container .post-inner .post-body .alignleft {
      float: left; }
    .post-container .post-inner .post-body .wp-caption {
      max-width: 100%; }
    .post-container .post-inner .post-body .post-share {
      padding: 30px 0 15px 0; }
      .post-container .post-inner .post-body .post-share .comments-count:before {
        font-family: IRANKala;
        font-size: 20px;
        color: #9BA4AB;
        content: "\E0F6\00FE0E";
        position: relative;
        top: 5px;
        margin-right: 5px; }
      .post-container .post-inner .post-body .post-share .share-buttons {
        float: right; }
        .post-container .post-inner .post-body .post-share .share-buttons li {
          display: inline-block;
          margin-left: 15px; }
          .post-container .post-inner .post-body .post-share .share-buttons li:before {
            display: none; }
          .post-container .post-inner .post-body .post-share .share-buttons li a {
            border-bottom: none !important; }
            .post-container .post-inner .post-body .post-share .share-buttons li a:before {
              font-family: IRANKala;
              font-size: 20px;
              color: #9BA4AB; }
            .post-container .post-inner .post-body .post-share .share-buttons li a.twitter:before {
              content: "\E1D8\00FE0E"; }
            .post-container .post-inner .post-body .post-share .share-buttons li a.facebook:before {
              content: "\E10E\00FE0E"; }
            .post-container .post-inner .post-body .post-share .share-buttons li a.whatsapp:before {
              content: "\E1E7\00FE0E"; }
            .post-container .post-inner .post-body .post-share .share-buttons li a.telegram:before {
              content: "\E1C6\00FE0E"; }
            .post-container .post-inner .post-body .post-share .share-buttons li a.copy-url:before {
              content: "\E1A0\00FE0E"; }
    .post-container .post-inner .post-body .post-tags {
      border-top: 1px solid #E1E0E0;
      font-weight: bold;
      padding-top: 20px; }
      .post-container .post-inner .post-body .post-tags a {
        padding: 0 10px;
        background-color: #F2F2F2;
        color: #868E95 !important;
        margin: 2px;
        border-radius: 16px;
        font-weight: normal;
        border-bottom: none !important;
        line-height: 28px; }

body.single:not(.single-page) .post-container .post-inner .post-body a:not(.button) {
  border-bottom: 1px dashed #00BFD6;
  color: #00BFD6; }
body.single:not(.single-page) .post-container .post-inner .post-body ul li:before {
  content: '\2022';
  float: left;
  margin-right: 5px;
  color: #EF394E;
  font-size: 22px; }

.comments-template {
  margin-top: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 20px;
  border-radius: 8px; }
  .comments-template .template-header {
    margin-bottom: 15px;
    font-size: 15px; }
  .comments-template .comment-respond {
    border: 1px solid #C8C8C8;
    padding: 15px;
    border-radius: 8px; }
    .comments-template .comment-respond #reply-title {
      font-size: 13px; }
    .comments-template .comment-respond .required {
      color: #EF394E; }
    .comments-template .comment-respond .comment-form-cookies-consent {
      margin: 10px 0; }
      .comments-template .comment-respond .comment-form-cookies-consent input[type="checkbox"]:checked:before {
        top: -3px; }
    .comments-template .comment-respond #submit {
      background: #FFF;
      border-radius: 22px;
      border-color: #C8C8C8;
      color: #6B7074;
      padding: 0 20px;
      margin-top: 10px;
      height: 38px; }
  .comments-template .comment-list {
    padding: 0; }
    .comments-template .comment-list .comment {
      margin-top: 20px; }
      .comments-template .comment-list .comment .comment-meta .comment-author {
        font-weight: bold;
        font-style: normal; }
        .comments-template .comment-list .comment .comment-meta .comment-author .avatar {
          border-radius: 50%;
          margin-right: 7px; }
      .comments-template .comment-list .comment .comment-meta .comment-date {
        color: #9BA4AB;
        margin: 0 10px; }
        .comments-template .comment-list .comment .comment-meta .comment-date:before {
          font-family: IRANKala;
          content: '\E0DD\00FE0E';
          margin-right: 3px;
          position: relative;
          top: 2px; }
      .comments-template .comment-list .comment .comment-meta .comment-reply-link {
        color: #9BA4AB; }
      .comments-template .comment-list .comment .comment-awaiting {
        color: #EF394E;
        font-style: italic; }
    .comments-template .comment-list .comment:not(:last-child) {
      border-bottom: 1px solid #DBDBDB;
      padding-bottom: 20px; }
  .comments-template .pagination {
    text-align: center; }
    .comments-template .pagination .page-numbers {
      display: inline-block;
      padding: 0 13px;
      line-height: 26px;
      border-radius: 16px; }
      .comments-template .pagination .page-numbers.current {
        border: 1px solid #00BFD6; }
      .comments-template .pagination .page-numbers.prev, .comments-template .pagination .page-numbers.next {
        border: 1px solid rgba(222, 222, 222, 0.5); }
        .comments-template .pagination .page-numbers.prev:before, .comments-template .pagination .page-numbers.next:before {
          font-size: 18px;
          color: rgba(108, 117, 113, 0.7); }
      .comments-template .pagination .page-numbers.prev:before {
        content: "\203A"; }
      .comments-template .pagination .page-numbers.next:before {
        content: "\203A"; }

@media (max-width: 992px) {
  .post-container .breadcrumb {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 5px;
    padding: 0; }
  .post-container .post-inner {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0; }
    .post-container .post-inner .post-header {
      margin-bottom: 0; }
      .post-container .post-inner .post-header .post-title {
        border-bottom: none; }
      .post-container .post-inner .post-header .post-meta {
        margin-top: 0;
        margin-bottom: 10px; }
    .post-container .post-inner .post-body {
      border-radius: 10px;
      background-color: #FFF;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
      padding: 15px;
      border: none; } }
@media (max-width: 992px) {
  .comments-template {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    padding: 15px; } }
.comments-rules {
  margin: 20px 0; }

body.woocommerce-account:not(.logged-in).page-template-my-account .my-account-template .post-container {
  margin: auto; }
  body.woocommerce-account:not(.logged-in).page-template-my-account .my-account-template .post-container .u-column2 {
    display: none; }
  body.woocommerce-account:not(.logged-in).page-template-my-account .my-account-template .post-container.login .u-column1 {
    display: block; }
  body.woocommerce-account:not(.logged-in).page-template-my-account .my-account-template .post-container.register .u-column1 {
    display: none; }
  body.woocommerce-account:not(.logged-in).page-template-my-account .my-account-template .post-container.register .u-column2 {
    display: block; }
  body.woocommerce-account:not(.logged-in).page-template-my-account .my-account-template .post-container .digor {
    display: none; }
body.woocommerce-account:not(.logged-in) .logo-wrapper {
  text-align: center;
  padding: 25px; }
body.woocommerce-account:not(.logged-in) .post-container {
  margin: auto; }
  body.woocommerce-account:not(.logged-in) .post-container .post-inner {
    padding: 0; }
    body.woocommerce-account:not(.logged-in) .post-container .post-inner .footer {
      padding: 20px;
      text-align: center;
      font-size: 16px; }
      @media (min-width: 992px) {
        body.woocommerce-account:not(.logged-in) .post-container .post-inner .footer {
          background: rgba(93, 214, 0, 0.06);
          border-top: 1px solid rgba(0, 190, 214, 0.13); } }
      body.woocommerce-account:not(.logged-in) .post-container .post-inner .footer a {
        border-bottom: 1px dashed #00BFD6;
        color: #00BFD6; }
  body.woocommerce-account:not(.logged-in) .post-container .woocommerce-notices-wrapper .woocommerce-error {
    margin: 20px; }
  body.woocommerce-account:not(.logged-in) .post-container .u-column1, body.woocommerce-account:not(.logged-in) .post-container .u-column2 {
    float: none;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    body.woocommerce-account:not(.logged-in) .post-container .u-column1 h2, body.woocommerce-account:not(.logged-in) .post-container .u-column2 h2 {
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px solid #ECECEC;
      color: #656565;
      padding: 20px; }
  body.woocommerce-account:not(.logged-in) .post-container form.login,
  body.woocommerce-account:not(.logged-in) .post-container form.register,
  body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password {
    border: none;
    margin: 0; }
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="username"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="password"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="reg_username"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="reg_email"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="reg_password"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="user_login"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="first-name"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="last-name"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="company-name"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="seller-url"],
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="shop-phone"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="username"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="password"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="reg_username"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="reg_email"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="reg_password"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="user_login"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="first-name"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="last-name"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="company-name"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="seller-url"],
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="shop-phone"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="username"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="password"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="reg_username"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="reg_email"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="reg_password"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="user_login"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="first-name"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="last-name"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="company-name"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="seller-url"],
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="shop-phone"] {
      position: relative; }
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="username"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="password"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="reg_username"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="reg_email"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="reg_password"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="user_login"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="first-name"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="last-name"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="company-name"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="seller-url"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.login label[for="shop-phone"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="username"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="password"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="reg_username"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="reg_email"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="reg_password"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="user_login"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="first-name"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="last-name"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="company-name"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="seller-url"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.register label[for="shop-phone"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="username"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="password"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="reg_username"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="reg_email"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="reg_password"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="user_login"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="first-name"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="last-name"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="company-name"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="seller-url"]:before,
      body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="shop-phone"]:before {
        font-family: IRANKala;
        position: absolute;
        top: 27px;
        font-size: 24px;
        left: 10px;
        color: #929292;
        z-index: 2; }
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="username"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="reg_username"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="user_login"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="username"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="reg_username"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="user_login"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="username"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="reg_username"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="user_login"]:before {
      content: '\E1E0\00FE0E'; }
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="password"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="reg_password"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="password"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="reg_password"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="password"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="reg_password"]:before {
      content: '\E16A\00FE0E'; }
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="reg_email"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="reg_email"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="reg_email"]:before {
      content: "\E184\00FE0E"; }
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="first-name"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="first-name"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="first-name"]:before {
      content: '\E1E0\00FE0E'; }
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="last-name"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="last-name"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="last-name"]:before {
      content: '\E1E0\00FE0E'; }
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="company-name"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="company-name"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="company-name"]:before {
      content: "\E1B1\00FE0E"; }
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="seller-url"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="seller-url"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="seller-url"]:before {
      content: "\E147\00FE0E"; }
    body.woocommerce-account:not(.logged-in) .post-container form.login label[for="shop-phone"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.register label[for="shop-phone"]:before,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password label[for="shop-phone"]:before {
      content: "\E075\00FE0E"; }
    body.woocommerce-account:not(.logged-in) .post-container form.login #username,
    body.woocommerce-account:not(.logged-in) .post-container form.login #password,
    body.woocommerce-account:not(.logged-in) .post-container form.login #reg_username,
    body.woocommerce-account:not(.logged-in) .post-container form.login #reg_email,
    body.woocommerce-account:not(.logged-in) .post-container form.login #reg_password,
    body.woocommerce-account:not(.logged-in) .post-container form.login #user_login,
    body.woocommerce-account:not(.logged-in) .post-container form.login #first-name,
    body.woocommerce-account:not(.logged-in) .post-container form.login #last-name,
    body.woocommerce-account:not(.logged-in) .post-container form.login #company-name,
    body.woocommerce-account:not(.logged-in) .post-container form.login #seller-url,
    body.woocommerce-account:not(.logged-in) .post-container form.login #shop-phone,
    body.woocommerce-account:not(.logged-in) .post-container form.register #username,
    body.woocommerce-account:not(.logged-in) .post-container form.register #password,
    body.woocommerce-account:not(.logged-in) .post-container form.register #reg_username,
    body.woocommerce-account:not(.logged-in) .post-container form.register #reg_email,
    body.woocommerce-account:not(.logged-in) .post-container form.register #reg_password,
    body.woocommerce-account:not(.logged-in) .post-container form.register #user_login,
    body.woocommerce-account:not(.logged-in) .post-container form.register #first-name,
    body.woocommerce-account:not(.logged-in) .post-container form.register #last-name,
    body.woocommerce-account:not(.logged-in) .post-container form.register #company-name,
    body.woocommerce-account:not(.logged-in) .post-container form.register #seller-url,
    body.woocommerce-account:not(.logged-in) .post-container form.register #shop-phone,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #username,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #password,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #reg_username,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #reg_email,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #reg_password,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #user_login,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #first-name,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #last-name,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #company-name,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #seller-url,
    body.woocommerce-account:not(.logged-in) .post-container form.lost_reset_password #shop-phone {
      padding-left: 40px; }
  body.woocommerce-account:not(.logged-in) .post-container .woocommerce-privacy-policy-text {
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 8px;
    background-color: #FFFDE4;
    border-color: #F6E8A1;
    color: #A37731; }
  body.woocommerce-account:not(.logged-in) .post-container .woocommerce-password-strength {
    margin-top: 8px;
    border-radius: 8px;
    line-height: 20px; }
  body.woocommerce-account:not(.logged-in) .post-container .button {
    display: block;
    width: 100%;
    background: #00BFD6;
    border-color: #0091a3;
    margin-top: 10px;
    margin-right: 0; }
  body.woocommerce-account:not(.logged-in) .post-container .social-button {
    margin-top: 10px; }
    body.woocommerce-account:not(.logged-in) .post-container .social-button .btn {
      border-bottom: none;
      color: #FFF;
      width: 100%; }
  body.woocommerce-account:not(.logged-in) .post-container .lost_reset_password {
    padding: 20px; }
    body.woocommerce-account:not(.logged-in) .post-container .lost_reset_password p:nth-child(1) {
      border: 1px solid transparent;
      padding: 10px;
      border-radius: 8px;
      background-color: #FFFDE4;
      border-color: #F6E8A1;
      color: #A37731; }
    body.woocommerce-account:not(.logged-in) .post-container .lost_reset_password .form-row-first {
      width: 100%;
      float: none; }
body.woocommerce-account:not(.logged-in) .account-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #E7E7E7;
  margin-top: 30px; }
  body.woocommerce-account:not(.logged-in) .account-footer ul.menu .page-item,
  body.woocommerce-account:not(.logged-in) .account-footer ul.menu .menu-item {
    display: inline-block;
    margin: 0 15px; }
  body.woocommerce-account:not(.logged-in) .account-footer .footer-copyright {
    color: #B0B0B0;
    margin-top: 20px; }

body.woocommerce-lost-password:not(.logged-in) .woocommerce-message {
  margin: 20px; }
  body.woocommerce-lost-password:not(.logged-in) .woocommerce-message + p {
    margin: 20px; }

body.logged-in.woocommerce-account .post-container .post-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0; }
  body.logged-in.woocommerce-account .post-container .post-inner .post-body p {
    line-height: 32px; }
  body.logged-in.woocommerce-account .post-container .post-inner .post-body h2, body.logged-in.woocommerce-account .post-container .post-inner .post-body h3 {
    font-size: 18px; }
  body.logged-in.woocommerce-account .post-container .post-inner .post-body > .woocommerce {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body.logged-in.woocommerce-account .post-container .post-inner .post-body .woocommerce-MyAccount-navigation,
  body.logged-in.woocommerce-account .post-container .post-inner .post-body .woocommerce-MyAccount-content {
    float: none;
    width: 100%; }
  body.logged-in.woocommerce-account .post-container .post-inner .post-body .account-nav-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      body.logged-in.woocommerce-account .post-container .post-inner .post-body .account-nav-container {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
        padding-right: 20px; } }
  body.logged-in.woocommerce-account .post-container .post-inner .post-body .woocommerce-MyAccount-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      body.logged-in.woocommerce-account .post-container .post-inner .post-body .woocommerce-MyAccount-content {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%; } }
  @media (max-width: 992px) {
    body.logged-in.woocommerce-account .post-container .post-inner .post-body {
      border-radius: 0;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0; } }
  body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-navigation ul {
    background-color: #FFF !important;
    padding: 20px;
    overflow: hidden;
    border-radius: 8px;
    padding: 0; }
    @media (min-width: 992px) {
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-navigation ul {
        -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
        box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
        border: 1px solid #ececec; } }
    @media (max-width: 992px) {
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-navigation ul {
        -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
        box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11); } }
  body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    padding: 10px 20px; }
    @media (max-width: 992px) {
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
        border-bottom: 1px solid #F1F1F1;
        position: relative; }
        body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:after {
          font-family: IRANKala;
          content: "\E0B7\00FE0E";
          font-size: 18px;
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%); } }
  body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content {
    background-color: #FFF !important;
    padding: 20px;
    overflow: hidden;
    border-radius: 8px;
    padding: 30px; }
    @media (min-width: 992px) {
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content {
        -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
        box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
        border: 1px solid #ececec; } }
    @media (max-width: 992px) {
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content {
        -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
        box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11); } }
    @media (max-width: 992px) {
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content {
        margin-top: 20px; } }
    body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content table.shop_table th {
      background-color: #1CA2BD;
      color: #FFF; }
    body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .woocommerce-column__title,
    body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .woocommerce-order-details__title {
      margin-bottom: 10px;
      font-size: 18px; }
    body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .woocommerce-pagination {
      margin-top: 20px;
      text-align: center; }
    body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .woocommerce-OrderUpdates {
      padding: 0; }
    body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .woocommerce-Address-title {
      margin: 15px 0 7px; }
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .woocommerce-Address-title a {
        color: #C7C7C7; }
    body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .profile-stats {
      margin-top: 30px;
      table-layout: fixed; }
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .profile-stats td {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
        vertical-align: top; }
        body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .profile-stats td span {
          color: #939393;
          display: block;
          margin-bottom: 10px; }
        body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .profile-stats td p {
          font-size: 16px;
          font-weight: bold; }
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .profile-stats tr td:first-child {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .profile-stats + .stats-action {
        text-align: center;
        margin-top: 10px; }
        body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .profile-stats + .stats-action a {
          color: #1CA2BD;
          border-bottom: 1px dashed #1CA2BD; }
          body.logged-in.woocommerce-account .post-container .post-inner .woocommerce-MyAccount-content .profile-stats + .stats-action a:before {
            font-family: IRANKala;
            content: "\E172\00FE0E";
            margin-right: 8px;
            position: relative;
            top: 2px; }

.account-header {
  background-color: #FFF !important;
  padding: 20px;
  overflow: hidden;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .account-header {
      -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
      box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
      border: 1px solid #ececec; } }
  @media (max-width: 992px) {
    .account-header {
      -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
      box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11); } }
  .account-header .header-user-data {
    padding: 20px; }
  .account-header .user-avatar {
    position: relative;
    float: left;
    margin-right: 5px; }
    .account-header .user-avatar .toggle-avatar {
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 0;
      width: 20px;
      height: 20px;
      display: inline-flex;
      border-radius: 50%;
      background: #a7a7a7;
      align-items: center;
      justify-content: center;
      color: #fff; }
      .account-header .user-avatar .toggle-avatar span {
        position: relative;
        top: 1px; }
    .account-header .user-avatar .avatar {
      border-radius: 50%; }
  .account-header .user-info {
    height: 54px; }
    .account-header .user-info .user-name {
      font-weight: bold;
      line-height: 32px; }
    .account-header .user-info .user-registered {
      color: #525252;
      font-size: 12px; }
  .account-header .custom-items {
    padding: 0 20px 0 45px; }
    .account-header .custom-items li a {
      display: block;
      padding: 7px 15px;
      position: relative; }
      .account-header .custom-items li a:before {
        content: '';
        height: 100%;
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
        background: #e0e0e2; }
      .account-header .custom-items li a:after {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translateY(-50%);
        background: #e0e0e2; }
    .account-header .custom-items li:last-child a:before {
      height: 50%; }

.account-ads {
  background-color: #FFF !important;
  padding: 20px;
  overflow: hidden;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .account-ads {
      -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
      box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
      border: 1px solid #ececec; } }
  @media (max-width: 992px) {
    .account-ads {
      -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
      box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11); } }
  .account-ads a {
    display: block; }
    .account-ads a img {
      width: 100%; }

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:before,
.account-navigation .woocommerce-MyAccount-navigation-link:before {
  font-family: IRANKala;
  content: "\E12E\00FE0E";
  font-size: 18px;
  margin-right: 8px;
  float: left;
  font-weight: bold; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a,
.account-navigation .woocommerce-MyAccount-navigation-link.is-active a,
.account-navigation .woocommerce-MyAccount-navigation-link:hover a {
  color: #00BFD6; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active:before, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover:before,
.account-navigation .woocommerce-MyAccount-navigation-link.is-active:before,
.account-navigation .woocommerce-MyAccount-navigation-link:hover:before {
  color: #00BFD6; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
.account-navigation .woocommerce-MyAccount-navigation-link a {
  display: block;
  border-bottom: none;
  color: #535353; }
.woocommerce-MyAccount-navigation .dokan-item:before,
.account-navigation .dokan-item:before {
  display: none; }
.woocommerce-MyAccount-navigation .dokan-item:hover .fa,
.account-navigation .dokan-item:hover .fa {
  color: #00BFD6; }
.woocommerce-MyAccount-navigation .dokan-item .fa,
.account-navigation .dokan-item .fa {
  font-size: 16px;
  position: relative;
  right: 8px; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--notifications .count,
.account-navigation .woocommerce-MyAccount-navigation-link--notifications .count {
  display: inline-flex;
  background: #EF394E;
  margin: 0 5px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 22px;
  width: 20px;
  height: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 11px; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard:before,
.account-navigation .woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\E1E0\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders:before,
.account-navigation .woocommerce-MyAccount-navigation-link--orders:before {
  content: "\E1B2\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads:before,
.account-navigation .woocommerce-MyAccount-navigation-link--downloads:before {
  content: "\E103\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address:before,
.account-navigation .woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\E0A7\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account:before,
.account-navigation .woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\E186\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--tickets:before,
.account-navigation .woocommerce-MyAccount-navigation-link--tickets:before {
  content: "\E184\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--bought-products:before,
.account-navigation .woocommerce-MyAccount-navigation-link--bought-products:before {
  content: "\E165\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--announcements:before,
.account-navigation .woocommerce-MyAccount-navigation-link--announcements:before {
  content: "\E0A8\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--notifications:before,
.account-navigation .woocommerce-MyAccount-navigation-link--notifications:before {
  content: "\E0FA\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--viewed-products:before,
.account-navigation .woocommerce-MyAccount-navigation-link--viewed-products:before {
  content: "\E0DB\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--comments:before,
.account-navigation .woocommerce-MyAccount-navigation-link--comments:before {
  content: "\E154\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--favorites:before,
.account-navigation .woocommerce-MyAccount-navigation-link--favorites:before {
  content: "\E1EB\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--tracking:before,
.account-navigation .woocommerce-MyAccount-navigation-link--tracking:before {
  content: "\E1A5\00FE0E"; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout:before,
.account-navigation .woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\E146\00FE0E"; }

.woocommerce table.my_account_orders {
  font-size: 13px; }

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 15px 10px; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  margin-top: 6px; }

.woocommerce-MyAccount-content .products-list .item, .woocommerce-MyAccount-content .posts-list .item {
  border: 1px solid #DDD;
  padding: 20px 20px 20px 35px;
  margin-bottom: 20px;
  position: relative;
  min-height: 168px; }
  .woocommerce-MyAccount-content .products-list .item .remove-post, .woocommerce-MyAccount-content .posts-list .item .remove-post {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    left: -10px;
    background: #F5F5F5;
    border-radius: 50%;
    width: 28px;
    height: 28px; }
    .woocommerce-MyAccount-content .products-list .item .remove-post:before, .woocommerce-MyAccount-content .posts-list .item .remove-post:before {
      font-family: IRANKala;
      content: "\E0C9\00FE0E";
      color: #999;
      font-size: 10px;
      right: 9px;
      position: absolute;
      top: -1px; }
  .woocommerce-MyAccount-content .products-list .item img, .woocommerce-MyAccount-content .posts-list .item img {
    float: left;
    max-width: 96px;
    height: auto;
    margin-right: 10px; }
  .woocommerce-MyAccount-content .products-list .item .title, .woocommerce-MyAccount-content .posts-list .item .title {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-size: 16px; }
  .woocommerce-MyAccount-content .products-list .item .price, .woocommerce-MyAccount-content .posts-list .item .price {
    color: #000;
    font-weight: bold;
    font-size: 15px; }
    .woocommerce-MyAccount-content .products-list .item .price .discount-percent, .woocommerce-MyAccount-content .products-list .item .price del, .woocommerce-MyAccount-content .posts-list .item .price .discount-percent, .woocommerce-MyAccount-content .posts-list .item .price del {
      display: none; }
    .woocommerce-MyAccount-content .products-list .item .price ins, .woocommerce-MyAccount-content .posts-list .item .price ins {
      text-decoration: none; }
    .woocommerce-MyAccount-content .products-list .item .price .woocommerce-Price-currencySymbol, .woocommerce-MyAccount-content .posts-list .item .price .woocommerce-Price-currencySymbol {
      color: #535353;
      font-weight: normal;
      font-size: 13px; }
  .woocommerce-MyAccount-content .products-list .item .product-link, .woocommerce-MyAccount-content .products-list .item .post-link, .woocommerce-MyAccount-content .posts-list .item .product-link, .woocommerce-MyAccount-content .posts-list .item .post-link {
    border: 1px solid #00BFD6;
    color: #00BFD6;
    border-radius: 8px;
    padding: 0 10px;
    margin-top: 7px; }
.woocommerce-MyAccount-content .no-items {
  font-size: 50px;
  color: #DADADA;
  position: relative;
  text-align: center;
  margin-top: 146px; }
  .woocommerce-MyAccount-content .no-items:before {
    font-family: IRANKala;
    content: "\E13F\00FE0E";
    position: absolute;
    bottom: 84px;
    font-size: 120px;
    right: 50%;
    transform: translateX(50%); }
.woocommerce-MyAccount-content .viewed-products .item {
  padding-left: 20px; }
  .woocommerce-MyAccount-content .viewed-products .item .remove-product {
    display: none; }
.woocommerce-MyAccount-content .notifications .no-notifications {
  text-align: center;
  margin: 50px 0; }
.woocommerce-MyAccount-content .notifications .notification {
  padding: 10px;
  display: block;
  width: 100%; }
  .woocommerce-MyAccount-content .notifications .notification img {
    float: right; }
  .woocommerce-MyAccount-content .notifications .notification .notification-title {
    font-size: 13px;
    font-weight: normal;
    line-height: 32px; }
  .woocommerce-MyAccount-content .notifications .notification .notification-date {
    color: #bcbec1; }
  .woocommerce-MyAccount-content .notifications .notification:not(.is-viewed) {
    background: rgba(250, 250, 250, 0.6); }
    .woocommerce-MyAccount-content .notifications .notification:not(.is-viewed) .notification-title {
      color: #EF394E;
      font-weight: bold; }
.woocommerce-MyAccount-content .notifications .notification:not(:last-child) {
  border-bottom: 1px dashed #eaeaea; }
.woocommerce-MyAccount-content .notification .notification-date {
  color: #bcbec1; }

.woocommerce-MyAccount-content .user-comments .comment-item {
  border: 1px solid #E9E9E9;
  margin-bottom: 20px; }
  .woocommerce-MyAccount-content .user-comments .comment-item .row {
    margin: 0; }
  .woocommerce-MyAccount-content .user-comments .comment-item .image-wrapper {
    text-align: center;
    padding: 20px; }
    .woocommerce-MyAccount-content .user-comments .comment-item .image-wrapper .my-rating {
      margin-top: 10px; }
      .woocommerce-MyAccount-content .user-comments .comment-item .image-wrapper .my-rating .star-rating {
        margin: auto;
        float: none; }
  .woocommerce-MyAccount-content .user-comments .comment-item .comment {
    background-color: #FCFCFC;
    padding: 20px; }
    .woocommerce-MyAccount-content .user-comments .comment-item .comment .post-title {
      display: inline-block;
      font-size: 15px;
      font-weight: bold; }
    .woocommerce-MyAccount-content .user-comments .comment-item .comment .comment-status {
      border-radius: 8px;
      padding: 0 10px;
      font-size: 11px;
      float: right;
      border: 1px solid transparent;
      line-height: 24px; }
      .woocommerce-MyAccount-content .user-comments .comment-item .comment .comment-status.approved {
        color: #6ab946;
        border-color: #6ab946;
        background: white; }
      .woocommerce-MyAccount-content .user-comments .comment-item .comment .comment-status.unapproved {
        color: #EF394E;
        border-color: #EF394E;
        background: #fef6f7; }

.woocommerce-MyAccount-content .order-tracking form#order-tracking {
  margin-top: 25px;
  position: relative; }
  .woocommerce-MyAccount-content .order-tracking form#order-tracking:before {
    font-family: IRANKala;
    content: "\E131\00FE0E";
    left: 8px;
    top: 9px;
    position: absolute;
    z-index: 52;
    color: #A1A3A8;
    font-size: 24px;
    width: 36px;
    height: 36px; }
  .woocommerce-MyAccount-content .order-tracking form#order-tracking input[type=text] {
    padding-left: 36px;
    border-radius: 0; }
.woocommerce-MyAccount-content .order-tracking .statuses-title {
  margin-top: 25px;
  font-size: 13px;
  background: #FCFCFC;
  line-height: 32px;
  padding: 5px 15px;
  border: 1px solid #C8C8C8;
  border-bottom: none; }
.woocommerce-MyAccount-content .order-tracking ul.statuses {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #C8C8C8;
  padding: 15px;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%; }
  .woocommerce-MyAccount-content .order-tracking ul.statuses li.status {
    text-align: center; }
    .woocommerce-MyAccount-content .order-tracking ul.statuses li.status img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.35;
      max-width: 128px; }
    .woocommerce-MyAccount-content .order-tracking ul.statuses li.status .title {
      margin-top: 12px;
      color: #8E8E8E; }
    .woocommerce-MyAccount-content .order-tracking ul.statuses li.status.active img {
      -webkit-filter: unset;
      filter: unset;
      opacity: 1; }
    .woocommerce-MyAccount-content .order-tracking ul.statuses li.status.active .title {
      color: #535353;
      font-weight: bold; }
.woocommerce-MyAccount-content .order-tracking .description {
  background: #FCFCFC;
  border: 1px solid #C8C8C8;
  padding: 15px; }
.woocommerce-MyAccount-content .order-tracking .woocommerce-order-details {
  margin-top: 25px; }

.woocommerce table.my_account_orders .button {
  margin: 2px; }

#avatar-modal {
  text-align: center; }
  #avatar-modal .inner {
    padding: 20px; }
  #avatar-modal label[for="avatar"] {
    border: 1px dashed #e7e7e7;
    background-color: #FCFCFC;
    padding: 20px;
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 8px; }
    #avatar-modal label[for="avatar"] span {
      display: block;
      width: 100%; }
    #avatar-modal label[for="avatar"] span:first-of-type {
      font-weight: bold;
      color: #00BFD6; }
    #avatar-modal label[for="avatar"] #preview {
      max-width: 64px;
      height: auto; }
    #avatar-modal label[for="avatar"] #preview[src="#"] {
      display: none; }
  #avatar-modal input#avatar {
    display: none; }
  #avatar-modal .upload,
  #avatar-modal .remove-avatar {
    display: block;
    width: 100%;
    margin: 10px 0; }
    #avatar-modal .upload img,
    #avatar-modal .remove-avatar img {
      margin: 0 7px;
      display: none; }
  #avatar-modal .message {
    margin-bottom: 10px; }

#notifications-modal {
  text-align: center; }
  #notifications-modal p {
    margin: 10px 0; }

#main .woocommerce-breadcrumb {
  margin: 0 0 15px;
  padding: 0;
  font-size: 12px;
  color: #767676; }
  #main .woocommerce-breadcrumb a:hover {
    color: #000; }
  #main .woocommerce-breadcrumb .delimiter {
    margin: 0 7px;
    color: #CFCFCF; }

.woocommerce span.onsale {
  color: #EF394E;
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  top: 0;
  border-bottom: 1px solid #EF394E;
  font-size: 11px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  min-height: unset;
  height: auto; }
  .woocommerce span.onsale.is-amazing > span {
    float: left; }
  .woocommerce span.onsale.is-amazing .timer {
    float: right; }
    .woocommerce span.onsale.is-amazing .timer > span:last-child span {
      display: none; }

.shop-container .woocommerce-breadcrumb {
  margin-bottom: 0; }
.shop-container .woocommerce-products-header {
  margin-top: 0; }
.shop-container .products-list {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  padding-right: 0;
  padding-left: 0; }
  .shop-container .products-list .list-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
    .shop-container .products-list .list-header .woocommerce-result-count {
      margin-bottom: 0;
      float: right; }
    .shop-container .products-list .list-header .woocommerce-ordering {
      margin-bottom: 0;
      float: left;
      position: relative; }
      .shop-container .products-list .list-header .woocommerce-ordering .orderby {
        position: relative;
        padding-left: 25px; }
        .shop-container .products-list .list-header .woocommerce-ordering .orderby a {
          border-radius: 3px;
          padding: 0 7px;
          line-height: 26px; }
          .shop-container .products-list .list-header .woocommerce-ordering .orderby a:hover {
            background-color: #ECE9E9; }
          .shop-container .products-list .list-header .woocommerce-ordering .orderby a.active {
            background: #00BFD6;
            color: #FFF; }
        .shop-container .products-list .list-header .woocommerce-ordering .orderby a:nth-child(1) {
          margin-left: 75px; }
        .shop-container .products-list .list-header .woocommerce-ordering .orderby:before {
          position: absolute;
          content: attr(aria-label); }
      .shop-container .products-list .list-header .woocommerce-ordering:before {
        content: "\E1B9\00FE0E";
        font-family: IRANKala;
        color: #CECECE;
        position: absolute;
        top: 3px; }

.woocommerce ul.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1px;
  margin-left: -1px; }
  .woocommerce ul.products li.product {
    margin: 0;
    outline: 1px solid #EBEBEB;
    padding: 10px;
    padding-top: 35px;
    transition: all 200ms ease-out;
    position: relative; }
    .woocommerce ul.products li.product:hover {
      -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.09);
      box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.09);
      z-index: 11; }
    .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
      display: block; }
      .woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
        width: auto;
        margin: auto; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      height: 53px;
      line-height: 25px;
      overflow: hidden; }
    .woocommerce ul.products li.product .product-rating {
      margin-top: 15px;
      position: relative;
      height: 28px; }
      .woocommerce ul.products li.product .product-rating .rating {
        float: right;
        display: inline-flex;
        align-items: center; }
        .woocommerce ul.products li.product .product-rating .rating .icon {
          margin-right: 4px;
          color: #FFB518; }
      .woocommerce ul.products li.product .product-rating .add-to-compare {
        float: left;
        color: #ABABAB;
        opacity: 0;
        visibility: hidden; }
        .woocommerce ul.products li.product .product-rating .add-to-compare input[type="checkbox"]:checked:before {
          margin-top: -4px; }
    .woocommerce ul.products li.product .price {
      margin: 0; }
    .woocommerce ul.products li.product .button {
      display: block;
      margin-top: 5px;
      padding-top: 2px;
      padding-bottom: 2px;
      height: auto; }
      .woocommerce ul.products li.product .button.loading::after {
        top: 2px; }
    .woocommerce ul.products li.product .cart {
      margin-top: 5px; }
      .woocommerce ul.products li.product .cart .quantity {
        display: inline-flex; }
        .woocommerce ul.products li.product .cart .quantity .qty {
          height: 38px;
          width: 56px; }
      .woocommerce ul.products li.product .cart .button {
        margin-top: 0;
        display: inline-block;
        width: auto;
        max-height: 38px; }
        .woocommerce ul.products li.product .cart .button .plus {
          font-size: 20px;
          position: relative;
          top: 6px; }
        .woocommerce ul.products li.product .cart .button .ajax-loader {
          display: none;
          width: auto;
          margin: 0;
          max-width: 24px; }
    .woocommerce ul.products li.product .product-info {
      position: relative;
      height: 35px; }
    .woocommerce ul.products li.product .product-seller {
      border-top: 1px solid #F5F5F5;
      position: absolute;
      background: #FFF;
      width: 100%;
      left: 0; }
      @media (min-width: 768px) {
        .woocommerce ul.products li.product .product-seller {
          display: none; } }
      .woocommerce ul.products li.product .product-seller:before {
        font-family: IRANKala;
        content: "\E1C1\00FE0E";
        font-size: 20px;
        margin-right: 5px;
        position: relative;
        top: 5px; }
      .woocommerce ul.products li.product .product-seller strong {
        display: inline-block; }
    .woocommerce ul.products li.product .fake-badge {
      padding: 0 6px;
      color: #D5901F;
      background-color: rgba(249, 168, 37, 0.11);
      font-size: 11px;
      line-height: 2;
      position: absolute;
      bottom: 4px;
      border-radius: 8px; }
    .woocommerce ul.products li.product .onsale {
      right: auto;
      margin: 0; }
    .woocommerce ul.products li.product .stock {
      height: 32px;
      display: flex;
      align-items: center;
      width: 100%; }
      .woocommerce ul.products li.product .stock .icon {
        margin-right: 4px;
        color: #0fabc6;
        font-size: 16px;
        position: relative;
        top: 3px; }
    .woocommerce ul.products li.product .product-actions {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      transition: all 200ms ease-out; }
      .woocommerce ul.products li.product .product-actions .quick-view, .woocommerce ul.products li.product .product-actions .favorites {
        width: 28px;
        height: 28px;
        border-radius: 2px;
        margin: 0 3px;
        background: rgba(155, 155, 155, 0.85);
        cursor: pointer;
        display: inline-block;
        text-align: center; }
        .woocommerce ul.products li.product .product-actions .quick-view:before, .woocommerce ul.products li.product .product-actions .favorites:before {
          font-family: IRANKala;
          font-size: 16px;
          color: #FFF; }
        .woocommerce ul.products li.product .product-actions .quick-view.active:before, .woocommerce ul.products li.product .product-actions .favorites.active:before {
          color: #EF394E; }
      .woocommerce ul.products li.product .product-actions .quick-view:before {
        content: "\E131\00FE0E"; }
      .woocommerce ul.products li.product .product-actions .add-to-favorite:before {
        content: "\E134\00FE0E"; }
    .woocommerce ul.products li.product:hover .product-rating .add-to-compare, .woocommerce ul.products li.product:hover .product-actions {
      opacity: 1;
      visibility: visible; }
    .woocommerce ul.products li.product:hover .product-seller {
      display: block; }
  .woocommerce ul.products li.product-category a {
    display: block; }
    .woocommerce ul.products li.product-category a img {
      width: auto;
      margin: auto; }
  .woocommerce ul.products li.product-category mark.count {
    background: #EEE;
    color: #7A7A7A; }
.woocommerce ul.products.columns-1 li.product,
.woocommerce ul.products li.product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1px;
  margin-left: 1px;
  background: #FFF;
  margin-bottom: 0 !important; }
.woocommerce ul.products.columns-2 li.product {
  -ms-flex: 0 0 calc(50% - 1px);
  flex: 0 0 calc(50% - 1px);
  max-width: calc(50% - 1px); }
.woocommerce ul.products.columns-3 li.product {
  -ms-flex: 0 0 calc(33.3333333% - 1px);
  flex: 0 0 calc(33.3333333% - 1px);
  max-width: calc(33.3333333% - 1px); }
.woocommerce ul.products.columns-4 li.product {
  -ms-flex: 0 0 calc(25% - 1px);
  flex: 0 0 calc(25% - 1px);
  max-width: calc(25% - 1px); }
.woocommerce ul.products.columns-5 li.product {
  -ms-flex: 0 0 calc(20% - 1px);
  flex: 0 0 calc(20% - 1px);
  max-width: calc(20% - 1px); }
.woocommerce ul.products.columns-6 li.product {
  -ms-flex: 0 0 calc(16.6666667% - 1px);
  flex: 0 0 calc(16.6666667% - 1px);
  max-width: calc(16.6666667% - 1px); }
@media (max-width: 992px) {
  .woocommerce ul.products li.product {
    -ms-flex: 0 0 calc(50% - 1px) !important;
    flex: 0 0 calc(50% - 1px) !important;
    max-width: calc(50% - 1px) !important; } }
@media (max-width: 756px) {
  .woocommerce ul.products li.product {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; } }

.archive-products-slider {
  margin-top: 20px; }

.cover-outofstock {
  z-index: 2;
  position: relative;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .cover-outofstock:before {
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    position: absolute;
    background: #ABABAB;
    z-index: -1; }
  .cover-outofstock span {
    color: #ABABAB;
    font-weight: normal;
    background: #FFF;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px; }

.woocommerce-products-header {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .woocommerce-products-header .page-title {
    font-size: 16px;
    margin-bottom: 10px; }
  .woocommerce-products-header .page-description {
    font-size: 12px; }
  .woocommerce-products-header .showmore-button {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    position: relative; }
    .woocommerce-products-header .showmore-button:before {
      content: '';
      width: 100%;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #FFF);
      position: absolute;
      top: -64px;
      height: 64px;
      left: 0; }
    .woocommerce-products-header .showmore-button.show:before {
      display: none; }
    .woocommerce-products-header .showmore-button:after {
      font-family: IRANKala;
      content: "\E0B1\00FE0E";
      position: absolute;
      top: 2px;
      margin-left: 5px; }
    .woocommerce-products-header .showmore-button.show:after {
      top: -3px;
      transform: rotate(180deg); }

.archive-amazing .amazing-header {
  padding-left: 20px;
  padding-bottom: 20px; }
.archive-amazing .woocommerce-breadcrumb {
  display: none; }

body.archive-amazing {
  position: relative; }
  body.archive-amazing:after {
    content: '';
    background-color: rgba(255, 80, 98, 0.89);
    background-image: url("assets/img/amazing-bg.svg");
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 275px;
    z-index: -1;
    width: 100%; }

@media (max-width: 992px) {
  .shop-container .products-list {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0; }
    .shop-container .products-list .list-header {
      padding: 0; }
      .shop-container .products-list .list-header .woocommerce-ordering {
        position: fixed;
        z-index: 101;
        background: #FFF;
        left: 0;
        top: 30px;
        width: calc(100% - 40px);
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 52px 20px 20px;
        display: none;
        max-height: 320px;
        overflow: auto; }
        .shop-container .products-list .list-header .woocommerce-ordering:before {
          display: none; }
        .shop-container .products-list .list-header .woocommerce-ordering .orderby {
          padding: 0; }
          .shop-container .products-list .list-header .woocommerce-ordering .orderby:before {
            top: -32px;
            font-weight: bold; }
          .shop-container .products-list .list-header .woocommerce-ordering .orderby .toggle-ordering {
            display: inline-block;
            border: none !important;
            position: absolute;
            top: -32px;
            right: 0; }
            .shop-container .products-list .list-header .woocommerce-ordering .orderby .toggle-ordering:before {
              font-family: IRANKala;
              content: "\E08D\00FE0E";
              font-size: 26px; }
          .shop-container .products-list .list-header .woocommerce-ordering .orderby a {
            display: block;
            padding: 7px 0;
            border-radius: 0; }
            .shop-container .products-list .list-header .woocommerce-ordering .orderby a.active {
              background: transparent;
              color: #00BFD6; }
          .shop-container .products-list .list-header .woocommerce-ordering .orderby a:nth-child(1) {
            margin: 0; }
          .shop-container .products-list .list-header .woocommerce-ordering .orderby a:nth-child(2) {
            border-top: 0.5px solid rgba(41, 41, 41, 0.18); }
          .shop-container .products-list .list-header .woocommerce-ordering .orderby a:not(:last-child) {
            border-bottom: 0.5px solid rgba(41, 41, 41, 0.18); }
      .shop-container .products-list .list-header .shop-toggle {
        background-color: #E0E0E0;
        color: #424242;
        border-radius: 8px;
        padding: 0 10px;
        line-height: 26px; }
        .shop-container .products-list .list-header .shop-toggle:before {
          font-family: IRANKala;
          position: relative;
          font-size: 18px;
          top: 4px;
          margin-right: 5px; }
        .shop-container .products-list .list-header .shop-toggle.toggle-ordering:before {
          content: "\E042\00FE0E"; }
        .shop-container .products-list .list-header .shop-toggle.toggle-sidebar-shop:before {
          content: "\E024\00FE0E"; }

  body.show-ordering .overlay {
    opacity: 1; }
  body.show-ordering .woocommerce-ordering {
    display: block !important; } }
@media (min-width: 992px) {
  .shop-container .products-list .list-header .shop-toggle {
    display: none; } }
@media (max-width: 992px) {
  .woocommerce ul.products {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden; }
    .woocommerce ul.products li.product {
      margin: 0;
      border: none; }
      .woocommerce ul.products li.product .onsale:not(.is-amazing) {
        text-align: left; }
      .woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
        float: left;
        margin-right: 10px;
        max-width: 100px; }
      .woocommerce ul.products li.product .product-rating .add-to-compare {
        opacity: 1;
        visibility: visible; } }
.feature-seller {
  color: #388E3C;
  background: #F2F8F2;
  display: inline-block;
  line-height: 22px;
  border-radius: 11px;
  padding: 0 6px;
  margin-left: 5px;
  font-size: 12px; }
  .feature-seller .check {
    background: #388E3C;
    border-radius: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    position: relative;
    margin-right: 3px;
    top: 3px;
    font-size: 11px; }
    .feature-seller .check:before {
      font-family: IRANKala;
      content: "\E0D3\00FE0E";
      color: #FFF;
      font-size: 7px;
      position: absolute;
      right: 3px;
      bottom: -5px; }

.woocommerce ul.products li.product.has-secondary-image:hover img[class^="attachment"]:nth-of-type(1) {
  display: none; }
.woocommerce ul.products li.product.has-secondary-image:hover .secondary-image {
  display: block; }
.woocommerce ul.products li.product.has-secondary-image .secondary-image {
  display: none; }

.subcategories-list {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  margin-bottom: 20px; }
  .subcategories-list .categories-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px; }
  .subcategories-list .row .item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    @media (max-width: 992px) {
      .subcategories-list .row .item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (max-width: 768px) {
      .subcategories-list .row .item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (max-width: 576px) {
      .subcategories-list .row .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .subcategories-list .term {
    background-color: #F0F0F1;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    position: relative; }
    .subcategories-list .term:hover .term-count {
      background-color: #EF394E;
      color: #ffffff; }
    .subcategories-list .term img {
      max-width: 60px;
      height: auto; }
    .subcategories-list .term .term-name {
      line-height: 32px;
      height: 32px;
      overflow: hidden;
      font-size: 13px; }
    .subcategories-list .term .term-count {
      position: absolute;
      left: 15px;
      top: 15px;
      background-color: #e7e7e7;
      line-height: 20px;
      display: inline-block;
      padding: 0 9px;
      border-radius: 11px;
      color: #ACACAC;
      font-size: 11px;
      transition: all 200ms ease-out; }
  .subcategories-list .others-categories .count {
    font-weight: bold;
    font-size: 32px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr; }
  .subcategories-list .others-categories .term-name {
    font-size: 11px; }
  .subcategories-list .row {
    height: 142px;
    overflow: hidden; }
    .subcategories-list .row.show-all {
      height: auto; }
      .subcategories-list .row.show-all .others-categories {
        display: none; }
  @media (max-width: 992px) {
    .subcategories-list .row {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto; }
    .subcategories-list .others-categories {
      display: none; } }

.page-description img,
.term-description img {
  max-width: 100%;
  height: auto; }
  .page-description img.alignright,
  .term-description img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline; }
  .page-description img.alignleft,
  .term-description img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline; }
  .page-description img.centered,
  .term-description img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
.page-description .aligncenter,
.term-description .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.page-description .alignright,
.term-description .alignright {
  float: right; }
.page-description .alignleft,
.term-description .alignleft {
  float: left; }
.page-description .wp-caption,
.term-description .wp-caption {
  max-width: 100%; }

.woocommerce nav.woocommerce-pagination ul {
  border: none; }
  .woocommerce nav.woocommerce-pagination ul li {
    border-right: none; }
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
      border-radius: 8px;
      margin: 3px;
      padding: 7px 11px;
      font-size: 15px; }
    .woocommerce nav.woocommerce-pagination ul li a:active, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li span.current {
      color: #FFF;
      background: #00BFD6; }

@media (min-width: 992px) {
  .sidebar-shop.col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
    .sidebar-shop.col-lg-3 .toggle-sidebar-shop {
      display: none; }

  .shop-container.col-lg-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; } }
.sidebar-shop .widget {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  border-radius: 0;
  padding: 10px; }
  .sidebar-shop .widget .header {
    text-align: inherit;
    border-bottom: 1px solid #F2F2F2;
    line-height: 20px;
    cursor: pointer;
    transition: all 200ms ease-out; }
    .sidebar-shop .widget .header:before {
      display: none; }
    .sidebar-shop .widget .header h3 {
      font-size: 14px;
      position: relative; }
      .sidebar-shop .widget .header h3:after {
        font-family: IRANKala;
        content: "\E0B1\00FE0E";
        position: absolute;
        right: 0;
        top: -1px;
        color: #A3A3A3;
        transform: rotate(180deg);
        transition: all 200ms ease-out; }
    .sidebar-shop .widget .header.collapse {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
      .sidebar-shop .widget .header.collapse h3:after {
        top: 2px;
        transform: rotate(0deg); }
  .sidebar-shop .widget .checkbox:checked:before {
    top: -3px; }

.woocommerce .widget_layered_nav > ul,
.woocommerce .widget_rating_filter > ul {
  margin-right: -10px;
  margin-left: -10px;
  max-height: 256px;
  overflow-y: auto; }
  .woocommerce .widget_layered_nav > ul .wc-layered-nav-rating,
  .woocommerce .widget_layered_nav > ul .woocommerce-widget-layered-nav-list__item,
  .woocommerce .widget_rating_filter > ul .wc-layered-nav-rating,
  .woocommerce .widget_rating_filter > ul .woocommerce-widget-layered-nav-list__item {
    transition: all 200ms ease-out;
    padding-right: 10px;
    padding-left: 10px;
    position: relative; }
    .woocommerce .widget_layered_nav > ul .wc-layered-nav-rating:hover,
    .woocommerce .widget_layered_nav > ul .woocommerce-widget-layered-nav-list__item:hover,
    .woocommerce .widget_rating_filter > ul .wc-layered-nav-rating:hover,
    .woocommerce .widget_rating_filter > ul .woocommerce-widget-layered-nav-list__item:hover {
      background: #F9F9F9; }
    .woocommerce .widget_layered_nav > ul .wc-layered-nav-rating a,
    .woocommerce .widget_layered_nav > ul .woocommerce-widget-layered-nav-list__item a,
    .woocommerce .widget_rating_filter > ul .wc-layered-nav-rating a,
    .woocommerce .widget_rating_filter > ul .woocommerce-widget-layered-nav-list__item a {
      display: block; }
    .woocommerce .widget_layered_nav > ul .wc-layered-nav-rating .count,
    .woocommerce .widget_layered_nav > ul .woocommerce-widget-layered-nav-list__item .count,
    .woocommerce .widget_rating_filter > ul .wc-layered-nav-rating .count,
    .woocommerce .widget_rating_filter > ul .woocommerce-widget-layered-nav-list__item .count {
      position: absolute;
      right: 10px;
      top: 0; }
  .woocommerce .widget_layered_nav > ul .chosen a::before,
  .woocommerce .widget_layered_nav > ul .woocommerce-widget-layered-nav-list__item--chosen a::before,
  .woocommerce .widget_rating_filter > ul .chosen a::before,
  .woocommerce .widget_rating_filter > ul .woocommerce-widget-layered-nav-list__item--chosen a::before {
    display: none; }

.widget_layered_nav_filters li.chosen {
  padding-bottom: 5px !important; }
  .widget_layered_nav_filters li.chosen a {
    border: 1px solid #EEE;
    border-radius: 10px;
    padding: 0 10px;
    position: relative; }
    .widget_layered_nav_filters li.chosen a:before {
      display: none; }
    .widget_layered_nav_filters li.chosen a:after {
      font-family: IRANKala;
      content: "\E0E0\00FE0E";
      top: 1px;
      font-size: 11px;
      position: relative;
      margin-left: 7px;
      margin-right: 7px; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 1px;
  background-color: #C6C6C6;
  margin-top: 10px; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: #00BFD6; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #FFF;
  width: 16px;
  height: 16px;
  top: -7px; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:before {
  position: absolute;
  font-family: IRANKala;
  font-size: 18px;
  top: -5px;
  left: -2px;
  color: #858585; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:nth-of-type(1):before {
  content: "\E08C\00FE0E"; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:nth-of-type(2):before {
  content: "\E08B\00FE0E"; }
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  font-size: 12px;
  color: #858585;
  text-align: center; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    margin: 20px 0; }
    .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .label {
      display: none; }
    .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .dash {
      display: none; }
    .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from-wrapper, .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to-wrapper {
      width: 49%;
      display: inline-block;
      padding: 15px 0; }
      .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from-wrapper .from, .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from-wrapper .to, .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to-wrapper .from, .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to-wrapper .to {
        background: #FCFCFC;
        border-radius: 8px;
        padding: 2px 10px; }
    .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from-wrapper {
      border-right: 1px solid #F5F5F5; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    width: 100%;
    background: #00BFD6;
    border-color: #0091a3; }
    .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
      opacity: 0.95; }
    .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button .icon:before {
      font-family: IRANKala;
      content: "\E118\00FE0E";
      color: #FFF;
      font-style: normal;
      margin-right: 7px; }

.widget_product_categories .product-categories .cat-item {
  position: relative; }
  .widget_product_categories .product-categories .cat-item a {
    padding-left: 14px; }
  .widget_product_categories .product-categories .cat-item a:hover {
    color: #00BFD6; }
  .widget_product_categories .product-categories .cat-item .count {
    color: #AFB6BC; }
  .widget_product_categories .product-categories .cat-item:before {
    font-family: IRANKala;
    font-size: 10px;
    color: #828282;
    position: absolute;
    top: 2px; }
.widget_product_categories .product-categories > .cat-item:before {
  content: "\E0B7\00FE0E"; }
.widget_product_categories .product-categories > .cat-item > .children > .cat-item:before {
  content: "\E0B1\00FE0E"; }
.widget_product_categories .product-categories .current-cat > a {
  font-weight: bold; }
.widget_product_categories .showmore-button {
  text-align: center;
  background-color: #FCFCFC;
  border-top: 1px solid #F2F2F2;
  color: #828282;
  cursor: pointer;
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -10px; }
  .widget_product_categories .showmore-button:after {
    font-family: IRANKala;
    content: "\E0B0\00FE0E";
    position: absolute;
    top: 2px;
    margin-left: 5px;
    font-size: 6px; }
  .widget_product_categories .showmore-button.show:after {
    top: 0;
    transform: rotate(180deg); }

@media (max-width: 992px) {
  .sidebar-shop {
    display: none;
    position: fixed !important;
    z-index: 101;
    background-color: #F4F4F4;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    height: 100vh;
    padding: 10px;
    overflow: auto !important; }
    .sidebar-shop .toggle-sidebar-shop {
      background-color: #e9e9e9;
      width: calc(100% + 20px);
      padding-top: 10px;
      padding-left: 10px;
      margin: -10px -10px 10px -10px; }
      .sidebar-shop .toggle-sidebar-shop:before {
        font-family: IRANKala;
        content: "\E08D\00FE0E";
        font-size: 26px; }
    .sidebar-shop .widget {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 8px;
      border-color: #C8C7CC;
      padding-top: 15px;
      padding-bottom: 15px; }
      .sidebar-shop .widget .header h3:after {
        content: "\E0D9\00FE0E";
        font-weight: normal;
        font-size: 20px;
        transition: none;
        transform: none !important;
        top: 3px !important; }
    .sidebar-shop .widget.widget-instock-filter .switcher-slider,
    .sidebar-shop .widget.widget-fake-filter .switcher-slider {
      width: 45px;
      height: 28px;
      border: none; }
      .sidebar-shop .widget.widget-instock-filter .switcher-slider span,
      .sidebar-shop .widget.widget-fake-filter .switcher-slider span {
        height: 24px;
        width: 24px;
        border: none;
        -webkit-box-shadow: 0 4px 14px 4px rgba(0, 0, 0, 0.08), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.11), 0 1px 2px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 4px 14px 4px rgba(0, 0, 0, 0.08), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.11), 0 1px 2px 0 rgba(0, 0, 0, 0.07); }
    .sidebar-shop .widget.widget-instock-filter #instock-filter:checked + label .switcher-slider,
    .sidebar-shop .widget.widget-instock-filter #fake-filter:checked + label .switcher-slider,
    .sidebar-shop .widget.widget-fake-filter #instock-filter:checked + label .switcher-slider,
    .sidebar-shop .widget.widget-fake-filter #fake-filter:checked + label .switcher-slider {
      background-color: #6ab946;
      border-color: #6ab946; }
      .sidebar-shop .widget.widget-instock-filter #instock-filter:checked + label .switcher-slider span,
      .sidebar-shop .widget.widget-instock-filter #fake-filter:checked + label .switcher-slider span,
      .sidebar-shop .widget.widget-fake-filter #instock-filter:checked + label .switcher-slider span,
      .sidebar-shop .widget.widget-fake-filter #fake-filter:checked + label .switcher-slider span {
        left: 21px; }

  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 4px; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
    background-color: #6ab946; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
    box-shadow: none;
    background: #6ab946;
    width: 20px;
    height: 20px;
    top: -9px; }
    .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:before {
      display: none; }

  body.show-sidebar-shop .sidebar-shop {
    display: block; } }
body.woocommerce-cart .cart-empty-image {
  margin: auto;
  display: block; }
body.woocommerce-cart .cart-empty.woocommerce-info {
  border: none;
  background-color: transparent;
  color: #535353;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0; }
  body.woocommerce-cart .cart-empty.woocommerce-info:before {
    content: ''; }
body.woocommerce-cart .return-to-shop {
  text-align: center; }
  body.woocommerce-cart .return-to-shop .button {
    background: transparent;
    border: none;
    color: #00BFD6; }
    body.woocommerce-cart .return-to-shop .button:hover, body.woocommerce-cart .return-to-shop .button:active, body.woocommerce-cart .return-to-shop .button:focus {
      background: transparent;
      border: none;
      color: #00BFD6; }

body.woocommerce-cart:not(.cart-is-empty) .post-container .post-inner {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none; }
@media (max-width: 992px) {
  body.woocommerce-cart:not(.cart-is-empty) .post-container .post-inner .post-body {
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; } }

body.woocommerce-cart .cart-wrapper > div,
body.woocommerce-cart .totals-wrapper > div {
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
  padding: 10px !important;
  overflow: hidden; }
  body.woocommerce-cart .cart-wrapper > div table.shop_table,
  body.woocommerce-cart .totals-wrapper > div table.shop_table {
    border: none;
    margin: 0; }
  body.woocommerce-cart .cart-wrapper > div .blockOverlay,
  body.woocommerce-cart .totals-wrapper > div .blockOverlay {
    margin-left: -10px !important;
    margin-right: -10px !important;
    height: calc(100% + 1px) !important;
    width: calc(100% + 20px) !important; }
@media (max-width: 992px) {
  body.woocommerce-cart .cart-wrapper,
  body.woocommerce-cart .totals-wrapper {
    margin-bottom: 10px; } }

.woocommerce-cart-form table.shop_table {
  /*.product-remove {
      .remove {
          &:before {
              font-family: IRANKala;
              content: "\E1D3\00FE0E";
              font-size: 17px;
              color: #A1A3A8;
              font-weight: normal;
          }
          &:hover {
              background: transparent;
          }
      }
  }*/ }
  .woocommerce-cart-form table.shop_table td {
    padding-bottom: 26px;
    padding-top: 26px; }
  .woocommerce-cart-form table.shop_table .product-thumbnail img {
    width: 140px; }
  .woocommerce-cart-form table.shop_table .product-name {
    font-size: 16px;
    text-align: left; }
    .woocommerce-cart-form table.shop_table .product-name .variation {
      font-size: 13px;
      color: #777;
      margin-top: 10px; }
      .woocommerce-cart-form table.shop_table .product-name .variation dt {
        font-weight: normal; }
  .woocommerce-cart-form table.shop_table .product-quantity .qty {
    width: 64px;
    height: auto;
    padding: 6px; }
  .woocommerce-cart-form table.shop_table td.product-subtotal .item-discount {
    color: #EF394E;
    display: block;
    margin-bottom: 7px; }
  .woocommerce-cart-form table.shop_table td.product-subtotal .item-price {
    font-size: 16px;
    display: block; }
  .woocommerce-cart-form table.shop_table td.product-subtotal .woocommerce-Price-currencySymbol {
    font-weight: normal;
    font-size: 13px; }
  .woocommerce-cart-form table.shop_table td.actions .coupon #coupon_code {
    width: 124px; }

.cart-collaterals .cart_totals h2 {
  display: none; }
.cart-collaterals .cart_totals table.shop_table th {
  text-align: left;
  font-weight: normal; }
.cart-collaterals .cart_totals table.shop_table td {
  text-align: right; }
.cart-collaterals .cart_totals table.shop_table tr.cart-discount td {
  color: #EF394E; }
  .cart-collaterals .cart_totals table.shop_table tr.cart-discount td .woocommerce-remove-coupon {
    color: #7A7A7A; }
.cart-collaterals .cart_totals table.shop_table tr.order-total th, .cart-collaterals .cart_totals table.shop_table tr.order-total td {
  font-weight: bold;
  font-size: 18px; }
  .cart-collaterals .cart_totals table.shop_table tr.order-total th .woocommerce-Price-currencySymbol, .cart-collaterals .cart_totals table.shop_table tr.order-total td .woocommerce-Price-currencySymbol {
    font-size: 13px;
    font-weight: normal; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0; }
  .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    width: 100%; }

@media (max-width: 992px) {
  .cart-collaterals .cart_totals .shop_table .order-total td {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    right: 0;
    border: none;
    background: transparent;
    padding-top: 22px;
    padding-bottom: 22px; }
  .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #FFF;
    z-index: 99;
    padding: 15px 10px 0 10px;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.08); }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
      width: auto; } }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%; }

body.woocommerce-cart .cross-sells {
  margin-top: 20px; }

.woocommerce ul#shipping_method li input {
  margin-top: -3px; }

body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout .post-container .post-inner, body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).multistep-checkout .post-container .post-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  border: none; }
body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%; }
  body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout #customer_details .col-1 textarea.input-text, body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout #customer_details .col-2 textarea.input-text {
    height: 128px; }
body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .customer-details-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .order-review-wrapper {
  margin-bottom: 20px; }
  body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .customer-details-wrapper > div,
  body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .order-review-wrapper > div {
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
    padding: 10px !important;
    overflow: hidden; }
body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .order-review-wrapper #order_review_heading {
  display: none; }
body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .order-review-wrapper #order_review .shop_table {
  border: none; }
body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .order-review-wrapper #order_review #payment {
  background-color: rgba(245, 247, 250, 0.7); }
  body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .order-review-wrapper #order_review #payment div.payment_box {
    background-color: #EDF0F5;
    color: #8F96A0; }
    body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .order-review-wrapper #order_review #payment div.payment_box:before {
      border-bottom-color: #EDF0F5; }
  body.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay).custom-checkout form.woocommerce-checkout .order-review-wrapper #order_review #payment .place-order #place_order {
    width: 100%; }

#order_comments {
  height: 128px; }

#order_review .shop_table tr th:first-child, #order_review .shop_table tr td:first-child {
  text-align: left; }
#order_review .shop_table tr th:last-child, #order_review .shop_table tr td:last-child {
  text-align: right; }
#order_review .shop_table .product-total .item-discount {
  color: #EF394E;
  display: block;
  margin-bottom: 7px; }
#order_review .shop_table .product-total .item-price {
  font-size: 16px;
  display: block; }
#order_review .shop_table .product-total .woocommerce-Price-currencySymbol {
  font-weight: normal;
  font-size: 13px; }
#order_review .shop_table .cart-discount td {
  color: #EF394E; }
  #order_review .shop_table .cart-discount td .woocommerce-remove-coupon {
    color: #7A7A7A; }
#order_review .shop_table .order-total th, #order_review .shop_table .order-total td {
  font-weight: bold;
  font-size: 18px; }
  #order_review .shop_table .order-total th .woocommerce-Price-currencySymbol, #order_review .shop_table .order-total td .woocommerce-Price-currencySymbol {
    font-size: 13px;
    font-weight: normal; }

@media (max-width: 992px) {
  body.woocommerce-checkout.custom-checkout:not(.woocommerce-order-received) .post-container .post-inner .post-body {
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; } }
@media (max-width: 992px) {
  #order_review .woocommerce-checkout-review-order-table .order-total {
    /*th {
    	display: none;
    }
    td {
    	position: fixed;
    	bottom: 0;
    	z-index: 100;
    	right: 0;
    	border: none;
    	background: transparent;
    	padding-top: 22px;
    	padding-bottom: 22px;
    }*/ }
  #order_review .place-order-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #FFF;
    z-index: 99;
    padding: 15px 10px 0 10px;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.08); }
    #order_review .place-order-wrapper #place_order {
      width: auto !important;
      float: none;
      margin-bottom: 15px; } }
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.login,
body.woocommerce-checkout form.register {
  background: #FFF; }

.woocommerce-table--order-details {
  text-align: left; }

.place-order .woocommerce-privacy-policy-text p {
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 8px;
  background-color: #FFFDE4;
  border-color: #F6E8A1;
  color: #A37731; }
.place-order input[type="checkbox"] {
  margin: -8px 0px 0 0 !important;
  display: inline-block !important;
  border-radius: 2px !important; }
.place-order .woocommerce-terms-and-conditions-link,
.place-order .woocommerce-privacy-policy-link {
  color: #00BFD6;
  border-bottom: 1px dashed #00BFD6; }

#ship-to-different-address {
  font-size: 13px; }
  #ship-to-different-address input[type="checkbox"]:checked:before {
    top: -9px; }

#customer_details #createaccount {
  margin: -11px 0 0 0 !important;
  display: inline-block !important;
  border-radius: 2px !important; }

.woocommerce-billing-fields > h3 {
  font-size: 13px !important; }

.checkout-steps {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 4px;
  background: #D0D0D0;
  margin: 50px auto 65px auto; }
  .checkout-steps li.step a {
    position: relative;
    line-height: 64px; }
    .checkout-steps li.step a:before {
      content: '';
      width: 28px;
      height: 28px;
      background: #D0D0D0;
      border-radius: 50%;
      position: absolute;
      top: -14px; }
  .checkout-steps li.step:first-child a:before {
    left: 0; }
  .checkout-steps li.step:last-child a:before {
    right: 0; }
  .checkout-steps li.step:not(:first-child):not(:last-child) a:before {
    left: 0;
    right: 0;
    margin: auto; }
  .checkout-steps li.step.active a {
    color: #00BFD6; }
    .checkout-steps li.step.active a:before {
      background: #00BFD6; }

form.woocommerce-checkout + strong {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 100;
  font-size: 18px; }

@media (min-width: 992px) {
  form.woocommerce-checkout + strong {
    display: none; } }
@media (min-width: 992px) {
  .multistep-checkout-wrapper {
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
    padding: 20px !important;
    overflow: hidden; } }
.multistep-checkout-wrapper .woocommerce-form-login-toggle,
.multistep-checkout-wrapper .woocommerce-form-coupon-toggle {
  display: none; }
.multistep-checkout-wrapper .woocommerce-form-login,
.multistep-checkout-wrapper .woocommerce-form-coupon,
.multistep-checkout-wrapper #customer_details .col-1,
.multistep-checkout-wrapper #customer_details .col-2,
.multistep-checkout-wrapper .woocommerce-checkout-review-order-table,
.multistep-checkout-wrapper .woocommerce-checkout-payment {
  display: none; }
@media (max-width: 992px) {
  .multistep-checkout-wrapper form.woocommerce-checkout + strong {
    display: none; }
  .multistep-checkout-wrapper.step-payment form.woocommerce-checkout + strong {
    display: inline-block; } }
.multistep-checkout-wrapper .col2-set .col-1, .multistep-checkout-wrapper .col2-set .col-2 {
  float: none;
  width: 100%; }
.multistep-checkout-wrapper #order_review_heading {
  display: none; }
.multistep-checkout-wrapper .prev-next {
  text-align: center;
  padding-top: 15px; }
  .multistep-checkout-wrapper .prev-next li {
    display: inline-block; }
    .multistep-checkout-wrapper .prev-next li .btn {
      width: 126px; }
.multistep-checkout-wrapper .checkout_coupon.woocommerce-form-coupon.show {
  display: block !important; }

.post-body .woocommerce-order-details__title,
.post-body .woocommerce-column__title {
  font-size: 16px; }

.woocommerce-thankyou-order-received {
  position: relative;
  margin-bottom: 30px;
  background: transparent;
  border: none;
  text-align: center;
  margin-top: 60px;
  padding-top: 64px;
  color: #00BFD6; }
  .woocommerce-thankyou-order-received:before {
    font-family: IRANKala;
    content: "\E056\00FE0E";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    color: #00BFD6; }

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
  margin: -8px 0px 0 0 !important; }

@media (max-width: 768px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%; } }
#place_order {
  margin-top: 5px; }

body.single-product {
  background: #ffffff; }

.product-content div.product .product-main {
  background-color: #FFF;
  margin-bottom: 15px;
  width: 100%;
  padding: 30px 15px 15px 15px; }
  .product-content div.product .product-main span.onsale {
    width: calc(41% - 30px);
    font-size: 13px;
    text-align: inherit; }
  .product-content div.product .product-main .images {
    border-right: 1px solid #F4F4F4;
    padding-right: 15px;
    margin-bottom: 0;
    width: 39%; }
    .product-content div.product .product-main .images .flex-control-thumbs {
      margin-top: 30px;
      text-align: center; }
      .product-content div.product .product-main .images .flex-control-thumbs li {
        border: 1px solid #CCC;
        padding: 3px;
        border-radius: 8px;
        width: 70px;
        float: none;
        display: inline-block;
        margin: 3px; }
        .product-content div.product .product-main .images .flex-control-thumbs li img {
          width: auto; }
      .product-content div.product .product-main .images .flex-control-thumbs.owl-carousel .owl-item {
        height: 76px; }
      .product-content div.product .product-main .images .flex-control-thumbs.owl-carousel .owl-nav {
        height: 70px;
        font-size: 18px; }
        .product-content div.product .product-main .images .flex-control-thumbs.owl-carousel .owl-nav .owl-next, .product-content div.product .product-main .images .flex-control-thumbs.owl-carousel .owl-nav .owl-prev {
          height: 36px;
          width: 36px;
          border-radius: 50%;
          top: 50%;
          transform: translateY(-50%); }
  .product-content div.product .product-main div.summary {
    width: 59%;
    margin-bottom: 0; }
    .product-content div.product .product-main div.summary .product_title {
      font-size: 16px;
      color: #000;
      border-bottom: 1px solid #F2F2F2;
      padding-bottom: 15px;
      margin-bottom: 20px; }
    .product-content div.product .product-main div.summary .en-title {
      color: #C0C2C5;
      background-color: #FFF;
      position: relative;
      bottom: 37px;
      padding-right: 10px;
      font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif; }
    .product-content div.product .product-main div.summary .product_meta {
      margin-bottom: 15px; }
      .product-content div.product .product-main div.summary .product_meta a {
        color: #00BFD6;
        border-bottom: 1px dashed #00BFD6;
        line-height: 20px; }
      .product-content div.product .product-main div.summary .product_meta .posted_in, .product-content div.product .product-main div.summary .product_meta .tagged_as, .product-content div.product .product-main div.summary .product_meta .brands {
        display: block; }
    .product-content div.product .product-main div.summary .woocommerce-product-rating .woocommerce-review-link {
      color: #00BFD6; }
    .product-content div.product .product-main div.summary .woocommerce-product-details__short-description {
      margin: 10px 0; }
    .product-content div.product .product-main div.summary .services {
      border-top: 1px solid #F4F4F4;
      padding-top: 15px;
      margin-top: 15px; }
      .product-content div.product .product-main div.summary .services .col img {
        max-width: 28px;
        height: auto;
        filter: grayscale(100%);
        opacity: 0.65;
        margin-right: 5px; }
      .product-content div.product .product-main div.summary .services .col .title {
        color: #9B9B9B;
        font-size: 11px;
        line-height: 20px; }
    .product-content div.product .product-main div.summary .product-guaranteed {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      .product-content div.product .product-main div.summary .product-guaranteed .icon {
        color: #EF394E;
        font-size: 16px;
        margin-right: 7px;
        position: relative;
        top: 3px; }
    .product-content div.product .product-main div.summary .quantity .qty {
      height: 44px; }
    .product-content div.product .product-main div.summary .quantity .decrease-qty,
    .product-content div.product .product-main div.summary .quantity .increase-qty {
      width: 44px;
      height: 44px; }
    .product-content div.product .product-main div.summary .column-2 .inner {
      background-color: #F1F1F1;
      border: 1px solid #E4E4E4;
      border-radius: 8px;
      padding: 15px; }
      .product-content div.product .product-main div.summary .column-2 .inner .product-info-panel {
        margin: -15px -15px 20px -15px; }
        @media (max-width: 992px) {
          .product-content div.product .product-main div.summary .column-2 .inner .product-info-panel {
            margin: 15px 0; } }
      .product-content div.product .product-main div.summary .column-2 .inner .price {
        text-align: right; }
      .product-content div.product .product-main div.summary .column-2 .inner form.cart {
        margin-bottom: 0; }
        .product-content div.product .product-main div.summary .column-2 .inner form.cart .quantity {
          float: none;
          margin: 10px 0;
          display: flex; }
          .product-content div.product .product-main div.summary .column-2 .inner form.cart .quantity .qty {
            width: 100%; }
        .product-content div.product .product-main div.summary .column-2 .inner form.cart .add-to-cart-wrapper {
          display: block; }
          .product-content div.product .product-main div.summary .column-2 .inner form.cart .add-to-cart-wrapper .single_add_to_cart_button {
            height: 55px;
            font-size: 16px;
            border-radius: 10px; }
      .product-content div.product .product-main div.summary .column-2 .inner .cover-outofstock span {
        background: #F1F1F1; }
    .product-content div.product .product-main div.summary .product-seller {
      position: relative;
      line-height: 24px;
      border-bottom: 1px solid #E4E4E4;
      padding: 15px; }
      .product-content div.product .product-main div.summary .product-seller:before {
        font-family: IRANKala;
        content: "\E1C1\00FE0E";
        font-size: 24px;
        margin-right: 5px;
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        color: #9B9B9B; }
      .product-content div.product .product-main div.summary .product-seller:hover {
        background-color: #e9e9e9; }
      .product-content div.product .product-main div.summary .product-seller > div {
        padding-left: 32px;
        position: relative;
        cursor: pointer; }
        .product-content div.product .product-main div.summary .product-seller > div:after {
          position: absolute;
          content: '\E08C\00FE0E';
          font-family: IRANKala;
          font-size: 22px;
          color: #9b9b9b;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      .product-content div.product .product-main div.summary .product-seller .seller-name {
        display: inline-block; }
      .product-content div.product .product-main div.summary .product-seller .feature-seller {
        margin-left: 7px; }
      .product-content div.product .product-main div.summary .product-seller .seller-score {
        color: #00BFD6; }
    .product-content div.product .product-main div.summary .product-info {
      border-bottom: 1px solid #E4E4E4;
      padding: 10px 15px; }
      .product-content div.product .product-main div.summary .product-info .mdi {
        color: #9B9B9B;
        font-size: 24px;
        position: relative;
        top: 3px;
        margin-right: 10px; }
      .product-content div.product .product-main div.summary .product-info img {
        max-width: 20px;
        height: auto;
        margin-right: 10px; }
    .product-content div.product .product-main div.summary .product-info.stock {
      position: relative;
      padding: 15px;
      color: #535353 !important;
      font-size: 13px; }
      .product-content div.product .product-main div.summary .product-info.stock:before {
        font-family: IRANKala;
        content: "\E06E\00FE0E";
        font-size: 24px;
        margin-right: 5px;
        position: absolute;
        top: 20px;
        color: #00BFD6; }
      .product-content div.product .product-main div.summary .product-info.stock:hover {
        background-color: #e9e9e9; }
      .product-content div.product .product-main div.summary .product-info.stock > div {
        padding-left: 32px;
        position: relative;
        cursor: pointer; }
        .product-content div.product .product-main div.summary .product-info.stock > div:after {
          position: absolute;
          content: '\E08C\00FE0E';
          font-family: IRANKala;
          font-size: 22px;
          color: #9b9b9b;
          right: 0;
          top: 3px; }
        .product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder {
          margin-left: -20px; }
          .product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder .delivery-title {
            position: relative;
            padding-left: 15px;
            color: #62666d;
            font-size: 12px; }
            .product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder .delivery-title:after {
              content: '';
              border: 1px solid #ffffff;
              position: absolute;
              left: -3px;
              background: #00BFD6;
              border-radius: 50%;
              width: 8px;
              height: 8px;
              top: 50%;
              transform: translateY(-50%); }
            .product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder .delivery-title:before {
              content: '';
              width: 1px;
              height: 100%;
              background: #dadadd;
              top: 0;
              left: 0;
              position: absolute; }
          .product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder .delivery-title:last-child:before {
            height: 50%;
            top: 0; }
    .product-content div.product .product-main div.summary .product-info-more {
      display: none; }
      .product-content div.product .product-main div.summary .product-info-more .back-btn {
        cursor: pointer;
        color: #9b9b9b;
        background-color: #ececec;
        border-bottom: 1px solid #e4e4e4;
        font-weight: bold;
        padding: 10px 10px 10px 32px;
        position: relative; }
        .product-content div.product .product-main div.summary .product-info-more .back-btn:before {
          position: absolute;
          font-family: IRANKala;
          content: '\E08B\00FE0E';
          font-size: 22px;
          color: #9b9b9b;
          right: 0;
          top: 12px;
          font-weight: normal;
          left: 10px; }
      .product-content div.product .product-main div.summary .product-info-more .product-info-content {
        padding: 15px;
        background: #F5F5F5; }
    .product-content div.product .product-main div.summary .product-info-panel.show-info-more-stock .product-info-more-stock {
      display: block; }
    .product-content div.product .product-main div.summary .product-info-panel.show-info-more-seller .product-info-more-seller {
      display: block; }
    .product-content div.product .product-main div.summary .product-info-panel.show-info-more-stock .product-seller,
    .product-content div.product .product-main div.summary .product-info-panel.show-info-more-stock .product-info, .product-content div.product .product-main div.summary .product-info-panel.show-info-more-seller .product-seller,
    .product-content div.product .product-main div.summary .product-info-panel.show-info-more-seller .product-info {
      display: none; }
    .product-content div.product .product-main div.summary .price {
      height: auto;
      color: #EF394E;
      font-size: 28px;
      margin: 10px 0;
      text-align: left; }
      .product-content div.product .product-main div.summary .price .woocommerce-Price-currencySymbol {
        color: #EF394E;
        font-size: 13px;
        font-weight: normal; }
      .product-content div.product .product-main div.summary .price .discount-percent {
        font-size: 13px; }
      .product-content div.product .product-main div.summary .price del {
        font-size: 13px; }
      .product-content div.product .product-main div.summary .price ins {
        display: block;
        width: 100%;
        color: #EF394E;
        font-size: 28px; }
    .product-content div.product .product-main div.summary .woocommerce-variation-price .price {
      height: 68px; }
    .product-content div.product .product-main div.summary .stock:not(.product-info) {
      font-size: 13px; }
      .product-content div.product .product-main div.summary .stock:not(.product-info).in-stock {
        color: #6ab946; }
      .product-content div.product .product-main div.summary .stock:not(.product-info).out-of-stock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #969696;
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px; }
        .product-content div.product .product-main div.summary .stock:not(.product-info).out-of-stock:before, .product-content div.product .product-main div.summary .stock:not(.product-info).out-of-stock:after {
          content: "";
          margin: 17px 7px 0 7px;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          height: 1px;
          background: #969696; }
    .product-content div.product .product-main div.summary form.cart .add-to-cart-wrapper {
      display: inline-block; }
      .product-content div.product .product-main div.summary form.cart .add-to-cart-wrapper .single_add_to_cart_button {
        width: 100%;
        float: none; }
.product-content div.product.sale .images {
  padding-top: 43px; }
  .product-content div.product.sale .images .woocommerce-product-gallery__trigger {
    top: 1.5em; }

.product-content div.product .woocommerce-tabs {
  background: #FFF; }
  .product-content div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
    background: #ffffff;
    overflow: unset;
    border-bottom: 1px solid #e0e0e2;
            /*li.description_tab a:before,
            li.short-description_tab a:before {
                content: "\E116\00FE0E";
            }

            li.additional_information_tab a:before {
                content: "\E16B\00FE0E";
            }

            li.reviews_tab a:before {
                content: "\E0E4\00FE0E";
            }

            li.shipping_tab a:before {
                content: "\E05E\00FE0E";
            }

            li.seller_tab a:before {
                content: "\E1C1\00FE0E";
            }

            li.more_seller_product_tab a:before {
                content: "\E0A4\00FE0E";
            }*/ }
    .product-content div.product .woocommerce-tabs ul.tabs:before {
      border-bottom: none; }
    .product-content div.product .woocommerce-tabs ul.tabs li {
      border-radius: 0;
      background: transparent;
      border: none;
      padding: 0;
      margin: 0;
      float: left; }
      .product-content div.product .woocommerce-tabs ul.tabs li:before, .product-content div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
      .product-content div.product .woocommerce-tabs ul.tabs li.active a {
        border-bottom-color: #EF394E; }
        .product-content div.product .woocommerce-tabs ul.tabs li.active a:after {
          position: absolute;
          content: '';
          display: block;
          width: 100%;
          left: 0;
          height: 1px;
          bottom: -1px;
          background: #FFF; }
      .product-content div.product .woocommerce-tabs ul.tabs li a {
        padding: 5px 12px;
        font-size: 15px;
        font-weight: normal;
        border-bottom: 4px solid transparent;
        color: #6F6F6F !important;
        position: relative;
        /*&:before {
            font-family: IRANKala;
            content: "\E12E\00FE0E";
            color: #A4A4A4;
            font-size: 20px;
            position: absolute;
            left: 10px;
            top: 10px;
        }*/ }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 35px 0; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
      font-size: 18px;
      margin-bottom: 20px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    text-align: justify; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img {
      max-width: 100%;
      height: auto; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .alignright {
      float: right; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .alignleft {
      float: left; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .wp-caption {
      max-width: 100%; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .thumbnail-wrapper {
      text-align: center;
      margin-bottom: 20px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description a:not(.button) {
      border-bottom: 1px dashed #00BFD6;
      color: #00BFD6; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li:before {
      content: '\2022';
      float: left;
      margin-right: 5px;
      color: #EF394E;
      font-size: 22px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .expert {
      background: #FCFCFC;
      padding: 20px;
      margin-top: 20px; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .expert .icon {
        text-align: center; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .expert + .showmore-button {
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        position: relative;
        color: #00BFD6;
        margin-bottom: 30px; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .expert + .showmore-button:before {
          content: '';
          width: 100%;
          background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #FFF);
          position: absolute;
          top: -64px;
          height: 64px;
          left: 0; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .expert + .showmore-button.show:before {
          display: none; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes {
    border-spacing: 5px;
    border-collapse: separate;
    border-top: none; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes tbody th, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes tbody td {
      border-bottom: none;
      padding: 15px 10px;
      font-size: 13px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes th {
      width: 20%;
      font-weight: bold;
      color: #a1a3a8;
      background: transparent; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes td {
      font-style: normal;
      background: transparent; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes td p {
        padding: 0; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes .product_weight,
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes .product_dimensions {
      direction: ltr; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .group-attributes .attribute-group-row th {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
    color: #000; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .group-attributes .attribute-group-row th .icon {
      margin-right: 7px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .group-attributes .attribute-group-row th .mdi {
      font-size: 22px;
      color: #535353; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .group-attributes .attribute-group-row th .mdi:before {
        position: relative;
        top: 2px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .group-attributes .attribute-group-row th .group-title {
      font-weight: bold;
      font-size: 17px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .woocommerce-Reviews-title {
    font-size: 18px;
    margin-bottom: 20px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist {
    padding: 0; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment {
      border-bottom: 1px solid #e9e9e9; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review img.avatar, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment img.avatar {
        width: auto;
        height: auto;
        background: transparent; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .meta, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .meta {
        font-size: 13px; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .meta .woocommerce-review__awaiting-approval, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .meta .woocommerce-review__awaiting-approval {
          border: 1px solid transparent;
          padding: 10px;
          border-radius: 8px;
          background-color: #FFFDE4;
          border-color: #F6E8A1;
          color: #A37731; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .meta .woocommerce-review__verified, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .meta .woocommerce-review__verified {
          padding: 0 8px;
          background-color: #F0F0F1;
          border-radius: 8px;
          font-size: 10px;
          line-height: 16px;
          color: #81858B;
          display: inline-block;
          font-style: normal; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .meta .comment-reply-link, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .meta .comment-reply-link {
          color: #9BA4AB; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text {
        border: none;
        padding-top: 0;
        margin-left: 70px; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .description, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .description {
          text-align: justify; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion {
          padding: 5px 20px;
          display: inline-block;
          border-radius: 8px;
          margin-bottom: 15px; }
          .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion:before, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion:before {
            font-family: IRANKala;
            margin-right: 7px; }
          .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.recommended, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.recommended {
            background-color: #f1feff;
            border: 1px solid #c2f2f7;
            color: #1599a9; }
            .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.recommended:before, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.recommended:before {
              content: "\E145\00FE0E"; }
          .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.not-recommended, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.not-recommended {
            background-color: #fff8f9;
            border: 1px solid #ffbcc7;
            color: #ff637d; }
            .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.not-recommended:before, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.not-recommended:before {
              content: "\E155\00FE0E"; }
          .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.no-idea, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.no-idea {
            background-color: #fff9f2;
            border: 1px solid #fcdfbf;
            color: #dd7e19; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-title, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-title {
          font-weight: bold;
          margin-bottom: 10px;
          border-bottom: 1px solid #F3F3F3; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-evaluations, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-evaluations {
          display: flex;
          margin-bottom: 15px; }
          .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-evaluations span, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-evaluations span {
            display: inline-block;
            width: 120px; }
          .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-evaluations ul li, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-evaluations ul li {
            margin: 0;
            position: relative;
            text-indent: 14px; }
            .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-evaluations ul li:before, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-evaluations ul li:before {
              content: '';
              display: inline-block;
              width: 6px;
              height: 6px;
              border-radius: 50%;
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%); }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-advantage span, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-advantage span {
          color: #00BFD6; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-advantage ul li:before, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-advantage ul li:before {
          background: #00BFD6; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-disadvantage span, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-disadvantage span {
          color: #EF394E; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-disadvantage ul li:before, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-disadvantage ul li:before {
          background: #EF394E; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-like, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-like {
          margin-bottom: 15px;
          color: #8c8c8c; }
          .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-like a, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-like a {
            margin-left: 10px;
            border-radius: 8px;
            border: 1px solid #ededed;
            background: #fff;
            padding: 6px 13px;
            color: #8c8c8c;
            line-height: 16px; }
            .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-like a.active, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-like a.active {
              border-color: #6ab946; }
            .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-like a span:not(.count), .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-like a span:not(.count) {
              margin-right: 5px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #cancel-comment-reply-link {
    margin: 0 5px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #reply-title, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform #reply-title {
    font-size: 15px;
    font-weight: bold; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage,
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage,
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage {
    position: relative; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage label,
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage label, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage label,
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage label {
      position: relative;
      text-indent: 16px; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage label:before,
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage label:before, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage label:before,
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage label:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #00BFD6;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 11px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .add-point,
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .add-point, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .add-point,
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .add-point {
      display: none;
      position: absolute;
      right: 10px;
      top: 42px;
      font-size: 20px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage input.focused + .add-point,
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage input.focused + .add-point, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage input.focused + .add-point,
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage input.focused + .add-point {
      display: inline-block; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .dynamic-labels,
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .dynamic-labels, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .dynamic-labels,
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .dynamic-labels {
      display: block;
      width: 100%; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .dynamic-labels > span,
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .dynamic-labels > span, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .dynamic-labels > span,
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .dynamic-labels > span {
        display: block;
        width: 100%;
        border-radius: 8px;
        padding: 5px 10px;
        margin: 5px 0; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .dynamic-labels > span .remove,
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .dynamic-labels > span .remove, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .dynamic-labels > span .remove,
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .dynamic-labels > span .remove {
          font-size: 10px;
          float: right;
          position: relative;
          top: 12px;
          cursor: pointer; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .dynamic-labels span, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .dynamic-labels span {
    background-color: #edf6f7;
    color: #3a8c96; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .dynamic-labels span, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .dynamic-labels span {
    background-color: #fff3f4;
    color: #fb3449; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage label:before, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage label:before {
    background: #EF394E; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .comment-form-questions, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform .comment-form-questions {
    background-color: #fbfbfb;
    padding: 30px 15px;
    border-radius: 8px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .comment-form-questions ul li, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform .comment-form-questions ul li {
      display: inline-block;
      margin-right: 15px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .comment-form-rating .stars a, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform .comment-form-rating .stars a {
    color: #FFB518;
    font-size: 20px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .required, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform .required {
    color: #EF394E; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form textarea#comment, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform textarea#comment {
    height: 256px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form input[type="checkbox"]:checked:before, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform input[type="checkbox"]:checked:before {
    top: -3px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .form-submit, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform .form-submit {
    margin-top: 10px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .form-submit #submit, .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #commentform .form-submit #submit {
      background-color: #7A7A7A;
      color: #FFF;
      font-weight: normal;
      padding: 5px 20px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .vendor-page {
    font-size: 13px;
    color: #00BFD6;
    font-weight: normal; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller hr {
    border: none;
    border-top: 1px solid #F2F2F2; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .vendor-contact > div > div {
    display: flex;
    align-items: center; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .vendor-contact .icon {
    margin-right: 10px;
    font-size: 15px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .vendor-address {
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 20px 0;
    background: rgba(0, 191, 214, 0.07);
    border-radius: 8px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .vendor-address .icon {
      margin-right: 10px;
      font-size: 15px;
      color: #00BFD6; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .vendor-biography h4 {
    font-size: 15px; }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social {
    margin-top: 15px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li {
      display: inline-block; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li i {
        display: inline-block;
        border-radius: 8px;
        padding: 5px 7px;
        width: auto !important;
        font-size: 24px; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li i.fa-facebook-square {
          color: #3b5998;
          background: rgba(59, 89, 152, 0.15); }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li i.fa-google-plus-square {
          color: #dd4b39;
          background: rgba(221, 75, 57, 0.15); }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li i.fa-twitter-square {
          color: #55acee;
          background: rgba(85, 172, 238, 0.15); }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li i.fa-pinterest-square {
          color: #535353;
          background: rgba(83, 83, 83, 0.15); }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li i.fa-linkedin-square {
          color: #007bb5;
          background: rgba(0, 123, 181, 0.15); }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li i.fa-youtube-square {
          color: #bb0000;
          background: rgba(187, 0, 0, 0.15); }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li i.fa-instagram {
          color: #125688;
          background: rgba(18, 86, 136, 0.15); }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .store-social li i.fa-flickr {
          color: #ff0084;
          background: rgba(255, 0, 132, 0.15); }
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller_enquiry_form .col-md-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller_enquiry_form .col-md-10 .dokan-btn {
      margin-top: 10px; }

.product-content .up-sells > h2, .product-content .related > h2 {
  font-size: 18px;
  margin-bottom: 10px; }
.product-content .up-sells {
  margin-bottom: 20px; }

.product-content .short-attributes {
  margin: 15px 0; }
  .product-content .short-attributes .attributes-title {
    font-weight: bold; }
  .product-content .short-attributes ul li:before {
    content: "\2022";
    float: left;
    margin-right: 5px;
    color: #CCC;
    font-size: 22px;
    position: relative;
    top: 2px; }
  .product-content .short-attributes + .showmore-button {
    margin-top: -15px;
    color: #00BFD6;
    font-size: 12px;
    cursor: pointer; }
    .product-content .short-attributes + .showmore-button span {
      border-bottom: 1px dashed #00BFD6; }
.product-content .fake-text {
  color: #D5901F;
  margin: 20px 0;
  font-size: 12px;
  margin-right: 5px; }
  .product-content .fake-text:before {
    font-family: IRANKala;
    content: "\E1E6\00FE0E";
    margin-right: 5px; }
.product-content .additional-info {
  font-size: 11px;
  margin-top: 20px;
  line-height: 22px;
  display: flex;
  align-items: center; }
  .product-content .additional-info img {
    margin-right: 5px;
    width: 20px;
    height: 20px; }

.product-sku {
  color: #858585;
  text-align: center; }

.summary .product-sku {
  text-align: inherit;
  font-weight: bold; }

.woocommerce div.product form.cart .variations {
  margin-top: 10px; }
  .woocommerce div.product form.cart .variations td {
    vertical-align: middle; }
  .woocommerce div.product form.cart .variations select {
    margin: 0;
    height: 32px; }
  .woocommerce div.product form.cart .variations td.value > div {
    display: inline-block; }
    .woocommerce div.product form.cart .variations td.value > div input[type=radio] {
      display: none; }
    .woocommerce div.product form.cart .variations td.value > div label {
      cursor: pointer;
      border: 1px solid #DEDEDE;
      border-radius: 5px;
      color: #6F6F6F;
      padding: 0 10px;
      display: inline-block;
      margin: 0 5px 5px 0;
      background: #FFF;
      font-weight: normal; }
    .woocommerce div.product form.cart .variations td.value > div input[type=radio]:checked + label {
      border-color: #00BFD6; }

.product-main {
  position: relative; }
  .product-main .product-actions {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
    padding-top: 68px;
    z-index: 94; }
    .product-main .product-actions li {
      margin-bottom: 10px; }
      .product-main .product-actions li a:before {
        font-family: IRANKala;
        font-size: 18px;
        color: #9B9B9B; }
      .product-main .product-actions li a.favorites:before {
        content: "\E134\00FE0E"; }
      .product-main .product-actions li a.favorites.active:before {
        content: "\E133\00FE0E"; }
      .product-main .product-actions li a.share:before {
        content: "\E041\00FE0E"; }
      .product-main .product-actions li a.stats:before {
        content: "\E1BF\00FE0E"; }
      .product-main .product-actions li a.compare:before {
        content: "\E018\00FE0E"; }
      .product-main .product-actions li a.video:before {
        content: "\E177\00FE0E"; }
      .product-main .product-actions li a.active:before {
        color: #EF394E; }

#share-modal .modal-title {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #DFDFDF; }
#share-modal .share-text {
  margin: 15px 0 30px 0; }
#share-modal .share-buttons li {
  display: inline-block;
  margin-right: 16px; }
  #share-modal .share-buttons li a {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    position: relative; }
    #share-modal .share-buttons li a:before {
      font-family: IRANKala;
      font-size: 24px;
      line-height: 24px;
      color: #FFF;
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(50%, -40%); }
  #share-modal .share-buttons li .twitter {
    background: #4DCCEB; }
    #share-modal .share-buttons li .twitter:before {
      content: "\E117\00FE0E"; }
  #share-modal .share-buttons li .facebook {
    background: #4D8DEB; }
    #share-modal .share-buttons li .facebook:before {
      content: "\E09A\00FE0E"; }
  #share-modal .share-buttons li .whatsapp {
    background: #1BD741; }
    #share-modal .share-buttons li .whatsapp:before {
      content: "\E1E7\00FE0E"; }
  #share-modal .share-buttons li .telegram {
    background: #33a6dd; }
    #share-modal .share-buttons li .telegram:before {
      content: "\E1C6\00FE0E"; }
  #share-modal .share-buttons li .copy-url {
    background: #FFF;
    border: 1px solid #81858B;
    color: #81858B; }
    #share-modal .share-buttons li .copy-url:before {
      content: "\E079\00FE0E";
      color: #81858B; }

#price-chart-modal {
  max-width: 100%; }
  #price-chart-modal .modal-title {
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
    font-size: 16px; }

#video-modal {
  max-width: 70%; }
  @media (max-width: 768px) {
    #video-modal {
      max-width: 100%; } }

#feedback-modal .modal-title {
  font-size: 15px;
  margin-bottom: 15px; }

@media (max-width: 992px) {
  .product-content div.product .product-main {
    padding-left: 0 !important; }
    .product-content div.product .product-main .product-actions {
      left: 10px;
      top: 10px;
      padding: 0; }
      .product-content div.product .product-main .product-actions li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px; }
    .product-content div.product .product-main span.onsale {
      width: calc(100% - 20px); }
    .product-content div.product .product-main .images {
      border-right: none;
      padding-right: 0;
      padding-top: 34px;
      width: 100%; }
    .product-content div.product .product-main div.summary {
      width: 100%; }
  .product-content div.product.sale .product-actions {
    top: 53px; }
  .product-content div.product.sale .images {
    padding-top: 87px; }
    .product-content div.product.sale .images .woocommerce-product-gallery__trigger {
      top: 2.5em; } }
@media (max-width: 992px) {
  body.single-product {
    margin-bottom: 79px; }

  .product-content div.product .product-main {
    background-color: transparent;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    padding: 0; }
    .product-content div.product .product-main .gallery-container,
    .product-content div.product .product-main div.summary {
      border-radius: 10px;
      background-color: #FFF;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
      padding: 15px 20px;
      margin-bottom: 20px; }
      .product-content div.product .product-main .gallery-container .column-2 .inner,
      .product-content div.product .product-main div.summary .column-2 .inner {
        background: transparent;
        border: none;
        padding: 0; }
      .product-content div.product .product-main .gallery-container .add-to-cart-wrapper,
      .product-content div.product .product-main div.summary .add-to-cart-wrapper {
        border-radius: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        right: 0;
        z-index: 99;
        box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
        background-color: #FFF;
        padding: 12px; }

  .product-content div.product .woocommerce-tabs {
    background: transparent; }
    .product-content div.product .woocommerce-tabs ul.tabs {
      display: none; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel {
      border-radius: 10px;
      background-color: #FFF;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
      padding: 15px 20px;
      margin-bottom: 20px;
      display: block !important;
      height: 64px;
      overflow: hidden;
      position: relative; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel.expand {
        height: auto; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel .tab-title {
        display: block;
        font-size: 15px;
        margin-top: 2px;
        margin-right: 90px;
        height: 32px;
        line-height: 32px;
        overflow: hidden;
        margin-bottom: 20px; }
      .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel .tab-more {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #00BFD6;
        border-bottom: none !important; }
        .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel .tab-more:after {
          content: '\203A';
          font-size: 20px;
          position: relative;
          top: 1px;
          margin-left: 5px; }
    .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments .woocommerce-Reviews-title {
      display: none; } }
@media (min-width: 992px) {
  .product-main {
    padding-left: 40px !important; }

  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel .tab-title,
  .product-content div.product .woocommerce-tabs .woocommerce-Tabs-panel .tab-more {
    display: none; } }
@media (max-width: 992px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    float: none;
    width: 100%; }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: none;
    width: 100%; } }
.product-info-more-seller .seller-score-container {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  margin: 15px 0; }
  .product-info-more-seller .seller-score-container .seller-score strong {
    font-size: 16px; }
  .product-info-more-seller .seller-score-container .seller-register-date {
    color: #979797;
    font-size: 12px;
    margin: 0 7px; }
  .product-info-more-seller .seller-score-container .feedback-toggle {
    color: #979797;
    font-size: 18px; }
    .product-info-more-seller .seller-score-container .feedback-toggle span {
      position: relative;
      top: 4px; }
  .product-info-more-seller .seller-score-container .seller-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    margin-top: 15px; }
    .product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item {
      font-size: 11px; }
      .product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item .seller-feedback-item-percent {
        font-size: 24px;
        border-radius: 8px;
        padding: 8px 10px; }
      .product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item.green .seller-feedback-item-percent {
        color: #388e3c;
        background-color: #e8f5e9; }
      .product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item.yellow .seller-feedback-item-percent {
        color: #d99a00;
        background-color: #fff3e0; }
      .product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item.red .seller-feedback-item-percent {
        color: #c62828;
        background: #ffebee; }
.product-info-more-seller .seller-rating-container .seller-rate {
  margin-bottom: 10px; }
  .product-info-more-seller .seller-rating-container .seller-rate .seller-rate-percent {
    font-size: 16px; }
  .product-info-more-seller .seller-rating-container .seller-rate span {
    color: #979797;
    font-size: 12px; }
.product-info-more-seller .seller-rating-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.product-info-more-seller .seller-rating-container .seller-rating-label {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }
.product-info-more-seller .seller-rating-container .seller-rating-bar {
  position: relative;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  height: 8px;
  border-radius: 4px;
  background: #ccc; }
  .product-info-more-seller .seller-rating-container .seller-rating-bar .seller-rating-bar-inner {
    position: absolute;
    height: 8px;
    border-radius: 4px;
    left: 0;
    top: 0; }
.product-info-more-seller .seller-rating-container .very-green .seller-rating-bar-inner {
  background-color: #47ae4c; }
.product-info-more-seller .seller-rating-container .green .seller-rating-bar-inner {
  background-color: #7ed321; }
.product-info-more-seller .seller-rating-container .yellow .seller-rating-bar-inner {
  background-color: #ffea00; }
.product-info-more-seller .seller-rating-container .orange .seller-rating-bar-inner {
  background-color: #ff9100; }
.product-info-more-seller .seller-rating-container .red .seller-rating-bar-inner {
  background-color: #ec3131; }
.product-info-more-seller .seller-rating-container .seller-rating-percent {
  margin-left: 10px;
  width: 32px; }
.product-info-more-seller .seller-rating-container .line-graph-holder {
  overflow: hidden;
  height: 20px;
  border-radius: 10px; }
  .product-info-more-seller .seller-rating-container .line-graph-holder .line-graph-item {
    height: 20px; }
    .product-info-more-seller .seller-rating-container .line-graph-holder .line-graph-item.very-green {
      background-color: #47ae4c; }
    .product-info-more-seller .seller-rating-container .line-graph-holder .line-graph-item.green {
      background-color: #7ed321; }
    .product-info-more-seller .seller-rating-container .line-graph-holder .line-graph-item.yellow {
      background-color: #ffea00; }
    .product-info-more-seller .seller-rating-container .line-graph-holder .line-graph-item.orange {
      background-color: #ff9100; }
    .product-info-more-seller .seller-rating-container .line-graph-holder .line-graph-item.red {
      background-color: #ec3131; }
.product-info-more-seller .seller-rating-container .line-graph-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #81858b; }

.product-info-more-seller .product-info-content.new-style .seller-rate {
  justify-content: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px; }
  .product-info-more-seller .product-info-content.new-style .seller-rate .seller-rate-percent {
    font-size: 36px; }

.upsells.widget-products-slider,
.cross-sells.widget-products-slider {
  box-shadow: none;
  border: 1px solid #e0e0e2; }

body.irk-page-compare .post-container .post-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0; }
body.irk-page-compare .compare-table-wrapper .compare-table {
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #E4E4E4; }
  body.irk-page-compare .compare-table-wrapper .compare-table .add-compare {
    border: 5px dashed #D2D2D2;
    border-radius: 20px;
    color: #D2D2D2;
    text-align: center;
    padding: 80px 10px 30px 10px;
    position: relative; }
    body.irk-page-compare .compare-table-wrapper .compare-table .add-compare:before {
      font-family: IRANKala;
      content: "\E0A4\00FE0E";
      font-size: 64px;
      position: absolute;
      top: 40px;
      left: 50%;
      transform: translateX(-50%); }
  body.irk-page-compare .compare-table-wrapper .compare-table tbody th, body.irk-page-compare .compare-table-wrapper .compare-table tbody td {
    padding: 10px; }
  body.irk-page-compare .compare-table-wrapper .compare-table tbody th {
    background: #EAEAEA; }
  body.irk-page-compare .compare-table-wrapper .compare-table tbody td {
    text-align: center;
    background: #FFF; }
  body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td {
    position: relative;
    border-bottom: 2px solid #00BFD6; }
    body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td .remove-compare-item {
      position: absolute;
      left: 10px;
      top: 10px;
      background: #F5F5F5;
      border-radius: 100%;
      width: 30px;
      height: 30px;
      z-index: 2; }
      body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td .remove-compare-item:before {
        font-family: IRANKala;
        content: "\E0E0\00FE0E";
        color: #C0C0C0; }
    body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td .title {
      font-size: 13px;
      font-weight: normal;
      margin: 14px 0;
      overflow: hidden;
      min-height: 50px;
      height: 50px;
      line-height: 25px; }
    body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td .price {
      text-align: center;
      font-weight: normal;
      color: #EF394E;
      font-size: 15px;
      height: auto;
      margin-bottom: 10px; }
      body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td .price .discount-percent, body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td .price del {
        display: none; }
      body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td .price ins {
        font-weight: normal;
        color: #EF394E;
        font-size: 16px; }
      body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td .price .woocommerce-Price-currencySymbol {
        color: #EF394E;
        font-size: 15px; }
    body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td .btn {
      display: block;
      width: 100%;
      max-width: 200px;
      margin: auto;
      border-color: #0091a3; }
  body.irk-page-compare .compare-table-wrapper .compare-table tbody tr.product td:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #00BFD6;
    position: absolute;
    bottom: 0; }
  body.irk-page-compare .compare-table-wrapper .compare-table tbody tr td:not(:last-child) {
    border-right: 1px solid #E4E4E4; }

@media (max-width: 992px) {
  body.irk-page-compare .post-container .post-inner .post-body {
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; } }
#compare-modal {
  max-width: 1000px;
  padding: 0;
  overflow: hidden;
  background: #F8F8F8; }
  #compare-modal .search-header {
    background: #ECECEC;
    border-bottom: 1px solid #DEDEDE;
    padding: 20px 40px; }
    #compare-modal .search-header .compare-search {
      position: relative; }
      #compare-modal .search-header .compare-search:before {
        font-family: IRANKala;
        content: "\E131\00FE0E";
        left: 8px;
        top: 9px;
        position: absolute;
        z-index: 52;
        font-size: 24px;
        width: 36px;
        height: 36px; }
      #compare-modal .search-header .compare-search input[type=text] {
        padding-left: 40px; }
      #compare-modal .search-header .compare-search .product-cat {
        position: absolute;
        right: 0;
        border-radius: 0 8px 8px 0;
        width: auto;
        max-width: 120px;
        top: 0; }
  #compare-modal .search-results {
    height: 400px;
    overflow-y: auto;
    padding: 20px 40px; }
    #compare-modal .search-results .item {
      margin-bottom: 20px; }
      #compare-modal .search-results .item .inner {
        background-color: #FFF;
        border: 1px solid #E9E9E9;
        text-align: center;
        border-radius: 8px;
        padding: 10px; }
        #compare-modal .search-results .item .inner a {
          height: 64px;
          line-height: 32px;
          overflow: hidden;
          margin-top: 10px; }

body.error404 #main .container {
  text-align: center; }
  body.error404 #main .container ._404-text {
    font-size: 36px;
    margin-top: 64px;
    line-height: 64px;
    margin-bottom: 32px; }
  body.error404 #main .container .btn {
    border-color: #5fa73f; }

body.blog .archive-header,
body.archive .archive-header,
body.search .archive-header,
body.search-results .archive-header {
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px; }
  body.blog .archive-header .breadcrumb a,
  body.archive .archive-header .breadcrumb a,
  body.search .archive-header .breadcrumb a,
  body.search-results .archive-header .breadcrumb a {
    color: #AAA; }
  body.blog .archive-header .breadcrumb .delimiter,
  body.archive .archive-header .breadcrumb .delimiter,
  body.search .archive-header .breadcrumb .delimiter,
  body.search-results .archive-header .breadcrumb .delimiter {
    color: #EF394E;
    font-size: 21px;
    margin: 0 5px; }
  body.blog .archive-header .term-name,
  body.archive .archive-header .term-name,
  body.search .archive-header .term-name,
  body.search-results .archive-header .term-name {
    border-top: 1px solid #E1E0E0;
    margin-top: 15px;
    font-size: 18px;
    padding-top: 15px; }
  body.blog .archive-header .search-form,
  body.archive .archive-header .search-form,
  body.search .archive-header .search-form,
  body.search-results .archive-header .search-form {
    border-top: 1px solid #E1E0E0;
    margin-top: 15px;
    padding-top: 45px;
    padding-bottom: 30px;
    position: relative; }
    body.blog .archive-header .search-form:before,
    body.archive .archive-header .search-form:before,
    body.search .archive-header .search-form:before,
    body.search-results .archive-header .search-form:before {
      font-family: IRANKala;
      content: "\E131\00FE0E";
      left: 0;
      top: 55px;
      position: absolute;
      z-index: 52;
      color: #C3C7CA;
      font-size: 64px; }
    body.blog .archive-header .search-form input[type=search],
    body.archive .archive-header .search-form input[type=search],
    body.search .archive-header .search-form input[type=search],
    body.search-results .archive-header .search-form input[type=search] {
      border: none;
      font-size: 23px;
      padding: 0 0 0 74px;
      height: auto;
      color: #000; }
  body.blog .archive-header .media-header,
  body.archive .archive-header .media-header,
  body.search .archive-header .media-header,
  body.search-results .archive-header .media-header {
    display: flex;
    flex-direction: row;
    align-items: center; }
    body.blog .archive-header .media-header .term-icon,
    body.archive .archive-header .media-header .term-icon,
    body.search .archive-header .media-header .term-icon,
    body.search-results .archive-header .media-header .term-icon {
      margin-right: 20px;
      font-size: 80px;
      color: #C3C7CA;
      margin-top: 15px; }
    body.blog .archive-header .media-header .term-description,
    body.archive .archive-header .media-header .term-description,
    body.search .archive-header .media-header .term-description,
    body.search-results .archive-header .media-header .term-description {
      margin-top: 15px; }
    body.blog .archive-header .media-header .showmore-button,
    body.archive .archive-header .media-header .showmore-button,
    body.search .archive-header .media-header .showmore-button,
    body.search-results .archive-header .media-header .showmore-button {
      cursor: pointer;
      text-align: center;
      font-weight: bold;
      position: relative; }
      body.blog .archive-header .media-header .showmore-button:before,
      body.archive .archive-header .media-header .showmore-button:before,
      body.search .archive-header .media-header .showmore-button:before,
      body.search-results .archive-header .media-header .showmore-button:before {
        content: '';
        width: 100%;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #FFF);
        position: absolute;
        top: -64px;
        height: 64px;
        left: 0; }
      body.blog .archive-header .media-header .showmore-button.show:before,
      body.archive .archive-header .media-header .showmore-button.show:before,
      body.search .archive-header .media-header .showmore-button.show:before,
      body.search-results .archive-header .media-header .showmore-button.show:before {
        display: none; }
      body.blog .archive-header .media-header .showmore-button:after,
      body.archive .archive-header .media-header .showmore-button:after,
      body.search .archive-header .media-header .showmore-button:after,
      body.search-results .archive-header .media-header .showmore-button:after {
        font-family: IRANKala;
        content: "\E0B1\00FE0E";
        position: absolute;
        top: 2px;
        margin-left: 5px; }
      body.blog .archive-header .media-header .showmore-button.show:after,
      body.archive .archive-header .media-header .showmore-button.show:after,
      body.search .archive-header .media-header .showmore-button.show:after,
      body.search-results .archive-header .media-header .showmore-button.show:after {
        top: -3px;
        transform: rotate(180deg); }
  body.blog .archive-header .footer-content,
  body.archive .archive-header .footer-content,
  body.search .archive-header .footer-content,
  body.search-results .archive-header .footer-content {
    border-top: 1px solid #E1E0E0;
    margin-top: 15px;
    padding-top: 15px; }
    body.blog .archive-header .footer-content > div,
    body.archive .archive-header .footer-content > div,
    body.search .archive-header .footer-content > div,
    body.search-results .archive-header .footer-content > div {
      display: inline-block; }
    body.blog .archive-header .footer-content .post-filter #post-filter > div,
    body.archive .archive-header .footer-content .post-filter #post-filter > div,
    body.search .archive-header .footer-content .post-filter #post-filter > div,
    body.search-results .archive-header .footer-content .post-filter #post-filter > div {
      display: inline-block;
      width: 164px; }
    body.blog .archive-header .footer-content .post-filter .title,
    body.archive .archive-header .footer-content .post-filter .title,
    body.search .archive-header .footer-content .post-filter .title,
    body.search-results .archive-header .footer-content .post-filter .title {
      color: #949CA2; }
    body.blog .archive-header .footer-content .post-filter select,
    body.archive .archive-header .footer-content .post-filter select,
    body.search .archive-header .footer-content .post-filter select,
    body.search-results .archive-header .footer-content .post-filter select {
      border: none;
      border-bottom: 1px solid #CED4DA;
      border-radius: 0;
      padding: 0;
      height: auto;
      background: #FFF !important;
      width: auto; }
    body.blog .archive-header .footer-content .found-posts,
    body.archive .archive-header .footer-content .found-posts,
    body.search .archive-header .footer-content .found-posts,
    body.search-results .archive-header .footer-content .found-posts {
      color: #949CA2;
      float: right; }
      body.blog .archive-header .footer-content .found-posts strong,
      body.archive .archive-header .footer-content .found-posts strong,
      body.search .archive-header .footer-content .found-posts strong,
      body.search-results .archive-header .footer-content .found-posts strong {
        color: #535353; }
body.blog .posts .post-item .post-item-inner,
body.archive .posts .post-item .post-item-inner,
body.search .posts .post-item .post-item-inner,
body.search-results .posts .post-item .post-item-inner {
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px; }
  body.blog .posts .post-item .post-item-inner:hover,
  body.archive .posts .post-item .post-item-inner:hover,
  body.search .posts .post-item .post-item-inner:hover,
  body.search-results .posts .post-item .post-item-inner:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
    body.blog .posts .post-item .post-item-inner:hover .post-image:before,
    body.archive .posts .post-item .post-item-inner:hover .post-image:before,
    body.search .posts .post-item .post-item-inner:hover .post-image:before,
    body.search-results .posts .post-item .post-item-inner:hover .post-image:before {
      visibility: visible;
      opacity: 1; }
    body.blog .posts .post-item .post-item-inner:hover .post-image .mask,
    body.archive .posts .post-item .post-item-inner:hover .post-image .mask,
    body.search .posts .post-item .post-item-inner:hover .post-image .mask,
    body.search-results .posts .post-item .post-item-inner:hover .post-image .mask {
      top: 0 !important; }
    body.blog .posts .post-item .post-item-inner:hover .post-image .post-comments,
    body.archive .posts .post-item .post-item-inner:hover .post-image .post-comments,
    body.search .posts .post-item .post-item-inner:hover .post-image .post-comments,
    body.search-results .posts .post-item .post-item-inner:hover .post-image .post-comments {
      bottom: 0; }
    body.blog .posts .post-item .post-item-inner:hover .post-image .post-category,
    body.archive .posts .post-item .post-item-inner:hover .post-image .post-category,
    body.search .posts .post-item .post-item-inner:hover .post-image .post-category,
    body.search-results .posts .post-item .post-item-inner:hover .post-image .post-category {
      top: 10px; }
  body.blog .posts .post-item .post-item-inner .post-image,
  body.archive .posts .post-item .post-item-inner .post-image,
  body.search .posts .post-item .post-item-inner .post-image,
  body.search-results .posts .post-item .post-item-inner .post-image {
    margin: -10px -10px 0 -10px;
    position: relative;
    overflow: hidden; }
    body.blog .posts .post-item .post-item-inner .post-image:before,
    body.archive .posts .post-item .post-item-inner .post-image:before,
    body.search .posts .post-item .post-item-inner .post-image:before,
    body.search-results .posts .post-item .post-item-inner .post-image:before {
      position: absolute;
      font-family: IRANKala;
      font-size: 76px;
      color: #FFF;
      right: 50%;
      top: 50%;
      transform: translate(50%, -50%);
      z-index: 4;
      transition: all 200ms ease-out;
      opacity: 0;
      visibility: hidden; }
    body.blog .posts .post-item .post-item-inner .post-image .mask,
    body.archive .posts .post-item .post-item-inner .post-image .mask,
    body.search .posts .post-item .post-item-inner .post-image .mask,
    body.search-results .posts .post-item .post-item-inner .post-image .mask {
      display: inline-block;
      position: absolute;
      width: 100%;
      right: 0;
      bottom: 0;
      left: 0;
      top: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 3;
      transition: all 200ms ease-out;
      background: -webkit-gradient(linear, left bottom, left top, from(#2F2727), to(transparent));
      background: linear-gradient(to top, #2F2727, transparent); }
    body.blog .posts .post-item .post-item-inner .post-image .post-category,
    body.blog .posts .post-item .post-item-inner .post-image .post-comments,
    body.archive .posts .post-item .post-item-inner .post-image .post-category,
    body.archive .posts .post-item .post-item-inner .post-image .post-comments,
    body.search .posts .post-item .post-item-inner .post-image .post-category,
    body.search .posts .post-item .post-item-inner .post-image .post-comments,
    body.search-results .posts .post-item .post-item-inner .post-image .post-category,
    body.search-results .posts .post-item .post-item-inner .post-image .post-comments {
      font-size: 11px;
      position: absolute;
      color: #FFF;
      z-index: 4;
      left: 10px;
      transition: all 200ms ease-out;
      transition-duration: 100ms; }
    body.blog .posts .post-item .post-item-inner .post-image .post-comments,
    body.archive .posts .post-item .post-item-inner .post-image .post-comments,
    body.search .posts .post-item .post-item-inner .post-image .post-comments,
    body.search-results .posts .post-item .post-item-inner .post-image .post-comments {
      bottom: -26px; }
      body.blog .posts .post-item .post-item-inner .post-image .post-comments:before,
      body.archive .posts .post-item .post-item-inner .post-image .post-comments:before,
      body.search .posts .post-item .post-item-inner .post-image .post-comments:before,
      body.search-results .posts .post-item .post-item-inner .post-image .post-comments:before {
        font-family: IRANKala;
        content: "\E017\00FE0E";
        margin-right: 3px;
        font-size: 15px;
        position: relative;
        top: 4px; }
    body.blog .posts .post-item .post-item-inner .post-image .post-category,
    body.archive .posts .post-item .post-item-inner .post-image .post-category,
    body.search .posts .post-item .post-item-inner .post-image .post-category,
    body.search-results .posts .post-item .post-item-inner .post-image .post-category {
      top: -26px;
      display: inline-block;
      background: #00BFD6;
      color: #FFF;
      line-height: 26px;
      border-radius: 13px;
      padding: 0 10px; }
    body.blog .posts .post-item .post-item-inner .post-image .img-fluid,
    body.archive .posts .post-item .post-item-inner .post-image .img-fluid,
    body.search .posts .post-item .post-item-inner .post-image .img-fluid,
    body.search-results .posts .post-item .post-item-inner .post-image .img-fluid {
      width: 100%; }
  body.blog .posts .post-item .post-item-inner .post-title,
  body.archive .posts .post-item .post-item-inner .post-title,
  body.search .posts .post-item .post-item-inner .post-title,
  body.search-results .posts .post-item .post-item-inner .post-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative; }
    body.blog .posts .post-item .post-item-inner .post-title:after,
    body.archive .posts .post-item .post-item-inner .post-title:after,
    body.search .posts .post-item .post-item-inner .post-title:after,
    body.search-results .posts .post-item .post-item-inner .post-title:after {
      content: '';
      width: 50px;
      height: 2px;
      background: #00BFD6;
      position: absolute;
      bottom: -10px;
      left: calc(50% - 25px); }
    body.blog .posts .post-item .post-item-inner .post-title a,
    body.archive .posts .post-item .post-item-inner .post-title a,
    body.search .posts .post-item .post-item-inner .post-title a,
    body.search-results .posts .post-item .post-item-inner .post-title a {
      height: 64px;
      overflow-y: hidden;
      line-height: 32px; }
  body.blog .posts .post-item .post-item-inner .post-expert,
  body.archive .posts .post-item .post-item-inner .post-expert,
  body.search .posts .post-item .post-item-inner .post-expert,
  body.search-results .posts .post-item .post-item-inner .post-expert {
    height: 78px;
    overflow-y: hidden;
    line-height: 26px;
    font-size: 12px;
    color: #757575; }
  body.blog .posts .post-item .post-item-inner .post-meta,
  body.archive .posts .post-item .post-item-inner .post-meta,
  body.search .posts .post-item .post-item-inner .post-meta,
  body.search-results .posts .post-item .post-item-inner .post-meta {
    color: #AFB6BC;
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
    display: flex; }
    body.blog .posts .post-item .post-item-inner .post-meta .post-author,
    body.archive .posts .post-item .post-item-inner .post-meta .post-author,
    body.search .posts .post-item .post-item-inner .post-meta .post-author,
    body.search-results .posts .post-item .post-item-inner .post-meta .post-author {
      display: flex;
      align-items: center;
      margin-right: 7px; }
      body.blog .posts .post-item .post-item-inner .post-meta .post-author .avatar,
      body.archive .posts .post-item .post-item-inner .post-meta .post-author .avatar,
      body.search .posts .post-item .post-item-inner .post-meta .post-author .avatar,
      body.search-results .posts .post-item .post-item-inner .post-meta .post-author .avatar {
        border-radius: 50%;
        margin-right: 5px; }
    body.blog .posts .post-item .post-item-inner .post-meta .post-date,
    body.archive .posts .post-item .post-item-inner .post-meta .post-date,
    body.search .posts .post-item .post-item-inner .post-meta .post-date,
    body.search-results .posts .post-item .post-item-inner .post-meta .post-date {
      float: right; }
      body.blog .posts .post-item .post-item-inner .post-meta .post-date:before,
      body.archive .posts .post-item .post-item-inner .post-meta .post-date:before,
      body.search .posts .post-item .post-item-inner .post-meta .post-date:before,
      body.search-results .posts .post-item .post-item-inner .post-meta .post-date:before {
        font-family: IRANKala;
        content: '\E0DD\00FE0E';
        margin-right: 3px;
        position: relative;
        top: 2px; }
body.blog .posts .post-item.type-video .post-image:before,
body.archive .posts .post-item.type-video .post-image:before,
body.search .posts .post-item.type-video .post-image:before,
body.search-results .posts .post-item.type-video .post-image:before {
  content: "\E177\00FE0E"; }
body.blog .posts .post-item.type-podcast .post-image:before,
body.archive .posts .post-item.type-podcast .post-image:before,
body.search .posts .post-item.type-podcast .post-image:before,
body.search-results .posts .post-item.type-podcast .post-image:before {
  content: "\E02D\00FE0E"; }
body.blog .posts .post-item.type-text .post-image:before,
body.archive .posts .post-item.type-text .post-image:before,
body.search .posts .post-item.type-text .post-image:before,
body.search-results .posts .post-item.type-text .post-image:before {
  content: "\E1BA\00FE0E"; }
body.blog .pagination,
body.archive .pagination,
body.search .pagination,
body.search-results .pagination {
  text-align: center;
  margin-bottom: 15px; }
  body.blog .pagination .page-numbers,
  body.archive .pagination .page-numbers,
  body.search .pagination .page-numbers,
  body.search-results .pagination .page-numbers {
    display: inline-block;
    padding: 0 13px;
    line-height: 26px;
    border-radius: 16px; }
    body.blog .pagination .page-numbers.current,
    body.archive .pagination .page-numbers.current,
    body.search .pagination .page-numbers.current,
    body.search-results .pagination .page-numbers.current {
      border: 1px solid #00BFD6; }
    body.blog .pagination .page-numbers.prev, body.blog .pagination .page-numbers.next,
    body.archive .pagination .page-numbers.prev,
    body.archive .pagination .page-numbers.next,
    body.search .pagination .page-numbers.prev,
    body.search .pagination .page-numbers.next,
    body.search-results .pagination .page-numbers.prev,
    body.search-results .pagination .page-numbers.next {
      border: 1px solid rgba(222, 222, 222, 0.5); }
      body.blog .pagination .page-numbers.prev:before, body.blog .pagination .page-numbers.next:before,
      body.archive .pagination .page-numbers.prev:before,
      body.archive .pagination .page-numbers.next:before,
      body.search .pagination .page-numbers.prev:before,
      body.search .pagination .page-numbers.next:before,
      body.search-results .pagination .page-numbers.prev:before,
      body.search-results .pagination .page-numbers.next:before {
        font-size: 18px;
        color: rgba(108, 117, 113, 0.7); }
    body.blog .pagination .page-numbers.prev:before,
    body.archive .pagination .page-numbers.prev:before,
    body.search .pagination .page-numbers.prev:before,
    body.search-results .pagination .page-numbers.prev:before {
      content: "\2039"; }
    body.blog .pagination .page-numbers.next:before,
    body.archive .pagination .page-numbers.next:before,
    body.search .pagination .page-numbers.next:before,
    body.search-results .pagination .page-numbers.next:before {
      content: "\203A"; }
body.blog .no-posts,
body.archive .no-posts,
body.search .no-posts,
body.search-results .no-posts {
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 8px;
  background-color: #FFFDE4;
  border-color: #F6E8A1;
  color: #A37731; }

#quick-view-modal {
  min-height: 75%;
  position: relative; }
  @media (min-width: 768px) {
    #quick-view-modal {
      max-width: 65%; } }
  @media (max-width: 768px) {
    #quick-view-modal {
      width: 100%; } }
  #quick-view-modal .inner .loader-wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #quick-view-modal .product-image {
    border-right: 1px solid #EEEEEF;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      #quick-view-modal .product-image img {
        max-width: 128px;
        height: auto; } }
  #quick-view-modal .product-summary header {
    border-bottom: 1px solid #EEEEEF;
    margin-bottom: 20px; }
    #quick-view-modal .product-summary header .product-title {
      font-size: 20px;
      line-height: 32px; }
    #quick-view-modal .product-summary header .en-title {
      color: #98999C; }
  #quick-view-modal .product-summary .expert {
    text-align: justify;
    margin-bottom: 10px; }
  #quick-view-modal .product-summary .price {
    text-align: left; }
  #quick-view-modal .product-summary .quantity {
    display: inline-flex; }
    #quick-view-modal .product-summary .quantity .qty {
      width: 3.631em;
      text-align: center; }
    #quick-view-modal .product-summary .quantity .qty,
    #quick-view-modal .product-summary .quantity .decrease-qty,
    #quick-view-modal .product-summary .quantity .increase-qty {
      height: 44px; }
  #quick-view-modal .product-summary .stock.in-stock {
    color: #6ab946; }
  #quick-view-modal .product-summary .stock.out-of-stock {
    color: #969696; }
  #quick-view-modal .product-summary .stock.available-on-backorder {
    color: #00BFD6; }
  #quick-view-modal .product-summary .add-to-cart .added-message:before {
    font-family: IRANKala;
    content: "\E0D3\00FE0E";
    font-size: 10px;
    margin-right: 5px; }
  #quick-view-modal .product-summary .product-meta {
    border-top: 1px solid #EEEEEF;
    margin-top: 20px; }

.elementor-widget-woocommerce-products ul.products,
.elementor-widget-wc-categories ul.products {
  display: flex !important; }
  .elementor-widget-woocommerce-products ul.products li.product,
  .elementor-widget-wc-categories ul.products li.product {
    position: relative !important;
    padding: 35px 10px 10px 10px !important; }
    .elementor-widget-woocommerce-products ul.products li.product a.woocommerce-loop-product__link,
    .elementor-widget-wc-categories ul.products li.product a.woocommerce-loop-product__link {
      position: static !important; }

.mini-cart-content .elementor-menu-cart__product-image.product-thumbnail {
  max-width: 42px;
  height: auto;
  margin-right: 10px;
  float: left; }
.mini-cart-content .elementor-menu-cart__subtotal {
  padding: 10px;
  float: left;
  text-align: left; }
  .mini-cart-content .elementor-menu-cart__subtotal .amount {
    font-size: 18px;
    font-weight: bold;
    display: block; }
.mini-cart-content .elementor-menu-cart__footer-buttons {
  padding: 5px; }

.elementor-widget-container .site-description .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px; }
.elementor-widget-container .site-description .description {
  font-size: 12px;
  text-align: justify; }
.elementor-widget-container .site-description .showmore-button {
  color: #8e8e8e;
  cursor: pointer; }

.elementor-widget-irk-enamad .elementor-widget-container {
  text-align: center;
  display: block; }
  .elementor-widget-irk-enamad .elementor-widget-container a, .elementor-widget-irk-enamad .elementor-widget-container img {
    padding: 15px;
    border-radius: 8px;
    background: #f0f0f0;
    margin: 5px; }
  .elementor-widget-irk-enamad .elementor-widget-container a img {
    padding: 0;
    background: transparent;
    margin: 0; }

.elementor-widget-container .jump-to-top {
  margin-top: 0; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
#pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999999999; }
  #pre-loader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/**
** ball-scale
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #EF394E; }

.la-ball-scale-multiple.la-dark {
  color: #cb1026; }

.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-scale-multiple {
  width: 74px;
  height: 74px; }

.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -moz-animation: ball-scale-multiple 1s 0s linear infinite;
  -o-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite; }

.la-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s; }

.la-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s; }

.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px; }

.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px; }

.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px; }

.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px; }

.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px; }

.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: .75; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: .75; }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: .75; }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: .75; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/**
** ball-beat
 */
.la-ball-beat, .la-ball-beat > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-beat {
  display: block;
  font-size: 0;
  color: #EF394E; }

.la-ball-beat.la-dark {
  color: #333; }

.la-ball-beat > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-beat {
  width: 100px;
  height: 18px; }

.la-ball-beat > div {
  width: 15px;
  height: 15px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: ball-beat 0.7s -0.15s infinite linear;
  -moz-animation: ball-beat 0.7s -0.15s infinite linear;
  -o-animation: ball-beat 0.7s -0.15s infinite linear;
  animation: ball-beat 0.7s -0.15s infinite linear; }

.la-ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -.5s;
  -moz-animation-delay: -.5s;
  -o-animation-delay: -.5s;
  animation-delay: -0.5s; }

.la-ball-beat.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-beat.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-beat.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-beat.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-beat.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-beat.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

@-webkit-keyframes ball-beat {
  50% {
    opacity: .2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes ball-beat {
  50% {
    opacity: .2;
    -moz-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes ball-beat {
  50% {
    opacity: .2;
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-beat {
  50% {
    opacity: .2;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/**
** ball-circus
 */
.la-ball-circus,
.la-ball-circus > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-circus {
  display: block;
  font-size: 0;
  color: #EF394E; }

.la-ball-circus.la-dark {
  color: #333; }

.la-ball-circus > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-circus {
  width: 26px;
  height: 26px; }

.la-ball-circus > div {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 16px;
  width: 100%;
  height: 16px;
  height: 100%;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  -moz-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  -o-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1); }

.la-ball-circus > div:nth-child(1) {
  -webkit-animation-delay: 0s, -.5s;
  -moz-animation-delay: 0s, -.5s;
  -o-animation-delay: 0s, -.5s;
  animation-delay: 0s, -.5s; }

.la-ball-circus > div:nth-child(2) {
  -webkit-animation-delay: -.5s, -1s;
  -moz-animation-delay: -.5s, -1s;
  -o-animation-delay: -.5s, -1s;
  animation-delay: -.5s, -1s; }

.la-ball-circus > div:nth-child(3) {
  -webkit-animation-delay: -1s, -1.5s;
  -moz-animation-delay: -1s, -1.5s;
  -o-animation-delay: -1s, -1.5s;
  animation-delay: -1s, -1.5s; }

.la-ball-circus > div:nth-child(4) {
  -webkit-animation-delay: -1.5s, -2s;
  -moz-animation-delay: -1.5s, -2s;
  -o-animation-delay: -1.5s, -2s;
  animation-delay: -1.5s, -2s; }

.la-ball-circus > div:nth-child(5) {
  -webkit-animation-delay: -2s, -2.5s;
  -moz-animation-delay: -2s, -2.5s;
  -o-animation-delay: -2s, -2.5s;
  animation-delay: -2s, -2.5s; }

.la-ball-circus.la-sm {
  width: 8px;
  height: 8px; }

.la-ball-circus.la-sm > div {
  width: 8px;
  height: 8px; }

.la-ball-circus.la-2x {
  width: 32px;
  height: 32px; }

.la-ball-circus.la-2x > div {
  width: 32px;
  height: 32px; }

.la-ball-circus.la-3x {
  width: 48px;
  height: 48px; }

.la-ball-circus.la-3x > div {
  width: 48px;
  height: 48px; }

@-webkit-keyframes ball-circus-position {
  50% {
    left: 100%; } }
@-moz-keyframes ball-circus-position {
  50% {
    left: 100%; } }
@-o-keyframes ball-circus-position {
  50% {
    left: 100%; } }
@keyframes ball-circus-position {
  50% {
    left: 100%; } }
@-webkit-keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }
@-moz-keyframes ball-circus-size {
  50% {
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }
@-o-keyframes ball-circus-size {
  50% {
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }
@keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }
/**
** elastic-dots
 */
.la-ball-elastic-dots,
.la-ball-elastic-dots > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-elastic-dots {
  display: block;
  font-size: 0;
  color: #EF394E; }

.la-ball-elastic-dots.la-dark {
  color: #333; }

.la-ball-elastic-dots > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-elastic-dots {
  width: 160px;
  height: 20px;
  font-size: 0;
  text-align: center; }

.la-ball-elastic-dots > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  white-space: nowrap;
  border-radius: 100%;
  -webkit-animation: ball-elastic-dots-anim 1s infinite;
  -moz-animation: ball-elastic-dots-anim 1s infinite;
  -o-animation: ball-elastic-dots-anim 1s infinite;
  animation: ball-elastic-dots-anim 1s infinite; }

.la-ball-elastic-dots.la-sm {
  width: 60px;
  height: 4px; }

.la-ball-elastic-dots.la-sm > div {
  width: 4px;
  height: 4px; }

.la-ball-elastic-dots.la-2x {
  width: 240px;
  height: 20px; }

.la-ball-elastic-dots.la-2x > div {
  width: 20px;
  height: 20px; }

.la-ball-elastic-dots.la-3x {
  width: 360px;
  height: 30px; }

.la-ball-elastic-dots.la-3x > div {
  width: 30px;
  height: 30px; }

@-webkit-keyframes ball-elastic-dots-anim {
  0%,
    100% {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    margin: 0 5%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65); } }
@-moz-keyframes ball-elastic-dots-anim {
  0%,
    100% {
    margin: 0;
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    margin: 0 5%;
    -moz-transform: scale(0.65);
    transform: scale(0.65); } }
@-o-keyframes ball-elastic-dots-anim {
  0%,
    100% {
    margin: 0;
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    margin: 0 5%;
    -o-transform: scale(0.65);
    transform: scale(0.65); } }
@keyframes ball-elastic-dots-anim {
  0%,
    100% {
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    margin: 0 5%;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65); } }
/**
** clip-rotate
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-clip-rotate {
  display: block;
  font-size: 0;
  color: #EF394E; }

.la-ball-clip-rotate.la-dark {
  color: #333; }

.la-ball-clip-rotate > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-clip-rotate {
  width: 50px;
  height: 50px; }

.la-ball-clip-rotate > div {
  width: 50px;
  height: 50px;
  background: transparent;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 1s linear infinite;
  -moz-animation: ball-clip-rotate 1s linear infinite;
  -o-animation: ball-clip-rotate 1s linear infinite;
  animation: ball-clip-rotate 1s linear infinite; }

.la-ball-clip-rotate.la-sm {
  width: 16px;
  height: 16px; }

.la-ball-clip-rotate.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px; }

.la-ball-clip-rotate.la-2x {
  width: 64px;
  height: 64px; }

.la-ball-clip-rotate.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px; }

.la-ball-clip-rotate.la-3x {
  width: 96px;
  height: 96px; }

.la-ball-clip-rotate.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px; }

@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes ball-clip-rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes ball-clip-rotate {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 999999999 !important; }

.jq-toast-wrap * {
  margin: 0;
  padding: 0; }

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px; }

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px; }

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px; }

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px; }

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: white; }

.jq-toast-single h2 {
  font-size: 14px;
  margin: 0 0 7px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal; }

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  font-size: 12px; }

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px; }

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal; }

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer; }

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red; }

.jq-toast-loaded {
  width: 100%; }

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px; }

.jq-icon-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1; }

.jq-icon-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc; }

.jq-icon-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1; }

.jq-icon-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  color: #dff0d8;
  background-color: #6ab946;
  border-color: #d6e9c6; }

div.quantity {
  display: inline-flex;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  overflow: hidden; }
  div.quantity .decrease-qty,
  div.quantity .increase-qty {
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #717171;
    background: #ffffff; }
    div.quantity .decrease-qty span,
    div.quantity .increase-qty span {
      position: relative;
      top: 2px;
      font-size: 11px; }
  div.quantity .qty {
    display: inline-block;
    border-radius: 0;
    height: 38px;
    -moz-appearance: textfield;
    border: none; }
    div.quantity .qty::-webkit-outer-spin-button, div.quantity .qty::-webkit-inner-spin-button {
      -webkit-appearance: none; }

.comment-attributes {
  background: #FCFCFC;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px; }
  .comment-attributes .comment-attribute {
    margin-bottom: 15px;
    padding: 20px; }
  .comment-attributes .rating-slider {
    background: #D5D5D5;
    height: 6px;
    margin: 10px 0;
    position: relative; }
    .comment-attributes .rating-slider:before {
      content: attr(data-rate-title);
      position: absolute;
      left: 50%;
      top: 12px;
      transform: translateX(-50%);
      color: #9ba4ab;
      font-size: 11px; }
    .comment-attributes .rating-slider .slider-step {
      height: 12px;
      width: 12px;
      background: #D5D5D5;
      border: 2px solid #ffffff;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      top: -3px;
      cursor: pointer; }
      .comment-attributes .rating-slider .slider-step.active {
        background: #00BFD6; }
    .comment-attributes .rating-slider .slider-step-1 {
      left: -6px; }
    .comment-attributes .rating-slider .slider-step-2 {
      left: calc(25% - 6px); }
    .comment-attributes .rating-slider .slider-step-3 {
      left: calc(50% - 6px); }
    .comment-attributes .rating-slider .slider-step-4 {
      left: calc(75% - 6px); }
    .comment-attributes .rating-slider .slider-step-5 {
      left: calc(100% - 6px); }
    .comment-attributes .rating-slider .slider-base {
      position: absolute;
      height: 6px;
      background: #00BFD6;
      top: 0;
      left: 0;
      width: 50%;
      transition: all 400ms; }
    .comment-attributes .rating-slider .slider-handle {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #00BFD6;
      border-radius: 50%;
      left: calc(50% - 12px);
      top: -7px;
      position: absolute;
      transition: all 400ms;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      cursor: pointer; }

.comment-attribute-rating {
  background: #FCFCFC;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 576px) {
    .comment-attribute-rating {
      display: table; }
      .comment-attribute-rating > div {
        display: table-row; }
        .comment-attribute-rating > div > div {
          display: table-cell;
          padding: 10px; }
          .comment-attribute-rating > div > div .rating-general {
            width: 220px; } }
  .comment-attribute-rating .rating-general {
    background: #D5D5D5;
    height: 4px;
    border-radius: 2px;
    position: relative; }
    .comment-attribute-rating .rating-general .rating-value {
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      border-radius: 2px;
      background: #00BFD6; }
  .comment-attribute-rating .value-label {
    color: #9ba4ab; }

body.woocommerce-cart .post-title {
  font-weight: normal !important;
  padding-bottom: 0 !important; }
  body.woocommerce-cart .post-title a {
    border-bottom: 3px solid transparent;
    padding: 0 15px;
    display: inline-flex;
    align-items: center; }
    body.woocommerce-cart .post-title a.active {
      border-bottom-color: #EF394E;
      color: #EF394E; }
      body.woocommerce-cart .post-title a.active .count {
        background: #EF394E; }
    body.woocommerce-cart .post-title a .count {
      color: #f8f8f8;
      background-color: #999;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 7px;
      font-size: 13px; }
body.woocommerce-cart table.cart .add-next-shopping {
  color: #777;
  margin: 10px 0;
  font-size: 13px;
  display: inline-flex;
  align-items: center; }
  body.woocommerce-cart table.cart .add-next-shopping span {
    margin-right: 5px;
    font-size: 18px; }
body.woocommerce-cart .empty-next-shopping {
  text-align: center;
  color: #565b64; }
  body.woocommerce-cart .empty-next-shopping .empty-title {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0; }
  @media (min-width: 992px) {
    body.woocommerce-cart .empty-next-shopping .empty-content {
      margin: auto;
      width: 40%; } }
body.woocommerce-cart .next-shopping .table-wrapper > div, body.woocommerce-cart .next-shopping .side-wrapper > div {
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
  padding: 20px !important;
  overflow: hidden; }
body.woocommerce-cart .next-shopping .side-wrapper strong {
  font-size: 15px; }
body.woocommerce-cart .next-shopping .side-wrapper p {
  border-bottom: 1px solid #dfdfdf;
  margin: 15px 0;
  padding-bottom: 10px; }
body.woocommerce-cart .next-shopping .side-wrapper P + div {
  margin-bottom: 15px;
  text-align: center;
  color: #767a81; }
body.woocommerce-cart .next-shopping .side-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #EF394E;
  border-radius: 8px;
  color: #EF394E;
  font-size: 17px;
  padding: 10px; }
  body.woocommerce-cart .next-shopping .side-wrapper a span {
    font-size: 22px;
    margin-right: 7px; }
body.woocommerce-cart .next-shopping .add-all {
  text-align: right;
  margin-bottom: 20px; }
  body.woocommerce-cart .next-shopping .add-all .add-all-next-shopping-cart {
    color: #00BFD6;
    font-weight: bold; }
body.woocommerce-cart .next-shopping .next-shopping-table thead tr th,
body.woocommerce-cart .next-shopping .next-shopping-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ebe9eb; }
body.woocommerce-cart .next-shopping .next-shopping-table td {
  padding: 25px 0; }
body.woocommerce-cart .next-shopping .next-shopping-table .product-thumbnail img {
  width: 120px;
  height: auto; }
body.woocommerce-cart .next-shopping .next-shopping-table .product-name {
  font-size: 16px; }
body.woocommerce-cart .next-shopping .next-shopping-table .add--to--cart,
body.woocommerce-cart .next-shopping .next-shopping-table .remove-next-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 10px; }
  body.woocommerce-cart .next-shopping .next-shopping-table .add--to--cart span,
  body.woocommerce-cart .next-shopping .next-shopping-table .remove-next-shopping span {
    margin-right: 5px;
    font-size: 16px; }
body.woocommerce-cart .next-shopping .next-shopping-table .add--to--cart {
  color: #EF394E;
  border: 1px solid #eee;
  padding: 0 10px;
  border-radius: 8px;
  margin-right: 15px; }

.faqs-access {
  position: fixed;
  left: 15px;
  bottom: 15px;
  background: #ef5661;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 0 20px 20px 20px;
  z-index: 99999;
  transition: all 200ms ease-out; }
  .faqs-access.active {
    border-radius: 50%; }
    .faqs-access.active span.icon {
      font-size: 24px; }
      .faqs-access.active span.icon:before {
        content: '\E0C9\00FE0E'; }
  .faqs-access span.icon {
    font-size: 30px;
    color: #ffffff;
    position: relative;
    top: 6px; }

.faqs-container {
  position: fixed;
  left: 15px;
  bottom: 15px;
  background: #ffffff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 250px;
  z-index: 99999;
  font-size: 12px;
  overflow: hidden;
  transition: all 200ms ease-out;
  opacity: 0;
  visibility: hidden;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none; }
  @media (min-width: 992px) {
    .faqs-container {
      line-height: 20px; } }
  .faqs-container .faqs-welcoming {
    padding: 20px 10px 25px 10px;
    background: #ef5661;
    color: #ffffff;
    position: relative; }
    .faqs-container .faqs-welcoming span {
      position: absolute;
      right: 10px;
      top: 10px;
      color: #ffffff;
      font-size: 8px;
      cursor: pointer; }
  .faqs-container .faqs-box {
    max-height: 360px;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    top: -20px; }
    .faqs-container .faqs-box .faq-item {
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
      padding: 10px;
      background: #ffffff;
      border-radius: 3px; }
      .faqs-container .faqs-box .faq-item .faq-item-title {
        font-weight: bold;
        position: relative;
        cursor: pointer;
        padding-right: 7px; }
        .faqs-container .faqs-box .faq-item .faq-item-title:after {
          content: "\E0B1\00FE0E";
          font-family: IRANKala;
          position: absolute;
          right: -5px;
          top: 3px;
          color: #7f7f8f;
          transition: all 200ms ease-out; }
        .faqs-container .faqs-box .faq-item .faq-item-title.active:after {
          transform: rotate(180deg); }
      .faqs-container .faqs-box .faq-item .faq-item-content {
        display: none;
        border-top: 1px solid #eaeaea;
        padding-top: 10px;
        margin-top: 10px; }
    .faqs-container .faqs-box .faq-item:not(:last-child) {
      margin-bottom: 10px; }
  .faqs-container .faqs-link {
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 13px; }
    .faqs-container .faqs-link a {
      color: #00BFD6;
      border: 1px solid #00BFD6;
      padding: 5px 15px;
      border-radius: 22px;
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
      .faqs-container .faqs-link a:hover {
        color: #ffffff;
        background: #00BFD6; }

@media (max-width: 768px) {
  .faqs-container {
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0; } }
.faqs-access.active + .faqs-container {
  opacity: 1;
  visibility: visible;
  bottom: 75px; }

@media (max-width: 992px) {
  .download-app + .faqs-access {
    bottom: 70px; }

  .woocommerce-cart .faqs-access,
  .woocommerce-checkout .faqs-access,
  .single-product .faqs-access {
    bottom: 85px; } }
#dokan-other-vendor-camparison .vendor-camparison-title {
  font-size: 15px; }
#dokan-other-vendor-camparison .dokan-other-vendor-camparison-table {
  background: #ffffff;
  display: table; }
  #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row {
    display: table-row; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row.active {
      background: #f4fbff;
      outline: 1px solid #19bfd3; }
  #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row:not(:last-child):not(.active) .table-cell {
    border-bottom: 1px solid #e8e8e8; }
  #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell {
    display: table-cell;
    padding: 15px;
    vertical-align: middle; }
  #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.vendor > div {
    display: flex;
    align-items: center; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.vendor > div > div {
      line-height: 24px; }
  #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.vendor .icon {
    color: #9a9a9a;
    font-size: 24px;
    margin-right: 10px; }
  #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.stock {
    color: #535353; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.stock > div {
      display: flex;
      align-items: center; }
      #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.stock > div > div {
        line-height: 24px; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.stock .icon {
      font-size: 22px;
      margin-right: 10px; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.stock .delivery-title {
      color: #8d9096;
      font-size: 12px; }
  #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.action-area {
    text-align: right; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.action-area a {
      background: transparent;
      color: #EF394E;
      border-width: 2px;
      font-weight: bold; }
      #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.action-area a:hover {
        background: #EF394E;
        color: #ffffff; }

.other-sellers-row {
  border-top: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  cursor: pointer;
  margin-top: 10px; }
  .other-sellers-row .seller-row-info {
    font-weight: bold;
    color: #00BFD6; }

@media (max-width: 992px) {
  #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table {
    background: transparent;
    display: block; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row {
      display: block;
      border-radius: 10px;
      background-color: #FFF;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09); }
      #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row.active {
        outline: none; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row:not(:last-child) {
      margin-bottom: 15px; }
      #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row:not(:last-child) .table-cell {
        border-bottom: none; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell {
      display: block; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.vendor {
      position: relative; }
      #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.vendor:after {
        position: absolute;
        content: '\E08C\00FE0E';
        font-family: IRANKala;
        font-size: 22px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.price {
      float: left;
      border-bottom: none !important; }
    #dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-cell.stock {
      border-bottom: 1px solid #e8e8e8 !important; } }
.nav-tabs {
  background: #F8F8F8;
  border-right: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF; }
  .nav-tabs button {
    padding: 9px 12px;
    font-size: 15px;
    border: none;
    border-right: 1px solid #DFDFDF;
    border-top: 4px solid transparent;
    color: #6F6F6F;
    background: none;
    float: left; }
    .nav-tabs button.active {
      background: #ffffff;
      border-top-color: #00BFD6;
      border-bottom: 1px solid #fff;
      position: relative;
      z-index: 2; }
    .nav-tabs button .icon {
      color: #A4A4A4;
      font-size: 20px;
      position: relative;
      top: 5px; }

.tab-content .tab-pane {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #DFDFDF;
  position: relative;
  bottom: 1px; }
.tab-content .tab-pane:not(:first-child) {
  display: none; }

.bottom-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.05); }
  @media (min-width: 992px) {
    .bottom-navigation {
      display: none; } }
  .bottom-navigation .navigation-item {
    flex: 1 1 0;
    border-top: 1px solid #e2e2e2; }
    .bottom-navigation .navigation-item a {
      display: block;
      color: #7c7c7c;
      padding-top: 2px;
      line-height: 14px;
      border-top: 1px solid transparent;
      padding-bottom: 5px; }
      .bottom-navigation .navigation-item a .text {
        display: block; }
      .bottom-navigation .navigation-item a .icon {
        display: inline-block;
        font-size: 20px;
        position: relative;
        top: 6px;
        line-height: 10px;
        height: 28px; }
    .bottom-navigation .navigation-item.active {
      position: relative; }
      .bottom-navigation .navigation-item.active:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: -1px;
        background-color: #EF394E; }
      .bottom-navigation .navigation-item.active a {
        background: #f1f1f1;
        color: #000000; }
    .bottom-navigation .navigation-item.has-badge .icon:before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #EF394E;
      position: absolute;
      left: 0;
      top: 0;
      border: 2px solid #fff; }
    .bottom-navigation .navigation-item.navigation-item-account.has-badge .icon:before {
      background-color: #64D979; }

/*# sourceMappingURL=style.css.map */
