html {
    scroll-behavior: smooth;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--color2);
    border-radius: 50px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

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

@font-face {
    font-family: IRANSansWeb;
    src: url(../fonts/IRANSans_Medium.eot);
    src: url(../fonts/IRANSans_Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSans_Medium.woff) format('woff'), url(../fonts/IRANSans_Medium.ttf) format('truetype');
    font-weight: normal
}

@font-face {
    font-family: IRANSansWeb;
    src: url(../fonts/IRANSans_Bold.eot);
    src: url(../fonts/IRANSans_Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSans_Bold.woff) format('woff'), url(../fonts/IRANSans_Bold.ttf) format('truetype');
    font-weight: bold
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?j607qc');
    src: url('../fonts/icomoon.eot?j607qc#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?j607qc') format('truetype'), url('../fonts/icomoon.woff?j607qc') format('woff'), url('../fonts/icomoon.svg?j607qc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-add-cart:before {
    content: "\e91a";
}

.icon-heart:before {
    content: "\e919";
}

.icon-filter:before {
    content: "\e918";
}

.icon-bag:before {
    content: "\e913";
}

.icon-minus:before {
    content: "\e914";
}

.icon-plus:before {
    content: "\e915";
}

.icon-reply:before {
    content: "\e916";
}

.icon-share:before {
    content: "\e917";
}

.icon-2:before {
    content: "\e900";
}

.icon-4:before {
    content: "\e901";
}

.icon-6:before {
    content: "\e902";
}

.icon-10:before {
    content: "\e903";
}

.icon-14:before {
    content: "\e904";
}

.icon-16:before {
    content: "\e905";
}

.icon-24:before {
    content: "\e906";
}

.icon-38:before {
    content: "\e907";
}

.icon-46:before {
    content: "\e908";
}

.icon-cart:before {
    content: "\e909";
}

.icon-1:before {
    content: "\e90a";
}

.icon-21:before {
    content: "\e90b";
}

.icon-3:before {
    content: "\e90c";
}

.icon-portrait:before {
    content: "\e90d";
}

.icon-ic_email_24px:before {
    content: "\e90e";
}

.icon-facebook:before {
    content: "\e90f";
}

.icon-next:before {
    content: "\e910";
}

.icon-path:before {
    content: "\e911";
}

.icon-user:before {
    content: "\e912";
}


/* --------------------
    Config
-------------------- */

:root {
    --color1: #e95665;
    --color2: #ed2438;
    --bg_light: #fdf9f6;
    --border_light: #f3efee;
    --bg_body: #fff;
    --bg_footer: #121d2f;
    --danger: #d53343;
    --bg_danger: #fff5f5;
    --success: #28a745;
    --bg_success: #f4fff3;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --main_font: IRANSansWeb;
    --heading_h1_fontsize: 20px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--color1);
}

::selection {
    color: #fff;
    background: var(--color1);
}

body {
    direction: rtl;
    position: relative;
    text-align: right;
    font-family: var(--main_font), Arial;
    font-size: 14px;
    color: #222;
    line-height: 2;
    background: var(--bg_body);
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.bg-primary {
    background-color: #007bff !important;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

i {
    font-style: normal !important;
}

.disabled {
    opacity: .5;
    pointer-events: none;
}

.close {
    float: unset;
    font-size: unset;
    font-weight: unset;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
    transition: .5s;
}

.container-full>.row {
    margin: 0;
}

.w-100 {
    width: 100%;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.row>[class*="col-"],
.row>[class*="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#wrapper .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.no-before:before {
    content: unset !important;
}

#wrapper .no-gutters>.col,
#wrapper .no-gutters>[class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: bold
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input {
    font-family: var(--main_font), Arial;
    outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

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

video {
    width: 100%;
}

p {
    margin: 0;
}

a {
    transition: 0.3s;
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color2);
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* header */

.muodal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e5f3ffaa;
    backdrop-filter: blur(10px);
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    padding: 5vh 0;
}

.muodal img {
    max-width: 200px;
    margin-bottom: 10vh;
}


/* new-code */

.mm {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    background-color: #ddd;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
}

.mm-wrapper {
    top: 0;
    position: absolute;
    width: 100vw;
    background-color: #fffa;
    height: 100%;
    overflow: hidden;
    /*! border-left: 3px solid var(--color2); */
    transition: 0.5s;
    /*! right: -375px; */
}

.open .mm-wrapper {
    transition-delay: 0.5s;
    right: 0;
}

.mm.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 10;
}

.mm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 10%);
}

.mm-header>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
}

.mm-header .header-account {
    border: none;
    margin: 0;
}

.mm-header a {
    flex: 0 0 60%;
}

.mm-header .close {
    cursor: pointer;
    font-weight: bold;
}

.mm-container {
    position: relative;
    height: 100%;
}

.mm-menu {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100px;
    height: 100%;
    overflow: auto;
    line-height: 1.5;
    font-size: 12px;
}

.mm-header img {
    width: 25vw;
    max-width: 100px;
}

.mm-menu>li>span {
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
    padding: 5px;
    transition: .5s;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 0;
    border-right: 4px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mm-menu>li>ul>li>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    transition: .5s;
    border-bottom: 1px solid var(--color1);
}

.mm-menu>li>ul>li>span:hover,
.mm-menu>li>ul>li>span.active {
    background: var(--color1);
    color: #fff;
}

.mm-links {
    position: absolute;
    left: -100vw;
    top: 10px;
    width: calc(100vw - 115px);
    height: calc(100% - 80px);
    padding: 0 5px;
    transition: .5s;
    overflow: auto;
}

.mm-links>li {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 10%);
}

.mm-menu>li {
    display: flex;
    flex-direction: column;
}

.mm-container ul li>i {
    width: 25px;
    height: 25px;
    background-color: var(--color1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: .5s;
}

.mm-container ul li>i:before {
    content: "\e90c";
    font-family: 'icomoon';
    font-size: 14px;
    line-height: 1;
}

.mm-container ul li>i:hover {
    background-color: var(--color2);
}

.mm-links .mm-submenu li {
    flex: 0 0 30%;
    margin: 0 1.5%;
    text-align: center;
    margin-bottom: 10px;
}

.mm-links>li>.mm-submenu {
    flex: 0 0 100%;
    padding: 10px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.mm-links.active {
    left: 10px;
}

.mm-links .mm-submenu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
}

.mm-links .mm-submenu li a img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 5px;
}

.mm-menu>li>span.active {
    border-right-color: var(--color2);
    background: #f4f4f4;
}

.mm-links::-webkit-scrollbar {
    width: 2px;
}

.mm-links::-webkit-scrollbar-thumb {
    background: #dcdcdc;
}

.mm-links::-webkit-scrollbar-track {
    background: transparent;
}

.mm-menu>li>span img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 10px;
}

.mm-links>li>p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.mm-links>li>p a {
    font-size: 10px;
    color: var(--color2);
}

.mm-links>li>p a:hover {
    color: #000;
}


/* mm */

.cm-contact {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}

.cm-contact h4 {
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cm-contact p {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.cm-contact p * {
    font-size: 14px;
    width: 60%;
}

.cm-contact>a {
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: var(--color2);
    color: #fff;
    margin-top: 20px;
}

.cm-contact>a:before {
    content: "\e906";
    font-family: 'icomoon';
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1;
}

.cm-footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 5px 15px;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
}

.cm-footer a {
    padding: 7px 10px;
    background: var(--color1);
    border-radius: 5px;
    color: #fff;
    flex: 0 0 48%;
    margin: 5px 0;
    text-align: center;
}

.cm-footer a.instagram:before {
    content: "\e905";
    font-family: icomoon;
    vertical-align: middle;
    margin-left: 10px;
}

.cm-footer a.whatsapp:before {
    content: "\e906";
    font-family: icomoon;
    vertical-align: middle;
    margin-left: 10px;
}

.cm-footer a:hover {
    background: var(--color2);
}

.cm-contact>a:hover {
    background: var(--color1);
}

.cm .container>a {
    display: block;
    margin: 0 auto 30px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.cm .container>a img {
    max-height: 50px;
    margin-bottom: 0;
}

.mc {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 7;
    background-color: #000d;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
}

.mc-wrapper {
    top: 0;
    position: absolute;
    width: 375px;
    background-color: white;
    height: 100vh;
    overflow: auto;
    /*! border-right: 3px solid var(--color2); */
    transition: 0.5s;
    /*! left: -100vw; */
}

.open .mc-wrapper {
    transition-delay: 0.5s;
    left: 0;
}

.mc.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.mc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    border-bottom: 3px solid var(--color2);
    direction: ltr;
}

.mc-header>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
}

.mc-header .header-account {
    border: none;
    margin: 0;
}

.mc-header a {
    flex: 0 0 60%;
}

.mc-header .close {
    cursor: pointer;
}

.mc-container {
    position: relative;
    padding-top: 30px;
}

.mc-container ul {
    padding: 0 10px;
    list-style: none;
}

.sub-cat.open {
    right: 0;
}

.sub-cat-header {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #eaeaea;
    margin: 15px 0 30px;
}

.sub-cat-header i:before {
    content: "\e90a";
    font-family: 'icomoon';
    font-size: 12px;
}

.sub-cat-header i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #ddd;
    line-height: 1;
    transition: .5s;
    cursor: pointer;
}

.sub-cat-header i:hover {
    background-color: var(--color1);
}

.mc-container ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin: 5px 0;
}

.mc-container ul li>i {
    width: 25px;
    height: 25px;
    background-color: var(--color1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: .5s;
}

.mc-container ul li>i:before {
    content: "\e90c";
    font-family: 'icomoon';
    font-size: 14px;
    line-height: 1;
}

.mc-container ul li>i:hover {
    background-color: var(--color2);
}


/* mc */


/* new-code-fin */

.login-container {
    display: flex;
    flex-direction: column;
    width: 25rem;
    margin: auto;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0 2px 14px rgb(38 60 85 / 16%);
    border-radius: 5px;
    opacity: 0;
    transform: rotatex(50deg);
    transition: .5s;
    overflow: hidden;
    z-index: 2;
    padding: 20px 30px 80px;
}

.login-container img {
    display: block;
    margin: 0 auto 30px;
}

.loged-in .login-container button {
    position: unset;
    width: unset;
    margin: 20px auto;
}

.login-header {
    margin-bottom: 20px;
    font-size: 18px;
    color: #516377;
}

.login-container i {
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 10px;
    line-height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    cursor: pointer;
}

.login-container i:hover {
    background: red;
    color: #fff;
}

.login-container label {
    font-size: 16px;
    min-width: 110px;
}

#login_form label {
    text-align: center;
    width: 100%;
}

.login-container label:before {
    content: unset !important;
}

.login-container input,
.login-container textarea {
    margin-bottom: 10px;
    width: 100%;
    outline: none;
    border: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    transition: .5s;
    -moz-appearance: textfield;
}

.login-container input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.login-container button {
    outline: none;
    border: 1px solid #ccc;
    padding: 10px;
    line-height: 1;
    width: 40%;
    font-size: 16px;
    border-radius: 5px;
    transition: .5s;
    position: absolute;
    bottom: 10px;
    left: 20px;
    background: #f494b6;
    color: #fff;
}

.login-container button:first-of-type {
    left: unset;
    right: 15px;
}

.login-container .form-items {
    width: 100%;
}

.login-container button:disabled {
    pointer-events: none;
}

.login-container button:hover {
    background-color: var(--color2);
    color: #fff;
    border-color: #fff;
}

.login-container input:focus {
    border-color: #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}

#lcode-container {
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    padding: 20px 30px 80px;
    transition: .5s;
}

#login_form .userInput input {
    flex: 0 0 20px;
    margin: 0 5px !important;
    font-size: 18px;
    padding: 2px !important;
}

#lcode-container.show {
    right: 0;
}

.userInput {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.userInput input {
    flex: 0 0 30px;
    margin: 0 10px !important;
    padding: 2px 4px !important;
    text-align: center;
    font-size: 22px;
}

.muodal.open {
    opacity: 1;
    visibility: visible;
}

.muodal.open .login-container {
    opacity: 1;
    transform: rotate(0);
    transition-delay: .4s;
}

.muodal .login-container h2 {
    font-size: 22px;
    font-weight: normal;
}

.muodal .login-header p:last-child {
    font-size: 14px;
    margin-top: 10px;
}

.muodal .login-container>span {
    font-size: 26px;
}

body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000a;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

body.muodal:before {
    opacity: 1;
}

.home-slider {
    display: flex;
    align-items: center;
    position: relative;
}

.home-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider.slick-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0 !important;
    border-radius: 10px;
    overflow: hidden;
}

.main-slider.slick-slider>button {
    z-index: 2;
    position: absolute;
    width: unset;
    height: unset;
}

.main-slider.slick-slider>.slick-prev {
    left: 10px;
    right: unset;
}

