@charset "UTF-8";

/*
 * IIINJANEB
 * Copyright 2021 IIINJANEB
 * Theme Styles
 */
/*------------------------------------



------------------------------------*/
/* ----------------- CssReset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

a {
    text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    border: 0;
    font-family: inherit;
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    height: 13px;
    /* 3 */
    width: 13px;
    /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

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

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

code {
    direction: ltr;
    text-align: left;
}

/* ----------------- end CssReset */
/* .simplebar-track {
    right: auto;
    left: 0;
    padding: 0;
}

.simplebar-track .simplebar-scrollbar {
    width: 4px;
    background-color: #d1d0d0 !important;
    right: auto;
}

.simplebar-track .simplebar-scrollbar::before {
    background-color: transparent;
}

.simplebar-track.simplebar-horizontal {
    height: 5px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 100%;
    top: 0;
} */

.simplebar-track .simplebar-scrollbar {
    width: 4px;
    background-color: #e0e0e0 !important;
}

.simplebar-track .simplebar-scrollbar::before {
    background-color: transparent;
}

.simplebar-track.simplebar-horizontal {
    height: 4px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 100%;
    top: 0;
}

/**
*
*	Name:			IRANYekan Font
*	Version:			3.3
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Sep 17, 2020
*	Updated on:		Sep 17, 2020
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
&#1065;&#1027;&#1065;&#1026;&#1065;&#65533;&#1064;&#1028; &#1064;&#65533;&#1067;&#1034;&#1064;&#65533;&#1064;&#65533;&#1065;&#65533; &#1067;&#1034;&#1066;&#65533;&#1064;&#65533;&#1065;&#65533; &#1067;&#1034;&#1066;&#65533; &#1065;&#65533;&#1064;&#65533;&#1065;&#65533; &#1064;&#65533;&#1065;&#1027;&#1064;&#1030;&#1064;&#65533;&#1064;&#65533; &#1065;&#65533;&#1064;&#65533;&#1065;&#65533;&#1066;&#65533;&#1067;&#1034;&#1064;&#1028;&#1067;&#1034; &#1065;&#65533;&#1064;&#65533;&#1064;&#1110;&#1065;&#1026;&#1064;&#1025; &#1065;&#65533;&#1067;&#1034; &#1064;&#1169;&#1065;&#1026;&#1064;&#1031;. &#1064;&#65533;&#1065;&#65533;&#1064;&#1028; &#1064;&#1118;&#1066;&#1031;&#1064;&#65533;&#1065;&#65533;&#1067;&#1034; &#1064;&#65533;&#1064;&#1030; &#1065;&#65533;&#1065;&#1026;&#1064;&#65533;&#1065;&#65533;&#1067;&#1034;&#1065;&#65533; &#1064;&#65533;&#1064;&#1110;&#1064;&#1028;&#1065;&#1027;&#1064;&#65533;&#1064;&#1031;&#1065;&#65533; &#1064;&#65533;&#1064;&#1030; &#1064;&#65533;&#1067;&#1034;&#1065;&#65533; &#1065;&#1027;&#1065;&#1026;&#1065;&#65533;&#1064;&#1028; &#1065;&#65533;&#1064;&#65533; &#1065;&#65533;&#1064;&#65533;&#1065;&#1027;&#1064;&#65533; &#1064;&#1025;&#1065;&#65533; &#1065;&#1026;&#1064;&#1025; &#1064;&#1110;&#1064;&#65533;&#1067;&#1034;&#1064;&#1028; (&#1065;&#1027;&#1065;&#1026;&#1065;&#65533;&#1064;&#1028; &#1064;&#65533;&#1067;&#1034;&#1064;&#65533;&#1064;&#65533;&#1065;&#65533; &#1064;&#1031;&#1064;&#65533;&#1064;&#1028; &#1066;&#65533;&#1064;&#65533;&#1065;&#65533;) &#1065;&#65533;&#1064;&#65533;&#1064;&#65533;&#1064;&#65533;&#1064;&#8470;&#1065;&#65533; &#1065;&#65533;&#1065;&#65533;&#1064;&#65533;&#1067;&#1034;&#1067;&#1034;&#1064;&#1031;
--------------------------------------------------------------------------------------
IRANYekan fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (WYS2MK)
--------------------------------------------------------------------------------------
*
**/

/* --------------------
    Config
-------------------- */
:root {
    --color1: #04509C;
    --color2: #FCC415;
    --color3: #e6327c;
    --bg_light: #fdf9f6;
    --border_light: #f3efee;
    --bg_body: #fff;
    --bg_footer: #001832;
    --danger: #d53343;
    --bg_danger : #001831;
    --success : #28a745;
    --bg_success : #f4fff3;
    --bg_info:#cce5ff4a;
    --info:#004085cc;
}


@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iranyekan/eot/IRANYekanWebBold.eot");
    src: url("../fonts/iranyekan/eot/IRANYekanWebBold.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/IRANYekanWebBold.woff") format("woff"), url("../fonts/iranyekan/woff2/IRANYekanWebBold.woff2") format("woff2"), url("../fonts/iranyekan/ttf/IRANYekanWebBold.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/iranyekan/eot/IRANYekanWebThin.eot");
    src: url("../fonts/iranyekan/eot/IRANYekanWebThin.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/IRANYekanWebThin.woff") format("woff"), url("../fonts/iranyekan/woff2/IRANYekanWebThin.woff2") format("woff2"), url("../fonts/iranyekan/ttf/IRANYekanWebThin.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iranyekan/eot/IRANYekanWebLight.eot");
    src: url("../fonts/iranyekan/eot/IRANYekanWebLight.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/IRANYekanWebLight.woff") format("woff"), url("../fonts/iranyekan/woff2/IRANYekanWebLight.woff2") format("woff2"), url("../fonts/iranyekan/ttf/IRANYekanWebLight.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iranyekan/eot/IRANYekanWebRegular.eot");
    src: url("../fonts/iranyekan/eot/IRANYekanWebRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/IRANYekanWebRegular.woff") format("woff"), url("../fonts/iranyekan/woff2/IRANYekanWebRegular.woff2") format("woff2"), url("../fonts/iranyekan/ttf/IRANYekanWebRegular.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iranyekan/eot/IRANYekanWebMedium.eot");
    src: url("../fonts/iranyekan/eot/IRANYekanWebMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/IRANYekanWebMedium.woff") format("woff"), url("../fonts/iranyekan/woff2/IRANYekanWebMedium.woff2") format("woff2"), url("../fonts/iranyekan/ttf/IRANYekanWebMedium.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/iranyekan/eot/IRANYekanWebExtraBold.eot");
    src: url("../fonts/iranyekan/eot/IRANYekanWebExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/IRANYekanWebExtraBold.woff") format("woff"), url("../fonts/iranyekan/woff2/IRANYekanWebExtraBold.woff2") format("woff2"), url("../fonts/iranyekan/ttf/IRANYekanWebExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 850;
    src: url("../fonts/iranyekan/eot/IRANYekanWebBlack.eot");
    src: url("../fonts/iranyekan/eot/IRANYekanWebBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/IRANYekanWebBlack.woff") format("woff"), url("../fonts/iranyekan/woff2/IRANYekanWebBlack.woff2") format("woff2"), url("../fonts/iranyekan/ttf/IRANYekanWebBlack.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iranyekan/eot/IRANYekanWebExtraBlack.eot");
    src: url("../fonts/iranyekan/eot/IRANYekanWebExtraBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/IRANYekanWebExtraBlack.woff") format("woff"), url("../fonts/iranyekan/woff2/IRANYekanWebExtraBlack.woff2") format("woff2"), url("../fonts/iranyekan/ttf/IRANYekanWebExtraBlack.ttf") format("truetype");
}

@font-face {
    font-family: iranyekanfanum;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iranyekan/woff/iranyekanwebregularfanum.woff") format("woff");
}

/* ----------------- end IRANYekan */
html,
body {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: iranyekan, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-style: normal;
    overflow-x: hidden;
}

.ix3-wrapper {
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    text-align: right;
}

.ix3-wrapper .ix3-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    z-index: 0;
}

.brand a {
    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;
    font-size: 21px;
    position: relative;
}

