@import url('../css/fontawesome-all.min.css');
@import url('../css/date-time-picker.css');

/**** custom fonts start ****/
@font-face {
    font-family: 'Denton Test';
    src: url('../fonts/DentonTest-Medium.woff2') format('woff2'),
        url('../fonts/DentonTest-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denton Test';
    src: url('../fonts/DentonTest-Bold.woff2') format('woff2'),
        url('../fonts/DentonTest-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denton Test';
    src: url('../fonts/DentonTest-Thin.woff2') format('woff2'),
        url('../fonts/DentonTest-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denton Test';
    src: url('../fonts/DentonTest-ExtraBold.woff2') format('woff2'),
        url('../fonts/DentonTest-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denton Test';
    src: url('../fonts/DentonTest-Black.woff2') format('woff2'),
        url('../fonts/DentonTest-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denton Test';
    src: url('../fonts/DentonTest-Regular.woff2') format('woff2'),
        url('../fonts/DentonTest-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denton Test';
    src: url('../fonts/DentonTest-Light.woff2') format('woff2'),
        url('../fonts/DentonTest-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Masa Organic Hand';
    src: url('../fonts/MasaOrganicHandRegular.woff2') format('woff2'),
        url('../fonts/MasaOrganicHandRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-BoldItalic.woff2') format('woff2'),
        url('../fonts/Volte-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-Medium.woff2') format('woff2'),
        url('../fonts/Volte-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-MediumItalic.woff2') format('woff2'),
        url('../fonts/Volte-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-Light.woff2') format('woff2'),
        url('../fonts/Volte-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-Bold.woff2') format('woff2'),
        url('../fonts/Volte-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-LightItalic.woff2') format('woff2'),
        url('../fonts/Volte-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-Semibold.woff2') format('woff2'),
        url('../fonts/Volte-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-Regular.woff2') format('woff2'),
        url('../fonts/Volte-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-RegularItalic.woff2') format('woff2'),
        url('../fonts/Volte-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../fonts/Volte-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/Volte-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Masvis';
    src: url('../fonts/Masvis.woff2') format('woff2'),
        url('../fonts/Masvis.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Masvis';
    src: url('../fonts/Masvis.woff2') format('woff2'),
        url('../fonts/Masvis.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/**** custom fonts end ****/
:root {
    --logoWidth: 113px;
    --ScrollLogoWidth: 83px;
    --pageCenter: calc(100vw - 90px);
    --bodyFontFamily: "Volte", sans-serif;
    --bodyFontColor: #6b6666;
    --bodyFont: 15px;
    --bodyLineHeight: 23px;
    --bodyLetterSpacing: 0.25px;
    --linkColor: #b98e60;
    --headerSpace: 140px;
    --btnFontFamily: "Volte", sans-serif;
    --btnFont: 14px;
    --btnLetterSpacing: 1px;
    --btnColor: #fff;
    --btnBg: #b98e60;
    --btnHoverBg: #fff;
    --btnHoverColor: #b98e60;
    --btnBorder: 1px solid #b98e60;
    --btnBorderRadius: 30px;
    --btnPadding: 6.5px 30px;
    --btnSecondaryColor: #b98e60;
    --btnSecondaryBg: #fff;
    --btnSecondaryHoverColor: #fff;
    --btnSecondaryHoverBg: #b98e60;
}

html {
    overflow-x: hidden;
    font-size: var(--bodyFont);
    line-height: var(--bodyLineHeight);
    letter-spacing: var(--bodyLetterSpacing);
}

body {
    color: var(--bodyFontColor);
    font-size: 100%;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

* {
    border: none;
    margin: 0;
    outline: none !important;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background-color: #ceb79e;
}

::selection {
    color: #fff;
    background-color: #ceb79e;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

label {
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
}

label .imp {
    color: #ff0000;
}

label.auto {
    display: inline-block;
    margin: 5px 40px 5px 0
}

label.auto:last-child {
    margin-right: 0
}

ul,
ol {
    list-style: none
}

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

a:hover,
a:focus {
    color: var(--bodyFontColor);
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 15px;
}

h1,
.h1 {
    font-size: 50px;
}

h2,
.h2 {
    font-size: 45px;
}

h3,
.h3 {
    font-size: 33px;
}

h4,
.h4 {
    font-size: 25px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 15px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

/***** wp ******/
.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 15px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 15px 0;
}

.alignnone {
    margin: 10px 0;
}

.alignblock {
    margin: 10px 0;
    float: none;
    width: 100%;
    display: block;
}

.alignright.shadow {
    -webkit-box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    margin-left: 105px;
    margin-bottom: 40px;
}

p.pn {
    padding: 0;
    margin: 0
}

p {
    margin: 0 0 15px;
}

p+ul,
p+ol {
    margin-top: -6px
}

ul {
    margin: 0 0 25px
}

ul li {
    position: relative;
    padding: 0 0 7px 18px;
    overflow: hidden;
}

ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5e5e5e;
    position: absolute;
    left: 3px;
    top: 7px
}

ol {
    padding-left: 26px;
    margin: 0 0 25px;
    text-align: left;
    overflow: hidden
}

ol li {
    list-style: decimal;
    padding-bottom: 7px;
    padding-left: 0;
}

ol li ul>li {
    padding-left: 20px;
    list-style: none
}

ol li ul>li:before {
    display: block;
    left: 1px
}

ul ol li {
    overflow: visible
}

ul ol li:before {
    display: none;
    overflow: visible
}

ol ol li {
    list-style: lower-alpha
}

ol ol ol li {
    list-style: lower-roman
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 12px;
    margin-bottom: 5px
}

ul li:last-child,
ol li:last-child {
    padding-bottom: 0
}

.text-center ul {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.list-none li {
    padding-left: 0
}

.list-none li:before {
    display: none;
}

p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.table-responsive {
    border: none;
    margin: 20px 0;
    overflow: auto;
}

table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #cfcdcd;
    border-collapse: collapse !important;
}

table tr td,
table tr th {
    padding: 14px 15px;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
    border: 1px solid #dddddd
}

table tr th {
    font-weight: 700;
}

th[align="center"],
td[align="center"] {
    text-align: center !important
}

th[align="right"],
td[align="right"] {
    text-align: right !important
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #cccccc
}

.common-content {
    padding: 35px 0;
}

.gray-bg {
    background: #eeecea;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

a[href^="tel:"],
a[href^="mailto:"] {
    display: inline-block;
    word-break: break-word;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--pageCenter);
    clear: both;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

.row:before,
.row:after {
    content: "";
    clear: both;
    display: table
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33%
    }
}

@media (min-width: 992px) {

    h1,
    .h1 {
        font-size: 59px;
    }

    h2,
    .h2 {
        font-size: 50px;
    }

    h3,
    .h3 {
        font-size: 40px;
    }

    h4,
    .h4 {
        font-size: 30px;
    }

    h5,
    .h5 {
        font-size: 25px;
    }

    h6,
    .h6 {
        font-size: 15px;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33%
    }

    ul.MyAccount-profile-list.mobile {
        display: none;
    }
}

/******Input******/
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea,
.form-control {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: var(--bodyFontColor);
    display: block;
    font-size: 16px;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: 20px;
    padding: 12px 15px;
    position: relative;
    width: 100%;
    height: 45px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-bottom: 20px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus,
.form-control:focus {
    border-color: var(--bodyFontColor);
}

textarea,
textarea.form-control {
    height: 100px;
    resize: none;
}

select {
    -moz-appearance: unset;
    -webkit-appearance: unset;
    background-image: url('../img/select-down-arrow.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
    background-size: 10px;
    padding-right: 45px !important;
}

select option {
    font-size: 16px;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
    color: #787878
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

::-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

/******Browser Compatibility******/
input::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

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

input[type=number] {
    -moz-appearance: textfield !important;
}

/******Input Ends******/
a,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

section,
header,
footer {
    float: left;
    width: 100%;
    position: relative;
}

.btn {
    display: inline-flex;
    align-items: center;
    min-width: 180px;
    justify-content: center;
    font-family: var(--btnFontFamily);
    font-weight: 600;
    position: relative;
    border: var(--btnBorder);
    border-radius: var(--btnBorderRadius);
    text-align: center;
    text-transform: uppercase;
    font-size: var(--btnFont);
    letter-spacing: var(--btnLetterSpacing);
    color: var(--btnColor);
    font-style: normal;
    line-height: normal;
    padding: var(--btnPadding);
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    background-color: var(--btnBg);
    box-shadow: none;
    cursor: pointer;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.woocommerce-button,
.woocommerce-Button {
    display: inline-flex !important;
    align-items: center;
    min-width: 180px;
    justify-content: center;
    font-family: var(--btnFontFamily);
    font-weight: 600 !important;
    position: relative !important;
    border: var(--btnBorder) !important;
    border-radius: var(--btnBorderRadius) !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: var(--btnFont) !important;
    letter-spacing: var(--btnLetterSpacing) !important;
    color: var(--btnColor) !important;
    font-style: normal;
    line-height: normal !important;
    padding: var(--btnPadding) !important;
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0) !important;
    transform: perspective(1px) translateZ(0) !important;
    overflow: hidden !important;
    background-color: var(--btnBg) !important;
    box-shadow: none !important;
    cursor: pointer !important;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.woocommerce-button:focus,
.woocommerce-button:hover,
.woocommerce-Button:focus,
.woocommerce-Button:hover {
    color: var(--btnHoverColor) !important;
    background-color: var(--btnHoverBg) !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: var(--btnHoverColor);
    background-color: var(--btnHoverBg);
}

.secondary-btn {
    color: var(--btnSecondaryColor);
    background-color: var(--btnSecondaryBg);
}

.secondary-btn:hover,
.secondary-btn:focus {
    color: var(--btnSecondaryHoverColor);
    background-color: var(--btnSecondaryHoverBg);
}

.btn.gray-btn {
    background-color: #676464;
    border-color: #676464;
}

.btn.gray-btn:hover {
    color: #676464;
    background-color: #fff;
}

.btn.gray-btn-outline {
    color: #676464;
    background-color: #fff;
    border-color: #676464;
}

.btn.gray-btn-outline:hover {
    color: #fff;
    background-color: #676464;
}

.btn.gray-btn-outline::before {
    background-color: #676464;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    clear: both;
}

.btn-row .btn {
    margin: 10px 10px 0 0;
}

.btn-row .btn:last-child {
    margin-right: 0
}

.btn:not(input),
.woocommerce-button:not(input),
.woocommerce-Button:not(input) {
    position: relative;
}

.btn:not(input)::before,
.woocommerce-button:not(input)::before,
.woocommerce-Button:not(input)::before {
    content: '';
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    background: var(--btnHoverBg);
}

.btn:not(input):hover::before,
.woocommerce-button:not(input):hover::before,
.woocommerce-Button:not(input):hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.btn:not(input):hover,
.woocommerce-button:not(input):hover,
.woocommerce-Button:not(input):hover {
    background: inherit;
}

.btn.secondary-btn:not(input)::before {
    background: var(--btnSecondaryHoverBg);
}

/******Header******/
header+div,
header+section {
    margin-top: var(--headerSpace) !important;
}

header:not([class*="woocommerce"]) {
    position: fixed;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.2s linear 0s;
}

header .header-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: var(--ScrollLogoWidth);
    margin: 28.5px 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

header .header-left {
    float: left;
    width: var(--logoWidth);
    min-width: var(--logoWidth);
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
}

header .logo {
    float: left;
    max-width: 100%;
    z-index: 999;
    width: 100%;
}

header .logo a {
    display: block;
    margin: 0;
    position: relative;
}

header .logo img {
    display: block;
    margin: 0;
}

header .header-right {
    width: 100%;
}

header .header-btn-wrap {
    margin: 0;
}

header .header-btn-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .header-btn-wrap ul li {
    padding: 0px;
    margin: 0px 0px 0px 10px;
    line-height: 0;
    overflow: visible;
}

header .header-btn-wrap ul li:first-child,
header .header-btn-wrap ul li:last-child {
    margin: 0px;
}

header .header-btn-wrap ul li::before {
    display: none;
}

header .header-btn-wrap ul li a.h-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.head-fix header .header-btn-wrap ul li a.h-icon {
    color: var(--bodyFontColor);
}

.head-fix header .header-row {
    margin: 10px 0;
}

.head-fix header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: rgb(242 238 232);
}

.head-fix header .header-left {
    width: var(--ScrollLogoWidth);
    min-width: var(--ScrollLogoWidth);
}

.head-fix .nav-wrap nav ul.nav>li>a:before {
    background-color: var(--linkColor);
}

.head-fix .nav-wrap nav ul.nav li:hover>a,
.nav-wrap nav ul.nav li>a:hover,
.nav-wrap nav ul.nav li.current-menu-item>a,
.nav-wrap nav ul.nav li.current-menu-ancestor>a {
    color: var(--linkColor);
}

@media only screen and (min-width: 1025px) {
    .head-fix .nav-wrap nav ul.nav>li>a {
        color: var(--linkColor);
    }

    /*****nav starts*****/
    .nav-trigger,
    .nav-wrap nav ul li:before,
    .submenu-button,
    .nav-trigger-wrap {
        display: none
    }

    .nav-wrap {
        position: relative;
        width: 100%;
        margin: 0;
        z-index: 99;
    }

    .nav-wrap nav {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        display: block;
        position: relative;
    }

    .nav-wrap nav ul.nav {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav-wrap nav ul.nav li {
        float: left;
        margin: 0 30px 0 0;
        padding: 0;
        overflow: visible;
        position: relative;
    }

    .nav-wrap nav ul.nav>li:last-child {
        margin-right: 0
    }

    .nav-wrap nav ul.nav li>a {
        display: block;
        padding: 5px 0;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        color: #fff;
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent
    }

    /*.nav-wrap nav ul.nav li.has-sub li.has-sub > a { padding-right: 20px !important } */
    .nav-wrap nav ul.nav li.has-sub>a {
        padding-right: 23px;
    }

    .nav-wrap nav ul.nav li.has-sub>a:after {
        display: block;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        line-height: 35px;
        position: absolute;
        right: 4px;
        top: 0px;
        z-index: 99;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        font-weight: 300;
    }

    .nav-wrap nav ul.nav li.has-sub:hover>a:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after {
        content: "\f105";
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        font-family: Font Awesome\ 5 Pro;
        font-weight: 400;
        margin-left: 5px;
        color: inherit;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -9px;
        transform: unset;
    }

    /****sub nav menu*****/
    .nav-wrap nav ul.nav li.has-sub>ul {
        margin-top: 26px;
    }

    .nav-wrap nav ul.nav li.has-sub:hover>ul {
        margin-top: 15px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul {
        position: absolute;
        border-radius: 0;
        padding: 15px 0;
        margin: 0;
        visibility: hidden;
        text-align: left;
        left: 0;
        right: auto;
        opacity: 0;
        top: calc(100% - 1px);
        background: #ffffff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        border-top: 2px solid var(--linkColor);
    }

    .nav-wrap nav ul.nav li.has-sub>ul::before {
        content: "";
        display: block;
        padding: 10px;
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
    }

    .nav-wrap nav ul.nav ul:after {
        content: "";
        position: absolute;
        left: 20px;
        bottom: calc(100% + 2px);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid var(--linkColor);
    }

    .nav-wrap nav ul.nav ul ul:after {
        display: none
    }

    .nav-wrap nav ul.nav ul ul {
        top: 100%;
        left: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        transform: none;
    }

    .nav-wrap nav ul.nav ul li {
        float: left;
        width: 100%;
        min-width: 150px;
        padding: 0;
        margin: 0;
        vertical-align: top;
        overflow: visible;
    }

    .nav-wrap nav ul.nav ul li a {
        display: block;
        white-space: normal;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
        color: var(--bodyFontColor);
        padding: 5px 15px;
        text-align: left;
    }

    .nav-wrap nav ul.nav li:hover>ul {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        -moz-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        -o-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul>li:hover>ul {
        top: 0;
        margin: 0 !important;
    }

    .nav-wrap nav ul.nav li:hover>a,
    .nav-wrap nav ul.nav li>a:hover,
    .nav-wrap nav ul.nav li.current-menu-item>a,
    .nav-wrap nav ul.nav li.current-menu-ancestor>a {
        color: #fff;
    }

    .nav-wrap nav ul.nav ul li:hover>a,
    .nav-wrap nav ul.nav ul li>a:hover,
    .nav-wrap nav ul.nav ul li.current-menu-item>a,
    .nav-wrap nav ul.nav ul li.current-menu-ancestor>a {
        color: var(--linkColor);
    }

    .nav-wrap nav ul.nav li>a:before {
        content: '';
        height: 1px;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
        overflow: hidden;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        background: #fff;
    }

    .nav-wrap nav ul.nav li:hover>a:before,
    .nav-wrap nav ul.nav li>a:hover:before,
    .nav-wrap nav ul.nav li.current-menu-item>a:before,
    .nav-wrap nav ul.nav li.current-menu-ancestor>a:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        width: 100%
    }

    /**************Nav ends**************/
    .center-logo-menu.nav-wrap:not(:has(.left-links, .right-links)) nav ul.nav>li:nth-child(4) {
        padding-right: calc(var(--logoWidth) / 2 + 4px);
        margin-right: 0;
    }

    .center-logo-menu.nav-wrap:not(:has(.left-links, .right-links)) nav ul.nav>li:nth-child(4)+li {
        padding-left: calc(var(--logoWidth) / 2);
    }

    .center-logo-menu.nav-wrap:not(:has(.left-links, .right-links)) nav ul.nav>li:nth-child(4)+li,
    .center-logo-menu.nav-wrap:not(:has(.left-links, .right-links)) nav ul.nav>li:nth-child(4)+li~li {
        left: 46px;
    }

    /******************************************/
    .center-logo-menu ul.nav .left-links,
    .center-logo-menu ul.nav .right-links {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .center-logo-menu ul.nav .left-links {
        padding-right: calc(var(--logoWidth) / 2 + (var(--logoWidth) / 8));
    }

    .center-logo-menu ul.nav .right-links {
        padding-left: calc(var(--logoWidth) / 2 + (var(--logoWidth) / 8));
    }

    .head-fix .nav-wrap nav ul.nav li>a {
        color: var(--bodyFontColor);
    }

    .head-fix .nav-wrap nav ul.nav li ul li a {
        color: var(--bodyFontColor) !important;
    }

    .head-fix .nav-wrap nav ul.nav li:hover>a,
    .head-fix .nav-wrap nav ul.nav li>a:hover,
    .head-fix .nav-wrap nav ul.nav li.current-menu-item>a,
    .head-fix .nav-wrap nav ul.nav li.current-menu-ancestor>a,
    .head-fix .no-banner header .nav-wrap nav ul.nav li.current-menu-item>a,
    .head-fix .no-banner header .nav-wrap nav ul.nav li:hover>a,
    .head-fix .no-banner header .nav-wrap nav ul.nav li>a:hover {
        color: var(--linkColor) !important;
    }

    .head-fix .nav-wrap nav ul.nav li>a:before {
        bottom: 2px;
        background: var(--linkColor);
    }

    .head-fix .nav-wrap nav ul.nav li ul li a::before {
        display: none;
    }

    .head-fix .nav-wrap nav ul.nav li ul li a:hover {
        color: var(--linkColor) !important;
    }
}

/****Space Control Top Bottom*****/
.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 10px 0 !important
}

.m-2 {
    margin: 20px 0 !important
}

.m-3 {
    margin: 30px 0 !important
}

.m-4 {
    margin: 40px 0 !important
}

.m-5 {
    margin: 50px 0 !important
}

.m-6 {
    margin: 60px 0 !important
}

.m-7 {
    margin: 70px 0 !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 10px 0 !important
}

.p-2 {
    padding: 20px 0 !important
}

.p-3 {
    padding: 30px 0 !important
}

.p-4 {
    padding: 40px 0 !important
}

.p-5 {
    padding: 50px 0 !important
}

.p-6 {
    padding: 60px 0 !important
}

.p-7 {
    padding: 70px 0 !important
}

.m-t0 {
    margin-top: 0 !important
}

.m-t1 {
    margin-top: 10px !important
}

.m-t2 {
    margin-top: 20px !important
}

.m-t3 {
    margin-top: 30px !important
}

.m-t4 {
    margin-top: 40px !important
}

.m-t5 {
    margin-top: 50px !important
}

.m-t6 {
    margin-top: 60px !important
}

.m-t7 {
    margin-top: 70px !important
}

.m-b0 {
    margin-bottom: 0 !important
}

.m-b1 {
    margin-bottom: 10px !important
}

.m-b2 {
    margin-bottom: 20px !important
}

.m-b3 {
    margin-bottom: 30px !important
}

.m-b4 {
    margin-bottom: 40px !important
}

.m-b5 {
    margin-bottom: 50px !important
}

.m-b6 {
    margin-bottom: 60px !important
}

.m-b7 {
    margin-bottom: 70px !important
}

.p-t0 {
    padding-top: 0 !important
}

.p-t2 {
    padding-top: 20px !important
}

.p-t3 {
    padding-top: 30px !important
}

.p-t4 {
    padding-top: 40px !important
}

.p-t5 {
    padding-top: 50px !important
}

.p-t6 {
    padding-top: 60px !important
}

.p-t7 {
    padding-top: 70px !important
}

.p-b0 {
    padding-bottom: 0 !important
}

.p-b2 {
    padding-bottom: 20px !important
}

.p-b3 {
    padding-bottom: 30px !important
}

.p-b4 {
    padding-bottom: 40px !important
}

.p-b5 {
    padding-bottom: 50px !important
}

.p-b6 {
    padding-bottom: 60px !important
}

.p-b7 {
    padding-bottom: 70px !important
}

.m-l2 {
    margin-left: 20px !important;
}

.p-l2 {
    padding-left: 20px !important
}

.m-l3 {
    margin-left: 30px !important;
}

.p-l3 {
    padding-left: 30px !important
}

.m-l4 {
    margin-left: 40px !important;
}

.p-l4 {
    padding-left: 40px !important
}

/****Space Control Top Bottom End*****/
/*******Lay Image*******/
.lazy-image {
    position: relative;
    width: 100%;
    padding-top: 66.33%;
    overflow: hidden;
}

.lazy-image img {
    position: absolute;
    background-color: var(--bodyFontColor);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

a:hover .lazy-image img {
    -moz-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

/******Plugin's CSS Start*********/
/******Flexslider*********/
.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.flexslider:before {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border-width: 0.2rem;
}

.flexslider ul.slides {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.flexslider li {
    padding: 0;
}

.flexslider li:before {
    display: none
}

.flexslider .slides>li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider .flex-control-paging-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    text-align: right;
    padding-right: 10px;
    z-index: 99;
}

.flexslider .flex-control-paging {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5%;
    margin: 0;
    display: inline-block;
    z-index: 98;
    height: auto;
    text-align: center;
    padding: 0 10px;
}

.flexslider .flex-control-paging li {
    position: static;
    display: inline-block;
    width: auto;
    margin: 2px 3px;
    height: auto
}

.flexslider .flex-control-paging li a {
    border: 1px solid #91989b;
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 0;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #91989b;
    border-radius: 34px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover {
    background-color: var(--bodyFontColor);
    border-color: var(--bodyFontColor)
}

.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after {
    display: none
}

.flexslider .flex-direction-nav li {
    position: static
}

.flexslider .flex-direction-nav a {
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    z-index: 98;
    border-radius: 60px;
    display: inline-block;
    font-size: 0;
}

.flexslider .flex-direction-nav {
    overflow: hidden;
    width: 100%;
    margin: 0
}

.flexslider .flex-direction-nav .flex-next {
    left: auto;
    right: -60px
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
    content: '';
    line-height: 1;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 6px;
    margin: 0 2px;
    position: absolute;
    top: 50%;
    left: 65%;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.flexslider .flex-direction-nav .flex-next:before {
    left: auto;
    right: 65%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -moz-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -o-transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: -25px
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: -25px
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
    background: rgba(0, 0, 0, 1.0);
}

.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
    color: #fff;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1.0
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1.0
}

.flexslider .flex-disabled {
    display: none
}

.flexslider iframe,
.flexslider video {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/**********Owl Carousel**********/
.owl-carousel.has-shadow {
    margin: 25px -10px 0;
    width: auto;
}

.owl-carousel.has-shadow .owl-item {
    margin: 10px 0;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #0b0b0b;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding-top: 25px;
    text-align: center;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 2px 2px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border-radius: 20px;
    background: #b98e60;
}

.owl-carousel .owl-dot span {
    display: none;
}

.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover {
    background-color: #5d472b;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    z-index: 98;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
    content: '';
    line-height: 1;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    margin: 0 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.owl-carousel .owl-nav .owl-next:before {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #020d0f;
    border-color: #020d0f;
}

.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
    color: #fff;
}

.owl-carousel.top-nav {
    margin-top: 40px;
}

.owl-carousel.top-nav .owl-nav {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 65px;
    padding: 15px 0;
    margin-bottom: 38px;
}

.owl-carousel.vertical-nav .owl-nav .owl-prev,
.owl-carousel.vertical-nav .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    margin: 0;
    height: auto;
    width: 25px;
}

.owl-carousel.arrow {
    padding-left: 40px;
    padding-right: 40px;
}

.owl-carousel.arrow .owl-nav .owl-prev,
.owl-carousel.arrow .owl-nav .owl-next {
    background-color: transparent;
    margin-top: -25px;
    width: 30px;
    height: 50px;
}

.owl-carousel.arrow .owl-nav .owl-prev:before,
.owl-carousel.arrow .owl-nav .owl-next:before {
    font-size: 46px;
    line-height: 30px;
    color: #5DB733;
}

.owl-carousel.arrow .owl-nav .owl-prev:hover,
.owl-carousel.arrow .owl-nav .owl-next:hover {
    background-color: #438f9f;
}

.owl-carousel.arrow .owl-nav .owl-prev:hover:before,
.owl-carousel.arrow .owl-nav .owl-next:hover:before {
    color: #fff;
}

.bottom-arrow .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 16px;
    width: 128px;
    margin: 0 auto;
}

.bottom-arrow .owl-nav .owl-next,
.bottom-arrow .owl-nav .owl-prev {
    width: 20px;
    margin: -11px 0 0;
    height: 22px;
    background: none !important;
}

.bottom-arrow .owl-nav .owl-next:before,
.bottom-arrow .owl-nav .owl-prev:before {
    color: #020d0f;
    line-height: 1;
}

.bottom-arrow .owl-nav .owl-next:hover:before,
.bottom-arrow .owl-nav .owl-prev:hover:before {
    color: #333;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev,
.owl-carousel.type-2-arrow .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    background-color: transparent;
    border: 1px solid #020d0f;
    margin-top: -21px
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:before,
.owl-carousel.type-2-arrow .owl-nav .owl-next:before {
    color: #020d0f;
    font-size: 22px;
    font-weight: normal;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:hover,
.owl-carousel.type-2-arrow .owl-nav .owl-next:hover {
    background-color: #020d0f;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:hover:before,
.owl-carousel.type-2-arrow .owl-nav .owl-next:hover:before {
    color: #fff;
}

/***** Owl Carousel End *******/
/********** accordion css start **********/
.accordion {
    /* background-color: #fff; */
    text-align: left;
    border-bottom: 1px solid #6b6965;
}

.accordion .accordion-content {
    padding: 0 0 18px 0px;
    display: none;
}

.accordion .accordion-head {
    margin: 0;
    line-height: normal;
    padding: 18px 45px 18px 0px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    color: #515150;
}

.accordion .accordion-head::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    font-size: 13px;
    right: 20px;
    top: 22px;
    z-index: 99;
    color: #515150;
    line-height: normal;
}

.active.accordion .accordion-head::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
}

.all-faq {
    padding: 0 0 36px;
}

.accordion:last-of-type {
    margin: 0;
}

/********** accordion css end **********/
/******Form Style******/
.form-max-width {
    max-width: 600px;
}

.form-field {
    text-align: left;
}

.form-field input,
.form-field select,
.form-field textarea {
    margin: 0;
}

.form-field .row,
.row.form-field {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.form-field .row .row,
.row.form-field .row {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: -20px;
}

.form-field [class^="col-"],
.form-field [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.form-field [class^="col-"] [class^="col-"],
.form-field [class*="col-"] [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.form-field p {
    padding: 10px 0 0 0;
    margin: 0;
}

.form-field [class^="col-"] p,
.form-field [class*="col-"] p {
    position: relative;
    padding: 0;
    margin: 0;
}

.form-field .btn {
    min-width: 124px;
}

.form-field .btn i {
    display: inline-block;
    padding: 0;
    background: none;
    position: static;
    font-size: 100%;
    color: #fff;
    font-weight: normal;
    margin: 0 5px;
    vertical-align: middle;
}

.block {
    width: 100%;
}

.form-field input[type="reset"] {
    color: #1a4450;
    border-color: transparent;
    padding: 0;
    min-width: 80px;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-field input[type="reset"]:hover {
    color: #1b459b;
    background-color: transparent;
}

.form-field .inline>* {
    display: inline-flex;
    width: fit-content;
    align-self: flex-end;
}

.form-field .inline {
    display: flex;
    flex-wrap: wrap;
}

.form-field [class^="col-"] p:has(input[type="checkbox"], input[type="radio"]),
.form-field [class*="col-"] p:has(input[type="checkbox"], input[type="radio"]) {
    padding: 0 0 0 20px;
}

.form-field [class^="col-"] p:has(input[type="checkbox"], input[type="radio"]) input[type="checkbox"],
.form-field [class^="col-"] p:has(input[type="checkbox"], input[type="radio"]) input[type="radio"],
.form-field [class*="col-"] p:has(input[type="checkbox"], input[type="radio"]) input[type="checkbox"],
.form-field [class*="col-"] p:has(input[type="checkbox"], input[type="radio"]) input[type="radio"] {
    position: absolute;
    top: 3px;
    left: 0;
}

.sm-field textarea {
    height: 90px;
}

.sm-field .selectric .label {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
}

.sm-field .selectric-items li {
    font-size: 13px !important;
}

.label-right label {
    text-align: right;
    margin-top: 8px;
}

.has-radio,
.has-checkbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.has-radio label,
.has-checkbox label {
    margin-top: 0;
    margin-bottom: 0;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
}

div.wpcf7-response-output {
    margin: 1em 0 !important;
    clear: both;
    display: inline-block;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

.form-field .has-label label {
    text-transform: uppercase;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    /* Red */
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible;
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    -webkit-transform-origin: 8px 8px;
    -ms-transform-origin: 8px 8px;
    transform-origin: 8px 8px;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7 .ajax-loader::before {
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 2000ms;
        animation-duration: 2000ms;
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

/****Woocommerce Start****/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#add_payment_method .wc-proceed-to- checkout a.checkout-button,
.wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout- button {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: var(--btnBorder) !important;
    color: var(--btnColor) !important;
    font-size: var(--btnFont) !important;
    margin: 0;
    line-height: normal !important;
    letter-spacing: 0;
    cursor: pointer;
    padding: var(--btnPadding) !important;
    font-family: var(--btnFontFamily);
    font-weight: 600 !important;
    border-radius: var(--btnBorderRadius) !important;
    text-align: center;
    background: var(--btnBg) !important;
    text-transform: uppercase;
    overflow: hidden !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--btnHoverBg) !important;
    border: var(--btnBorder) !important;
    color: var(--btnHoverColor) !important;
}

.woocommerce .cart-collaterals .button,
.woocommerce .cart-collaterals button {
    width: 100%;
}

.woocommerce table {
    border-collapse: collapse !important;
    margin: 0 !important
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
table.cart td,
table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-color: #dedede !important;
}

.woocommerce table.shop_table th {
    background-color: #fff;
}

.woocommerce table.shop_table thead th {
    background-color: #f9f9f9;
}

.woocommerce .product-thumbnail img {
    width: 80px !important;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce table.shop_table {
    background-color: transparent;
    border-radius: 0;
}

.woocommerce table.shop_table .quantity {
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.woocommerce .quantity .qty {
    padding: 5px 5px;
    width: 50px;
    border-radius: 0 !important;
    height: 30px;
    border: none !important;
}

.woocommerce table.shop_table .quantity>input {
    margin: 0 !important;
    height: 40px;
    min-width: 35px;
    border: none;
    cursor: pointer;
}

.woocommerce table.shop_table .quantity .plus:hover,
.woocommerce table.shop_table .quantity .minus:hover {
    background: #d6d6d6;
}

.woocommerce ul#shipping_method .amount,
.woocommerce ul#shipping_method .amount span {
    color: #323232;
    font-weight: bold;
}

.woocommerce table.shop_table .order-total strong,
table.cart td.product-subtotal .amount,
table.cart td.product-subtotal .amount span {
    font-size: 16px;
    color: #323232;
    font-weight: bold
}

.woocommerce a.remove {
    line-height: 26px;
}

.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li:before,
#add_payment_method #payment ul.payment_methods li:before,
#payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce .order_details li:before,
.woocommerce .woocommerce nav.woocommerce-pagination li:before,
.woocommerce .order_details:after,
.woocommerce .order_details:before,
.woocommerce table.shop_table ul#shipping_method li:before {
    display: none !important
}

.woocommerce-ordering .csSelect {
    padding: 0;
    min-width: 150px;
    height: 40px;
}

.woocommerce-ordering .csSelectBar {
    padding-left: 5px;
    line-height: 40px;
}

.woocommerce-ordering select {
    padding: 5px;
}

.woocommerce-ordering .csSelect:after {
    padding: 1px 6px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0 0 15px !important;
    clear: both;
    padding: 1em 2em 1em 3.5em !important;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.woocommerce-error *:not(a),
.woocommerce-info *:not(a),
.woocommerce-message *:not(a) {
    color: #272425 !important
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce table.my_account_orders .button,
.woocommerce-message .btn {
    padding: 2px 10px !important;
    font-size: 12px;
    white-space: normal;
}

.woocommerce-message .btn {
    float: right;
    margin-left: 15px;
    min-width: inherit;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left !important;
    width: 50% !important;
    padding-right: 10px !important
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right !important;
    width: 50% !important;
    padding-left: 10px !important
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49% !important;
}

.woocommerce fieldset {
    padding: 15px;
    padding-top: 10px;
    margin: 25px 0 15px;
    border: 2px solid #dedede;
}

.woocommerce legend {
    display: block;
    width: auto;
    padding: 0 20px;
    margin: 0;
    font-size: 24px;
    line-height: normal;
    border: none;
}

.addresses address,
.woocommerce-view-order address,
.woocommerce-order-received address {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px !important;
    margin: 5px 0 15px 0;
    border: 1px solid #dedede;
    clear: both;
}

.woocommerce td.product-name dl.variation dd p {
    padding: 0
}

#coupon_code {
    display: inline-block;
    width: 120px;
    padding: 12px;
    height: 33px;
    border-radius: 50px;
    padding: 5px 15px;
    border: 1px solid #dddddd;
}

.woocommerce .checkout_coupon p.form-row {
    width: 49% !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.woocommerce .checkout_coupon #coupon_code {
    width: 100%
}

.woocommerce .checkout_coupon p:first-of-type {
    margin: 0 3px 5px;
}

.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-additional-fields {
    padding: 25px;
    border: 1px solid #dedede;
    background-color: #fff;
    margin: 0 0 15px;
    border-radius: 15px;
}

.woocommerce .woocommerce-additional-fields h3 {
    margin-top: 30px;
}

.woocommerce .woocommerce-additional-fields h3:first-of-type {
    margin-top: 0;
}

.woocommerce .woocommerce-additional-fields .form-row {
    margin: 0;
}

.woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper label {
    padding: 0 0 0 23px;
    margin: -22px 0 6px 0;
}

.woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper input[type="radio"] {
    margin: 8px 0 0 0;
    /* position: absolute; */
}

.woocommerce-checkout div#payment ul.wc_payment_methods.payment_methods.methods {
    padding: 60px 25px 25px;
}

.woocommerce-checkout div#payment .place-order {
    padding: 25px 25px;
}

.woocommerce .radio .csRadio,
.woocommerce .checkbox .csCheckbox,
.woocommerce-checkout .checkout input[type="checkbox"],
.woocommerce-checkout .checkout input[type="radio"] {
    margin-left: 0;
}

.woocommerce form.checkout_coupon input.button,
.woocommerce form.login input.button,
.woocommerce form.register input.button {
    margin-right: 10px
}

#add_payment_method .checkout .create-account small,
.checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 15px;
    color: #BEBEBE;
    font-weight: 300;
    line-height: normal;
}

.select2-container .select2-selection--single {
    height: 45px !important;
    border-color: #dddddd !important;
    /* background: #f2f2f1 !important; */
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin: 0 !important;
    border-radius: 5px !important;
}

ul.select2-results__options li:before {
    display: none !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px !important;
    padding-left: 15px !important;
    padding-right: 30px !important;
    font-size: 14px;
    font-weight: 400;
    color: var(--bodyFontColor);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
    width: 30px;
}

.select2-container--open .select2-dropdown--above {
    border-color: #dcdfe5 !important
}

.select2-dropdown {
    border: 1px solid #dcdfe5;
}

#add_payment_method #payment ul.payment_methods,
#payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-color: #dedede !important;
}

#add_payment_method #payment ul.payment_methods li label,
#payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li img,
#payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
.woocommerce .woocommerce-additional-fields h3 label {
    display: inline-block;
    font-weight: inherit;
}

#add_payment_method #payment,
#payment,
.woocommerce-checkout #payment {
    background-color: #fff !important;
    border: 1px solid #dedede !important;
    border-radius: 15px !important;
}

.woocommerce-checkout #payment ul.payment_methods li .form-row label {
    display: block
}

.woocommerce-checkout #payment ul.payment_methods li .csSelect {
    display: inline-block;
    height: 46px;
    padding: 10px 0 8px 0;
    min-width: 100px;
    width: 100px
}

.woocommerce-checkout #payment ul.payment_methods li select {
    display: inline-block;
}

.woocommerce-checkout #payment ul.payment_methods li .csSelect:after {
    padding: 12px 5px;
}

#add_payment_method #payment ul.payment_methods li,
#payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce .woocommerce table.shop_table ul#shipping_method li {
    padding-left: 0
}

#add_payment_method #payment div.payment_box,
#payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #f5f5f5 !important;
}

#add_payment_method #payment div.payment_box:before,
#payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #f5f5f5 !important
}

.woocommerce-checkout #payment div.payment_box div p {
    width: auto;
    display: inline-block;
    float: none;
}

.woocommerce-checkout #payment div.payment_box fieldset {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    border: none;
}

#add_payment_method #payment ul.payment_methods li input,
#payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0px 6px 0 0;
    vertical-align: middle;
}

.woocommerce ul#shipping_method li {
    padding: 0
}

.woocommerce ul.order_details {
    display: table;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border: 1px solid #dedede
}

.woocommerce ul.order_details li {
    display: table-cell;
    margin: 0;
    border: none;
    border-right: 1px solid #dedede !important;
    padding: 15px !important;
    background: none;
    float: none !important;
    word-break: break-word;
}

.woocommerce ul.order_details li:last-child {
    border: none !important
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 1em;
}

.woocommerce .wc-item-meta p,
.woocommerce .wc-item-meta li {
    padding: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    word-break: break-word;
}

.common-content header {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
}

.common-content header h3 {
    padding: 0 0 10px
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 30px;
}

.variations_form .table-responsive {
    overflow: visible;
    margin: 0
}

table.variations tr td {
    vertical-align: middle;
    padding: 0;
    border: none;
}

.woocommerce-variation-price {
    padding: 10px 0
}

.woocommerce .quantity {
    padding: 0;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 30px !important;
    margin: 0 14px 0 0;
}

.woocommerce .quantity input {
    margin: 0 !important;
}

.woocommerce .quantity button {
    margin: 0 !important;
    min-width: 40px !important;
    font-size: 15px;
}

.variations_button .btn {
    float: none
}

table.variations tr td:first-child {
    width: 100px;
}

.woocommerce-checkout .woocommerce-billing-fields h3:before,
.woocommerce-checkout .woocommerce-additional-fields h3:before,
.woocommerce-checkout #order_review_heading:before,
.woocommerce-checkout div#payment:before {
    /* content: "1"; */
    background: #eeecea;
    border-radius: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px 5px 0;
    font-size: 18px;
    color: var(--bodyFontColor);
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 600;
}

.woocommerce .woocommerce-additional-fields h3:before {
    /* content: "2"; */
}

.woocommerce-checkout #order_review_heading:before {
    /* content: "3"; */
}

.woocommerce-checkout div#payment {
    position: relative;
    background: #fff !important;
    margin-top: 15px;
}

.woocommerce-checkout div#payment:before {
    /* content: "4"; */
    margin: 8px 0 8px 15px;
}

.woocommerce-checkout div#payment:after {
    content: "Payment";
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 22px !important;
    text-transform: capitalize;
    color: var(--bodyFontColor);
    line-height: 1.2;
    height: 40px;
}

.woocommerce-checkout #order_review_heading {
    padding: 25px 25px 5px 25px;
    border: 1px solid #dedede;
    border-bottom: unset;
    margin-bottom: -9px;
    background: #fff;
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 600;
    border-radius: 15px 15px 0 0;
}

#order_review .table-responsive {
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 25px;
    border-radius: 0 0 15px 15px;
    border-top: unset;
    margin-top: 0;
}

#order_review .table-responsive td.product-name {
    color: var(--linkColor);
    font-weight: 600;
}

#order_review .table-responsive td.product-name .variation {
    font-weight: 400;
    color: var(--bodyFontColor);
    line-height: normal;
    font-size: 12px;
    max-height: 58px;
    overflow: hidden;
}

.woocommerce-checkout div#payment .woocommerce-terms-and-conditions-wrapper+button.button {
    margin-top: 15px;
}

.woocommerce-order-received h2,
.woocommerce-order-received h3,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce .woocommerce-column__title,
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-Address h3 {
    font-size: 22px !important;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 600;
}

.woocommerce .cart-collaterals h2 {
    padding: 0px 0 15px;
    margin: 0;
    border: none;
    font-size: 24px !important;
    text-transform: capitalize !important;
    font-weight: 500;
}

.woocommerce div.product form.cart .reset_variations {
    display: block;
    overflow: hidden;
    clear: both;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px;
}

.shipping-calculator-form .selectric .label {
    height: 30px;
    line-height: 30px;
    margin-left: 10px
}

.shipping-calculator-form input,
.shipping-calculator-form select {
    height: 32px;
    padding: 5px 10px
}

.shipping-calculator-form button.button {
    padding: 6px 30px !important;
    font-size: 14px !important;
}

.shipping-calculator-form .select2-container .select2-selection--single {
    height: 32px !important;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
    padding-left: 10px !important;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

.admin-bar header {
    top: 32px !important;
}

nav.woocommerce-pagination,
.paging {
    float: left;
    border-top: none;
    display: block;
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
    text-align: center !important;
    font-weight: normal;
    grid-column: 1 / span 4;
}

nav.woocommerce-pagination ul,
.paging ul.pagination {
    display: inline-block !important;
    white-space: nowrap !important;
    padding: 0 !important;
    border: none !important;
    border-right: 0 !important;
    margin: 0 !important;
    width: auto;
}

nav.woocommerce-pagination ul li,
.paging ul.pagination li {
    border-right: none !important;
    padding: 3px !important;
    margin: 0 !important;
    float: left !important;
    display: inline !important;
    overflow: hidden !important;
    text-align: center;
}

nav.woocommerce-pagination ul li:before,
.paging ul.pagination li:before {
    display: none;
}

nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span,
.paging ul.pagination li a,
.paging ul.pagination li span {
    margin: 0 !important;
    color: #1d1d1d !important;
    text-decoration: none !important;
    line-height: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 8px 3px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    display: block !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-radius: 34px !important;
    background: #fff !important;
}

nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li span.current,
.paging ul.pagination li a:focus,
.paging ul.pagination li a:hover,
.paging ul.pagination li span.current {
    color: #ffffff !important;
    border-color: #b98e61 !important;
    background-color: #b98e61 !important;
}

nav.woocommerce-pagination ul li .dots,
.paging ul.pagination li .dots {
    border-color: transparent;
    background: none;
}

nav.woocommerce-pagination ul li a.next i::before,
.paging ul.pagination li a.next i::before {
    content: "\f324";
}

nav.woocommerce-pagination ul li a.prev i::before,
.paging ul.pagination li a.prev i::before {
    content: "\f323";
}

nav.woocommerce-pagination ul li a.next::before {
    content: "\f054";
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
}

nav.woocommerce-pagination ul li a.prev::before {
    content: "\f053";
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
}

nav.woocommerce-pagination ul li a.next,
nav.woocommerce-pagination ul li a.prev {
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    margin: 0 !important;
    border: none;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    z-index: 9;
    border-bottom: 1px solid rgb(2 147 64 / 26%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    float: left;
    position: relative !important;
    vertical-align: middle;
    margin: 0 15px -1px -1px !important;
    text-align: center;
    line-height: normal;
    background-color: transparent !important;
    padding: 1px !important;
    overflow: visible;
    white-space: nowrap;
    border: none !important;
    border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    float: left;
    width: 100%;
    color: #1d1d1d !important;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
    padding: 10px !important;
    background: #ffffff;
    border-radius: 0;
    text-align: left;
    z-index: 555555;
    margin: 0;
    border-bottom: 2px solid #ffffff;
    font-weight: 500 !important;
    display: block !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    border-color: #029340;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 10px 10px !important;
    margin: 0 !important;
    border-radius: 0;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel p:last-child {
    margin: 0;
}

.woocommerce #reviews .csRadio~label,
.woocommerce #reviews .csCheckbox~label {
    display: inline-block;
    vertical-align: baseline;
}

.woocommerce #reviews #comment {
    height: 140px;
}

.woocommerce #reviews #comments h2 {
    text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #029340;
    border-radius: 0;
    padding: 20px;
}

.woocommerce-cart-form .table-responsive,
.woocommerce .cart-collaterals .table-responsive {
    margin-top: 0;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 20px;
    padding-top: 0;
}

.woocommerce table.cart td.actions .coupon {
    display: flex;
    align-items: center;
}

.woocommerce table.cart td.actions .coupon input {
    margin: 0;
}

.woocommerce table.cart td.actions .coupon>* {
    margin: 0 10px 0 0 !important;
}

.woocommerce table.cart td.actions .coupon>input {
    margin: 0;
}

.woocommerce table.cart td.actions button {
    padding: 7px 20px !important;
}

.woocommerce table.cart td.actions .coupon>*:last-child {
    margin: 0 !important;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 7px;
}

#customer_login h2 {
    font-family: inherit;
    font-size: 29px;
    font-weight: 500;
}

