
/* =========================== */
/* !! SITE PAGE USE !!         -

/* =========================== */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

/* Main Theme color */
:root .theme2-v1{
    --first-font: 'Nunito', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #F5BA20;
    --second-color: #8492a6;
    --third-color: #284a58;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
/* Theme color 2 */
:root .theme2-v2{
    --first-font: ''Gloock'', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #fa747d;
    --second-color: #8492a6;
    --third-color: #284a58;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
/* Theme color 3 */
:root .theme2-v3{
    --first-font: 'Gloock', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #c8ae9d;
    --second-color: #8492a6;
    --third-color: #000;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
/* Theme color 4 */
:root .theme2-v4{
    --first-font: 'Nunito', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #d7e2dc;
    --second-color: #8492a6;
    --third-color: #000;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
/* Theme color 5 */
:root .theme2-v5{
    --first-font: 'Nunito', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #5ea5ab;
    --second-color: #8492a6;
    --third-color: #000;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-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,
html {
    scrollbar-width: none;
    font-family: 'Poppins', sans-serif !important;
}
body::-webkit-scrollbar {
    display: none;
}
body::-moz-scrollbar {
    display: none;
}
svg,
img {
    max-width: 100%;
    display: block;
}
a,
.btn,
button { 
    text-decoration: none;
    outline: 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;
    cursor: pointer;
}
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;
    font-family: var(--first-font);

}
.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;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
::-webkit-input-placeholder {
    color: var(--second-color);
}
:-ms-input-placeholder {
    color: var(--second-color);
}
::placeholder {
    color: var(--second-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;
}
body { 
    font: var(--common-text);
    margin: 0;
    padding: 0; 
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: var(--white);
    color: var(--second-color);
}
/* ============================================= */
/* !!!!         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; 
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, .product-title b {
    font-weight: 400;
}
.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                !!!! */
/* ============================================= */
.heading {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 45px;
    font-weight: 500;
}
/**/
.container {
    max-width: 1320px;
    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: transparent;
    border: solid 1px var(--border-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    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: 19px 35px 19px 15px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: var(--third-color);
}
.nice-select:after {
    border-bottom: 2px solid var(--third-color);
    border-right: 2px solid var(--third-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 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-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);
    -moz-transform: scale(1) translateY(0);
    -o-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.7);
    box-sizing: border-box;
    margin-top: 0;
    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%;
    -moz-transform: scale(0.75) translateY(-21px);
    -o-transform: scale(0.75) translateY(-21px);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -ms-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight:500;
    list-style: none;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s; 
    margin: 0 !important;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color:  #eae9e9;
}
.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;
    height: 100%;
    min-height: 1px;
}
[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;
    position: absolute;
    bottom: 20px;
    bottom: -50px;
    width: 100%;
}
.slick-dots li:not(:last-child) {
    margin-right: 6px;
}
.slick-dots li {
    display: flex;
    height: 10px;
    width: 10px;
    background: var(--third-color);
    border-radius: 100%;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: relative;
    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;
}
.slick-dots li.slick-active {
    width: 27px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-color);
}
.slick-dots li button {
    display: none;
}
.slick-slider .slick-next, .slick-slider .slick-prev{
    display: inline-block;
    vertical-align: middle;
}
.slick-slider .slick-next::before, .slick-slider .slick-prev::before{
    display: none;
}
.slick-slider .slick-arrow {
    width: 30px;
    height: 45px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 0;
    padding: 0;
    background-color: var(--third-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%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.slick-arrow span {
    display: block;
    height: 100%;
    width: 100%;
}
.slick-arrow svg {
    height: 14px;
    width: 14px;
    fill: var(--white);
} 
.slick-slider .slick-prev {
    left:0;
    transform: translateY(-50%) scale(-1);
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    -o-transform: translateY(-50%) scale(-1);
}
.slick-slider .slick-next {
    right: 0;
} 
.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(../img/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%;
} 
.slick-lightbox .slick-arrow.slick-prev { 
    -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-lightbox .slick-arrow:hover, .slick-lightbox .slick-arrow:focus {
    background-color: var(--white);
} 
.slick-slide .nice-select .list {
    max-height: 60px;
    overflow: auto;
    scrollbar-width: none;
}
.slick-slide   .nice-select .option { 
    padding: 5px 15px;
}
.slick-slide .nice-select .list::-webkit-scrollbar {
    display: none;
}
.slick-slide .nice-select .list::-moz-scrollbar {
    display: none;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    text-align: center;
    padding: 15px 30px;
    font-family: var(--first-font);
    color: var(--white);
    background-color: var(--theme-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    position: relative;
    border-radius: 0;
    border: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    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-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    margin: 10px;
    border-radius:30px;
    font-family: var(--second-font) !important;
} 
.btn svg   {
    max-width: 13px;
    width: 13px;
    margin-left: 8px;
    height: 13px;
}
.btn svg path {
    fill: var(--white);
    -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(--third-color);
    border-color: var(--theme-color);
    color: var(--white);
}
.btn:focus svg path,
.btn:hover svg path {
    fill: var(--white);
}
.btn.white-btn {
    color: var(--theme-color);
    background-color: var(--white);
}
.btn.white-btn svg path {
    fill: var(--theme-color);
}
.btn.white-btn:hover,
.btn.white-btn:focus {
    color: var(--white);
    border-color: var(--second-color);
    background-color:var(--second-color);
}
.btn.white-btn:hover svg path,
.btn.white-btn:focus svg path {
    fill: var(--white);
} 

.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid var(--second-color);
    color: var(--second-color);
    background: transparent;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    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: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
}

.btn-ic {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    margin-left: 10px;
    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: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.btn-secondary svg {
    width: 12px;
    height: 12px;
}
.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(--white);
}
.btn-secondary:hover {
    background: var(--theme-color);
    color: var(--white);
}
.btn-secondary.white-btn .btn-ic{
    background: var(--white);
}
.btn-secondary:hover svg path {
    fill: var(--theme-color);
}
.btn-secondary.white-btn {
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-secondary.white-btn:hover .btn-ic {
    background: var(--theme-color);
}
.btn-secondary.white-btn svg path {
    fill: var(--theme-color);
}
.btn-secondary.white-btn:hover {
    border: 1px solid var(--white);
    color: var(--theme-color);
    background: var(--white);
}
.btn-secondary:hover .btn-ic{
    background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
    fill: var(--white);
}
.link-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center; 
    position: relative;
    padding-bottom: 5px;
} 
.link-btn:before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
}
/* ============================================= */
/* !!!!             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: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--second-color);
    border-radius:30px !important;
    font-family: var(--second-font) !important;
}
.moda-form-container{
   font-family: var(--second-font) !important;   
}
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;
}
.form-group .nice-select .list,
.form-group .form-control {
    border-radius: 0;
}
sup {
    top: -0.5em;
}
sub,
sup {
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-left: 5px;
}
.form-group label sup {
    color: red;
    font-size: 10px;
    line-height: 0;
    margin-right: 3px;
}
.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox-custom label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;  
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 0 30px;
}
.checkbox-custom label:before {
    content: '';
    background-color:transparent;
    border: 1px solid var(--theme-color);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox-custom input:checked+label:before { 
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--white);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-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: 12px;
    padding-left: 24px;
    color: var(--second-color);
    margin: 0;
    vertical-align: bottom;
}
.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--third-color);
    border-radius: 50%;
    top: 48%;
    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%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--third-color);
    border: 2px solid var(--third-color);
    border-radius: 50%;
    top: 48%;
    left: 1px;
    right: auto;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio-group input[type="radio"]:checked+label::before {
    border-color: var(--third-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;
    position: relative;
}
.right-gliter {
    bottom: 0;
    right: 0;
}
.gliter-img {
    position: absolute;
    z-index: -1;
}
.padding-top {
    padding-top: 80px;
}
.padding-bottom {
    padding-bottom: 80px;
}
.section-title {
    margin-bottom: 26px;
}
.subtitle {
    font-weight: 700;
    letter-spacing: 0.3em;
    font-size: 12px;
    margin: 0 0 10px;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.site-header{ 
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -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;
    color: var(--second-color);
    box-shadow: 0px 4px 55px rgb(24 58 64 / 12%);
    background-color: #fff;
}
.main-navigationbar{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.right-side-header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    padding-left: 25px;
}
.logo-col{
    max-width: 150px;
    width: 100%;
}
.logo-col a{
    display: block;
}
.login-btn-header .menu-dropdown ul li{
    border-bottom: 0 !important;
    padding: 0 !important;
}
.login-btn-header .menu-dropdown ul li a{
    padding: 0 !important;
    border: 0;
    color: var(--black);
}
.main-nav{
    flex: 1;
    padding-right: 15px;
}
.main-nav ul.mainul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-nav ul li:not(:last-of-type){
    margin-right: 20px;
}
.main-nav ul li a {
    color: #000  !important;
    font-size: 18px;
    padding: .5rem;
    /* font-weight: 600; */
}
.main-nav ul li a:hover{
    color: var(--third-color);
    /*font-weight: bold;*/
}
.main-navigationbar .menu-right>li {
    padding: 15px 0;
    position: relative;
}
.main-navigationbar .menu-right>li.set,.mobile-menu-bottom ul li.set{
    border: 0;
    margin: 0;
}
.login-btn-header.set a::after{
    right: 0px !important;
}
.stretched-section, .container-fluid.stretched-section, .container.stretched-section {width: calc(100% - 12vw); max-width: calc(100% - 12vw);}
.site-header .menu-dropdown {
    position: absolute;
    top: 100%;
    transform-origin: top;
    background: var(--white);
    z-index: 2;
    left: 0;
    right: 0;
    padding: 20px 20px 20px 10px !important;
    border-top: 0;
    min-width: 140px;
        padding: 5px 15px;
        background: #fff;
}
.language-header-2 .menu-dropdown ul{
    display: block;
    padding: 0;
    border: 0;
}
.language-header-2 .menu-dropdown ul li{
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}
.language-header-2 .menu-dropdown ul li a::after,.language-header a:after{
    content: "";
    display: none;
}

.main-navigationbar .menu-right>li a svg {
    width: 17px;
    height: 17px;
}

.main-navigationbar .menu-right>li a svg path {
    fill: var(--black);
}
.search-header{
    line-height: 0;
}
.serch-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: #fb9c2a;
    position: absolute;
    right: 0px;
    top: -65px;
    color:#fff;
}
.wishlist-btn a i{
    color: var(--third-color); 
    font-size: 18px;  
    vertical-align: middle;
}
.wishlist-btn a{
    display: block;
    line-height: 1;
}
li.search-header a i{
 color: var(--third-color);
 font-size: 18px;
}
.wishlist-btn .cart-count {
    top: 15px;
    right: -14px;
    background: var(--theme-color);
    color: var(--third-color);
}
.login-btn-header .menu-dropdown ul li a::after{
    display: none;
}
.main-navigationbar .count {
    position: absolute;
    top: 30%;
    right: -10px;
    height: 20px;
    width: 19px;
    background: var(--theme-color);
    color: var(--white);
    font-size: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1.36364px solid var(--theme-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transform: translateY(-50%);
}
.main-navigationbar  .menu-right li:not(:last-of-type) {
    margin-right: 15px;
}
.main-menu-right{
    padding-left: 20px;
}
.main-navigationbar li.language-header>a {
    padding: 3px 0 3px 15px;
    border-radius: 5px;
    display: inline-grid;
    background: transparent !important;
    align-items: center;
}
.main-navigationbar li.language-header>a:hover{
    color: var(--third-color);
}
.site-header .menu-dropdown ul>li{
    padding: 0 15px 10px;
    margin-right: 0 !important;
}
.site-header .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}
.login-btn-header a {
    padding: 10px 20px 10px 20px !important;
    white-space: nowrap;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-weight: bold;
    border-radius:20px !important;
}
.cart-btn-header a{
    padding: 0px;
    position: relative;
    box-shadow: none;
    background-color: var(--theme-color);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}
.cart-btn-header a:hover, .login-btn-header a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.cart-count {
    position: absolute;
    font-size: 12px;
    top: -6px;
    right: -8px;
    background-color: var(--third-color);
    color: var(--theme-color);
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.omnisearch {
    width: 100%;
    margin-top: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    background-color: transparent;
    pointer-events: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .15s,-webkit-transform .3s;
    transition: opacity .15s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .15s;
    transition: transform .3s,opacity .15s;
    transition: transform .3s,opacity .15s,-webkit-transform .3s;
}
.omnisearch.show {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.omnisearch .container {
    position: relative;
    height: 100%;
}
.omnisearch .omnisearch-form {
    display: block;
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: .375rem;
    width: 680px;
    margin: auto;
}
.omnisearch.show .omnisearch-form, .omnisearch.show .omnisearch-suggestions {
    pointer-events: auto;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #c0ccda;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
}
.omnisearch .omnisearch-form .input-group-text {
    font-size: 1.25rem;
    background: transparent;
}
.focused .input-group {
    -webkit-box-shadow: inset 0 1px 1px rgba(31,45,61,.075),0 0 20px rgba(110,0,255,.1);
    box-shadow: inset 0 1px 1px rgba(31,45,61,.075),0 0 20px rgba(110,0,255,.1);
}
button, input {
    overflow: visible;
}
.input-group {
    position: relative;
    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;
    width: 100%;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.omnisearch .omnisearch-form .form-control {
    display: block;
    height: 68px;
    font-size: 1.25rem;
    padding: 0;
    color: #454545;
    background-color: transparent;
    background-image: none;
    width: 100%;
    flex: 1;
    border: 0;
    padding: 20px
}
.mask-body{
    display: none;
}
.mask-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}
.mask-body-dark {
    background: rgba(31,45,61,.3);
}
.active{
    display: block !important;
}
.mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin: 0 0 0 15px;
}
.mobile-menu-bottom{
    display: none;
}
.mobile-menu .mobile-menu-button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    border: none;
}
.mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    backface-visibility: hidden;
    background: #000;
    -webkit-backface-visibility: hidden;
}
.mobile-menu-wrapper {
    position: fixed;
    z-index: 5;
    background: var(--black);
    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;
    width: 100%;
    max-width: 400px;
}
.mobile-menu-wrapper.active-menu {
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-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: var(--white);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 18px;
    color: var(--black);
    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 {
    margin-top: 12px;
}
/******* banner css *******/
.home-banner-section{
    padding: 26.6% 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home-banner-section .banner-text {
    margin-left: 175px;
    z-index: 1;
    padding: 0;
    color: #fff;
    text-align: left;
    max-width: 1120px;
    position: relative;
    /* margin-top: -14%; */
    top: -120px;
}
.home-banner-section .banner-text h2{
    font-size: 70px;
    max-width: 500px;
}
.home-banner-section .banner-text p{
    margin: 20px 0;
    max-width: 500px;
    font-weight: 300;   
}
.home-banner-section .banner-text a{
    color: var(--third-color);
}
.cart-btn{
    padding: 12px 26px;
    color: var(--white);
    background-color: var(--theme-color);
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
}
.cart-btn i{
    margin-left: 8px;
}
/*.cart-btn:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    }*/
    /********** bestseller section css ************/
    .bestseller-section {
        padding: 64px 0;
        position: relative;
    }
    .bestseller-section ul li {
        font-size: 17px;
        position: relative;
        display: inline-block !important;
        margin-bottom: 24px;
        transition: all 0.4s;
        /* font-weight: bold; */
        font-weight: 500;
        height: 55px;
        width: fit-content;
        padding: 18px 20px;
        color: var(--second-color);
    }
    .bestseller-section ul li:not(:last-child) {
        margin-right: 40px;
    }
    .bestseller-section ul li.active {
        color: var(--third-color);
        /* font-weight: 700;*/
        background: url(../img/active-bg.png) no-repeat;
        background-size: 100% 100%;
        background-position: left;
        color: #fff;
    }

    .product-card{
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
        text-align: center;
        color: var(--third-color);
        position: relative;
        margin-bottom: 30px;
    }
    .product-card .last-btn {
        position: absolute;
        left: 50%;
        bottom: 15%;
        transform: translateX(-50%);
        width: 100%;
        transition: all 0.4s;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
    }
    .product-card .common-btn{
        width: 175px;
        background: #633a4bba;
        color: #fff;
    }
    .product-card:hover .last-btn{
        bottom: 35%;
        opacity: 1;
    }
    .product-card .card-img {
        position: relative;
        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 .card-img a{
        position: relative;
        display: block;
        padding-top: 90%;
        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 .card-img a img {
        position: absolute;
        top: 0;
        left: 0;
        right: 15px;
        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 .card-content{
        margin-top: 15px;
    }
    .product-card .card-content h6 {
        font-weight: bold;
        font-size: 20px;
        line-height: 22px;
        /* letter-spacing: 1px; */
        margin-bottom: 3px;
        text-align: left;
        color: #000;
    }
    .rating {
        text-align: left;
    }
    .rating i{
        font-size: 11px;
    }
    .text-warning {
        color: var(--theme-color)!important;
    }
    .star {
        color: var(--third-color);
    }
    .last-btn .cart-btn{
        padding: 9px 22px;
        font-size: 15px;
    }
    .last-btn .cart-btn:hover{
        color: var(--third-color);
    }
    .last-btn .heart-btn {
        /* padding: 9px 10px; */
        margin-left: 10px;
        background-color: var(--third-color);
        color: var(--white);
        cursor: pointer;
        display: inline-block;
        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;
        height: 34px;
        width: 34px;
        border-radius: 50px;
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
    }
/*.last-btn .heart-btn:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    }*/
    .tab-content {
        display: none;
    }
    .category-section{
        margin-bottom: 20px;
    }
    .category-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--third-color);
    }
    .category-title h2{
        margin-top: 24px;
    }
    .category-title p{
        max-width: 75%;
        margin: 15px 0 50px 0;
        opacity: 0.6;
    }
    .category-title .cart-btn{
        padding: 15px 30px;
        background-color: var(--third-color);
    }
    .category-card {
        width: 100%;
        display: flex;
        margin-bottom: 30px;
    }
    .category-card-inner{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        color: var(--white);
        position: relative;
        height: 100%;
        overflow: hidden;
        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;
        padding: 200px 20px 30px 30px;
        align-items: flex-end;
    }
    .category-card img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all ease-in-out 0.5s;
        object-fit: cover;
        -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;
    }
    .category-card .category-text {
        width: 100%;
    }
    .category-card .category-text a{
        width: 100%;
        margin-top: 15px;
        padding: 9px 15px;
    }
    .main-title{
        flex: 1;
    }
    .time-section{
        background-color: #E5EEF5;
        position: relative;
        margin-bottom: 50px;
    }
    .time-section .time-content{
        color: var(--third-color);
    }
    .time-section .time-content p{
        margin: 20px 0;
    }
    .time-section .time-content .input-box {
        display: flex;
        max-width: 500px;
        width: 100%;
    }
    .time-section .time-content .input-box input{
        position: relative;
        display: block;
        width: 100%;
        padding: 15px 20px;
        background: var(--white);
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        line-height: 1;
        color: var(--black);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }
    .time-section .time-content button{
        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;
        font-family: var(--second-font);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        background-color: var(--theme-color);
        display: flex;
        align-items: center;
        padding: 15px 20px;
        color: var(--white);
        font-size: 16px;
    }
    .time-section .time-content button i{
        margin-left: 15px;
    }
    .testimonial-section{
        margin: 40px 0 60px 0;
    }
    .testimonial-section .testimonial-title{
        max-width: 570px;
        text-align: center;
        margin: auto;
        color: var(--third-color);
    }
    .testimonial-section .testimonial-title p{
        margin-top: 15px;
    }
    .testimonial-slider{
        margin-top: 50px;
    }
    .testimonial-inner{
        max-width: 80%;
        margin: auto;
    }
    .testimonial-inner p {
        font-style: inherit;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        color: var(--black);
    }
    .review-box{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .review-box img{
        width: 40px;
        height: 40px;
    }
    .review-box h5{
        color: var(--black);
        margin: 10px 0;
    }
    .review-box h6{
        color: var(--black);
        opacity: 0.6;
    }
    .slick-arrow svg path{
        fill: var(--white);
    }
    .store-promotions{
        background: #f0f0f0;
        padding: 55px 0px 55px;
    }

    .store-promotions .row{
        justify-content: center;
    }
    .store-promotions-box{
        color: var(--black);
        margin-bottom: 20px;
    }
    .store-promotions-box h4 i{
        color: var(--theme-color);
        margin-right: 15px;
        font-size: 30px;
    }
    .store-promotions-box p{
        margin-top: 15px;
        max-width: 75%;
    }
    .client-logo {
        margin-top: 50px;
    }
    .client-logo a{
        margin: 10px;
    }
    .client-logo-itm {
        display: flex !important;
        justify-content: center;
        padding: 0 20px;
    }
    /******** footer **********/

    .footer {

        position: relative;
        /* background: url(../img/bg-img-footer.jpg) no-repeat;*/
        background-size: cover;
        background-position: center;
        padding: 40px 0px 40px;
        background-color:#dcd9d9;
    }
    .footer-top{

        padding: 40px 0;
    }

    .footer-top .footer-link-1 a img{
        margin-bottom: 24px;
    }
    .footer-top .footer-link-1 p{
        max-width: 60%;
    }
    .contact-us{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .footer-top .footer-link-1 .contact-us p{
        max-width: 100%;
    }
    .contact-us i{
        font-size: 40px;
        color: var(--theme-color);
        margin-right: 10px;
    }
    .contact-us div{
        color: var(--third-color);
    }
    .contact-us div a{
        font-size: 30px;
    }
    .footer-link-2 h6{
        color: #fff;
        margin-bottom: 16px;
        font-family: var(--second-font);
    }
    .footer-link-2 ul li a{
        font-size: 14px;
        font-family: var(--second-font);
    }
    .footer-link-2 ul li:not(:last-child) {
        margin-bottom: 5px;
    }
    .footer-bottom{
        border-top: 1px solid var(--border-color);
        padding: 10px 0;
    }
    .social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    .social-link li{
        font-size: 16px;
    }
    .footer-link-2 ul li a:hover{
        color: var(--theme-color);
    }
    /********* contact us ********/
    .contact-content{
        text-align: left;
        margin-top: 150px;
    }
    .contact-content h4{
        color: var(--black);
        margin-bottom: 30px;
        font-size: 26px;
    }
    .contact-content h6{
        color: var(--black);
        margin-bottom: 15px;
    }
    .contact-content p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    /******* blog page *********/
    .blog-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog-card {
        width: 100%;
        display: flex;
        padding: 0 15px;
        height: 100%;
    }
    .blog-row [class*="col-"] {
        padding: 0 10px;
        margin-top: 20px;
    }
    .blog-card-inner {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        color: var(--white);
        position: relative;
        height: 100%;
        overflow: hidden;
        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;
        padding: 100px 20px 30px 30px;
        align-items: flex-end;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .blog-card img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all ease-in-out 0.5s;
        object-fit: cover;
        -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-card .blog-content {
        width: 100%;
        text-align: center;
        z-index: 1;
    }
    .blog-card .blog-content h3{
        font-weight: normal;
    }
    .blog-card-inner:hover{
        -webkit-transform: scale(1.1)!important;
        -ms-transform: scale(1.1)!important;
        transform: scale(1.1)!important;
    }
    .blog-card-inner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        background-color: var(--black);
        opacity: 0.4;
        height: 100%;
    }
    .blog-card-inner:hover::before {
        width: 100%;
    }
    /********* login page css *********/
    .login-section{
        position: relative;
        padding: 55px 0 60px;
    }
    .bg-image{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
        top: 0;
        left: 0;
        align-items: flex-end;
        display: flex;
    }
    .login-form h3{
        font-weight: normal;
        color: var(--black);
        margin-bottom: 30px;
    }
    .login-form label{
        font-size: 16px;
    }
    .login-form input{
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -ms-border-radius: 10px !important;
        -o-border-radius: 10px !important;
        font-size: 16px;
    }
    .last-btns{
        display: flex;
        margin: 50px 0 30px 0;
    }
    .login-btn{
        padding: 12px 30px;
        background-color: var(--theme-color);
        color: var(--white);
        font-weight: 600;
        margin-right: 20px;
        text-align: center;
    }
    .last-btns p {
        max-width: 70%;
        font-weight: 600;
        padding: 0px 20px 0px 20px;
    }
    .last-btns p a{
        color: var(--theme-color);
    }
    .register-btn{
        text-align: center;
    }
    .register-btn a{
        color: var(--theme-color);
    }
    .bg-image-2{
        align-items: center;
    }
    /******** empty cart *******/
    .empty-cart-section{
        padding-top: 80px;
    }
    .empty-cart{
        text-align: center;
    }
    .empty-cart svg{
        max-width: 250px;
        height: auto;
        margin: 0 auto 50px;
    }
    .fill-primary {
        fill: #6e00ff!important;
    }
    .empty-cart h4{
        margin: 20px 0;
        color: var(--third-color);
    }
    .empty-cart p{
        margin: 20px 0;
        color: var(--third-color);
    }
    .empty-cart a{
        line-height: 1;
        margin: 40px 0;
    }
    .empty-cart a i{
        margin-right: 8px;
    }
    /******** cart page *********/
    .cart-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cart-title h2{
        color: var(--third-color);
    }   
    .cart-btns{
        display: flex;
        width: 100%;
        justify-content: end;
    }
    .cart-btns a{
        padding: 12px 30px;
        background-color: var(--second-color);
        color: var(--white);
        min-width: 250px;
        text-align: center;
    }
    .cart-btns a.active-btn, .cart-btns a:hover{
        background-color: var(--theme-color);
    }
    .cart-btns a:not(:last-child){
        margin-right: 15px;
    }
    .cart-tble{
        margin: 50px 0 30px;
    }
    table {
        border: 0;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: auto;
        color: var(--third-color);
    }
    table tr {
        padding: 20px 0 0;
        border-bottom: 1px solid var(--border-color);
        display: block;
    }
    table tr th:first-child, table tr td:first-child {
        padding-left: 0;
    }
    .cart-tble tbody{
        position: relative;
    }
    .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 button svg {
        margin: auto;
        height: 10px;
        width: 10px;
    }
    .qty-spinner button svg path{
        fill: var(--third-color);
    }
    .qty-spinner input {
        border: 0;
        flex: 1;
        width: 29px;
        color: var(--third-color);
        padding: 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        margin: 0;
    }
    table tr th, table tr td {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        font-weight: 500;
    }
    .cart-section table tr td {
        text-align: left;
        padding: 0 10px 20px;
    }
    .cart-section table tr td img{
        margin: auto;
    }
    table tr th {
        padding-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border-color);
        font-weight: 700;
        text-transform: uppercase;
        font-family: var(--second-font) !important;
    }
    .pro-img-cart {
        max-width: 100px;
    }
    .remove-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        height: 24px;
        width: 24px;
        font-size: 24px;
        line-height: 24px;
        top: 30%;
    }
    .checkout-box{
        background-color: var(--theme-color);
        padding: 20px;
    }
    .checkout-btn{
        padding: 12px 30px;
        background-color: var(--white);
        text-align: center;
        color: var(--theme-color);
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    .checkout-btn i{
        margin-left: 8px;
    }
    .checkout-btn:hover{
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
    }
    .checkout-box span{
        color: var(--white);
        font-weight: bold;
        font-family: var(--second-font) !important;
    }
    .checkout-box span:last-child{
        font-size: 30px;
        margin-left: 15px;
    }
    .price-bar{
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .fade:not(.show) {
        opacity: 0;
    }
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
    }
    .show{
        opacity: 1;
        display: block;
    }
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
        pointer-events: none;
    }
    .fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    .modal.show .modal-dialog {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .fade {
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }
    .modal-content {
        position: relative;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        -webkit-box-shadow: 0 4px 8px rgba(31,45,61,.5);
        box-shadow: 0 4px 8px rgba(31,45,61,.5);
        outline: 0;
    }
    .modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid #eff2f7;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    button.close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    button.close span{
        font-size: 20px;
    }
    .modal-body {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 24px;
    }
    .checkout-popup {
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }
    .checkout-popup a{
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        padding: 12px 26px;
        margin: 10px 0;
    }
    .cart-head{
        margin-bottom: 50px;
    }
    .customer-info{
        margin-bottom: 20px;
    }
    .customer-info h5{
        color: var(--third-color);
        margin-bottom: 10px;
        font-family: var(--second-font) !important;
    }
    .cart-section .form-group label {
        font-size: 16px;
        color: var(--third-color);
        font-family: var(--second-font);
    }

    .cart-section .form-group input{
        font-size: 16px;
        color: var(--third-color);
        font-family: var(--second-font);
        border-radius: 30px;
    }
    .cart-section .form-group label{
        font-family: var(--second-font);
    }
    .addres-btn{
        display: flex;
        justify-content: end;
        gap: 15px;
    }
    .shiping-type h5{
        color: var(--third-color);
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--border-color);
    }
    .shiping-type .radio-group span{
        font-size: 16px;
        color: var(--third-color);
        font-weight: normal;
    }
    .shiping-type .radio-group:not(:last-of-type){
        margin-bottom: 15px;
    }
    .coupon-form {
        margin: 30px 0;
    }
    .coupon-form .coupon-header {
        border-bottom: 1px solid var(--border-color);
        padding: 10px;
        color: var(--third-color);
    }
    .coupon-body {
        padding: 15px 0;
        display: flex;
    }
    .coupon-body .input-wrapper {
        width: 80%;
    }
    .coupon-body form .btn-wrapper {
        margin-top: 15px;
        text-align: right;
    }
    .mini-cart{
        color: var(--third-color);
    }
    .mini-cart .mini-cart-header {
        border-bottom: 1px solid var(--border-color);
        padding: 10px;
    }
    .mini-cart-header {
        margin-bottom: 15px;
    }
    .mini-cart-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid var(--border-color);
        padding: 10px 10px;
        border-radius: 20px;
        align-items: center;
    }
    .mini-cart-image {
        width: 80px;
    }
    .mini-cart-image a {
        display: block;
        position: relative;
        padding-top: 88%;
    }
    .mini-cart-image a img {
        top: 0;
        width: 100%;
        object-fit: scale-down;
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
    }
    .mini-cart-details {
        flex: 1;
        width: 100%;
        padding: 10px 10px 10px 15px;
    }
    .mini-cart-title {
        margin-bottom: 8px;
        font-weight: 600;
    }
    .mini-cart-title a {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .card-price, .price {
        display: flex;
        align-items: center;
        font-size: 19px;
        justify-content: left;
        font-weight: bold;
        margin: 0px 0 3px 0;
        color: #A7A4A4;
    }
    .product-card .card-content p{
        text-align: left;
    }
    del {
        color: var(--primary-color);
        opacity: 0.6;
        text-decoration: line-through;
        font-size: 14px;
    }
    .mini-cart-footer {
        padding: 20px 0 0;
    }
    .mini-cart-footer .u-save {
        font-weight: 500;
        font-size: 17px;
        line-height: 22px;
        display: flex;
        margin-bottom: 10px;
    }
    .mini-cart-footer-total-row {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 0 15px;
        background: var(--theme-color);
        padding: 15px 0;
        color: var(--black);
    }
    .mini-cart-footer-total-row div {
        padding: 0 10px;
        font-family: var(--second-font) !important;
    }
    /***** paymeny form ******/
    .payment-method {
        padding: 20px 30px;
        box-shadow: 1px 0px 15.4815px rgb(0 0 0 / 8%);
        border-radius: 10px;
        position: relative;
        border: 1px solid var(--border-color);
        background: var(--white);
        color: var(--black);
    }
    .payment-method:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .payment-title {
        margin-bottom: 20px;
    }
    .payment-image {
        flex: 1;
        justify-content: flex-end;
    }
    .payment-image img:not(:last-of-type) {
        margin-right: 5px;
    }
    .payment-image img {
        max-width: 50px;
        width: 100%;
    }
    .payment-method input {
        border-color: var(--third-color);
    }
    .payment-method-form .form-group label{
        color: var(--black);
    }
    .payment-method-form .form-group:last-child {
        margin-bottom: 0;
    }
    .upload-btn-wrapper input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        bottom: 0;
    }
    .file-upload.btn svg {
        margin-right: 15px;
        margin-left: 0;
        max-width: 20px;
        width: 20px;
        height: 20px;
    }
    .payment-method .payment-image.extra-size img {
        max-width: 90px;
    }
    .payment-method .btn{
        margin-top: 30px;
    }
    /************ article page **************/
    .article-title{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        color: var(--third-color);
        font-family: Poppins, sans-serif;
    }
    .article-inner img{
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
    }
    .article-inner h5 {
        color: var(--black);
        margin-bottom: 15px;
        font-family: Poppins, sans-serif;
        font-size: 26px;
    }
    .article-inner p{
        margin-bottom: 20px;
    }
    /************ product detail page ***********/
    .product-title h6{
        font-size: 14px;
    }
    .product-title h6 span::before{
        display: inline-block;
        padding-right: .5rem;
        color: #274A5A;
        content: '';
        background: url('../img/top-arrow.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 9px;
        width: 14px;
        margin: 0px 4px 0px 0px;
    }
    .product-img img{
        max-width: 100%;
    }
    .product-review{
        display: flex;
        align-items: center;
    }
    .product-review a{
        padding: 10px;
        color: var(--white);
        text-transform: uppercase;
    }
    .product-review a:first-child{
        margin-right: 20px;
        background-color: var(--theme-color);
    }
    .product-review a:last-child {
        background-color: #dcd9d9;
        /* margin-left: auto; */
        border-radius: 7px;
        padding: 8px 15px 6px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .add_to_wishlist.wishlist_15:hover .far{
        color:#fff;
    }
    .product-review a:hover{
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
    }
    .product-review p{
        margin-left: 20px;
        margin-bottom: 0px;
    }
    .product-detail h2{
        color: var(--third-color);
        margin: 15px 0;
        font-family: 'Poppins', sans-serif;
    }
    .product-detail p{
        font-size: 16px;
        line-height: 27px;
        color: var(--third-color);
    }
    .product-price {

        margin: 0px 0 0px 0;
    }
    .product-price .price {
        font-size: 30px;
        font-weight: 700;
        color: var(--third-color);
    }
    .product-price .price del{
        margin-left: 5px;
    }
    .product-detail ul li{
        font-weight: normal;
        color: var(--black);
        margin-bottom: 15px;
    }
    .product-detail ul li span{
        color: var(--third-color);
    }
    .product-detail ul li span:not(:first-of-type) {
        margin-left: 10px;
    }
    .product-description .tab-bar ul{
        display: flex;
    }
    .product-description .tab-bar ul li a{
        padding: 15px 30px;
        background-color: var(--grey-color);
        color: var(--third-color);
    }
    .product-description .tab-bar ul li.active a{
        background-color: var(--theme-color);
        color: var(--white);
    }
    .tabs-container{
        margin: 20px 0;
    }
    .set {
        border: 1px solid var(--border-color);
        margin-bottom: 30px;
    }
    .set .acnav-label {
        padding: 15px 35px 15px 15px;
        position: relative;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        color: var(--third-color);
        font-family: var(--second-font);
    }
    .set .acnav-label:after {
        content: '';
        position: absolute;
        height: 12px;
        width: 12px;
        background-image: url(../img/menu-arrow.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% 50%;
        top: 50%;
        transform: translateY(-50%);
        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);
    }
    .set .acnav-list {
        padding: 20px;
        border-top: 1px solid var(--border-color);
    }
    .acnav-list {
        display: none;
        padding: 0 0 10px 0;
    }
    .set .acnav-list p {
        font-size: 16px;
    }
    .review-box-2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #eff2f7;
        border-bottom: 1px solid #eff2f7;
        padding: 15px 0px;
        margin: 20px 0px;
    }
    .review-box-2 h5{
        font-size: 24px;
        color: var(--second-color);
    }
    .review-box-2 h5 b{
        color: var(--theme-color);
        font-weight: bold;
    }
    .review-box-2 h5 span{
        color: var(--third-color);
    }
    .review-box-2 a {
        background-color: var(--theme-color);
        padding: 8px 10px;
        color: var(--white);
        line-height: 1;
    }
    .product-row{
        margin-top: -30px;
    }
    .product-row [class*="col-"]{
        margin-top: 30px;
    }

    .modal-popup.active, .modal-popup.in, .modal-popup.show  {
        opacity: 1;
        visibility: visible;
        display: flex !important;
    }
    .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-dialog-inner.lg-dialog {
        max-width: 1200px;
        margin: auto;
    }
    .modal-dialog-inner {
        max-width: 800px;
        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);
        margin-bottom: 20px;
        position: relative;
    }
    .modal-title {
        margin: 0;
        line-height: 1.42857143;
        font-family: var(--second-font) !important;
    }
    .close-button {
        position: absolute;
        top: 20px;
        left: auto;
        right: 15px;
        border: 0;
        background: transparent;
        opacity: 1;
    }
    .close-button svg {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .close-button svg path{
        fill: var(--third-color);
    }
    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }
    .modal-body {
        position: relative;
        padding: 15px;
    }
    .modal-body {
        padding: 20px;
    }
    .form-container-title {
        margin-bottom: 15px;
    }
    form .row {
        margin: 0 -8px;
    }
    .modal-body form label {
        margin-bottom: 10px;
        display: block;
        font-size: 16px;
        font-family: 'Poppins', sans-serif; 
    }
    .modal-body .upload-btn-wrapper {
        display: block;
    }
    .upload-btn-wrapper {
        position: relative;
        display: inline-block;
    }
    .file-upload.btn {
        width: 100%;
        display: flex;
        margin-bottom: 0;
        height: 53px;
        z-index: 1;
    }
    .upload-btn-wrapper input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        bottom: 0;
    }
    .file-upload.btn svg {
        margin-right: 15px;
        margin-left: 0;
    }
    .modal-body form .form-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .rate {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .rate input {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .rate label:not(:first-child) {
        margin-right: .375rem;
        margin-bottom: 0;
    }
    .rate label::before {
        position: absolute;
        content: url("data:image/svg+xml,%3Csvg t='1584099080940' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='9773' width='18px' height='18px' fill='%23A9B1BC' %3E%3Cpath d='M686.153143 573.732571l174.884571-169.691429-241.152-35.401143-108.032-218.258286-108.032 218.258286-241.152 35.401143 174.884571 169.691429-41.691429 240.566857 215.990857-113.737143 215.405714 113.737143zM987.282286 369.737143q0 12.580571-14.848 27.428571l-207.433143 202.313143 49.152 285.696q0.585143 4.022857 0.585143 11.410286 0 28.598857-23.405714 28.598857-10.825143 0-22.820571-6.875429l-256.585143-134.875429-256.585143 134.875429q-12.580571 6.875429-22.820571 6.875429-11.995429 0-17.993143-8.265143t-5.997714-20.260571q0-3.437714 1.170286-11.410286l49.152-285.696-208.018286-202.313143q-14.262857-15.433143-14.262857-27.428571 0-21.138286 32.036571-26.258286l286.866286-41.691429 128.585143-260.022857q10.825143-23.405714 28.013714-23.405714t28.013714 23.405714l128.585143 260.022857 286.866286 41.691429q32.036571 5.12 32.036571 26.258286z' p-id='9774' %3E%3C/path%3E%3C/svg %3E");
        transition: .3s;
    }
    .rate label::after {
        position: absolute;
        z-index: 1;
        content: url("data:image/svg+xml,%3Csvg t='1584099189586' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='10117' fill='%23fcbb42' width='18px' height='18px'%3E%3Cpath d='M987.282286 369.737143q0 12.580571-14.848 27.428571l-207.433143 202.313143 49.152 285.696q0.585143 4.022857 0.585143 11.410286 0 11.995429-5.997714 20.260571t-17.408 8.265143q-10.825143 0-22.820571-6.875429l-256.585143-134.875429-256.585143 134.875429q-12.580571 6.875429-22.820571 6.875429-11.995429 0-17.993143-8.265143t-5.997714-20.260571q0-3.437714 1.170286-11.410286l49.152-285.696-208.018286-202.313143q-14.262857-15.433143-14.262857-27.428571 0-21.138286 32.036571-26.258286l286.866286-41.691429 128.585143-260.022857q10.825143-23.405714 28.013714-23.405714t28.013714 23.405714l128.585143 260.022857 286.866286 41.691429q32.036571 5.12 32.036571 26.258286z' p-id='10118'%3E%3C/path%3E%3C/svg%3E");
        opacity: 0;
        transition: .3s;
    }
    .rate input:checked~label::before {
        opacity: 0;
    }
    .rate input:checked~label::after {
        opacity: 1;
    }
    .rate label {
        width: 1.125rem;
        height: 1.125rem;
        position: relative;
        cursor: pointer;
        transition: .3s;
    }
    .modal-body form .input-wrapper:not(:last-of-type) {
        margin-bottom: 20px;
    }

    /****** order*********/
    .order-table{
        border: 1px solid var(--grey-color);
    }
    .order-table table{
        width: 1250px;
    }
    .order-table .table-btn {
        padding: 10px 15px;
        background-color: var(--theme-color);
        color: var(--white);
        border: 0;
        border-radius: 24px;
        font-family: var(--second-font);
    }
    .order-table table tr{
        border-color: var(--grey-color);
    }
    .order-table table tr td{
        padding: 15px 24px !important;
    }
    .order-table table tr th{
        padding: 12px 24px;
    }
    .order-table .table-btn i{
        margin-right: 10px;
    }
    .eye-btn{
        margin: 0 10px 0 20px;
    }
    .order-table table tr {
        padding: 0;
        display: table-row;
    }
    .order-detail-section h6{
        color: var(--third-color);
    }
    .order-detail-table table{
        min-width: 800px !important;
        width: 100%;
    }
    .pending-btn a{
        padding: 10px 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        background-color: var(--third-color);
        color: var(--white);
        margin-bottom: 15px;
    }
    .order-detail-card {
        border: 1px solid var(--border-color);
        background: var(--white);
        -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
        box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
        height: 100%;
    }
    .detail-header {
        padding: 15px 15px;
        border-bottom: 1px solid var(--border-color);
    }
    .order-summery  li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 15px 13px;
    }
    .order-summery li:not(:last-of-type) {
        border-bottom: 1px solid var(--border-color);
    }
    .row-gap [class*="col-"] {
        margin-top: 30px;
    }
    .address-info li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 1;
        padding: 10px 15px;
    }
    .address-info li .address-left {
        flex: 1;
        padding-right: 10px;
    }
    .address-info li .address-right {
        color: #8492a6;
    }
    .variant-select{
        max-width: 200px;
        width: 100%;
        margin: 15px 0;
    }

    .form-footer>*:not(:last-of-type){
        margin-right: 15px;
    }
    .bg-primary{
        background: var(--theme-color);
    }
    .toast-body{
        padding: 15px 40px 15px 15px;
    }
    .text-white{
        color: var(--white) !important;
    }
    .toast .btn-close{
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        top: 17% !important;
        border-radius: 10px;
        opacity: 0.5;
    }

    .bg-danger{
        background: red !important;
    }
    .modal-footer{
        display: flex;
        width: 200px;
        justify-content: space-around;
    }
    .modal-footer .btn-primary{
        background-color: var(--theme-color);
    }
    .modal-footer .btn-danger{
        background-color: red;
    }
    .star.text-primary {
        color: var(--theme-color);
    }
    .wishlist_count{
        top: 15px !important;
    }




    /**/

    .common-btn {
        width: fit-content !important;
        height: 45px;
        /* background: #31473a; */
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0b0b0b;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
        transition: all 0.3s ease-in-out;
        position: relative;
        /* text-transform: uppercase; */
        transform: perspective(1px) translateZ(0);
        transition-duration: 0.3s;
        outline: none;
        border-radius: 30px;
        cursor: pointer;
        border: 0px;
        padding: 10px 25px 10px 25px;
        text-align: center;
        overflow: hidden;
    }

    .common-btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        top:0;
        left:0;
        right:0;
        bottom:0;
        border: 1px solid #c5c3c3;
        /* background:#31473a;*/
        background: #c5c3c3;
        border-radius: 30px;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition: all 0.3s ease-in-out;
        color: #0a58ca;
    }
    .common-btn:hover{
        color: #fff !important;
        font-size: 12px;
    }
    .common-btn:hover:before{
        transform:scaleX(1);
    }
    .common-btn span {
        font-size: 10px;
        align-items: center;
        justify-content: center;
        color: #0c0000c4;
        position: relative;
        top: 1px;
        left: 5px;
    }
    .common-btn:hover span{
        color: #fff;
    }
    .tabs-wrapper .paint-dish {
        position: absolute;
        right: -7%;
        bottom: 0;
        width: 16%;
    }
    .tabs-wrapper .birds {
        position: absolute;
        top: 0;
        left: -2px;
        width: 17%;
    }
    p, a{
        font-family: var(--second-font) !important;
    }
    .bestseller-section ul li:hover a{
        font-weight: 500;
    }
    .store-promotions h4{
        font-family: 'Gloock', serif !important;
    }

    .special-collection{
        display: flex;
        align-items: center;
    }
    .special-collection .left-wrapper{
        width: 60%;
    }
    .special-collection .right-wrapper {
        width: 40%;
        position: relative;
        top: 58px;
        background: url(../img/right-side-img-spl-collections.png) no-repeat;
        background-position: center;
        background-size: cover;
        padding: 7% 0;
        border-radius: 30px 0px 0px 30px;
    }
    .special-collection .right-wrapper h1{
        font-size: 40px;
        margin-bottom: 0;
    }
    .special-collection .right-wrapper p {
        font-weight: 100;
    }
    .special-collection-slider .item img {
        width: 40% !important;
        margin: 0 auto;
    }
    .special-collection-slider .item{
        margin-top: 20px;
    }
    .special-collection-slider .item .text-box {
        margin-top: 17px;
    }
    .special-collection-slider .item .text-box .common-btn {
        margin: 28px auto 0;
        border: 1px solid #f7f0f082;
        color: #fff;
    }
    .special-collection-slider .common-btn::after, .special-collection-slider .common-btn:before{
        border: 1px solid #f7f0f082;
    }
    .special-collection-slider .common-btn span{
        color: #fff;
    }
    .special-collection-slider.owl-theme .owl-nav [class*=owl-],
    .artwork-slider.owl-theme .owl-nav [class*=owl-]
    {
        color: #FFF;
        padding:0;
        background: #d6d6d600;
        display: inline-block;
        border-radius: 50px;
        border: 1px solid #fff;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .special-collection-slider .owl-prev {
        position: absolute;
        top: 25%;
        left: 19%;
    }
    .special-collection-slider .owl-next {
        position: absolute;
        top: 25%;
        right: 21%;
    }

    .special-collection-slider .owl-dots {
        margin-top: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .special-collection-slider h5, .special-collection-slider h6{
        font-family: var(--second-font);
        margin-bottom: 5px;
    }
    .special-collection-slider i,  {
        font-family: 'Font Awesome 5 Free';
        font-style: inherit;
    }
    .artwork-slider i{
        font-family: 'Font Awesome 5 Free';
        font-style: inherit; 
    }
    .best-seller-wrapper{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .best-seller-wrapper .left-panel{
        position: relative;
        width: 30%;
    }
    .best-seller-wrapper .right-panel {
        width: 70%;
        padding: 0px 10px;
    }
    .best-seller-wrapper .left-panel .text-box {
        position: absolute;
        bottom: 36px;
        left: 73px;
    }
    .best-seller-wrapper .left-panel .text-box p {
        margin-bottom: 6px;
        font-weight: 500;
    }
    .best-seller-wrapper .left-panel .walk-nature-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .best-seller-wrapper .heading-wrapper {
        display: flex;
        align-items: center;
    }
    .best-seller-wrapper .shop-by ul#myTab {
        padding-left: 85px;
    }
    .painting-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .painting-wrapper .item {
        width: 32%;
        margin-bottom: 25px;
    }
    .painting-wrapper .item .img-box {
        background: #F8F8F8;
        border-radius: 30px;
        height: 311px;
        width: 415px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .best-seller {
        padding: 88px 0px;
    }

    .best-seller-wrapper h2{
        margin-bottom:40px;
    }

    .bestseller-section.tabs-wrapper{
        padding: 85px 0;
        position: relative;
    }
    .artwork {
        background: url(../img/artwork-bg.jpg) no-repeat;
        background-size: cover;
        padding: 60px 0px 0px;
        height: auto;
    }
    .artwork .common-btn{
        border: 1px solid #f9f1f182;
        color: #fff;
    }
    .artwork .common-btn::after{
        border: 1px solid #f9f1f182;
    }
    .artwork .common-btn span{
        color: #fff;
    }
    .artwork ul#myTab {
        display: block;
        border-bottom: 0;
        margin-top: 25px;
        width: 80%;
    }
    .artwork .nav-tabs .nav-link {
        text-transform: uppercase;
        font-family: 'Gloock', serif !important;
        color: #fff;
        font-weight: 300;
        font-size: 17px;
        padding: 11px 0px;
        transition: all 0.4s;
        width: 44%;
        border: 0;
    }
    .artwork .nav-tabs .nav-link:hover{
        border: 0;
    }
    .artwork .nav-tabs .nav-link.active {
        border-radius: 30px;
        width: 44%;
        color: #633a4c;
        text-align: center;
        background: #fff;
        padding: 10px 0px;
    }
    .artwork .nav-tabs .nav-item {
        border-bottom: 1px solid #ffffff94;
        padding: 11px 0px;
        position: relative;
    }
    .artwork .nav-tabs .nav-item:last-child{
        border-bottom: 0;
    }
    .artwork .nav-tabs .nav-item span{
        position: absolute;
        right: 12px;
        color: #fff;
        top: 31px;
        font-size: 12px;
    }
    .artwork-slider {
        width: 87% !important;
        margin: 0 auto;
        position: relative;
        top: 26px;
    }
    .artwork-slider .item {
        position: relative;
        margin-bottom: 46px;
        display: block;
    }
    .artwork-slider .item p {
        background: #885E47;
        color: #fff;
        padding: 20px 44px;
        border-radius: 50px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 78%;
        font-family: 'Gloock', serif;
        margin-bottom: 0;
        bottom: -28px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .artwork-slider .item p span{
        font-size: 13px;
    }
    .artwork-slider .owl-prev {
        position: absolute;
        top: 42%;
        left: -67px;
    }
    .artwork-slider .owl-next {
        position: absolute;
        top: 42%;
        right: -67px;
    }
    .artwork .tab-pane{
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeIn;
        animation-delay: 0.2s;
    }
    .artwork-slider .item h6 {
        background: #052A36;
        color: #fff;
        position: absolute;
        top: 15%;
        padding: 10px 20px;
        border-radius: 30px;
        font-family: 'Gloock', serif;
        left: -6%;
    }
    .artwork-slider .owl-item .item{
        opacity: 0;
    }
    .artwork-slider .owl-item.active .item{
        opacity: 1;
    }
    .artwork-slider .owl-stage-outer{
        overflow: unset !important;
    }
    .art-experirence {
        margin: 9% 0px 60px;
        position: relative;
    }
    .art-experirence p {
        color: #605E5E;
        margin-top: 19px;
        margin-bottom: 24px;
        line-height: 28px;
    }
    .art-content {
        padding-left: 50px;
    }
    .art-experirence .row{
        align-items: center;
    }
    .art-experirence .element1 {
        position: absolute;
        top: -8%;
        left: -10%;
    }
    .art-experirence .element2 {
        position: absolute;
        bottom: 0;
        right: -6%;
    }
    .art-experirence .element3 {
        position: absolute;
        right: -33px;
        top: -78px;
    }
    .artwork .owl-theme .owl-dots .owl-dot.active span, .artwork .owl-theme .owl-dots .owl-dot:hover span {
        background: #000;
    }
    .home-counter{

     position: relative;
 }
 .home-counter .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.home-counter h4{
    font-size: 35px;
    font-family: var(--second-font);
    font-weight:500;
    margin-bottom:10px;
}
.home-counter p{
    margin-bottom: 0;
}
.counter-single img {
    display: block;
    margin: 0 auto 20px;
}
.home-counter .main-img{
    filter: brightness(0.6);
}
.home-counter .counter-single img{
    filter: brightness(1);
    width: 20%;
}
.client-say {
    padding: 85px 0px 30px;
    position: relative;
}
.client-say .owl-carousel .owl-item.active img.bg-img {
    width: 80% !important;
    margin: 0 auto;
}
.client-say .item{
    position: relative;
}
.client-say .item p {
    text-align: center;
    font-size: 19px;
    font-weight: 100;
    width: 52%;
    margin: 0 auto 6px;
    line-height: 35px;
}
.client-say .item h6 {
    font-size: 19px;
    font-weight: 500;
    position: relative;
    text-align: center;
    color: #000000;
    letter-spacing: 5px;
    width: fit-content;
    margin: 0 auto;
}
.client-say .item h6::before {
    position: absolute;
    content: "";
    background: #885E47;
    height: 2px;
    width: 68px;
    top: 8px;
    left: -77px;
}
.client-say .item .text-box {
    position: absolute;
    top: 26%;
}
.client-slider{
    margin-top: 60px;
}
.client-slider .left-quote {
    width: 10% !important;
    position: absolute;
    top: 43px;
    left: 55px;
    opacity: 0;
    transition: all 0.4s;
}
.client-slider .right-quote {
    width: 10% !important;
    position: absolute;
    bottom: 7px;
    right: 88px;
    opacity: 0;
    transition: all 0.4s;
}
.client-say .owl-carousel .owl-item.active .item .left-quote{
    opacity: 1;
}
.client-say .owl-carousel .owl-item.active .item .right-quote{
    opacity: 1;
}
.testimonial-section{
    position:relative;
    padding:70px 0px;

}
.testimonial-section .hand-patch {
    position: absolute;
    top: 30px;
    left: -88px;
}
.client-say .owl-theme .owl-nav [class*=owl-] {
    color: #a29999;
    padding: 0;
    background: #d6d6d600;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #585252;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-single h4 {
    /* font-family: 'Gloock', serif; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-family: var(--second-font) !important;
    margin-top: 10px;
}
.post-single h5{
    color: #052A36;
    font-size: 15px;
}
.post-single:hover h5,
.post-single:hover h4{
    color: #fff;
}
.post-single .text-box {
    border: 1px solid #885E47;
    border-radius: 30px;
    padding: 20px 0px;
    position: relative;
    background: #fff;
    width: 85%;
    margin: 0 auto;
    margin-top: -20px;
    transition: all 0.4s;
}
.post-single:hover .text-box{
    background: #885E47;
}
.post-single .text-box::before {
    position: absolute;
    content: "";
    background: #fff;
    border: 1px solid #885E47;
    border-radius: 36px;
    width: 102%;
    height: 135%;
    z-index: -1;
    left: 5px;
    top: -10px;
}
.latest-post{
    padding: 0px 0px 60px;
}
.post-single{
    position: relative;
    display: block;
}
.latest-post .row{
    margin-top: 50px;
}
.latest-post .common-btn {
    margin: 0 auto;
    margin: 67px auto 0;
}


.artwork .tab-content{
    display:block;
}
.artwork .heading {
    margin-bottom: 20px;
}

.artwork p {
    margin-bottom: 10px;
}
.artwork .tab-pane {
    display: none;
}

.artwork .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-card {
    position: relative;
}
.testimonial-inner {
    max-width: 90%;
    margin: auto;
    position: absolute;
    top: 50px;
    text-align: center;
    left: 5%;
    padding: 10px 20px;
}
.client .hand-patch {
    position: absolute;
    top: 91px;
    left: -88px;
}
.client-slider.owl-theme .owl-nav [class*=owl-] {
    color: #a29999;
    padding: 0;
    background: #d6d6d600;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #585252;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-slider .owl-nav{
    display:flex;
}

.client-slider i  {
    font-family: 'Font Awesome 5 Free';
    font-style: inherit;
}

.client-slider .owl-prev {
    position: absolute;
    top: 30%;
    left: 25%;
}

.client-slider .owl-next {
    position: absolute;
    right: 25%;
    top: 30%;
}

footer .form-control,
footer .form-control:focus {
    background: #ffffff1f;
    padding: 10px 14px;
    border-radius: 6px;
    border: 0;
    font-size: 13px;
    box-shadow: none;
}
footer .column:nth-child(5) .form-control::placeholder{
    color:#ffffff5e !important;
}
footer .form-group{
    position: relative;
}
footer .form-group button {
    height: 20px;
    width: 20px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 9px;
    right: 10px;
}
.footer-pages {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-pages a {
    color:#363a3e;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.footer-pages a:hover{
    color:#8492a6;
}
.footer-pages a span {
    display: block;
    padding: 3px;
}
footer .company-name {
    font-size: 13px;
    color: #ffffff9e;
    font-weight: 100;
    margin-top: 8px;
    margin-bottom: 0px;
}
footer .footer-strip{
    margin: 0 auto;
    display: block;
    margin: 20px auto 0;
    padding-bottom: 20px;
}
.product-detail .product-description {
    color: #8492a6;
    font-size: 15px;
    margin-bottom: 15px;
}


.col-sm-6.mb-4.mb-sm-0.size {
    padding-left: 0px;
    margin-bottom: 10px;
}

span.static-rating .fas {
    color: #fb9c2a !important
}
.product-review p {
    color: #bebdbd;
}
.product-detail li span {
    color: #bebdbd !important;
}

.variant_name{
   color: #bebdbd !important;
}
.add_to_cart.common-btn {
    /* padding: 12px 50px; */
    color: #000;
    background-color: #dcd9d9;
    font-weight: 300;
    text-align: center;
    border-radius: 30px;
    width: fit-content;
    text-transform: uppercase;
}

.add_to_cart.common-btn:after{
    display:none;
}

.product-description .tab-bar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    width: fit-content;
    margin: 0 auto;
}

.product-description.tabs-wrapper {
    margin-top: 30px;
}

.product-description .tab-bar ul li.active a{
    border-bottom:1px solid #000;
    background-color:transparent;
    color:#000;
}

.product-description .tabs-container {
    margin: 20px 0;
    width: 65%;
    margin: 0 auto;
    margin-top: 30px;
}

.product-detail ul li {
    font-family: 'Poppins', sans-serif;
}
.product-description .tab-bar ul li a {
    background: transparent;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
.related-product-section.padding-top {
    padding-bottom: 50px;
}

.section-title h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.product-title {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
.get-to-us h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.product-title span{
    font-family: 'Poppins', sans-serif; 
    font-weight:500 !important;
}

.product-title h6{
    font-family: 'Poppins', sans-serif; 
    font-weight:500 !important;
}
.empty-cart .common-btn {
    width: 190px;
    margin:0 auto;
}
.empty-cart .common-btn:after {
    width: 180px;
}
.empty-cart {
    text-align: center;
    padding-bottom: 60px;
}
.cart-section .btn-flex {
    display: flex;
}
.cart-section .cart-btn.common-btn {
    margin: 0px 20px;
    width: 170px;
}
.cart-section .cart-btn.common-btn:after {
    width: 180px;
}
.cart-section .cart-btns a {
    padding: 12px 30px;
    background-color: var(--second-color);
    color: var(--white);
    min-width: 160px;
    text-align: center;
    margin: 0px 10px;
    border-radius: 15px;
    position:relative;
}
.cart-section .cart-btns a:before {
    position: absolute;
    content: "";
    width: 20%;
    height: 1px;
    background: #633a4b;
    top: 50%;
    right: -19%;
}

.cart-section .cart-btns a:nth-child(3):before{
    display:none;
}

.login-form {
    box-shadow: 0px 1px 10px #ccc;
    padding: 30px 20px;
    border-radius: 20px;
    font-family: var(--second-font) !important;
    text-align: center;
}
.login-form.contact-form.forgot {padding-top: 8rem}
.last-btns {
    display: flex;
    margin: 20px 0 20px 0;
    justify-content: center;
}
.login-form input  {
    font-family: var(--second-font) !important;
}
.login-form p {
    text-align: center;
    font-size: 14px;
}
.order-table table tr td {
    padding: 15px 24px !important;
    font-family: var(--second-font) !important;
}
.coupon-body .btn.apply-coupon {
    margin: 0px 10px;
    height: 100%;
}

.mini-cart-footer .u-save{
    font-family: var(--second-font) !important;
}
.coupon-body .input-wrapper input{
    font-family: var(--second-font);
    border-radius: 30px;
}
.col-lg-8.col-12.billing-address {
    padding-right: 70px;
}

.form-group .nice-select .list, .form-group .form-control{
   font-family: var(--second-font) !important;
}
.form-control, input:not([type="submit"]), input:not([type="checkbox"]), input:not([type="radio"]), select, textarea {
    position: relative;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--second-color);
    border-radius: 30px !important;
    font-family: var(--second-font) !important;
}
.internal-header h4 {
    font-family: var(--second-font) !important;
    margin-bottom: 20px;
}

.payment-method .btn {
    font-family: var(--second-font) !important;
    border-radius: 30px;
}
.cart-section .active-btn {
    background: #c8ae9d !important;
}
.mini-cart-footer-total-row{
    font-family: var(--second-font) !important;
}
.wishlist-section {
    padding: 60px 0px;
}

.cart-section h4{
   font-family: var(--second-font) !important;
}

.cart-section select{
    font-size:16px;
    border-radius:30px !important;
}
.coupon-body .btn.apply-coupon {
    font-family: var(--second-font) !important;
    border-radius: 30px;
}
.blog-section .img-box img {
    border-radius: 30px;
}

.product-card .common-btn:before{
    display:none;
}
.special-collection-slider i {
    font-family: 'Font Awesome 5 Free';
    font-style: inherit;
}


.products-tabs li{
    width:20%;
}
.products-tabs .nav-link {
    color: #888D90;
    border-radius: 0px;
    border: 1px solid #ccc;
    margin: 0px 10px 0px 0px;
    text-align:center;
    padding: 13px 10px;
    border-bottom:0px;
    background-color:#fff;
}
.products-tabs .nav-link.active{
    color:#EE2C75;
    position:relative;
}
.products-tabs ul{
    border-bottom:0px;
}
.products-tabs .nav-link.active:before{
    position: absolute;
    content:"";
    width:80%;
    height:3px;
    background-color: #EE2C75;
    bottom:0px;
    left:10%;
}
.products-content {
    padding: 20px 20px;
    background: #fff;
    border: 1px solid #ccc;
}

.products-content table.table {
    width: 40%;
    border: 1px solid #E6E2E2;
}

.products-content table.table tr td:last-child{
    border-left:1px solid #E6E2E2;
}

.products-tabs {
    background-color: #F4F7F7;
    padding: 70px 0px;
}

.search-listing {
 /* background: #F7F6F4;*/
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 10px 20px;
}

.sort-by select {
    border: 0px;
    border-radius: 28px;
    width: 80%;
    padding: 10px 10px;
    background-color: #fff;
    font-size: 18px;
}
.sort-by {
    display: flex;
    width: 30%;
    align-items: center;
}
.sort-by h6 {
    width: 95px;
    margin-bottom: 0px;
    color: #9baaaf;
    font-family: var(--second-font) !important;
}
.text-box h4 {
    color: #000;
    font-size: 19px;
}
.products-list h6 {
    color: #a8a5a5;
    font-size: 17px;
}

.products-list .text-box h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 2px;
    color: #000;
}
.products-list .item .text-box h5 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #000;
}
.products-list .item .text-box h5 span{
    color: #C7C5C5;
    font-size: 17px;
    font-weight: 400;
}
.products-list .item .text-box h6{
    color: #A7A4A4;
    font-size: 17px;
    font-weight: 700;
}
.products-list .common-btn.view{
    margin: 40px auto 0;
}