.main-slider.slick-slider>.slick-next {
    right: 10px;
    left: unset;
}

.main-slider.slick-slider .slick-dots {
    bottom: 20px;
    text-align: left;
    padding: 0 25px;
    display: flex;
    justify-content: flex-end;
}

.main-slider.slick-slider .slick-dots button {
    content: unset;
    background: #fff;
    border: 1px solid #fff;
    width: 12px;
    height: 9px;
    border-radius: 10px;
    margin: 0;
    margin-right: 5px;
    transition: .5s;
    opacity: 1;
    cursor: pointer;
    font-size: 0;
    padding: 0;
}

.main-slider.slick-slider .slick-dots li {
    width: unset;
    height: unset;
    margin: unset;
}

.main-slider.slick-slider .slick-dots button:before {
    content: unset;
}

.main-slider.slick-slider .slick-dots button:hover,
.main-slider.slick-slider .slick-dots .slick-active button {
    background: var(--color2);
    width: 20px;
}

.main-slider.slick-slider>button:before {
    transition: .5s;
    line-height: 1.5;
    opacity: 1;
    background: #888;
    border-radius: 50%;
    padding: 10px;
    font-family: 'icomoon';
    font-size: 16px;
    border: 1px solid #888;
}

.main-slider.slick-slider>.slick-prev::before {
    content: "\e90c";
}

.main-slider.slick-slider>.slick-next::before {
    content: "\e90a";
}

.main-slider.slick-slider>button:hover:before {
    background: var(--color1);
}

.main-slider.slick-slider .slick-track {
    display: flex;
    align-items: center;
}

.close:before {
    content: "\e908";
    font-family: 'icomoon';
    display: block;
}

.header {
    padding-top: 45px;
    margin-bottom: 25px;
    box-shadow: 0 2px 5px #9996;
}

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

.right-side {
    max-width: 100px;
    margin-left: 25px;
    order: 1;
}

.right-side a.so {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.right-side a.so:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url('../image/flash.png') center no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.left-side {
    display: flex;
    order: 3;
    justify-content: flex-end;
    margin-right: auto;
}

.header-cart {
    border: 1px solid #f6f5f5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    cursor: pointer;
}

.header-cart:after {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 10px;
    line-height: 1;
    color: #adb5bd;
    transition: .5s;
    margin-right: 10px;
}

.header-cart>span {
    height: 20px;
    width: 20px;
    background-color: var(--color2);
    line-height: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    transition: .5s;
    margin-left: 10px;
}

.header-cart:hover>span {
    background-color: #000;
}

.header-cart:hover:after {
    filter: brightness(0);
}

.wmc-content {
    position: absolute;
    padding: 15px 10px;
    width: 400px;
    left: 0;
    top: 30px;
    z-index: 60;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 7px #0005;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .5s;
    cursor: auto;
}

.header-cart:hover .wmc-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.mini-cart-item {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 10px;
}

.wmc-content .error-text {
    text-align: center;
    display: block;
}

.mini-cart-item:last-of-type {
    margin-bottom: 0;
}

.wmc-remove {
    position: absolute;
    left: 10px;
    top: 10px;
}

.wmc-remove .remove {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    outline: none;
    border: 1px solid #f00;
    font-size: 14px;
}

.wmc-image img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 5px;
}

.wmc-image {
    margin-left: 15px;
}

.wmc-details {
    padding-left: 25px;
    width: 100%;
    overflow: hidden;
}

.wmc-product-title h4 {
    font-size: 14px;
    line-height: 28px;
}

.wmc-image a {
    display: block;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.item-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.wmc-bottom-buttons {
    text-align: center;
    margin-top: 30px;
}

.view-cart-btn {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--color1);
    color: #fff;
}

.header-account,
.header-lang,
.header-style {
    border: 1px solid #f6f5f5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    margin-right: 10px;
}

.header-account a,
.header-account span {
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
    transition: .5s;
}

.header-account a:hover,
.header-account span:hover {
    color: var(--color2);
}

.header-lang button {
    transition: .5s;
    background: none;
    border: none;
}

.header-lang button:hover {
    color: var(--color2);
}

.header-style button {
    transition: .5s;
    background: none;
    border: none;
}

.header-style button:hover {
    color: var(--color2);
}

.header .support {
    margin-right: auto;
    position: relative;
}


/**/

.btn-switch input:checked+.btn-slider {
    background-color: var(--color2);
    display: inline-block;
}

.btn-switch {
    position: relative;
    height: 40px;
    box-shadow: 0px 0px 5px #0006;
    border-radius: 5px;
    color: var(--bg_footer);
    font-family: var(--bold_font);
    padding: 5px 10px;
    display: flex;
    font-size: 14px;
}

.btn-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.btn-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px;
}

.product-ordering .btn-switch:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯";
    font-family: var(--main_font);
    display: inline-block;
    margin-left: 35px;
}

.product-ordering .btn-switch {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

#sidebar .current-cat a {
    color: var(--color1)
}

