/*
Theme Name: websima
Theme URI: https://websima.com
Author: Websima Creative Agency
Author URI: https://websima.com
Description: Websima Creative Agency
Version: 1.0
*/

/* --------------------
    Css Reset (Mayerweb)
-------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: none
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

li {
    list-style: none;
}

/* --------------------
    Fonts & Icons
-------------------- */

@font-face {
    font-family: "mont-reg";
    font-style: normal;
    font-display: swap;
    src: url('assets/fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family: "mont-bold";
    font-style: normal;
    font-display: swap;
    src: url("assets/fonts/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
    font-family: 'icomoon';
    src: url('assets/fonts/icomoon.eot?9n19d8');
    src: url('assets/fonts/icomoon.eot?9n19d8#iefix') format('embedded-opentype'),
        url('assets/fonts/icomoon.ttf?9n19d8') format('truetype'),
        url('assets/fonts/icomoon.woff?9n19d8') format('woff'),
        url('assets/fonts/icomoon.svg?9n19d8#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-facebook:before {
    content: "\e92d";
}

.icon-star-null:before {
    content: "\e92b";
}

.icon-star:before {
    content: "\e92c";
}

.icon-check:before {
    content: "\e92a";
}

.icon-play:before {
    content: "\e91e";
}

.icon-plus:before {
    content: "\e924";
}

.icon-minus:before {
    content: "\e925";
}

.icon-gallery-open:before {
    content: "\e926";
}

.icon-zoom:before {
    content: "\e927";
}

.icon-sort:before {
    content: "\e928";
}

.icon-filter:before {
    content: "\e929";
}

.icon-favorite:before {
    content: "\e923";
}

.icon-close:before {
    content: "\e922";
}

.icon-qoute:before {
    content: "\e91a";
}

.icon-clock:before {
    content: "\e91b";
}

.icon-reply:before {
    content: "\e91c";
}

.icon-error:before {
    content: "\e91d";
}

.icon-list:before {
    content: "\e91f";
}

.icon-copy:before {
    content: "\e920";
}

.icon-category:before {
    content: "\e921";
}

.icon-arrow-up:before {
    content: "\e90f";
}

.icon-arrow-down:before {
    content: "\e919";
}

.icon-instagram:before {
    content: "\e900";
}

.icon-telegram:before {
    content: "\e901";
}

.icon-whatsapp:before {
    content: "\e902";
}

.icon-x:before {
    content: "\e903";
}

.icon-linkedin:before {
    content: "\e904";
}

.icon-location:before {
    content: "\e905";
}

.icon-menu:before {
    content: "\e906";
}

.icon-email:before {
    content: "\e907";
}

.icon-call:before {
    content: "\e908";
}

.icon-diection-left:before {
    content: "\e909";
}

.icon-diection-right:before {
    content: "\e90a";
}

.icon-return:before {
    content: "\e90b";
}

.icon-quality:before {
    content: "\e90c";
}

.icon-select-carpet:before {
    content: "\e90d";
}

.icon-calender:before {
    content: "\e90e";
}

.icon-logo:before {
    content: "\e910";
}

.icon-direction:before {
    content: "\e911";
}

.icon-user:before {
    content: "\e912";
}

.icon-shopping:before {
    content: "\e913";
}

.icon-favorite-null:before {
    content: "\e914";
}

.icon-search:before {
    content: "\e915";
}

.icon-arrow-left:before {
    content: "\e916";
}

.icon-arrow-right:before {
    content: "\e917";
}

.icon-delivery:before {
    content: "\e918";
}

/* --------------------
    Config
-------------------- */
:root {
    --color1: #EA7A60;
    --color2: #77B7A0;
    --color3: #121212;
    --bg_light: #fdf9f6;
    --danger: #d53343;
    --bg_danger: #fff5f5;
    --success: #45bf55;
    --bg-success: #ecf9ee;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --main_bold: "mont-bold";
    --main_font: "mont-reg";
    --heading_h1_fontsize: clamp(20px, 4vw, 30px);
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--color1);
}

::selection {
    color: #fff;
    background: var(--color1);
}

html {
    scroll-behavior: smooth
}

:target {
    scroll-margin-top: 14rem
}

body {
    direction: ltr;
    text-align: left;
    font-family: var(--main_font), Arial, sans-serif;
    font-size: 16px;
    color: var(--color3);
    line-height: 2;
    background: #fff
}

.overflow-x {
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.ltr {
    direction: ltr;
}

.container-full>.row {
    margin: 0;
}

.sidebar {
    position: sticky;
    top: 0px;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100% !important;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row>[class*="col-"],
.row>[class*="col"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#wrapper .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !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-family: var(--main_bold), Arial;
}

input {
    font-family: var(--main_font), Arial;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    height: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    display: block;
}

video {
    width: 100%;
    display: block;
    overflow: hidden;
    height: auto;
    border: 1px solid #fff;
}

a {
    transition: 0.3s;
    color: var(--color3);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color1);
    cursor: pointer
}

.position-relative {
    position: relative !important;
}

.empty-error {
    text-align: center;
    background: var(--color1);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    margin-right: 15px;
    margin-left: 15px;
}

.inner-pages .site-main {
    padding: 50px 0;
}

.wbs-overlay {
    position: fixed;
    background-color: #242424c9;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    inset: 0;
    z-index: 12;
}

.wbs-modal-target {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.wbs-modal {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: min(750px, 94%);
    z-index: 13;
    transition: .3s;
    height: 100%;
    flex-direction: column;
    display: flex;
    max-height: 100%;
    overflow-y: auto;
    height: auto;
    margin: auto;
}

.wbs-close {
    position: fixed;
    right: min(3rem, 5vw);
    top: min(3rem, 4vw);
    color: #dbdbdb;
    font-size: 18px;
    z-index: 20;
    cursor: pointer;
    line-height: 1;
    width: 30px;
    height: 30px;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --------------------
   GENERAL SETTING
-------------------- */
.site-main {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
}

.woocommerce-notices-wrapper ul[class^="woocommerce-"] {
    text-align: center;
    margin: 1rem 0;
    border: 1px solid var(--color1);
    padding: 0.5rem;
    border-radius: 20px;
}


.woocommerce-info {
    background: var(--bg_info);
    color: var(--info);
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 2rem;
}


.section-title {
    margin-bottom: 1rem;
}

.section-title .title-heading {
    font-family: var(--main_bold);
    color: var(--color3);
    font-size: clamp(1.27rem, 2vw, 1.73rem);
    text-transform: uppercase;
}

.section-title .top-title-heading {
    color: var(--color2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-title.text-center .top-title-heading {
    justify-content: center;
    margin-left: -20%;
}

.section-title .top-title-heading::after {
    content: '';
    width: 4rem;
    height: 1px;
    background-color: var(--color2);
    margin-left: 0.75rem;
}

.single-post .section-blog,
#more-tax-desc {
    margin: 64px auto;
}

.section-base {
    margin: 0 auto 64px;
    margin-top: 0;
}

.section-base:first-child {
    margin-top: 0;
}

.section-base:last-child {
    margin-bottom: 0;
    padding-bottom: 64px;
}

.sw-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.section-product .sw-navigation {
    display: none;
}

.sw-navigation .icon-arrow-left,
.sw-navigation .icon-arrow-right {
    cursor: pointer;
}

.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.sw-navigation.pagination {
    margin-top: 1rem;
    width: 100%;
    justify-content: center;
}

.sw-navigation.pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
    border: 1px solid var(--color2);
    background-color: transparent;
}

.sw-navigation.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color2);
}

.sw-navigation.pagination .swiper-pagination {
    display: flex;
    gap: 10px;
}

.sw-navigation .swiper-nav-next .icon-arrow-right,
.sw-navigation .swiper-nav-prev .icon-arrow-left {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color3);
    transition: 0.3s;
    box-shadow: 0px 0px 12px 0px #2525251F;
}

.sw-navigation .swiper-nav-next .icon-arrow-right:hover,
.sw-navigation .swiper-nav-prev .icon-arrow-left:hover {
    background-color: var(--color1);
    color: #ffffff;
}

.sw-navigation.sw-between .swiper-nav-next,
.sw-navigation.sw-between .swiper-nav-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
}

.editor-content.main-content .sw-navigation.sw-between .swiper-nav-next,
.editor-content.main-content .sw-navigation.sw-between .swiper-nav-prev {
    top: 50%;
}

.sw-navigation.sw-between .swiper-nav-next {
    right: 0;
}

.sw-navigation.sw-between .swiper-nav-prev {
    left: 0;
}

.sw-navigation.sw-left .swiper-nav-next {
    left: -8rem !important;
}

.sw-navigation.sw-left .swiper-nav-prev {
    left: -8rem !important;
    margin-top: 0.5rem;
}

.sw-navigation.sw-left .swiper-nav-next {
    top: 92.5%;
}

.sw-navigation.sw-left .swiper-nav-prev {
    top: 100%;
}

@media screen and (min-width:768px) {
    .sw-navigation.sw-between .swiper-nav-next {
        right: -1rem;
    }

    .sw-navigation.sw-between .swiper-nav-prev {
        left: -1rem;
    }

    .section-product .sw-navigation {
        display: flex;
    }

    .sw-navigation.pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .single-post .section-blog,
    #more-tax-desc {
        margin: 128px auto;
    }

    .section-base {
        margin: 0 auto 80px;
    }

    .section-base.has-bg {
        margin: 0;
        padding: 80px 0;
    }

    .section-base:last-child {
        padding-bottom: 80px;
    }

    .section--half-base:last-child {
        padding-bottom: 80px;
    }

    .sw-navigation .swiper-nav-next .icon-arrow-right,
    .sw-navigation .swiper-nav-prev .icon-arrow-left {
        width: 2.5rem;
        height: 2.5rem;
    }
}