.product-category a:hover{
    color:#000;
}
.product-category .accordion-header{
    background-color:transparent;
    border-radius: 0px;
}
.product-category .accordion-button {
    background: transparent;
}

.product-category .accordion-button {
    background: transparent !important;
    color: #000 !important;
    border-radius: 0px !important;
    padding: 10px;
    text-align: left;
}
.product-category .accordion-item {
    border-radius: 0px !important;
    border: 0px;
}

.product-category .accordion-body{
    border-radius:0px !important;
    background-color:transparent !important;
}

.product-category .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    content: "\f106";
    font-family: 'FontAwesome';
    transform: initial;
    background-image: none;
    font-size: 28px;
    position: absolute !important;
    top: 5px !important;
    right: 18px !important;
    font-weight: 400!important;
}
.product-category .accordion-button::after {
    position: absolute;
    top: 10px;
    right: 20px;
}
.product-category {

    margin-bottom: 30px
}

.product-main .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 5px;
    margin-right: 11px;
    padding: 8px;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius:0px;
}
.product-main input:checked ~ .checkmark {
    background-color: #505353;
}
.product-main .check-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.product-main .check-btn input:checked ~ .checkmark:after {
    display: block;
}
.product-main .check-btn .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-main .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.product-category .accordion-header{
    background-color:transparent;
    border-radius: 0px;
}
.product-category .accordion-button {
    background: transparent;
}