.brand a i {
    position: absolute;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.brand.brand--sm a img {
    width: 70%;
}

/*
.brand.brand--dark a {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
*/

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.section-title h1,
.section-title h2,
.section-title .title--text {
    font-size: 19px;
    font-weight: bold;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}

.section-title h3 {
    font-size: 16px;
}

.section-title.has--subtitle {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}

.section-title.has--subtitle h2 {
    border-bottom: 0;
}

.section-title i {
    color: #979797;
    font-size: 24px;
    margin-left: 5px;
}

.section-divider {
    position: relative;
}

.section-divider::before,
.section-divider::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 10rem;
    height: 0.0625rem;
    opacity: .5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-divider::before {
    left: 110%;
    background-image: linear-gradient(45deg, #bdc5d1 0%, transparent 100%);
    background-repeat: repeat-x;
}

.section-divider::after {
    right: 110%;
    background-image: linear-gradient(45deg, transparent 0%, #bdc5d1 100%);
    background-repeat: repeat-x;
}

.ix3-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
}

.ix3-sticky.sticky-top {
    top: 0;
}

.ix3-sticky.sticky-box {
    background-color: #fff;
    padding: 10px 0;
}

.socials li a {
    color: #000;
    font-size: 24px;
}

.empty-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.empty-box .icon {
    margin-bottom: 20px;
}

.empty-box .icon i {
    font-size: 48px;
}

.empty-box .icon img {
    max-width: 100%;
}

.empty-box .message p {
    font-size: 16px;
    font-weight: bold;
}

.section-divider {
    position: relative;
}

.section-divider::before,
.section-divider::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 10rem;
    height: 0.0625rem;
    opacity: .5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-divider::before {
    left: 110%;
    background-image: linear-gradient(45deg, #bdc5d1 0%, transparent 100%);
    background-repeat: repeat-x;
}

.section-divider::after {
    right: 110%;
    background-image: linear-gradient(45deg, transparent 0%, #bdc5d1 100%);
    background-repeat: repeat-x;
}

.product-tab-title {
    margin-bottom: 30px;
}

.product-tab-title h2 {
    font-size: 21px;
    font-weight: bold;
}

.product-tab-title .subtitle {
    color: #666;
    font-size: 18px;
}

.expandable-text {
    height: 160px;
    overflow: hidden;
    position: relative;
}

.expandable-text .expandable-text_text p {
    color: #666;
    line-height: 35px;
    font-weight: 500;
}

.expandable-text .expandable-text_text img {
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 15px auto !important;
}

.expandable-text .expandable-text-expand-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 70px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #fff);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.expandable-text .expandable-text-expand-btn .show-less {
    display: none;
}

.expandable-text.active {
    height: auto !important;
    padding-bottom: 30px;
}

.expandable-text.active .expandable-text-expand-btn {
    background-image: unset;
}

.page--loading {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.container--md {
    max-width: 920px;
    margin: auto;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-normal {
    font-weight: 500 !important;
}

.rounded {
    border-radius: 7px;
}

.rounded-md {
    border-radius: 25px !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.fa-num {
    font-family: iranyekanfanum;
}

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

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

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

.text-justify {
    text-align: justify !important;
}

.text-danger {
    color: #f44336 !important;
}

.text-primary {
    color: #0d6efd;
}

.text-info {
    color: #4ac1c6;
}

.w-100 {
    width: 100% !important;
    max-width: 100% !important;
}

.link {
    background-color: transparent;
    color: #0d6efd;
    cursor: pointer;
}

.link--border {
    color: #212121;
    border-bottom: 1px solid #212121;
    font-size: 14px;
    font-weight: 600;
}

.link--border:hover {
    color: #0d6efd;
    border-color: #0d6efd;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.mb-fix {
    margin-bottom: 25px;
}

.text {
    font-weight: 500;
    line-height: 2;
}

.text-sm {
    font-size: 11px;
}

.text-md {
    font-size: 16px;
}

.text-lg {
    font-size: 21px;
}

.text-muted {
    color: #666;
}

.text-success {
    color: #f04d7d;
}

.text-warning {
    color: #f57f17 !important;
}

.text-danger {
    color: #f44336 !important;
}

.icon-lg {
    font-size: 28px;
}

.bg-white {
    background-color: #fff;
}

.bg-light,
.bg-default {
    background-color: #f5f5f5;
}

.bg-default {
    color: #212121;
}

.icon.icon-lg {
    font-size: 42px;
}

.border-0 {
    border: 0 !important;
}

.border {
    border: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.bg-transparent {
    background-color: transparent !important;
}

.box-shadow-md {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}

#toast-container {
    direction: rtl;
}

#toast-container>div,
#toast-container>div:hover {
    border-radius: 0 !important;
    box-shadow: unset !important;
}

.toast-close-button {
    position: relative;
    left: -.3em;
    right: auto;
    float: left;
    display: none !important;
}

.accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
}

.accordion .accordion-item .accordion-button {
    font-weight: bold;
    padding-bottom: 45px;
}

.accordion .accordion-item .accordion-button:focus {
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion .accordion-item .accordion-body {
    line-height: 2;
}

.accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert {
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 500;
}

.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    padding: 5px;
}

.badge.badge-dark {
    background-color: #000 !important;
    color: #fff !important;
}

.badge.badge-info {
    background-color: #e0f7fa !important;
    color: #41c1c6 !important;
}

.badge.badge-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.btn {
    display: inline-block;
    color: #000;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.btn-circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    border-radius: 50%;
}

.btn.btn-info {
    background-color: #00bcd4;
    color: #fff;
}

.btn.btn-primary {
    background-color: #0d6efd;
    color: #fff;
}

.btn.btn-success {
    background-color: #24e172;
    color: #fff;
}

.btn.btn-danger {
    background-color: #f44336;
    color: #fff;
}

.btn.btn-dark {
    background-color: #000;
    color: #fff;
}

.btn.btn-outline-light {
    background-color: #fff;
    border: 1px solid #eee;
}

.btn.btn-outline-dark {
    background-color: #fff;
    border: 1px solid #000;
}

.btn.btn-outline-dark:hover {
    color: #000;
}

.btn.btn-outline-success {
    background-color: #fff;
    border: 1px solid #f04d7d;
    color: #f04d7d;
}

.btn.btn-md {
    font-size: 18px;
}

.btn.btn-lg {
    font-size: 21px;
}

.btn.btn-block {
    width: 100%;
}

.btn.btn-rounded {
    border-radius: 5px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ix3-breadcrumb {
    overflow: auto;
}

.ix3-breadcrumb ul {
    padding-bottom: 15px;
    white-space: nowrap;
}

.ix3-breadcrumb ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.ix3-breadcrumb ul li::after {
    content: "\EA63";
    font-family: 'remixicon' !important;
    color: #666;
}

.ix3-breadcrumb ul li:last-child::after {
    display: none;
}

.ix3-breadcrumb ul li a {
    color: #666;
}

.ix3-breadcrumb ul li a:hover {
    color: #000;
}

/* ----------------- Card */
.ix3-card {
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.ix3-card .card-thumbnail {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ix3-card .card-thumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ix3-card .card-thumbnail a img {
    display: block;
    width: 100%;
    margin: auto;
}

.product-card-thumbnail-hover {
    position: relative;
}

.product-card-thumbnail-hover img {
    transition: all 0.2s ease-in-out;
}

.product-card-thumbnail-hover .img-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ix3-card:hover .product-card-thumbnail-hover .img-back {
    opacity: 1;
}

.ix3-card .card-thumbnail .product-discount {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 15px 0 15px 15px;
    color: #000;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
}

.ix3-card .card-thumbnail .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.ix3-card .card-thumbnail .buttons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    font-size: 21px;
    margin-bottom: 15px;
    position: relative;
    opacity: 0;
    left: -100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ix3-card .card-thumbnail .buttons a .ui-tooltip {
    position: absolute;
    top: auto;
    right: -15px;
    font-size: 12px;
    line-height: 1;
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    padding: 8px 9px 6px 9px;
    text-align: center;
    visibility: hidden;
    white-space: nowrap;
    -webkit-animation: shop_tooltip_hover_out .3s;
    animation: shop_tooltip_hover_out .3s;
}

.ix3-card .card-thumbnail .buttons a:hover .ui-tooltip {
    -webkit-animation: shop_tooltip_hover_in .3s;
    animation: shop_tooltip_hover_in .3s;
    visibility: visible;
}

.ix3-card .card-thumbnail .card-thumbnail--overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.03;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ix3-card .card-body {
    margin-top: 15px;
    padding: 0;
}

.ix3-card .card-body .card-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
}

.ix3-card .card-body .card-subtitle span {
    font-size: 18px;
    font-weight: 500;
}

.ix3-card .card-body .card-subtitle span a {
    color: #666;
}

.ix3-card .card-body .card-subtitle .product-price {
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
}

.ix3-card .card-body .card-subtitle .product-price .currency {
    font-size: 14px;
    margin-right: 5px;
}

.ix3-card .card-body .card-title span {
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}

.ix3-card .card-body .card-title span a {
    color: #000;
}

.ix3-card .card-body .product-price--old {
    color: #979797;
    text-decoration: line-through;
}

.ix3-card:hover .card-thumbnail .buttons a {
    left: 0;
    opacity: 1;
}

.ix3-card:hover .card-thumbnail .card-thumbnail--overlay {
    opacity: 0.09;
}

.special-sale {
    color: #f44336;
    font-weight: bold;
    text-align: center;
}

.special-sale .special-sale-header {
    border-bottom: 1px solid #f44336;
    padding: 5px 0;
    margin-bottom: 10px;
}

.special-sale .special-sale-timer {
    font-family: iranyekanfanum;
}

.special-sale .special-sale-timer .divider {
    margin-right: 5px;
    margin-left: 5px;
}

/* ----------------- end Card */
.ix3-comments .comment {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.ix3-comments .comment:last-child {
    margin-bottom: 0;
}

.ix3-comments .comment .comment-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ix3-comments .comment .comment-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #a2a2a2;
    margin-bottom: 25px;
}

.ix3-comments .comment .comment-author-info .comment-author-name {
    font-weight: 600;
}

.ix3-comments .comment .comment-author-info .comment-seller-name {
    font-weight: 600;
    margin-right: 5px;
}

.ix3-comments .comment .comment-text {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 2;
}

.ix3-comments .comment .comment-recom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    padding-right: 25px;
    position: relative;
}

.ix3-comments .comment .comment-recom::before {
    content: '';
    font-family: remixicon !important;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    right: 0;
}

.ix3-comments .comment .comment-recom.comment-recom--like::before {
    content: "\F207";
    color: #8caaec;
}

.ix3-comments .comment .comment-recom.comment-recom--dislike::before {
    content: "\F205";
    color: #f04d7d;
}

/*-----------------------------
    modal
-----------------------------*/
.dialog-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.dialog-wrapper .dialog {
    background: #fff;
    color: #000;
    position: relative;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: auto;
    padding: 20px;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 201;
}

.dialog-wrapper .dialog.dialog-xs {
    min-width: 400px;
}

.dialog-wrapper .dialog.dialog-lg {
    min-width: 992px;
}

.dialog-wrapper .dialog .dialog-close {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    margin: 0;
    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;
    background: inherit;
    font-size: 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 200;
    border: 0;
}

.dialog-wrapper .dialog .dialog-header {
    font-size: 19px;
}

.dialog-wrapper .dialog .dialog-header h2 {
    font-size: inherit;
}

.dialog-wrapper .dialog-backdrop {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.dialog-wrapper .dialog-backdrop.blur {
    -webkit-backdrop-filter: saturate(180%) blur(15px);
    backdrop-filter: saturate(180%) blur(15px);
}

.dialog-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.dialog-wrapper.open .dialog {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ----------------- Form */
.ix3-form-row .ui-input,
.ix3-form-row .ui-textarea {
    background-color: transparent;
    width: 100%;
    height: 35px;
    padding-right: 30px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single-product .comments-product-attributes-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px
}

.single-product .comments-product-attributes .slider.slider-horizontal {
    width: 70%
}

.single-product .comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
    background: #d5d5d5;
    height: 5px
}

.single-product .comments-product-attributes .slider-selection.tick-slider-selection {
    background: #35ccde
}

.single-product .comments-product-attributes .slider-tick {
    width: 12px;
    height: 12px;
    background: silver;
    border: 2px solid #fcfcfc;
    top: 2px
}

.single-product .comments-product-attributes .slider-tick.in-selection {
    width: 12px;
    height: 12px;
    border: 2px solid #fcfcfc;
    background-color: #35ccde;
    top: 2px
}

.single-product .comments-product-attributes .slider-handle {
    width: 19px;
    height: 19px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #35ccde;
    top: -3px
}

.form-comment-dynamic-labels {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px
}

.ui-dynamic-label {
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    border-radius: 8px;
    padding: 8px 14px 8px 38px;
    background: #ccc
}

.ui-dynamic-label--positive {
    background-color: #edf6f7;
    color: #3a8c96
}

.ui-dynamic-label--negative {
    background-color: #fff3f4;
    color: #fb3449
}

.form-comment-dynamic-labels .ui-dynamic-label {
    margin-top: 12px
}

.ui-dynamic-label-remove {
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0;
    border: none;
    color: inherit;
    cursor: pointer
}

.ui-dynamic-label-remove:before {
    content: "\EB99";
    font-family: remixicon!important;
    font-size: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.custom-control-input {
    right: 0;
    left: auto
}

.ix3-form-row .ui-input-point {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #3c3c3c;
    border: 1px solid #3c3c3c;
    background-color: #fff
}

.ix3-form-row .ui-input.ui-default,
.ix3-form-row .ui-textarea.ui-default {
    background-color: #fff;
    border: 1px solid #eee;
    line-height: 50px;
    min-height: 50px;
}

.ix3-form-row .ui-input[disabled] {
    background-color: #f5f5f5;
}

.ix3-form-row .ui-input.ui-input--verify {
    direction: ltr;
    padding-left: 90px;
    padding-right: 10px;
    padding-bottom: 5px;
    letter-spacing: 32px;
    font-size: 28px;
    text-align: left;
}

.ix3-form-row .ui-input.ui-input-lg {
    font-size: 18px;
}

.ix3-form-row .ui-input.h-fixed-select {
    height: 40px;
}

.ix3-form-row .ui-input--border-light {
    border-color: #c5c5c5;
}

.ix3-form-row .ui-textarea {
    height: auto !important;
    font-family: inherit;
}

.ix3-form-row .ui-input-separators {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    width: 155px;
    padding: 0 20px;
    margin: auto;
}

.ix3-form-row .ui-input-separators .ui-input-separator {
    color: #7b7b7b;
    font-size: 13px;
    font-size: .812rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.92;
}

.ix3-form-row .ui-input-code {
    direction: ltr;
    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;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.ix3-form-row .ui-input-code input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-left: 5px;
    font-family: iranyekanfanum;
}

.ix3-form-row .ui-input-code .divider {
    font-size: 28px;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}

.ix3-form-row .select2-container {
    width: 100% !important;
}

.ix3-form-row .label--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 90px;
    font-weight: bold;
}

.ix3-form-row.with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.ix3-form-row.with-icon i {
    position: absolute;
    left: 0;
    color: #000;
    font-size: 20px;
}

.ix3-form-row.with-icon.icon--right i {
    right: 0;
    left: auto;
}

.ix3-form-row.with-icon.icon--right i {
    color: #c5c5c5;
}

.ix3-custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5rem;
}

.ix3-custom-control .ix3-custom-control-input {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.ix3-custom-control .ix3-custom-control-input:checked~.ix3-custom-control-label::after {
    content: "\EB7B";
}

.ix3-custom-control .ix3-custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    font-weight: 500;
}

.ix3-custom-control .ix3-custom-control-label::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #f9f9f9;
    border: .5px solid #e5e5e5;
    border-radius: 5px;
}

.ix3-custom-control .ix3-custom-control-label::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1.5rem;
    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: 1rem;
    height: 1rem;
    content: "";
    font-family: remixicon !important;
    font-weight: bold;
    padding-top: 1px;
}

.form-imagecheck {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.form-imagecheck input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-imagecheck .form-imagecheck-figure {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e6e8e9;
    border-radius: 10px;
}

.form-imagecheck .form-imagecheck-figure::before {
    content: "";
    position: absolute;
    top: .25rem;
    left: .25rem;
    z-index: 1;
    display: block;
    width: 1rem;
    height: 1rem;
    color: #fff;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #e6e8e9;
    border-radius: 3px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.form-imagecheck .form-imagecheck-figure .form-imagecheck-image {
    max-width: 100%;
    display: block;
    opacity: .64;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.form-imagecheck .form-imagecheck-figure .form-imagecheck-image:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.form-imagecheck .form-imagecheck-figure .form-imagecheck-image:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-imagecheck .form-imagecheck-input:checked~.form-imagecheck-figure .form-imagecheck-image,
.form-imagecheck .form-imagecheck-input:focus~.form-imagecheck-figure .form-imagecheck-image,
.form-imagecheck .form-imagecheck:hover .form-imagecheck-image {
    opacity: 1;
}

.form-imagecheck .form-imagecheck-input:checked~.form-imagecheck-figure:before {
    background-color: #206bc4;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
    background-repeat: repeat;
    background-position: center;
    background-size: 1rem;
    border-color: rgba(101, 109, 119, 0.24);
}

.invalid-feedback {
    font-size: 13px;
    color: #f44336;
}

.num-block {
    width: 100%;
}

.num-block .num-in {
    width: 94px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.num-block .num-in span {
    display: block;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.num-block .num-in span.dis:before {
    opacity: .3;
}

.num-block .num-in span.minus:before {
    content: "\F1AF";
    font-family: remixicon !important;
}

.num-block .num-in span.plus:after {
    content: "\EA13";
    font-family: remixicon !important;
}

.num-block .num-in input {
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    color: #000;
    text-align: center;
    padding: 0;
    font-family: iranyekanfanum;
}

.filter-range {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-range li {
    width: 50%;
    text-align: center;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    letter-spacing: .3px;
    color: #858585;
    padding: 13px 15px 20px;
    position: relative;
}

.filter-range li span {
    position: absolute;
    top: 95%;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    left: 20px;
    font-size: 13px;
    font-weight: 700;
}

.filter-range input[type=text] {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    margin: 6px 0;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 700;
}

.filter-price {
    text-align: center;
    min-height: 140px;
}

.filter-slider {
    padding: 18px 18px 18px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-horizontal {
    height: 4px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.noUi-target {
    background-color: #c4c4c4;
    border: 0;
}

.noUi-connect,
.noUi-origin {
    left: 0;
}

.noUi-connect {
    background-color: #000;
}

.noUi-horizontal .noUi-handle {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    top: -9px;
    left: 0;
    right: -12px;
    background-color: #000;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    cursor: pointer;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
    display: none;
}

.ui-input-color {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
}

.ui-input-color input {
    display: none;
}

.ui-input-color input:checked~label::before {
    content: "\EAB5";
}

.ui-input-color label {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #eee;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.ui-input-color label::before {
    content: '';
    font-family: 'micon';
    font-weight: bold;
    color: #edb2b2;
}

.ui-input-color label:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ----------------- end Form */
.ix3-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ix3-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.ix3-list li a.has-counter {
    position: relative;
}

.ix3-list li a.has-counter .counter {
    position: absolute;
    top: -11px;
    right: -9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.item--counter {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ix3-list li.cart {
    position: relative;
}

.ix3-list li.cart .cart-dropdown {
    position: absolute;
    top: 150%;
    right: 0;
    min-width: 380px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10;
}

.ix3-list li.cart .cart-dropdown li {
    margin-left: 0;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--header,
.ix3-list li.cart .cart-dropdown .cart-dropdown--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--header {
    border-bottom: 2px solid #eee;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--header a {
    font-size: 14px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--footer {
    border-top: 2px solid #eee;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--footer .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--footer .total .total--label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--footer .total .value {
    font-size: 21px;
    font-weight: 700;
    margin-left: 5px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--footer .btn {
    padding: 15px 30px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul {
    padding: 0 15px;
    max-height: 270px;
    overflow-y: auto;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    position: relative;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .thumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 60px;
    position: relative;
    padding: 5px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .thumbnail a .thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: .03;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .thumbnail a img {
    max-width: 100%;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .detail {
    padding-right: 10px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .detail .seller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .detail .title {
    font-size: 13px;
    margin-bottom: 10px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .detail .info {
    color: #979797;
    font-size: 11px;
    font-weight: 500;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .detail .info .divider {
    margin-right: 5px;
    margin-left: 5px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .detail .discount {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 5px;
}

.ix3-list li.cart .cart-dropdown .cart-dropdown--items ul li .remove-item {
    position: absolute;
    top: 5px;
    left: 0;
    background-color: transparent;
    color: #979797;
    font-size: 13px;
}

.ix3-list li.cart .cart-dropdown.cart-empty li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
}

.ix3-list li.cart .cart-dropdown.cart-empty li img {
    margin-bottom: 30px;
}

.ix3-list li.cart .cart-dropdown.cart-empty li .cart-empty-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.ix3-list li.cart .cart-dropdown.cart-empty li .cart-empty-desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.ix3-list li.cart .cart-dropdown.cart-empty li .cart-empty-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ix3-list li.cart .cart-dropdown.cart-empty li .cart-empty-links a {
    color: #41c1c6;
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
}

.ix3-list li.cart .cart-dropdown.cart-empty li .cart-empty-links a:last-child {
    margin-left: 0;
}

.ix3-list li.cart .cart-dropdown.cart-empty li .cart-empty-links a:last-child::after {
    display: none;
}

.ix3-list li.cart .cart-dropdown.cart-empty li .cart-empty-links a::after {
    content: "|";
    position: relative;
    left: -7px;
}

.ix3-list li.cart:hover .cart-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ix3-list.list-inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ix3-list.list-inline li {
    margin-left: 15px;
}

.ix3-list.list-inline li:last-child {
    margin-left: 0;
}

.ix3-list.list-block li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 55px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ix3-list.list-block li a i {
    margin-left: 11px;
}

.ix3-list.list-block li.active a {
    position: relative;
}

.ix3-list.list-block li.active a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background-color: #000;
}

.ix3-list.list--icon li a {
    font-size: 21px;
}

.ix3-list.list-items-space-lg li {
    margin-left: 30px;
}

.pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}

.pagination .page-item {
    font-family: iranyekanfanum;
}

.pagination .page-item.active .page-link {
    background-color: #000;
    color: #fff;
}

.pagination .page-link {
    border: 0;
    border-radius: 0 !important;
    color: #000;
    padding: 10px 20px;
}

.pagination .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container {
    min-width: 140px;
}

.select2-container .select2-selection.select2-selection--single {
    border-radius: 0;
    min-height: 40px;
}

.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-weight: bold;
}

.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 100%;
    left: 5px;
}

.select2-dropdown {
    border-radius: 0;
}

.select2-dropdown .select2-search__field {
    border-radius: 0;
    border-color: #d4d4d4 !important;
}

.select2-dropdown .select2-results__options .select2-results__option {
    line-height: 35px;
    font-size: 16px;
}

.select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-dropdown .select2-results__options .select2-results__option:hover {
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

/* ----------------- Slider */
.ix3-slider {
    z-index: 0;
}

.ix3-slider .swiper-button-next,
.ix3-slider .swiper-button-prev {
    width: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: 0;
}

.ix3-slider .swiper-button-next::before,
.ix3-slider .swiper-button-prev::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /*width: 100px;*/
    /*height: 100%;*/
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background-image: linear-gradient(to right, #fff, transparent);
    z-index: 10;
}

.ix3-slider .swiper-button-next::after,
.ix3-slider .swiper-button-prev::after {
    color: #000;
    font-size: 36px;
    font-weight: normal;
    width: 50px;
    height: 50px;
    position: relative;
    line-height: 50px;
    background-color: transparent;
    text-align: center;
    z-index: 10;
}

.ix3-slider .swiper-button-next.swiper-button-disabled,
.ix3-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.ix3-slider .swiper-button-prev {
    right: 0;
}

.ix3-slider .swiper-button-prev::before {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
    background-image: linear-gradient(to left, #fff, transparent);
}

.ix3-slider .swiper-button-prev::after {
    content: "\EDD4";
    font-family: 'micon';
    right: 0;
    left: auto;
}

.ix3-slider .swiper-button-next {
    left: 0;
}

.ix3-slider .swiper-button-next::after {
    content: "\EDD3";
    font-family: 'micon';
    right: 0;
    left: auto;
}

.ix3-slider.ix3-slider-icon-sm .swiper-button-prev::after,
.ix3-slider.ix3-slider-icon-sm .swiper-button-next::after {
    font-size: 24px;
}

.ix3-slider.ix3-slider-icon-sm .swiper-button-prev::after {
    content: "\EDDF";
}

.ix3-slider.ix3-slider-icon-sm .swiper-button-next::after {
    content: "\EC6D";
}

.ix3-slider.ix3-single-slider .swiper-button-prev::before,
.ix3-slider.ix3-single-slider .swiper-button-next::before {
    display: none;
}

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

.offer-incredible .offer-incredible-title {
    min-width: 250px;
    position: relative;
    padding-top: 150px;
}

.offer-incredible .offer-incredible-title img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.offer-incredible .swiper-container .swiper-slide .ix3-card {
    margin: 0;
}

.offer-incredible .swiper-container .swiper-button-prev::before,
.offer-incredible .swiper-container .swiper-button-next::before {
    display: none;
}

.offer-incredible .swiper-container .swiper-button-prev::after,
.offer-incredible .swiper-container .swiper-button-next::after {
    background-color: rgba(255, 255, 255, 0.6);
}

.offer-incredible .swiper-container .swiper-button-prev {
    right: 10px;
}

.offer-incredible .swiper-container .swiper-button-next {
    left: 10px;
}

/* ----------------- end Slider*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

/*------------------------------------
    tab
------------------------------------*/
.tab-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #e4e4e4;
}

.tab-items .tab-item {
    margin-left: 25px;
}

.tab-items .tab-item:last-child {
    margin-left: 0;
}

.tab-items .tab-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.tab-items .tab-item a::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1px;
    height: 3px;
}

.tab-items .tab-item.active a {
    font-weight: bold;
}

.tab-items .tab-item.active a::after {
    background-color: #000;
}

.tab-content {
    position: relative;
}

.tab-content .tab-content-item {
    display: none;
}

.tab-content .tab-content-item.active {
    display: block;
}

.table {
    width: 100%;
    border: 1px solid #d8d8d8;
}

.table thead tr {
    background-color: #fcfcfc;
}

.table thead tr th {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}

.table tbody td {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}

.iziToast {
    border-radius: 0;
}

.iziToast::after {
    content: unset;
}

.iziToast.iziToast-color-green {
    background-color: #24e172;
}

.iziToast.iziToast-color-info {
    background-color: #0dcaf0;
}

.iziToast.iziToast-rtl {
    font-family: iranyekan, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.header--main .header--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header--main .header--row .header--col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333333%;
    flex: 0 0 33.333333333%;
}

.header--main .header--row .header--col.header--col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.header--main .brand {
    position: relative;
}

.header--main .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header--main .search .ui-input {
    min-width: 200px;
    font-size: 11px;
}

.header--main .search-box .search-box--content {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-height: 70vh;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 12;
}

.header--main .search-box .search-box--content form {
    max-width: 800px;
    margin: 150px auto 0;
    position: relative;
}

.header--main .search-box .search-box--content form input {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    color: #000;
    line-height: 50px;
    padding-right: 35px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header--main .search-box .search-box--content form .search-icon {
    position: absolute;
    top: 50%;
    right: 0;
    color: #000;
    font-size: 18px;
    opacity: .4;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header--main .search-box .search-box--content form button {
    position: absolute;
    left: 0;
    top: -100px;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
}

.header--main .search-box .search--result {
    max-width: 800px;
    margin: 20px auto 0;
    position: relative;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.header--main .search-box .search--result .simplebar-content {
    display: flex;
    flex-wrap: wrap;
}

.header--main .search-box .search--result .search--result-label {
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.header--main .search-box .search--result li {
    list-style: none;
}

.header--main .search-box .search--result li a {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.header--main .search-box .search--result li a .search--keyword {
    color: #979797;
    display: inline-block;
    margin-left: 10px;
}

.header--main .search-box .search-box--overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 11;
}

.header--main .search-box.show .search-box--content,
.header--main .search-box.show .search-box--overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header--main .nav-area {
    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;
    position: relative;
    color: #000;
}

.header--main .nav-area .supercats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header--main .nav-area .supercats>li {
    line-height: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header--main .nav-area .supercats>li>a {
    padding: 10px 20px;
    color: inherit;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.header--main .nav-area .supercats .supercat .supercat-link:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background-color: #ffffff;
    border-top: 2px solid #D0AF69;
    border-right: 2px solid #D0AF69;
    -webkit-transform: rotate(-45deg);
    transform: rotate(135deg);
    display: none;
    z-index: 13;
}

.header--main .nav-area .supercats .supercat ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    max-width: 100%;
    background-color: rgb(0 0 0 / 40%);
    border-top: 1px solid #e6e6e6;
    border-bottom: 0px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
    color: #fff !important;
}

.header--main .nav-area .supercats .supercat ul.mega-menu.single-tab {
    border-bottom: 0;
}

.header--main .nav-area .supercats .supercat ul.mega-menu.single-tab .mega-menu-tab-body {
    border-top: 0 !important;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-bottom: 2px solid transparent;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    color: inherit;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab a img {
    margin-left: 10px;
    width: 20px;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab .mega-menu-tab-body {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-width: 900px;
    min-height: 0;
    margin: auto;
    padding-top: 0;
    background: #fff;
    overflow: hidden;
    /* border-top: 1px solid #e0e0e0; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab .mega-menu-tab-body ul li a {
    color: #757575;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab .mega-menu-tab-body ul li.image-category a {
    display: block;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab .mega-menu-tab-body ul li.image-category img {
    max-width: 100%;
    width: auto;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab:first-child .mega-menu-tab-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab.active,
.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab:hover {
    /* border-color: #d0af69; */
    border-bottom: 2px solid #d0af69;
}

.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab.active .mega-menu-tab-body,
.header--main .nav-area .supercats .supercat ul.mega-menu .mega-menu-tab:hover .mega-menu-tab-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header--main .nav-area .supercats .supercat span.mega-menu-overlay {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-width: 100%;
    min-height: 0;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    z-index: 11;
}

.header--main .nav-area .supercats .supercat:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
}

.header--main .nav-area .supercats .supercat:hover .supercat-link:before,
.header--main .nav-area .supercats .supercat:hover span.mega-menu-overlay {
    display: block;
}

.header--main.header--home-page {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.header--main.header--home-page .nav-area .supercats .supercat ul.mega-menu {
    border-top: 0;
}

.mini-header {
    -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
}

.header--main-responsive {
    display: none;
    padding: 10px 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.header--main-responsive .brand__btn-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.header--main-responsive .brand__btn-toggle .toggle-navigation {
    background-color: transparent;
    font-size: 26px;
}

.header--main-responsive .brand__btn-toggle .brand a {
    display: block;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 84vw;
    background-color: #fff;
    padding-bottom: 60px;
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.navigation .navigation-header {
    padding: 10px 15px;
}

.navigation .navigation-header .navigation-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation .navigation-header .navigation-header-top .close-navigation {
    background-color: transparent;
    font-size: 21px;
    margin-left: 10px;
    padding: 0;
}

.navigation .navigation-body {
    padding: 10px 15px;
    position: relative;
    flex: 1 1 auto;
}

.navigation .navigation-body .search {
    margin-bottom: 15px;
}

.navigation .navigation-body .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.navigation .navigation-body .search form input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
}

.navigation .navigation-body .search form i {
    position: absolute;
    left: 0;
}

.navigation .navigation-body .menu li {
    margin-bottom: 10px;
}

.navigation .navigation-body .menu li:last-child a {
    border-bottom: 1px solid #eee;
}

.navigation .navigation-body .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    border-top: 1px solid #eee;
    height: 40px;
    line-height: 40px;
}

.navigation .navigation-body .menu li a.with-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100px;
    line-height: 100px;
    border-top: 0;
    padding: 0;
    position: relative;
}

.navigation .navigation-body .menu li a.with-img span {
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    right: 0;
    font-size: 18px;
}

.navigation .navigation-body .menu li a.with-img img {
    max-width: 100px;
}

.navigation .navigation-body .menu li .submenu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 84vw;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    overflow-y: auto;
    z-index: 1;
}

.navigation .navigation-body .menu li .submenu .close-submenu {
    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;
    background-color: #f5f5f5;
    padding: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.navigation .navigation-body .menu li .submenu .close-submenu i {
    position: absolute;
    right: 10px;
}

.navigation .navigation-body .menu li .submenu li a {
    line-height: 30px;
}

.navigation .navigation-body .menu li .submenu li a.toggle-submenu {
    position: relative;
}

.navigation .navigation-body .menu li .submenu li a.toggle-submenu::after {
    content: "\EA64";
    font-family: remixicon !important;
    font-size: 18px;
    position: absolute;
    left: 0;
}

.navigation .navigation-body .menu li .submenu img {
    margin-left: 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 30px;
}

.navigation .navigation-body .menu li .submenu.toggle {
    right: 0;
}

.navigation.toggle {
    right: 0;
}

.navigation-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    display: none;
}

.ix3-banner {
    position: relative;
}

.ix3-banner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ix3-banner a img {
    max-width: 100%;
}

.ix3-banner .overlay-banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #121212;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.ix3-banner .overlay-banner::before {
    position: absolute;
    content: "";
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .35s;
    transition: .35s;
}

.ix3-banner .overlay-banner .title {
    font-size: 21px;
    padding: 15px;
    text-align: center;
    line-height: 30px;
}

.ix3-banner .overlay-banner .title a {
    color: #000;
}

.ix3-banner.banner-cover a {
    background-position: right;
    background-size: cover;
}

.ix3-banner.banner-cover.banner-cover-position-bottom a {
    background-position: bottom;
}

.ix3-banner:hover .overlay-banner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ----------------- Auth */
.auth .auth-content {
    border: 1px solid #eee;
    padding: 25px;
}

.verify-code-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-right: 50px;
}

.verify-code-wrapper #timer--verify-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: iranyekanfanum;
    font-size: 20px;
    position: absolute;
    right: 0;
}

.verify-code-wrapper #timer--verify-code .jst-hours {
    display: none;
}

.verify-code-wrapper #timer--verify-code.jst-timeout+.send-again {
    display: block;
}

.verify-code-wrapper .send-again {
    display: none;
    font-size: 14px;
}

/* ----------------- end Auth */
.main--slider .swiper-slide a {
    display: block;
}

.main--slider .swiper-slide a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main--slider .swiper-button-next,
.main--slider .swiper-button-prev {
    top: 70%;
    width: 42px;
    height: 23px;
    display: none;

}

.main--slider .swiper-button-next {
    left: 50px;
    display: none;
}

.main--slider .swiper-button-prev {
    left: 110px;
    right: auto;
}

.main--slider .swiper-pagination {
    top: calc(70% + 40px);
    width: 100px;
    bottom: unset;
    right: unset;
    left: 52px;
    display: none;
}

.main--slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #000;
    opacity: 1;
}

.main--slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

.product-details .product-special-param li {
    line-height: 25px;
    font-size: 12px;
}

.product-details .product-special-param span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.product-details .product-special-param .title {
    font-weight: bold;
}

.product-summary {
    margin: 20px;
    font-family: iranyekanfanum;
    position: relative;
    min-width: 310px;
}

.product-summary .product-summary--loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.product-summary .product-summary--loading.show {
    opacity: 1;
    visibility: visible;
}

.product-summary .stack-menu {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.product-summary .stack-menu .stack-menu__link--back {
    background-image: unset;
}

.product-summary .stack-menu .stack-menu__link--back::before {
    content: "\EA29";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #9b9b9b;
    font-family: 'micon';
}

.product-summary .stack-menu .stack-menu__link--back::after {
    content: "&#1064;&#1025;&#1064;&#65533;&#1064;&#1030;&#1066;&#1031;&#1064;&#1169;&#1064;&#1028;";
    position: absolute;
    right: 40px;
    top: 50%;
    font-family: iranyekanfanum;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgb(155, 155, 155);
    font-weight: 500;
}

.product-summary .stack-menu .stack-menu__link {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.product-summary .stack-menu .stack-menu__link:hover {
    background: #ececec;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    color: #000;
}

.product-summary .stack-menu .stack-menu__link--parent {
    background-image: unset;
}

.product-summary .stack-menu .stack-menu__link--parent::before {
    content: "\EA64";
    font-family: remixicon !important;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #9b9b9b;
}

.product-seller-row-main img {
    margin-left: 7px;
}

.product-seller-row-main .product-seller-first-line {
    display: inline-block;
    margin-bottom: 7px;
}

.product-seller-second-line {
    font-size: 14px;
    color: #00bfd6;
}

.u-divider:before {
    content: "|";
    display: inline-block;
    color: #e4e4e4;
    margin: 0 4px;
}

.product-summary .stack-menu .stack-menu__link i {
    color: #9b9b9b;
    font-size: 28px;
    margin-left: 7px;
}

.product-summary .stack-menu .stack-menu__link i.product-delivery-warehouse {
    color: #0fabc6;
}

.product-seller-row--price {
    padding: 10px;
    color: #fb3449;
}

.product-seller-price-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b4b4b4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-seller-price-prev {
    text-decoration: line-through;
    font-size: 1.3rem;
}

.product-seller-price-off {
    padding: 3px .7rem 1px;
    margin-right: 7px;
    font-weight: 700;
    background: #fb3449;
    border-radius: 1rem;
    color: #fff;
    font-size: 16px;
}

.product-seller-price-real,
.product-seller-second-line,
.m-t-sm {
    margin-top: .5rem;
}

.product-seller-price-real {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    position: relative;
}

.product-seller-price-real .product-price-detail {
    position: absolute;
    right: 0;
    color: #0fabc6;
    cursor: pointer;
    font-size: 13px;
    font-weight: 100;
}

.product-seller-price-raw {
    display: inline;
    font-size: 31px;
    line-height: 1.419;
}

.product-seller-row .product-additional-item {
    color: #686868;
}

.product-seller-row--add-to-cart {
    padding: 0 10px;
    margin-bottom: 10px;
}

.product-summary .stack-menu .btn-add-to-cart {
    font-size: 18px;
    line-height: 1.222;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    min-height: 55px;
    background-color: #ef394e;
    border: none;
    padding: 16px 18px;
    border: 0;
}

.product-summary .stack-menu .btn-add-to-cart:hover {
    background-color: #ef394e;
    color: #fff;
    border: 0;
}

.product-summary .stack-menu .btn-add-to-cart--full-width {
    width: 100%;
}

.product-summary .product-not-available {
    padding: 10px;
}

.product-summary .product-not-available .text {
    margin: 10px 0;
    text-align: justify;
}

.product-summary .product-not-available .btn,
.product-summary .product-not-available .btn:hover {
    display: block;
    font-size: 14px;
    line-height: 1.222;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    min-height: 55px;
    background-color: #2c2828;
    border: none;
    padding: 16px 18px;
    border: 0;
}

.other-seller {
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.other-seller:hover {
    background: #ececec;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.other-seller a {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.other-seller a:hover {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.product-summary .product-stock-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #969696;
    font-size: 18px;
    font-weight: 700;
}

.product-summary .product-stock-title:after,
.product-summary .product-stock-title:before {
    content: "";
    margin: .7rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #969696;
}

.product-stock-status--out-of-stock {
    padding: 10px;
    color: #4a4a4a;
}

.product-stock-action {
    width: 100%;
    border-width: 0;
    background: #7a7a7a;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin-top: 15px;
    outline: none;
}

.product-stock-action:hover {
    opacity: 0.8;
}

.product-seller-row-info {
    color: #00bfd6;
    font-weight: 700;
}

.product-info-box-body-wrapper {
    padding: 0 10px 10px;
}

.product-info-box-row,
.product-stock-action,
.product-stock-title {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.product-info-box-row .seller-name {
    font-size: 13px;
    font-weight: 500;
}

.product-info-box-row {
    position: relative;
    font-size: 1rem;
    border-bottom: 1px solid #e4e4e4;
}

.product-info-box-row:last-of-type {
    border-bottom-width: 0;
}

.product-info-box-feedbacks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.product-feedback {
    text-align: center;
    font-size: .8rem;
}

.product-feedback-percent {
    font-size: 1.5rem;
    color: #c62828;
    background: #ffebee;
    border-radius: .5rem;
    margin-bottom: .5rem;
}

.product-feedback-percent--green {
    color: #388e3c;
    background-color: #e8f5e9;
}

.product-v-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-v-feedback-label {
    font-size: .8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-left: 1rem;
}

.product-v-feedback-bar {
    position: relative;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: .5rem;
    border-radius: .5rem;
    background: #ccc;
}

.product-v-feedback-bar--very-green {
    position: absolute;
    background-color: #47ae4c;
}

.product-v-feedback-bar--green {
    position: absolute;
    background-color: #7ed321;
}

.product-v-feedback-bar--yellow {
    position: absolute;
    background-color: #ffea00;
}

.product-v-feedback-bar--orange {
    position: absolute;
    background-color: #ff9100;
}

.product-v-feedback-bar--red {
    position: absolute;
    background-color: #ec3131;
}

.product-v-feedback-percent {
    margin-right: 1rem;
}

.u-text-big {
    font-size: 1.2rem;
}

.u-text-spaced {
    line-height: 26px;
}

.product-seller-box--shadowed {
    position: relative;
    min-height: 206px;
}

.product-seller-box--shadowed:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0)), to(#ececec));
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0), #ececec);
}

.shipment-info-box-row {
    padding-top: 15px;
}

.ix3-product-gallery {
    position: relative;
}

.ix3-product-gallery .gallery-slider .swiper-wrapper .swiper-slide,
.ix3-product-gallery .gallery-slider-quick-view .swiper-wrapper .swiper-slide {
    text-align: center;
}

.ix3-product-gallery .gallery-slider .swiper-wrapper .swiper-slide img,
.ix3-product-gallery .gallery-slider-quick-view .swiper-wrapper .swiper-slide img {
    max-width: 100%;
}

.ix3-product-gallery .gallery-slider-thumbs img,
.ix3-product-gallery .gallery-slider-thumbs-quick-view img {
    max-width: 100%;
    cursor: pointer;
}

.ix3-product-gallery .product-gallery--loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.ix3-product-gallery .product-gallery--loading.show {
    opacity: 1;
    visibility: visible;
}

.product-attributes .product-attribute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
}

.product-attributes .product-attribute:last-child {
    margin-left: 0;
}

.product-attributes .product-attribute:nth-child(odd) {
    background-color: #f5f5f5;
}

.product-attributes .product-attribute .attribute-title {
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    min-width: 200px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 40px;
}

.product-attributes .product-attribute .attribute-value {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 40px;
}

.product-attributes .product-attribute .attribute-value ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-attributes .product-attribute .attribute-value ul li {
    position: relative;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
}

.product-attributes .product-attribute .attribute-value ul li::after {
    content: '&#1064;&#1034;';
}

.product-attributes .product-attribute .attribute-value ul li:last-child::after {
    display: none;
}

.product-attributes .product-attribute .attribute-value ul li:last-child {
    margin-left: 0;
}

.product-price .price--old {
    color: #a2a2a2;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 20px;
}

.product-price .price--discount {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px;
    position: relative;
}

.product-price .price--discount::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 10px solid #000;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.product-price .price--discount .currency {
    font-size: 12px;
    margin-right: 3px;
}

.product-price .price--now,
.product-price .price--currency {
    color: #206bc4;
}

.product-price .price--now {
    font-size: 34px;
    font-weight: 700;
}

.product-price .price--currency {
    margin-right: 5px;
    font-weight: 700;
}

.list-products-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.list-products-header .title-category {
    font-size: 21px;
    margin-left: 45px;
    position: relative;
}

.list-products-header .title-category::after {
    content: "";
    border-radius: 50%;
    background-color: #e9e9e9;
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 16px;
}

.list-products-header .list-product-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.list-products-header .list-product-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-products-header .list-product-search form input {
    width: 100%;
    height: 35px;
    padding-right: 25px;
}

.list-products-header .list-product-search form i {
    position: absolute;
    right: 0;
    color: #979797;
}

.list-products-header .count {
    cursor: default;
    font-size: 1rem;
    color: #000;
}

.category-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #212121;
    text-align: center;
}

.category-item a img {
    /* max-width: 80px; */
    max-width:140px;
    margin: 10px;
}

.category-item a span {
    display: block;
    color: inherit;
}

.filter-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-tab-products-wrapper {
    position: relative;
    z-index: 0;
}

.filter-tab-products .active {
    border-bottom: 1px solid #000;
}

.filter-section .filter-options,
.filter-section .filter-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-section .filter-sorting {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.filter-section .filter-sorting .ix3-dropdown .dropdown-label::after {
    content: "\EA18";
    font-family: 'micon' !important;
    margin-right: 5px;
}

.filter-section .filter-sorting .ix3-dropdown .dropdown-content {
    left: 0;
    right: auto;
    min-width: 220px;
}

.filter-section .listing-applied-filters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
}

.filter-section .listing-applied-filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-section .listing-applied-filters ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 25rem;
    color: #666;
    font-weight: 500;
    padding: 10px 15px 10px 35px;
    margin-left: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.filter-section .listing-applied-filters ul li span {
    position: absolute;
    left: 10px;
}

.filter-section .listing-applied-filters ul li:last-child {
    margin-left: 0;
}

.filter-section .listing-applied-filters ul li.listing-filter-cleaner {
    background-color: #000;
    color: #fff;
    padding-left: 15px;
}

.filter-box {
    padding: 15px;
}

.filter-box .simplebar-track {
    width: 3px;
    background-color: #f5f5f5;
}

.filter-box .simplebar-track .simplebar-scrollbar {
    background-color: #666;
}

.filter-box .filter-box-heading .filter-box-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.filter-box .filter-box-heading .filter-box-search i {
    color: #979797;
    margin-left: 5px;
}

.filter-box .filter-box-heading .filter-box-search input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.filter-box .filter-box-content {
    max-height: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-box .filter-box-content .form-row {
    padding-right: 10px;
    margin-bottom: 15px;
}

.filter-box .filter-box-content .form-row:last-child {
    margin-bottom: 0;
}

.filter-box .filter-box-content .form-row .ix3-custom-control-label span:last-child {
    color: #979797;
    font-size: 11px;
}

.filter-box .filter-action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}

.filter-box .filter-action-buttons .btn {
    margin-left: 10px;
    padding: 10px 15px;
}

.filter-box .filter-action-buttons .btn:last-child {
    margin-left: 0;
}

.ix3-dropdown {
    position: relative;
}

.ix3-dropdown .dropdown-input {
    display: none;
}

.ix3-dropdown .dropdown-input:checked~.dropdown-label {
    border-color: #000;
}

.ix3-dropdown .dropdown-input:checked~.dropdown-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(12px) scaleY(1);
    transform: translateY(12px) scaleY(1);
    height: auto;
}

.ix3-dropdown .dropdown-input:checked~.dropdown-overlay {
    display: block;
}

.ix3-dropdown .dropdown-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    padding: 8px 12px;
    color: #000;
    cursor: pointer;
    position: relative;
}

.ix3-dropdown .dropdown-label::after {
    content: "\EA4E";
    font-family: remixicon !important;
}

.ix3-dropdown .dropdown-content {
    background-color: #fff;
    border: 1px solid #000;
    z-index: 11;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(12px) scaleY(0);
    transform: translateY(12px) scaleY(0);
    height: 0;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    min-width: 320px;
    max-width: 320px;
    max-height: 350px;
    overflow: hidden;
}

.ix3-dropdown .dropdown-content .ix3-list li {
    line-height: 35px;
}

.ix3-dropdown .dropdown-content .ix3-list li a {
    padding-right: 15px;
    padding-left: 15px;
}

.ix3-dropdown .dropdown-content .ix3-list li a:hover {
    background-color: #f5f5f5;
}

.ix3-dropdown .dropdown-overlay {
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ix3-checkout .checkout-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
    margin: auto;
}

.ix3-checkout .checkout-steps .checkout-step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ix3-checkout .checkout-steps .checkout-step:last-child .checkout-step-image-wrapper::after {
    display: none;
}

.ix3-checkout .checkout-steps .checkout-step .checkout-step-image-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #41c1c6;
}

.ix3-checkout .checkout-steps .checkout-step .checkout-step-title {
    color: #41c1c6;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}

.ix3-checkout .checkout-steps .checkout-step.checkout-step-current {
    position: relative;
}

.ix3-checkout .checkout-steps .checkout-step.checkout-step-current .checkout-step-image-wrapper::after {
    content: '';
    position: absolute;
    left: -50%;
    width: 100%;
    height: 3px;
    background-color: #41c1c6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.ix3-checkout .checkout-steps .checkout-step.checkout-step-current~.checkout-step:not(.checkout-step-current) .checkout-step-image-wrapper {
    border-color: #b7b7b7;
}

.ix3-checkout .checkout-steps .checkout-step.checkout-step-current~.checkout-step:not(.checkout-step-current) .checkout-step-image-wrapper img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
}

.ix3-checkout .checkout-steps .checkout-step.checkout-step-current~.checkout-step:not(.checkout-step-current) .checkout-step-title {
    color: #848484;
}

.ix3-checkout .checkout-product-list .checkout-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    padding: 25px 45px;
    position: relative;
    margin-bottom: 20px;
}

.ix3-checkout .checkout-product-list .checkout-product:last-child {
    margin-bottom: 0;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-image a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-image a img {
    max-width: 180px;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-image a .checkout-product-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.03;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-details {
    padding-right: 60px;
    position: relative;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-details .checkout-product-brand {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-details .checkout-product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-details .checkout-product-info {
    margin-bottom: 10px;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-details .checkout-product-info .title {
    font-size: 16px;
    margin-left: 5px;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-details .checkout-product-info .value {
    font-weight: 600;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-details .checkout-product-info.bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-price {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 30px;
    padding-left: 50px;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-price .title,
.ix3-checkout .checkout-product-list .checkout-product .checkout-product-price .value {
    font-size: 18px;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-remove {
    position: absolute;
    top: 30px;
    left: 25px;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-remove .remove {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #979797;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.ix3-checkout .checkout-product-list .checkout-product .checkout-product-remove .remove:hover {
    color: #000;
}

.ix3-checkout .checkout-summary-details {
    background-color: #f5f5f5;
    padding: 25px 45px;
    margin: 40px 0;
}

.ix3-checkout .checkout-summary-details .title,
.ix3-checkout .checkout-summary-details .value {
    font-size: 18px;
}

.ix3-checkout .checkout-address-items {
    padding: 15px 25px;
}

.ix3-checkout .checkout-address-items .checkout-address-item {
    font-size: 16px;
    font-weight: 500;
}

.ix3-checkout .checkout-address-items .checkout-address-item .checkout-shipment-address-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ix3-checkout .checkout-address-items .checkout-address-item .checkout-shipment-address-row:last-child {
    margin-bottom: 0;
}

.ix3-checkout .checkout-address-items .checkout-address-item .checkout-shipment-address-row>div {
    margin-left: 25px;
}

.ix3-checkout .checkout-address-items .checkout-address-item .checkout-shipment-address-row>div:last-child {
    margin-left: 0;
}

.ix3-checkout .checkout-address-items .checkout-address-item .checkout-shipment-address-row .value {
    color: #666;
}

.ix3-checkout .checkout-address-items .checkout-address-item .checkout-shipment-address-row .checkout-shipment-address-info--name {
    font-size: 18px;
    font-weight: 700;
}

.ix3-checkout .checkout-address-items .checkout-address-item .checkout-shipment-address-row .checkout-shipment-address-info--name::after {
    content: "|";
    margin-right: 20px;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box:last-child {
    margin-bottom: 0;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box input[type="radio"] {
    display: none;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box input[type="radio"]:checked~label::after {
    content: "\EB80";
    color: #00bcd4;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    padding: 20px 90px 20px 15px;
    position: relative;
    line-height: 40px;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box label::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-color: #f5f5f5;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box label::after {
    content: "\EB7D";
    font-family: remixicon !important;
    position: absolute;
    right: 30px;
    font-size: 23px;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box label .name {
    font-size: 18px;
    font-weight: bold;
    margin-left: 25px;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box label .name::after {
    content: "|";
    position: relative;
    left: -12px;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box label .address-info {
    margin-left: 35px;
    font-size: 16px;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box label .address-info:last-child {
    margin-left: 0;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box label .address-info .title {
    font-weight: 500;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box .address-item-box-action {
    padding: 20px 15px;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box .address-item-box-action button {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin-left: 10px;
}

.ix3-checkout .checkout-address-items .checkout-shipment-address-box .address-item-box-action button:last-child {
    margin-left: 0;
}

.ix3-checkout .checkout-shipment-time .checkout-shipment-time-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    border-bottom: 0;
}

.ix3-checkout .checkout-shipment-time .checkout-shipment-time-row:last-child {
    border-bottom: 1px solid #eee;
}

.ix3-checkout .checkout-shipment-time .checkout-shipment-time-row .checkout-shipment-time-day {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border-left: 1px solid #eee;
    padding: 25px 20px;
    color: #979797;
    font-size: 18px;
    font-weight: 500;
    cursor: default;
}

.ix3-checkout .checkout-shipment-time .checkout-shipment-time-row .checkout-shipment-time-hour {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
}

.ix3-checkout .checkout-payment-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border: 1px solid #eee;
    padding: 20px 50px 15px;
    height: 100%;
}

.ix3-checkout .checkout-payment-box .total {
    font-size: 19px;
}

.ix3-checkout .checkout-payment-box .checkout-payment-gateway-container {
    margin-top: 15px;
}

.ix3-checkout .checkout-payment-box .checkout-payment-gateway-container .checkout-payment-gateway {
    margin-bottom: 10px;
}

.ix3-checkout .checkout-payment-box .checkout-payment-gateway-container .checkout-payment-gateway:last-child {
    margin-bottom: 0;
}

.ix3-checkout .checkout-payment-box .checkout-payment-gateway-container .checkout-payment-gateway .checkout-payment-gateway-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.ix3-checkout .checkout-payment-box .checkout-payment-gateway-container .checkout-payment-gateway .checkout-payment-gateway-input:checked~label {
    border-color: #eee;
    background-color: #f5f5f5;
}

.ix3-checkout .checkout-payment-box .checkout-payment-gateway-container .checkout-payment-gateway label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px;
}

.ix3-checkout .checkout-payment-box .checkout-payment-gateway-container .checkout-payment-gateway label img {
    width: 50px;
    margin-left: 10px;
    border-radius: 10px;
}

.ix3-checkout .checkout-payment-box .checkout-payment-gateway-container .checkout-payment-gateway label .title {
    font-weight: 500;
}

.ix3-checkout .checkout-payment-box .order-detail {
    font-size: 18px !important;
    line-height: 30px;
}

.ix3-checkout .checkout-payment-box .order-detail .title {
    font-weight: 600;
    font-size: inherit;
}

.ix3-checkout .checkout-payment-box .order-detail .value {
    color: #666;
    font-size: inherit;
}

.ix3-checkout .checkout-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.ix3-checkout .checkout-status .icon {
    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: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.ix3-checkout .checkout-status .icon i {
    font-size: 48px;
}

.ix3-checkout .checkout-status .checkout-status-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 30px;
}

.ix3-checkout .checkout-status .checkout-status-text {
    color: #666;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}

.ix3-checkout .checkout-status.success .icon {
    color: #00bfd6;
    background: rgba(0, 191, 215, 0.1);
}

.ix3-checkout .checkout-status.success .checkout-status-title {
    color: #00bfd6;
}

.ix3-checkout .checkout-status.failure .icon {
    color: #f04d7d;
    background: rgba(238, 119, 120, 0.1);
}

.ix3-checkout .checkout-status.failure .checkout-status-title {
    color: #f04d7d;
}

.ix3-checkout .payment-detail-table {
    overflow-x: auto;
}

.ix3-checkout .payment-detail-table table {
    min-width: 768px;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--user-info .avatar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-left: 10px;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--user-info .avatar i {
    font-size: 21px;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--user-info .info .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--user-info .info .email {
    color: #979797;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--content ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--content ul li:last-child {
    margin-top: 20px;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--content ul li:last-child a {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--content ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    line-height: 2.5rem;
    font-size: 16px;
    opacity: .8;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--content ul li a i {
    margin-left: 15px;
}

.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--content ul li a.active,
.profile .profile-wrapper .profile-nav-sidebar .profile-nav-sidebar--content ul li a:hover {
    opacity: 1;
}

.profile-order {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.692
}

.profile-order-steps-note {
    background-color: #fcfef5;
    border: 1px solid #cfe3bb;
    color: #b1d58b;
    font-size: 15px;
    line-height: 1.467;
    padding: 16px 24px;
    margin-top: -1px;
    margin-bottom: 28px
}

.profile-order-steps .profile-order-steps-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-bottom: 30px;
    margin: 0 auto 10px;
    max-width: 1125px
}

.profile-order-steps .profile-order-steps-container .profile-order-steps-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    min-width: 140px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4
}

.profile-order-steps .profile-order-steps-container .profile-order-steps-item:first-child {
    margin-right: 0
}

.profile-order-steps .profile-order-steps-container .profile-order-steps-item img {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    width: 100%
}

.profile-order-steps .profile-order-steps-container .profile-order-steps-item span {
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 10px;
    color: #6f6f6f
}

.profile-order-steps .profile-order-steps-container .profile-order-steps-item.is-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.profile-order-steps .profile-order-steps-container .profile-order-steps-item.is-active img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.profile-order-steps .profile-order-steps-container .profile-order-steps-item.is-active span {
    color: #009ec9
}

.profile-order-steps .profile-order-steps-container .profile-order-steps-item.is-active+hr {
    background-color: #00bfd6;
    opacity: 1
}

.profile-order-steps .profile-order-steps-container .profile-order-steps-item.is-active+hr:before {
    background-color: #00bfd6
}

.profile-order-steps .profile-order-steps-container hr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 66px;
    margin-left: 10px;
    margin-right: 10px;
    height: 5px;
    border-radius: 2px;
    position: relative;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e5e5e5
}

.profile-order-steps .profile-order-steps-container hr:after,
.profile-order-steps .profile-order-steps-container hr:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.profile-order-steps .profile-order-steps-container hr:before {
    width: 27px;
    height: 27px;
    background-color: #e5e5e5;
    border: 4px solid #fff;
    content: "";
    border-radius: 50%
}

.profile-order-steps .profile-order-steps-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6a6a6a;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    z-index: 3;
    text-align: center
}

.profile-order-steps .profile-order-steps-button::before {
    font-size: 30px;
    color: #a8a8a8;
    line-height: 50px;
    vertical-align: middle;
    font-family: remixicon !important;
}

.profile-order-steps .profile-order-steps-button.profile-order-steps-button--next {
    left: 2px;
}

.profile-order-steps .profile-order-steps-button.profile-order-steps-button--next:before {
    content: "\EA64";
}

.profile-order-steps .profile-order-steps-button.profile-order-steps-button--prev {
    right: 2px;
}

.profile-order-steps .profile-order-steps-button.profile-order-steps-button--prev:before {
    content: "\EA6E";
}

.profile-order-steps-item.is-active,
.profile-order-steps-item.is-active~.profile-order-steps-item {
    opacity: 1 !important
}

.profile .profile-wrapper .profile-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.profile .profile-wrapper .profile-content .info-wrapper .info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.profile .profile-wrapper .profile-content .info-wrapper .info-row:nth-child(odd) {
    background-color: #f0f3f6;
}

.profile .profile-wrapper .profile-content .info-wrapper .info-row:nth-child(even) {
    background-color: #e1e6e9;
}

.profile .profile-wrapper .profile-content .profile-tab-orders {
    border-bottom-color: #eee;
    border-bottom-width: 1px;
}

.profile .profile-wrapper .profile-content .profile-tab-orders li {
    opacity: .5;
}

.profile .profile-wrapper .profile-content .profile-tab-orders li a {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
}

.profile .profile-wrapper .profile-content .profile-tab-orders li.active {
    opacity: 1;
}

.profile .profile-wrapper .profile-content .profile-tab-orders li.active a::after {
    height: 2px;
}

.profile .profile-wrapper .profile-content .profile-addresses .profile-address--add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.profile .profile-wrapper .profile-content .profile-addresses .profile-address--item {
    padding-top: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.profile .profile-wrapper .profile-content .profile-addresses .profile-address--item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
    line-height: 2rem;
}

.profile .profile-wrapper .profile-content .profile-addresses .profile-address--item ul li i {
    margin-left: 10px;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper {
    overflow: auto;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f3f6;
    text-align: center;
    border: 1px solid #e0e4e5;
    min-width: 850px;
    overflow-x: auto;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-header .next-purchase-header-item-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    border-left: 1px solid #e0e4e5;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-header .next-purchase-header-item-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content {
    min-width: 850px;
    overflow-x: auto;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content .next-purchase--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e0e4e5;
    border-bottom: 0;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content .next-purchase--item:last-child {
    border-bottom: 1px solid #e0e4e5;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content .next-purchase--item .next-purchase--item-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e0e4e5;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content .next-purchase--item .next-purchase--item-details .img {
    margin-left: 15px;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content .next-purchase--item .next-purchase--item-details .img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content .next-purchase--item .next-purchase--item-details .img a img {
    max-width: 100px;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content .next-purchase--item .next-purchase--item-details .title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 3px;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content .next-purchase--item .next-purchase--item-details .subtitle {
    font-size: 14px;
    color: #979797;
    margin-bottom: 10px;
}

.profile .profile-wrapper .profile-content .next-purchase-wrapper .next-purchase-content .next-purchase--item .next-purchase--item-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 19px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profile .profile-wrapper .profile-content .profile-tab-orders-wrapper {
    overflow: auto;
}

.profile .profile-wrapper .profile-content .profile-tab-orders-wrapper .profile-tab-orders {
    min-width: 720px;
}

.profile .profile-wrapper .profile-content .profile-order-items {
    padding: 25px 0;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item {
    border: 1px solid #eee;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item:last-child {
    margin-bottom: 0;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row {
    margin-bottom: 15px;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row:last-child {
    margin-bottom: 0;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row span {
    font-weight: 500;
    margin-left: 15px;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row span.title {
    color: #666;
    margin-left: 5px;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row .profile-order-item-detail-gallery {
    border-top: 1px solid #eee;
    padding: 15px;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row .profile-order-item-detail-gallery img {
    max-width: 150px;
    margin-left: 15px;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row .profile-order-item-detail-gallery img:last-child {
    margin-left: 0;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .order-detail-link {
    position: absolute;
    top: 20px;
    left: 15px;
    padding-bottom: 5px;
}

.profile .profile-wrapper .profile-content .profile-order-items .profile-order-item:hover {
    border-color: #000;
}

.profile .profile-wrapper .profile-content .order-detail .order-detail-row-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 35px;
}

.profile .profile-wrapper .profile-content .order-detail .order-detail-row-info .title {
    color: #9d9d9d;
    font-size: 13px;
    font-weight: 500;
}

.profile .profile-wrapper .profile-content .order-detail .order-detail-row-info .value {
    font-size: 16px;
    font-weight: 500;
}

.profile .profile-wrapper .profile-content .order-detail .product-details-wrapper {
    overflow: auto;
}

.profile .profile-wrapper .profile-content .order-detail .product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 850px;
    overflow-x: auto;
}

.profile .profile-wrapper .profile-content .order-detail .product-details .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    margin-left: 25px;
}

.profile .profile-wrapper .profile-content .order-detail .product-details .product-thumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile .profile-wrapper .profile-content .order-detail .product-details .product-thumbnail a img {
    max-width: 100%;
}

.profile .profile-wrapper .profile-content .order-detail .product-details .product-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.profile .profile-wrapper .profile-content .order-detail .product-details .product-info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.profile .profile-wrapper .profile-content .order-detail .product-details .product-info div.title {
    font-size: 19px;
    font-weight: 500;
}

.profile .profile-wrapper .profile-content .order-detail .product-details .product-info div i {
    color: #979797;
    margin-left: 10px;
}

.profile .profile-wrapper .profile-content .order-detail .product-details .product-info div span {
    font-weight: 500;
    margin-left: 15px;
}

.search-in-map form {
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.search-in-map form input {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 7px 12px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: right;
    outline: 0
}

.search-in-map form button {
    position: absolute;
    left: 0;
    border: 0;
    background-color: #00bfd6;
    border-radius: 0;
    color: #fff;
    height: 100%;
    outline: 0;
    cursor: pointer;
    top: 0
}

.result-search-map,
.result-search-map2 {
    position: absolute;
    background: #fff;
    width: 100%;
    right: 0;
    top: 40px;
    z-index: 10000000000;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    padding: 10px 0;
    display: none
}

.result-search-map li a,
.result-search-map2 li a {
    padding: 10px 15px;
    font-size: 13px
}

.close-result-search,
.close-result-search2 {
    left: 100px !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    top: 6px !important;
    background-color: rgba(0, 0, 0, .2) !important;
    outline: 0 !important;
    display: none
}

. .add-to-compare-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px dashed #979797;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    color: #979797;
    cursor: pointer;
}

.add-to-compare-btn i {
    font-size: 48px;
    margin-bottom: 20px;
}

.add-to-compare-btn span {
    line-height: 2;
}

.compare-search-in-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.compare-search-in-products .label {
    margin-left: 15px;
}

.compare-search-in-products .search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
}

.compare-list-products {
    max-height: 450px;
    overflow-x: hidden;
}

.compare-content .compare-quick-title {
    color: #4d4d4d;
    font-size: 19px;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
}

.compare-content .compare-quick-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 0;
    border-color: transparent #00bfd6 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 7px 0;
}

.compare-content .compare-quick-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
    background-color: #fff;
}

.compare-content .compare-quick-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
}

.compare-content .compare-list-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.692;
    padding: 9px 26px;
    background-color: #eaeaea;
    font-weight: 700;
}

.compare-content .compare-list-value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid #e4e4e4;
}

.compare-content .compare-list-value:first-child {
    border-right: none;
}

.compare-content .compare-list-value .block {
    padding: 14px 18px 12px;
    font-size: 14px;
    line-height: 1.571;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.faq-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
}

.faq-item .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 2px solid #eee;
    border-radius: 50%;
    margin-bottom: 15px;
}

.faq-item .icon img {
    width: 70px;
}

.faq-question-content {
    border-bottom: 1px solid #000;
    line-height: 2;
    padding-bottom: 35px;
}

.faq-question-content p {
    margin-bottom: 20px;
    font-size: 16px;
}

.faq-question-content a {
    padding: 5px 15px;
}

.ix3-page-404 {
    text-align: center;
}

.ix3-page-404 img {
    max-width: 100%;
    margin-bottom: 20px;
}

.ix3-page-404 .ix3-page-404-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}

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

.ix3-features .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    line-height: 20px;
    margin-bottom: 30px;
}

.ix3-features .feature-item.flex-column img {
    margin-left: 0;
    margin-bottom: 15px;
}

.ix3-features .feature-item img {
    margin-left: 5px;
}

.ix3-features .feature-item i {
    margin-left: 5px;
}

.ix3-features .feature-item h4 {
    font-size: 13px;
}

.ix3-features.ix3-features-lg .feature-item h4 {
    font-size: 18px;
}

.ix3-features.ix3-features-xl .feature-item {
    text-align: center;
}

.ix3-features.ix3-features-xl .feature-item img {
    width: 100px;
}

.ix3-features.ix3-features-xl .feature-item h4 {
    font-size: 16px;
}

.ix3-widget .widget-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ix3-widget .widget-content.widget-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ix3-widget .widget-content.widget-list ul li {
    line-height: 30px;
}

.ix3-widget .widget-content.widget-list ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.subscribe-newsletter form {
    position: relative;
    z-index: -1;
}

.subscribe-newsletter form input {
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    font-weight: 500;
}

.subscribe-newsletter form button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    font-size: 20px;
}

.footer--main {
    margin-top: 45px;
}

.footer--main .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer--main .brand .divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    background-color: #e4e4e4;
    margin-right: 15px;
}

.footer--main .app-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 0;
}

.footer--main .app-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer--main .app-links ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer--main .app-links ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 135px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer--main .app-links ul li a.app-link--google-play {
    background-image: url(../images/app/google-play.png);
}

.footer--main .app-links ul li a.app-link--cafe-bazaar {
    background-image: url(../images/app/cafe-bazaar.png);
}

.footer--main .app-links ul li a.app-link--myket {
    background-image: url(../images/app/myket.png);
}

.footer--main .app-links ul li a.app-link--sib-app {
    background-image: url(../images/app/sib-app.png);
}

.footer--main .copy-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
}

.footer--main .copy-right p {
    color: #666;
    font-weight: 500;
}

@-webkit-keyframes shop_tooltip_hover_in {
    0% {
        -webkit-transform: translate3d(130%, 0, 0);
        transform: translate3d(130%, 0, 0);
        opacity: 0;
    }

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

@keyframes shop_tooltip_hover_in {
    0% {
        -webkit-transform: translate3d(130%, 0, 0);
        transform: translate3d(130%, 0, 0);
        opacity: 0;
    }

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

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

    100% {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(130%, 0, 0);
        opacity: 0;
    }
}

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

    100% {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(130%, 0, 0);
        opacity: 0;
    }
}

.documentation-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 25px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 1;
}

.tickets-user table thead {
    background-color: #00bfd6;
    color: #fff;
}

.tickets-user table thead th {
    border-bottom: 0;
}

.tickets-user table td,
.tickets-user table th {
    text-align: center;
    vertical-align: middle;
}

.tickets-user table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.tickets-user table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.tickets-user .avatar-upload {
    position: relative;
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tickets-user .avatar-upload .avatar-edit {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
    top: 30px;
}

.tickets-user .avatar-upload .avatar-edit input {
    display: none;
}

.tickets-user .avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.tickets-user .avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.tickets-user .avatar-upload .avatar-edit input+label:after {
    content: "\ECDA";
    font-family: remixicon !important;
    color: #757575;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 18px;
}

.tickets-user .avatar-upload .avatar-preview {
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.tickets-user .avatar-upload .avatar-preview>div {
    width: 80%;
    height: 80%;
    border-radius: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto;
}

.tickets-user .avatar-upload .avatar-preview .remove-item {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 5px;
    left: -15px;
    background-color: #f44336;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    outline: none;
}

.tickets-user small {
    font-size: 11px;
}

.box-shadow-unset {
    box-shadow: unset;
}

.message-box .box-file {
    width: 150px;
    height: 150px;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    padding: 10px;
}

.documentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.documentation .documentation-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 300px;
    padding: 80px 25px 15px;
    background-color: #fff;
    border-left: 1px solid #eee;
}

.documentation .documentation-sidebar ul li a {
    color: inherit;
    line-height: 35px;
}

.documentation .documentation-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 80px 320px 15px 15px;
    background-color: #fff;
}

.documentation .documentation-content p {
    line-height: 2;
}

.documentation .documentation-content ul li {
    margin-bottom: 20px;
}

.documentation .documentation-content ul li span {
    line-height: 2;
}

/* -------------------------------------------------
  (max-width: 1999px)
---------------------------------------------------*/
@media only screen and (max-width: 1999px) {
    .ix3-checkout .checkout-product-list .checkout-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-details {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-price {
        margin-top: 50px;
    }
}

/* -------------------------------------------------
  (max-width: 992px)
---------------------------------------------------*/
@media only screen and (max-width: 992px) {
    .container {
        max-width: 90%;
    }

    .profile .profile-wrapper .profile-content .profile-order-items .profile-order-item {
        padding-bottom: 25px;
    }

    .profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row span {
        display: block;
        margin-bottom: 10px;
    }

    .profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row .profile-order-item-detail-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .profile-order-item-detail-row .profile-order-item-detail-gallery img {
        margin-bottom: 10px;
    }

    .profile .profile-wrapper .profile-content .profile-order-items .profile-order-item .order-detail-link {
        top: auto;
        bottom: 10px;
        left: 15px;
        right: auto;
    }

    .ix3-checkout .checkout-address-items .checkout-shipment-address-box label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ix3-checkout .checkout-address-items .checkout-shipment-address-box .address-item-box-action {
        text-align: left;
    }

    .ix3-checkout .checkout-address-items .checkout-shipment-address-box .address-item-box-action button {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .ix3-checkout .checkout-address-items .checkout-shipment-address-box .address-item-box-action button:last-child {
        margin-bottom: 0;
    }

    .dialog-wrapper .dialog.dialog-lg {
        min-width: 100%;
    }
}

/* -------------------------------------------------
  (max-width: 840px)
---------------------------------------------------*/
@media only screen and (max-width: 840px) {
    .header--main {
        display: none;
    }

    .header--main-responsive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ix3-checkout .checkout-steps .checkout-step .checkout-step-image-wrapper {
        width: 60px;
        height: 60px;
        border-width: 2px;
        background-color: #fff;
    }

    .ix3-checkout .checkout-steps .checkout-step .checkout-step-image-wrapper img {
        width: 30px;
    }

    .ix3-checkout .checkout-steps .checkout-step .checkout-step-title {
        width: 100px;
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
    }

    .ix3-features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ix3-features .feature-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

/* -------------------------------------------------
  (max-width: 768px)
---------------------------------------------------*/
@media (max-width: 768px) {
    .filter-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        width: 84vw;
        background-color: #fff;
        padding: 15px 15px 60px;
        overflow-y: auto;
        z-index: 3;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .filter-navigation.toggle {
        right: 0;
    }

    .filter-navigation-overlay {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 2;
        display: none;
    }

    .product-attributes .product-attribute {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .product-attributes .product-attribute:nth-child(odd) {
        background-color: #fff;
    }

    .product-attributes .product-attribute .attribute-title,
    .product-attributes .product-attribute .attribute-value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }

    .ix3-checkout .checkout-payment-box {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ix3-features .feature-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ix3-features .feature-item img {
        margin-bottom: 10px;
    }

    .footer--main .app-links ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer--main .app-links ul li {
        margin-left: 10px;
        margin-top: 10px;
    }
}

/* -------------------------------------------------
  (min-width: 768px)
---------------------------------------------------*/
@media only screen and (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

/* -------------------------------------------------
  (max-width: 670px)
---------------------------------------------------*/
@media only screen and (max-width: 670px) {
    .ix3-checkout .checkout-product-list .checkout-product {
        padding: 15px;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-details {
        padding-right: 20px;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-price {
        margin-top: 20px;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-remove {
        top: 15px;
        left: 15px;
    }

    .ix3-comments .comment .comment-author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ix3-comments .comment .comment-author-info .comment-seller-name {
        margin-right: 0;
        margin-top: 10px;
    }

    .ix3-comments .comment .comment-author-info .comment-seller-name a {
        margin-right: 5px;
    }
}

/* -------------------------------------------------
  (max-width: 576px)
---------------------------------------------------*/
@media only screen and (max-width: 576px) {
    .header--main-responsive {
        padding-right: 10px;
        padding-left: 10px;
    }

    .brand.brand--sm a img,
    .footer--main .brand a img {
        max-width: 180px;
    }

    .offer-incredible .swiper-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .offer-incredible .swiper-wrapper .offer-incredible-title {
        min-width: unset;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-image a img {
        margin: auto;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-details {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-details .checkout-product-info.bottom {
        position: relative;
    }

    .ix3-checkout .checkout-product-list .checkout-product .checkout-product-price {
        padding-right: 0;
        padding-left: 0;
    }

    .ix3-checkout .checkout-payment-box .order-detail {
        font-size: 18px !important;
    }

    .list-products-content .ix3-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .list-products-content .ix3-card .card-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin-bottom: 0;
    }

    .list-products-content .ix3-card .card-thumbnail .buttons {
        display: none;
    }

    .list-products-content .ix3-card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        padding-right: 15px;
        margin-top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ix3-features-xl .feature-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .compare-search-in-products .filter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 15px;
    }
}

/* -------------------------------------------------
  (max-width: 480px)
---------------------------------------------------*/
@media (max-width: 480px) {
    .profile .profile-wrapper .profile-content .order-detail .order-detail-row-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ix3-checkout .checkout-steps .checkout-step .checkout-step-image-wrapper {
        width: 40px;
        height: 40px;
        border-width: 1px;
    }

    .ix3-checkout .checkout-steps .checkout-step .checkout-step-image-wrapper img {
        width: 20px;
    }

    .ix3-checkout .checkout-steps .checkout-step .checkout-step-title {
        width: 40px;
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
    }

    .ix3-dropdown .dropdown-content {
        min-width: 280px;
    }

    .ix3-dropdown .dropdown-content .filter-box {
        padding: 0;
    }

    .ix3-dropdown .dropdown-content .filter-box .filter-action-buttons {
        margin-bottom: 10px;
    }

    .ix3-dropdown .dropdown-content .filter-box .filter-action-buttons .btn:last-child {
        margin-left: 10px;
    }

    .ix3-form-row .ui-input-code input {
        width: 40px;
        font-size: 13px;
    }

    .dialog-wrapper .dialog.dialog-xs {
        min-width: 100%;
    }

    .main--slider .swiper-button-next,
    .main--slider .swiper-button-prev {
        top: unset;
        bottom: 40px;
    }

    .main--slider .swiper-pagination {
        top: unset;
        bottom: 10px;
        display: none;
    }
}

/*# sourceMappingURL=theme.css.map */
.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}


.close-custom .avatar-upload{
    position: relative;
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.close-custom .avatar-edit{
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
    top: 30px;
}
.close-custom .avatar-preview{
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.close-custom .avatar-preview>div{
    width: 80%;
    height: 80%;
    border-radius: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto;
}
.close-custom .remove-item{
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 5px;
    left: -15px;
    background-color: #f44336;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    outline: none;
}
.close-custom .avatar-edit input{
    display:none;
}
.close-custom .avatar-edit label{
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.close-custom .avatar-upload .avatar-edit input+label:after{
    content: "\ECDA";
    font-family: remixicon !important;
    color: #757575;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 18px;
}
.padding-show-more
{
    padding: 0px !important;
    margin-bottom: 2% !important;
}
.text-justify{text-align:justify!important}
.nex-more{
    display: none;
}
.padding-show-more
{
    padding: 0px !important;
    margin-bottom: 2% !important;
}

.backimg
{
    background-image: url('/assets/img/footer/fo3.png');
    background-repeat: no-repeat;
    background-size: cover;

}
.box-cat{
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    padding: 1rem!important;
}
.style-sidbar
{
    box-shadow: rgb(100 100 111 / 20%) 0px 0px 3px 0px !important;
}
.box-header{
    font-weight: 700;
    margin-bottom: 15px;
}
.a-style{    text-decoration: none;
    color: black;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 28px;
    position: relative;
    padding-right: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.a-style:hover
{
    color:#D0AF69;
}
.category-result ul
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    /* line-height: 28px; */
    /* position: relative; */
    padding-right: 15px;
    -webkit-transition: all .2s ease;
}

.box-content
.category-result


    /* --------------------
        FAQ CSS
    -------------------- */

.faq-cats {
    margin-bottom: 45px;
    border-radius: 10px;
    background: #f8f8f8;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.faq-cats a {
    padding: 15px 25px;
    position: relative;
    font-size: 14px;
    display: inline-block;
}
.faq-cats a:after {
    content: "";
    width: 0px;
    height: 3px;
    display: inline-block;
    border-radius: 5px;
    background: var(--color2);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: all 0.3s;
}
.faq-cats li.active a{
    color:var(--color2)
}
.faq-cats li.active a:after{
    width: 70%;
}
.faqs-content .faqs-question {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    padding-left:36px;
    cursor: pointer;

}
.faqs-content .faqs-question{
    position:relative;
}
.faqs-content .faqs-question::before,
.faqs-content .faqs-question::after{
    content:'';
    width:2px;
    height:9px;
    background-color:var(--color1);
    display:inline-block;
    position:absolute;
    left: 29px;
    top: 27px;
    transition:0.4s;
}
.faqs-content .faqs-question::after{
    transform:rotate(90deg);
}
.faqs-item.active .faqs-question::before{
    transform:rotate(90deg) !important;
}
.faqs-content .faqs-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
    border: solid 1px #d9d9d9;
}
.accordion-content{
    display:none;
}

.faqs-item .faqs-answer {
    padding: 0px 55px 20px 30px;
}
.faqs-item .faqs-answer .editor-content{
    line-height:27px;
    color:#575757;
}
.faqs-question .faq-num {
    font-size: 16px;
    color: var(--color1);
    margin-left: 20px;
    background-color: #f9fafc;
    border-radius: 3px 14px 14px 14px;
    min-width: 39px;
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqs-item.active .faq-num{
    color:var(--color2);
}
.faqs-item.active{
    border-color:var(--color2);
}