/* @media screen and (min-width:992px) {
    .site-main {
        margin-top: 9rem;
    }

    body:not(.page-template-template-modular) .site-main {
        margin-top: 14rem;
    }
} */

/* --------------------
    forms design
-------------------- */
#form-pattern.wocommerce-form :is(input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], textarea, select, .select2) {
    margin-bottom: 3rem
}


#form-pattern :is(input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="url"]) {
    direction: ltr
}

#form-pattern form.submitted :is(input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], textarea, select, .select2):invalid:required {
    border-color: var(--danger)
}

#form-pattern textarea {
    height: 13rem !important
}

#form-pattern .af-submit,
.af-field-type-repeater,
.af-field-type-textarea {
    grid-column: 1/-1
}

#form-pattern :is(input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], textarea, select, .select2):focus-visible {
    border-color: var(--c-primary)
}

#form-pattern :is(textarea, input)::-webkit-input-placeholder,
#form-pattern :is(textarea, input)::-webkit-input-placeholder {
    opacity: .6;
    font-size: var(--fs-14)
}

#form-pattern :is(textarea, input)::-moz-placeholder,
#form-pattern :is(textarea, input)::-moz-placeholder {
    opacity: .6;
    font-size: var(--fs-14)
}

#form-pattern :is(textarea, input):-ms-input-placeholder,
#form-pattern :is(textarea, input):-ms-input-placeholder {
    opacity: .6;
    font-size: var(--fs-14)
}