.product-category .accordion-button {
    background: transparent !important;
    color: #000 !important;
    border-radius: 0px !important;
    padding: 10px;
    text-align: left;
}
.product-main .product-category .check-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-main .wrapper {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.product-main .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.product-main .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.product-main .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 13px;
    margin-left: 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #885e47;
}
.product-main .range-input {
  position: relative;
}
.product-main .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-bottom: 0px;
    border: 0px;
    padding: 0px;
}
.product-main input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #052a36;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.product-main input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
section.product-main {
    padding-top: 100px;
    padding-bottom:60px;
}

.product-category h4 {
    background: transparent;
    font-size: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #cccccc8c;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 15px;
    font-family: var(--second-font) !important;
    color:#000;
}
.product-category a {
    font-size: 16px;
    color: #000;
    padding-bottom: 15px;
    display: block;
}
.product-category .accordion-button {
    background: transparent !important;
    color: #000 !important;
    border-radius: 0px !important;
    padding: 10px;
    text-align: left;
    font-family: var(--second-font) !important;
}
.show-products p {
    color: #9baaaf;
    font-size: 22px !important;
    font-weight:700;
    font-family: var(--second-font) !important;
}

.painting-slider .item {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    font-family: var(--second-font) !important;
}
.painting-slider .item .img-box {
    position: relative;
    overflow: hidden;

}
.painting-slider .item .common-btn {
    background: #31473a;
    color: #fff;
    /* width: 87%; */
    position: absolute;
    bottom: -50px;
    border: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--second-font) !important;
    padding: 10px 20px;
}
.painting-slider .item:hover .common-btn {
    bottom: 26px;
}
.painting-slider .item .common-btn::before {
    background: #633A4B;
}
.products-list .text-box h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: var(--second-font) !important;
    color: #000;
}
.products-list .item .text-box h5 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 10px;
    font-family: var(--second-font) !important;
    color: #000;
}
.products-list .item .text-box h6 {
    color: #A7A4A4;
    font-size: 17px;
    font-weight: 700;
    font-family: var(--second-font) !important;
}