.woocommerce-dashboard .container>.woocommerce:has(> .woocommerce-MyAccount-navigation) {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation {
    width: 24% !important;
    background: #fff;
    float: left;
}

.woocommerce-MyAccount-content {
    width: calc(76% - 30px) !important;
    float: left;
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 30px 30px !important;
    margin: 0 0 0 30px;
}

.woocommerce-MyAccount-content::after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-content .table-responsive {
    margin-top: 0;
}

.woocommerce-MyAccount-navigation ul {
    display: block;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 15px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: inherit;
    clear: both;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li:before {
    display: none
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    line-height: normal;
    padding: 9px 25px;
    color: #231f20;
    border-radius: 50px;
    margin: 0 0 5px;
}

.woocommerce-MyAccount-navigation ul li:last-of-type a {
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #9d7b57;
    color: #ffffff;
}

.addresses address,
.woocommerce-view-order address,
.woocommerce-order-received address {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px !important;
    margin: 5px 0 15px 0;
    border: 1px solid #e0e0e0;
    clear: both;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    margin: 0 !important;
    height: 45px !important;
    /* background: #f2f2f1; */
    /* border-color: #f2f2f1 !important; */
    border-radius: 5px;
    padding: 10px 15px !important;
    font-size: 15px;
}

.woocommerce-account .addresses .title .edit {
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px;
}

@media only screen and (min-width: 769px) {

    .woocommerce .cart-collaterals .cart_totals table tr td,
    .woocommerce .cart-collaterals .cart_totals table tr th {
        border: 1px solid #dedede !important;
    }

    .woocommerce form.checkout_coupon #coupon_code {
        width: 100% !important;
    }

    .woocommerce .checkout_coupon p:first-of-type {
        margin: 0 3px 5px;
        width: auto !important;
        display: block !important;
        padding-left: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .woocommerce-cart-form {
        float: left;
        width: 70%;
    }

    .woocommerce .cart-collaterals {
        float: left;
        width: 30%;
        padding-left: 30px;
    }

    .woocommerce .cart-collaterals .cart_totals {
        width: 100%
    }

    .woocommerce .cart-collaterals .checkout-button {
        width: 100%;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar header {
        top: 46px !important;
    }
}

@media only screen and (max-width:768px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none !important;
        width: 100% !important;
        padding: 5px 0 !important
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        overflow: hidden;
    }

    .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 9px 20px;
    }

    .woocommerce-MyAccount-content {
        width: 100% !important;
        margin: 25px 0 0 !important;
        padding: 15px !important;
    }

    .woocommerce table.shop_table td,
    .woocommerce table.shop_table th {
        border: none;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .woocommerce-page.woocommerce-checkout form.login .form-row,
    .woocommerce.woocommerce-checkout form.login .form-row {
        float: left
    }

    .woocommerce ul.order_details {
        display: block;
        padding: 0;
    }

    .woocommerce ul.order_details li {
        display: block;
        border: none !important;
        border-bottom: 1px solid #dedede !important;
        width: 100%;
    }

    .woocommerce .woocommerce-billing-fields,
    .woocommerce .woocommerce-additional-fields {
        padding: 15px;
        border-radius: 10px;
    }

    .woocommerce-checkout #order_review_heading {
        padding: 15px 15px 5px 15px;
        border-radius: 10px 10px 0 0;
    }

    #order_review .table-responsive {
        padding: 15px;
        border-radius: 0 0 10px 10px;
    }


    .woocommerce-checkout div#payment ul.wc_payment_methods.payment_methods.methods {
        padding: 50px 15px 15px;
    }

    .woocommerce-checkout div#payment:after {
        top: 15px;
        left: 15px;
    }

    .woocommerce-checkout div#payment .place-order {
        padding: 15px;
    }
}