#form-pattern :is(textarea, input)::-ms-input-placeholder,
#form-pattern :is(textarea, input)::-ms-input-placeholder {
    opacity: .6;
    font-size: var(--fs-14)
}

#form-pattern :is(textarea, input)::placeholder,
#form-pattern :is(textarea, input)::placeholder {
    opacity: .6;
    font-size: var(--fs-14)
}

#form-pattern label.error {
    line-height: 1;
    font-size: var(--fs-12);
    color: var(--danger);
    margin-bottom: 1rem;
    display: block;
    background: var(--bg_danger);
    padding: 10px
}

#form-pattern.ab-label .acf-field .acf-label {
    position: relative
}

#form-pattern.ab-label label:not([for="rating"], .acf-basic-uploader) {
    right: 2rem;
    position: absolute;
    bottom: 100%;
    transform: translateY(50%);
    margin: 0 !important;
    z-index: 1;
    background-color: var(--c-neutral-000);
    padding-inline: .6rem
}

#form-pattern.ab-label :is(.af-field-type-repeater, .af-field-type-checkbox, .af-field-type-true-false, .af-field-type-radio) label {
    position: static;
    transform: none;
    margin-bottom: 1.1rem !important;
    padding-inline: 0;
    background: transparent
}

#form-pattern .acf-field .acf-label {
    margin: 0
}

#form-pattern .acf-form .acf-field .acf-input {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 2rem;
    position: relative
}

#form-pattern .acf-form .acf-repeater .acf-input {
    margin-bottom: 0 !important
}

#form-pattern ul.acf-radio-list:focus-within,
#form-pattern ul.acf-checkbox-list:focus-within {
    border: none
}

#form-pattern input[type="checkbox"]::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: scale(0);
    background-color: var(--c-primary);
    transition: 120ms transform ease-in-out;
    transform-origin: bottom left;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%)
}

#form-pattern input[type="checkbox"]:checked::before {
    transform: scale(1)
}

#form-pattern input[type="radio"]:checked {
    border: 2px solid var(--c-primary) !important;
    box-sizing: border-box !important;
    background: var(--c-primary) !important;
    box-shadow: inset 0 0 0 4px #fff !important
}

#form-pattern input[type="radio"] {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: 2px solid #ccc;
    margin-left: 7px;
    vertical-align: middle
}

#form-pattern .af-form.acf-form {
    width: min(100%, 95rem);
    margin: 2rem auto;
    border: 1px solid #d9d9d9;
    padding: 4rem;
    box-shadow: 0 10px 20px #00000024;
    container-type: inline-size
}

#form-pattern .acf-temp-remove,
#form-pattern .acf-notice.-error {
    background: #ffff;
    color: var(--danger);
    order: 1;
    border: none;
    padding: 0;
    margin: 0;
    background: var(--bg_danger);
    padding: 5px 10px;
    border-radius: 12px
}

#form-pattern .acf-notice p {
    font-size: 12px;
    margin: 0;
    text-shadow: none;
    color: inherit
}

#form-pattern .acf-notice.-dismiss {
    display: none
}

.acf-spinner {
    position: absolute
}

.acf-form .acf-fields>.acf-field {
    border: none;
    padding: 0
}


#form-pattern .acf-field select {
    font-size: 14px;
    line-height: inherit;
    text-align: right
}

#form-pattern .af-submit {
    margin-top: -2rem
}

#form-pattern .af-field-type-textarea textarea {
    padding-top: 2rem
}

#form-pattern .acf-field-message.acf-field label {
    position: static;
    transform: none;
    padding: 0;
    margin-bottom: 2rem
}

#form-pattern .acf-field.acf-field-message {
    grid-column: 1 / -1
}

#form-pattern .acf-field-message.acf-field label:empty,
#form-pattern .acf-form .acf-field .acf-input:empty {
    display: none !important
}

.af-form.acf-form>.acf-fields {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    row-gap: 2rem
}

@container (min-width: 32em) {
    .af-form.acf-form>.acf-fields {
        grid-template-columns: 1fr 1fr;
    }
}

@container (max-width: 32em) {
    .af-form.acf-form>.acf-fields {
        grid-template-columns: 1fr;
    }
}

#form-pattern input:-webkit-autofill,
#form-pattern input:-webkit-autofill:active,
#form-pattern input:-webkit-autofill:hover,
#form-pattern input:-webkit-autofill:focus {
    -webkit-animation-name: autofill;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-box-shadow: 0 0 0 100px var(--c-white) inset !important;
    -webkit-box-shadow: none
}

.acf-form-submit {
    text-align: center
}

.form-plugin label {
    line-height: 2
}

.af-field-type-file .button {
    height: 4rem;
    font-size: 14px;
    min-width: 5rem;
    font-weight: 600
}

.acf-file-uploader input {
    border: none !important;
    box-shadow: none !important;
    padding: 1rem 0 0 !important;
    min-height: 3rem !important;
    width: 100%;
    line-height: 2
}

/* --------------------
    Quantity
-------------------- */
form .quantity {
    width: 143px;
    height: 2.5rem;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
}

form .quantity.hidden {
    display: none !important;
}