.painting-slider .item .common-btn:after{
    display:none;
}

.contact-add {
    display: flex;
}

.contact-add {
    display: flex;
    margin-bottom: 20px;
}

.contact-add .img-div {
    width: 5%;
    margin-right: 10px;
}
.address-list {
    width: 90%;
}
.contact-address .contact-add:nth-child(1) .img-div img {
    margin-top: 3px;
}
.contact-add p {
    width: 85%;
}

.get-in-touch  h2 {
    margin-bottom: 20px;
    font-family: var(--second-font) !important;
}

.get-in-touch .col-md-5 {
    padding-left: 5%;
}

.get-in-touch {
    padding: 60px 0px;
}
.home-slider h2 {
    font-size: 89px;
    color: #000;
    line-height: 97px;
    margin-bottom: 39px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.home-slider h6 {
    color: #885E47;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}
.caption-left {
    position: absolute;
    top: 32%;
    background: #ffffff59;
    padding: 20px 30px;
}
.slider-section {
    margin-top: 50px;
}
.slider-section .item{
    position: relative;
    overflow: hidden;
}
.slider-section .item .patch {
    position: absolute;
    width: 62% !important;
    top: 26%;
    left: -40%;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 12%;
    left: 10%;
    display: flex;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span, .slider-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #fb9c2a;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
    background: #b9b6b6;
}
.special-collection-leftslider .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translate(-50%, -50%);
}

.special-collection-leftslider.owl-theme .owl-dots .owl-dot.active span, .special-collection-leftslider.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.special-collection-leftslider .item img{
    border-top-right-radius: 40px;
}

.bestseller-section .common-btn{
    margin:0 auto;
    
}

.product-main p {
    font-family: var(--second-font) !important;
    color:#000;
}

.aboutus{
    padding-top:150px !important;
}

.partners {
  padding: 60px 0px;
  font-family: 'Poppins', sans-serif;
}

.partners .form-control {
  padding: 10px 15px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px !important;
}

.partners .form-group {
  margin-bottom: 30px;
  width: 95%;
}
.partners .btns{
  display:flex;
  align-items:center;
  justify-content: center;
}

.partners .btns .common-btn {
  background: #12222E;
  margin: 0px 10px;
  color: #fff;
}

.partners h2 {
  color: #12222E;
  margin-bottom: 40px;
  font-size: 50px;

}
.partners h4 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #12222ea1;
  font-weight:500;
  margin-bottom: 5px;

}
.partners {
  padding: 110px 0px;
}
.getintouch h6 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.lightgallery .subheading{
  text-align: center;
  font-family: 'Poppins', sans-serif;  
}
.art-wrapper img {
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;*/
    width: 100%;
   /* box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.25), 
        0px 25px 30px rgba(0, 0, 0, 0.2), 
        0px 5px 10px rgba(0, 0, 0, 0.15);*/
    }
    .product-detail h4 {
        background: #000;
        width: fit-content;
        padding: 5px 15px;
        border-radius: 30px;
        color: #fff;
        font-family: poppins;
        font-weight: 200;
        font-size: 14px;
    }
    /*contact us*/

    .getintouch .form-control {
      padding: 10px 15px;
      border: 0px;
      border-bottom: 1px solid #ccc;
      border-radius: 0px !important;
  }
  .getintouch h2 {
      margin-bottom: 30px;
      font-size: 32px;
      font-weight:500;
      font-family: 'Poppins', sans-serif;
      color:#000;
  }
  .getintouch {
    padding: 60px 0px 50px 0px;
    font-family: 'Poppins', sans-serif;
    margin-top: 60px;
}