.product-ordering {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-ordering .orderby {
    -webkit-appearance: none;
    box-shadow: 0px 0px 5px #0006;
    color: #424242;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--bold_font);
    padding: 5px 15px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    width: 32%;
    background: unset;
    height: 40px;
    font-size: 13px;
    position: relative;
}

.product-ordering:before {
    content: "\e90b";
    font-family: 'icomoon';
    font-size: 14px;
    transition: .3s;
    transform-origin: center;
    position: absolute;
    color: var(--color1);
    top: 13px;
    right: 28.5%;
    line-height: 1;
}

.product-ordering.opened:before {
    transform: rotate(180deg);
    color: var(--color2);
}

.header-menu {
    padding: 5px 15px 5px 30px;
    background-color: var(--color2);
    border: 1px solid #e60354;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 42px;
    transition: .5s;
    cursor: pointer;
}

.header-menu:before {
    content: "\e907";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    margin-left: 23px;
}

.search-box {
    display: flex;
    position: relative;
    align-items: center;
    margin-left: 30px;
    order: 2;
}

.search-box select {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.search-box:before {
    content: "\e902";
    font-family: 'icomoon';
    position: absolute;
    font-size: 10px;
    line-height: 1;
    color: #acb4bc;
    right: 135px;
    top: 18px;
    z-index: 1;
    pointer-events: none;
    transition: .5s;
}

.search-box select {
    padding-left: 20px;
}

.search-results {
    position: absolute;
    width: 100%;
    max-height: 300px;
    top: 50px;
    z-index: 10;
    background: #fff;
    overflow: auto;
    border-radius: 10px;
    display: none;
}

.search-result {
    display: flex;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.search-result:not(:last-child) {
    margin-bottom: 10px;
}

.search-results::-webkit-scrollbar {
    width: 5px;
}

.search-result img {
    border-radius: 10px;
    margin-left: 15px;
}

.search-results a {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-results a:last-child {
    margin-bottom: 0;
}

.thumb-det {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.thumb-det p {
    margin-left: 10px;
}

.thumb-price>* {
    text-decoration: none;
    margin: 0 15px;
    display: flex;
}

.thumb-price ins {
    font-size: 16px;
    font-weight: bold;
}

.thumb-price del {
    color: #888;
    text-decoration: revert;
}

.thumb-price {
    display: flex;
    align-items: center;
}

.thumb-price>* span {
    margin-right: 5px;
}

.tag {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    background: var(--color2);
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 10px;
}

input.search-bar {
    width: 385px;
}

ul {
    list-style: none;
}

.submit-search {
    background-color: #000000;
    border: none;
    padding: 13px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #5c5c5c;
    border: none;
    transition: .5s;
}

.submit-search:before {
    content: "\e903";
    font-family: 'icomoon';
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.header-cart i:before {
    content: "\e913";
    font-family: 'icomoon';
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bottom-header {
    display: flex;
    align-items: center;
}

.search-box select,
.search-box input {
    background-color: #f8f9fa;
    padding: 8px 15px;
    min-width: 155px;
    border-radius: 5px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5c5c5c;
    border: 1px solid #fcfcfd;
    cursor: pointer;
    transition: .5s;
}

.header .support>span {
    color: var(--color1);
    word-spacing: -3px;
}

.header .support>p {
    font-size: 20px;
    line-height: 1;
    color: var(--color2);
    font-weight: bold;
}

.header .support>p span {
    font-size: 16px;
    color: var(--color1);
    margin-right: 5px;
}

.header .support:before {
    content: "\e911";
    font-family: 'icomoon';
    position: absolute;
    font-size: 32px;
    line-height: 1;
    color: #ea2a70;
    right: -45px;
    top: 10px;
}

.header-menu:hover {
    background-color: var(--color1);
}

.search-box select:hover,
.search-box input:hover,
.search-box input:focus {
    border-color: var(--color2);
    outline: none;
}

.submit-search:hover {
    background-color: var(--color2);
}

.right-side a.so:hover {
    color: var(--color2);
}

.mega-title {
    z-index: 6;
}

.mega-menu {
    margin-top: 30px;
    flex: 0 0 100%;
    position: relative;
    order: 4;
}

.mega-title>a {
    padding: 5px 15px 10px;
    display: block;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}

.mega-title>a img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.mega-menu>li>.mega-links {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: .1s;
    z-index: 2;
    min-height: 30vh;
    max-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 15%);
}

.mega-title:hover>.mega-links {
    top: 45px;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.mega-menu>li>.mega-links>li>.mega-links {
    width: calc(100% - 200px);
    min-width: 67%;
    right: unset;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff;
    height: 100%;
    border-right: 3px solid #ccc;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .1s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px;
}

.mega-links>li:hover .mega-links {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.mega-links .mega-links:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: -4px;
}

.mega-links:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #fff;
    z-index: -1;
}

.mega-links>li i {
    padding: 5px;
    font-size: 10px;
    color: #ccc;
    transition: .5s;
}

.mega-links>li i:before {
    content: "\e90c";
    font-family: 'icomoon';
}

.mega-links>li:hover i {
    color: #000;
}

.mega-links>li li li a:hover {
    color: var(--color2);
}

.mega-title>a:hover {
    background-color: var(--color1);
    color: #fff;
}

.mega-links>li>a:hover {
    color: var(--color1);
    transition: .5s;
}

.mega-links>li>a>img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.mega-links>li {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    width: 200px;
    max-width: 33%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-links>li:last-child {
    border-bottom: none;
}

.mega-links nav {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}

.mega-links nav a {
    display: flex;
    align-items: center;
    font-size: 12px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.mega-links nav a img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.mega-links nav a:not(:last-child) {
    margin-bottom: 15px;
}

.mega-links>li:last-child:after {
    content: unset;
}

.mega-menu>li>.mega-links>li:hover>.mega-links {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.mega-menu>li>.mega-links>li>.mega-links li {
    max-width: unset;
    margin-bottom: 10px;
    line-height: 1.5;
    padding: 0;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mega-menu>li>.mega-links>li>.mega-links>li>i {
    display: none;
}

.mega-menu>li>.mega-links .mega-links:before {
    content: unset;
}

.mega-menu>li>.mega-links>li:hover>.mega-links .mega-links .mega-links {
    position: relative;
}

.mega-menu>li>.mega-links>li:hover>.mega-links .mega-links .mega-links:before {
    content: "";
    top: 10px;
    right: -6px;
    z-index: 3;
    border: 1px solid #ddd;
}

.mega-menu>li>.mega-links>li>.mega-links>li>.mega-links {
    position: unset;
    width: 100%;
    margin-top: 10px;
}

.mega-menu>li>.mega-links>li>.mega-links>li>.mega-links>li {
    width: 100%;
    padding: 0;
    border: none;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: normal;
}

.mega-menu>li>.mega-links>li>.mega-links>li>.mega-links>li>.mega-links {
    position: absolute !important;
    right: 100%;
    background: #fff;
    border: 1px solid #ddd;
    top: 15px;
    border-radius: 5px;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.mega-menu>li>.mega-links>li>.mega-links>li>.mega-links>li>.mega-links li {
    border: none;
    padding: unset;
}

.mega-menu>li>.mega-links>li>.mega-links>li>.mega-links>li:hover>.mega-links {
    opacity: 1;
    visibility: visible;
    top: -7px;
}

.mega-menu>li>.mega-links>li>.mega-links>li>.mega-links>li>.mega-links>li {
    margin-bottom: 10px;
    font-weight: normal;
}


/* header */


/* slider */

.home-slider .splide,
.home-slider .splide__track,
.home-slider .splide__list,
.home-slider .splide__slide {
    height: 100%;
}

.home-slider .splide__pagination {
    position: absolute;
    left: 150px;
    bottom: 20px;
    display: flex;
    align-items: center;
}

.home-slider .splide__pagination button {
    width: 12px;
    height: 9px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
    margin: 0;
    margin-right: 5px;
    transition: .5s;
    opacity: 1;
    cursor: pointer;
}

.home-slider .splide__pagination button.is-active,
.home-slider .splide__pagination button:hover {
    background: var(--color2);
    width: 20px;
}

.slider-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider-banner .banner-holder:last-of-type {
    margin-bottom: 0;
}

.splide .splide__track {
    border-radius: 10px;
    overflow: hidden;
}

.home-slider {
    margin-bottom: 40px;
}

.attr-item h4 {
    font-size: 16px;
    color: #000;
}

.attr-wrapper {
    display: flex;
    justify-content: space-between;
}

.attr-item span {
    font-size: 12px;
    color: var(--color1);
}

.attr-item:before {
    content: "";
    width: 75px;
    height: 75px;
    margin-left: 20px;
    background: center no-repeat;
    background-size: contain;
}

.attr-item {
    display: flex;
    align-items: center;
}

.attr-item:nth-child(1):before {
    background-image: url('../image/Group 214.svg');
}

.attr-item:nth-child(2):before {
    background-image: url('../image/Group 215.svg');
}

.attr-item:nth-child(3):before {
    background-image: url('../image/Group 216.svg');
}

.attr-item:nth-child(4):before {
    background-image: url('../image/Group 217.svg');
}

.sec-attr {
    margin-bottom: 55px;
}


/* slider */


/* banner */

.banner-holder {
    margin-bottom: 10px;
    border-radius: 35px;
}

.banner-holder img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-banner1,
.sec-banner2,
.sec-banner3 {
    margin-bottom: 75px;
}

.sec-banner3 .row .col-12:first-child .row {
    height: 100%;
}

.banner-holder a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.banner-holder a:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    clip-path: polygon(100% 70%, 0% 100%, 100% 100%);
    background-color: #fff7;
    transition: .5s;
    transition-delay: .4s;
}

.banner-holder a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -40%;
    width: 30%;
    height: 15%;
    background: url('../image/logo.svg') center no-repeat;
    background-size: contain;
    transition: .5s;
}

.banner-holder a:hover:before {
    transition-delay: 0s;
    height: 100%;
}

.banner-holder a:hover:after {
    transition-delay: .4s;
    right: 10px;
}


/* banner */


/* categories */

.sec-categories {
    margin-bottom: 30px;
}

.quick-access {
    padding: 25px;
    border-radius: 10px;
    background: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
}

.quick-access .sec-title {
    flex: 0 0 100%;
}

.quick-access .cat-item {
    flex: 0 0 19%;
    display: flex;
    align-items: center;
    margin: 0 .5% 10px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.quick-access .cat-item img {
    width: 115px;
    height: 115px;
    margin-left: 10px;
}

.quick-access .cat-item h4 {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.sec-categories .row {
    justify-content: flex-end;
    position: relative;
}

.categories.owl-carousel {
    background-color: #f8f9fa;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    position: relative;
}

.owl-carousel .owl-nav button.disabled {
    opacity: .5;
    pointer-events: none;
}

.categories.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: -1;
    padding: 0 5px;
}

.categories.owl-carousel .owl-nav button {
    pointer-events: all;
    font-size: 16px;
    color: #f498b9;
    transition: .5s;
}

.categories.owl-carousel .owl-nav button:hover {
    color: var(--color2);
}

.categories.owl-carousel .owl-nav button.disabled {
    opacity: .3;
    pointer-events: none;
}

.categories.owl-carousel .owl-nav.disabled {
    display: none;
}

.categories .img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 20px;
    background: linear-gradient(#fff 10%, #f8f9fa);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .img img {
    max-height: 65px;
}

.categories h4 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
}

.categories .cat-item {
    padding: 25px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    transition: .5s;
    margin-left: 10px;
    flex: 1 1 0;
}

.categories .cat-item:last-child {
    margin-left: 0;
}

.categories span {
    color: var(--color1);
    line-height: 1;
    display: block;
    text-align: center;
}

.categories .cat-item:hover {
    background-color: #fff;
}

.categories-title {
    position: absolute;
    right: 5px;
    padding: 0;
    margin: 0;
    width: unset;
    z-index: -1;
    top: calc(50% - 113px);
}

.categories-title h3 {
    display: flex;
    flex-direction: column;
}

.categories-title:after {
    content: "";
    display: block;
    width: 125px;
    height: 125px;
    background: url('../image/Group 12.svg') center no-repeat;
    background-size: contain;
    margin-top: 10px;
}

.categories-title h3 span:nth-child(1) {
    color: #ffa8c7;
    font-size: 44px;
}

.categories-title h3 span:nth-child(2) {
    color: #97a1ac;
    font-size: 20px;
    padding-right: 10px;
    margin-top: 10px;
}


/* categories */


/* sale */

.sec-product.backed {
    margin-bottom: 200px;
    padding-top: 45px;
    position: relative;
}

.product-slider {
    display: flex;
    justify-content: space-between;
}

.product-item-top,
.product-item-parent {
    height: 100%;
}

.sec-product.backed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #dbebee;
    z-index: -1;
}

.sec-title h2 {
    font-size: 20px;
}

.sec-title {
    margin-bottom: 20px;
}

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

.banner-slider .owl-dots {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 30px;
    display: flex;
    align-items: center;
}

.banner-slider .owl-dots button {
    width: 20px;
    height: 9px;
    border-radius: 10px;
    background: #fff !important;
    border: 1px solid #fff !important;
    margin: 0;
    transition: .5s;
    opacity: 1;
    cursor: pointer;
    margin-left: 5px;
}

.banner-slider .owl-dots button.active,
.banner-slider .owl-dots button:hover {
    background: var(--color2) !important;
    width: 20px;
}

.banner-slider .owl-dots button.active {
    transform: scale(1.4);
}

.banner-slider .owl-dots button:last-child {
    margin: 0;
}

.sec-product.backed .sec-title h2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-left: 13px;
    background: url('../image/flash.png') center no-repeat;
    background-size: contain;
}

.sec-product.backed .col-12:nth-child(2) {
    margin-bottom: -215px;
    position: relative;
}

.special-offer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.special-offer .owl-nav,
.special-offer .owl-dots,
.product-galery .owl-dots {
    position: absolute;
    top: -66px;
    left: 0;
    right: unset;
    font-size: unset;
    z-index: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    pointer-events: none;
    width: 300px;
    top: unset;
    right: 0;
    bottom: -60px;
    margin: 0 auto;
}

.special-offer .owl-dots,
.product-galery .owl-dots {
    top: -53px;
    justify-content: center;
    padding: 0 45px;
    pointer-events: all;
    z-index: -1;
    top: unset;
    bottom: -45px;
    right: 0;
    margin: 0 auto;
}

.special-offer .owl-nav .owl-next,
.special-offer .owl-nav .owl-prev {
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.special-offer .owl-dots button,
.product-galery .owl-dots button {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    margin: 0 2px;
    background-color: #6b747e;
    border: 1px solid transparent;
    background-clip: content-box;
    padding: 2px;
    transition: .5s;
}

.special-offer .owl-dots button:first-of-type,
.special-offer .owl-dots button:last-of-type,
.product-galery .owl-dots button:first-of-type,
.product-galery .owl-dots button:last-of-type {
    background-color: #999a9d;
}

.special-offer .owl-dots button:hover,
.special-offer .owl-dots button.active,
.product-galery .owl-dots button.active,
.product-galery .owl-dots button:hover {
    background-color: #ea2b6f;
    border-color: #afbcc2;
}

.product-galery .owl-dots {
    z-index: 3;
    bottom: 5px !important;
}

.special-offer .owl-nav .disabled {
    opacity: .3;
    pointer-events: none;
}

.special-offer .owl-nav .owl-prev:hover,
.special-offer .owl-nav .owl-next:hover {
    background-color: var(--color2) !important;
    color: #fff;
}

.product-card {
    padding: 35px 0 20px;
    border: 1px solid var(--color2);
    border-radius: 15px;
    box-shadow: 0px 3px 7px #f2f2f2a1;
    margin-left: 10px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: .5s;
}

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

.product-card>div {
    padding: 0 10px;
    width: 100%;
}

div.product-card {
    display: flex;
}

.product-card h4 {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

.product-card>div>span {
    color: #9a9a9a;
    line-height: 1;
    margin: 20px 0 15px;
    display: block;
    text-align: center;
}

.product-card>div>.button {
    margin: 20px 0 0;
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 14px;
}

.product-card>div>.button:before {
    content: "\e915";
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
}

.product-card>div>.button.disabled:before,
.product-card>div>a.button:before {
    display: none;
}

.product-card>div>.button:hover {
    color: var(--color2);
}

.pc-header {
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    height: 30px;
}

.pc-header .sale {
    position: absolute;
    left: 0;
    padding: 18px 14px;
    background-color: var(--color2);
    color: #fff;
    line-height: 1;
    border-radius: 0 50px 50px 0;
}

.pc-header .heart {
    position: absolute;
    right: 30px;
    background-color: #f8f9fa;
    padding: 14px;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
}

.heart.wished {
    color: #fff;
    background-color: var(--color2);
    opacity: 1;
}

.pc-header .heart:hover {
    background-color: var(--color2);
}

.pc-header .heart:hover:before {
    color: #fff;
}

.pc-header .heart:before {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 1;
    display: block;
    transition: .5s;
}

.price-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    line-height: 1;
    min-width: 200px;
}

.price-card ins {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: var(--color2);
    margin-right: 13px;
}

.price-card del {
    color: #9a9a9a;
    font-size: 16px;
}


/* sale */


/* product */

.sec-product {
    margin-bottom: 85px;
}

.sec-product .sec-title {
    display: flex;
    align-items: center;
}

.countdown {
    margin-right: auto;
}

.po-tabs {
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-right: 40px;
}

.po-tabs span {
    padding: 3px 15px;
    background-color: transparent;
    color: var(--color1);
    border-radius: 10px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
    transition: .5s;
    cursor: pointer;
    position: relative;
}

.po-tabs span:last-child {
    margin-left: 0;
}

.po-tabs span:hover,
.po-tabs span.active {
    background-color: #fff;
    color: #000;
}

.po-tabs span:before {
    content: "\e901";
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    z-index: -1;
    color: #f8f9fa;
    font-size: 17px;
    line-height: 1;
    transition: .5s;
}

.po-tabs span:hover:before,
.po-tabs span.active:before {
    bottom: -25px;
}

.tab_sliders_holder {
    position: relative;
    display: block;
    height: 400px;
}

.tab-slider-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.tab-slider-holder.active {
    opacity: 1;
    visibility: visible;
}

.product-slider,
.banner-slider {
    display: flex;
    align-items: center;
    position: relative;
}

.product-slider .owl-nav,
.banner-slider .owl-nav {
    position: absolute;
    font-size: 24px;
    right: -40px;
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    top: calc(50% - 14px);
    z-index: -1;
    pointer-events: none;
}

.product-slider .owl-nav button,
.banner-slider .owl-nav button {
    pointer-events: all;
    transition: .5s;
}

.product-slider .owl-nav button:hover,
.banner-slider .owl-nav button:hover {
    color: var(--color1);
}

.sec-header a {
    margin-right: auto;
    color: #97a1ac;
    font-size: 16px;
    line-height: 1;
    transition: .5s;
}

.sec-header a:after {
    content: "\e910";
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    margin-right: 10px;
    transition: .5s;
    color: #abb3bc;
    line-height: 1;
}

.sec-header a:hover {
    color: #000;
}

.sec-header a:hover:after {
    margin-right: 5px;
    color: #000;
}

.price-card span {
    font-size: 20px;
    font-weight: bold;
}


/* product */


/* blog */

.sec-blog {
    margin-bottom: 0px;
}

.sec-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.blog-icon {
    width: 65px;
    height: 65px;
    margin-left: 15px;
    background: url('../image/Group 220.svg') center no-repeat;
    background-size: contain;
}

.blog-slider .owl-stage,
.special-offer .owl-stage,
.product-slider .owl-stage,
.banner-slider .owl-stage {
    display: flex;
    margin-bottom: 10px;
}

.banner-slider a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-slider img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.sec-header h2 {
    font-size: 20px;
}

.blog-card img {
    height: 130px;
    width: 100%;
    object-fit: cover;
}

.blog-card h4 {
    font-size: 16px;
    margin: 15px 0;
    line-height: 1.6;
}

.blog-footer {
    padding: 0 20px;
}

.blog-footer>p {
    font-size: 13px;
    word-spacing: -1px;
    font-weight: bold;
    margin-bottom: 21px;
}

.blog-details {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.blog-details p {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: normal;
    color: var(--color2);
    line-height: 1;
}

.blog-details p span {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-size: 12px;
    margin-right: 10px;
    color: var(--color1);
}

.blog-details .heart:before {
    cursor: pointer;
    content: "\e900";
    font-family: 'icomoon';
    color: #99a3b6;
    font-size: 20px;
    display: block;
    line-height: 1;
}

.blog-details .heart.liked:before {
    content: "\e919";
    color: #ff5a5a;
}

.blog-details .heart {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer;
}

.blog-details .heart span {
    margin-left: 5px;
    pointer-events: none;
}

.book-mark {
    line-height: 1;
    font-size: 20px;
    color: #99a3ae;
    margin-right: 15px;
    cursor: pointer;
}

.blog-details .book-mark:before {
    content: "\e904";
    font-family: 'icomoon';
}

.blog-card {
    background-color: #fff;
    border: 2px solid #f6f6f6;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 20px;
    height: 100%;
    transition: .3s;
}

.blog-card:hover {
    border-color: var(--color1);
}


/* blog */


/* brand */

.brand-slider {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 30px;
}

.brand-slider .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
    pointer-events: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.brand-slider .owl-nav button {
    font-size: 20px;
    transition: .5s;
    pointer-events: all;
}

.brand-slider .owl-nav button:hover {
    color: var(--color2);
}

.brand-slider .owl-nav button.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.brand-item {
    display: block;
}

.sec-brands {
    padding: 20px 0;
    border-top: 2px solid #f1f1f1;
}


/* brand */


/* footer */

footer {
    margin-top: 70px;
    padding: 40px 0 50px;
    border-top: 2px solid #f1f1f1;
}

.footer-links h3 {
    font-size: 16px;
    color: var(--color2);
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.footer-links h3 i:after,
.footer-links h3 i:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.footer-links h3 i:before {
    background-color: var(--color2);
    margin-left: 2px;
}

.footer-links h3 i:after {
    background-color: var(--color1);
    margin-left: 10px;
}

.footer-links h3 i {
    display: flex;
}

.footer-links ul {
    padding: 0;
    margin-left: 15px;
    padding-left: 20px;
    padding-top: 25px;
    border-left: 1px dotted #c9c9c9;
    border-width: 2px;
}

.footer-links ul li {
    list-style: none;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: var(--color1);
}

.footer-links ul li a:hover {
    color: var(--color2);
}

.footer-links h3 {
    font-size: 16px;
    color: var(--color2);
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.footer-links h3 i:after,
.footer-links h3 i:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.footer-links h3 i:before {
    background-color: var(--color2);
    margin-left: 2px;
}

.footer-links h3 i:after {
    background-color: var(--color1);
    margin-left: 10px;
}

.footer-links h3 i {
    display: flex;
}

.footer-newsletter>span {
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 30px;
}

.footer-newsletter>span:before {
    content: "";
    width: 33px;
    height: 28px;
    background: url('../image/Icon-Technology-Two-Tone-Email-Unread.svg') center no-repeat;
    background-size: contain;
    margin-left: 7px;
}

.newsletter {
    padding: 35px 45px;
    background-color: #f8f9fa;
    border-radius: 20px;
    position: relative;
}

.newsletter:before {
    content: "";
    position: absolute;
    top: -55px;
    left: 40px;
    width: 100px;
    height: 70px;
    background: url('../image/email1.svg') center no-repeat;
    background-size: cover;
    z-index: -1;
}

.newsletter p {
    font-size: 14px;
    word-spacing: -2px;
    margin-bottom: 30px;
}

.newsletter form {
    padding: 15px;
    border-radius: 10px;
    background-color: #f0f2f6;
    display: flex;
    flex-direction: column;
    position: relative;
}

.newsletter form input {
    width: calc(100% - 35px);
    height: 38px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding-right: 20px;
    transition: .5s;
}

.newsletter form input:hover,
.newsletter form input:focus {
    border-color: var(--color2);
    outline: none;
}

.newsletter form button {
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    background-color: var(--color1);
    outline: none;
    width: 125px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    line-height: 1;
    transition: .5s;
}

.newsletter form button:hover {
    background-color: transparent;
    border-color: var(--color1);
    color: var(--color1);
}

.newsletter form input::placeholder {
    font-size: 12px;
    color: #c2c9d9;
}

.newsletter form label {
    width: 285px;
    margin-bottom: 0;
}

.newsletter form label:before {
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 20px;
    line-height: 1;
    background-size: contain;
    color: #acb6cb;
}

label[for="email"]:before {
    content: "\e90e";
}

label[for="phone"]:before {
    content: "\e90d";
}


/* Set the size of the div element that contains the map */

#map {
    height: 300px;
    /* The height is 300 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.footer-links div div:last-child ul {
    margin-left: 0;
    border-left: none;
}

.footer-contact {
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-contact p {
    margin: 10px 0;
}

.footer-contact p:before {
    content: "";
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 50%;
}

.footer-contact p:first-child:before {
    background: url('../image/Group 221.svg') center no-repeat;
}

.footer-contact p:nth-child(2):before {
    background: url('../image/phone.svg') center no-repeat;
}

.footer-contact p:nth-child(3):before {
    background: url('../image/email.svg') center no-repeat;
}

.footer-contact p,
.footer-contact p a {
    line-height: 1;
    font-size: 14px;
    color: #9a9a9a;
    word-spacing: -4px;
}

.footer-contact p a:hover {
    color: var(--color2);
}

.socials {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.socials a {
    display: inline-flex;
    align-items: center;
    background-size: contain;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1;
}

.socials a:hover {
    color: var(--color2) !important;
}

.socials a:before {
    font-family: 'icomoon';
    font-size: 20px;
    margin-left: 5px;
}

.socials a:last-child {
    margin-left: 0;
}

.socials a.whatsapp:before {
    content: "\e906";
}

.socials a.instagram:before {
    content: "\e905";
}

.socials a.facebook:before {
    content: "\e90f";
}

.socials a.telegram:before {
    content: "\e91b";
}

.bold-links {
    display: flex;
    align-items: center;
    padding: 21px 0;
}

.bold-links ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.bold-links ul li {
    list-style: none;
}

.bold-links ul li:not(:last-child):after {
    content: "";
    border-right: 2px solid var(--color2);
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 10px;
}

.bold-links h3 {
    font-size: 16px;
    color: var(--color2);
    margin-left: 35px;
}

.bold-links ul li a {
    color: var(--colo3);
    position: relative;
}

.bold-links ul li:last-child {
    margin-left: 0;
}

.bold-links ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    border-radius: 10px;
    background: var(--color2);
    bottom: -5px;
    transition: .3s;
}

.bold-links ul li a:hover {
    color: #000;
}

.bold-links ul li a:hover:before {
    width: 100%;
}

.footer-newsletter {
    margin-bottom: 20px;
}

.footer-links {
    margin-bottom: 20px;
}

.enamad img {
    background: #f8f9fa;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}


/* footer */


/* product archive */

.widget-side {
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.widget-title {
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    background-color: var(--color2);
    color: #fff;
    transition: .5s;
    cursor: pointer;
    display: inherit;
}

.widget-title:before {
    font-family: 'icomoon';
    font-size: 14px;
    margin-left: 10px;
    color: var(--color2);
}

.widget-title h4 {
    font-size: 18px;
    font-weight: normal;
}

.closed .widget-title {
    border-radius: 10px;
}

.product-search,
.widget-layered-nav ul,
.widget-price-filter>form {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--color1);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background-color: #f8f9fa;
}

.product-search input {
    border: 1px solid var(--color1);
    background-color: #fff;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: .5s;
}

.product-search input:hover,
.product-search input:focus {
    border-color: var(--color2);
}

.button {
    padding: 10px 15px;
    line-height: 1;
    font-size: 16px;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    background-color: var(--color2);
    border: 1px solid transparent;
    color: #fff;
    transition: .5s;
    cursor: pointer;
}

.button:hover {
    border-color: var(--color2);
    background-color: #fff;
    color: var(--color2);
}

.widget-layered-nav ul form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.widget-layered-nav ul form input {
    margin-left: 15px;
}

.widget-layered-nav ul form label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.widget-layered-nav ul form li:not(:last-child) {
    margin-bottom: 10px;
}

.price-slider-amount {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.price-slider-wrapper {
    padding: 60px 25px 0px;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
}

.price_slider {
    border-radius: 1em;
    background-color: #eee;
    border: 0;
    height: 3px;
    position: relative;
    text-align: right;
    margin-right: .5em;
    margin-left: .5em;
}

.slider-range {
    top: 0;
    height: 100%;
    background: #D4D4D4;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
}

.slider-handle {
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: ew-resize;
    outline: 0;
    top: -8px;
    margin-left: -10px;
    background-color: #fff;
    position: absolute;
    transition: border .5s;
    display: flex;
    align-items: center;
    border-radius: 15px;
    justify-content: center;
    border: 2px solid #777;
}

.slider-handle:before {
    content: "";
    transition: .5s;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #77797D;
}

.price_label span {
    position: absolute;
    color: #000;
    font-size: 14px !important;
    font-weight: 700;
    display: flex;
}

span.from {
    left: 0;
    top: -90px;
}

span.to {
    right: 0;
    bottom: auto;
    top: -25px;
}

.price_label {
    unicode-bidi: embed;
    font-size: 0;
}

.cutome-pagination {
    display: table;
    margin: 40px auto;
    padding: 5px 15px;
    box-shadow: 0px 0px 5px #0006;
    border-radius: 5px;
}

.cutome-pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 16px;
    line-height: 1;
}

.cutome-pagination .prev:before {
    content: "\e90a";
    font-family: 'icomoon';
    display: block;
}

.cutome-pagination li * {
    display: block;
    cursor: pointer;
    transition: .5s;
}

.cutome-pagination .last,
.cutome-pagination .first {
    font-family: arial;
    font-size: 22px;
    color: inherit;
}

.cutome-pagination li *:hover {
    color: var(--color1);
}

.cutome-pagination .prev,
.cutome-pagination .next {
    font-size: 14px;
}

.cutome-pagination .next:before {
    content: "\e90c";
    font-family: 'icomoon';
    display: block;
}

.cutome-pagination li .active {
    color: var(--color1);
}

.attribut {
    border: solid 1px var(--color2);
    border-radius: 15px;
}

.notif {
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
}

.notif h3 {
    font-size: 20px;
    color: var(--color2);
}

.widget-side .attr label {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.widget-side .attr label:last-child {
    margin-bottom: 0;
}

.widget-side .attr {
    padding: 10px 15px;
    display: none;
}

.widget-side:first-child .attr {
    display: block !important;
    height: 178px !important;
    padding: 10px 15px !important;
}

.widget-side .attr label input {
    margin-left: 5px;
}

.widget-side .attr>input {
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.widget-side .attr>input:last-of-type {
    margin-bottom: 0;
}

.filter-show {
    display: none;
    align-items: center;
    z-index: 9;
    cursor: pointer;
    transition: .5s;
    font-size: 18px;
    line-height: 1;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 5px 10px;
    margin-bottom: 15px;
}

.filter-show:before {
    content: "\e918";
    font-family: 'icomoon';
    margin-left: 5px;
}

.filter-show:hover {
    background-color: #eee;
    color: var(--color2);
    border-color: var(--color2);
}

.sidebar .close {
    display: none;
    position: absolute;
    top: 10px;
    left: 40px;
    padding: 6px;
    background: red;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}

[slider] {
    position: relative;
    height: 5px;
    margin: 45px 0 10px 0;
}

[slider]>div {
    position: absolute;
    left: 15px;
    right: 0;
    height: 5px;
}

[slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 14px;
    background-color: #d02128;
}

[slider]>div>[thumb] {
    position: absolute;
    top: -7px;
    pointer-events: none;
    z-index: 2;
    height: 20px;
    width: 20px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

[slider]>input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    opacity: 0;
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider]>input[type=range]:focus {
    outline: none;
}

div[slider]>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider]>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-tooltip {
    display: none;
}

[slider]>div>[sign] {
    position: absolute;
    margin-left: -14px;
    pointer-events: none;
    top: -39px;
    z-index: 3;
    background-color: #d02128;
    color: #fff;
    min-width: 50px;
    padding: 0px 5px;
    min-height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider]>div>[sign]>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

.hideContent {
    overflow: hidden;
    max-height: 300px;
    transition: .5s;
}

.cat-meta {
    z-index: 1;
    position: relative;
}

.show-more {
    width: 100%;
    position: absolute;
    bottom: -5px;
    text-align: center;
    margin-top: -19px;
    display: block;
    z-index: 2;
    padding: 15px 10px 0px;
    background: linear-gradient(transparent, #fff 20px);
    font-size: 16px;
}

.show-more span {
    cursor: pointer;
}


/* product archive */


/* single blog */

.body-post p,
.body-post span {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}

.body-post img {
    border-radius: 15px;
    margin: 20px auto;
    display: block;
}

.body-post h2 {
    font-size: 22px;
}

.body-post h3 {
    font-size: 20px;
}

.body-post h4 {
    font-size: 18px;
}

.body-post h5 {
    font-size: 16px;
}

.body-post h6 {
    font-size: 14px;
}

.body-post strong {
    font-weight: bold;
    color: #000;
}

.body-post a {
    color: blue;
    transition: .5s;
}

.body-post a:hover {
    color: var(--color1);
}

.body-post h1,
.body-post h2,
.body-post h3,
.body-post h4,
.body-post h5,
.body-post h6 {
    margin: 40px 0 20px;
}

.body-post p:last-child,
.body-post span:last-child {
    margin-bottom: 0;
}

.body-post blockquote {
    padding: 25px 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    display: block;
    margin: 40px 0;
}

.post-page .body-post {
    margin: 30px 0 50px;
}

.header-post-1 h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.header-post-1 h1:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url('../image/flash.png') center no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.header-post-1 .pro-cats {
    margin-bottom: 0;
}

.header-post-1 img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 5px 10px #0002;
}

.tag-wrapper {
    color: #7a8187;
    font-size: 16px;
    margin-top: 15px;
}


/* single blog */


/* single product */

.bread-crumbs-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.bread-crumbs-container a {
    display: inline-block;
}

.bread-crumbs-container a:after {
    content: "\e90c";
    font-family: 'icomoon';
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 5px;
    pointer-events: none;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    margin: 25px 0;
    border-top: 1px solid #d2d7db;
}

.form-items.shipping {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.form-items.shipping input {
    width: unset;
}

.form-items.shipping input:nth-of-type(2) {
    margin-right: 20px;
}

.form-items.shipping input {
    margin-left: 5px;
}

.form-items.days-form label {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.form-items.days-form label input {
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.form-items.days-form {
    display: block;
    margin-top: 20px;
}

span.share:before {
    content: "\e917";
    font-family: 'icomoon';
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

span.share {
    cursor: pointer;
}

div.share {
    position: relative;
}

div.share .socials {
    position: absolute;
    right: calc(-100% - 30px);
    top: 0px;
    background-color: #f8f9fb;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
}

.product-header .delivery {
    padding: 10px 20px;
    border-radius: 15px;
    background: #f8f9fb;
    margin-bottom: 10px;
}

.product-header .delivery p {
    display: flex;
    align-items: center;
    position: relative;
}

.delivery .select2-container {
    width: 200px !important;
    margin: 0 10px;
    background-color: #fff !important;
}

.delivery .select2-container--default .select2-selection--single {
    background: #fff !important;
}

.product-wrapper {
    background-color: #f8f9fb;
    padding: 35px 30px;
    border-radius: 15px;
    position: relative;
}

.rating {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 3px 10px;
    border-radius: 10px;
    background: #efefef;
    line-height: 1;
    font-size: 16px;
}

.rating:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/star2.svg) no-repeat center;
    background-size: contain;
    margin-right: 5px;
}

.pro-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-name {
    flex: auto;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
}

.pro-name h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    padding: 10px 15px;
}

.brand-logo img {
    width: 110px;
    height: 110px;
}

aside.blog-side {
    padding: 10px 15px;
    border: 2px solid #f8f8f8;
    border-radius: 15px;
    position: sticky;
    top: 10px;
    margin-bottom: 10px;
}

.blog-side>div>span {
    display: block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

.pro-cats ul li {
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 0;
    margin-bottom: 5px;
}

.post-info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.pro-cats ul li:last-child {
    margin-bottom: 0;
}

.blog-side>div {
    background: #f8f8f8;
    border-radius: 15px;
    padding: 10px;
}

.blog-side>div:not(:last-child) {
    margin-bottom: 20px;
}

.pro-cats a,
.tag-wrapper a {
    color: #7a8187;
    margin: 0 5px;
}

.pro-cats a:hover,
.tag-wrapper a:hover {
    color: var(--color2);
}

.pro-attr h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro-attr h3:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    background: url('../image/attr.svg') center no-repeat;
    background-size: contain;
}

.pro-vars {
    display: block;
    margin: 20px 0;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.pro-vars>div>span {
    min-width: 150px;
    resize: none;
    padding: 5px 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    color: #5c5c5c;
    border: 1px solid #fcfcfd;
    transition: .5s;
    margin-right: 15px;
}

.pro-vars>div>span .select2-selection__arrow {
    top: 6px !important;
}

.pro-vars p {
    margin-right: 15px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    transition: .5s;
}

.pro-vars p:hover,
.pro-vars p.active {
    color: var(--color1);
    border-color: var(--color1);
}

.att-wrapper {
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 10px;
}

.body-post ul,
.body-post ol {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    margin: 0;
    flex-wrap: wrap;
}

.body-post ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 13px;
    background-color: var(--color2);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    margin-left: 10px;
}

.body-post ul li,
.body-post ol li {
    margin-left: 15px;
    font-size: 16px;
    display: inline-block;
    color: #7a8187;
    position: relative;
}

.body-post ul ul,
.body-post ol ol {
    margin-right: 10px;
    padding: 0;
}

.body-post ol li {
    counter-increment: item;
    position: relative;
}

.body-post ol li:before {
    content: counter(item)".";
    color: var(--color1);
    font-size: 18px;
    width: 15px;
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}

.notif-form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    border: none;
}

.notif-form label:not(:last-child) {
    margin-bottom: 20px;
}

.notif-form label {
    margin-bottom: 0;
}

.pro-attr {
    margin-top: 20px;
}

.pro-count {
    padding: 20px 25px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.pro-count form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.counter {
    border: 1px solid #cbced3;
    border-radius: 10px;
    display: flex;
    background-color: #fff;
    overflow: hidden;
    margin: 0 20px;
}

.counter p {
    border: none;
    outline: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    transition: .5s;
    cursor: pointer;
}

.counter p:hover {
    background-color: var(--color2);
    color: #fff;
}

.counter p:before {
    font-family: 'icomoon';
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: bold;
}

p.plus:before {
    content: "\e915";
}

p.minus:before {
    content: "\e914";
}

.counter input {
    border-width: 0 1px;
    padding: 0;
    margin: 0;
    outline: none;
    border-color: #cbced3;
    text-align: center;
    width: 60px;
    font-size: 18px;
}

.pro-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin-right: 30px;
}

.pro-price del {
    font-size: 18px;
    color: #97a1aa;
    margin-top: -15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.pro-price ins {
    font-size: 26px;
    text-decoration: none;
    line-height: 26px;
    color: var(--color2);
}

.pro-price span {
    display: inline-block;
    line-height: 1;
}

.pro-price del span {
    font-size: 12px;
}

.pro-price ins span {
    font-size: 14px;
}

.pro-count form>span {
    font-size: 18px;
}

.pro-count .price-button .button {
    background-color: var(--color2);
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 10px;
    border: 1px solid var(--color2);
    outline: none;
    transition: .5s;
}

.pro-count .price-button .button:before {
    content: "\e913";
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1;
    margin-left: 10px;
}

.pro-count .price-button .button:hover {
    background-color: #fff;
    color: var(--color2);
}

div#sync1,
div#sync2 .gallery-item {
    border: 2px solid #cacfd5;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}

div#sync2 {
    margin-top: 20px;
}

div#sync2 .gallery-item:hover,
div#sync2 .activated .gallery-item {
    border-color: var(--color2);
}

div#sync2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

div#sync2 .owl-nav {
    position: absolute;
    right: -15px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    height: 100%;
    opacity: 0;
    transition: .5s;
}

div#sync2:hover .owl-nav {
    opacity: 1;
    right: -3px;
    left: -3px;
}

div#sync2 .owl-nav button {
    display: block;
    padding: 0 10px !important;
    font-size: 35px;
    line-height: 1;
    height: 100%;
    pointer-events: all;
    cursor: pointer;
    opacity: .5;
    transition: .5s;
}

div#sync2 .owl-nav button:first-child {
    background: linear-gradient(90deg, #fff, #f1f1f1);
    border-radius: 0 5px 5px 0;
}

div#sync2 .owl-nav button:last-child {
    background: linear-gradient(180deg, #fff, #f1f1f1);
    border-radius: 5px 0 0 5px;
}

div#sync2 .owl-nav button:hover {
    opacity: 1;
    color: var(--color2);
}

div#sync2 .owl-nav button.disabled {
    opacity: 0;
    pointer-events: none !important;
}

.product-header {
    margin-bottom: 20px;
}

.single-product .attr-item {
    padding: 15px 10px;
    background-color: #f8f9fb;
    border-radius: 10px;
    flex: 0 0 24%;
}

.single-product .attr-item span {
    color: #5c5b59;
    font-size: 16px;
}

.single-product .attr-item:before {
    min-width: 70px;
    min-height: 70px;
    width: 70px;
    height: 70px;
    margin-left: 15px;
}

.prperties-header {
    padding: 15px 20px;
    background: #f8f9fb;
    border-radius: 10px;
    margin-bottom: 20px;
}

.prperties-header span {
    font-size: 20px;
    font-weight: bold;
    color: #6f7c8c;
    cursor: pointer;
    position: relative;
    margin-left: 25px;
    transition: .5s;
}

.prperties-header span:last-child {
    margin-left: 0;
}

.prperties-header span:not(:last-child):after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    border-left: 2px dashed #b4b4b6;
    position: absolute;
    left: -13px;
}

.prperties-header span:hover,
.prperties-header span.active {
    color: #000;
}

.prperties-header span:last-child {
    margin-left: 0;
}

.prperties-header span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--color2);
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -20px;
    transition: .5s;
}

.prperties-header span:hover:before,
.prperties-header span.active:before {
    width: 100%;
}

.properties-wrapper {
    border: 1px solid #e5e9ec;
    padding: 20px;
    border-radius: 10px;
}

.properties-wrapper .content-box {
    display: none;
}

.properties-wrapper .content-box.active {
    display: block;
}

.sec-comment {
    margin-top: 50px;
}

.sec-comment h4 {
    margin-bottom: 20px;
}

.comment-box {
    padding: 25px 15px;
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #f8f9fb;
}

.comment-box form {
    display: flex;
    justify-content: space-between;
}

.comment-box form textarea {
    padding: 10px 15px;
    width: 49%;
    border: 1px solid transparent;
    border-radius: 10px;
    resize: none;
}

.comment-box form>div {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comment-box form>div>* {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    border-bottom: 2px solid #d3dae0;
    background-color: transparent;
    padding: 10px 0;
    outline: none !important;
    transition: .5s;
}

.comment-box form>div>label {
    border: none;
    display: flex;
    align-items: center;
    flex: 0 0 49%;
}

.comment-box form>div>label input {
    display: block;
    margin-right: 20px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #d3dae0;
    outline: none !important;
    width: 100px;
    text-align: center;
}

.comment-box form textarea:focus,
.comment-box form>div>label input:focus,
.comment-box form>div>*:focus {
    border-color: var(--color2);
}

.comment-box form>div>button {
    display: table;
    width: unset;
    flex: unset;
    border: none;
    margin: 0;
    padding: 5px 15px;
    min-width: 130px;
    border-radius: 5px;
    background-color: var(--color2);
    color: #fff;
    font-size: 18px;
    transition: .5s;
}

.comment-box form>div>button:hover {
    border-color: var(--color2);
}

.contents-dispplay {
    padding: 25px 15px;
    border-radius: 15px;
    background-color: #f8f9fb;
    margin-bottom: 60px;
}

.pro-rating {
    padding: 30px 20px;
    background-color: var(--color2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pro-rating h4 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
}

.pro-rating h4:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url('../image/star.svg') center no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}

.scores {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: auto;
    flex: 0 0 25%;
}

.scores lable {
    font-size: 18px;
    color: #fff;
    /* justify-content: space-between; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pro-rating .scores lable>span:first-child {
    margin-right: auto;
}

.scores lable:not(:last-child) {
    margin-bottom: 10px;
}

.scores lable span:last-of-type {
    margin-right: 10px;
    color: #ae2553;
}

.scores lable progress {
    border-radius: 5px;
    height: 8px;
    direction: ltr;
    width: 100%;
    margin-top: 5px;
}

progress::-webkit-progress-bar {
    background-color: #b02455;
    border-radius: 5px;
}

progress::-webkit-progress-value {
    background-color: #fff;
    border-radius: 5px;
}

.comments-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-wrapper .user>.comment-item {
    background-color: #fff;
}

.comment-item {
    padding: 20px 30px 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.comment-item .user {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-left: 30px;
    position: relative;
}

.comment-item .user:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: -15px;
    border-left: 2px dashed #707070;
}

.comment-item .message {
    margin-left: 20px;
}

.comment-item .message h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.comment-item .message p {
    font-size: 16px;
}

.comment-item .reply {
    position: absolute;
    bottom: 15px;
    left: 30px;
    background-color: #f8f9fb;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 16px;
}

.comment-item .reply:before {
    content: "\e916";
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 17px;
    line-height: 1;
}

.comment-item .scores lable {
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
}

.comment-item .scores lable span:last-of-type {
    margin-right: auto;
    color: #9aa4ad;
    order: 2;
    direction: ltr;
}

.comment-item .scores lable span:first-of-type {
    color: var(--color2);
    order: 3;
}

.comment-item progress::-webkit-progress-bar {
    background-color: #ededed;
    border-radius: 5px;
}

.comment-item progress::-webkit-progress-value {
    background-color: var(--color2);
    border-radius: 5px;
}

.comment-item .scores lable progress {
    margin: 5px 0 0;
    order: 4;
    flex: 0 0 100%;
}

.comments-wrapper ul.replies {
    padding-left: 50px;
}

.admin>.comment-item {
    background-color: #eeeff1;
    padding-bottom: 20px;
}

.admin>.comment-item .reply {
    position: unset;
    margin-right: auto;
    margin-top: 15px;
}

.comments-wrapper ul.replies>li:first-child>.comment-item {
    border-radius: 0 0 10px 10px;
}


/* single product */

.moshakhasat-product-part {
    background: #fdfeff;
    flex: 0 0 100%;
    margin: 5px 1%;
    padding: 12px;
    border-radius: 13px;
    text-align: right;
}

.name-moshakhasat {
    color: var(--color2);
    width: 40%;
    border-left: 2px dashed #ddd;
    display: inline-block;
    text-align: right;
}

.name-moshakhasat span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ea2b6f;
    background-clip: content-box;
    background-color: #ea2b6f;
    padding: 3px;
}

.amount-moshakhasat {
    display: inline-block;
    width: 52%;
    margin-right: 0;
    text-align: right;
    padding-right: 20px;
}

.header_form {
    margin-bottom: 50px;
    font-size: 24px;
}

.info-cart {
    margin-top: 30px;
    border: 1px solid #999;
    border-radius: 5px;
}

.remove.remove_from_cart_button {
    transition: 0.5s;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.remove.remove_from_cart_button:hover {
    color: var(--color2);
}

.shop_table_product {
    width: 100%;
}

.product-cart {
    border: 1px solid #999;
    border-radius: 5px;
}

.shop_table_product th,
.shop_table_product td {
    border: 1px solid #999;
    padding: 5px 15px;
}

.shop_table_product .count {
    display: flex;
    align-items: center;
    width: 100px;
}

.shop_table_product .count button {
    min-width: unset;
    padding: 0 5px;
    line-height: 20px;
    background: unset;
    border-color: #000;
    color: #000;
    width: 20px;
    height: 20px;
}

.shop_table_product .count button:hover {
    color: red;
    border-color: red;
}

th.product-quantity {
    width: 120px;
}

th.product-subtotal {
    width: 120px;
}

th.product-price {
    width: 130px;
}

.cart-Price-amount span {
    font-size: 14px;
}

th.product-remove {
    width: 10px;
    background: #999;
}

td.product-remove {
    width: 10px;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

.product-thumbnail,
.product-thumbnail img {
    width: 100px;
    height: unset;
    margin: 0;
}

.shop_table_product th {
    font-size: 16px;
    font-weight: bold;
    color: #999;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
}

.shop_table_product td {
    font-size: 14px;
    text-align: right;
}

.info-cart td,
.info-cart th {
    border: 1px solid #999;
    padding: 5px 15px;
}

.info-cart table {
    width: 100%;
}

.coupon-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: -10px;
    padding: 10px 20px;
    border: 2px solid #999;
    border-radius: 5px;
}

.coupon-form>p {
    flex: 0 0 100%;
}

.coupon-form label {
    margin: 0;
}

.form-group-coupon-label {
    margin-left: 20px;
}

.form-group-coupon {
    display: flex;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -5px;
}

.form-group-coupon label {
    line-height: 40px;
    font-weight: bold;
    padding-left: 10px;
}

.form-group-coupon button {
    margin-right: 10px;
}

.delete-coupon {
    background-color: red;
}

.delete-coupon:hover {
    color: red;
    border: 1px solid red;
}


/* #pay {
    background-color: greenyellow;
}

#pay:hover {
    background-color: #fff;
    color: greenyellow;
    border: 1px solid greenyellow;
} */

.form-group-coupon-code {
    padding-right: 15px;
    padding-left: 15px;
}

.form-group-coupon-code {
    background-color: #f8f9fa;
    border-radius: 5px;
    color: #5c5c5c;
    border: 1px solid #fcfcfd;
    transition: .5s;
}

.form-group-coupon-code:hover {
    border: 1px solid var(--color2);
}

.coupon-error {
    color: var(--color2);
    margin-top: 10px;
}

.form-info-pay {
    background-color: white;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}

.form-info-pay label {
    color: #000;
}

.form-info-pay input,
.form-info-pay textarea,
.form-items .select2-container {
    resize: none;
    padding: 5px 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    color: #5c5c5c;
    border: 1px solid #fcfcfd;
    transition: .5s;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #f8f9fa !important;
    border: none !important;
}

.form-info-pay input:hover {
    border: 1px solid var(--color2);
}

.form-info-pay textarea:hover {
    border: 1px solid var(--color2);
}

.form-info-pay button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    color: #fff;
    background-color: var(--color2);
    margin-top: 20px;
    /* width: fit-content; */
}

.form-info-pay button:hover {
    color: var(--color2);
    background-color: #fff;
}

.form-items {
    transition: 0.5s;
    display: flex;
}

.printy {
    display: block;
    margin: 0 auto;
    width: fit-content;
    transition: 0.5s;
    background-color: var(--color2);
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
}

.printy:hover {
    background-color: #fff;
    color: var(--color2);
}

.show-factor {
    display: block;
    margin: 0 auto;
    width: fit-content;
    transition: 0.5s;
    background-color: var(--color2);
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 25px;
}

.show-factor:hover {
    background-color: #fff;
    color: var(--color2);
}


/* single product */


/* Page numbers */

.cutome-pagination {
    transition: 0.5s;
}

.page-listproduct button {
    padding: 0;
    background: none;
    border: none;
    transition: .5s;
}

.page-listproduct button:hover,
.page-listproduct button.active {
    color: var(--color2);
}


/* Page numbers */


/* wishlist */

.fav-title {
    font-size: 22px;
    margin-bottom: 30px;
}

.fav-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../image/flash.png') center no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.art-wishlist {
    position: relative;
    padding: 0 30px;
}

.art-wishlist .owl-stage {
    display: flex;
}

.art-wishlist .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    left: 0;
    line-height: 1;
    pointer-events: none;
    top: calc(50% - 10px);
    font-size: 16px;
}

.art-wishlist .owl-nav button {
    transition: .5s;
    pointer-events: all;
}

.art-wishlist .owl-nav button:hover {
    color: var(--color2);
}

.art-wishlist .owl-nav button.disabled {
    pointer-events: none;
    opacity: .3;
}


/* wishlist */


/* orders */

.dropdown-toggle::after {
    content: unset !important;
}

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

#showFactor:before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000a;
}

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

.form-select {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* orders */

.mobile-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    box-shadow: 0px 0 5px #0005;
    background: #fff;
    z-index: 11;
}

.mobile-menu>* {
    padding: 20px 10px 10px;
    flex: 1 1 0;
    text-align: center;
    font-size: 14px;
}

.mobile-menu>*:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-menu>*:nth-child(1):before {
    background-image: url('../image/home-alt.svg');
}

.mobile-menu>*:nth-child(2):before {
    background-image: url('../image/search.svg');
}

.mobile-menu>*:nth-child(3):before {
    background-image: url('../image/shopping-cart.svg');
}

.mobile-menu>*:nth-child(4):before {
    background-image: url('../image/phone1.svg');
}

.mobile-menu>*:nth-child(5):before {
    background-image: url('../image/user.svg');
}


/* contact page */

.page-title {
    font-size: 32px;
    color: #272727;
    text-align: center;
    margin-bottom: 40px;
}

.contact-info>p {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-info a {
    display: inline-block;
    line-height: 1;
    color: #fff;
}

.contact-info a:hover {
    color: var(--color2);
}

.contact-info {
    padding: 30px 40px;
    background-color: #272727;
    height: 100%;
}

.contact-info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.contact-info div:not(:last-child) {
    margin-bottom: 25px;
}

.contact-header {
    margin-bottom: 60px;
}

.contact-ways a {
    padding: 20px;
    border-radius: 20px;
    background-color: #d93770;
    border: 1px solid #d93770;
    color: #fff;
    font-size: 20px;
    flex: 0 0 31%;
}

.contact-ways {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contact-ways a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: center;
}

.contact-ways a.phone:before {
    background-image: url('../image/phone-call.svg');
}

.contact-ways a.whatsapp:before {
    background-image: url('../image/whatsapp.svg');
}

.contact-ways a.telegram:before {
    background-image: url('../image/telegram.svg');
}

.form-header h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.form-header p {
    text-align: center;
    color: #999;
    font-size: 18px;
}

.contact-form form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3% 5%;
    margin-top: 30px;
    border-radius: 10px;
    background: #fff;
}

.contact-form form input,
.contact-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    resize: none;
    padding: 10px 25px;
    margin-top: 10px;
    transition: .5s;
    outline: none;
}