/****Woocommerce End****/
/************Breadcrumbs************/
div.breadcrumbs,
section.breadcrumbs {
    position: relative;
    display: block;
    font-weight: normal;
    padding: 15px 0;
    margin: 0;
    overflow: hidden;
    background: #f8f6f4;
    clear: both;
    text-align: left;
    z-index: 11;
}

ul.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    clear: both;
    margin: 0;
}

ul.breadcrumbs li {
    font-size: 14px;
    position: relative;
    display: flex;
    line-height: 1;
    padding: 0;
    font-weight: 400;
    margin-right: 0;
    color: #676464;
    font-style: normal;
}

ul.breadcrumbs li:before {
    display: none;
}

ul.breadcrumbs li a {
    position: relative;
    display: block;
    color: #676464;
}

ul.breadcrumbs li:after {
    content: "/";
    line-height: 1;
    display: inline-flex;
    margin: 0 5px;
}

ul.breadcrumbs li:last-child {
    padding: 0;
    margin: 0;
}

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

ul.breadcrumbs li:before {
    display: none;
}

ul.breadcrumbs li a:hover {
    color: #020d0f;
    text-decoration: underline;
}

/***********Breadcrumbs End***********/
/******Magnific Popup*******/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: .75
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button.mfp-arrow:hover,
button.mfp-close:hover {
    background: #000;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    border-radius: 30px 30px 0 0;
    position: absolute;
    right: 0;
    top: 0 !important;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0;
    color: #ffffff;
    font-style: normal;
    font-family: Arial, Baskerville, monospace;
    background: 0 0 !important
}