/*.contact-add a, .contact-add a:hover {
  color: #000;
  }*/
  .contact-add .img-add {
      width: 9%;
  }

/*.getintouch h2 {
  font-size: 45px;
  margin-bottom: 30px;
  }*/
  .getintouch .common-btn {
      background-color: #31473a;
      margin-top: 20px;
      color:#fff;
  }

  .getintouch h6, .lightgallery .subheading {
    text-align:center;
    font-family: 'Poppins', sans-serif;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.social-links.justify-content-start a:first-child {padding-left: 0;}
.social-links a{
  padding:0px 10px;
}

.get-sec select {
  background: url(../img/select-arrow.png) no-repeat;
  background-position: center;
  -webkit-appearance: none;
  background-position-x:90%;
}

.dropsec {
  padding-right: 60px !important;
}

.getintouch .col-md-5 .contact-add:nth-child(4) {
    display: flex;
    /* align-items: center; */
}

.subheading{
    margin-bottom:10px;
    font-weight:500;
}

.getintouch .contact-address .contact-add:nth-child(3) {
    display: flex;
    align-items: center; 
}

.getintouch select {
    height: 45px;
}
h1.text-center {display: none;}
.accordion-item {
  background: #000;
}
.accordion-body.f-light p {
  color: #000;
}
.accordion-item .accordion-button {
  background: transparent;
  color: #000;
  border-bottom: 1px solid #cccccc59;
  border-radius: 0px !important;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  text-align: left;
  position:relative;

}

.accordion-item {
    background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.125); */
    border: 0px !important;
    margin-bottom: 20px;
}
.faq .accordion-button::after {
    position: absolute;
    /* top: 11px; */
    right: 20px;
    color: #fff !important;
    /*    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);*/
}