.contact-form form input:focus,
.contact-form textarea:focus {
    border-color: var(--color2);
}

.contact-form form div input {
    width: unset;
    margin: 0 0 0 5px;
}

.contact-form form div {
    display: flex;
    align-items: center;
    height: 49px;
    margin-top: 10px;
}

.contact-form form label {
    margin-bottom: 20px;
    flex: 0 0 49%;
    color: #999;
    line-height: 1.5;
    font-size: 18px;
    position: relative;
}

.contact-form form label:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: #e6e6e6;
    right: 20px;
    top: 49px;
    pointer-events: none;
}

.contact-form form label:last-of-type {
    flex: 0 0 100%;
}

.contact-form textarea {
    height: 150px;
}

.contact-form form button {
    background-color: var(--color2);
    color: #fff;
    font-size: 18px;
}


/* contact page */


/* about page */

.about-page .header-post-1 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
}

.about-page .header-post-1:before {
    content: "";
    position: absolute;
    right: -15px;
    top: -30px;
    width: 150px;
    height: 350px;
    z-index: -1;
    background: #fff;
}

.about-achivments {
    margin: 100px 0;
}

.achivments-header {
    text-align: center;
    padding: 25px;
    background: #272727;
    color: #fefefe;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.achivments-header h3 {
    font-size: 26px;
}