form .quantity button {
    background: transparent;
    transition: 0.4s ease;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-family: var(--main_bold);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

form .quantity input {
    all: unset;
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-family: var(--main_bold);
    color: var(--color3);
    height: auto !important;
    border: none !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    width: 100%;
}

form .quantity button.plus:hover {
    color: var(--color1);
}

form .quantity button.minus:hover {
    color: var(--color1);
}

form .quantity button:hover {
    color: #fff;
}

/* --------------------
    Button
-------------------- */
.button {
    color: var(--color3);
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
    font-family: var(--main_font);
    cursor: pointer;
    gap: 0.5rem;
    justify-content: center;
    position: relative;
    margin-top: 1.5rem;
    z-index: 1;
}

.button::before {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    background-color: var(--color1);
    z-index: -1;
    left: -20px;
    transition: 0.3s;
}

.button:hover {
    color: var(--color3);
}

.button:hover::before {
    width: calc(100% + 2rem);
}

.button .icon-direction {
    font-size: clamp(0.4rem, 2vw, 0.6rem);
}

button.button {
    background: transparent;
    border: none;
}

/* --------------------
    banner 
-------------------- */
@media screen and (min-width:992px) {
    .section-banners .item-banner {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .section-banners .item-banner img {
        transition: 0.3s;
        width: 100%;
        height: 100%;
    }

    .section-banners .item-banner:hover img {
        transform: scale(1.02);
        width: 100%;
    }
}

@media screen and (min-width:767.99px) {
    .section-banners .item-banner {
        height: 100%;
    }

    .section-banners .item-banner img {
        height: 100%;
    }
}

@media screen and (max-width:991.99px) {
    .section-banners .item-banner {
        display: table;
        margin: auto;
    }
}


/* --------------------
    FAQ CSS
-------------------- */
.general-background {
    background-color: #EFE6C2;
    padding: 32px 16px;
    background-image: url(assets/img/general-pattern-mobile.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.general-background .section-title {
    margin-bottom: 1.5rem;
}

.tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tab-content.active {
    display: block !important;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.accordion-content {
    display: none;
}

.faq-cat {
    background-color: #F5F5F5;
    color: var(--color3);
    transition: 0.3s;
    display: block;
    font-size: 0.875rem;
    min-width: 104px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-cat:hover {
    background-color: var(--color2);
    color: #ffffff;
}

.faq-cat.active {
    background-color: var(--color2);
    color: #ffffff;
}

.sw--faq--wrap {
    margin-bottom: 3.5rem;
    margin-top: 80px;
}

.faqs-content-wrapper {
    margin-top: 0.75rem;
    width: 100%;
}

.faqs-item {
    transition: 0.4s ease;
    cursor: pointer;
    display: flex;
    gap: 1.25rem;
    background-color: transparent;
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 22px 1rem;
    position: relative;
    margin-top: 1rem;
}

.faq-page-content {
    margin-bottom: 4rem;
}

.faqs-item.active::before {
    background-color: var(--color1);
}

.faqs-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.faqs-item .faqs-question p {
    color: var(--color3);
    font-size: 1rem;
    font-family: var(--main_bold);
}

.faqs-question.accordion {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.faqs-item .faq-aq {
    width: 100%;
}

.faqs-item .faq-num {
    font-size: 1.25rem;
    color: var(--color2);
    transition: 0.3s;
    margin-bottom: auto;
}

.faqs-item.active .faq-num {
    color: var(--color1);
}

.faqs-answer.accordion-content p {
    color: #7B7E7D;
    padding: 1.5rem 0;
}

.faqs-item .faqs-question:after {
    content: "\e919";
    font-family: 'icomoon';
    color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    margin-left: auto;
    transition: 0.3s;
    width: 1.5rem;
    height: 1.5rem;
    max-width: 1.5rem;
    min-width: 1.5rem;
    background-color: #F5F5F5;
}

.faqs-item::before {
    content: '';
    width: 39px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color2);
    z-index: -1;
    opacity: 0.3;
    transition: 0.3s;
}

.faqs-item.active .faqs-question:after {
    transform: rotate(180deg);
    color: #fff;
    background-color: var(--color1);
}

@media screen and (min-width:1200px) {
    .general-background {
        padding: 64px 217px;
        background-image: url(assets/img/general-pattern.svg);
    }
}

@media screen and (min-width:768px) {
    .faq-cat {
        min-width: 200px;
    }

    .faqs-item .faqs-question:after {
        width: 2rem;
        height: 2rem;
        max-width: 2rem;
        min-width: 2rem;
    }

    .faq-page-content {
        margin-bottom: 8rem;
    }

    .faqs-item::before {
        top: -5px;
        left: -6px;
    }
}

/* --------------------
    section product
-------------------- */

.product-item {
    background-color: #fff;
    padding: 0.5rem;
    border: 1px solid #E2E2E2;
    margin-bottom: 0.5rem;
}

.product-new-label {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-family: var(--main_font);
    color: #fff;
    font-size: 1rem;
    background-color: var(--color2);
    line-height: 1;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
}

.count-of-product {
    color: #939896;
    display: inline-block
}

.product-category {
    color: #939896;
    line-height: 1.1rem;
    margin-top: 0.75rem;
    font-size: 0.75rem;
}

.product-item-title {
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
    margin-top: 0.25rem;
}

.product-dimensions {
    color: var(--color3);
    margin-bottom: 0.5rem;
    font-size: 14px;
    line-height: 1.5;
}

.product-item-title a {
    color: var(--color3);
    font-size: 1rem;
    display: flex;
    align-items: center;
    min-height: 48px;
    transition: 0.3s;
}

.price strong {
    font-family: inherit;
}

.price {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    position: relative;
    min-height: 43px
}

.product-item .Out-of-stock {
    color: var(--danger);
    font-size: 1rem;
    line-height: 1.25;
}

.price_holder {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.price .woocommerce-Price-amount.amount bdi:not(:where(del bdi)),
.price_holder ins .woocommerce-Price-amount.amount bdi {
    font-size: 1rem;
    font-family: var(--main_bold);
}

.price_holder ins .woocommerce-Price-amount.amount bdi {
    line-height: 13px
}

.price_holder del,
.price_holder ins {
    line-height: 1;
    text-decoration: none;
}

.price_holder del {
    text-decoration: line-through;
    text-decoration-color: currentColor;
    position: relative;
    display: inline-block;
}

.price_holder del bdi {
    text-decoration: line-through;
    text-decoration-color: currentColor;
}

.price .on-sale {
    background-color: var(--color1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex: 0 0 32px;
    max-width: 2rem;
    line-height: 1;
    height: 2rem;
}

.product-item .icon-shopping {
    display: none;
}

.woocommerce-Price-currencySymbol {
    margin-right: 0.25rem;
    font-size: 0.75rem;
    color: #939896;
}

.woocommerce-Price-amount.amount bdi {
    font-family: var(--main_font);
    color: var(--color3);
    display: flex;
    align-items: center;
    gap: 0.25rem;
    line-height: 1.25;
}

.price_holder del .woocommerce-Price-currencySymbol {
    display: none;
}

.price_holder del bdi {
    color: #A3A3A3 !important;
    font-size: 0.75rem;
}

.product-item:hover .product-item-title a {
    color: var(--color1);
}

.product-item:hover .icon-shopping {
    color: var(--color2);
}

.product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-product_container_wrap {
    position: relative;
	overflow:hidden;
}

.swiper-product_container_wrap:before {
    position: absolute;
    content: "";
    inset: 0 0 0 auto;
    background: #fff;
    width: calc(100% - 13.666667%);
}

.section-product:not(#single_related_product_woocommerce) .section-title .top-title-heading {
    color: #fff;
}

.section-product:not(#single_related_product_woocommerce) .section-title .top-title-heading::after {
    background-color: #fff;
}

.section-product .section-title {
    padding-top: 1rem;
    margin-bottom:1.25rem	
}

.wishlist-remove a {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 1;
    right: 1.5rem;
    top: 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    color: var(--color1);
    background: #fff;
}

.wishlist-remove a:hover {
    background: var(--color1);
    color: #fff;
}

.error-no-wishlist {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}

.product-item .wishlist-item {
    width: 32px;
    height: 32px;
    position: absolute;
    background: #fff;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.product-item .wishlist-item.wished,
.product-item .wishlist-link.wishlist-item:hover {
    background: var(--color1);
    color: #fff;
}

.loader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    position: absolute
}

.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 2px solid var(--color2);
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.page-template-wishlist .product-item .wishlist-item {
    display: none;
}

@media screen and (min-width:768px) {
    .product-dimensions {
        font-size: 0.875rem;
    }

    .product-item .wishlist-item {
        right: 1rem;
    }

    .product-item {
        padding: 0.75rem;
    }

    .product-item .icon-shopping {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color1);
        transition: 0.3s;
    }

    .product-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-bg {
        position: absolute;
        inset: 0;
        background-color: var(--color2);
        z-index: -8;
        width: 100%;
        height: calc(100% - 80px - 0.5rem);
    }

    .pattern-product {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .pattern-product::before {
        content: '';
        background-image: url(assets/img/bg-pattern-desktop.svg);
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }

    .pattern-product::after {
        content: '';
        background-image: url(assets/img/bg-pattern-desktop.svg);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%;
        transform: scaleX(-1);
    }
}

@media screen and (min-width:768px) {
    .swiper-product_container_wrap:before {
        content: "";
        position: absolute;
        background: #fff;
        width: 83.666667%;
        height: 100%;
        left: 16.666667%;
        z-index: -7;
    }
}

@media screen and (min-width:1600px) {
    .swiper-product_container_wrap:before {
        content: "";
        position: absolute;
        background: #fff;
        width: 86.666667%;
        height: 100%;
        left: 16.666667%;
        z-index: -7;
    }
}


@media screen and (max-width:767.99px) {
    .section-product .section-title {
        text-align: center;
    }

    .section-product .section-title .top-title-heading {
        margin-left: 0;
    }

    .product-bg {
        height: 20%;
        position: absolute;
        inset: 0;
        background-color: var(--color2);
        z-index: -8;
        background-image: url(assets/img/bg-pattern-desktop.svg);
        background-position: bottom;
        background-repeat: repeat;
        background-size: contain;
        width: 50%;
    }

    .swiper-product_container_wrap:before {
        width: calc(100% - 50%);
    }

    .product-item .Out-of-stock {
        font-size: 0.75rem;
        line-height: 1.61;
    }
}

/* --------------------
    section blog
-------------------- */
.post-item .post-item-date {
    position: absolute;
    top: 0.5rem;
    background-color: var(--color2);
    left: 1rem;
    padding: 0 0.25rem;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 13px;
    z-index: 3;
    height: 1.5rem;
}

.single-blog-bg {
    position: absolute;
    background-color: #EFE6C2;
    right: 0;
    top: 0;
    z-index: -1;
    width: 65%;
    height: 50%;
}

.blog-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-item-date .icon-calender {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
}

.post-item .post-item-title a {
    font-size: 1rem;
    font-family: var(--main_font);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--main_bold);
    margin: 1rem 0.5rem 0;
}

.post-item-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.post-item-image::after {
    content: "";
    transition: .3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    background: url(assets/img/post-item-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.post-item .wp-post-image {
    width: 100%;
}

.post-item:hover .post-item-image::before {
    opacity: 1;
}

.post-item:hover .post-item-image::after {
    opacity: 1;
}

@media screen and (min-width:768px) {
    .post-item .post-item-date {
        height: 28px;
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    .post-item-date .icon-calender {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1.125rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .post-item .post-item-title a {
        margin: 1.5rem 1rem 0;
    }

    .blog-btn-wrapper {
        margin-top: -1rem;
    }
}


/* --------------------
    mini cart
-------------------- */
.shopping_box_close {
    cursor: pointer;
    color: var(--color1);
    background-color: #fff;
    position: absolute;
    font-size: 12px;
    top: 3.1rem;
    right: 3rem;
    display: flex;
    transition: 0.4s;
    transform-origin: center;
    line-height: 1;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.125rem;
}

.shopping_box_close:hover {
    background-color: var(--color1);
    color: #fff;
}

.woocommerce-mini-cart__empty-message {
    text-align: center;
    margin-top: 1.5rem;
    color: var(--color1);
    font-size: 1.25rem;
}

.head_item_box_title {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-start;
    margin: 2rem 2rem 1.5rem;
    font-size: 1.5rem;
    padding: .6875rem 1rem .5625rem;
    color: #fff;
    background-color: var(--color2);
}

.head_item_box {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    transition: 0.5s;
    width: 100%;
    overflow: auto;
    scrollbar-color: var(--color1) #fff;
    scrollbar-width: thin
}

@media screen and (min-width: 62em) {
    .head_item_box {
        width: 600px;
    }
}

.head_item_box.active {
    right: 0
}

.head_item_box::-webkit-scrollbar {
    width: 5px
}

.head_item_box::-webkit-scrollbar-track {
    background: #fff
}

.head_item_box::-webkit-scrollbar-thumb {
    background: var(--color1)
}

.woocommerce-mini-cart-total-btn {
    background-color: #F8F8FC;
    padding: 1rem;
}

.woocommerce-mini-cart__total.total {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    justify-content: center;
}

.widget_shopping_cart_content .woocommerce-mini-cart {
    overflow: auto;
    flex-direction: column;
    display: flex;
    height: calc((var(--vh, 1dvh)* 100) - 215px);
}

.woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount bdi {
    color: var(--color3);
}

.widget_shopping_cart_content .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget_shopping_cart_content .buttons .button {
    justify-content: center;
    flex: 0 0 calc(50% - 0.8rem);
    gap: 0.8rem;
    font-size: 0.875rem;
}

.widget_shopping_cart_content .buttons .button:hover {
    color: #fff;
}

.widget_shopping_cart_content .buttons .button:hover::before {
    width: 100%;
}

.widget_shopping_cart_content .buttons .button::before {
    left: 0;
}

.widget_shopping_cart_content .buttons .button.checkout::before {
    background-color: var(--color2);
}

.total-content {
    background-color: #F5F5F5;
    margin: 0 2rem 2rem;
    padding: 1.25rem;
}

.woocommerce_mini_cart_product {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0.75rem;
    border: 1px solid #E2E2E2;
    margin: 0 2rem 2rem;
}

.remove.remove_from_cart_button:hover {
    background-color: rgba(119, 183, 160, 0.3);
    color: var(--color2);
}

.remove.remove_from_cart_button {
    cursor: pointer;
    color: var(--color1);
    background-color: rgba(234, 122, 96, 0.3);
    font-size: 10px;
    display: flex;
    transition: 0.4s;
    transform-origin: center;
    line-height: 1;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
}


.detail-mini.product-item {
    all: unset;
    width: 100%;
    display: block;
    margin-left: 10px;
    line-height: 1.5
}

.detail-mini .quantity,
.detail-mini .woocommerce-Price-amount.amount bdi,
.detail-mini .woocommerce-Price-currencySymbol {
    color: var(--color3);
}

.detail-mini .quantity {
    display: flex;
    gap: 8px;
    align-items: center;
}

.woocommerce_mini_cart_product img {
    max-width: 40%;
}

/* --------------------
    archive blog
-------------------- */

#more-tax-desc .section-title {
    margin-bottom: 2rem;
}

#more-tax-desc .more-tax-description {
    background-color: #F5F5F5;
    padding: 3rem 0.75rem !important;
}

.cart-arc-blog {
    margin-top: 2.5rem;
}

.cart-arc-blog .no-posts-message {
    font-size: 1.25rem;
    color: #fff;
    background-color: var(--color1);
    padding: 1.25rem 0;
}

.swiper-blog .post-item {
    margin-bottom: 0;
}

.page-template-template-modular .section-blog .post-item {
    margin-bottom: 0;
}

.post-item {
    margin-bottom: 3rem;
}

.caticon:before {
    content: "\e919";
    font-family: icomoon;
}

.page-numbers {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
    justify-content: center;
}

.page-numbers li a {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s;
    color: var(--color3);
    font-size: 1.25rem;
}

.page-numbers li a:hover {
    color: #fff;
    background-color: var(--color1) !important;
}

.page-numbers li a.next.page-numbers,
.page-numbers li a.prev.page-numbers {
    background-color: #F5F5F5;
    font-size: 1rem;
}

.page-numbers li .current {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    transition: 0.3s;
    color: #fff;
    font-size: 1.25rem;
}

.caticon {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 9px;
    transition: 0.4s ease;
}

li.cat-item .cat-title .caticon {
    color: var(--color2);
    right: 1.25rem;
}

.caticon.active {
    transform: rotate(180deg);
    color: var(--color1) !important;
}

.sidebar.sidebar-blog .widget-title h4 {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.sidebar.sidebar-blog .widget-title h4 i {
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar.sidebar-blog .cat-parent {
    position: relative;
}

.sidebar.sidebar-blog .widget.widget-side {
    background-color: var(--color2);
    padding: 1.25rem;
}

.sidebar.sidebar-blog .cat-item {
    margin-top: 1.25rem;
}

.sidebar.sidebar-blog .cat-item a {
    color: var(--color3);
    transition: 0.3s;
}

.sidebar.sidebar-blog .cat-item a:hover {
    color: var(--color2);
}

.sidebar.sidebar-blog .cat-item ul.children .cat-item a {
    color: #939896;
    transition: 0.3s;
}

.sidebar.sidebar-blog .cat-item ul.children .cat-item a:hover {
    color: var(--color2);
}

@media screen and (min-width:768px) and (max-width:991.99px) {
    .sidebar.sidebar-blog .caticon {
        top: 1.25rem;
    }

    .sidebar.sidebar-blog .widget-title {
        text-align: right;
        padding: 1.25rem;
    }
}

@media screen and (max-width:991.99px) {
    .sidebar.sidebar-blog {
        margin-bottom: 1rem;
    }

    .sidebar.sidebar-blog .widget.widget-side {
        background-color: transparent;
        border: 1px solid #E2E2E2;
        padding: 10px;
    }

    .sidebar.sidebar-blog .widget.widget-side .widget-title {
        background-color: var(--color2);
        padding: 17px;
    }

    .sidebar.sidebar-blog .widget.widget-side .widget-title .caticon {
        top: 24px;
        right: 1rem;
    }

    .sidebar.sidebar-blog .widget-title h4 {
        justify-content: flex-start;
    }

    li.cat-item .cat-title .caticon {
        top: 10px;
    }

    .widget.widget-side.widget_categories ul:first-of-type {
        padding: 17px;
    }
}

@media screen and (min-width:768px) {

    #more-tax-desc .more-tax-description {
        padding: 72px 56px !important;
    }

    .cart-arc-blog {
        margin-top: 24px;
    }

    .sidebar.sidebar-blog .cat-item:not(ul.children .cat-item) {
        padding: 1rem 0.75rem;
        margin: 0;
    }

    .sidebar.sidebar-blog .cat-item:last-child {
        padding-bottom: 0 !important;
    }

    .sidebar.sidebar-blog ul.children {
        padding: 0 0.75rem;
    }

    .sidebar.sidebar-blog img {
        margin-top: 1.25rem;
        width: 100%;
    }
}

@media screen and (min-width:992px) {
    .sidebar.sidebar-blog .widget-title {
        padding: 1.25rem 0;
        background-color: var(--color2);
        text-align: center;
        margin-bottom: 2rem;
    }

    .sidebar.sidebar-blog .caticon {
        top: 26px;
        color: #939896;
    }

    .sidebar.sidebar-blog .widget.widget-side {
        padding: 0.75rem;
        background-color: transparent;
        border: 1px solid #E2E2E2;
    }
}

/*********************** 
section-category style
***********************/
.section-category .category-tab .swiper-slide {
    width: auto !important;
}

.section-category .category-tab .swiper-slide a.tab {
    background-color: #F5F5F5;
    padding: 0.5rem 12px;
    transition: 0.3s;
    color: var(--color3);
}

.section-category .category-tab .swiper-slide a.tab:hover,
.section-category .category-tab .swiper-slide a.tab.active {
    background-color: var(--color2);
    color: #fff;
}

.section-category .category-item .category-item-title {
    font-family: var(--main_bold);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    color: var(--color3);
    text-align: center;
    flex-wrap: wrap;
}

.section-category .category-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-category .sw--tabcategory a.category-item .category-item-img,
.section-category .sw--archivecategory a.category-item .category-item-img {
    transition: 0.3s ease;
}

.section-category .sw--tabcategory a.category-item .category-item-img img,
.section-category .sw--archivecategory a.category-item .category-item-img img {
    width: 100%;
}

.section-category .sw--tabcategory a.category-item .category-item-img::after,
.section-category .sw--archivecategory a.category-item .category-item-img::after {
    content: "";
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: 1rem;
    z-index: 3;
    width: 2rem;
    height: 37px;
    opacity: 0;
    background: url(assets/img/category-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.section-category .sw--tabcategory a.category-item .category-item-img::before,
.section-category .sw--archivecategory a.category-item .category-item-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.section-category .sw--tabcategory a.category-item:hover .category-item-img::after,
.section-category .sw--archivecategory a.category-item:hover .category-item-img::after {
    opacity: 1;
}

.section-category .sw--tabcategory a.category-item:hover .category-item-img {
    transform: scale(1.1);
}

.section-category .sw--archivecategory a.category-item:hover .category-item-img {
    transform: scale(1.25);
}

.section-category .swiper-slide:has(a.category-item:hover) {
    z-index: 2;
}

@media screen and (min-width:768px) {
    .section-category .category-tab .swiper-slide a.tab {
        padding: 0.5rem 1.6rem;
    }

    .section-category .sw--category-tab .swiper-wrapper {
        justify-content: center;
    }
}

/* req form style start here */
.request-form {
    z-index: 999999;
    background-color: #fff;
    align-items: center;
    border-radius: 1rem;
    padding: 1rem;
}

.wbs-close.btn--close.close-form {
    right: auto;
    left: min(1rem, 5vw);
    top: min(1rem, 4vw);
}

#requestform {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
}

#requestform .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 0 0 100%;
}

#requestform .form-group .text-muted {
    color: #070B31;
    margin-bottom: 0.5rem;
}

#requestform .form-group .form-control {
    background-color: transparent;
    border: 1px solid #E2E2E2;
    border-radius: 0.75rem;
    width: 100%;
    padding: 1.25rem 1.5rem;
    transition: 0.3s;
}

#requestform .form-group .form-control.error {
    border: 1px solid #B00020;
}

#requestform .form-group .form-control:focus {
    border: 1px solid var(--color1);
}

#requestform .form-group .error {
    color: #B00020;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}

#requestform .form-group .error::before {
    content: "\e914";
    font-family: 'icomoon';
    color: #B00020;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    margin-left: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#requestform .form-group .form-control::placeholder {
    color: #D3D4D4;
}

#requestform button.form-btn {
    background-color: var(--color1);
    color: #fff;
    border-radius: 2.5rem;
    border: 1px solid transparent;
    height: 43px;
    padding: 0 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 2rem 0;
    font-family: var(--main_font);
    transition: 0.3s;
}

#requestform button.form-btn:hover {
    background-color: transparent;
    color: var(--color1);
    border: 1px solid var(--color1);
}

#requestform div.alert {
    background-color: var(--color2);
    color: #fff;
    padding: 1rem 1.5rem;
    width: 100%;
    text-align: center;
    border-radius: 1rem;
    transition: 0.3s;
}

#requestform div.alert.bg-success {
    background-color: #0BDA51;
}

#request_form .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#request_form .form-content .form-content-titde span {
    color: var(--color2);
    font-family: var(--main_font);
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1;
}

