/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY WorkDo.io  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* =========================== */
/* !! SITE PAGE USE !!         -
1.  Home                       -
2.  Collection  List           -
3.  Product detail             -
4.  About us                   -
5.  FAQs                       -
6.  Contact Us                 -
7.  Login/Register/Account     -
8.  Privacy Policy             -
9.  Blog                       -
10. Article                    -
11. Wishlist                   -
12. Cart                       -
/* =========================== */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
:root {
    --first-font: 'Outfit', sans-serif;
    --second-font: 'Dela Gothic One', serif;
    --third-font: 'Playfair Display', sans-serif;
    --theme-color: #173334;
    --second-color: #FEBD2F;
    --border-color: #C4C4C4;
    --black: #000000;
    --white: #ffffff;
    --h1: normal normal 51px/1.2 var(--second-font);
    --h2: normal normal 41px/1.2 var(--second-font);
    --h3: normal normal 32px/1.2 var(--second-font);
    --h4: normal normal 22px/1.2 var(--second-font);
    --h5: normal normal 20px/1.2 var(--second-font);
    --h6: normal normal 18px/1.2 var(--second-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*,
:after,
:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}
html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
body {
    color: var(--theme-color);
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
body,
html {
    scrollbar-width: none;
}
svg,
img {
    max-width: 100%;
    display: block;
}
a,
.btn,
button {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    color: inherit;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
::-webkit-input-placeholder {
    color: var(--theme-color);
}
:-ms-input-placeholder {
    color: var(--theme-color);
}
::placeholder {
    color: var(--theme-color);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
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;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}
h1,
.h1 {
    font: var(--h1);
}
h2,
.h2 {
    font: var(--h2);
}
h3,
.h3 {
    font: var(--h3);
}
h4,
.h4 {
    font: var(--h4);
}
h5,
.h5 {
    font: var(--h5);
}
h6,
.h6 {
    font: var(--h6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
b {
    font-weight: bold;
    display: inline-block;
}
p:not(:last-of-type) {
    margin-bottom: 15px;
}
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.no-gutters {
    margin: 0 !important;
}
.row [class*="col-"] {
    padding: 0 15px;
}
.no-gutters [class*="col-"] {
    padding: 0;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.desk-only {
    display: none !important;
}
.mobile-only {
    display: block !important;
}
/*****  Columns  *****/
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--white);
    border: solid 1px var(--border-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 35px 10px 15px;
    width: 100%;
}
.nice-select:after {
    border-bottom: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: var(--border-color);
    color: var(--border-color);
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: var(--white);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 2;
    width: 100%;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 13px;
    color: var(--theme-color);
    line-height: 1;
    padding: 10px 15px;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: #F3F0EE;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    height: auto;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
    outline: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-top: 30px;
}
.slick-dots li:not(:last-child) {
    margin-right: 5px;
}
.slick-dots li {
    display: flex;
    height: 10px;
    width: 10px;
    background: var(--white);
    border-radius: 100%;
    border: 1px solid var(--theme-color);
}
.slick-dots li.slick-active {
    background: var(--theme-color);
}
.slick-dots li button {
    display: none;
}
.slick-arrow {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    padding: 0;
    background-color: var(--theme-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.slide-arrow svg {
    height: 12px;
    width: 22px;
    margin: 0 auto;
}
.slick-arrow svg path {
    fill: var(--white);
}
/* .slick-disabled {
    opacity: 0.3;
} */
.slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.slick-arrow.slick-prev {
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    -o-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
}
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: var(--second-color);
}
.slick-arrow:focus svg path,
.slick-arrow:hover svg path {
    fill: var(--black);
}
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
.slick-lightbox .slick-prev {
    left: 15px;
}
.slick-lightbox .slick-next {
    right: 15px;
}
.slick-lightbox-inner .slick-arrow {
    background: var(--white) url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    display: block;
    color: var(--white);
}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox .close svg {
    height: 100%;
    width: 100%;
}
.slick-lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white);
    opacity: 1;
    background: transparent;
    border: none;
    height: 27px;
    width: 27px;
    padding: 0;
}
.open-lightbox {
    height: 50px;
    width: 50px;
    background: rgba(32, 30, 30, 0.49);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    text-align: center;
    padding: 10px 15px;
    font-family: var(--first-font);
    color: var(--theme-color);
    background-color: var(--second-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--second-color);
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    gap: 10px;
}
.btn.btn-white {
    background: var(--white);
    color: var(--theme-color);
    border-color: var(--white);
}
.btn.btn-white svg path {
    fill: var(--theme-color);
}
.btn svg {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.btn svg path {
    fill: var(--theme-color);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.btn:hover,
.btn:focus {
    background-color: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}
.btn:focus svg path,
.btn:hover svg path {
    fill: var(--white);
}
.btn.btn-white:hover,
.btn.btn-white:focus {
    background: var(--theme-color);
    color: var(--second-color);
}
.btn.btn-white:hover svg path,
.btn.btn-white:focus svg path {
    fill: var(--second-color);
}
.link-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--theme-color);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    gap: 10px;
}
.link-btn svg {
    fill: var(--theme-color);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.link-btn:hover {
    color: var(--black);
}
.link-btn:hover svg {
    fill: var(--black);
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    min-width: 135px;
    background: transparent;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    gap: 10px;
}
.btn-secondary svg {
    max-width: 20px;
    height: auto;
}
.btn-secondary svg path {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    fill: var(--theme-color);
}
.btn-secondary:hover {
    background: var(--theme-color);
    color: var(--white);
}
.btn-secondary:hover svg path {
    fill: var(--white);
}
.btn-secondary.white-btn {
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-secondary.white-btn svg path {
    fill: var(--white);
}
.btn-secondary.white-btn:hover {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
    fill: var(--theme-color);
}
/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
    position: relative;
    border: 1px solid var(--border-color);
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: var(--white);
    font-size: 14px;
    line-height: 1;
    color: var(--theme-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
textarea {
    resize: none;
}
form .row {
    margin: 0 -8px;
}
form .row [class*="col-"] {
    padding: 0 10px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
sup {
    top: -0.5em;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.form-group label sup {
    color: red;
}
.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox-custom label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}
.checkbox-custom label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 3px;
}
.checkbox-custom input:checked+label:before {
    background-color: var(--theme-color);
}
.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid var(--white);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-62%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
.checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
}
/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
}
.radio-group label {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    padding-left: 24px;
    color: var(--theme-color);
}
.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
    -webkit-transition: border-color 400ms ease;
    -moz-transition: border-color 400ms ease;
    -ms-transition: border-color 400ms ease;
    -o-transition: border-color 400ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--theme-color);
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    top: 50%;
    left: 1px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
    right: auto;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
}
.radio-group input[type="radio"]:checked+label::before {
    border-color: var(--theme-color);
}
.radio-group input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
    -webkit-transform: translateY(-50%) scale(0.55);
    -moz-transform: translateY(-50%) scale(0.55);
    -ms-transform: translateY(-50%) scale(0.55);
    -o-transform: translateY(-50%) scale(0.55);
}
/***** COMMON CSS ****/
body.active-menu,
body.no-scroll {
    overflow: hidden;
}
.right-gliter {
    bottom: 0;
    right: 0;
}
.gliter-img {
    position: absolute;
    z-index: -1;
    height: 100%;
}
.padding-top {
    padding-top: 60px;
}
.padding-bottom {
    padding-bottom: 60px;
}
.section-title {
    margin-bottom: 26px;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    background: var(--theme-color);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.search-popup-open .site-header {
    z-index: 5;
}
.header-style-one .announcebar {
    background-color: var(--theme-color);
    padding: 12px 0;
    color: var(--white);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    display: none;
    border-bottom: 1px solid #284C4E;
}
.header-style-one .announcebar svg {
    fill: var(--white);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.header-style-one .announcebar p,
.header-style-one .announcebar a {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
}
.header-style-one .announcebar p b {
    margin-left: 6px;
}
.header-style-one .announcebar .annoucebar-left p svg {
    margin-right: 10px;
}
.header-style-one .announcebar .announcebar-right a {
    justify-content: flex-end;
}
.header-style-one .announcebar .announcebar-right a svg {
    margin-left: 10px;
}
.header-style-one .announcebar #announceclose {
    position: absolute;
    right: 16px;
    top: 50%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-style-one .announcebar #announceclose svg {
    height: 12px;
    width: 12px;
}
header.head-sticky .announcebar {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}
.site-header .top-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 25px;
    color: var(--white);
}
.site-header .top-header .right-side-header {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 60px;
}
.site-header .logo-col {
    max-width: 153px;
    width: 100%;
    position: relative;
}
.site-header .logo-col a {
    display: block;
}
.site-header .search-form-wrapper {
    position: relative;
    z-index: 1;
    max-width: 320px;
    width: 100%;
}
.search-form-wrapper form {
    width: 100%;
    position: relative;
}
.search-form-wrapper .form-inputs {
    width: 100%;
    position: relative;
}
.site-header .search-form-wrapper .form-inputs input {
    background: transparent;
    border-radius: 30px;
    padding: 0 135px 0 40px;
    height: 40px;
    border: none;
    color: var(--white);
    border: 1px solid #284C4E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.site-header .search-form-wrapper .form-inputs input::placeholder {
    color: var(--white);
}
.site-header .search-form-wrapper .form-inputs input:-ms-input-placeholder {
    color: var(--white);
}
.site-header .search-form-wrapper .form-inputs input::-webkit-input-placeholder {
    color: var(--white);
}
.search-form-wrapper .btn {
    position: absolute;
    right: auto;
    top: 50%;
    left: 7px;
    width: 25px;
    padding: 0;
    height: calc(100% - 10px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
}
.search-form-wrapper .btn:hover,
.search-form-wrapper .btn:focus {
    background: transparent;
}
.search-form-wrapper .btn svg {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    fill: var(--white);
}
.search-form-wrapper .btn svg path {
    fill: var(--second-color);
}
.site-header .search-form-wrapper .form-select {
    position: absolute;
    left: auto;
    right: 0px;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    padding: 8px 10px;
    border-left: 1px solid #284C4E;
    width: auto;
}
.site-header .search-form-wrapper .form-select .nice-select {
    border-radius: 30px;
    background: transparent;
    font-size: 14px;
    font-family: var(--theme-font);
    font-weight: 400;
    color: var(--white);
    width: 130px;
    line-height: 17px;
    border-radius: 0px 5px 5px 0px;
    height: 40px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    border: 0;
    border-left: 1px solid #284C4E;
}
.search-form-wrapper .menu-dropdown {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.site-header .nice-select:after {
    border-color: var(--white);
}
.store-info-wrapper {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 30%;
}
.store-info-wrapper .store-info-block p {
    line-height: 1.4;
}
.store-info-wrapper .store-info-block:not(:last-of-type) {
    padding-right: 10%;
    flex: 1;
}
.store-info-wrapper .store-info-block .label {
    font-family: var(--first-font);
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: right;
    line-height: 100%;
}
.store-info-wrapper .store-info-block p b {
    font-weight: 600;
}
.store-info-wrapper .store-info-block a {
    color: var(--second-color);
}
.header-style-one .menu-right li a svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.header-style-one .menu-right li a svg path {
    fill: var(--second-color);
}
.header-style-one .menu-right li a .icon-lable {
    display: none;
}
.header-style-one .menu-right li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-style-one .menu-right li:not(:last-of-type) {
    margin-right: 15px;
}
.header-style-one .menu-right li.cart-header a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-style-one .menu-right li.cart-header .icon-lable b {
    display: block;
    font-weight: 600;
}
.header-style-one .menu-right li.cart-header .icon-lable {
    display: block;
    text-align: right;
    letter-spacing: -0.03em;
    color: var(--white);
    font-size: 13px;
    margin-top: 0;
    margin-right: 7px;
}
.header-style-one .menu-right li a {
    display: flex;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    align-items: center;
    gap: 5px;
}
.header-style-one .count {
    position: absolute;
    top: -4px;
    right: -8px;
    height: 15px;
    width: 15px;
    background: var(--second-color);
    color: var(--white);
    font-size: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1.36364px solid var(--second-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.header-style-one .menu-right li.cart-header .count {
    top: 2px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li {
    padding-bottom: 15px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    margin-right: 7px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
    color: var(--white);
    font-family: var(--first-font);
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0.5rem 1.4rem 0.5rem 0.5rem;
    border-radius: 5px;
    position: relative;
    letter-spacing: -0.03em;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover>a {
    background: var(--second-color);
    color: var(--theme-color);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover>a svg path {
    fill: var(--theme-color);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a,
.header-style-one .menu-right li.has-item>a {
    padding-right: 30px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a span {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a span svg {
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--white);
    transform-origin: top;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    z-index: 2;
    padding: 20px;
    border-top: 1px solid var(--border-color);
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover .menu-dropdown,
.header-style-one .menu-right li:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.header-style-one .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}
.header-style-one .menu-dropdown ul>li a {
    border-bottom: 1px solid transparent;
    font-size: 14px;
    line-height: 1.3;
}
.header-style-one .menu-dropdown ul>li a:hover {
    color: var(--second-color);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item:hover>a:after {
    border-color: var(--theme-color);
}
.header-style-one .extra-menu-col {
    max-width: calc(100% - 265px);
    width: 100%;
    padding-bottom: 15px;
    margin-left: auto;
    padding-left: 50px;
    /* display: none; */
}
body.home .header-style-one .extra-menu-col {
    display: flex;
}
.header-style-one .extra-menu-right li a {
    color: var(--white);
}
.header-style-one .extra-menu-right li a:hover {
    color: var(--second-color);
}
.header-style-one .extra-menu-right li:not(:first-of-type) {
    margin-left: 24px;
}
.header-style-one .offer-tagline p {
    color: var(--white);
}
.header-style-one .offer-tagline p span {
    color: var(--second-color);
    font-weight: 600;
}
.header-style-one .offer-tagline p a {
    text-decoration: underline;
}
.search-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.search-popup.active {
    opacity: 1;
    visibility: visible;
}
.search-popup .close-search {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.search-popup .close-search svg {
    height: 100%;
    width: 100%;
}
.search-popup .search-form-wrapper {
    max-width: 1000px;
    width: 100%;
}
.search-popup .search-form-wrapper .form-inputs {
    width: 100%;
    position: relative;
}
.site-header .search-popup .search-form-wrapper input {
    padding: 15px 132px 15px 60px;
    background: var(--white);
    color: var(--theme-color);
}
.site-header .search-popup .search-form-wrapper input::placeholder {
    color: var(--theme-color);
}
.site-header .search-popup .search-form-wrapper .btn {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 45px;
    padding: 0;
    height: calc(100% - 10px);
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-popup .search-form-wrapper .form-select {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    padding: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-popup .search-form-wrapper .form-select .nice-select {
    border: 0;
    background: var(--theme-color);
    color: var(--white);
    /* padding: 18px 35px 18px 15px; */
    width: 122px;
}
.search-form-wrapper .btn svg {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    fill: var(--white);
}
.search-popup .search-form-wrapper .btn svg path {
    fill: var(--theme-color);
}
.site-header .main-navigationbar .menu-items-col {
    display: none;
}
body:not(.home) .site-header .main-navigationbar .menu-items-col {
    display: block;
}
.header-style-one .mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    margin-left: 15px;
}
.header-style-one .mobile-menu .mobile-menu-button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    padding: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    border: none;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.header-style-one .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 5px 0;
    backface-visibility: hidden;
    background: var(--second-color);
}
.header-style-one.head-sticky .mobile-menu .mobile-menu-button div {
    background-color: var(--second-color);
}
.mobile-menu-wrapper {
    position: fixed;
    z-index: 5;
    background: var(--white);
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    right: 0;
    max-width: 380px;
    width: 100%;
}
.mobile-menu-wrapper.active-menu {
    transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--theme-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 48px);
    overflow: auto;
    padding: 10px 20px;
    background: #F9F9F9;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li {
    margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 18px;
    color: var(--theme-color);
    letter-spacing: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .acnav-list {
    margin: 12px 0;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg {
    margin-left: auto;
    width: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .menu-open-arrow {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .close-menu-ioc {
    display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is-open .acnav-label .close-menu-ioc {
    display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is-open .acnav-label .menu-open-arrow {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul li a {
    font-size: 14px;
    line-height: 18px;
    text-transform: lowercase;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul li:not(:last-of-type) {
    margin-bottom: 8px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a.acnav-label {
    font-weight: 600;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a {
    font-size: 14px;
}
.mobile-menu-wrapper .menu-close-icon svg path {
    fill: var(--white);
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li:not(:last-of-type) {
    margin-bottom: 12px;
}
.acnav-list {
    display: none;
    padding: 0 0 10px 0;
}
/****** CART DRAWER CSS ********/
.overlay.active,
.cartOpen .overlay::after {
    content: " ";
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.cartDrawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    background: var(--white);
    width: 410px;
    height: 100%;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.cartOpen .cartDrawer {
    opacity: 1;
    visibility: visible;
    display: flex;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.cartDrawer .mini-cart-header {
    position: relative;
    text-align: center;
    padding: 17px 30px 16px 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-color);
    color: var(--white);
}
.cartDrawer .cart-tottl-itm {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
}
.cartDrawer .closecart {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
    opacity: 1;
    visibility: visible;
}
.cartDrawer .mini-cart-has-item {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cartDrawer .mini-cart-body {
    overflow-y: auto;
    padding: 30px;
    flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
    width: 6px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
    background: var(--second-color);
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
    background-color: #183a40;
}
.cartDrawer .mini-cart-item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--border-color);
    background: var(--white);
    border-radius: 10px;
}
.cartDrawer .mini-cart-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.cartDrawer .mini-cart-image {
    width: 80px;
    border-radius: 10px;
}
.cartDrawer .mini-cart-image a {
    display: block;
    padding-top: 150%;
    position: relative;
}
.cartDrawer .mini-cart-item .qty-spinner {
    border-radius: 6px;
}
.cartDrawer .mini-cart-image img {
    top: 0;
    width: 100%;
    object-fit: scale-down;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.cartDrawer .mini-cart-details {
    flex: 1;
    width: 100%;
    padding-left: 15px;
}
.cartDrawer .mini-cart-title a {
    color: inherit;
}
.cartDrawer .cart-variable {
    margin-bottom: 10px;
}
.cartDrawer .cart-variable p {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 14px;
    color: #4e4e4e;
}
.cartDrawer .mini-cart-details ins {
    justify-content: flex-start;
    font: var(--common-text);
    line-height: 100%;
}
.cartDrawer .pvarprice {
    margin-top: 12px;
}
.mini-cart-footer {
    padding: 30px;
    border-top: 1px solid var(--border-color);
}
.mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: var(--theme-color);
    margin: 0 -10px 20px;
}
.mini-cart-footer a {
    display: block;
}
.mini-cart-footer a .checkout-btn {
    max-width: 100%;
    width: 100%;
}
.mini-cart-footer .u-save {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    color: var(--theme-color);
    margin-bottom: 30px;
    justify-content: flex-end;
}
.mini-cart-footer .checkout-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: flex;
    padding: 12px 30px;
}
.mini-cart-footer .link-btn {
    display: flex;
    justify-content: center;
}
.cartDrawer .emptyCart {
    padding: 50px 0 0 0;
}
.remove_item svg {
    height: 15px;
    width: 15px;
}
.remove_item svg path {
    fill: var(--theme-color);
}
.side-menu-navigationbar {
    background: var(--theme-color);
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: -36%;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}
.side-menu-navigationbar .menu-items-col .main-nav>li {
    padding: 0 10px;
    position: relative;
}
.side-menu-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    margin-bottom: 10px;
}
.side-menu-navigationbar .menu-items-col .main-nav>li>a {
    color: var(--white);
    font-family: var(--first-font);
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0.5rem 1.6rem 0.5rem 0.5rem;
    border-radius: 10px;
    position: relative;
    letter-spacing: -0.03em;
    line-height: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.side-menu-navigationbar .menu-items-col .main-nav>li:hover>a,
.side-menu-navigationbar .menu-items-col .main-nav>li>a.active {
    background: var(--second-color);
    color: var(--theme-color);
}
.side-menu-navigationbar .menu-items-col .main-nav>li:hover>a svg path,
.side-menu-navigationbar .menu-items-col .main-nav>li>a.active svg path {
    fill: var(--theme-color);
}
.side-menu-navigationbar .menu-items-col .main-nav>li>a .link-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}
.side-menu-navigationbar .menu-items-col .main-nav>li>a span svg {
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.side-menu-navigationbar .menu-items-col .main-nav>li.has-item>a:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    transform: rotate(-46deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.side-menu-navigationbar .menu-items-col .main-nav>li.has-item:hover>a:after,
.side-menu-navigationbar .menu-items-col .main-nav>li.has-item>a.active:after {
    border-color: var(--theme-color);
}
.side-menu-navigationbar .menu-items-col .main-nav>li>.menu-dropdown {
    opacity: 0;
    overflow: hidden;
    transition: transform .5s ease 0s, opacity .6s ease 0s, max-height .6s step-end 0s, max-width .6s step-end 0s, padding .6s step-end 0s;
    transform: translate3d(70px, 0px, 0px);
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 5;
    padding: 20px;
    background-color: var(--white);
    box-shadow: 0px 10px 40px rgb(0 0 0 / 5%);
    margin: 0 !important;
    min-width: 250px;
}
.side-menu-navigationbar .menu-items-col .main-nav>li:hover>.menu-dropdown {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
.side-menu-navigationbar .menu-items-col .main-nav>li>.menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}
.side-menu-navigationbar .menu-items-col .main-nav>li>.menu-dropdown ul>li>a:hover {
    color: var(--second-color);
}
.home-banner-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-banner-section .mian-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home-banner-section .mian-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-left-side {
    max-width: 265px;
    width: 100%;
}
.banner-right-side {
    max-width: calc(100% - 265px);
    width: 100%;
    padding-left: 50px;
}
.banner-left-side .category-card {
    height: auto;
    padding: 0;
    margin-bottom: -85px;
}
.banner-left-side .category-card .btn-wrapper {
    margin-top: 10px;
}
.category-card .btn-wrapper {
    margin-top: 15px;
}
.banner-left-side .category-card .btn-wrapper .btn {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.home-banner-content .home-banner-content-inner {
    max-width: 58%;
    position: relative;
}
.home-banner-content .home-banner-content-inner .h1 {
    margin-bottom: 20px;
    max-width: 390px;
    line-height: 1.2;
}
.home-banner-content-inner .desk-wrapper {
    margin-bottom: 20px;
    max-width: 84%;
}
.home-banner-nav {
    margin-top: 30px;
}
.home-banner-nav .slide-arrow {
    position: relative;
    top: 0;
    background: var(--theme-color);
    border-radius: 50%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.home-banner-nav .slide-arrow svg path {
    fill: var(--white);
}
.home-banner-nav .slide-arrow:not(:first-of-type) {
    margin-left: 10px;
}
.home-banner-nav .slick-disabled {
    opacity: 0.3;
}
.home-banner-nav .slick-arrow.slick-prev {
    -webkit-transform: translateY(0) scale(-1);
    -moz-transform: translateY(0) scale(-1);
    -ms-transform: translateY(0) scale(-1);
    -o-transform: translateY(0) scale(-1);
    transform: translateY(0) scale(-1);
}
.discount-rate {
    position: absolute;
    top: -20px;
    left: auto;
    display: inline-block;
    color: var(--second-color);
    padding: 27px 27px;
    right: 22%;
}
.discount-rate svg path {
    fill: var(--theme-color);
}
.discount-rate p b {
    display: block;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 100;
}
.discount-rate p {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.435em;
    font-family: var(--second-font);
    font-weight: 400;
}
.discount-rate .star-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.discount-rate .star-wrapper svg {
    width: 100%;
    height: 100%;
}
.first-icon svg {
    width: 15px;
    height: 15px;
}
.new-labl {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    background: var(--white);
    color: var(--theme-color);
    line-height: 1;
    letter-spacing: -0.02em;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: var(--first-font);
}
.category-card {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-top: 15%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.category-card .category-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.category-card .category-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
}
.category-card .category-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #173334 0%, rgba(23, 51, 52, 0) 133.58%);
    z-index: 1;
}
.category-card .category-card-body {
    padding: 15px 22px;
    width: 100%;
    position: relative;
    z-index: 1;
    color: var(--white);
}
.category-card .title {
    color: var(--second-color);
    margin-bottom: 20px;
}
.row.row-gap {
    margin-top: -30px;
}
.row.row-gap>div {
    margin-top: 30px;
}
.shop-categories {
    position: relative;
    padding-top: 80px;
}
.section-left-shape {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: -50px;
}
.shop-reviews-left-inner .btn {
    margin-top: 25px;
}
.shop-reviews-left-inner .section-title {
    margin-bottom: 20px;
}
.shop-reviews-right-inner {
    position: relative;
    max-width: 610px;
    margin-left: auto;
}
.shop-reviews-right-inner .shop-reviews-image {
    position: absolute;
    top: 0;
    left: auto;
    right: -50px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.shop-reviews-right-inner .shop-reviews-image img {
    width: 100%;
    height: 100%;
}
.review-box {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #F0F0F0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.58);
    text-align: right;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.review-box-wrapper:not(:last-of-type) {
    margin-bottom: 40px;
}
.review-box-wrapper:nth-child(2n+2) {
    text-align: right;
    padding-right: 60px;
    margin-bottom: 93px;
}
.review-box-wrapper:nth-child(2n+3) {
    margin-left: -64px;
}
.review-box span {
    font-weight: 700;
    padding-right: 16px;
}
.review-box span b {
    color: var(--second-color);
}
.review-box .user-pro-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 20px;
}
.review-box .user-pro-list ul li {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--white);
}
.review-box .user-pro-list ul li:not(:first-of-type) {
    margin-left: -10px;
}
.new-labl.bg-second {
    background: var(--second-color);
}
/* Product Card style start */
.product-row {
    margin: 0 -10px;
}
.product-row .slick-list,
.product-row .slick-track {
    display: flex;
}
.product-card {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 10px;
}
.product-card .product-card-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 11px;
    border: 1px solid #C4C4C4;
    position: relative;
}
.product-card-image {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
}
.product-card-image a {
    position: relative;
    display: block;
    padding-top: 66.2%;
    overflow: hidden;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
}
.product-card-image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
}
.product-card-image a img.hover-img {
    opacity: 0;
    visibility: hidden;
}
.product-card-image:hover img.default-img {
    opacity: 0;
    visibility: hidden;
}
.product-card-image:hover img.hover-img {
    opacity: 1;
    visibility: visible;
    mix-blend-mode: multiply;
}
.product-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 15px;
}
.product-content-top {
    flex: 1;
    width: 100%;
    margin-bottom: 15px;
}
.product-type {
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.product-title {
    margin-bottom: 15px;
    font: var(--h5);
}
.product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card .price {
    margin-bottom: 15px;
}
.price {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.price ins.text-danger {
    color: #FF0000;
}
.price .currency-type {
    font-size: 10px;
    line-height: 100%;
}
.price ins {
    font-weight: 700;
    font-size: 20px;
    align-items: end;
    line-height: 100%;
}
.price del {
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
    line-height: 100%;
}
del {
    color: var(--theme-color);
    opacity: 0.6;
    text-decoration: line-through;
}
.product-selectors {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 10px;
}
.product-selectors .size-select {
    width: 60%;
    padding: 0 10px 0 0;
    position: relative;
}
.product-selectors .quantity-select {
    flex: 1;
    position: relative;
}
.product-selectors .lbl {
    display: block;
    margin-bottom: 5px;
}
.product-selectors .quantity-select .qty-spinner {
    max-width: 100%;
    height: 42px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}
.qty-spinner {
    border: 1px solid var(--border-color);
    display: flex;
    max-width: 100px;
    height: 30px;
    width: 100%;
}
.qty-spinner button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    flex: 1;
}
.qty-spinner input {
    border: 0;
    flex: 1;
    width: 29px;
    color: var(--theme-color);
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}
.qty-spinner button svg {
    margin: auto;
    height: 12px;
    width: 12px;
}
.qty-spinner button svg path {
    fill: var(--theme-color);
}
.product-selectors .size-select .nice-select {
    border-radius: 11px;
    height: 42px;
    line-height: 20px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}
.product-selectors .size-select .nice-select .current {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-selectors .size-select .nice-select::after {
    border-color: var(--theme-color);
}
.addtocart-btn {
    padding: 11.3px 15px;
    border-radius: 10px;
    background: var(--second-color);
    font-family: var(--first-font);
    color: var(--theme-color);
    font-weight: 600;
    line-height: 1;
    font-size: 15px;
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.addtocart-btn svg path {
    fill: var(--theme-color);
}
.product-card-inner .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    outline: none;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--second-color);
    padding: 0;
    border-radius: 5px;
}
.product-card-inner .wishlist-btn i {
    color: var(--white);
}
.product-card-inner .wishlist-btn svg {
    width: 20px;
    height: 20px;
}
.product-card-inner .wishlist-btn svg path {
    fill: var(--theme-color);
}
.product-card-inner .wishlist-btn:hover svg path {
    fill: var(--second-color);
}
.reviews-stars-wrap {
    display: flex;
    align-items: center;
    line-height: 1;
}
.reviews-stars-wrap span {
    display: inline-block;
    line-height: 1;
}
.reviews-stars-wrap .reviews-stars-outer {
    margin-right: 10px;
    font-size: 12px;
}
.reviews-stars-wrap .review-point {
    font-weight: 700;
    font-size: 14px;
}
.reviews-stars-wrap .review-point>span {
    font-weight: 400;
}
.reviews-stars-wrap .point-wrap {
    display: flex;
}
.new-labl.bg-danger {
    background: #FF3D00;
    color: var(--white);
    font-weight: 600;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.section-title .title {
    position: relative;
}
.section-title .title .new-labl {
    position: absolute;
    top: 7px;
    left: auto;
    right: -45px;
}
.today-discounts {
    position: relative;
}
.right-side-image {
    position: absolute;
    top: 51px;
    left: auto;
    right: 0;
}
.bestseller-section {
    background: var(--theme-color);
}
.bestseller-section .section-title {
    color: var(--white);
}
.bestseller-section .tab-nav {
    margin-bottom: 40px;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tabs li:not(:last-of-type) {
    margin-right: 15px;
}
.tabs li a {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: var(--white);
}
.tabs li.active a,
.tabs li a:hover {
    color: var(--second-color);
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.loved-category {
    background: var(--second-color);
}
.loved-category .section-title .btn {
    background: var(--theme-color);
    color: var(--second-color);
    border-color: var(--theme-color);
}
.loved-category .section-title .btn svg path {
    fill: var(--second-color);
}
.product-selectors .size-select .nice-select .option {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
}
.loved-category .category-card .category-card-body {
    max-width: 330px;
}
.section-title .left-side {
    flex: 1;
    padding-right: 15px;
}
.section-title .left-side .title {
    margin-bottom: 25px;
}
.section-desc {
    max-width: 700px;
}
.loved-product .category-card .category-img::before {
    content: unset;
}
.loved-product .category-card .category-card-body {
    color: var(--theme-color);
}
.loved-product .category-card {
    /* padding-top: 7%; */
    background: #fff;
}
.loved-product .category-card .title-wrapper {
    margin-bottom: 15px;
}
.loved-product .category-card .category-card-body {
    max-width: 250px;
}
.loved-category .loved-product {
    margin-bottom: -150px;
}
.categories-new {
    background: var(--theme-color);
    /* padding-top: 60px; */
}
.loved-product {
    background-color: var(--theme-color);
    color: var(--white);
    padding-bottom: 60px;
}
.loved-product .category-card .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.category-card.second-look {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding-bottom: 10%;
}
.category-card.second-look .category-img::before {
    background: linear-gradient(65deg, #173334 0.37%, rgba(23, 51, 52, 0) 100.42%);
}
.category-card.second-look h2 {
    margin-bottom: 20px;
}
.category-card.second-look .category-card-body {
    max-width: 532px;
    margin: 0 auto 0 14.30%;
    color: var(--white);
}
.categories-new .row>div:nth-child(2n+1) .category-card.second-look .category-card-body {
    margin: 0 14.30% 0 auto;
}
.testimonials-left-inner .btn {
    margin-top: 30px;
}
.testimonials-left-inner p {
    font-size: 14px;
}
.testimonials .slick-slider {
    margin: 0 -15px;
}
.testimonials .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}
.testimonials-card {
    padding: 17px;
    border-radius: 11px;
    border: 1px solid #C4C4C4;
}
.testimonials-card .reviews-words .main-word {
    margin-bottom: 15px;
    font: var(--h4);
}
.testimonials-card .reviewer-profile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.testimonials-card .reviewer-profile .reviewer-img {
    max-width: 47px;
    width: 100%;
    height: 19px;
    background: var(--white);
    position: relative;
}
.testimonials-card .reviewer-profile .reviewer-desc {
    width: calc(100% - 47px);
    padding-left: 10px;
}
.testimonials-card .reviewer-profile .reviewer-desc span {
    font-weight: 400;
    display: block;
    line-height: 100%;
    font-size: 14px;
}
.testimonials-card .reviewer-profile .reviewer-desc span b {
    color: var(--theme-color);
}
.testimonials .slick-slider .slick-arrow {
    background: var(--theme-color);
}
.testimonials .slick-slider .slick-arrow:hover {
    background: var(--second-color);
}
.testimonials .slick-slider .slick-arrow svg path {
    fill: var(--white);
}
.testimonials .slick-slider .slick-arrow:hover svg path {
    fill: var(--theme-color);
}
.home-blog-section .section-title {
    text-align: center;
}
.section-title .tagline {
    display: block;
    font-weight: 400;
    font-size: 18.9892px;
    text-align: center;
    font-family: var(--second-font);
    color: var(--second-color);
    margin-bottom: 17px;
}
.section-title .descripion {
    max-width: 54%;
    width: 100%;
    margin: auto;
    margin-top: 20px;
}
.blog-widget-inner {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 11px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.blog-media {
    position: relative;
}
.blog-widget-inner .new-labl {
    position: absolute;
    top: 17px;
    left: 17px;
    right: auto;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
    border-radius: 10px;
    font-size: 14px;
}
.blog-widget-inner .blog-media a {
    display: block;
    padding-top: 64.2%;
    border-bottom: 1px solid #C4C4C4;
    position: relative;
}
.blog-widget-inner .blog-media a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 11px 11px 0 0;
}
.blog-caption {
    padding: 17px 17px 17px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-widget-inner p {
    margin-bottom: 20px;
    line-height: 1.4;
    flex: 1;
}
.btn.blog-btn {
    padding: 10px 15px 10px 15px;
}
.blog-widget-inner .author-info strong {
    display: block;
    text-align: right;
    font-size: 14px;
}
.blog-widget-inner .author-info span {
    display: block;
    text-align: right;
    font-size: 14px;
}
.blog-caption h4 a {
    display: inline-block;
    margin-bottom: 11px;
}
.site-footer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
    background: var(--theme-color);
    color: var(--white);
}
.site-footer .checkbox-custom label:before {
    border-color: var(--white);
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
}
.footer-col {
    width: 100%;
    flex: 1;
}
.footer-col:not(:first-of-type) {
    padding-left: 60px;
}
.footer-store-detail {
    max-width: 370px;
    flex: 0 0 370px;
    padding: 0;
}
.footer-widget h3,
.footer-widget h2,
.footer-widget h4 {
    margin-bottom: 20px;
}
.footer-widget h2 {
    font-size: 17px;
}
.footer-link ul li:not(:last-of-type) {
    margin-bottom: 5px;
}
.footer-subscribe-col {
    max-width: 520px;
    flex: 0 0 520px;
    padding: 0;
}
.footer-subscribe-form {
    margin-top: 15px;
    width: 100%;
}
.input-wrapper {
    position: relative;
}
.footer-subscribe-form .checkbox-custom {
    font-size: 12px;
    margin-top: 20px;
}
.footer-subscribe-form .input-wrapper input {
    padding: 15px 60px 15px 20px;
    background: transparent;
    color: var(--white);
    border-color: #284C4E;
}
.footer-subscribe-form .input-wrapper input::placeholder {
    color: var(--white);
}
.input-wrapper .btn-subscibe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: var(--second-color);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.input-wrapper .btn-subscibe svg path {
    fill: var(--black);
}
.footer-bottom {
    padding-top: 30px;
}
.policy-links li:not(:last-of-type) {
    margin-right: 22px;
}
.site-footer .footer-logo {
    max-width: 170px;
    width: 100%;
    margin-bottom: 20px;
}
.social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.social-links li:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 12px;
}
.social-links li a {
    width: 35px;
    height: 35px;
    background: var(--second-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.social-links li a svg {
    width: 17px;
    height: 17px;
}
.social-links li a svg path {
    fill: var(--theme-color);
}
.footer-subscribe-form .checkbox-custom label {
    font-size: 12px;
}
body.home .site-footer,
body.product-detail-page .site-footer {
    padding-top: 350px;
}
.home-blog-section {
    position: relative;
    z-index: 1;
}
.shop-reviews {
    overflow: hidden;
    position: relative;
}
.shop-reviews .section-left-shape {
    top: 60px;
    bottom: auto;
}
/* Product page */
.product-page-first-section {
    background: #F3F0EE;
    padding: 30px 0 30px;
}
/* .pdp-left-column {
    width: 30.133333%;
} */
.pdp-center-column {
    width: 40%;
}
.pdp-left-column {
    width: 60%;
}
.pdp-main-slider {
    background: var(--white);
    mix-blend-mode: multiply;
}
.pdp-main-img {
    position: relative;
    padding-top: 77%;
}
.pdp-main-img img,
.pdp-main-img video,
.pdp-main-img iframe,
.pdp-thumb-img svg,
.pdp-thumb-img video,
.pdp-thumb-img iframe,
.pdp-thumb-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    object-position: center;
}
.pdp-thumb-img {
    position: relative;
    padding-top: 90%;
}
.pdp-thumb-slider-itm {
    margin: 0 6px 0 6px;
    border: 1px solid var(--second-color);
}
.pdp-thumb-slider-itm.slick-current {
    border-color: var(--theme-color);
}
.pdp-thumb-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
    justify-content: space-between;
}
.pdp-thumb-slider {
    max-width: 50%;
    width: 100%;
    overflow: hidden;
    margin: 0 -6px 0 -6px;
}
.pdp-thumb-nav-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 30px;
}
.pdp-thumb-nav .slick-arrow {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    transform: unset;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: var(--second-color);
}
.pdp-thumb-nav .slick-arrow:not(:last-of-type) {
    margin-right: 5px;
}
.pdp-thumb-nav .slick-arrow.slick-prev {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}
.pdp-thumb-nav .slick-arrow.slick-disabled {
    opacity: 0.38;
}
.pdp-thumb-nav-wrap .pdp-thumb-nav {
    margin-right: 15px;
}
.product-description .section-title {
    margin-bottom: 20px;
}
.pdp-top-info {
    margin-bottom: 7px;
}
.pdp-top-info p {
    font-weight: 500;
}
.product-description .quality-per {
    font-size: 17.1377px;
    font-weight: 500;
    display: block;
    margin-top: 15px;
}
.product-description .product-selectors {
    margin-bottom: 30px;
}
.product-description .product-selectors .size-select .nice-select,
.product-description .product-selectors .quantity-select input {
    background: transparent;
}
.product-description .product-selectors .size-select .nice-select,
.product-description .product-selectors .quantity-select .qty-spinner {
    border-color: var(--theme-color);
}
.product-description .product-selectors .size-select,
.product-description .product-selectors .quantity-select {
    width: 50%;
}
.product-description .price {
    margin-bottom: 15px;
}
.product-description .price ins {
    font-size: 24px;
}
.product-description .btn.addcart-btn {
    max-width: 231px;
    width: 100%;
}
.product-description-right {
    text-align: right;
}
.wishbtn {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 35px;
}
.wishbtn span {
    display: block;
    height: 20px;
    width: 20px;
    margin-left: 10px;
}
.wishbtn span svg {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.wishbtn span svg path {
    fill: var(--theme-color);
}
.pdp-block:not(:last-of-type) {
    margin-bottom: 18px;
}
.product-description-right h5 {
    margin-bottom: 15px;
}
.pdp-variable p:not(:last-of-type) {
    margin-bottom: 10px;
}
.pdp-block .testimonials-card {
    text-align: left;
    display: inline-block;
}
.pdp-block .testimonials-card .main-word {
    margin-bottom: 10px;
}
.testimonials-card .testimonial-top {
    margin-bottom: 10px;
}
.back-btn {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}
.back-btn span {
    width: 34px;
    height: 34px;
    display: flex;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    padding: 4px 0;
    margin-right: 10px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.back-btn span svg path {
    fill: var(--theme-color);
}
.product-description {
    padding: 20px 0 0 0;
}
.product-description-section .section-title .badge {
    margin-bottom: 15px;
}
.product-description-section .pro-descrip-contente-left .badge,
.product-description-section .pro-descrip-contente-right .badge {
    margin: 0 0 15px 0;
}
.badge {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 8px;
    background: var(--theme-color);
    color: var(--white);
    line-height: 1;
    letter-spacing: 1px;
    border-radius: 4px;
    display: inline-block;
}
.product-description-section .section-title {
    margin-bottom: 26px;
}
/************** Common banner section css *************/
.common-banner-section {
    padding: 40px 0;
    background: #F0F0F0;
}
.common-banner-content .back-btn {
    margin-bottom: 20px;
}
.common-banner-content .section-title h2 span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.common-banner-content .section-title {
    margin-bottom: 26px;
}
/* product list page */
/***********  Product filter category css ***********/
.product-heading-row {
    border-bottom: 1px solid var(--theme-color);
    align-items: center;
}
.product-heading-column {
    padding: 14px 0 !important;
}
.product-heading-right-column {
    padding: 14px 0 14px 22px !important;
    border-left: 1px solid var(--theme-color);
}
.filter-select-box {
    min-width: 160px;
}
.product-heading-row .sort-lbl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
.product-heading-row .nice-select:after {
    border-bottom: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
}
.product-heading-row .nice-select {
    border: solid 1px var(--theme-color);
    color: var(--theme-color);
    width: 170px;
}
.produdt-filter-cat li a {
    font-weight: 500;
}
.produdt-filter-cat li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.produdt-filter-cat li:not(:last-of-type):after {
    content: '/';
    position: absolute;
    right: -1px;
}
.acnav-list {
    display: none;
    padding: 0 0 10px 0;
}
.product-cat-widget .acnav-list {
    padding: 0 0 10px 10px;
}
.product-widget .acnav-label {
    display: block;
    position: relative;
    font-weight: 600;
}
.product-widget>.pro-itm>.acnav-label {
    font-weight: 600;
    padding: 12px 0;
    text-transform: uppercase;
}
.product-widget .acnav-list li a {
    text-transform: capitalize;
}
.product-widget .acnav-list li:not(:last-of-type) {
    margin-bottom: 8px;
}
.pro-itm-inner>.filter-listing>ul>li>.acnav-list {
    padding: 10px 0 10px 10px;
}
.set .acnav-label:before,
.product-widget .acnav-label:before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 2px;
    width: 10px;
    background: #000;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.set .acnav-label:after,
.product-widget .acnav-label:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 10px;
    width: 2px;
    background: #000;
    transition: ease-in-out all 0.5s;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.product-widget .is-open>.acnav-label:after {
    opacity: 0;
}
.product-filter-body {
    padding: 0 0 20px;
}
.product-widget {
    border-bottom: 1px solid var(--theme-color);
    padding: 10px 0;
}
.product-filter-right-column {
    border-left: 1px solid var(--theme-color);
    padding-left: 22px !important;
}
.delete-all {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    margin: 10px 0 0;
}
.delete-all svg {
    height: 12px;
    margin-right: 5px;
    width: 12px;
}
.product-tag-widget ul li a {
    padding: 10px 12px;
    background: transparent;
    color: var(--theme-color);
    font-size: 12px;
    line-height: 1;
    border: 1px solid var(--second-color);
    border-radius: 20px;
}
.product-tag-widget ul li a:hover,
.product-tag-widget ul li.active a {
    background: var(--second-color);
    color: var(--white);
}
.product-tag-widget ul li:not(:last-of-type) {
    margin-right: 5px;
}
.product-tag-widget ul li {
    display: inline-block;
}
.text-checkbox .checkbox {
    margin: 0;
    float: left;
    padding-right: 9px;
    padding-bottom: 10px;
}
.text-checkbox .checkbox input[type=checkbox] {
    display: none;
}
.text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    content: "";
    display: inline-block;
    border: 1px solid var(--black);
    color: #000;
    width: auto;
    position: relative;
    font-weight: 600;
    letter-spacing: 0px;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    line-height: 100%;
    transition: all 250ms ease;
    font-size: 13px;
    border-radius: 47px;
    padding: 10px 19px;
    text-transform: lowercase;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -o-border-radius: 47px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: white;
}
#range-slider {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 23px;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: var(--theme-color);
    height: 3px !important;
    top: -1px !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;
}
.ui-widget-content {
    background: #dddddd !important;
    border: none !important;
    border-radius: 0 !important;
    height: 1px !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    height: 8px !important;
    width: 8px !important;
    top: -3px !important;
    margin-left: 0 !important;
    background: var(--theme-color);
    box-shadow: inset 0 0 0 1px #ffffff;
    border: 1px solid var(--theme-color) !important;
    border-radius: 10px;
    z-index: 1;
}
.colour-col:not(:last-of-type) {
    padding: 0 15px 0 0;
}
.price-select {
    margin-left: -5px;
    margin-right: -5px;
}
.select-col p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.select-col {
    width: 100%;
    max-width: 50%;
    padding: 0 5px;
}
.sorting-select {
    min-width: 125px;
}
.sorting-select select {
    padding: 10px 15px 9px;
    color: var(--black);
}
.product-price-widget .acnav-list {
    padding: 0 20px 10px 0;
}
.colors-checkbox label {
    width: 100%;
}
.custom-checkbox {
    flex-shrink: 0;
}
.custom-checkbox,
.colors-checkbox label,
.rating-checkbox label {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    text-align: left;
}
.custom-checkbox input[type="checkbox"] {
    margin-top: 0.25rem;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    left: 0;
}
.custom-checkbox input[type="checkbox"]+.color,
.custom-checkbox input[type="radio"]+.color {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    width: 0.9375rem;
    height: 0.9375rem;
}
.color,
.custom-checkbox input[type="checkbox"]+span.color {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .05);
    cursor: pointer;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
}
.custom-checkbox input[type="checkbox"]:checked+span.color {
    border: 2px solid var(--theme-color);
}
.custom-checkbox input[type="checkbox"]:checked+span.color:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid var(--theme-color);
    border-width: 0px 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.color-name {
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
}
.product-widget .acnav-list .colors-checkbox,
.product-widget .acnav-list .rating-checkbox {
    margin-top: 8px;
}
.product-widget .acnav-list .rating-checkbox .custom-checkbox .checkbox {
    width: 1.25rem;
    height: 1.25rem;
    background: #C4C4C4;
    border-radius: 2px;
    margin-right: 10px;
}
.product-widget .acnav-list .rating-checkbox input:checked+.checkbox::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid var(--white);
    border-width: 0px 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-62%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
.rating-checkbox .rating-img {
    position: relative;
}
.rating-checkbox .rating-img::before {
    content: url('../images/rating-star.png');
}
.rating-checkbox .rating-img .reviews-stars_inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}
.rating-checkbox .rating-img .reviews-stars_inner::after {
    content: url('../images/rating-star-fill.png');
}
.product-filter-right-column {
    padding-top: 22px !important;
}
.product-filter-right-column .row {
    margin: 0 -10px;
}
.product-filter-right-column .product-card {
    padding: 0 10px 20px;
}
.product-filter-right-column .product-content-bottom .price {
    width: 100%;
    margin-bottom: 10px;
}
.product-filter-right-column .addtocart-btn svg {
    fill: var(--theme-color);
}
.product-widget-fillter {
    text-align: center;
}
.btn.fillter-btn {
    margin-top: 26px;
    max-width: 152px;
    width: 100%;
    border-radius: 30px;
}
.filter-title {
    pointer-events: none;
}
.text-checkbox .checkbox {
    margin: 0;
    float: left;
    padding-right: 9px;
    padding-bottom: 10px;
}
.text-checkbox .checkbox input[type=checkbox] {
    display: none;
}
.text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    content: "";
    display: inline-block;
    border: 1px solid var(--theme-color);
    color: #000;
    width: auto;
    position: relative;
    font-weight: 600;
    letter-spacing: 0px;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    line-height: 100%;
    transition: all 250ms ease;
    font-size: 13px;
    border-radius: 47px;
    padding: 10px 19px;
    text-transform: lowercase;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -o-border-radius: 47px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    background-color: var(--theme-color);
    color: white;
}
/************************  CART PAGE CSS **********************/
.cart-page-section {
    padding-top: 40px;
}
.cart-page-section .back-btn span svg path {
    fill: var(--theme-color);
}
.cart-page-section .section-title h2 {
    margin-top: 20px;
}
.cart-page-section .section-title h2 span {
    font-size: 18px;
}
.product-option {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 10px;
}
.product-option dt {
    font-weight: 500;
}
.product-option dd {
    margin-left: 5px;
    font-weight: 400;
}
.remove-btn {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-left: 8px;
}
.remove-btn svg path {
    fill: red;
}
.cart-summery {
    border: 1px solid var(--border-color);
    padding: 20px;
}
.cart-summery ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.cart-summery ul li span:last-child {
    font-weight: 600;
}
.cart-summery .btn {
    padding: 15px 10px;
    display: block;
    width: 100%;
    margin-top: 20px;
    text-transform: capitalize;
}
/****  TABLE CSS ****/
table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
}
table tr {
    padding: 20px 0 0;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
table tr th,
table tr td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
}
table tr th {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    font-weight: 700;
    text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
    padding-left: 0;
}
table tr td:first-child a {
    vertical-align: middle;
    max-width: 109px;
}
table tr td {
    display: block;
    text-align: center;
    padding: 0 0 20px;
}
.order-history-tbl tr td[data-label="Name"] {
    max-width: 140px;
}
.order-history-tbl tr td[data-label="Product"] {
    max-width: 90px;
}
.order-history-tbl tr td[data-label="quantity"] {
    width: 113px;
    padding: 0;
}
table tr:last-of-type {
    border-bottom: 0;
}
@media (min-width: 992px) {
    .cart-tble tr th:first-child,
    .cart-tble tr td:first-child {
        width: 90px;
    }
    .cart-tble tr th:nth-child(2),
    .cart-tble tr td:nth-child(2) {
        width: 253px;
    }
    .cart-tble tr th:nth-child(4),
    .cart-tble tr td:nth-child(4) {
        width: 116px;
        padding-right: 9px;
    }
}
@media (max-width: 767px) {
    table tr td::before {
        content: attr(data-label);
        display: block;
        text-align: center;
        padding-bottom: 10px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        display: none;
    }
    .product-option {
        justify-content: center;
    }
    table .qty-spinner {
        justify-content: center;
        margin: 0 auto;
    }
    .remove-btn {
        height: 14px;
        width: 14px;
    }
    .order-history-tbl tr td[data-label="quantity"],
    .order-history-tbl tr td[data-label="Name"],
    .order-history-tbl tr td[data-label="Product"] {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 768px) {
    table tr:first-child {
        border-top: none;
    }
    table tr {
        padding: 0;
        display: table-row;
    }
    table tr td {
        padding: 20px 10px 20px;
        display: table-cell;
        text-align: left;
    }
    table tr th:last-child,
    table tr td:last-child {
        text-align: right;
        padding-right: 0;
    }
    table tr th:nth-child(5),
    table tr td:nth-child(5) {
        text-align: right;
    }
}
/****************** ABOUT PAGE CSS  ******************/
.row-reverse {
    flex-direction: row-reverse;
}
.about-our-shop-section .row {
    margin-top: 50px;
}
.abt-shp-column-right img {
    width: 100%;
}
.aboutpage-btm-sec {
    background: var(--white);
}
.aboutpage-btm-sec .about-us-box {
    padding: 25px 18px;
    border: 1px solid var(--theme-color);
    position: relative;
}
.aboutpage-btm-sec .section-title {
    max-width: 700px;
    margin: 0 auto 50px;
}
.aboutpage-btm-sec .section-title p {
    margin-top: 24px;
}
.about-us-section .about-us-box h3 {
    margin-bottom: 15px;
}
.about-us-section .about-us-box svg {
    width: 24px;
    height: 24px;
    fill: var(--second-color);
    position: absolute;
    top: 15px;
    right: 15px;
}
/******************  CMS PAGES CSS *****************/
.cms-page p:not(:last-of-type) {
    margin-bottom: 25px;
}
.cms-page h3,
.cms-page h4,
.cms-page h5 {
    margin: 20px 0;
}
.cms-page p a {
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
}
.cms-page ul {
    margin: 20px;
}
.cms-page ul li {
    list-style: disc;
}
.cms-page ul li:not(:last-of-type) {
    margin-bottom: 9px;
}
/****************** CONTACT PAGE CSS ******************/
.contact-form {
    padding: 24px 20px;
    border: 1px solid var(--theme-color);
    background: var(--white);
}
.submit-btn svg {
    width: 20px;
    height: 14px;
}
.submit-btn {
    width: 100%;
    padding: 14px 10px;
    text-transform: capitalize;
    align-items: center;
}
.contact-left-inner * {
    color: var(--theme-color);
}
.contact-left-inner ul li {
    margin-bottom: 30px;
}
.contact-left-inner ul li h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
}
.contact-left-inner ul li p {
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 500;
    word-break: break-all;
}
.contact-left-inner ul li .address {
    font-size: 14px;
    line-height: 26px;
}
/****************** FAQS PAGE CSS ***************/
.faq-search-form {
    max-width: 400px;
    margin: 25px 0;
}
.set {
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
}
.set .acnav-label {
    padding: 15px 25px 15px 15px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}
.set .acnav-list {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}
.set .acnav-list p {
    font-size: 14px;
}
/*******************  BLOG PAGE CSS *****************/
.blog-page-banner {
    position: relative;
    z-index: 1;
    color: var(--white);
}
.blog-page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(0.76deg, rgba(0, 0, 0, 0.82) 0.67%, rgba(0, 0, 0, 0) 118.22%);
}
.blog-page-banner .section-title {
    margin-bottom: 30px;
}
.blog-page-banner .section-title h2 {
    color: var(--white);
}
.blog-cat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.blog-desk {
    margin-bottom: 30px;
}
.blog-cat li:not(:last-of-type) {
    margin-right: 10px;
}
.blog-cat li a {
    padding: 10px 20px;
    color: var(--white);
    background: transparent;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1;
}
.blog-cat li.active a,
.blog-cat li a:hover {
    background: var(--white);
    color: var(--second-color);
}
.blog-grid .blog-widget {
    margin-bottom: 30px;
}
.blog-head-row {
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
}
.blog-col-left .tabs li:not(:last-of-type) {
    margin: 0;
}
.blog-col-left ul li a {
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    position: relative;
    opacity: 0.5;
    font-weight: 600;
    color: var(--theme-color)
}
.blog-col-left ul li a:before {
    content: '';
    height: 2px;
    width: 100%;
    bottom: -1px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.blog-col-left ul li a:hover:before,
.blog-col-left ul li.active a:before {
    opacity: 1;
}
.blog-col-left ul li a:hover,
.blog-col-left ul li.active a {
    opacity: 1;
}
.blog-col-right .select-lbl {
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
}
.blog-col-left {
    flex: 1;
}
.blog-col-right .nice-select {
    flex: 1;
    border: none;
    padding: 10px 15px 10px 15px;
}
.blog-col-right .nice-select:after {
    right: 0;
}
.blog-grid-section .section-title h2 b {
    font-style: normal;
}
/*************  ARTICLE PAGE CSS **************/
.article-banner .common-banner-content .back-btn {
    margin: 0 auto 26px auto;
    justify-content: center;
    display: flex;
    max-width: fit-content;
}
.article-banner .blog-cat {
    margin: 40px 0;
}
.post-lbl {
    margin-left: 50px;
}
.article-section .abt-user-img {
    border-color: var(--theme-color);
}
.article-section .section-title h2 {
    font: var(--h3);
    max-width: 400px;
    margin: 30px 0 0;
}
.aticleleftbar h5 {
    margin: 20px 0;
    line-height: 1.3;
}
.aticleleftbar p {
    margin-bottom: 25px;
}
.aticleleftbar img {
    margin-bottom: 1px;
    width: 59%;
}
.aticleleftbar p img {
    width: 100%;
    object-fit: cover;
}
.art-auther {
    margin-bottom: 26px;
    font-size: 14px;
}
.aticleleftbar .art-auther {
    margin-bottom: 15px;
}
.quote-box {
    position: relative;
    padding: 40px 0 40px 60px;
}
.quote-box h3 {
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--third-font);
    font-style: italic;
}
.quote-box svg {
    position: absolute;
    left: 0;
}
.article-socials li a {
    height: 28px;
    width: 28px;
    /* background: var(--theme-color); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.article-socials li a svg {
    fill: var(--white);
    height: 12px;
    width: 12px;
}
.article-socials li:not(:last-of-type) {
    margin-right: 10px;
}
.article-socials li span {
    display: inline-block;
    font-size: 15px;
    margin-right: 0;
}
.latest-article-slider {
    margin: 0 -10px;
}
.latest-article-slider .blog-widget {
    padding: 0 10px;
}
.blog-media {
    position: relative;
}
.blog-widget-inner .blog-media .blog-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35px;
    width: 35px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 1;
}
.latest-article-slider-section .section-title h2 b {
    font-style: normal;
}
.latest-article-slider-section .section-title {
    border-top: 1px solid var(--border-color);
    padding-top: 60px;
    margin-bottom: 40px;
}
.latest-article-slider-section .slick-arrow {
    opacity: 0;
}
.latest-article-slider-section .slick-slider:hover .slick-arrow {
    opacity: 1;
}
.abt-user-img {
    border: 1px solid var(--white);
    border-radius: 72.2951px;
    width: 60px;
    height: 60px;
    padding: 5px;
    margin-right: 15px;
}
.about-user h6 span {
    display: block;
    font-weight: 700;
}
.article-banner .back-btn span svg {
    width: 16px;
    height: 16px;
}
.article-banner .back-btn span svg path {
    fill: var(--white);
}
/*****************  ORDER SUMMERY PAGE CSS ***************/
.backbtn .btn-secondary svg {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
}
.backbtn .btn-secondary {
    min-width: 190px;
    margin-top: 25px;
    background: var(--theme-color);
    color: var(--white);
}
.backbtn .btn-secondary svg path {
    fill: var(--white);
}
.order-summery-page .section-title h2 {
    margin-bottom: 30px;
}
.order-summery-page .section-title p {
    font-size: 18px;
    margin: 0;
}
/*****************  REGISTER PAGE CSS ***************/
.back-toshop span svg path {
    fill: var(--theme-color);
}
.back-toshop {
    margin-bottom: 10px;
}
.form-wrapper h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}
.form-wrapper .form-heading h4 {
    margin-bottom: 0;
}
.form-wrapper h4 b {
    font-family: var(--first-font);
    font-style: normal;
    font-weight: 600;
}
.form-wrapper form {
    border: 1px solid var(--border-color);
}
.form-container {
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
}
.form-footer {
    padding-top: 30px;
}
.form-container:last-child {
    border-bottom: 0;
}
/****************  LOGIN PAGE CSS ***************/
.login-form .submit-btn {
    max-width: 170px;
    margin: 0 0 0 15px;
    ;
}
.login-form .form-footer {
    padding: 0;
}
.forgot-pass {
    color: red;
    font-size: 14px;
}
.login-form p {
    margin-bottom: 15px;
}
 
.reg-lbl {
    font-size: 14px;
    margin-right: 10px;
}
.login-form .form-heading h4 {
    margin-bottom: 0;
    font-weight: 600;
}
/**************** MY ACCOUNT PAGE CSS ******************/
.my-acc-leftbar h4,
.my-acc-rightbar h2 {
    font-weight: 400 !important;
}
.my-acc-rightbar h2 {
    font: var(--h3);
}
.my-acc-leftbar {
    border: 1px solid var(--border-color);
}
.my-acc-leftbar li:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.account-list li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    opacity: 0.5;
}
.account-list li a svg {
    flex-shrink: 0;
    margin-right: 10px;
}
.account-list li a span {
    flex: 1;
}
.account-list li a span b {
    display: block;
}
.my-acc-leftbar li a:hover,
.my-acc-leftbar li.active a {
    opacity: 1;
}
.my-acc-leftbar li a svg path {
    fill: var(--theme-color);
}
.my-acc-leftbar h4 {
    padding: 15px 15px 5px;
}
.my-acc-head {
    margin-bottom: 50px;
}
.my-acc-rightbar .account-list li {
    display: flex;
    margin-bottom: 20px;
}
.my-acc-rightbar .account-list li a {
    border: 1px solid var(--theme-color);
    width: 100%;
}
.my-acc-rightbar .account-list li.active a svg path,
.my-acc-rightbar .account-list li a:hover svg path {
    fill: var(--white);
}
.my-acc-rightbar .account-list li.active a,
.my-acc-rightbar .account-list li a:hover {
    opacity: 1;
    color: var(--white);
    background: var(--theme-color);
}
.account-list li.logout-link a svg path {
    fill: red;
}
.account-list li.logout-link a {
    opacity: 1;
    color: red;
}
.my-acc-right-content {
    padding-bottom: 50px;
}
#scroll {
    position: sticky;
    top: 20px;
    left: 0;
    z-index: 1;
}
.acc-back-btn-wrp button svg {
    width: 16px;
}
.acc-back-btn-wrp .back-btn-acc svg {
    margin-left: 0;
}
.acc-back-btn-wrp button {
    text-transform: capitalize;
    font-size: 14px;
}
.back-btn-acc {
    background: transparent;
    margin-right: 12px;
}
.back-btn-acc svg {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    margin: 0 10px 0 0;
}
.order-history-frame {
    border: 1px solid var(--border-color);
}
.order-history-tbl tr th:first-child,
.order-history-tbl tr td:first-child {
    padding-left: 15px;
}
.order-history-tbl tr th {
    padding-top: 15px;
    text-transform: capitalize;
}
.order-history-tbl tr th:last-child,
.order-history-tbl tr td:last-child {
    padding-right: 15px;
}
.order-history-tbl tr th:nth-child(5),
.order-history-tbl tr td:nth-child(5) {
    text-align: left;
}
.order-history-tbl tr th:nth-child(6),
.order-history-tbl tr td:nth-child(6) {
    text-align: center;
}
.order-history-tbl tr td {
    padding: 15px 15px 15px;
}
.order-history-tbl tr td {
    font-weight: 400;
}
.right-result-tbl {
    padding: 20px 15px 0;
    font-size: 14px;
    border-top: 1px solid var(--border-color);
}
.order-confirm-details {
    border: 1px solid var(--border-color);
    padding: 20px;
    width: 100%;
}
.order-confirmation-body {
    padding: 30px 20px;
    border-top: 1px solid var(--border-color);
}
.order-confirmation h4 {
    padding: 15px;
}
.order-confirmation {
    border: 1px solid var(--border-color);
}
.order-confirm-details h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.order-confirm-details p {
    font-size: 14px;
    margin-bottom: 30px;
}
.order-confirm-details .link {
    font-size: 14px;
}
.dated b {
    display: block;
}
.order-payment-box {
    max-width: 560px;
    border: 1px solid var(--border-color);
    margin: 30px 0 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.order-paymentcol {
    padding: 20px 0;
    max-width: 27.5%;
    width: 100%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.order-paymentcol:nth-child(3) {
    max-width: 45%;
    text-align: left;
    background: var(--theme-color);
    color: var(--white);
}
.order-paycol-inner img {
    margin-left: auto;
}
.order-paycol-inner p {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 12px;
}
#tab-6 .order-history-tbl {
    border: 1px solid var(--border-color);
}
.payment-ttl-left span {
    display: block;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 500;
}
.payment-ttl-left span b {
    display: block;
}
.payment-ttl-left span:not(:last-of-type) {
    margin-bottom: 10px;
}
.payment-ttl-left:nth-child(1) {
    padding-right: 15px;
}
.payment-ttl-left:nth-child(2) {
    flex: 1;
    text-align: right;
}
.ttl-pric {
    font-size: 24px;
    font-weight: 800;
    margin-top: 6px;
}
.order-paycol-inner {
    width: 100%;
}
.wishcount {
    font-size: 15px;
    display: inline-block;
    margin-left: 5px;
}
#tab-8 .order-confirmation-body {
    border: 0;
    padding: 0;
}
#tab-8 .order-confirmation-body table tr {
    border: 1px solid rgba(48, 56, 61, 0.1);
}
#tab-8 .form-container {
    padding-right: 0;
    padding-bottom: 0;
}
/*****************  CHECKOUT PAGE CSS ***************/
.set .acnav-label:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url("../images/arrow-acc.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1);
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.set.is-open .acnav-label::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}
.checkout-page .set .acnav-label {
    font-weight: 400;
}
.checkout-page .login-form .form-heading h4,
.checkout-page h3,
.checkout-page h2,
.checkout-page h4 {
    font-weight: normal;
}
.checkout-page .login-form .form-heading h3,
.check-head {
    margin-bottom: 15px;
}
.btn-flex {
    margin-top: 20px;
}
.btn-flex a:not(:last-of-type) {
    margin-right: 14px;
}
.checkout-page .form-container {
    padding: 0;
    border-bottom: 0;
}
.checkout-page .forgot-pass {
    margin-left: 10px;
}
.checkout-page .form-control,
.checkout-page input:not([type="submit"]),
.checkout-page input:not([type="checkbox"]),
.checkout-page input:not([type="radio"]),
.checkout-page select,
.checkout-page textarea {
    padding: 12px 12px;
}
.checkout-page .set .acnav-list {
    padding: 30px 20px;
}
.checkout-page .checkbox-custom {
    margin-top: 19px;
}
.checkout-page-right .mini-cart-title {
    margin-bottom: 15px;
}
.payment-method-form .radio-group label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #A8A8A8;
    padding: 10px 15px 10px 40px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.payment-method-form .radio-group label span {
    flex: 0 0 20%;
    padding-right: 10px;
    color: #A8A8A8;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.payment-method-form .radio-group label .center-descrp {
    flex: 1;
    color: #A8A8A8;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.payment-method-form .radio-group label .radio-right {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.payment-method-form .radio-group label .radio-right>* {
    padding-left: 10px;
}
.payment-method-form .radio-group label .radio-right img {
    margin-left: 15px;
    max-width: 20%;
    max-height: 50px;
}
.payment-method-form .radio-group label .radio-right b {
    font-size: 16px;
}
.payment-method-form .radio-group {
    margin: 17px 0;
}
.payment-method-form .radio-group label::after {
    border: 2px solid #A8A8A8;
    left: 17px;
}
.payment-method-form .radio-group label::before {
    border: 2px solid #A8A8A8;
    left: 16px;
}
.payment-method-form .radio-group input[type="radio"]:checked+label span,
.payment-method-form .radio-group input[type="radio"]:checked+label .center-descrp {
    color: var(--theme-color);
}
.payment-method-form .radio-group input[type="radio"]:checked+label {
    border-color: var(--theme-color);
}
.checkout-page .payment-method-form .checkbox-custom {
    margin: 0 15px 0 0;
}
.checkout-page .order-confirmation-body .row .col-12 {
    display: flex;
}
.checkout-page .order-confirmation-body {
    padding: 20px 0 0 0;
    border-top: 0;
}
.checkout-page .order-payment-box {
    margin: 30px 0 17px auto;
}
.checkout-page .mini-cart-footer {
    padding: 20px 0 0;
    border: 0;
}
.checkout-page h4 .checkout-cartcount {
    font-size: 13px;
    margin-left: 10px;
}
.checkout-page .mini-cart-footer-total-row {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
    background: #ECECEC;
    padding: 15px 0;
}
.checkout-page .pvarprice {
    margin-top: 10px;
}
.checkout-page .mini-cart-item {
    padding: 15px 10px 10px 10px;
}
.checkout-page del {
    margin-left: 10px;
}
.checkout-page .mini-cart-header {
    margin-bottom: 25px;
}
.checkout-page h3 {
    font: var(--h4);
    font-weight: normal;
}
.checkout-page .mini-cart-footer .checkout-btn {
    margin-bottom: 0;
    margin-top: 10px;
}
.checkout-page .set .acnav-label:before {
    content: unset;
}
.checkout-page .set .acnav-label:after {
    background-color: transparent;
    opacity: 1;
}
.checkout-page .mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
}
.mini-cart-item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--border-color);
    background: var(--white);
}
.mini-cart-image {
    width: 80px;
    background: #f4f4f4;
}
.checkout-page .mini-cart-image a {
    padding-top: 102%;
}
.checkout-page .mini-cart-image span {
    background: var(--second-color);
    border: 1px solid var(--white);
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    color: var(--white);
}
.mini-cart-image img {
    top: 0;
    width: 100%;
    object-fit: scale-down;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.mini-cart-image a {
    display: block;
    position: relative;
}
.mini-cart-details {
    flex: 1;
    width: 100%;
    padding-left: 15px;
}
.checkout-page .pvarprice {
    margin-top: 10px;
}
.checkout-page .pvarprice .price ins {
    font-size: 14px;
}
.mini-cart-title {
    color: var(--theme-color);
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.remove_item svg {
    height: 15px;
    width: 15px;
}
.remove_item svg path {
    fill: var(--theme-color);
}
.mini-cart-footer .u-save {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    color: var(--theme-color);
    margin-bottom: 30px;
    justify-content: flex-end;
}
.checkout-page .mini-cart-footer .u-save {
    font-size: 15px;
    margin-bottom: 10px;
}
.mini-cart-footer-total-row div {
    padding: 0 10px;
}
.mini-cart-footer .checkout-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: flex;
    padding: 12px 30px;
}
.order-summery-page .section-title p {
    line-height: 1.4;
}
.faq-page .set .acnav-label:before {
    background: transparent;
}
.faq-page .set .acnav-label:after {
    background-color: transparent;
}
.abt-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.testimonials-card .reviews-stars-wrap {
    margin-bottom: 15px;
}
.testimonials-card .testimonial-top .reviews-stars-wrap {
    margin-bottom: 0;
}
.today-discounts-slider .slick-track,
.shop-protab-slider .slick-track {
    display: flex;
}
/* ============================================= */
/* !!!!       DESKTOP HOVER CSS             !!!! */
/* ============================================= */
@media (hover: hover) {
    a:hover,
    a:focus {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .btn:hover,
    .btn:focus {
        background-color: var(--theme-color);
        color: var(--second-color);
        border-color: var(--theme-color);
    }
    .btn:hover svg path,
    .btn:focus svg path {
        fill: var(--second-color);
    }
    .pro-card:hover .pro-card-image img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    .main-home-first-section .wishlist-btn:hover {
        background: var(--second-color);
    }
    .input-wrapper .btn-subscibe:hover {
        background: var(--second-color);
    }
    .category-card:hover .category-img img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    .policy-links li a:hover,
    .footer-link ul li a:hover,
    .footer-link .contactlink a:hover {
        color: var(--second-color);
    }
    /* .social-links li a:hover {
        background: var(--second-color);
    } */
    .bestseller-section .section-title .btn:hover,
    .loved-category .section-title .btn:hover {
        background: var(--white);
        color: var(--theme-color);
        border-color: var(--white);
    }
    .bestseller-section .section-title .btn:hover svg path,
    .loved-category .section-title .btn:hover svg path {
        fill: var(--theme-color);
    }
    .pdp-thumb-nav .slick-arrow:hover {
        background: var(--theme-color);
    }
    .wishbtn:hover {
        color: var(--second-color);
    }
    .wishbtn:hover svg path {
        fill: var(--second-color);
    }
    .backbtn .btn-secondary:hover {
        background: var(--second-color);
        color: var(--theme-color);
        border-color: var(--second-color);
    }
    .backbtn .btn-secondary:hover svg path {
        fill: var(--theme-color);
    }
    .common-banner-content .input-wrapper .btn-subscibe:hover {
        background: var(--theme-color);
    }
    .common-banner-content .input-wrapper .btn-subscibe:hover svg path {
        fill: var(--second-color);
    }
    .article-socials li a:hover svg path {
        fill: var(--theme-color);
    }
}
.text-warning {
    --bs-text-opacity: 1;
    color: orange !important;
}
/* des */
.blog-caption h3 a.descriptions {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-caption h3 {
    font: var(--h4);
    margin-bottom: 15px;
}
.descriptions {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wish-header a {
    /* border: 1px solid #EFC69A; */
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.wish-header a>div {
    background-color: #EFC69A;
    padding: 12px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.wish-header a>div svg {
    width: 18px;
    height: 18px;
}
.wishDrawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    background: var(--white);
    width: 410px;
    height: 100%;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.wishOpen .wishDrawer {
    opacity: 1;
    visibility: visible;
    display: flex;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.wishDrawer .mini-wish-header {
    position: relative;
    text-align: center;
    padding: 17px 30px 16px 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-color);
    color: var(--white);
}
.wishDrawer .wish-tottl-itm {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
}
.wishDrawer .closewish {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
.wishOpen .wishDrawer .closewish {
    opacity: 1;
    visibility: visible;
}
.wishDrawer .mini-wish-has-item {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.wishDrawer .mini-wish-body {
    overflow-y: auto;
    padding: 30px;
    flex: 1;
}
.wishDrawer .mini-wish-body::-webkit-scrollbar {
    width: 6px;
}
.wishDrawer .mini-wish-body::-webkit-scrollbar-track {
    background: var(--second-color);
}
.wishDrawer .mini-wish-body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
.mini-wish-item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--border-color);
    background: var(--white);
    gap: 10px;
    border-radius: 10px;
}
.mini-wish-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.mini-wish-image {
    width: 80px;
    background-color: #ddd;
    border-radius: 10px;
}
.mini-wish-image a {
    display: block;
    padding-top: 150%;
    position: relative;
}
.mini-wish-image img {
    top: 0;
    width: 100%;
    object-fit: scale-down;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.mini-wish-details {
    flex: 1;
    width: 100%;
    padding-left: 15px;
}
.mini-wish-title {
    color: var(--black);
    margin-bottom: 8px;
    font-weight: 600;
}
.mini-wish-title a {
    color: inherit;
}
.wish-variable {
    margin-bottom: 10px;
}
.wish-variable p,
.swatch-lbl {
    font-size: 12px;
    line-height: 14px;
}
.wish-variable p {
    margin: 10px 0;
}
.wish-variable .nice-select {
    max-width: 120px;
    margin: 10px 0;
    font-size: 12px;
}
.overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.menu-overlay::after,
.overlay.active,
.wishOpen .overlay::after {
    content: " ";
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.wishDrawer .mini-wish-details .price {
    justify-content: flex-start;
    font: var(--common-text);
}
.wishDrawer .mini-wish-details .price ins {
    font-size: 16px;
}
.wishDrawer .price del {
    margin-left: 10px;
}
.wishDrawer .price .currency-type {
    display: none;
}
.mini-wish-footer {
    padding: 30px;
    border-top: 1px solid var(--border-color);
}
.mini-wish-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    margin: 0 -10px 20px;
}
.mini-wish-footer-total-row div {
    padding: 0 10px;
}
.mini-wish-footer .u-save {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    color: var(--black);
    margin-bottom: 30px;
    justify-content: flex-end;
}
.mini-wish-footer .checkout-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: flex;
    padding: 12px 30px;
    border: 0;
}
.mini-wish-footer .checkout-btn svg {
    fill: var(--black);
    height: 18px;
}
.mini-wish-footer .link-btn {
    display: flex;
    /* justify-content: center; */
}
.wishDrawer .emptywish {
    padding: 50px 0 0 0;
}
/* pagination */
.pagination .page-item.active {
    background: var(--theme-color) !important;
    color: #FFF;
}
.review-slider .slick-track,
.review-slider .slick-list {
    display: flex;
}
.testimonials-card {
    display: flex;
}
.testimonials-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonials-inner .top-card {
    flex: 1;
}
.flex-slider .slick-list,
.flex-slider .slick-track {
    display: flex;
}
.flex-slider {
    margin: 0 -10px;
}
.flex-slider .card {
    padding: 5px 10px;
    display: flex !important;
}
.flex-slider .card .card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.testimonials-card .reviewer-profile .reviewer-desc p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer-subscribe-form .input-wrapper {
    margin-bottom: 10px;
}
.product-page .testimonials .section-title {
    margin-bottom: 20px;
}
.product-page .testimonials-left-inner .btn {
    margin-top: 20px;
}
.shop-categories .category-card h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font: var(--h4);
}
.testimonials .row.row-gap>div {
    margin-top: 0px;
}
.home-blog-section .blog-widget {
    padding: 0 10px;
}
.social-links li a img {
    max-width: 28px;
    width: 100%;
}
.product-description .variant_form .qty-spinner input {
    background: transparent;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}
.pdp-thumb-nav .slick-arrow:focus svg path,
.pdp-thumb-nav .slick-arrow:hover svg path {
    fill: var(--white);
}
.product-description .addtocart-btn {
    width: auto;
}
.blog-caption h4 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog-caption p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-cat li.active a,
.blog-cat li a:hover {
    background: #f9bd30;
    color: #000000;
}
.header-style-one .menu-right li {
    position: relative;
}
.header-style-one .menu-right li a {
    padding: 0 !important;
}
.overlay.active {
    z-index: 5;
}
.about-us-content {
    margin-bottom: 40px;
}
.faq-search-form .input-wrapper input {
    padding-right: 50px;
}
.pdp-left-column-inner {
    max-width: 100%;
}
.main-slider-wrp {
    border: 1px solid var(--theme-color);
}
.loved-product .category-card .category-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #173334 0%, rgba(23, 51, 52, 0) 80.58%);
    z-index: 1;
}
.loved-product .section-title .btn:hover {
    border: 1px solid var(--second-color);
}
.product-description .variant_form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 15px;
}
.product-description .variant_form>div {
    padding: 0 10px;
}
.product-description .variant_form .product-selectors {
    margin-bottom: 0;
    max-width: 150px;
}
.product-description .variant_form .product-selectors .size-select {
    width: 100%;
}
.product-description .variant_form .quantity-select {
    width: 100%;
    max-width: 150px;
}
.product-description .variant_form .quantity-select .qty-spinner {
    max-width: 150px;
    border-radius: 11px;
    height: 42px;
    margin-top: 5px;
}
.about-us-page .row+.row {
    margin-top: 40px;
}
textarea.form-control {
    font-family: var(--first-font);
}
/**** model popup ******/
.modal-popup {
    position: fixed;
    background: rgb(0 0 0 / 82%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 5;
    padding: 30px 30px !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.modal-popup.active,
.modal-popup.in,
.modal-popup.show {
    opacity: 1;
    visibility: visible;
    display: flex !important;
}
.modal-dialog-inner {
    max-width: 800px;
    margin: auto;
}
.modal-dialog-inner.lg-dialog {
    max-width: 995px;
    width: 100%;
    margin: auto;
}
.popup-content {
    background: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 12px 29px rgb(144 122 255 / 28%);
    color: var(--third-color);
}
.popup-content .popup-header {
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
}
.close-button {
    line-height: 1;
    font-size: 25px;
    position: absolute;
    top: 14px;
    left: auto;
    right: 15px;
    border: 0;
    background: transparent;
    opacity: 1;
    background: var(--second-color);
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-title {
    font-size: 22px;
    color: var(--theme-color);
}
.close-button svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.close-button svg path {
    fill: var(--black);
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
.form-container-title {
    margin-bottom: 15px;
}
.upload-btn-wrapper {
    position: relative;
    display: inline-block;
}
.modal-body .upload-btn-wrapper {
    display: block;
}
.modal-body form label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}
.file-upload.btn {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    height: 53px;
    z-index: 1;
    background-color: var(--theme-color);
    color: var(--white);
}
.file-upload.btn svg {
    margin-right: 15px;
    margin-left: 0;
    max-width: 20px;
    width: 20px;
    height: 20px;
}
.file-upload.btn svg {
    margin-right: 15px;
    margin-left: 0;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
}
.modal-body form .form-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100%;
}
.modal-body form .form-footer input[type="submit"] {
    margin-left: auto;
    display: inline-block;
    width: fit-content;
    background-color: var(--theme-color);
    color: var(--second-color);
    border-color: var(--theme-color);
}
.login-txt {
    text-decoration: none;
    color: #d43533;
}
/* question-answer-vedio tab section  */
.video-wrapper {
    position: relative;
    padding-top: 55%;
    width: 100%;
}
.video-wrapper video,
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 1px solid #000;
}
.tab-vid-section .tab-link a {
    font-size: 18px;
}
.tab-vid-section .blog-head-row {
    border: 0;
}
.tab-vid-section .blog-col-left ul li a:before {
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.tab-vid-section .blog-col-left ul li.active a:before,
.tab-vid-section .blog-col-left ul li:hover a:before {
    width: 70%;
}
.tab-vid-section .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row !important;
}
.tab-vid-section .tabs-wrapper {
    border: 1px solid var(--theme-color);
    padding: 20px;
}
.queary-div .btn {
    gap: 10px;
}
.queary-div>div.d-flex {
    gap: 15px;
}
.qna h5 {
    margin: 30px 0;
}
.qna ul li {
    margin-bottom: 30px;
}
.qna ul li .quetion,
.qna ul li .answer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}
.qna ul li:last-of-type {
    margin-bottom: 0 !important;
}
.qna li .user {
    color: #969494;
    text-transform: capitalize;
}
.qna li .text {
    flex: 1;
}
.quetion {
    margin-bottom: 10px;
}
.qna .icon {
    width: 30px;
    height: 30px;
    display: block;
}
.qna .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.icon.que svg path {
    fill: var(--theme-color);
}
.icon.ans svg path {
    fill: var(--second-color);
}
/* lang dropdown  */
.right-side-header .lang-dropdown,
.menu-right .profile-header {
    position: relative;
}
.right-side-header .menu-lnk.has-item:hover .menu-dropdown,
.menu-right .profile-header:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.right-side-header .lang-dropdown .menu-dropdown,
.menu-right .profile-header .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--white);
    transform-origin: top;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    min-width: 150px;
    z-index: 2;
    padding: 15px;
    border-top: 1px solid var(--border-color);
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    right: 0;
}
.header-style-one .menu-right li .menu-dropdown li {
    margin-left: 0;
    margin-right: 0;
}
.right-side-header .lang-dropdown li a,
.menu-right .profile-header .menu-dropdown li a {
    color: #000;
}
/* whatsapp payment input field */
.payment-method-form .radio-group label span {
    position: relative;
}
.payment-method-form .radio-group .payment_type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #A8A8A8;
    padding: 10px 15px 10px 40px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.payment-method-form .radio-group label {
    width: 100%;
    padding: 0;
    border: 0;
}
.payment-method-form .radio-group label::before {
    left: -20px;
}
.payment-method-form .radio-group label::after {
    left: -19px;
}
.Delivery_Method_tab .radio-group label {
    border: 1px solid #A8A8A8;
    padding: 10px 15px 10px 40px;
    width: 100%;
}
.Delivery_Method_tab .radio-group label::before {
    left: 16px;
}
.Delivery_Method_tab .radio-group label::after {
    left: 17px;
}
/* support-ticket */
.custom-file-input input[type='file'] {
    background: #e5e4e2;
}
.file-select-set {
    position: relative;
}
.file-select-set input:first-child {
    z-index: 0;
    padding: 12px 110px 12px 15px !important;
}
.file-select-set input[type=file] {
    position: absolute;
    right: 0;
    width: 100px;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
.file-opc {
    color: #fff;
    position: absolute;
    right: 0;
    height: 37px;
    width: 100px;
    border-radius: 10px !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 5px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}
.file-opc i {
    font-size: 16px;
}
#inputGroupFile02 {
    z-index: unset;
}
.file-opc {
    display: flex !important;
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 3px !important;
    right: 0;
    margin: auto !important;
    background: var(--theme-color) !important;
    color: #fff !important;
}
.file-select-set {
    margin-bottom: 40px;
}
.file-select-set input[type=file] {
    display: none;
}
.card {
    --bs-card-spacer-y: 25px;
    --bs-card-spacer-x: 25px;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 0px;
    --bs-card-border-color: rgba(0, 0, 0, 0.125);
    --bs-card-border-radius: 10px;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(10px - 0px);
    --bs-card-cap-padding-y: 25px;
    --bs-card-cap-padding-x: 25px;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-color: ;
    --bs-card-color: ;
    --bs-card-bg: #ffffff;
    --bs-card-img-overlay-padding: 1.25rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.card {
    box-shadow: 5px 8px 30px 2px rgb(182 186 203 / 30%);
    margin-bottom: 15px;
    transition: box-shadow 0.2s ease-in-out;
    border: 1px solid rgba(0 0 0 /10%);
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 10px 20px;
    color: var(--bs-card-color);
}
.card p {
    margin-bottom: 0 !important;
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x);
}
.card-header {
    padding: 15px 20px;
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group>.card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
}
.cancel-btn {
    min-width: unset !important;
}
.mb-3 {
    margin-bottom: 30px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
li.file-name {
    padding: 5px 0;
    display: flex;
    gap: 10px;
    color: #5a5a5a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gap-2 {
    gap: 10px;
}
.support-ticket-div .order-history-tbl tbody tr td:last-child {
    display: flex;
    gap: 10px;
}
.support-ticket-div .order-history-tbl tbody tr td .btn {
    padding: 12px 20px;
}
.banner-slider:not(.slick-initialized) *:not(:first-child) {
    display: none;
}
.order-details-modal .card .card-body .table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 0;
}
.order-details .social-media {
    margin-bottom: 20px;
}
.order-detail {
    margin-left: auto !important;
}
/* order-summery-input */
.order-summery-input {
    margin-top: 15px;
}
.order-summery-input input {
    padding: 15px 130px 15px 15px;
    border-radius: 10px;
}
.order-summery-input .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 120px;
    height: 100%;
    border: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/* order refund */
.d-none {
    display: none;
}
span.quantity.buttons_added {
    display: flex;
    align-items: center;
}
span.quantity.buttons_added input {
    padding: 10px;
}
span.quantity.buttons_added input[type=number] {
    padding: 8px;
    width: 40px !important;
    text-align: center;
}
.order-details-modal .card .card-body .table-responsive .checkbox-custom input:checked+label:after {
    top: 55%;
}
.order-details-modal input[type=text] {
    padding: 10.5px 20px;
}
.order-details-modal .file-select-set {
    width: 100%;
    margin-bottom: 0 !important;
}
/********** order tracking **********/
.account-info {
    gap: 40px;
}
.account-info .profile-pic {
    width: 180px;
}
.account-info .profile-inf-right h4 {
    margin-bottom: 8px;
}
.account-info span i {
    margin-right: 5px;
}
.profile-achievements {
    gap: 65px;
    margin-top: 40px;
}
.achievement-box {
    gap: 10px;
}
.account-info .achievement-box div h4 {
    margin-bottom: 0;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}
.form-card {
    text-align: left
}
#msform fieldset:not(:first-of-type) {
    display: none
}
#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--theme-color);
    outline-width: 0
}
#msform .action-button {
    width: 100px;
    background: var(--theme-color);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}
#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--theme-color)
}
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}
.card {
    z-index: 0;
    border: none;
    position: relative
}
.fs-title {
    font-size: 25px;
    color: var(--theme-color);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}
.purple-text {
    color: #673AB7;
    font-weight: normal
}
.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}
.fieldlabels {
    color: gray;
    text-align: left
}
#progressbar {
    margin: 30px 0;
    overflow: hidden;
    color: lightgrey;
    display: flex;
}
#progressbar .active {
    color: var(--second-color)
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: -webkit-fill-available;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f251"
}
#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f058"
}
#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0d1"
}
#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f110"
}
#progressbar #delivered:before {
    font-family: FontAwesome;
    content: "\f164"
}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    text-align: center;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--theme-color)
}
.progress {
    height: 20px
}
.progress-bar {
    background-color: var(--theme-color)
}
.achievement-box .icon {
    width: 56px;
    height: 56px;
    background-color: #e3fff1;
}
.fit-image {
    width: 100%;
    object-fit: cover
}
.card-body h6 {
    font-family: var(--first-font);
    font-weight: 600;
}
.icon svg {
    margin-top: 9px;
    margin-left: 14px;
}
.order-track {
    margin-left: 100px;
    margin-bottom: 115px;
    margin-top: 115px;
    color: red;
}
/* order-track error page */
.error-icon {
    margin-top: 20px;
}
.error-container {
    text-align: center;
    background-color: #fff;
    /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    border-radius: 5px;
    margin-top: 70px;
    margin-bottom: 70px;
}
h1.order-errror {
    font-size: 24px;
    color: #e74c3c;
    margin-top: 15px;
    margin-bottom: 15px;
}
p.order-errror {
    font-size: 18px;
    color: #333;
}
a.order-errror {
    color: #3498db;
    text-decoration: none;
    margin-top: 20px;
}
.error-icon {
    font-size: 48px;
    color: #e74c3c;
}
/* ------  Countdown Css Start   ----- */
/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
    font-family: sans-serif;
    font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #000;
}
/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #151515;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #000;
    background-color: transparent;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #EFEFEF;
    background-color: transparent;
}
/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
    font-family: sans-serif;
    font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
    color: #EEEEEE;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #DDDDDD;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
    color: #222222;
    background-color: #DDDDDD;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
    color: #333333;
    background-color: #EEEEEE;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
    border-top: solid 1px #222222;
}
.flipdown {
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: auto;
    overflow: visible;
}
.flipdown .rotor-group-heading:before {
    display: block;
    height: auto;
    line-height: 30px;
    width: fit-content;
    margin: auto;
    font-size: 14px;
}
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
    content: attr(data-before);
}
.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
    content: attr(data-before);
}
.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
    content: attr(data-before);
}
.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
    content: attr(data-before);
}
.flipdown .rotor {
    float: left;
    width: 50%;
    text-align: right;
    margin-right: 0;
}
.flipdown .rotor:first-child {
    text-align: right;
}
.flipdown .rotor:last-child {
    text-align: left;
}
.flipdown .rotor:first-child .flipdown .rotor-top {
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}
.flipdown .rotor:last-child .flipdown .rotor-top {
    width: fit-content;
    margin-right: auto;
    margin-left: 0;
}
.flipdown .rotor:last-child {
    margin-right: 0;
}
.flipdown .rotor-leaf {
    display: none;
}
.flipdown .rotor-leaf-front {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 40px;
    margin: 0;
    transform: rotateX(0deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flipdown .rotor-leaf-front {
    line-height: 0;
    border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-leaf-rear {
    line-height: 0px;
    border-radius: 0px 0px 4px 4px;
    transform: rotateX(-180deg);
    height: 0;
}
.flipdown .rotor-top {
    line-height: 1;
    border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-bottom {
    bottom: 0;
    line-height: 0px;
    border-radius: 0px 0px 4px 4px;
    display: none;
    font-size: 0;
}
.flipdown .rotor {
    font-size: 20px;
}
.count-price-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.count-price-wrp h6 {
    margin-bottom: 10px;
}
.count-left {
    max-width: 50%;
    width: 100%;
}
.count-right {
    flex: 1 1 100%;
}
.product-description .variant_form {
    flex-wrap: nowrap;
}
.flipdown .rotor-group {
    position: relative;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    padding: 15px;
    border: 2px solid var(--second-color);
    height: 85px;
    width: 85px;
}
.onsale {
    position: absolute;
    background: var(--second-color);
    color: #fff;
    font-family: var(--heading--font-family);
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 63px;
}
.sale-tag-product {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 10px 10px;
}
/* ------  Countdown Css End   ----- */
table.refund-responsive tr td:last-child .btn:not(:last-child) {
    margin-right: 10px;
}
/* order note */
.product-listing-section .product-modal-detail .card-header .time {
    display: block;
    padding: 4px 6px;
    background: transparent;
}
.product-listing-section .product-modal-detail .card-header .licence-btn {
    padding: 5px 5px 5px 23px;
}
.order-history-tbl tr th:last-child,
.order-history-tbl tr td:last-child {
    padding-right: 15px;
    gap: 5px;
}
.pdp-detail {
    margin-bottom: 10px;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: -webkit-fill-available;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f251"
}
#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f058"
}
#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0d1"
}
#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f110"
}
#progressbar #delivered:before {
    font-family: FontAwesome;
    content: "\f164"
}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    text-align: center;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--theme-color)
}
.progress {
    height: 20px
}
.progress-bar {
    background-color: var(--theme-color)
}
.achievement-box .icon {
    width: 56px;
    height: 56px;
    background-color: #e3fff1;
}
.fit-image {
    width: 100%;
    object-fit: cover
}
.card-body h6 {
    font-family: var(--first-font);
    font-weight: 600;
}
.icon svg {
    margin-top: 9px;
    margin-left: 14px;
}
.order-track {
    margin-left: 100px;
    margin-bottom: 115px;
    margin-top: 115px;
    color: red;
}
/* order-track error page */
.error-icon {
    margin-top: 20px;
}
.error-container {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 70px;
    margin-bottom: 70px;
}
h1.order-errror {
    font-size: 24px;
    color: #e74c3c;
    margin-top: 15px;
    margin-bottom: 15px;
}
p.order-errror {
    font-size: 18px;
    color: #333;
}
a.order-errror {
    color: #3498db;
    text-decoration: none;
    margin-top: 20px;
}
.error-icon {
    font-size: 48px;
    color: #e74c3c;
}
/* order-traking start */
table.refund-responsive tr td:last-child .btn:not(:last-child) {
    margin-right: 10px;
}
.home-page.cartOpen .pct-customizer .pct-c-btn {
    right: 84%;
    transition: 0.3s ease;
}
.home-page.cartOpen .pct-customizer .pct-c-btn:hover {
    right: 100%;
}
.site-footer {
    z-index: 5;
}
.footer-subscribe-form .input-wrapper {
    z-index: -1;
}
/* order-tracking end */
/******** CUSTOM BANNER SECTION *********/
.custom-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0 100px 0;
    margin-top: -100px;
}
.custom-banner-section .common-title {
    max-width: 530px;
}
.custom-banner-section .common-title h2 b {
    color: var(--white);
}
.custom-banner-section .common-title p {
    margin: 20px 0;
}
/********* CUSTOM BANNER SECTION TWO **********/
.custom-banner-section-two {
    position: relative;
    z-index: 1;
}
.custom-banner-section-two::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    z-index: -1;
}
.custom-banner-two {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.custom-banner-inner {
    max-width: 470px;
}
.custom-banner-inner h2 {
    max-width: 400px;
    margin: 20px 0;
}
/* theme preview */
.sop-card .home-banner-section {
    margin-top: 0 !important;
}
.sop-card .bestseller-section .section-title h2,
.sop-card .loved-product .section-title h2,
.sop-card .categories-new .title-wrapper h2,
.sop-card .site-footer .footer-widget h4 {
    color: var(--white);
}
.sop-card .search-form-wrapper .form-select {
    border: 1px solid #284C4E;
}
/* Product-quick-view css */
.product-card .custom-output .option {
    position: absolute;
    line-height: 1;
    padding: 5px;
    background-color: var(--theme-color);
    color: var(--white);
    top: 10px;
    left: 15px;
    font-size: 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
/* Product compare css */
.header-style-one .menu-right .compare-header a {
    height: 35px;
    width: 35px;
    background-color: var(--second-color);
    border-radius: 50%;
    text-align: center;
}
.header-style-one .menu-right .compare-header a svg path {
    fill: var(--theme-color);
    transition: all 500ms ease-in-out 0s;
}
.header-style-one .menu-right .compare-header a:hover {
    background-color: var(--white);
}
.product-btn-wrp button a svg {
    height: 16px;
    width: 16px;
}
.modal-popup .no-product-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 84%;
}
.modal-popup .no-product-wrp {
    max-width: 600px;
    margin: auto;
}
.modal-popup .no-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modal-popup .compare-thumbs a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 68%;
}
.modal-popup .compare-thumbs a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.modal-popup .compare-content-list .list p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.product-hook {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.product-card .product-btn-wrp {
    z-index: 1;
    top: 45px;
}

.checkout_amount.order-paymentcol{
    color: #ffffff;
}