.achivments-header p {
    font-size: 16px;
    margin-top: 10px;
}

.achivments-header:before {
    content: "";
    position: absolute;
    top: -25px;
    z-index: -1;
    width: 280px;
    height: 70px;
    background-color: var(--color2);
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}

.achivments-header:after {
    content: "";
    position: absolute;
    top: -30px;
    width: 146px;
    height: 47px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url('../image/failiure.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.achivment-slider {
    padding: 20px 50px;
    border: 1px solid #272727;
    border-radius: 0 0 5px 5px;
}


/* about page */


/* faq page */

.faq-title {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.faq-title h1 {
    font-size: 24px;
    text-align: center;
}

.accordeon-item {
    background: #fff;
    counter-increment: item;
}

.accordeon-item .question {
    padding: 15px;
    padding-left: 35px;
    border-bottom: 1px solid;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

.accordeon-item .answer {
    padding: 15px;
    display: none;
}

.accordeon-item:not(:last-child) {
    margin-bottom: 15px;
}

.accordeon-item .question:before {
    content: counter(item)".";
    color: var(--color1);
    font-size: 18px;
    width: 15px;
    display: inline-block;
    line-height: 1;
    background: unset;
    clip-path: none;
    height: unset;
    font-weight: normal;
}

.accordeon-item .question:after {
    content: "\e902";
    font-family: 'icomoon';
    position: absolute;
    left: 15px;
    transition: .5s;
    line-height: 1;
    top: calc(50% - 7px);
    font-weight: normal;
    pointer-events: none;
}

.accordeon-item.active .question:after {
    transform: rotate(180deg);
    color: var(--color2);
}


/* faq page */


/* cart */

#wizard-checkout-form h5,
#wizard-checkout-form h6 {
    font-weight: normal;
    color: #516377;
    margin-bottom: 15px;
}

#wizard-checkout-form dd {
    margin-right: 0;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #677788;
}

#wizard-checkout-form dt {
    font-weight: normal;
    font-size: 12px;
    color: #677788;
}