#request_form .form-content .form-content-titde p {
    color: #414142;
    font-family: var(--main_font);
    font-size: 14px;
    margin-top: 0.5rem;
}

#request_form .form-content .icon-close {
    background-color: rgba(237, 25, 68, 0.1);
    color: var(--color2);
    border-radius: 50%;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    cursor: pointer;
    transition: 0.3s;
}

#request_form .form-content .icon-close:hover {
    color: #fff;
    background-color: var(--color1);
}

@media screen and (min-width:768px) {
    #requestform {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #requestform .form-group {
        width: 50%;
        flex: 0 0 48%;
    }

    #request_form .form-content .icon-close {
        font-size: 1rem;
        padding: 0.5rem;
    }
}

@media screen and (max-width:767.99px) {
    #requestform {
        gap: 1rem;
    }

    #request_form .form-content {
        margin-bottom: 1rem;
    }

    #requestform button.form-btn {
        margin-top: 1rem;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgb(36 36 36 / 98%)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 162;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-content {
    width: min(550px, 94%);
    flex-direction: column;
    display: flex;
    max-height: 100%;
    overflow-y: auto;
    height: auto;
    margin-inline: auto;
    background-color: #fff;
    margin-bottom: 8px
}

.modal-content .form-description {
    margin-bottom: 2rem !important
}