div.mfp-close {
    display: none !important
}

.videoFrame .mfp-close {
    top: 0 !important;
    background-color: rgba(236, 223, 223, .5) !important;
    border-radius: 0;
    opacity: 0
}

.videoFrame .mfp-iframe-scaler:hover .mfp-close {
    opacity: 1
}

.videoFrame .mfp-iframe-holder .mfp-content {
    max-width: 90%;
    max-height: 100%
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow-left {
    width: 30px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 0 30px 30px 0
}

.mfp-arrow-left:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #929292;
    border-right-width: 0;
    border-bottom-width: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    left: 8px
}

.mfp-arrow-right {
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 30px 0 0 30px;
}

.mfp-arrow-right:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #929292;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    right: 8px
}

.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
    border-color: #fff
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.img-max-inherit img.mfp-img {
    max-height: inherit !important
}

.mfp-figure {
    line-height: 0;
    position: relative
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 16px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
}

@media all and (min-width: 900px) {
    .caption-frame .mfp-container {
        left: 50%;
        display: table;
        width: auto;
        padding: 0 45px;
        margin: 0 auto;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    button.mfp-arrow,
    button.mfp-close {
        background: rgba(255, 255, 255, .95)
    }
}

/******Magnific Popup End*******/

/******Plugin's CSS End*********/
.bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg img {
    display: none
}

.bg~* {
    position: relative;
    z-index: 2;
}

.main-banner {
    background-color: #fff;
    margin-top: 0 !important;
    position: relative;
    text-align: center;
    color: #fff;
}

.main-banner img {
    width: 100%;
}

.main-banner .max-width {
    max-width: 540px;
    padding-left: 30px;
}

.main-banner .caption {
    position: absolute;
    z-index: 5;
    top: 53%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner h1,
.main-banner .heading {
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 300;
    font-size: 36px;
    line-height: normal;
    max-width: 790px;
    margin: 0 auto 15px;
}

.main-banner h1 span,
.main-banner .heading span {
    font-family: 'Masvis', var(--bodyFontFamily);
}

.main-banner .slide-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #5d472b;
    z-index: 2;
    opacity: 67%;
    mix-blend-mode: multiply;
}

.main-banner h6 {
    font-family: var(--bodyFontFamily);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0 0 0;
    text-transform: uppercase;
}

.main-banner .start-btn,
.main-banner .dash-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1px;
    width: 205px;
    height: 156px;
    background: url('../img/start-btn.png') center no-repeat;
    background-size: contain;
    padding: 30px;
}

.inner-banner {
    background-color: #fff;
    margin-top: 0 !important;
    position: relative;
    text-align: center;
    color: #fff;
}

.inner-banner img {
    width: 100%;
}

.inner-banner .max-width {
    max-width: 950px;
    padding-left: 30px;
    margin: 0 auto;
}

.inner-banner .caption {
    position: absolute;
    z-index: 5;
    top: 60%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-banner h1,
.inner-banner .heading {
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 300;
    font-size: 45px;
    line-height: 1.1;
}

.inner-banner h1 span,
.inner-banner .heading span {
    font-family: 'Masvis', var(--bodyFontFamily);
}

.inner-banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #5d472b;
    z-index: 2;
    opacity: 67%;
    mix-blend-mode: multiply;
}

.inner-banner h6 {
    font-family: var(--bodyFontFamily);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

body:has(.type2.inner-banner) header,
body:not(:has(.inner-banner, .main-banner)) header:not([class*="woocommerce"]) {
    background: rgb(242 238 232);
}

body:has(.type2.inner-banner) header .nav-wrap nav ul.nav li>a,
body:not(:has(.inner-banner, .main-banner)) header:not([class*="woocommerce"]) .nav-wrap nav ul.nav li>a {
    color: var(--bodyFontColor);
}

body:has(.type2.inner-banner) header .nav-wrap nav ul.nav li>a::before,
body:not(:has(.inner-banner, .main-banner)) header:not([class*="woocommerce"]) .nav-wrap nav ul.nav li>a::before {
    bottom: 2px;
    background: var(--linkColor);
}

body:has(.type2.inner-banner) header .nav-wrap nav ul.nav li>a:hover,
body:not(:has(.inner-banner, .main-banner)) header:not([class*="woocommerce"]) .nav-wrap nav ul.nav li>a:hover {
    color: var(--linkColor) !important;
}

body:has(.type2.inner-banner) header .header-btn-wrap ul li a.h-icon,
body:not(:has(.inner-banner, .main-banner)) header:not([class*="woocommerce"]) .header-btn-wrap ul li a.h-icon {
    color: var(--bodyFontColor);
}

.inner-banner.type2 {
    margin-top: var(--headerSpace) !important;
    padding: 72px 0;
    color: #6b6666;
}

.type2.inner-banner::after {
    display: none;
}

.type2.inner-banner .caption {
    position: static;
    transform: unset;
}

/*****Social Icons*****/
ul.social-icon {
    display: flex;
    padding: 0;
    margin: 0 0 15px;
    vertical-align: middle
}

ul.social-icon li {
    display: flex;
    width: auto;
    margin: 3px 7px 3px 0;
    background: none;
    padding: 0;
    vertical-align: middle;
    color: var(--bodyFontColor);
}

ul.social-icon li:last-child {
    margin-right: 0;
}

ul.social-icon li:before {
    display: none
}

ul.social-icon li a {
    display: inline-block;
    padding: 0;
    width: auto;
}

ul.social-icon li i {
    text-align: center;
    display: inline-block;
    border: 0;
    border-radius: 50%;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    background-color: #9d7b57;
    line-height: 1;
}

ul.social-icon li i:before {
    display: inline-block;
    line-height: 29px;
    width: 29px;
}

ul.social-icon li a:hover i {
    color: #fff;
    background-color: var(--bodyFontColor)
}

/*****Social Icons End*****/
/******Footer*****/
.mnu-acc-trg {
    display: none;
}

.scrollup {
    position: fixed;
    width: 25px;
    height: 25px;
    background: #b98e61;
    border: 2px solid #b98e61;
    border-radius: 50%;
    bottom: -40px;
    right: 10px;
    z-index: 999;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.scrollup i {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
}

.scrollup.in {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
}

.scrollup:hover {
    background: transparent;
    color: #b98e61;
}

footer a:hover,
footer a:focus,
footer .current-menu-item a {
    color: #b98e61 !important;
}

footer {
    font-size: 13px;
    line-height: 18px;
    color: #6b6666;
    font-weight: 500;
    background: #eeecea;
}

footer h6 {
    font-size: 20px;
    color: #676464;
    margin: 0 0 8px;
}

footer p {
    margin: 0;
}

footer ul li {
    padding: 0 0 1px;
}

footer ul li::before {
    display: none;
}

footer ul li a {
    color: inherit;
}

footer a {
    color: inherit;
}

footer .footer-bottom {
    border-top: 1px solid #b98e60;
    padding: 15px 0;
}

footer .footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer-top .container {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-top .right-content {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-top .right-content .box {
    width: 20.3%;
    padding: 23px 0 0 0;
}

footer .footer-top .right-content .box:first-child ul {
    column-count: 2;
}

footer .footer-top .right-content .box:first-child {
    width: 39%;
}

footer .footer-top .left-content {
    width: 18%;
}

footer .footer-top .left-content .f-logo {
    max-width: 149px;
    display: block;
}

footer .footer-top .right-content {
    width: 82%;
}

footer .footer-top {
    padding: 30px 0 35px;
}

footer .footer-top .right-content .box:last-child {
    padding-left: 45px;
}

/******Footer End*****/
/************Home Start************/
.h-pod-wrapper {
    background: #f2eee9;
    text-align: center;
}

.h-pod-wrapper .plp-listing {
    padding-top: 10px;
}

.small-commonHeading {
    font-size: 15px;
    letter-spacing: 2px;
    color: #5d472b;
    font-family: var(--bodyFontFamily);
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.two-col-info {
    display: flex;
    flex-wrap: wrap;
}

.two-col-info>* {
    width: 50%;
}

.two-col-info .img-box img {
    margin: 0 auto;
}

.two-col-info .content-box {
    padding: 15px 0 15px 40px;
}

.two-col-info>.content-box:first-child {
    padding-left: 0;
}

.two-col-info .img-box figure {
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 0 0 30px 30px;
    position: relative;
}

.two-col-info .img-box figure::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b98e61;
    width: 84%;
    height: 80%;
}

.two-col-info .img-box figure img {
    position: relative;
    z-index: 2;
}

.two-col-info .content-box.full-width {
    width: 100%;
    padding: 0;
}

.two-col-info .woocommerce-notices-wrapper {
    width: 100%;
}

.reverse.two-col-info {
    flex-direction: row-reverse;
}

.reverse.two-col-info .content-box {
    padding: 15px 40px 15px 0;
}

.v-center.two-col-info {
    align-items: center;
}

.two-col-info .woocommerce-message {
    margin: 20px 0 0 0 !important;
    padding: 0.5em 1em 0.5em 3em !important;
    border-radius: 5px;
}

.two-col-info .woocommerce-message::before {
    top: 7px;
    left: 15px;
}

.our-mission-wrapper {
    background: #f2eee9;
}

.our-mission-wrapper .content-box:has(.decor) {
    position: relative;
}

.our-mission-wrapper .content-box img.decor[src*="flower2.png"] {
    position: absolute;
    top: -80px;
    left: -50px;
}

.our-mission-wrapper .content-box img.decor[src*="flower1.png"] {
    margin: -60px 0 0 auto;
}

.our-mission-wrapper .content-box p:has(.decor) {
    margin: 0;
}

.h-sev-box-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -25px 0;
    padding: 15px 0 0;
}

.h-sev-box {
    width: calc(100%/4 - 25px);
    margin: 0 25px 25px 0;
    text-align: left;
}

.h-sev-box .img-box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h-sev-box h4 {
    font-weight: 500;
    font-size: 27px;
    margin: 0 0 7px;
}

.h-sev-box p {
    margin: 0 0 5px;
}

.h-sev-box p:last-child {
    margin: 0;
}

.count {
    counter-reset: counter;
}

.count .h-sev-box h4::before,
.type2.count .h-sev-box::before,
.type3.count .h-sev-box::before,
.type4.count .h-sev-box::before {
    counter-increment: counter;
    content: "0" counter(counter);
    display: block;
    font-size: 50px;
    line-height: 1;
    margin: 0 0 2px;
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 500;
}

.h-sev-box .img-box {
    margin: 0 0 20px;
    position: relative;
    padding-top: 105%;
    overflow: hidden;
}

.h-sev-box-listing+.two-col-info {
    padding-top: 25px;
}

.h-sev-box-listing:has(+ .two-col-info) {
    padding: 0;
}

.team-note {
    text-align: center;
    /* background-color: #f2eee9; */
}

.team-note-box {
    margin: 55px auto 0;
    padding: 28px 65px 86px 86px;
    position: relative;
    width: 100%;
    max-width: 556px;
    background-image: url('../img/note-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.team-note-box .decor {
    position: absolute;
    z-index: 2;
}

.team-note-box .l-item1 {
    top: -40px;
    left: -44px;
}

.team-note-box .l-item2 {
    top: 45%;
    left: 100px;
    transform: translate(-100%, -60%);
}

.team-note-box .l-item3 {
    bottom: 100px;
    left: 65px;
    transform: translate(-100%, 0);
}

.team-note-box .b-item1 {
    bottom: -20px;
    left: 15px;
}

.team-note-box .b-item2 {
    bottom: -20px;
    right: -130px;
}

.team-note-box .r-item1 {
    top: -20px;
    right: -40px;
}

.team-note-box .r-item2 {
    top: 50%;
    right: 69px;
    transform: translate(100%, -50%);
}

.team-note-text {
    text-align: left;
    font-size: 16px;
    line-height: 2.3;
    color: #442525;
    letter-spacing: 0.5px;
    font-family: 'Masa Organic Hand';
    padding: 0 24px;
    font-weight: 400;
    position: relative;
}

.team-note-text p {
    background-image: url('../img/note-bg-line.png');
}

.team-note-text h5 {
    text-align: center;
    font-family: inherit;
    font-size: 20px;
    color: #b98e60;
}

.in-touch-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    clear: both;
    padding: 18% 0;
}

.in-touch-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0c0707;
    z-index: 1;
    opacity: 50%;
    mix-blend-mode: multiply;
}

.in-touch-form {
    margin: 28px auto 0;
    max-width: 678px;
    position: relative;
}

.in-touch-form input:not(.btn) {
    margin: 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid #838181;
    padding: 10px 190px 10px 0;
    color: #fff;
    font-size: 16px;
    height: 60px;
}

.in-touch-form input::placeholder {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.in-touch-form .btn {
    position: absolute;
    top: 15px;
    right: 0;
    width: 180px;
}

.in-touch-wrapper .small-commonHeading {
    color: #fff;
}

/* .h-blog-wrapper {
    background: #f2eee9;
} */

.top-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.top-info .btn {
    min-width: 250px;
}

.h-blog-listing {
    margin: 0 -25px -25px 0;
    padding: 20px 0 0 0;
    float: left;
    clear: both;
    overflow: hidden;
}

.h-blog-box {
    display: block;
    float: left;
    text-align: left;
    color: #676464;
    width: calc(62.6% - 25px);
    margin: 0 25px 25px 0;
}

.h-blog-listing .h-blog-box:first-child {
    width: calc(37.4% - 25px);
}

.h-blog-listing .h-blog-box:first-child .lazy-image {
    padding-top: 169%;
}

.h-blog-box .lazy-image {
    padding-top: 31%;
}

.h-blog-box .lazy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h-blog-box p {
    margin: 0 0 17px;
}

.h-blog-box p:last-child {
    margin: 0;
}

.h-blog-box .date {
    letter-spacing: 2px;
    color: #5d472b;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 4px;
}

.h-blog-box .content-box {
    padding: 20px 0 0 0;
}

.h-blog-box h3 {
    margin: 0 0 6px;
}

.h-blog-box .btn {
    min-width: 200px;
    background: #cbaf90;
    border-color: #cbaf90;
}

.h-blog-box .btn:hover {
    border-color: #cbaf90;
    color: #cbaf90;
}

.h-price-wrapper {
    padding-top: 0;
}

.h-price-wrapper .in-line-banner img {
    width: 100%;
}

.h-price-wrapper .two-col-info {
    padding: 35px 0 0;
}

.h-price-wrapper h5 {
    color: #b98e60;
    font-family: var(--bodyFontFamily);
    font-weight: 500;
}

.h-testimonial-wrapper {
    background: #f2eee9;
}

.h-testimonial {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    background: #f2eee8;
}

.h-testimonial .box {
    width: 50%;
}

.h-testimonial .box:last-child {
    padding: 0 90px 0 0;
}

.h-testimonial .box img {
    margin: 0 auto;
}

.h-testimonial-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
}

/************Home End************/
.type2 .h-sev-box {
    width: calc(100% / 2 - 25px);
}

.type2.h-sev-box-listing {
    margin-bottom: 47px;
}

.type2 .h-sev-box .img-box {
    padding-top: 55.693%;
}

.type2 .h-sev-box .img-box img {
    object-position: center top;
}

.type2.count .h-sev-box h4::before {
    display: none;
}

.type2.count .h-sev-box::before {
    color: #b98e60;
    font-weight: 500;
    font-size: 90px;
    margin: 0 0 5px;
}

.type2.h-sev-box-listing .h-sev-box:nth-child(3) {
    width: calc(100% / 1 - 25px);
}

.type2.h-sev-box-listing .h-sev-box:nth-child(3) .img-box {
    padding-top: 40%;
}

.type3.h-sev-box-listing {
    margin-bottom: 30px;
}

.type3 .h-sev-box .img-box img {
    object-position: center top;
}

.type3.count .h-sev-box h4::before {
    display: none;
}

.type3.count .h-sev-box::before {
    color: #b98e60;
    font-weight: 500;
    font-size: 48px;
    margin: 0 0 5px;
}

.type4 .h-sev-box {
    width: calc(100% / 2 - 25px);
}

.type4.h-sev-box-listing {
    margin-bottom: 30px;
}

.type4 .h-sev-box .img-box {
    padding-top: 55.693%;
}

.type4 .h-sev-box .img-box img {
    object-position: center top;
}

.type4.count .h-sev-box h4::before {
    display: none;
}

.type4.count .h-sev-box::before {
    color: #b98e60;
    font-weight: 500;
    font-size: 48px;
    margin: 0 0 5px;
}

.sev-faq-wrapper,
.h-faq-wrapper {
    text-align: center;
}

.sev-faq-wrapper .all-faq,
.h-faq-wrapper .all-faq {
    padding: 10px 0 0;
    margin: 0 auto;
    max-width: 820px;
}

.h-faq-wrapper {
    background: #f2eee9;
}

.full-w-two-col-info {
    display: flex;
    flex-wrap: wrap;
    background: #b98e60;
    color: #fff;
}

.full-w-two-col-info>* {
    width: 50%;
}

.full-w-two-col-info .img-box img {
    width: 100%;
}

.full-w-two-col-info h3,
.full-w-two-col-info h4 {
    color: inherit;
}

.full-w-two-col-info .small-commonHeading {
    color: inherit;
}

.full-w-two-col-info .btn {
    background: #e3dcd4;
    color: #b98e60;
    border-color: #e3dcd4;
}

.full-w-two-col-info .btn:hover,
.full-w-two-col-info .btn::before {
    background: #b98e60;
    color: #fff;
}

.full-w-two-col-info .max-width {
    max-width: 593px;
    width: 100%;
}

.full-w-two-col-info .content-box {
    padding: 15px 15px 15px 50px;
}

.v-center.full-w-two-col-info {
    align-items: center;
}

.reverse.full-w-two-col-info {
    flex-direction: row-reverse;
}

.reverse.full-w-two-col-info .max-width {
    margin: 0 0 0 auto;
}

.reverse.full-w-two-col-info .content-box {
    padding: 15px 30px 15px 15px;
}

.full-w-two-col-info .img-box {
    position: relative;
}

.conatct-info-wrapper {
    background: #eeecea;
    display: flex;
    flex-wrap: wrap;
    padding-right: calc((100vw - var(--pageCenter)) / 2);
}

.conatct-info-wrapper .img-box {
    width: 22.1%;
}

.conatct-info-wrapper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conatct-info-wrapper .conatct-info-box {
    padding: 70px 0 70px 70px;
    display: flex;
    width: 77.9%;
    justify-content: space-between;
}

.conatct-info-wrapper .conatct-info-box .box:last-child {
    padding: 0 0 0 50px;
}

.conatct-info-wrapper a {
    color: inherit;
}

.conatct-info-wrapper a:hover {
    color: var(--linkColor);
}

.conatct-form input:not(.btn),
.conatct-form select,
.conatct-form textarea {
    background: transparent;
    border-color: transparent;
    border-bottom-color: #302e2b;
    padding: 10px;
}

.conatct-form .btn {
    min-width: 190px;
}

.conatct-form [class^="col-"]:has(.btn) {
    padding-top: 30px;
}

.conatct-info-wrapper .conatct-info-box .box:first-child {
    width: 100%;
    max-width: 650px;
}

.blog-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.blog-wrapper .blog-aside {
    width: 33.33%;
}

.blog-wrapper .blog-content {
    width: 66.66%;
    border-top: 1px solid #302e2b;
    border-right: 1px solid #302e2b;
    padding-bottom: 60px;
}

.post {
    color: var(--bodyFontColor);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    padding: 20px 20px 20px 0;
    width: 100%;
    border-bottom: 1px solid #eeecea;
}

.post>* {
    width: 50%;
}

.post .lazy-image {
    padding-top: 50%;
}

.post .lazy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post .content-box {
    padding: 15px 30px 15px 0;
}

.post .content-box h6 {
    font-family: var(--bodyFontFamily);
    letter-spacing: 2px;
    font-weight: 500;
    color: #5d472b;
}

.post .content-box h4 {
    margin: 0 0 20px;
}

.post .content-box p {
    margin: 0 0 22px;
}

.post .content-box p:last-child {
    margin: 0;
}

.post .content-box .btn {
    background: #cbaf90;
    border-color: #cbaf90;
}

.touch-box {
    background: #302e2b;
    text-align: right;
    padding: 40px;
    min-height: 380px;
    color: #cbaf90;
}

ul.blog-aside-link>li {
    padding: 13px 20px;
    text-align: right;
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 300;
    font-size: 26px;
    line-height: normal;
    border-bottom: 1px solid #302e2b;
}

ul.blog-aside-link>li::before {
    display: none;
}

.inner-blog-content {
    padding: 20px 30px 0 0;
}

.inner-blog-content p+ul {
    margin-left: 20px;
    margin-top: 0;
}

.testimonial-slider-wrapper {
    background: #eeecea;
}

.testimonial-slider {
    max-width: 895px;
    margin: 0 auto;
}

.testimonial-slider .testimonial {
    background: #fff;
    padding: 35px 40px;
    border-radius: 35px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
    box-shadow: -20px 0px 0px -10px #fbfbfa, -40px 0px 0px -20px #f7f6f5, 20px 0px 0px -10px #fbfbfa, 40px 0px 0px -20px #f7f6f5;
}

.testimonial-slider .testimonial .content-box {
    width: calc(100% - 100px);
    padding: 0 0 0 40px;
}

.testimonial-slider .testimonial .img-box {
    width: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-slider .testimonial .img-box .img {
    width: 63px;
    height: 63px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    background-color: #b98e60;
    margin: 0 0 10px;
}

.testimonial-slider .testimonial .img-box .img img {
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
}

.testimonial-slider .testimonial .content-box h4 {
    margin: 0 0 20px;
}

.testimonial-slider .testimonial .img-box h6 {
    font-family: var(--bodyFontFamily);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.80px;
    color: #5d472b;
    line-height: 18px;
}

.testimonial-slider .testimonial .img-box h6 strong {
    display: block;
    font-weight: 600;
}

.testimonial-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -35px -35px 0;
}

.testimonial-box {
    width: calc(100% / 3 - 35px);
    margin: 0 35px 35px 0;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
}

.testimonial-box .img {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    overflow: hidden;
    background: #b98e60;
    margin: 0 0 18px;
}

.testimonial-box .img img {
    mix-blend-mode: luminosity;
}

.testimonial-box h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--bodyFontFamily);
    color: #5d472b;
}