.btn-pinned {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #a8b1bb !important;
    border-radius: 5px;
    font-size: 10px;
}

.accordion-items {
    display: none;
    max-height: 200px;
    overflow: auto;
    margin-top: 20px;
    padding: 0 5px;
}

.list-group.accordion i {
    transition: .5s;
}

.list-group-item .accordion-item {
    display: flex;
}

.list-group.accordion.open i {
    transform: rotate(-90deg);
}

.list-group-item .accordion-item div *:first-child {
    display: flex;
    margin-bottom: 5px;
}

.list-group-item .accordion-item>a {
    margin-left: 15px;
}

.list-group-item .accordion-item>div:last-child {
    margin-right: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-option {
    border: 1px solid #d4d8dd;
    border-radius: 5px;
    padding: 1em;
    padding-right: 2.7em;
    height: 100%;
}

.custom-option input {
    float: right;
    margin-left: 0;
    margin-right: -1.7em;
}

.custom-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.25rem;
    width: 100%;
    color: #516377;
}

.custom-option-content {
    width: 100%;
    height: 100%;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-option-header .badge {
    color: var(--color2);
}

span.custom-option-body {
    color: #677788;
}

.custom-option.checked {
    border-color: #5a8dee;
}


/* cart */


/*

    RESPONSIVE

 */

@media screen and (min-width:1400px) {
    .container {
        max-width: 1360px;
    }
}

@media screen and (min-width:1600px) {
    .container {
        max-width: 1560px;
    }
}

@media screen and (min-width: 992px) {
    .banner-holder a,
    .banner-holder img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .attr-item:before {
        content: "";
        width: 65px;
        height: 65px;
        margin-left: 10px;
    }
    .bold-links h3 {
        margin-left: 20px;
    }
    .newsletter form button {
        position: unset;
        padding: 10px;
        display: block;
        margin-top: 10px;
    }
    .newsletter form label {
        width: 100%;
    }
    .comment-box form>div>label input {
        width: 85px;
        margin-right: 15px;
    }
    input.search-bar {
        width: 300px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .pro-count .price-button .button {
        margin-right: 0;
    }
    .counter p {
        padding: 10px;
    }
    .counter p:before {
        font-size: 12px;
    }
    .counter input {
        width: 45px;
    }
    .counter {
        margin: 0;
    }
    .pro-price {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    input.search-bar {
        width: 200px;
    }
    .sec-product .sec-title {
        flex-wrap: wrap;
        position: relative;
    }
    .po-tabs {
        width: 100%;
        margin: 20px 0 0;
    }
    .brand-slider i {
        width: 28px;
        height: 34px;
    }
    .brand-slider i:last-of-type {
        left: -34px;
    }
    .brand-slider i:first-of-type {
        right: -34px;
    }
    .attr-item {
        flex-direction: column;
    }
    .attr-item:before {
        margin: 0 0 10px;
    }
    .categories-title {
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .categories {
        padding: 15px;
    }
    .categories span {
        font-size: 12px;
    }
    .categories h4 {
        font-size: 14px;
    }
    form {
        width: 100%;
    }
    .pro-count .price-button .button {
        margin: 0 auto;
    }
    .counter {
        margin: 0 10px;
    }
    .counter p {
        padding: 5px 10px;
    }
    .counter p:before {
        font-size: 10px;
    }
    .pro-price {
        margin: 20px 0;
        flex-direction: row;
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .pro-price del {
        margin: 0 0 0 30px;
    }
    .moshakhasat-product-part {
        flex: 0 0 48%;
    }
    .comment-box form {
        position: relative;
        flex-direction: column-reverse;
        padding-bottom: 60px;
    }
    .comment-box form textarea {
        width: 100%;
        height: 200px;
        margin-top: 20px;
    }
    .comment-box form>div {
        width: 100%;
    }
    .comment-box form>div>button {
        position: absolute;
        bottom: 0;
    }
    .comment-box form>div>select {
        flex: 0 0 20%;
        width: 20%;
    }
    .comment-box form>div>label {
        flex: 0 0 35%;
    }
    .filter-show {
        display: flex;
        font-size: 14px;
        margin-left: 10px;
    }
    .form-control {
        width: unset;
        height: unset;
        font-size: 14px;
        padding: 5px;
    }
    #sidebar {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: -100vw;
        overflow: auto;
        background-color: #000a;
        z-index: 10;
        padding: 2vh 0 !important;
        transition: .5s;
    }
    #sidebar .sidebar {
        position: relative;
        width: 500px;
        margin: 0 auto;
        background-color: #fff;
        padding: 40px;
        border-radius: 10px;
        transition: .5s;
        opacity: .5;
        height: 95vh;
        overflow: auto;
    }
    #sidebar.open {
        right: 0;
    }
    #sidebar.open .sidebar {
        opacity: 1;
    }
    .sidebar .close {
        display: block;
    }
    .header-menu {
        padding: 11px;
        margin-left: 20px;
    }
    .header-menu:before {
        margin-left: 0;
    }
    .header-menu span {
        display: none;
    }
    .search-box input {
        width: 100%;
    }
    .search-results {
        right: 0;
    }
    .search-box {
        flex: 0 0 100%;
        order: 3;
        margin: 15px 0;
    }
    .search-box:before {
        right: 130px;
    }
    .left-side {
        order: 2;
    }
    .mega-menu {
        margin-top: 15px;
    }
    .price-card del {
        font-size: 14px;
    }
    .price-card ins {
        font-size: 16px;
    }
    .price-card span {
        font-size: 16px;
    }
    .slider-banner {
        flex-direction: row;
        justify-content: space-between;
    }
    .slider-banner .banner-holder {
        flex: 0 0 49%;
        margin-bottom: 0;
    }
    .contact-map img {
        width: 100%;
    }
    .contact-map {
        margin-top: 20px;
    }
    .contact-ways a {
        font-size: 16px;
        padding: 10px;
        border-radius: 15px;
    }
    .contact-ways a:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .quick-access .cat-item {
        flex: 0 0 24%;
    }
    .quick-access {
        padding: 0px 5px;
        margin-top: -10px;
    }
    div.share {
        margin-right: auto;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .right-side img {
        max-width: 150px;
        margin-left: 20px;
    }
    .right-side a.so {
        font-size: 14px;
    }
    .header-menu {
        padding: 0px 8px;
        margin-left: 10px;
    }
    .header-menu:before {
        margin-left: 0;
        line-height: unset;
    }
    .header-menu span,
    #search-filters {
        display: none;
    }
    .search-box input {
        padding: 8px 10px;
    }
    .search-box:before {
        content: unset;
    }
    .home-slider .dots {
        left: 30px;
    }
    .attr-wrapper {
        flex-wrap: wrap;
    }
    .attr-item,
    .single-product .attr-item {
        margin: 5px;
        flex: 0 0 45%;
        flex-direction: row;
    }
    .attr-item:before {
        content: "";
        width: 55px;
        height: 55px;
        margin-bottom: 0;
        margin-left: 10px;
    }
    .attr-item h4 {
        font-size: 14px;
    }
    .attr-item span {
        font-size: 10px;
    }
    .sale-nav .dot {
        width: 17px;
        height: 17px;
    }
    .brand-item {
        margin: 0 10px;
    }
    .blog-card {
        margin-bottom: 20px;
    }
    .blog-card:last-child {
        margin-bottom: 0;
    }
    .blog-card img {
        height: 100px;
    }
    .footer-links ul {
        padding: 0;
        margin-left: 0;
        border: none;
        margin-bottom: 30px;
    }
    .name-moshakhasat {
        font-size: 16px;
    }
    .name-moshakhasat img {
        width: 18px;
        height: 18px;
    }
    .prperties-header span {
        flex: 0 0 48%;
        margin: 10px 0;
        padding: 0 10px;
    }
    .prperties-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .prperties-header span:before {
        bottom: -10px;
    }
    .prperties-header span:after {
        left: -1%;
    }
    .prperties-header span:nth-child(even):after {
        content: unset;
    }
    .comment-box form>div>select {
        width: 100%;
        flex: 0 0 100%;
    }
    .comment-box form>div>label {
        flex: 0 0 48%;
    }
    .pro-rating h4 {
        font-size: 16px;
    }
    .pro-rating h4:before {
        width: 25px;
        height: 25px;
    }
    .scores lable {
        font-size: 16px;
    }
    .comment-item {
        flex-direction: column;
        padding: 20px 20px 60px;
    }
    .comment-item .user {
        margin: 0 0 20px;
        width: 100%;
        font-size: 16px;
        order: 1;
    }
    .comment-item .user:before {
        border-bottom: 2px dashed #707070;
        border-left: none;
        top: unset;
        bottom: -5px;
        left: unset;
        height: unset;
        width: 100%;
    }
    .comment-item .scores {
        order: 2;
        width: 100%;
        margin: 0 0 20px;
        flex: 0 0 100%;
    }
    .comment-item .message {
        order: 3;
    }
    .comment-item .scores lable {
        width: 100%;
    }
    .comment-item .reply {
        order: 4;
    }
    .shop_table_product thead {
        display: none;
    }
    .shop_table_product tbody tr {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .shop_table_product tbody tr td {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }
    .shop_table_product tbody tr td.product-remove {
        position: absolute;
        width: 30px;
        height: 30px;
        border: none;
        font-size: 16px;
        top: 1px;
        border-radius: 0 0 5px 5px;
        right: 15px;
        z-index: 2;
        background-color: #f8f8f8;
        justify-content: center;
    }
    .shop_table_product tbody tr td.product-thumbnail {
        justify-content: center;
    }
    td.product-name:before,
    #orders_table td:nth-child(1):before {
        content: "نام :";
    }
    .shop_table_product tbody tr td:before {
        padding: 5px 10px;
        background-color: #f8f8f8;
        line-height: 1;
        border-radius: 5px;
        flex: 0 0 90px;
        font-size: 16px;
        text-align: center;
        margin-left: 10px;
    }
    td.product-price:before,
    #orders_table td:nth-child(2):before {
        content: "قیمت :";
    }
    td.product-quantity:before,
    #orders_table td:nth-child(3):before {
        content: "جمع :";
    }
    td.product-subtotal:before,
    #orders_table td:nth-child(4):before {
        content: "جمع کل :";
    }
    #orders_table td {
        justify-content: space-between;
        padding: 10px 20px;
    }
    #orders_table td:before {
        flex: 0 0 130px;
    }
    #orders_table td button {
        width: 200px;
        margin: 0 auto;
    }
    .scores {
        flex: 0 0 75%;
    }
    .header .support:before {
        content: unset;
    }
    .flip-clock-wrapper ul li {
        line-height: 40px;
    }
    .flip-clock-wrapper ul li a div {
        font-size: 24px;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 20px;
    }
    .flip-clock-wrapper ul {
        width: 25px;
        height: 40px;
        margin: 0 2px;
    }
    .flip-clock-divider {
        width: 10px;
        height: 40px;
    }
    .flip-clock-dot.top {
        top: 12px;
        left: 2px;
    }
    .flip-clock-dot.bottom {
        bottom: 8px;
        left: 2px;
    }
    .flip-clock-dot {
        width: 6px;
        height: 6px;
    }
    .contact-ways a {
        font-size: 14px;
    }
    .contact-ways a:before {
        display: block;
        margin: 0 auto 10px;
    }
    .login-container {
        width: 90vw;
    }
    .quick-access .cat-item {
        flex: 0 0 32%;
        flex-direction: column;
        margin-bottom: 5px;
    }
    .quick-access .cat-item img {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .home-slider {
        margin-bottom: 8px;
        margin-top: -16px;
    }
    .banner-slider img {
        border-radius: 10px;
    }
    .sec-product.backed {
        padding-top: 20px;
    }
    .special-offer .owl-dots button,
    .product-galery .owl-dots button {
        width: 10px;
        height: 10px;
    }
    .blog-details p {
        font-size: 14px;
    }
    .blog-details p {
        font-size: 14px;
    }
    .blog-details .heart::before {
        font-size: 16px;
    }
    .sec-product.backed .sec-title {
        flex-direction: column;
    }
    .achivment-slider {
        padding: 20px;
    }
    .achivments-header {
        padding: 25px 10px 10px;
    }
    .achivments-header h3 {
        font-size: 22px;
    }
    .achivments-header p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) and (min-width: 577px) {
    .pro-count form {
        align-items: flex-end;
    }
    .pro-price del {
        margin: 0 0 5px;
    }
    .pro-count .price-button .button {
        margin: 20px auto 0;
    }
    .pro-price {
        margin: 0;
        flex-direction: column;
        width: unset;
        align-items: flex-end;
    }
}