.faq .accordion-button:not(.collapsed):after{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.accordion-item {
  border: 0px;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.faq h3 {
  font-size: 40px;
  color: #000;
}

.faq {
  padding: 150px 0px 70px;
}
.subheading {
    font-size: 18px;
    /* letter-spacing: 3px; */
    color: #000000b3;
    font-family: 'Poppins', sans-serif;
}
.faq h3 {
  margin-bottom: 40px;
}
.faq div#accordionExample {
  width: 80%;
  margin: 0 auto;
}

.faq .accordion-button:not(.collapsed) {
    color: #000;
    background:transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.footer-link-2 ul li a{
   color:#8492a6;   
}

a{
    text-decoration:none !important;
}

ul{
    padding-left:0px !important;
}
.social-link a{
    color:#8492a6; 
}
.footer p
{
 color: #363a3e;
}


.main-nav ul{
    margin-bottom: 0px !important;
}



.main-menu-right ul {
    margin-bottom: 0px;
}

.main-menu-right ul li a{
    color:#8492a6;
}

.product-card h6 a{
    color:#000;
}

.contact-add a
{
    color:#000 !important;
}


.insides {
    padding-top: 60px;
    color: #fff;
}
.login-form .common-btn {
    padding: 12px 30px;
    /*letter-spacing:1px;*/
}
.login-form .common-btn:hover{
    color:#0b0b0b !important;
    letter-spacing:1px;
}
   /* .insides .subheading{
      color:#fff !important;
    }
    */
    .insides-text h5 {
      font-size: 13px;
      margin-bottom: 25px;
      display:flex;
      justify-content: space-between;
      font-family: 'Poppins', sans-serif;
  }
  .insides-text h5 span {
      position: relative;
      background: transparent;
      padding:0px;
      font-size: 13px;
      padding-right: 24px;
      font-family: 'Poppins', sans-serif;
  }
  .insides-text .common-btn {
   background-color:#dcd9d9;
   color: #000;
   letter-spacing: 1px;
   font-size: 13px;
   font-family: 'Poppins', sans-serif;
   padding: 10px 20px;
   height: 43px;
   display: inline-block;
}

/*.insides-text .common-btn:hover {color: #fff !important;}*/

.insides-single p {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    font-size: 16px !important;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-address h4 {
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    /* margin-left: 46px; */
}
.insides-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.insides-text {
    padding-top: 30px;
    padding-bottom: 40px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.insides-single {
  position: relative;
}
.insides-single span {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #2E3B47;
  color:#fff;
  padding: 2px 10px;
  font-size: 10px;
  border-radius: 15px;
  position: absolute;
  top: 5%;
  left: 2%;
}

.insides-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.insides-single {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 0px 10px 20px;
}

.footer-wrap a {
  margin-bottom: 10px;
  font-size: 14px;
  color: #12222E;
}


/*    .insides .subheading, .faq .subheading{
      color: #ccc !important;
      
      }*/
      .insides-detail {
        padding: 60px 0px 60px;
        margin-top: 60px;
    }
    .insides-detail h2.subheading span {
      background: #2E3B47;
      font-size: 13px;
      color: #fff;
      padding: 7px 20px;
      border-radius: 20px;
      font-family: 'Poppins', sans-serif;
  }

  .insides-detail h2 {
      margin-bottom: 36px;
  }
  .insides-detail h3 {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
}
.insides-detail h5 {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
.insides-detail h6{
    font-family: 'Poppins', sans-serif;
}

  /*  .insides-detail h6 {
      margin-bottom: 50px;
      }*/

      .insides-detail p {
        /*width: 55%;*/
        margin: 0 auto;
        margin-bottom: 15px;
        font-family: 'Poppins', sans-serif;
    }

    .blue-header.landing-home header{
        background:transparent !important;
    }

   /* .caption-left .common-btn {
      border: 0px;
      }*/

      .insides-single .img-wrap {
        position: relative;
        overflow: hidden;

    }

    .insides-single img{
        transition: all 0.5s;
    }
    .insides-single .img-wrap:hover img{
        transform: scale(1.05);
    }

    .insides h2 {
        line-height: 40px;
        font-size: 40px;
        line-height: 50px;
    }
    .insides-single p img {
        padding-right: 5px;
    }


    .studio {
      padding: 140px 0px;
  }
  .studio h2 {
      margin-bottom: 40px;
      font-size: 45px;
  }
  img {
      max-width: 100%;
  }

  .image {
      position: absolute;
      transform-origin: 100% 100%;
      width: 65%;
  }
  .text {
      position: absolute;
      top: 10%;
      right: -15%;
      color: black;
      background-color: white;
      padding: 10px 20px;
      font-family: "Sriracha", cursive;
      letter-spacing: 1px;
      font-size: 20px;
      border-radius: 5px;
  }
  .button {
      padding: 8px 10px;
      font-size: 32px;
      background: transparent;
      outline: none;
      border: 3px solid black;
      cursor: pointer;
      color: black;
  }

  .image {
      z-index: 0;
  }
  .image-1 {
      z-index: 2;
  }
  .image-2 {
      z-index: 1;
  }
  .image-5 {
      z-index: -1;
  }
  .button.button-next {
      width: 8%;
      border-radius: 50%;
      letter-spacing: 3.48px;
      color: #12222E;
      text-transform: uppercase;
      font-size: 15px;
      height: 100px;
      z-index: 17;
      background: #fff;
      position: absolute;
      border: 0px;
      margin-top: 225px;
      margin-left: 8%;
      /* bottom: 0px; */
  }
  .studio-gallery {
      position: relative;
  }

  .studio .studio-img, .gallery-studio .studio-img {
    position: relative;
    overflow: hidden;
}

.studio-detail {
    margin-top: 60px;
    padding-bottom: 10px;
    padding-top: 60px;
}
.studio-detail h2 {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    text-align: center;
}

.studio-text {
    width: 90%;
    margin: 0 auto;
    /* padding-top: 50px; */
    margin-bottom: 60px;
    text-align: center;
}
.about-artverse.studio-detail .studio-text {width: 100%;}
.studio-gallery {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.content-data h4 {
  font-size: 27px;
}
.company-name a {
    color: #000 !important;
}
.artist-content .studio-text{
    text-align:left;
}
.colms-3 .art-wrapper {
    width: calc((100% - (50px * 2)) / 3);
    margin: 5px 0px;
    transition: all 0.8s ease-in-out;
}
/*.container.content {
    padding-top: 90px;
    }*/
    .studio-fullbg {
        margin-top: 40px;
        display: block;
    }
    .studio-h6 {
        font-size: 28px;
        width: 70%;
        margin: 0 auto;
        padding: 110px 0px 0px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        line-height: 37px;
    }

    .studiolastimg img {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      display: block;
      padding-top: 70px;
  }
  .container.studiolastimg {
      margin-top: 100px;
  }
  .container.content-text {
      padding-top: 80px;
      padding-bottom: 70px;
  }
  .studio-text h6 {
      line-height: 28px;
      font-size: 20px;
      font-family: 'Poppins', sans-serif;
  }

  .imgs-wrapp img:nth-child(odd){
    transform:translate(-50%, -50%) rotate(5deg) !important;
}
.imgs-wrapp img:nth-child(even){
    transform:translate(-50%, -50%) rotate(-5deg) !important;
}

/*.visibleimg.visibleimg3{
transform: rotate(6deg);
}
.visibleimg.visibleimg4{
transform:rotate(-6deg);
}*/
.view-next-btn {
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-family: poppins;
    margin: 0 auto;
    position: absolute;
    top: 90px;
    left: 45%;
    padding: 10px;
    line-height: 9px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}
.imganimation p {
    font-family: poppins;
    font-weight: 300;
    font-size: 17px !important;
}
.imganimation h4{
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
.imganimation .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.imganimation.imgs-margin {
    margin-top: 14%;
}

.imganimation .imgs-wrapper {display: block; padding: 3rem;}
.imganimation .imgs-wrapper, .imgs-wrapp { position: relative; }
.imganimation .imgs-wrapp img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.5s;
    width: 80%;
}
.gallery-studio {
    margin-top: 50px;
}


.common-btn:hover span, .view-next-btn:hover span {
    animation: swirl .5s 1 ease-in-out;
}
@keyframes swirl {
    0% {opacity: 1; top: 0px;}
    45% {opacity: 0; top: -5px;}
    55% {opacity: 0; top: 5px;}
    100% {opacity: 1; top: 0px;}
}
.common-btn span, .view-next-btn span {
    position: relative;
    top: 0px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 400 !important;
    /* color: #ffffff82; */
    font-size: 13px;
    text-transform: uppercase;
}

.view-next-btn span {
    color: #000;
}
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #12222E;
  cursor: pointer;
  border-radius:50px;
}

.slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #12222E;
  cursor: pointer;
}

.inputslide {
  width: 20%;
  background: #fff;
  box-shadow: 0px 4px 11px 0px #ccccccbd;
  border-radius: 50px;
  padding: 20px 30px;
  margin: 20px 20px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insides .icons-art {
  width: 20%;
  background: #fff;
}

.icons-art {
  width: 50px;
  padding: 5px 20px;
  border-radius: 50%;
  box-shadow: 2px 7px 10px -1px #ccc;
  height: 47px;
  font-size: 22px;
  /* margin: 0 auto; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  background: #fff;
  cursor: pointer;
}
.container.tabinput {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  bottom: 0px;
}
.cols {
  padding: 4px !important;
}
.align-items-stretch img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.align-items-stretch {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: flex;
}
.container.studiolastimg {
    margin-top: 100px;
}

.studiolastimg {
    padding-bottom: 100px;
}
.insidescontent .insideselements {
    position: absolute;
    right: 20%;
    bottom: 38%;
    right: -77%;
    width: 80%;
}
.insides-single .img-wrap {
    position: relative;
    overflow: hidden;

}

.insides-single img {
    transition: all 0.5s;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.insides-single .img-wrap:hover img{
    transform: scale(1.05);
}

.insides h2 {
    line-height: 40px;
    font-size: 40px;
    line-height: 50px;
}
.insides-single p img {
    padding-right: 5px;
}

.social-medialinks .social-links {
    margin-bottom: 0px;
}


.insidescontent {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
    margin-top: 21%;
}

.exhibitions-text {
    padding-top: 0px;
}
.exhibitions-text h3{
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
}
.exhibitions-text .common-btn:hover{
    color:#fff !important;
    background-color: #2E3B47;
}
.social-medialinks p {
    margin: inherit;
}
.social-medialinks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    margin-bottom: 20px;
    margin-top:30px;
}
.social-medialinks p{
    color:#000;
    margin-top:0px;
}

.social-links a {
    padding: 0px 10px;
    color: #000;

}
.insidescontent.insidedetails {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
    margin-top: 0%;
}
.social-medialinks p{
    margin-bottom:0px;
    font-family: 'Poppins', sans-serif;
}

.insideselements {
    position: absolute;
    width: 40%;
    right: 0px;
    /* top: -10%; */
}
.insidescontent .insideselements {
    position: absolute;
    right: 20%;
    bottom: 38%;
    right: -77%;
    width: 80%;
}
.insidescontent.artdetails .subheading {
    text-align: left;
}

.artdetails-heading {
    position: relative;
}

.align-items-stretch a
{
    width:100%;
}

.studio .studio-img, .gallery-studio .studio-img {
    position: relative;
    overflow: hidden;

}

.studio img, .gallery-studio img{
    transition: all 0.5s;
}
.studio .studio-img:hover img, .gallery-studio .studio-img:hover img{
    transform: scale(1.05);
}

.exhibitions-text .common-btn {
    margin: 0 auto;
    width: fit-content;
    padding: 10px 20px;
    /*  background: transparent;*/
}

.exhibitions-text .common-btn::after {
    width: 165px;
}
.product-img {
    width: 100%;
    cursor: pointer;
    /*box-shadow: 0px 0px 10px #615959a1;*/
    margin-top: 30px;
}
.product-img img {
    width: 100%;
    /* box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.25), 0px 25px 30px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.15);*/
}
.product-detail-section.padding-top {
    padding-top: 0px;
    padding-bottom: 70px;
}

.social-box p{
    margin-bottom:0px;
}
.art-content {
    padding-left: 50px !important;
}
.art-experirence .common-btn:hover span{
    color:#000 !important;
}
.bestseller-section .common-btn:hover span{
   color:#000 !important;
}

.getintouch .common-btn span{
    color:#fff !important;
}
.common-pages {
    padding: 9% 15px 60px;
}
.common-pages h3{
    font-family: 'Poppins', sans-serif;
}

.common-pages p{
 font-family: 'Poppins', sans-serif; 
}

.product-detail-section.padding-top .row {
    display: flex;
    /* align-items: center; */
    align-items: center;
}
.product-detail-section.padding-top .row .col-md-6:last-child {padding-bottom: 3rem;}
.container.img-small {
    width: 75%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom:80px;
}
.container.img-small p {
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
}

.product-description.tabs-wrapper.last-productdetails .row{
    display: flex;
    align-items: flex-start !important;
}

.insides-detail .common-btn:hover {
    background-color:#2E3B47;
}
.main-nav .dropdown-menu {
    position: absolute;
    float: none;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 2px 10px #00000059;
    background-color: #dcd9d9;
    top: 120%;
    color: #fb9c2a !important;
    padding: 0px;
    left: 15px;
    transition: all .4s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.dropdown-menu li .dropdown-item {
    color: #000 !important;
    background: transparent;
    padding: 5px 15px;
    /*font-size: 14px;*/
    font-size: 18px;
}
.dropdown-menu li:first-child .dropdown-item {padding-top: 9px;}
.dropdown-menu li:last-child .dropdown-item {padding-bottom: 9px;}
.dropdown-menu li .dropdown-item:hover {
    color: #a5a3a0 !important;
}
.dropdown-menu-inner .dropdown-item {
    font-size: 15px !important;
}
.main-nav .nav-item.dropdown .dropdown-menu{
    color:#fff;
}
.main-nav .nav-item.dropdown:hover .dropdown-menu {
    /*display:block;*/
    opacity:1;
    top: 110%;
    visibility:visible;
    color: #fb9c2a !important;
    /*left: 0px;*/
    left: 50%;
    transform: translateX(-50%);
}

/*.dropdown-toggle {
    padding: 0px !important;
    }*/
    .team-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .team-wrapper.teamssec {
        margin-bottom: 5px;
    }
    .team-single {
        width: 30%;
        margin: 0px 15px;
        margin-bottom: 25px;
    }

    .team-content h4, .team-content h6{
       font-family: 'Poppins', sans-serif; 
   }
   .team-single {
    width: 31.3%;
    margin: 0px 2px;
    margin-bottom: 25px;
    padding-top: 0px;
}
.team-single img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
}
.team-content {
    padding: 10px 10px;
}
.team-content h4 {
    font-size: 19px;
}
.team-wrapper.teamssec .team-content{
    height: auto !important;
}
.team-content {
    padding: 10px 10px;
    background: #dcd9d9;
    height: 100px;
}
.team-content h4 {
 color: #000;
}
.team-content h6 {
    font-size: 14px;
    color: #344a3a;
}
.teams h2 {
    margin-bottom: 35px !important;
}
#services-dropdown li {
    margin-right: 0px;
}

.about-last{
   background: url(../img/studio-fullbg-img.jpg) no-repeat;
   height:500px;
   background-size:cover;
   background-attachment:fixed;
   width:100%;
}
.about-artverse .img-box {
    padding: 0px 20px;
}
.studio-detail.artist-content h4 {
    font-family: 'Poppins', sans-serif; 
    color: #fb9c2a;
}

.studio-detail.artist-content p{
    line-height:28px;
}
.studio-detail.artist-content h1{
    margin-bottom:30px;
}

.studio-detail.artist-content .studio-text{
    width:100%;
    padding-left:30px;
}
.social-box .social-links {
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.social-box .social-links .fa {
    font-size: 25px;
    color: #fff;
}
.social-box .social-links .facebook .fa{
 color:#0866ff; 
}
.social-box .social-links .linkdin .fa {
    color: #0077b5;
}
.social-box .social-links .instagram .fa{
    color: transparent;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}
.social-box .social-links .pinterest .fa{
    color:#b7081b;
}
.social-box .social-links .youtube .fa{
  color:#fe0000;  
}

.social-box .social-links h6{
    font-family: 'Poppins', sans-serif; 
    margin-bottom:0px;
    color: #000;
}
.social-box .social-links img {
    filter: invert(244%) sepia(12%) saturate(220%) hue-rotate(269deg) brightness(273%) contrast(237%);
}

/*.product-detail {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc54;
    margin-bottom: 40px;
    }*/

    .team-single .img-div {
        position: relative;
        overflow: hidden;
    }
    .img-div img{
        transition: all 0.3s;
    }
    .img-div:hover img{
        transform: scale(1.05);
    }
    .insidescontent.insidedetails .common-btn {
        padding: 10px 20px;
    }

    .team-wrapper.teamssec .team-single {
        width: 47%;
        margin: 0px 2px;
    }

    .artist-content .studio-text .subheading{
        text-align:left !important;
    }

    .studio-detail.artist-content {
        padding-bottom: 70px;
    }

    .dropdown-submenu.dropdown-menu-inner {
        right: -220px;
    }

    .dropdown-menu-inner {
        position: absolute;
        top: 0px;
        right: -160px;
        z-index: 1000;
        display: none;
        background-color: #dcd9d9;
        float: left;
        min-width: 160px;
        padding: 0px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); */
        /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
        margin: 0;
        border: 0;
        border-radius: 0;
        text-transform: capitalize;
    }

    .dropdown-menu-inner ul{
        display:block !important;
    }


    .canvas-dropdown:hover .dropdown-menu-inner{
        display:block !important;
    }

    .paper-dropdown:hover .dropdown-menu-inner{
      display:block !important;  
  }

  .paper-dropdown .dropdown-menu-inner{
    right: -160px;
}

.fineart h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.fineart h6 {
    margin-bottom: 20px;
}
#maintabpane .tab-pane .row {
    margin-bottom: 3rem;
}
.art-detail {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    /*justify-content: center;*/
    align-items: center;
}
/*.art-detail-meta-details {margin-top: 2.7rem;}*/
.art-detail-meta-details p {
    color: #000;
    margin-bottom: 0px;
    transition: all .3s ease-in-out;
    font-size: 11px;
}
.art-detail-meta-details {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}
.art-detail-meta-details:hover p {color: ;}

.art-wrapper ul#myTab {
    border-bottom: 0px;
}
.fineart .nav-tabs a {
    font-size: 14px;
    border-radius: 30px !important;
}
.fineart .nav-tabs a{
 font-family: 'Poppins', sans-serif;
 border:1px solid #ccc !important;
 border-radius:20px;
 padding: 7px 30px;
}

.fineart .nav-tabs li{
  margin:0px 10px;
}
.fineart .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  border-bottom: 0px;
  margin-bottom: 50px;
  margin-top: 15px;
}
.fineart .nav-tabs li a{
  color:#12222E;
  letter-spacing:0.3px;
}

.fineart .nav-tabs li a.active{
  background-color:#12222E;
  color:#fff;
}
.fineart {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 60px;
}

.navbar-expand-md .navbar-toggler.active span {
  color: #fff !important;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #12222E;
  cursor: pointer;
  border-radius:50px;
}

.slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #12222E;
  cursor: pointer;
}