.testimonial-box h6 strong {
    display: block;
    line-height: 24px;
    font-weight: 600;
    transition: unset;
}

.testimonial-box p {
    margin: 0 0 10px;
}

.testimonial-box .bg {
    opacity: 0;
    transition: inherit;
}

.testimonial-box:hover {
    background: #291c0c;
    color: #fff;
}

.testimonial-box:hover .bg {
    opacity: 40%;
}

.testimonial-box:hover h6 {
    color: #fff;
}

.heartfelt-letter-wrapper {
    background-color: #edecea;
}

.heartfelt-letter-listing {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 21px 0 30px 0;
}

.heartfelt-letter-box {
    background: #fff;
    margin: 0 25px 0 0;
    padding: 16px;
    border-radius: 30px;
    min-width: 289px;
    max-width: 289px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* width */
.heartfelt-letter-listing::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
.heartfelt-letter-listing::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 8px;
}

/* Handle */
.heartfelt-letter-listing::-webkit-scrollbar-thumb {
    background: #686465;
    border-radius: 8px;
}

/* Handle on hover */
.heartfelt-letter-listing::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body.page-template-dashboard,
body.woocommerce-orders {
    background: #eeecea;
}

body.woocommerce-account.woocommerce-orders {
    background: #fff;
}

body.woocommerce-cart .dashboard-wrapper .woocommerce-MyAccount-content>.common-content,
body.woocommerce-cart .dashboard-wrapper .woocommerce-MyAccount-content>.common-content>.container,
body.woocommerce-checkout .dashboard-wrapper .woocommerce-MyAccount-content>.common-content,
body.woocommerce-checkout .dashboard-wrapper .woocommerce-MyAccount-content>.common-content>.container {
    padding: 0;
}

.woocommerce-orders .common-content:has(.dashboard-wrapper),
.woocommerce-view-order .common-content:has(.dashboard-wrapper) {
    padding: 0;
}

.dashboard-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation {
    width: 19.5%;
    padding: 0 25px 0 0;
}

.money-back {
    margin: 10px 0 15px;
    padding: 0 18px;
}

.money-back img {
    mix-blend-mode: darken;
    width: 105px;
}

.dashboard-wrapper .woocommerce-MyAccount-wrapper {
    width: 80.5%;
}

.dashboard-wrapper .woocommerce-MyAccount-content {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    z-index: 10;
    clear: both;
    overflow: hidden;
}