@media screen and (max-width: 576px) {
    .top-badge a {
        font-size: 12px;
    }
    .swal2-title {
        line-height: 2;
        font-size: 16px !important;
    }
    .top-badge a:before {
        width: 20px;
        height: 20px;
    }
    .top-badge i.close {
        top: calc(50% - 5px);
        font-size: 10px;
    }
    .header {
        padding-top: 0;
    }
    .main-slider.slick-slider>.slick-prev {
        left: 5px;
    }
    .main-slider.slick-slider>.slick-next {
        right: 5px;
    }
    .main-slider.slick-slider>button:before {
        padding: 5px;
        font-size: 10px;
    }
    .top-header {
        position: relative;
    }
    .search-box form {
        width: 100%;
        flex-direction: row-reverse;
    }
    .search-box input {
        margin: 0 10px 0 0;
    }
    .special-offer .owl-nav,
    .special-offer .owl-dots,
    .product-galery .owl-dots {
        width: 100%;
        top: unset;
        right: 0;
        bottom: -50px;
        margin: 0 auto;
        font-size: 12px;
    }
    .special-offer .owl-dots,
    .product-galery .owl-dots {
        top: unset;
        bottom: -38px;
        right: 0;
        margin: 0 auto;
    }
    .special-offer {
        margin-bottom: 30px;
    }
    .muodal .login-container h2 {
        font-size: 20px;
    }
    .login-container label {
        line-height: 1;
    }
    .form-info-pay .button,
    .login-container button {
        font-size: 14px;
    }
    .product-slider .owl-nav,
    .banner-slider .owl-nav {
        right: 0;
        left: 0;
        font-size: 12px;
    }
    /*.banner-slider {
        padding: 0px 15px;
    }*/
    .special-offer {
        padding: 0;
    }
    .product-card {
        padding: 40px 0 20px;
        align-items: center;
        overflow: hidden;
        box-shadow: 0px 3px 7px #bebebeb0;
    }
    .right-side img {
        margin: 0;
        height: 25px;
        object-fit: contain;
        width: unset;
    }
    .right-side {
        margin: 0 auto;
        position: absolute;
        z-index: 3;
        left: 15px;
    }
    .product-card>a {
        margin: 0 0 10px;
    }
    .product-card a {
        display: block;
    }
    .product-card h4 {
        font-size: 10px;
    }
    .product-card>div>span {
        margin: 0 0 5px;
        font-size: 8px;
    }
    .pc-header {
        top: 5px;
    }
    .pc-header .sale {
        padding: 10px;
        font-size: 12px;
    }
    .pc-header .heart {
        right: 10px;
        padding: 8px;
    }
    .pc-header .heart:before {
        font-size: 12px;
    }
    .price-card {
        min-width: unset;
        margin-top: 10px;
        flex-direction: column;
    }
    .po-tabs {
        padding: 9px 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .po-tabs span {
        padding: 3px 10px;
        font-size: 14px;
        flex: 0 0 48%;
        margin: 3px 0;
        text-align: center;
    }
    .po-tabs span:before {
        content: unset;
    }
    .blog-icon {
        width: 50px;
        height: 50px;
        margin-left: 15px;
    }
    .sec-header h2,
    .sec-title h2 {
        font-size: 18px;
    }
    .sec-header a {
        font-size: 14px;
    }
    .sec-header a:after {
        font-size: 18px;
    }
    .sec-product.backed .sec-title h2:before {
        width: 22px;
        height: 22px;
    }
    .tab_sliders_holder {
        height: 200px;
    }
    .sec-banner1,
    .sec-banner2,
    .sec-banner3,
    .sec-product {
        margin-bottom: 30px;
    }
    .header-cart>span,
    .header-account span {
        display: none;
    }
    .header-account:before {
        content: "\e912";
        font-family: 'icomoon';
        display: block;
        color: #000;
        line-height: 1;
        font-size: 20px;
        font-weight: bold;
    }
    .home-slider .splide__pagination {
        left: 30px;
        width: unset;
        bottom: 5px;
        transform: none;
    }
    .att-wrapper {
        padding: 10px;
    }
    .comment-box form>div>label input {
        width: 55px;
        margin-right: 10px;
    }
    .pro-rating {
        flex-direction: column;
    }
    .pro-rating h4 {
        margin-bottom: 15px;
    }
    .pro-rating .scores,
    .pro-rating .scores lable,
    .pro-rating .scores progress {
        width: 100%;
        margin: 0;
    }
    .comments-wrapper ul.replies {
        padding-left: 20px;
    }
    .shop_table_product td {
        font-size: 14px;
    }
    .cart-Price-amount span {
        font-size: 12px;
    }
    .form-items {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    .countdown {
        margin: 15px auto 0;
    }
    .countdown>div {
        width: unset;
    }
    .footer-contact {
        flex-direction: column;
    }
    .footer-contact .socials {
        margin: 15px 0 0;
    }
    .contact-ways a {
        font-size: 14px;
    }
    .contact-ways a:before {
        display: block;
        margin: 0 auto 10px;
    }
    .contact-form form label {
        flex: 0 0 100%;
    }
    .contact-form form button {
        margin: 0 0 0 auto;
    }
    .contact-ways a:before {
        margin: 0;
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .contact-ways a span {
        display: none;
    }
    .contact-ways a {
        flex: unset;
    }
    .contact-ways {
        justify-content: space-around;
    }
    footer {
        padding-bottom: 90px;
    }
    .product-page footer {
        padding-bottom: 130px;
    }
    .newsletter {
        padding: 15px;
    }
    .bold-links {
        flex-direction: column;
        align-items: flex-start;
    }
    .bold-links h3 {
        margin: 0 0 10px;
    }
    .price-card del {
        margin-bottom: 10px;
    }
    .price-card span,
    .price-card ins {
        margin: 0;
    }
    .blog-footer>p {
        display: none;
    }
    .blog-card h4 {
        font-size: 14px;
    }
    .sec-header {
        flex-wrap: wrap;
    }
    .pro-count form {
        position: fixed;
        bottom: 90px;
        z-index: 3;
        right: 0;
        left: 0;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
        border-radius: 5px 5px 0 0;
        padding: 15px;
        background: #fff;
        box-shadow: 0 -1px 1px rgb(0 0 0 / 14%), 0 -2px 2px rgb(0 0 0 / 5%);
    }
    .pro-count .price-button .button:before {
        content: unset;
    }
    .pro-count form .pro-price {
        flex-direction: column;
        align-items: flex-start;
        width: unset;
        margin: 0;
    }
    .pro-price del {
        line-height: 2;
        margin: 0;
        font-size: 12px;
    }
    .pro-count .price-button .button {
        order: 2;
        margin: 0;
        font-size: 12px;
        display: block !important;
    }
    .pro-price span {
        font-size: 12px;
    }
    .pro-price ins {
        font-size: 16px;
    }
    .counter input {
        width: 35px;
    }
    .sec-attr {
        margin-bottom: 20px;
    }
    .bread-crumbs-container {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 50px);
        font-size: 10px;
    }
    .bread-crumbs-container a:after {
        font-size: 7px;
        margin: 0 3px 0 0px;
    }
    .socials a:before {
        font-size: 16px;
    }
    .socials a {
        font-size: 12px;
    }
    span.share:before {
        font-size: 16px;
    }
    span.share {
        font-size: 0;
        display: block;
        word-spacing: -100px;
    }
    .bread-crumbs {
        position: relative;
    }
    .bread-crumbs>.share {
        position: absolute;
        left: 0;
        top: 14px;
    }
    div.share .socials {
        width: 110px;
        right: unset;
        left: 0;
        top: 30px;
    }
    .bread-crumbs {
        padding-top: 10px;
        margin: 5px 0 10px;
    }
    .bread-crumbs>.share {
        position: absolute;
        left: 0;
        top: 3px;
    }
    span.share:before {
        font-size: 16px;
        margin-left: 0px;
    }
    .prperties-header {
        padding: 10px;
    }
    .prperties-header span {
        font-size: 12px;
        flex: auto;
        margin: 0;
        padding: 0 5px;
        text-align: center;
    }
    .product-wrapper {
        padding: 10px;
    }
    .prperties-header span:after {
        content: unset !important;
    }
    .prperties-header span:before {
        left: unset;
        bottom: -5px;
    }
    .attr-item,
    .single-product .attr-item {
        flex-direction: column;
    }
    .single-product .attr-item:before {
        margin: 0 0 10px;
    }
    .moshakhasat-product-part {
        flex: 0 0 100%;
        padding: 5px 0;
        margin: 5px auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .name-moshakhasat {
        font-size: 12px;
        width: 50%;
        padding-left: 5px;
        border-left: 1px dashed #ddd;
    }
    .name-moshakhasat span:before {
        margin-left: 5px;
        width: 10px;
        height: 10px;
        border: 1px solid #ea2b6f;
        padding: 1px;
    }
    .amount-moshakhasat {
        padding-right: 10px;
        font-size: 12px;
        width: 50%;
    }
    .properties-wrapper {
        padding: 10px;
    }
    .body-post p,
    .body-post span {
        font-size: 14px;
    }
    #sidebar .sidebar {
        padding: 10px;
        width: calc(100% - 20px);
    }
    .sidebar .close {
        top: 5px;
        left: 5px;
        font-size: 10px;
        z-index: 5;
    }
    .form-info-pay {
        padding: 10px;
    }
    .pro-name h1 {
        font-size: 16px;
    }
    .pro-count form>span:first-of-type {
        display: none;
        margin: 0 auto;
    }
    .counter {
        order: 1;
        margin: 0;
    }
    .pro-count {
        padding: 10px 25px;
    }
    .modal-content {
        padding: 0 0px 10px;
        height: 95vh;
        overflow: auto;
    }
    .modal-content .modal-body {
        padding: 0;
    }
    .orders {
        padding: 10px;
    }
    .form-items.days-form label {
        padding: 5px;
        line-height: 1.3;
    }
    .form-items.days-form label input {
        height: 15px;
        margin-top: 10px;
    }
    .container {
        padding: 0 15px;
    }
    .quick-access .cat-item h4 {
        font-size: 10px;
    }
    .quick-access .cat-item img {
        width: 90px;
        height: 90px;
    }
    .product-header .delivery p {
        display: block;
    }
    .delivery .select2-container {
        width: 100% !important;
        margin: 10px 0;
    }
    .select2-container {
        resize: none;
        padding: 5px 10px;
        background-color: #f8f9fa;
        border-radius: 5px;
        color: #5c5c5c;
        border: 1px solid #fcfcfd;
        transition: .5s;
        width: calc(100% - 20px) !important;
        left: unset !important;
        right: 0 !important;
        margin: 0 10px !important;
        font-size: 8px;
    }
    .select2-container>span {
        width: 100% !important;
    }
    .accordeon-item .question:after {
        left: 0;
        right: 0;
        top: calc(100% - 7px);
    }
    .accordeon-item .question {
        padding-left: 15px;
    }
}

@media screen and (max-width: 460px) {
    .bottom-header {
        flex-direction: column;
        align-items: baseline;
    }
    .attr-item {
        flex: 0 0 40%;
    }
    .single-product .attr-item:before {
        min-width: 60px;
        min-height: 60px;
        width: 60px;
        height: 60px;
    }
    .product-card>div>.button {
        min-width: unset;
        font-size: 12px;
        padding: 7px;
    }
    .product-card>div>.button.disabled,
    .product-card>div>a.button {
        font-size: 14px;
        word-spacing: unset;
    }
}

@media screen and (max-width: 420px) {
    .attr-item:before {
        margin: 0 0 10px;
    }
    .attr-item {
        flex-direction: column;
        text-align: center;
    }
    .header .support {
        margin-right: unset;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 15px;
    }
    .search-box {
        width: 100%;
    }
    .header .support:before,
    .header-cart:after {
        content: unset;
    }
    .header-menu {
        padding: 8px;
    }
    .pro-title {
        flex-direction: column;
    }
    .pro-cats {
        margin-bottom: 25px;
    }
    .comment-box form>div>select {
        width: 100%;
        flex: 0 0 100%;
    }
    .comment-box form>div>label {
        flex: 0 0 100%;
        display: flex;
    }
    .comment-box form>div>label input {
        flex: auto;
    }
    .shop_table_product tbody tr td:before {
        flex: 0 0 60px;
        font-size: 14px;
    }
    .item-detail {
        font-size: 14px;
    }
    .wmc-content {
        display: none;
    }
    .search-result img {
        width: 50px;
        height: 50px;
    }
    .search-result {
        align-items: center;
    }
    .thumb-det p {
        font-size: 12px;
    }
    .thumb-det .thumb-price ins {
        font-size: 12px;
    }
    .thumb-det .thumb-price del {
        font-size: 10px;
    }
    .thumb-price>* {
        margin: 0 10px;
    }
    .mobile-menu>* {
        font-size: 0;
        padding: 15px 10px;
    }
    .mobile-menu>*:before {
        margin-bottom: 0;
        width: 25px;
        height: 25px;
    }
    footer {
        padding-bottom: 60px;
    }
    .product-page footer {
        padding-bottom: 100px;
    }
    .price-card del {
        font-size: 10px;
    }
    .price-card ins,
    .price-card span {
        font-size: 12px;
    }
    .sec-header h2 {
        font-size: 14px;
    }
    .sec-header a {
        font-size: 12px;
    }
    .sec-header a:after {
        font-size: 14px;
    }
    .blog-icon {
        width: 36px;
        height: 36px;
        margin-left: 10px;
    }
    .f-cart span {
        width: 15px;
        height: 15px;
        top: 5px;
        font-size: 10px;
    }
    .pro-count form {
        bottom: 55px;
    }
}