.inputslide {
  width: 20%;
  background: #fff;
  box-shadow: 0px 4px 11px 0px #ccccccbd;
  border-radius: 50px;
  padding: 20px 30px;
  margin: 20px 20px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insides .icons-art {
  width: 20%;
  background: #fff;
}

.icons-art {
  width: 50px;
  padding: 5px 20px;
  border-radius: 50%;
  box-shadow: 2px 7px 10px -1px #ccc;
  height: 47px;
  font-size: 22px;
  /* margin: 0 auto; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  background: #fff;
  cursor: pointer;
}
.container.tabinput {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  bottom: 0px;
}
.cols {
  padding: 4px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #d3d3d3 !important;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0px !important;
}
.art-wrapper img {
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}
/*.arts-img {
    width: 100%;
    height: 500px;
    }*/
    .arts-img {
        /* height: 140px; */
        /* width: 36%; */
        width: 100%;
        height: 225px;
        margin: 0 auto;
        display: block;
    }

    #art-orient {
        position: absolute;
        bottom: 12px;
        left: 59%;
        transform: translateX(-50%);
        padding-bottom: 55px;
        background: #fff;
        border-radius: 50px;
        width: 55px;
        display: flex;
        z-index: -1;
        flex-direction: column;
        align-items: center;
        display: none;
    }
    #art-orient.show {
        display: flex;
        left: 59%;
    }
    .icons-art.iconsarts {
        padding: 14px !important;
        width: 50px !important;
    }
    #art-orient .icons-art {
        box-shadow: none;
    }

    #exampleModal.modal.fade      .modal-dialog { transform: scale(0.8) }
    #exampleModal.modal.fade.show .modal-dialog { transform: scale(1) }

    .modal-content{
        background-color:transparent !important;
    }

    .modal-body img {
        width: 100%;
    }
    .modal-body {
        padding: 0px !important;
    }

    button.btn-close {
        position: absolute;
        right: -35px;
        top: -4%;
        opacity: 1;
        color: #fff !important;
        background: unset;
        font-size: 24px;
    }

    .signature {
        width: 30%;
        float: right;
        margin-top: -30px;
        margin-right: 30px;
    }

    .fineart h5 {
        margin-top: 15px;
        padding-left: 15px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 5px;
    }

    .container.tabinput .fa {
        color: #31473a;
    }

    .lightgallery {
        padding: 60px 0px;
        margin-top: 60px;
    }

    .modal-backdrop.show {
        opacity: 0.9 !important;
/*        background-color: #31473a;*/
        background: url('../img/studio-7.jpg') center no-repeat;
        background-size: cover;
    }

    .gallery-single {
        position: relative;
        cursor:pointer;
    }

    .gallery-single .play-btn {
        position: absolute;
        top: 41%;
        font-size: 40px;
        left: 43%;
        color: #fe0000;
        width: 15%;
    }

    .lightgallery .heading{
        margin-bottom:30px;
    }
    .icons-art .active {
        display: flex !important;
    }

    .insides .tab-content{
        display:block !important;
    }

    .art-wrapper ul#myTab {
        border-bottom: 0px;
    }
    .insides .nav-tabs a {
        font-size: 14px;
        border-radius: 30px !important;
    }
    .insides .nav-tabs a{
     font-family: 'Poppins', sans-serif;
     border:1px solid #ccc !important;
     border-radius:20px;
     padding: 7px 30px;
 }

 .insides .nav-tabs li{
  margin:0px 10px;
}
.insides .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  border-bottom: 0px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.insides .nav-tabs li a{
  color:#12222E;
  letter-spacing:0.3px;
}