.modal-content .form-description,
.modal-content .form-text {
    font-size: 13px;
    text-align: left;
    display: block;
    color: #939896;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-left: 1rem;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    text-align: center;
    padding: min(40px, 7vw) min(40px, 5vw) min(26px, 20vw);
}

.modal-header {
    background: var(--color2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    border-bottom: 1px solid #e9ecef;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
}

.modal-header .close {
    color: var(--color1);
    background-color: #fff;
    transition: .4s;
    cursor: pointer;
    line-height: 1;
    font-size: 12px;
    border: none;
    width: 32px;
    height: 32px;
}

.modal-header .close:hover {
    background-color: var(--color1);
    color: #fff;
}

#account_detection_form_wrapper .between-or {
    margin-top: 2rem;
}

#account_detection_form_wrapper .wp_google_login {
    margin: 1rem auto 0;
}

#account_login_form_wrapper,
#account_register_form_wrapper,
#account_profile_form_wrapper {
    display: none
}

#websima-auth-modal .form-row {
    margin: 0 0 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

#websima-auth-modal .form-row.buttons-wrapper {
    justify-content: center
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

#websima-auth-modal form label.error {
    position: absolute;
    left: 5px;
    text-align: left;
    background: transparent;
    bottom: -4px;
    margin: 0;
    padding: 0;
}