/* ul.MyAccount-profile-list+.woocommerce { width: 100%; background: #fff; padding: 45px; border-radius: 15px; position: relative; z-index: 10; clear: both; overflow: hidden; } */
.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li {
    padding: 0;
    margin: 0 0 5px;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li::before {
    display: none;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li:last-child {
    margin: 0;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li:nth-last-child(2) {
    /* width: calc(100% - 5px) !important; */
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li.is-active>a {
    background: #fff;
    font-weight: 500;
    border-color: #fff;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li>a:not(.btn) {
    font-size: 16px;
    line-height: normal;
    color: #676464;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 13px 18px;
    overflow: hidden;
    border-radius: 10px;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li>a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li>a i {
    margin: 0 11px 0 0;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li>a:hover {
    background: #fff;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li>a.btn {
    width: 100%;
    min-width: unset;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li:has(.btn) {
    padding: 5px 0 0;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul {
    margin: 0;
}

.dashboard-wrapper .woocommerce-MyAccount-content h1,
.dashboard-wrapper .woocommerce-MyAccount-content h2,
.dashboard-wrapper .woocommerce-MyAccount-content h3,
.dashboard-wrapper .woocommerce-MyAccount-content h5,
.dashboard-wrapper .woocommerce-MyAccount-content h6 {
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 600;
    letter-spacing: normal;
}

.dashboard-wrapper .woocommerce-MyAccount-content h4 {
    border-bottom: 1px solid #eeecea;
    padding: 0 0 20px;
}

.dashboard-wrapper .woocommerce-MyAccount-content h6 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0;
}

.dashboard-wrapper .woocommerce-MyAccount-content h6:first-child {
    margin-top: 0;
}

.dashboard-wrapper .woocommerce-MyAccount-content .myAccount-inner-box {
    border: 1px solid #eeecea;
    padding: 20px 20px;
    border-radius: 15px;
    margin: 0 0 20px;
}

.dashboard-wrapper .woocommerce-MyAccount-content .marquee.myAccount-inner-box {
    padding: 6px 20px 2px;
    line-height: 1;
    border-radius: 30px;
    background-color: #eeecea;
}

.marquee.myAccount-inner-box p {
    margin: 0;
}

.marquee.myAccount-inner-box .btn {
    width: fit-content;
    padding: 2px 10px;
    font-size: 12px;
    min-width: unset;
    line-height: 1;
    vertical-align: bottom;
    margin: 0 0 0 10px;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation .aside-nav-logo {
    margin: 0px auto 30px 0;
    width: 100px;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation h4 {
    font-family: var(--bodyFontFamily);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #676464;
    margin: 0 0 10px;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li:has(.buy-box) {
    width: 100%;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation .buy-box {
    background: rgb(165, 138, 79) !important;
    background: -moz-linear-gradient(180deg, rgba(165, 138, 79, 1) 0%, rgba(190, 161, 97, 1) 50%, rgba(215, 185, 116, 1) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(165, 138, 79, 1) 0%, rgba(190, 161, 97, 1) 50%, rgba(215, 185, 116, 1) 100%) !important;
    background: linear-gradient(180deg, rgba(165, 138, 79, 1) 0%, rgba(190, 161, 97, 1) 50%, rgba(215, 185, 116, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a58a4f", endColorstr="#d7b974", GradientType=1) !important;
    color: #fff !important;
    padding: 20px 17px !important;
    display: flex !important;
    flex-direction: column;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
    max-width: 300px;
    margin-inline: auto;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation .buy-box .btn {
    min-width: unset;
    width: fit-content;
    background: #000000;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation .buy-box h6 {
    display: flex;
    align-items: center;
    font-family: var(--bodyFontFamily);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 13px;
}

.dashboard-wrapper .woocommerce-MyAccount-navigation .buy-box h6 img {
    margin: 0 11px 0 0;
}

ul.MyAccount-profile-list {
    clear: both;
    width: fit-content;
    margin: 0 0 20px auto;
    overflow: visible;
    position: relative;
    z-index: 19;
    display: flex;
    align-items: center;
}

ul.MyAccount-profile-list>li>a {
    display: flex;
    min-height: 28px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: inherit;
}

ul.MyAccount-profile-list li {
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    overflow: visible;
}

ul.MyAccount-profile-list li::before {
    display: none;
}

ul.MyAccount-profile-list li ul {
    position: absolute;
    border-radius: 0;
    padding: 0;
    margin: 10px 0 0;
    visibility: hidden;
    text-align: left;
    right: 0;
    opacity: 0;
    top: calc(100% - 1px);
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-top: 2px solid var(--linkColor);
}

ul.MyAccount-profile-list li ul::before {
    content: "";
    display: block;
    padding: 10px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
}

ul.MyAccount-profile-list li ul:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: calc(100% + 2px);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--linkColor);
}

ul.MyAccount-profile-list .MyAccount-profile-user {
    display: flex;
    align-items: center;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 30px 0 0;
    position: relative;
    min-height: 28px;
}

ul.MyAccount-profile-list .MyAccount-profile-user::after {
    display: block;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    right: 4px;
    top: 0px;
    z-index: 99;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    font-weight: 300;
}

ul.MyAccount-profile-list i {
    font-size: 28px;
    margin: 0 10px 0 0;
    color: #b98e60;
}

ul.MyAccount-profile-list i.fa-stars {
    margin-top: -16px;
    font-size: 35px;
    color: #f5bf03;
}

ul.MyAccount-profile-list li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
}

ul.MyAccount-profile-list li ul li {
    width: 100%;
    min-width: 200px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    overflow: visible;
}

ul.MyAccount-profile-list li ul li a {
    display: block;
    white-space: normal;
    text-transform: capitalize;
    font-weight: 500;
    line-height: normal;
    color: var(--bodyFontColor);
    padding: 7px 20px;
    text-align: left;
}

ul.MyAccount-profile-list li ul li a:hover {
    color: #fff;
    background: #b98e61;
}

.fa-shopping-cart {
    position: relative;
}

.fa-shopping-cart .count {
    display: flex;
    align-items: center;
    justify-content: center;
    right: -6px;
    position: absolute;
    top: -11px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    background: #000;
    z-index: 3;
    font-family: var(--bodyFontFamily);
    border-radius: 50px;
    font-weight: 800;
    min-width: 17px;
    min-height: 17px;
    padding: 3px 5px 1px;
    letter-spacing: normal;
}

.woocommerce-MyAccount-content .message {
    border: 1px solid #dff2bf;
    padding: 9px 16px;
    border-radius: 3px;
    margin: 0 0 20px;
    background: #dff2bf;
    color: #270;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 15px;
}

.woocommerce-orders table.my_account_orders .button {
    min-width: unset;
    font-size: 11px !important;
    padding: 2px 9px 0px !important;
    margin: 3px;
    letter-spacing: 0.5px !important;
}

.woocommerce-MyAccount-content .message i {
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.woocommerce-MyAccount-content .message.error {
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px solid #ff9796;
}

.woocommerce-MyAccount-content .message.type2 {
    background: #fff;
    border: 1px solid #eeecea;
    color: inherit;
    border-radius: 10px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details,
.woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-MyAccount-content .woocommerce-order-downloads {
    margin: 0 0 30px;
}

.woocommerce-MyAccount-content address {
    padding: 15px !important;
}

.edit-letter-listing {
    background: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    padding: 15px;
    border-radius: 8px;
}

.edit-letter-listing .edit-letter p {
    margin: 0 0 4px;
}

.edit-letter-listing .edit-letter textarea.edit-letter-textarea {
    height: 200px;
    margin: 0 0 15px;
    line-height: normal;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.edit-letter-listing .edit-letter {
    margin: 0 0 20px;
}

.edit-letter-listing .edit-letter:last-of-type {
    margin: 0;
}

.type2.message img,
.type2.message a {
    display: inline-block;
    vertical-align: middle;
}

.type2.message img {
    margin: 0 0 0 15px;
}

.my-letter-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px -40px 0;
}

.my-letter-listing .my-letter {
    width: calc(100%/4 - 40px);
    margin: 0 40px 40px 0;
    text-align: left;
    font-size: 15px;
    white-space: nowrap;
    line-height: normal;
    font-weight: 500;
}

.my-letter-listing .my-letter .lazy-image {
    padding-top: 132%;
    margin: 0 0 10px;
}

.my-letter-listing .my-letter .lazy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-letter-listing .my-letter p {
    padding: 0 20px 0 4px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.my-letter-listing .my-letter p .fal {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 16px;
    font-weight: 500;
}

.my-letter-listing .my-letter img {
    width: 100%;
}

ul.my-contact-listing>li {
    padding: 0 0 15px;
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    color: #676464;
}

ul.my-contact-listing>li::before {
    display: none;
}

ul.my-contact-listing {
    margin: 0;
}

ul.my-contact-listing>li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 13px 0 0;
}

.letter-sched-box .table-responsive {
    margin: 0 -10px;
}

table.letter-sched {
    border: none;
}

table.letter-sched tr td,
table.letter-sched tr th {
    border: none;
    padding: 10px 10px;
}

table.letter-sched tr td:first-child p {
    width: 215px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

table.letter-sched tr td:first-child p i {
    margin: 0 10px 0 0;
}

table.letter-sched tr td:last-child {
    text-align: center;
}

.letter-sched-box {
    background: #b98e60;
    color: #fff;
    border-color: #b98e60 !important;
    padding-bottom: 100px !important;
    background-image: url('../img/letter-sched-box-bg.png');
    background-position: calc(100% - 5px) calc(100% - 5px);
    background-repeat: no-repeat;
}

.letter-sched-box .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    border-bottom: 1px solid #c09a70;
    padding: 0 0 10px;
}

.login-register-wrapper {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #eeecea;
    overflow: hidden;
}

.login-register-wrapper .img-box {
    width: 40.6182%;
    overflow: hidden;
    position: relative;
}

.login-register-wrapper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.login-register-wrapper .form-wrapper {
    width: 59.3818%;
    padding: 60px 60px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.login-register-wrapper h4 {
    padding-top: 15px;
}

.login-register-form-box {
    width: 100%;
    max-width: 550px;
}

.login-register-form-box .login-register-logo {
    margin: 0 auto 10px;
    display: block;
    width: fit-content;
    max-width: 90px;
}

.login-register-form-box h2 {
    font-size: 35px;
}

.login-register-form-box .form-title {
    margin-top: 30px;
}

.login-register-form-box .woocommerce-form {
    text-align: left !important;
    padding: 5px 0 5px 0 !important;
    margin: 0 !important;
    border-radius: unset !important;
    border: none !important;
}

.login-register-form-box input:not([type="checkbox"], [type="radio"]),
.login-register-form-box select {
    border-radius: 60px;
    border-color: #fff;
    margin-bottom: 15px;
    height: 33px;
    padding: 3px 15px;
    font-size: 15px;
}

.login-register-form-box label {
    padding: 0 0 0 15px;
    text-align: left;
    line-height: normal;
    margin: 0 0 3px;
    font-weight: 400;
}

.login-register-form-box button,
.login-register-form-box .woocommerce button,
.login-register-form-box .button {
    width: 100%;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 9px 30px !important;
}

.login-register-form-box .woocommerce-LostPassword {
    text-align: center;
    padding: 15px 0 0;
}

.login-register-form-box .woocommerce-form .row {
    margin-right: -5px;
    margin-left: -5px;
}

.login-register-form-box .woocommerce-form [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.login-register-form-box .inner-form-wrap {
    clear: both;
    float: none;
    padding: 0 0 15px;
}

/*
.login-register-form-box .inner-form-wrap .form-row { float: left; width: 50%; padding: 0 5px; margin: 0; } */
.login-register-form-box .woocommerce-privacy-policy-text {
    padding: 0 5px;
}

.login-register-wrapper .woocommerce-ResetPassword .form-row {
    width: 100% !important;
}

.login-register-form-box .woocommerce form.login,
.login-register-form-box .woocommerce form.register {
    padding-inline: 40px !important;
}

.login-register-form-box .recipient_delivery_date,
.login-register-form-box #date_of_delivery,
.login-register-form-box #date,
.login-register-form-box #date_of_birthday {
    background-position: calc(100% - 15px) center;
    padding-right: 45px !important;
    background-size: 17px;
}

.login-register-wrapper h4,
.login-register-wrapper h5 {
    padding-top: 5px;
    font-size: 23px;
    margin: 0 0 10px;
}

.sched-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 25px;
    border-bottom: 1px solid #eeecea;
}

.sched-box .lazy-image {
    width: 15.5%;
    padding-top: 21%;
}

.sched-box .sched-content-box {
    width: 52%;
    padding: 20px 10px 20px 30px;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}

.sched-box .sched-author-box {
    width: 32.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 0 20px 10px;
    font-weight: 500;
}

.sched-box .lazy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sched-box+.sched-box {
    padding-top: 25px;
}

.sched-box-listing .sched-box:last-child {
    border: none;
    padding-bottom: 0;
}

.sched-box .sched-author-box .sched-author {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 500;
    padding: 0 0 10px;
}

.sched-box .sched-author-box .sched-author img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.sched-box .sched-author-box .date i {
    margin: 0 2px 0 0;
}

.create-letter-box {
    display: flex;
    flex-wrap: wrap;
    padding: 35px !important;
    line-height: normal;
    font-weight: 500;
}

.create-letter-box>* {
    width: 50%;
}

.create-letter-box .img-box {
    padding: 0 20px 0 0;
}

.create-letter-box .img-box img {
    margin: 0 0 0 auto;
    display: block;
}

.create-letter-box .btn {
    min-width: 130px;
}

.create-letter-box2 {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: normal;
}

.create-letter-box2 img {
    margin: 0 30px 0 0;
}

.create-letter-box2 h6 {
    width: 490px;
}

.create-letter-box2 p {
    padding: 0 15px 0 0;
}

.create-letter-box2 p:last-child {
    padding: 0;
    min-width: 160px;
    text-align: center;
    justify-content: center;
}

.create-letter-box2 .btn {
    min-width: unset;
    white-space: nowrap;
}

.profile.create-letter-box2 h6 {
    margin: 20px 0 19px;
    width: 100%;
    max-width: 300px;
}

.profile.create-letter-box2 img {
    margin: 0 auto 0px;
}

.profile.create-letter-box2 {
    flex-direction: column;
    width: fit-content;
    margin: 40px auto 20px !important;
    padding: 40px 40px !important;
}

.price-option-wrapper {
    text-align: center;
    background: #f2eee9;
}

.price-option-area {
    margin: 40px -40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.price-option {
    background: #fff;
    text-align: center;
    margin: 0 40px 40px 0;
    padding: 35px 10px;
    width: calc(100% / 3 - 40px);
    font-size: 18px;
    font-weight: 600;
    max-width: 315px;
    position: relative;
    overflow: hidden;
}

.price-option img {
    margin: 0 auto 10px;
    display: block;
}

.price-option h3 {
    font-family: 'Denton Test', var(--bodyFontFamily) !important;
    color: #b98e60;
    font-size: 34px;
    margin: 0 0 9px;
    font-weight: 300 !important;
}

.price-option h3 .woocommerce-Price-currencySymbol {
    font-family: 'Masvis', var(--bodyFontFamily) !important;
    font-size: 60%;
    font-weight: 600;
    margin: 0px 10px 0 0;
    position: relative;
    top: -5px;
}

.price-option p {
    margin: 0 0 10px;
}

.price-option p:last-child {
    margin: 0;
}

.price-option p:not(:first-of-type) {
    font-size: 15px;
    font-weight: 400;
}

.price-option h6 {
    font-family: var(--bodyFontFamily);
    font-size: 20px;
    font-weight: 600;
}

.price-option p:has(.btn) {
    padding: 6px 0 0;
}

.price-option .ribbon-wrapper {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.price-option .ribbon-wrapper .ribbon-tag {
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: left center;
    position: absolute;
    padding: 4px 4px;
    left: -11px;
    bottom: -15px;
    width: 185px;
    color: #ffffff;
    background: rgb(223, 192, 122);
    background: radial-gradient(circle, rgba(223, 192, 122, 1) 0%, rgba(165, 138, 79, 1) 50%, rgba(165, 138, 79, 1) 100%);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.price-option .btn {
    display: inline-flex !important;
    font-weight: 600 !important;
    position: relative !important;
    border: var(--btnBorder) !important;
    border-radius: var(--btnBorderRadius) !important;
    font-size: var(--btnFont) !important;
    color: var(--btnColor) !important;
    line-height: normal !important;
    padding: var(--btnPadding) !important;
    overflow: hidden !important;
    background-color: var(--btnBg) !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: all 0.3s linear 0s !important;
}

.price-option .btn:hover {
    color: var(--btnHoverColor) !important;
    background-color: var(--btnHoverBg) !important;
}

.type2.price-option {
    border: 1px solid #eeecea;
    border-radius: 10px;
    width: calc(100% / 3 - 15px);
    margin: 0 15px 15px 0;
}

.price-option-area:has(.price-option.type2) {
    margin: 0 -15px -15px 0;
}

.token-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    background: #eeecea;
    color: #676464;
    padding: 27px 30px;
    border-radius: 10px;
    margin: 30px 0 50px;
}

.token-box p {
    margin: 0;
    display: flex;
    align-items: center;
}

.token-box p img {
    width: 35px;
    margin: 0 10px 0 0;
}

.token-box p i {
    margin: 0px 5px 0 0;
}

ul.token-box-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 0 0;
}

ul.token-box-listing>li {
    margin: 0 30px 30px 0;
    width: calc(100%/3 - 30px);
    flex-direction: column;
    padding: 27px 30px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #eeecea;
}

ul.token-box-listing>li::before {
    display: none;
}

ul.token-box-listing>li img {
    width: 39px;
    margin: 0 0 12px;
}

ul.token-box-listing>li h5 {
    font-size: 22px;
    margin: 5px 0 0 0;
}

ul.token-box-listing>li:last-child {
    background: #b19558;
    color: #fff;
    border-color: #b19558;
}

ul.token-history-listing>li {
    padding: 13px 0 13px 31px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #eeecea;
}

ul.token-history-listing>li::before {
    display: none;
}

ul.token-history-listing>li i {
    position: absolute;
    top: 16px;
    left: 7px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    text-align: left !important;
}

.woocommerce form .form-row input~* {
    margin: .5em 0 0;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    width: 40px;
    height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.woocommerce-password-strength {
    border-radius: 40px;
}

ul.woocommerce-error li::before {
    display: none;
}

.dashbord-form input,
.dashbord-form select,
.dashbord-form textarea {
    margin: 0;
    height: 45px;
    background: #f2f2f1;
    border-color: #f2f2f1;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
}

.dashbord-form .row,
.row.dashbord-form {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.dashbord-form .row .row,
.row.dashbord-form .row {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: -20px;
}

.dashbord-form [class^="col-"],
.dashbord-form [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.dashbord-form [class^="col-"] [class^="col-"],
.dashbord-form [class*="col-"] [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.dashbord-form p {
    padding: 10px 0 0 0;
    margin: 0;
}

.dashbord-form [class^="col-"] p,
.dashbord-form [class*="col-"] p {
    position: relative;
    padding: 0;
    margin: 0;
}

.dashbord-form [class^="col-"]:has(.btn) .btn,
.dashbord-form [class*="col-"]:has(.btn) .btn {
    margin: 10px 0 0 0;
}

.dashbord-form [class^="col-"]:has(.btn),
.dashbord-form [class*="col-"]:has(.btn) {
    padding-top: 10px;
}

.dashbord-form {
    margin-top: -20px;
}

.dashbord-form+.dashbord-form {
    padding: 0 0 25px;
}

.view-mode.dashbord-form label,
.view-mode.dashbord-form label+p {
    display: inline-flex !important;
}

.view-mode.dashbord-form label {
    padding: 0 10px 0 0;
}

.view-mode.dashbord-form label+p {
    font-weight: 600;
}

.view-mode.dashbord-form label::after {
    content: ":";
    padding: 0 0 0 5px;
    display: inline-flex;
}

.dashbord-form .profile-img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 10px auto -30px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    transform: translate(0px, -50%);
}

.dashbord-form .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-box {
    position: relative;
    padding: 0 0 0 80px;
    line-height: normal;
}

.card-box img.icon {
    position: absolute;
    top: 0;
    left: 0;
}

.card-box strong {
    display: block;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
}

.card-box+.card-box {
    margin: 20px 0 0;
}

table.contact-table {
    border: none;
}

table.contact-table tr td,
table.contact-table tr th {
    border: none;
    border-bottom: 1px solid #eeecea;
}

table.contact-table tr th {
    font-weight: 600;
}

table.contact-table tr td label {
    display: none;
    font-weight: 600;
}

table.contact-table tr td .m-btns {
    display: none;
}

.contact-table .contact-user img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 13px 0 0;
}

.contact-table .contact-user {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    color: #676464;
}

.myAccount-inner-box .table-responsive {
    margin-top: 0;
}

.myAccount-inner-box .table-responsive+p:has(img) {
    padding-top: 20px;
}

.myAccount-inner-box .table-responsive:last-of-type {
    margin-bottom: 0;
}

.create-letter-form {
    margin-top: -20px;
}

.create-letter-form label {
    font-weight: 500;
    min-width: 40px;
    line-height: 1;
    margin: 0 5px 0 0;
}

.create-letter-form input:not(.btn),
.create-letter-form select {
    height: 30px;
    padding: 0 15px;
    border: none;
    border-bottom: 1px solid #18171c;
    min-width: 400px;
    color: var(--bodyFontColor);
    font-size: 16px;
    font-family: var(--bodyFontFamily);
    font-weight: 500;
}

.create-letter-form select {
    padding-right: 30px !important;
    background-position: calc(100% - 11px) center;
}

.create-letter-form textarea {
    min-height: 530px;
    border: none;
    /* background-image: url('../img/create-letter-bg.png'); */
    padding: 0px 5px;
    line-height: 48px;
}

.recipient_delivery_date,
#date_of_delivery,
#date,
#date_of_birthday {
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    background-size: 22px;
    padding-right: 35px !important;
}

.dashboard-keepsake-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
}

.dashboard-keepsake-box {
    width: calc(100%/3 - 20px);
    margin: 0 20px 20px 0;
    padding: 15px;
    border: 1px solid #eeecea;
    border-radius: 15px;
}

.dashboard-keepsake-box .lazy-image {
    padding-top: 90.3%;
    margin: 0 0 17px;
}

.dashboard-keepsake-box .lazy-image img {
    width: 100%;
    height: 100%;
}

.dashboard-keepsake-box .token {
    display: flex;
    align-items: center;
    color: #b98e60;
    font-size: 18px;
    font-weight: 600;
}

.dashboard-keepsake-box .token img {
    width: 15px;
    margin: 0 6px 0 0;
}

.dashboard-keepsake-box p {
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dashboard-keepsake-box p:last-child {
    margin: 0;
}

.step-popup-wrapper {
    position: fixed;
    z-index: 9999;
    background: rgb(28 23 19 / 90%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 50px 20px 20px;
    display: block;
    text-align: center;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: .3s linear;
    overflow-x: hidden;
    overflow-y: auto;
}

.setpPopup-open {
    overflow: hidden !important;
}

.setpPopup-open .step-popup-wrapper {
    visibility: visible;
    opacity: 1;
}

.step-popup-wrapper::before {
    content: "";
    display: inline-flex;
    vertical-align: middle;
    height: 100%;
    margin: 0 0 0 -4px;
}

.step-popup {
    background: #fff;
    max-width: 1100px;
    width: 100%;
    padding: 50px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: normal;
}

.step-popup .btn {
    margin: 0 5px 10px;
    padding: 7px 15px 5px;
    font-size: 13px;
    min-width: 170px;
}

.step-popup p:has(.btn) {
    margin-bottom: -10px;
}

.step-popup span.close {
    display: block;
    position: absolute;
    right: -60px;
    width: fit-content;
    z-index: 10;
    top: 0px;
    cursor: pointer;
}

.step-popup ul.step {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    counter-reset: count;
}

.step-popup ul.step>li {
    padding: 10px;
    margin: 0;
    width: calc(100%/5);
    overflow: visible;
    font-size: 15px;
    font-family: 'Denton Test', var(--bodyFontFamily);
    font-weight: 500;
    line-height: normal;
}

.step-popup ul.step>li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #edecea;
    position: absolute;
    right: 0;
    left: 0;
    top: 49px;
}

.step-popup ul.step>li:first-child::after,
.step-popup ul.step>li:last-child::after {
    width: 50%;
}

.step-popup ul.step>li:first-child::after {
    left: auto;
}

.step-popup ul.step>li::before {
    display: block;
    width: 35px;
    height: 41px;
    background-color: transparent;
    background-image: url('../img/stpeArrow.png');
    background-repeat: no-repeat;
    content: "";
    border-radius: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: 29px;
    z-index: 5;
}

.step-popup ul.step>li:last-child::before {
    display: none;
}

.step-popup ul.step>li .icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: #edecea;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.step-popup ul.step>li .icon::before {
    counter-increment: count;
    content: "0" counter(count);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #b98e61;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    top: -4px;
    left: -5px;
    font-family: var(--bodyFontFamily);
}

.step-popup ul {
    text-align: left;
    display: none;
    min-width: 245px;
}

.read-more-click {
    cursor: pointer;
}

.read-more-click::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 25px;
    position: relative;
    right: 0;
    top: 0;
    font-weight: 400;
    margin-left: 8px;
    vertical-align: middle;
}

.read-more-click.active::after {
    content: "\f106";
}

.form-wrapper .step-popup {
    padding: 20px 0 0 !important;
    background: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.form-wrapper .step-popup ul.step>li .icon {
    margin-bottom: 10px;
    background: #ffffff;
}

.form-wrapper .step-popup ul.step>li {
    text-align: center;
}

.woocommerce table.my_account_orders {
    font-size: inherit;
}

.plp-wrapper {
    background: #f2eee8;
    padding: 55px 0 80px;
}

.plp-listing {
    display: grid;
    margin: 0 -25px 0 0;
    grid-template-columns: calc(100%/4 - 25px) calc(100%/4 - 25px) calc(100%/4 - 25px) calc(100%/4 - 25px);
    grid-gap: 25px;
}

.plp-listing .woocommerce-notices-wrapper,
.plp-listing .woocommerce-pagination {
    grid-column: 1/5;
}

.pod-box {
    background: #fff;
    text-align: center;
}

.pod-box .content-box {
    padding: 5px 35px 35px;
    font-size: 18px;
    font-weight: 500;
}

.pod-box .content-box p {
    margin: 0 0 10px;
}

.pod-box .content-box p:last-of-type {
    margin: 0;
}

.pod-box .content-box .price {
    color: #b98e60;
    font-weight: 600;
    text-decoration: unset;
}

.pod-box .content-box p ins {
    text-decoration: unset;
}

.pod-box .content-box h5 {
    margin: 0 0 8px;
}

.pod-box .lazy-image {
    padding-top: 91%;
    display: block;
}

.pod-box .lazy-image img {
    max-height: 90%;
}

.pod-box .btn {
    /* width: 100%; */
    min-width: unset;
}

.pdp-details ul.breadcrumbs {
    padding: 0 0 20px;
}

.pdp-details .price {
    color: #b98e60;
    font-weight: 600;
}

.plp-wrapper h4 {
    margin: 0 0 30px;
}

.pdp-details {
    padding: 70px 0;
}

.pdp-details .two-col-info .content-box .btn-row>* {
    margin: 10px 10px 0 0;
}

.pdp-details .two-col-info .content-box .btn-row {
    margin: 0 -10px 0 0;
}

.pdp-details .two-col-info .content-box .btn-row .btn,
.pdp-details .two-col-info .content-box .btn-row button {
    margin: 10px 10px 0 0;
    min-width: unset;
}

.pdp-img-slider-wrapper .pdp-img-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdp-img-slider-wrapper .pdp-img-slide img {
    width: auto;
    margin: auto;
}

.edit-letter-popup {
    background: #fff;
    padding: 20px 20px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.my-letters-grid {
    display: grid;
    margin: 0 -10px 0 0;
    grid-template-columns: calc(100% / 4 - 10px) calc(100% / 4 - 10px) calc(100% / 4 - 10px) calc(100% / 4 - 10px);
    grid-gap: 10px;
}

.my-letters-grid .letter-card {
    background: #fff;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
}

.my-letters-grid .letter-card .letter-thumb img {
    position: absolute;
    background-color: var(--bodyFontColor);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100% !important;
    max-height: 80%;
    width: auto;
    margin: auto !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.my-letters-grid .letter-card .letter-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 70%;
}

.my-letters-grid .letter-card .letter-content {
    padding: 0px 15px 15px 15px;
    font-size: 18px;
    font-weight: 500;
}

.my-letters-grid .letter-card .letter-content button {
    min-width: unset;
    padding: 6px 15px 4px !important;
    margin: 9px 0 0 0;
}

.my-letters-grid .letter-card .letter-content strong {
    display: block;
}

.woocommerce .woocommerce-order {
    padding: 25px;
    border: 1px solid #dedede;
    background-color: #fff;
    margin: 0 0 15px;
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce-thankyou-order-received .btn {
    min-width: unset;
    padding: 5px 10px 3px;
    letter-spacing: normal;
    margin: 0 0 0 13px;
}

#letter-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
}

#letter-modal .modal-wrapper {
    border: 1px solid rgb(204, 204, 204);
    background: rgb(255, 255, 255);
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5vh;
    border-radius: 10px;
    width: calc(100% - 140px);
}

#letter-modal textarea#letter-text {
    height: 400px;
}

#letter-modal::after {
    content: "";
    display: inline-block;
    width: 100%;
}

#letter-modal h4 {
    font-size: 40px;
    text-align: center;
}

/* html.modal-show {
    overflow: hidden;
} */

#letter-modal textarea {
    height: 250px;
}

/************Responsive Start************/
@media only screen and (max-width: 1399px) {
    .form-wrapper .step-popup ul.step>li {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 1345px) {
    .nav-wrap nav ul.nav li {
        margin: 0 10px 0 0;
    }

    .nav-wrap nav ul.nav li>a {
        font-size: 13px;
    }

    header .header-btn-wrap ul li a.h-icon {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1300px) {

    .main-banner h1,
    .main-banner .heading,
    .inner-banner h1,
    .inner-banner .heading {
        font-size: 30px;
    }

    .main-banner .start-btn,
    .main-banner .dash-btn {
        font-size: 16px;
        width: 160px;
        height: 160px;
    }

    .pod-box .content-box {
        padding: 5px 15px 15px;
    }
}

@media only screen and (max-width: 1110px) {
    .step-popup span.close {
        top: -40px;
        right: 0px;
    }

    .my-letters-grid {
        grid-template-columns: calc(100% / 3 - 10px) calc(100% / 3 - 10px) calc(100% / 3 - 10px);
    }
}

@media only screen and (max-width: 1024px) {
    :root {
        --pageCenter: 1276px;
        --logoWidth: 73px;
        --ScrollLogoWidth: 73px;
        --headerSpace: 93px;
    }

    /**************/
    .nav-trigger {
        float: right;
        padding: 1px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        border: 2px solid #fff;
        margin: 0 0 0 12px;
        overflow: visible;
        font-size: 0;
        line-height: 0;
    }

    .nav-trigger .icon {
        width: 20px;
        height: 30px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: flex;
        vertical-align: middle;
        line-height: 0;
        margin: 4px 0 0 0;
    }

    .nav-trigger .icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .nav-trigger .icon span:nth-child(even) {
        left: 50%
    }

    .nav-trigger .icon span:nth-child(odd) {
        left: 0
    }

    .nav-trigger .icon span:nth-child(1),
    .nav-trigger .icon span:nth-child(2) {
        top: 3px
    }

    .nav-trigger .icon span:nth-child(3),
    .nav-trigger .icon span:nth-child(4) {
        top: 12px
    }

    .nav-trigger .icon span:nth-child(5),
    .nav-trigger .icon span:nth-child(6) {
        top: 21px
    }

    .closemenu.nav-trigger .icon span:nth-child(1),
    .closemenu.nav-trigger .icon span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .closemenu.nav-trigger .icon span:nth-child(2),
    .closemenu.nav-trigger .icon span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .closemenu.nav-trigger .icon span:nth-child(1) {
        left: 2px;
        top: 8px
    }

    .closemenu.nav-trigger .icon span:nth-child(2) {
        left: calc(50% - 1px);
        top: 8px
    }

    .closemenu.nav-trigger .icon span:nth-child(3) {
        left: -50%;
        opacity: 0
    }

    .closemenu.nav-trigger .icon span:nth-child(4) {
        left: 100%;
        opacity: 0
    }

    .closemenu.nav-trigger .icon span:nth-child(5) {
        left: 2px;
        top: 15px
    }

    .closemenu.nav-trigger .icon span:nth-child(6) {
        left: calc(50% - 1px);
        top: 15px
    }

    #sidebar-nav {
        right: -300px;
        top: 0;
        bottom: 0;
        position: fixed;
        width: 300px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 20px 0 30px 35px;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        background: #fff;
        -webkit-box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
        box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
    }

    html,
    header {
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    .sidebar_active {
        overflow: hidden;
        margin-left: -300px;
        margin-right: 300px;
    }

    .sidebar_active #sidebar-nav {
        display: block;
        right: 0;
        z-index: 999999;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        display: none
    }

    .sidebar_active header {
        position: fixed;
        left: -300px;
        right: 300px;
    }

    .nav-wrap nav ul li::before {
        display: none;
    }

    .nav-wrap nav ul,
    nav ul ul {
        display: none;
    }

    .nav-wrap nav ul.nav {
        padding: 0;
        margin: 0;
        border: 0;
        visibility: visible;
        display: block;
        top: 0;
        color: #272422;
    }

    .nav-wrap nav ul.nav>li {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .nav-wrap nav ul.nav>li>a {
        display: block;
        color: #272422;
        padding: 17px 20px 17px 5px;
        margin: 0;
        white-space: inherit;
        border-radius: 0;
        border: none;
        font-size: 21px;
        line-height: 26px;
        font-weight: 500;
        text-decoration: none;
        text-transform: capitalize;
    }

    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 50px;
    }

    .nav-wrap nav ul.nav ul li {
        opacity: 1.0;
        padding: 0;
    }

    .nav-wrap nav ul.nav ul {
        position: static;
        opacity: 1.0;
        visibility: visible;
        padding: 0;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-wrap nav>ul.nav>li>ul {
        max-height: inherit;
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left
    }

    .nav-wrap nav ul.nav>li>ul>li {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: none;
        min-width: inherit
    }

    .nav-wrap nav ul.nav>li>ul li a {
        display: block;
        color: inherit;
        padding: 10px 40px 10px 15px;
        font-size: 17px;
        font-weight: 500;
        line-height: normal;
        white-space: inherit;
        text-align: left;
    }

    .nav-wrap nav ul.nav ul ul li {
        padding-left: 10px;
    }

    .nav-wrap nav .submenu-button {
        position: absolute;
        font-size: 0;
        background-color: transparent;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 111;
    }

    .nav-wrap nav ul.nav>li>.submenu-button {
        height: 60px;
        width: 50px;
    }

    .nav-wrap nav .submenu-button:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        margin: -4px -4px 0 0;
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-wrap nav .submenu-button.submenu-opened:before {
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: -3px;
    }

    .sidebar_active .mega-dropdown.open,
    .sidebar_active .nav-wrap nav ul.nav ul.open {
        display: block !important;
        position: static !important;
        top: 40px;
        left: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        opacity: 1.0;
        visibility: visible;
        height: 100%;
        overflow: auto;
        z-index: 99999;
    }

    .head-fix .nav-trigger .icon span {
        background: #b98e61;
    }

    .head-fix .nav-trigger {
        border-color: #b98e61;
    }

    body:has(.type2.inner-banner) header .nav-trigger,
    body:not(:has(.inner-banner, .main-banner)) header:not([class*="woocommerce"]) .nav-trigger {
        border-color: #b98e61;
    }

    body:has(.type2.inner-banner) header .nav-trigger .icon span,
    body:not(:has(.inner-banner, .main-banner)) header:not([class*="woocommerce"]) .nav-trigger .icon span {
        background: #b98e61;
    }

    header .header-row {
        margin: 10px 0;
    }

    header .header-left {
        position: static;
        transform: unset;
    }

    header .header-right .nav-wrap.center-logo-menu {
        padding: 0 !important;
    }

    .main-banner h1,
    .main-banner .heading,
    .inner-banner h1,
    .inner-banner .heading {
        font-size: 39px;
    }

    .inner-banner.type2 {
        padding: 40px 0;
    }

    .plp-wrapper {
        padding: 15px 0 40px;
    }

    .plp-listing {
        grid-template-columns: calc(100% / 3 - 25px) calc(100% / 3 - 25px) calc(100% / 3 - 25px);
    }

    .plp-listing .woocommerce-notices-wrapper,
    .plp-listing .woocommerce-pagination {
        grid-column: 1 / 4;
    }

}

@media only screen and (max-width: 991px) {

    .alignleft,
    .alignright {
        max-width: 300px
    }

    /*** Menu Accordion Mobile **/
    .mnu-acc {
        position: relative;
    }

    .mnu-acc+.content {
        display: none;
        padding: 10px 0px 0px;
    }

    .mnu-acc-trg {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: rgb(0, 176, 140);
        font-size: 12px;
        text-align: right;
        cursor: pointer;
    }

    .mnu-acc-trg i {
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .active.mnu-acc .mnu-acc-trg i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    header .header-btn-wrap ul li a.h-icon {
        font-size: 30px;
    }

    .main-banner img,
    .inner-banner img {
        min-height: 560px;
        object-fit: cover;
    }

    .inner-banner img {
        min-height: 350px;
    }

    .main-banner br,
    .inner-banner br {
        display: none;
    }

    .main-banner h1,
    .main-banner .heading,
    .inner-banner h1,
    .inner-banner .heading {
        font-size: 27px;
    }

    .main-banner .start-btn,
    .main-banner .dash-btn {
        font-size: 14px;
        width: 140px;
        height: 140px;
    }

    .common-content {
        padding: 40px 0;
    }

    .plp-wrapper {
        padding: 15px 0 40px;
    }

    .two-col-info>* {
        width: 100%;
    }

    .two-col-info .content-box,
    .reverse.two-col-info .content-box {
        padding-inline: 0;
        padding-bottom: 0;
    }

    .pdp-img-slider-wrapper .pdp-img-slide img {
        max-height: 200px;
    }

    .h-sev-box,
    .type3 .h-sev-box,
    .type4 .h-sev-box {
        width: calc(100% / 3 - 25px);
    }

    .count .h-sev-box h4::before,
    .type2.count .h-sev-box::before,
    .type3.count .h-sev-box::before,
    .type4.count .h-sev-box::before {
        font-size: 40px;
    }

    .type2 .h-sev-box .img-box,
    .type2.h-sev-box-listing .h-sev-box:nth-child(3) .img-box {
        padding-top: 70%;
    }

    .h-sev-box .img-box {
        padding-top: 90%;
    }

    .type3 .h-sev-box .img-box img {
        object-position: center;
    }

    .two-col-info br,
    .two-col-info p:empty {
        display: none;
    }

    .two-col-info .img-box figure {
        padding: 0 0 15px 15px;
    }

    .our-mission-wrapper .content-box img.decor[src*="flower1.png"] {
        width: 200px;
        margin: -30px 0 0 auto;
    }

    .our-mission-wrapper .content-box img.decor[src*="flower2.png"] {
        top: -60px;
        left: -10px;
        width: 60px;
    }

    .h-testimonial .box {
        width: 100%;
    }

    .h-testimonial .box img {
        width: 30%;
    }

    .h-testimonial .box:last-child {
        padding: 30px 0 0;
    }

    .h-price-wrapper .two-col-info {
        padding: 20px 0 0;
    }

    .top-info {
        flex-direction: column;
        justify-content: unset;
        align-items: flex-start;
    }

    .top-info .box:last-child {
        padding: 10px 0 0;
    }

    .h-blog-box,
    .h-blog-listing .h-blog-box:first-child {
        width: calc(50% - 25px);
    }

    .h-blog-listing .h-blog-box:first-child .lazy-image {
        padding-top: 60%;
    }

    .h-blog-box .lazy-image {
        padding-top: 60%;
    }

    .in-touch-wrapper {
        padding: 30% 0;
    }

    .in-touch-form .btn {
        position: relative;
        width: 100%;
    }

    .in-touch-form input:not(.btn) {
        padding: 10px 0;
    }

    footer .footer-top .left-content,
    footer .footer-top .right-content {
        width: 100%;
    }

    footer .footer-top .right-content .box {
        width: 20%;
    }

    footer .footer-top .right-content .box:first-child {
        width: 60%;
    }

    footer .f-logo {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    footer .footer-top .right-content .box:last-child {
        padding-left: 0;
        width: 100%;
    }

    footer .footer-top {
        padding: 30px 0 20px;
    }

    footer .footer-bottom {
        padding: 12px 0;
    }

    footer .footer-bottom .container {
        flex-direction: column;
        align-items: center;
    }

    .team-note-box .l-item1 {
        width: 80px;
        top: -40px;
        left: -10px;
    }

    .team-note-box {
        padding: 28px 25px 30px 25px;
    }

    .team-note-box .r-item1 {
        top: -40px;
        right: -10px;
        width: 60px;
    }

    .team-note-box .r-item2 {
        top: 50%;
        right: 39px;
        transform: translate(100%, -50%);
        width: 140px;
    }

    .team-note-box .l-item2 {
        top: 45%;
        left: 44px;
        transform: translate(-100%, -60%);
        width: 160px;
    }

    .team-note-box .l-item3 {
        bottom: 100px;
        left: 35px;
        transform: translate(-100%, 0);
        width: 90px;
    }

    .team-note-box .b-item1 {
        width: 190px;
        left: 0;
        bottom: -10px;
    }

    .team-note-box .b-item2 {
        width: 190px;
        bottom: -20px;
        right: -140px;
    }

    .full-w-two-col-info>* {
        width: 100%;
    }

    .full-w-two-col-info .max-width,
    .reverse.full-w-two-col-info .max-width {
        max-width: unset;
    }

    .reverse.full-w-two-col-info .content-box,
    .full-w-two-col-info .content-box {
        padding: 15px;
    }

    .type2.count .h-sev-box::before {
        font-size: 50px;
    }

    .common-content br {
        display: none;
    }

    .conatct-info-wrapper .img-box {
        width: 50px;
    }

    .conatct-info-wrapper .conatct-info-box {
        width: calc(100% - 50px);
        padding: 30px 15px 40px 15px;
        flex-direction: column;
    }

    .conatct-info-wrapper .conatct-info-box .box:first-child {
        max-width: unset;
    }

    .conatct-info-wrapper .conatct-info-box .box:last-child {
        padding: 30px 0 0;
    }

    .conatct-info-wrapper .conatct-info-box .box {
        width: 100%;
    }

    .conatct-info-wrapper .conatct-info-box br {
        display: none;
    }

    .blog-wrapper .blog-content,
    .blog-wrapper .blog-aside {
        width: 100%;
    }

    .blog-wrapper .blog-content,
    .blog-wrapper .blog-aside {
        width: 100%;
        border-left: 1px solid #302e2b;
    }

    .post {
        padding: 15px;
    }

    .post>* {
        width: 100%;
    }

    .post .lazy-image {
        padding-top: 100%;
    }

    .blog-wrapper .blog-content {
        border-right: none;
        padding-bottom: 30px;
    }

    .blog-wrapper .blog-aside {
        padding: 0 0 60px;
    }

    .touch-box {
        min-height: unset;
        padding: 50px 30px;
    }

    .inner-blog-content {
        padding: 15px 0 0 15px;
    }

    .inner-blog-content p+ul {
        margin-left: 10px;
    }

    .testimonial-box {
        width: calc(100% / 2 - 35px);
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 25px;
    }

    .testimonial-listing {
        margin-bottom: -25px;
    }

    .testimonial-slider .testimonial {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .testimonial-slider .testimonial .img-box {
        margin: 0 auto 20px;
    }

    .testimonial-slider .testimonial .content-box {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .testimonial-slider .testimonial .content-box h4 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .heartfelt-letter-box {
        min-width: 230px;
        max-width: 230px;
        margin: 0 15px 0 0;
        border-radius: 20px;
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation,
    .dashboard-wrapper .woocommerce-MyAccount-content,
    .dashboard-wrapper .woocommerce-MyAccount-wrapper {
        width: 100%;
        padding: 0;
        border-radius: 10px;
    }

    .dashboard-wrapper {
        padding: 30px 0;
    }

    .dashboard-wrapper .woocommerce-MyAccount-content {
        margin: 15px 0 0;
        padding: 15px 15px !important;
    }

    .page-template-dashboard .inner-banner img {
        min-height: 220px;
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list) {
        display: flex;
        flex-wrap: wrap;
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li {
        margin: 0 5px 5px 0;
        width: calc(33.33% - 5px);
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li>a {
        padding: 10px 10px;
        font-size: 15px;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li:last-child {
        width: calc(100% - 5px);
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation .buy-box {
        margin-bottom: 5px;
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation>li {
        width: calc(33.33% - 5px);
        margin: 0 5px 5px 0;
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation .aside-nav-logo {
        margin-top: 0;
        width: 100px;
        margin-inline: auto;
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation .buy-box {
        max-width: unset;
    }

    .login-register-wrapper .img-box {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .login-register-form-box .login-register-logo {
        max-width: 80px;
        margin-bottom: 20px;
    }

    .login-register-form-box h2 {
        font-size: 30px;
    }

    .login-register-form-box label {
        padding: 0 0 0 10px;
        font-size: 14px;
        letter-spacing: normal;
    }

    .login-register-form-box input:not([type="checkbox"], [type="radio"]),
    .login-register-form-box select {
        margin-bottom: 10px;
        height: 40px;
        padding: 10px 20px;
    }

    .login-register-form-box button {
        font-size: 15px;
        padding: 10px 30px;
    }

    .login-register-form-box .woocommerce-form {
        padding: 0;
    }

    .login-register-wrapper {
        align-items: center;
        justify-content: center;
    }

    .login-register-wrapper .form-wrapper {
        padding: 25px 15px;
        width: 100%;
        position: relative;
        z-index: 3;
        background: rgb(238 236 234 / 90%);
        margin: 15px;
        border-radius: 10px;
    }

    .login-register-wrapper .form-wrapper .login-register-form-box {
        max-width: 100%;
    }

    .price-option {
        width: calc(100% / 2 - 40px);
        margin-bottom: 20px;
        max-width: unset;
    }

    .type2.price-option {
        width: calc(100% / 1 - 15px);
        margin-bottom: 20px;
        max-width: unset;
    }

    /* .login-register-form-box .inner-form-wrap .form-row { width: 100%; } */
    .my-letter-listing .my-letter {
        width: calc(100% / 2 - 10px);
        margin: 0 10px 10px 0;
    }

    .my-letter-listing {
        margin: 0 -10px -10px 0;
    }

    .letter-sched-box {
        padding-bottom: 77px !important;
        background-size: 60px;
    }

    .dashboard-wrapper .woocommerce-MyAccount-content .myAccount-inner-box {
        padding: 12px;
        border-radius: 10px;
    }

    .dashbord-form [class^="col-"]:has(.btn) .btn,
    .dashbord-form [class*="col-"]:has(.btn) .btn {
        width: 100%;
    }

    ul.my-contact-listing>li img {
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
    }

    .letter-sched-box .table-responsive {
        margin: 0;
    }

    .create-letter-box {
        padding: 20px !important;
    }

    .create-letter-box>* {
        width: 100%;
    }

    .create-letter-box .btn {
        width: 100%;
        margin-right: 0;
    }

    .create-letter-box>*:last-child {
        padding: 20px 0 0;
    }

    .sched-box .lazy-image,
    .sched-box .sched-content-box,
    .sched-box .sched-author-box {
        width: 100%;
    }

    .sched-box .sched-content-box {
        padding: 10px 0px 10px 0px;
    }

    .sched-box .lazy-image {
        padding-top: 100%;
    }

    .sched-box .lazy-image img {
        width: auto;
    }

    .sched-box .sched-author-box {
        padding: 10px 0 0px;
        align-items: center;
    }

    .my-letter-listing .my-letter .lazy-image img {
        width: auto;
    }

    .token-box {
        padding: 15px 15px;
        margin: 15px 0 30px;
        font-size: 16px;
    }

    .create-letter-box2 {
        flex-direction: column;
        text-align: center;
    }

    .create-letter-box2>* {
        width: auto !important;
        max-width: unset !important;
    }

    .create-letter-box2 img {
        margin: 0 auto 13px;
    }

    .create-letter-box2 p {
        padding: 0;
    }

    .create-letter-form input,
    .create-letter-form select {
        width: 100% !important;
        min-width: unset !important;
    }

    .create-letter-form .btn {
        width: 100%;
        margin: 10px 0 0;
    }

    .contact-table .contact-user {
        /* flex-direction: column; */
        /* white-space: normal; */
        /* text-align: center; */
        margin: 0 0 0 auto;
        width: fit-content;
    }

    .contact-table .contact-user img {
        width: 35px;
        height: 35px;
        margin: 0 10px 0 0;
    }

    table.contact-table tr td,
    table.contact-table tr th {
        padding: 7px 8px;
        min-width: 145px;
    }

    .login-register-form-box .woocommerce form.login,
    .login-register-form-box .woocommerce form.register {
        padding-inline: 0 !important;
    }

    .view-mode.dashbord-form label {
        padding: 0;
    }

    .view-mode.dashbord-form label,
    .view-mode.dashbord-form label+p {
        display: block !important;
    }

    .dashbord-form .profile-img {
        transform: unset;
        margin: 30px auto 30px;
    }

    ul.MyAccount-profile-list {
        display: none;
    }

    ul.MyAccount-profile-list.mobile {
        display: flex;
        margin-inline: auto;
        flex-wrap: wrap;
        margin: 0 0 20px auto;
    }

    ul.MyAccount-profile-list.mobile li {
        width: auto !important;
        margin: 0 0 0 10px;
    }

    ul.MyAccount-profile-list.mobile li:first-child {
        margin: 0;
    }

    ul.MyAccount-profile-list.mobile>li>a {
        font-size: 0 !important;
    }

    ul.MyAccount-profile-list.mobile li ul>li {
        margin: 0 !important;
    }

    ul.MyAccount-profile-list.mobile li ul>li>a {
        border: none !important;
        border-radius: 0 !important;
        padding: 13px 18px !important;
        font-weight: 500 !important;
    }

    ul.MyAccount-profile-list .MyAccount-profile-user p {
        display: none;
    }

    ul.MyAccount-profile-list .MyAccount-profile-user {
        padding: 0 20px 0 0;
    }

    ul.MyAccount-profile-list i {
        margin: 0;
    }

    ul.token-box-listing>li {
        width: calc(100% / 1 - 30px);
        margin: 0 30px 15px 0;
    }

    ul.token-box-listing {
        margin-bottom: 0;
    }

    ul.MyAccount-profile-list.mobile ul {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    ul.MyAccount-profile-list.mobile ul.open {
        display: block !important;
        opacity: 100% !important;
        visibility: visible !important;
    }

    .woocommerce table.cart td.actions .coupon {
        flex-direction: column;
    }

    .woocommerce table.cart td.actions .coupon #coupon_code {
        width: 100%;
        margin: 0 0 10px !important;
    }

    .woocommerce table.cart td.actions .coupon .button {
        width: 100%;
    }

    .woocommerce .cart-collaterals .wc-proceed-to-checkout {
        padding-top: 0;
    }

    .woocommerce .checkout_coupon p.form-row {
        width: 100% !important;
    }

    .woocommerce .checkout_coupon p.form-row.form-row-last {
        margin: 0;
        padding-bottom: 0;
    }

    .woocommerce .checkout_coupon .button {
        width: 100%;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100% !important;
    }

    .dashboard-keepsake-box {
        width: calc(100% / 2 - 10px);
        margin: 0 10px 10px 0;
        padding: 10px;
        border-radius: 10px;
    }

    .dashboard-keepsake-wrapper {
        margin: 0 -10px -10px 0;
    }

    .step-popup ul.step>li {
        width: calc(100% / 2);
        padding: 20px 5px;
        font-size: 16px;
        text-align: center
    }

    .step-popup {
        padding: 30px 5px;
    }

    .step-popup ul.step>li:first-child::after,
    .step-popup ul.step>li:last-child::after {
        width: 100%;
    }

    .form-wrapper .step-popup ul.step>li {
        width: calc(100% / 2);
    }

    table.contact-table tr td label {
        display: block;
        text-align: left;
    }

    table.contact-table tr td {
        display: grid;
        grid-template-columns: 32% 68%;
    }

    table.contact-table tr:has(th) {
        display: none;
    }

    table.contact-table tr {
        display: grid;
        border: 1px solid #eeecea;
        border-bottom: none;
        border-radius: 5px;
        overflow: hidden;
        margin: 0 0 10px;
    }

    table.contact-table tr:last-of-type {
        margin: 0;
    }

    table.contact-table tr td {
        text-align: right;
        position: relative;
        min-height: 27px;
    }

    table.contact-table tr td .btn-row .btn {
        width: calc(100%/3 - 5px);
        min-width: unset;
        margin: 0 5px 5px 0;
    }

    table.contact-table tr td .btn-row {
        margin: 0 -5px -5px 0;
    }

    table.contact-table tr td p:has(+ .m-btns) {
        display: none;
    }

    table.contact-table tr td .m-btns {
        display: flex;
    }

    ul.MyAccount-profile-list i.fa-stars {
        margin-right: -17px;
        margin-top: -7px;
    }

    .money-back {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .plp-listing {
        grid-template-columns: calc(100% / 2 - 25px) calc(100% / 2 - 25px);
    }

    .pod-box .lazy-image {
        padding-top: 60%;
    }

    .pod-box .lazy-image img {
        max-height: 94%;
    }

    .plp-listing .woocommerce-notices-wrapper,
    .plp-listing .woocommerce-pagination {
        grid-column: 1 / 3;
    }

    .my-letters-grid {
        grid-template-columns: calc(100% / 2 - 10px) calc(100% / 2 - 10px);
    }

    #letter-modal .modal-wrapper {
        max-width: unset;
        margin: 0;
        padding: 15px;
        width: 100%;
    }

    #letter-modal h4 {
        font-size: 30px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .dashboard-wrapper .woocommerce-MyAccount-navigation ul:not(.MyAccount-profile-list)>li {
        width: calc(50% - 5px);
        margin: 0 5px 5px 0;
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation .buy-box {
        margin-top: 0px;
    }

    .h-sev-box,
    .type2 .h-sev-box,
    .type3 .h-sev-box,
    .type4 .h-sev-box {
        width: calc(100% / 2 - 25px);
    }

    .type2 .h-sev-box .img-box,
    .type2.h-sev-box-listing .h-sev-box:nth-child(3) .img-box {
        padding-top: 70%;
    }

    .h-testimonial .box img {
        width: 90%;
    }

    .plp-listing {
        grid-template-columns: calc(100% / 1 - 25px);
    }

    .plp-listing .woocommerce-notices-wrapper,
    .plp-listing .woocommerce-pagination {
        grid-column: 1/2;
    }

    .pdp-details .two-col-info .content-box .btn-row {
        text-align: center;
        justify-content: center;
    }

    .my-letters-grid {
        grid-template-columns: calc(100% / 1 - 10px);
    }

    footer .footer-top .right-content .box {
        width: calc(100% / 2);
    }

    footer .footer-top .right-content .box:first-child {
        width: 100%;
    }

    .woocommerce-table--order-details,
    .woocommerce-table--order-details tr,
    .woocommerce-table--order-details td,
    .woocommerce-table--order-details th {
        display: block;
    }

    .woocommerce-table--order-details tr:has(th):first-of-type {
        display: none;
    }

    .woocommerce-table--order-details tfoot tr th {
        text-align: right;
    }

    .woocommerce-table--order-details .amount {
        text-align: right;
        font-weight: 700;
        margin: 0 0 0 auto;
    }

    .woocommerce-table--order-details tr td:last-child {
        text-align: right;
    }

    .woocommerce-table--order-details tr td:first-child ul li:last-child {
        height: 113px;
        position: relative;
    }

    .woocommerce-table--order-details tr td:first-child ul li:last-child::after {
        content: "...";
        display: block;
        background: #fff;
        width: fit-content;
        position: absolute;
        bottom: 0;
        margin: 0 0 0 auto;
        right: 10px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 639px) {

    .h-sev-box,
    .type2 .h-sev-box,
    .type3 .h-sev-box,
    .type4 .h-sev-box {
        width: calc(100% / 1 - 25px);
    }

    .type2 .h-sev-box .img-box,
    .type2.h-sev-box-listing .h-sev-box:nth-child(3) .img-box {
        padding-top: 70%;
    }

    .h-blog-box,
    .h-blog-listing .h-blog-box:first-child {
        width: calc(100% - 25px);
    }

    .h-blog-listing .h-blog-box:first-child .lazy-image {
        padding-top: 100%;
    }

    .h-blog-box .lazy-image {
        padding-top: 60%;
    }

    .price-option {
        width: calc(100% / 1 - 40px);
    }

    .testimonial-box {
        width: calc(100% / 1 - 35px);
    }

    .dashboard-wrapper .woocommerce-MyAccount-navigation .buy-box .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {

    .alignleft,
    .alignright {
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: block
    }

    .step-popup ul {
        min-width: inherit !important
    }
}

@media only screen and (max-width: 479px) {
    .step-popup ul.step>li {
        width: 100%;
    }

    .form-wrapper .step-popup ul.step>li {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 359px) {
    .sidebar_active {
        overflow: hidden;
        margin-left: -255px;
        margin-right: 255px;
    }

    .sidebar_active header {
        position: fixed;
        left: -255px;
        right: 255px;
    }

    #sidebar-nav {
        right: -255px;
        width: 255px;
        padding-left: 20px;
    }
}

/************Responsive End************/
#qt_custom_editor_toolbar .button {
    min-height: 26px !important;
    line-height: 2.18181818 !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    min-width: unset !important;
    display: inline-block !important;
    color: #2271b1 !important;
    border-color: #2271b1 !important;
    background: #f6f7f7 !important;
    vertical-align: top !important;
    border-radius: 3px !important;
    font-weight: inherit !important;
    height: auto !important;
    width: auto !important;
}

.loder-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    background: rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
}

.loder-wrap img {
    width: 110px;
}

.active.loder-wrap {
    opacity: 100%;
    visibility: visible;
}

.grecaptcha-badge {
    left: 15px !important;
    right: auto !important;
    transform: scale(0);
    transform-origin: left bottom;
    opacity: 0;
    z-index: -2;
}

.woocommerce-cart header .nav-wrap nav ul.nav li>a,
.woocommerce-cart header .header-btn-wrap ul li a.h-icon,
.woocommerce-checkout header .nav-wrap nav ul.nav li>a,
.woocommerce-checkout header .header-btn-wrap ul li a.h-icon,
.woocommerce-account header .nav-wrap nav ul.nav li>a,
.woocommerce-account header .header-btn-wrap ul li a.h-icon {
    color: var(--bodyFontColor);
}

.woocommerce-cart header .nav-wrap nav ul.nav li>a:before,
.woocommerce-checkout header .nav-wrap nav ul.nav li>a:before,
.woocommerce-account header .nav-wrap nav ul.nav li>a:before {
    background: var(--linkColor);
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    border: 1px solid #ededed;
    border-radius: 5px;
    min-width: 70px;
}

.woocommerce-cart table.cart td.product-name a {
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 5px;
    display: block;
}

.woocommerce-cart table.cart td.product-name .variation {
    font-size: 11px;
    line-height: normal;
    font-weight: 400;
}

/* Modal Styles */
#token-letter-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#token-letter-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 10px;
    width: calc(100% - 140px);
    position: relative;
}

#token-letter-modal-content h3 {
    font-size: 40px;
    text-align: center;
}

#token-letter-modal-content p,
#letter-modal p {
    margin: 0;
    line-height: normal;
}

#token-letter-modal-content p label.auto,
#letter-modal p label.auto {
    margin-top: 0;
}

#token-letter-modal-content textarea,
#letter-modal textarea {
    height: 350px;
}

#token-letter-modal br {
    display: none;
}

.token-letter-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

#token-letter-modal-content label strong {
    font-weight: 600;
}

#token-letter-modal-content label[for="schedule_letter_year"],
#letter-modal label[for="schedule_letter_year"] {
    padding: 0 0 23px;
}

/* html.token-letter-show body {
    overflow: hidden;
    position: fixed;
    width: 100%;
} */

@media only screen and (max-width: 991px) {
    #token-letter-modal-content input:not([type="radio"]) {
        height: 40px;
    }

    #token-letter-modal-content {
        width: calc(100% - 30px);
        text-align: left;
    }

    #token-letter-modal-content p {
        font-size: 14px;
    }

    #token-letter-modal-content p label.auto {
        margin: 5px 0 5px 0;
    }

    #token-letter-modal-content input:not([type="radio"]),
    #token-letter-modal-content textarea {
        padding: 10px;
    }

    #token-letter-modal-content h3 {
        font-size: 30px;
        margin: 0;
    }

    #token-letter-modal-content label[for="schedule_letter_year"],
    #letter-modal label[for="schedule_letter_year"] {
        padding: 0;
    }
}