.insides .nav-tabs li a.active{
  background-color:#12222Eeb;
  color:#fff;
}

.insides.blogs-listing p {
    letter-spacing: 0px;
    font-size: 16px !important;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.insides.blogs-listing .insides-text h5{
    margin-bottom:5px;
}

.login-form .common-btn{
    /*background-color: #dcd9d9;
    color:#000;*/
    border-radius:30px;
    display: flex;
    border:0px;
    background: #f0f0f0;
    margin: 10px auto;
}

.login-form .common-btn:hover{
 color:#fff !important; 
}

.canvas-dropdown:nth-child(2) .dropdown-menu-inner {
    position: absolute;
    top: 0px;
    right: -158px;
}

.insides-detail .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 25px;
    margin: 5px;
    padding: 0px 11px;
    background: #31473a;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.insides-detail .owl-theme .owl-nav [class*=owl-]:hover{
    background-color:#fb9c2a;
}
.insides-detail .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

.insides-detail .owl-prev {
    position: absolute;
    left: -7%;
}

.insides-detail .owl-next {
    position: absolute;
    right: -7%;
}

.product-detail h4 {
    font-size: 12px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.art-detail .art-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.8s ease-in-out;
    /* padding-left: 10px; */
}
.colms-3 .art-wrapper {
    width: calc((100% - (10px * 2)) / 3);
    margin: 5px 0px;
    /* transition: all 0.8s ease-in-out; */
    /* height: 440px; */
    /* box-shadow: 0px 0px 10px #cccccc4d; */
}
.colms-2 .art-wrapper {width: calc((100% - 50px) / 2);}
.colms-1 .art-wrapper {width: 100%;}
#myColumns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#myColumns li {line-height: normal;}
#myColumns li a {
    background-color: #fff;
    color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    width: 42px;
    height: 42px;
    padding: 3px;
    border: 1px solid;
    display: flex !important;
    align-items: center;
}
#myColumns li a.active {
    background-color: #12222E;
    color: #fff;
}
#myColumns li:first-child {display: none;}
#myColumns li:last-child {display: block;}
/*.fineart .tab-content {
    padding: 0px 20px;
    }*/
    /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner,
    .fancybox-image,
    .fancybox-wrap iframe,
    .fancybox-wrap object,
    .fancybox-nav,
    .fancybox-nav span,
    .fancybox-tmp {
        padding: 0;
        margin: 0;
        border: 0;
        outline: none;
        vertical-align: top;
    }

    .fancybox-wrap {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 8020;
    }

    .fancybox-skin {
        position: relative;
        background: #f9f9f9;
        color: #444;
        text-shadow: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .fancybox-opened {
        z-index: 8030;
    }

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .fancybox-outer,
    .fancybox-inner {
        position: relative;
    }

    .fancybox-inner {
        overflow: hidden;
    }

    .fancybox-type-iframe .fancybox-inner {
        -webkit-overflow-scrolling: touch;
    }

    .fancybox-error {
        color: #444;
        font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 15px;
        white-space: nowrap;
    }

    .fancybox-image,
    .fancybox-iframe {
        display: block;
        width: 100%;
        height: 100%;
    }

    .fancybox-image {
        max-width: 100%;
        max-height: 100%;
    }

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(fancybox_sprite.png);
    }

    #fancybox-loading {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -22px;
        margin-left: -22px;
        background-position: 0 -108px;
        opacity: 0.8;
        cursor: pointer;
        z-index: 8060;
    }

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(fancybox_loading.gif) center center no-repeat;
    }

    .fancybox-close {
        position: absolute;
        top: -18px;
        right: -18px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
    }

    .fancybox-nav {
        position: absolute;
        top: 0;
        width: 40%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
        background: transparent url(blank.gif); /* helps IE */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        z-index: 8040;
    }

    .fancybox-prev {
        left: 0;
    }

    .fancybox-next {
        right: 0;
    }

    .fancybox-nav span {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: hidden;
    }

    .fancybox-prev span {
        left: 10px;
        background-position: 0 -36px;
    }

    .fancybox-next span {
        right: 10px;
        background-position: 0 -72px;
    }

    .fancybox-nav:hover span {
        visibility: visible;
    }

    .fancybox-tmp {
        position: absolute;
        top: -99999px;
        left: -99999px;
        max-width: 99999px;
        max-height: 99999px;
        overflow: visible !important;
    }

    /* Overlay helper */

    .fancybox-lock {
        overflow: visible !important;
        width: auto;
    }

    .fancybox-lock body {
        overflow: hidden !important;
    }

    .fancybox-lock-test {
        overflow-y: hidden !important;
    }

    .fancybox-overlay {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: none;
        z-index: 8010;
        background: rgba(0, 0, 0, 0.5);
    }

    .fancybox-overlay-fixed {
        position: fixed;
        bottom: 0;
        right: 0;
    }

    .fancybox-lock .fancybox-overlay {
        overflow: auto;
        overflow-y: scroll;
    }

    /* Title helper */

    .fancybox-title {
        visibility: hidden;
        font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
        position: relative;
        text-shadow: none;
        z-index: 8050;
    }

    .fancybox-opened .fancybox-title {
        visibility: visible;
    }

    .fancybox-title-float-wrap {
        position: absolute;
        bottom: 0;
        right: 50%;
        margin-bottom: -35px;
        z-index: 8050;
        text-align: center;
    }

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

    .fancybox-title-outside-wrap {
        position: relative;
        margin-top: 10px;
        color: #fff;
    }

    .fancybox-title-inside-wrap {
        padding-top: 10px;
    }

    .fancybox-title-over-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        padding: 10px;
        background: #000;
        background: rgba(0, 0, 0, 0.8);
    }

    /*Retina graphics!*/
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        #fancybox-loading,
        .fancybox-close,
        .fancybox-prev span,
        .fancybox-next span {
            background-image: url(https://fancyapps.com/fancybox/source/fancybox_sprite.png);
            background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
        }
        #fancybox-loading div {
            background-image: url(https://fancyapps.com/fancybox/source/fancybox_loading@2x.gif);
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
    }
    .gallery-viewer {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }
    .slideshow-items {
      width: 500px;
  }
  .slideshow-thumbnails {
      width: 100px;
  }
  #slideshow-items-container { display: inline-block; position: relative; }

  #lens { background-color: rgba( 233, 233, 233, 0.4 ) }
  #lens, #result { position: absolute; display: none; z-index: 1; }
  .slideshow-items { display: none; }
  .slideshow-items.active { display: block; }
  .slideshow-thumbnails { opacity: 0.5; }
  .slideshow-thumbnails.active { opacity: 1; }
  #lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }
  .breadcumlist {
    background: #dcd9d9;
    padding: 10px;
}
.breadcum-list span, .breadcum-list a {
    color: #363a3e !important;
}

.sociallinks-products a {
    font-size: 25px;
    color: #000;
    margin: 0px 5px;
}
.sociallinks-products {
    margin-top: 21px;
    /*display: flex;*/
    align-items: center;
}

.sociallinks-products .facebook:hover .fa{
 color: #0866ff; 
}

.sociallinks-products .facebook .fa{
 color: #0866ff; 
}
.sociallinks-products .instagram .fa {
    color: transparent;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.sociallinks-products .linkdin .fa {
    color: #0077b5;
}

.sociallinks-products .whatsapp .fa {
    color: #00e676;
}

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

.get-sec select {
    height: 50px;
}
.sociallinks-products p {
    margin-bottom: 0px;
}
.contact-heading{
    margin-left: 30px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    box-shadow: none;
}

.google-btns {
    border: 1px solid #ccc;
    padding: 7px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.google-btns img {
    width: 12%;
    padding-right: 10px;
}
.product-review a:hover .far {
    color: #000;
}

.gallery-single p {
    font-size: 20px;
    text-align: center;
    padding-top: 10px; 
}
.insides .insides-text h5 {
    margin-bottom: 10px;
}
.insides-detail.insides-other h3 {
    font-size: 17px !important;
    padding-top: 20px !important;
    margin-bottom:0px !important;
}
.insides-slider img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.insides-slider .item h2 {
    position: absolute;
    top: 7% !important;
    left: 2% !important;
    font-size: 12px !important;
}
.insides-slider .item h2 span {
    font-size: 10px !important;
    padding: 6px 10px;
}

.insides-detail .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}
.insides-detail .common-btn {
    margin: 0 auto;
    background-color: #c5c3c3;
    color: #fff !important;
}
.insides-detail.insides-other {
    margin-top: 0px;
    padding: 0px 0px 30px;
}
.gallery-single li.img-box {
    position: relative;
}
.contact-add:last-child {
    display: flex;
    align-items: center;
}
select {
    background: url(../img/down-arrow.png) no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 313px;
}
.get-sec .common-btn {
    margin-top: 20px;
}
.mobile-video{
    display:none;
}

.desktop-video{
    display:block;
}
.request-form .form-control {
    margin-bottom: 25px;
}

.request-form #contactmsg {
    background: transparent;
    padding:20px;
}

.request-form .modal-body.request-form {
    padding: 20px !important;
}

.request-form .modal-content h4 {
    color: #000;
}
.request-form .modal-content {
    background: #fff !important;
}
section.product-detail-section.padding-top .common-btn {
    background-color: #dcd9d9;
    color: #000;
}
.product-detail .product-review a .fas {color: #fb9c2a;}
.toast.text-white.bg-primary {background-color: rgb(49, 71, 58) !important;}
#account-nav li {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 10px;
}
#account-nav li a {color: #000;}
#account-nav li a span {font-size: 14px;}
#account-nav li.active a, #account-nav li.active a span {color: #31473a;}

.main-navigationbar .menu-right>li a svg, .main-navigationbar .menu-right>li a svg {fill: #000 !important;}


.wishDrawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    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 a.btn {
    display: flex;
    background: #dcd9d9;
    border-radius: 50px;
}
.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;
    filter: invert(1);
}

.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);
}

.mini-wish-item:not(:last-of-type) {
    margin-bottom: 30px;
}

.mini-wish-image {
    width: 80px;
    background-color: #ddd;
}

.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 .pvarprice {
    margin-top: 12px;
}

.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;
}

.nav-item.wishlist-header.wish-header.wishlist-btn a {
    padding: 3px;
}

.set .acnav-list{
    background-color:#fff;
}
div#commanModel .modal-content .modal-body {
    padding: 20px;
}
div#commanModel {
    color: #fff;
}
button.btn.continue-btn svg {
    display: none;
}

.continue-btn {
    margin: 0px;
}

.radio-group label::before{
    border: 2px solid #000;
}

.radio-group label::after{
    background-color:#000;
}
.my-account-page h2 {
    font-size: 20px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}
.errors {
    color: red;
    font-size: 14px;
}
.order-confirmation-body.wish-list-div td[data-label="Product"] {max-width: 120px;}
.order-confirmation-body.wish-list-div td[data-label="Name"] {min-width: 250px;}
.order-confirmation-body.wish-list-div td[data-label="Name"] a {font-size: 14px;}
.order-confirmation-body.wish-list-div td[data-label="date"] {min-width: 120px;}