#websima-auth-modal .resend_code_wrapper span.resend-code:not(.disable) {
    cursor: pointer
}
#websima-auth-modal .resend_code_wrapper .resend-code {
    font-size: 12px;
}
#websima-auth-modal .resend_code_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #333;
    bottom: 10px;
    right: 0;
    margin-top: 3rem;
    flex-direction: row-reverse;
	font-size:14px;
}

#websima-auth-modal .alert {
    padding-left: 3rem;
    padding-right: 2rem;
    width: min(550px, 94%);
    margin-inline: auto;
    text-align: center;
    font-size: 14px
}

#websima-auth-modal .alert.bg-primary {
    background-color: #cce5ff !important
}

#websima-auth-modal .alert.bg-success {
    background-color: #ecf9ee !important
}

#websima-auth-modal .alert.bg-danger {
    background-color: #fff5f5 !important
}

#websima-auth-modal input {
    text-align: revert
}

#websima-auth-modal .resend_code_wrapper span.resend-code:not(.disable) {
    cursor: pointer;
    color: var(--color1);
    font-size: 12px;
    transition: .3s
}

#websima-auth-modal .resend_code_wrapper span.resend-code:not(.disable):hover {
    background: var(--color2)
}

.user-login ul {
    position: absolute;
    background: #fff;
    width: 110px;
    border: 1px solid #E2E2E2;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}

a.websima-auth-modal {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 8px;
}

.user-login:hover ul {
    opacity: 1;
    visibility: visible;
}

.user-login ul li a {
    display: block;
    padding: 3px 10px;
    font-size: 12px;
}

/* seach page style */
.search-page .search-box h3 {
    font-family: var(--main_bold);
    color: var(--color3);
    font-size: clamp(1.125rem, 2vw, 1.5rem);
}

.kundetype-auth .input-wrapper {
    display: flex;
    align-items: center;
    padding: 5px 20px;
}
.kundetype-auth .input-wrapper label {
    margin: 0 15px 0 10px !important;
}
