:root {
    --title-color: #000000;
    --body-color: #858585;
    --body-color2: #959595;
    --black-color: #000000;
    --light-color: #c2c2c2;
    --secondary-color: #f5f6fb;
    --smoke-color: #f8f8f8;
    --dark-color: #252323;
    --light-dark-color: #0f1116;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: rgba(0, 0, 0, 0.1);
    --theme-font: "Advent Pro", sans-serif;
    --theme-font2: "Lato", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --moving-ani-duration: 10s;
    --ripple-ani-duration: 5s;
}
html,
body {
    scroll-behavior: auto !important;
}
body {
    font-family: var(--theme-font2);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
iframe {
    border: none;
    width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}
input:focus {
    outline: none;
    box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: 500;
}
td,
th {
    border-top: 1px solid var(--border-color);
    padding: 9px;
}
a {
    color: rgba(var(--theme-color), 1);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
a:hover {
    color: var(--body-color);
}
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
img {
    border: none;
    max-width: 100%;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
p {
    margin: 0 0 15px 0;
    color: var(--body-color);
    line-height: 1.8;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--theme-font);
    color: var(--title-color);
    font-weight: 700;
    text-transform: none;
    line-height: 1.3;
    margin: 0 0 15px 0;
}
.h1,
h1 {
    font-size: 48px;
}
.h2,
h2 {
    font-size: 36px;
}
.h3,
h3 {
    font-size: 30px;
}
.h4,
h4 {
    font-size: 24px;
}
.h5,
h5 {
    font-size: 18px;
}
.h6,
h6 {
    font-size: 16px;
}
@media (max-width: 1199px) {
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    .h1,
    h1 {
        font-size: 42px;
    }
    .h2,
    h2 {
        font-size: 38px;
    }
    .h3,
    h3 {
        font-size: 24px;
    }
    .h4,
    h4 {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .h1,
    h1 {
        font-size: 36px;
    }
    .h2,
    h2 {
        font-size: 28px;
    }
    .h3,
    h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1300px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.vs-container {
    width: 100%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    margin-left: auto;
}
@media (min-width: 1921px) {
    .vs-container {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1600px) {
    .vs-container {
        max-width: 1540px;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
}
.slick-track > [class*="col"] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
label {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 10px;
    line-height: 1;
}
.form-select,
.form-control {
    height: 40px;
    padding: 0 20px;
    border: 1px solid #e3e6e9;
    color: var(--title-color);
    background-color: var(--white-color);
    border-radius: 3px;
    font-family: var(--theme-font);
    font-size: 14px;
}
.form-select:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #e3e6e9;
    background-color: var(--white-color);
}
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: var(--body-color2);
    text-transform: capitalize;
}
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: var(--body-color2);
    text-transform: capitalize;
}
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--body-color2);
    text-transform: capitalize;
}
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: var(--body-color2);
    text-transform: capitalize;
}
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: var(--body-color2);
    text-transform: capitalize;
}
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--body-color2);
    text-transform: capitalize;
}
.form-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: var(--body-color2);
    text-transform: capitalize;
}
.form-select::placeholder,
.form-control::placeholder {
    color: var(--body-color2);
    text-transform: capitalize;
}
input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.form-control[type="number"] {
    -moz-appearance: textfield;
}
textarea.form-control {
    min-height: 180px;
    padding-top: 10px;
    padding-bottom: 17px;
}
input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color);
    border-color: transparent;
}
input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
    line-height: 1.5;
    margin-bottom: 11px;
}
input[type="checkbox"] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}
input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
input[type="radio"] ~ label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: block;
    line-height: 1.3;
    margin-bottom: 11px;
}
input[type="radio"] ~ label:after,
input[type="radio"] ~ label:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"] ~ label::before {
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
}
input[type="radio"] ~ label:after {
    width: 10px;
    height: 10px;
    top: 4px;
    left: 3px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:checked ~ label::before {
    border-color: rgba(var(--theme-color), 1);
}
input[type="radio"]:checked ~ label:after {
    opacity: 1;
    background-color: rgba(var(--theme-color), 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group > i {
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 18px;
    color: rgba(var(--theme-color), 1);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: 1px solid var(--error-color);
    background-position: right calc(0.375em + 0.8875rem) center;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    outline: 0;
    box-shadow: none;
}
textarea.form-control.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}
.row.no-gutters > .form-group {
    margin-bottom: 0;
}
.slick-track {
    min-width: 100%;
}
.slick-track img {
    display: inline-block;
}
.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 30px;
    line-height: 0;
}
.slick-dots li {
    line-height: 0;
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots button {
    border: none;
    background-color: transparent;
    display: inline-block;
    background-color: #e5d8d8;
    text-indent: -99999px;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
}
.slick-dots .slick-active button {
    background-color: var(--body-color);
}
.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.vs-menu-wrapper .mobile-logo {
    max-width: 140px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
}
.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -20px;
    top: 20px;
    padding: 0;
    line-height: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    z-index: 1;
    color: var(--white-color);
    background-color: rgba(var(--theme-color), 1);
    border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--smoke-color);
    color: var(--title-color);
}
.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    height: 100%;
    position: relative;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.vs-mobile-menu {
    overflow-y: scroll;
    max-height: 58vh;
    padding-bottom: 40px;
}
.vs-mobile-menu ul {
    margin: 0;
    padding: 0;
}
.vs-mobile-menu ul li {
    border-bottom: 1px solid #eee;
    list-style-type: none;
}
.vs-mobile-menu ul li:first-child {
    border-top: 1px solid #eee;
}
.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 7px 10px;
    line-height: 1;
    font-size: 14px;
    text-transform: capitalize;
}
.vs-mobile-menu ul li ul li {
    padding-left: 7px;
}
.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a:after {
    content: "\f067";
    font-family: var(--icon-font);
    font-weight: 700;
    float: right;
    padding-right: 10px;
    font-weight: 300;
    color: rgba(var(--theme-color), 1);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
    content: "\f068";
}
.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color);
    display: inline-block;
    border-radius: 50%;
}
.xdsoft_datetimepicker {
    z-index: 1080;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 300px;
}
.xdsoft_datetimepicker .xdsoft_current {
    color: rgba(var(--theme-color), 1);
}
@media (max-width: 576px) {
    .xdsoft_datetimepicker {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }
}
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/fonts-Flaticon.eot");
    src: url("../fonts/fonts-Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts-Flaticon.woff2") format("woff2"), url("../fonts/fonts-Flaticon.woff") format("woff"), url("../fonts/fonts-Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
    line-height: 1;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--white-color);
}
.preloader .vs-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 0;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
}
.preloader .loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.preloader .loader::before {
    content: "";
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -24px;
    -webkit-animation: animloader 4s ease infinite;
    animation: animloader 4s ease infinite;
}
.preloader .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: rgba(var(--theme-color), 0.85);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-animation: animloader2 2s ease infinite;
    animation: animloader2 2s ease infinite;
}
@-webkit-keyframes animloader {
    0% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    12% {
        box-shadow: 0 24px rgba(var(--theme-color), 1), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    25% {
        box-shadow: 0 24px rgba(var(--theme-color), 1), 24px 24px rgba(var(--theme-color), 1), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    37% {
        box-shadow: 0 24px rgba(var(--theme-color), 1), 24px 24px rgba(var(--theme-color), 1), 24px 48px rgba(var(--theme-color), 1), 0px 48px rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 0 24px rgba(var(--theme-color), 1), 24px 24px rgba(var(--theme-color), 1), 24px 48px rgba(var(--theme-color), 1), 0px 48px rgba(var(--theme-color), 1);
    }
    62% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(var(--theme-color), 1), 24px 48px rgba(var(--theme-color), 1), 0px 48px rgba(var(--theme-color), 1);
    }
    75% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(var(--theme-color), 1), 0px 48px rgba(var(--theme-color), 1);
    }
    87% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(var(--theme-color), 1);
    }
    100% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
}
@keyframes animloader {
    0% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    12% {
        box-shadow: 0 24px rgba(var(--theme-color), 1), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    25% {
        box-shadow: 0 24px rgba(var(--theme-color), 1), 24px 24px rgba(var(--theme-color), 1), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    37% {
        box-shadow: 0 24px rgba(var(--theme-color), 1), 24px 24px rgba(var(--theme-color), 1), 24px 48px rgba(var(--theme-color), 1), 0px 48px rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 0 24px rgba(var(--theme-color), 1), 24px 24px rgba(var(--theme-color), 1), 24px 48px rgba(var(--theme-color), 1), 0px 48px rgba(var(--theme-color), 1);
    }
    62% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(var(--theme-color), 1), 24px 48px rgba(var(--theme-color), 1), 0px 48px rgba(var(--theme-color), 1);
    }
    75% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(var(--theme-color), 1), 0px 48px rgba(var(--theme-color), 1);
    }
    87% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(var(--theme-color), 1);
    }
    100% {
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes animloader2 {
    0% {
        -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
        transform: translate(0, 0) rotateX(0) rotateY(0);
    }
    25% {
        -webkit-transform: translate(100%, 0) rotateX(0) rotateY(180deg);
        transform: translate(100%, 0) rotateX(0) rotateY(180deg);
    }
    50% {
        -webkit-transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
        transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
    }
    75% {
        -webkit-transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
        transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotateX(0) rotateY(360deg);
        transform: translate(0, 0) rotateX(0) rotateY(360deg);
    }
}
@keyframes animloader2 {
    0% {
        -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
        transform: translate(0, 0) rotateX(0) rotateY(0);
    }
    25% {
        -webkit-transform: translate(100%, 0) rotateX(0) rotateY(180deg);
        transform: translate(100%, 0) rotateX(0) rotateY(180deg);
    }
    50% {
        -webkit-transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
        transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
    }
    75% {
        -webkit-transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
        transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotateX(0) rotateY(360deg);
        transform: translate(0, 0) rotateX(0) rotateY(360deg);
    }
}
.vs-btn {
    display: inline-block;
    border: none;
    padding: 12px 37px;
    border-radius: 9999px;
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color);
    font-family: var(--title-color);
    font-weight: 700;
    box-shadow: 3px 6px 0px 0px rgba(186, 186, 186, 0.43);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    overflow: hidden;
}
.vs-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: var(--title-color);
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    border-radius: inherit;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.vs-btn.style2 {
    background-color: var(--body-color);
}
.vs-btn.style2:after {
    background-color: rgba(var(--theme-color), 1);
}
.vs-btn:hover {
    color: var(--white-color);
}
.vs-btn:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}
.icon-btn {
    display: inline-block;
    color: var(--body-color);
    background-color: #f5efef;
    text-align: center;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: none;
    font-size: 12px;
    border-radius: 50%;
}
.icon-btn.bg2 {
    background-color: rgba(var(--theme-color), 0.25);
}
.icon-btn.bg3 {
    background-color: #eadcdc;
}
.icon-btn.bg4 {
    background-color: #584f4f;
    color: var(--white-color);
}
.icon-btn.active,
.icon-btn:hover {
    background-color: rgba(var(--theme-color), 1) !important;
    color: var(--white-color) !important;
}
.icon-btn.style2 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #eff3f1;
    color: var(--title-color);
    font-size: 18px;
}
.icon-btn.style3 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background-color: var(--secondary-color);
    border-radius: 5px;
}
.play-btn {
    position: relative;
    border-radius: 50%;
    display: inline-block;
}
.play-btn > i {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 18px;
    border-radius: inherit;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.play-btn .fa-play {
    padding-left: 3px;
}
.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(var(--theme-color), 1);
    z-index: 1;
}
.play-btn:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.play-btn:hover > i,
.play-btn.style-white > i {
    background-color: var(--white-color);
    color: rgba(var(--theme-color), 1);
    box-shadow: 0px 6px 34.3px 0.7px rgba(148, 147, 147, 0.84);
}
.play-btn > i,
.play-btn.style-white:hover > i {
    color: var(--white-color);
    background-color: rgba(var(--theme-color), 1);
}
.link-btn {
    font-weight: 700;
    display: inline-block;
    line-height: 0.8;
}
.link-btn i {
    margin-left: 5px;
}
.view-btn {
    font-size: 18px;
    font-size: 700;
    color: var(--body-color2);
    text-transform: capitalize;
}
.view-btn i {
    margin-left: 10px;
}
.view-btn:hover {
    color: rgba(var(--theme-color), 1);
}
.scrollToTop {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color);
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    font-size: 26px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    border-radius: 50%;
}
.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}
.scrollToTop:focus,
.scrollToTop:hover {
    background-color: var(--body-color);
    color: var(--white-color);
}
@media (max-width: 768px) {
    .scrollToTop {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 15px;
        bottom: 50px;
    }
    .scrollToTop.show {
        bottom: 15px;
    }
}
@media (max-width: 992px) {
    .play-btn > i {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 26px;
    }
}
.section-title {
    margin-bottom: 60px;
}
.section-title > img {
    margin-top: 15px;
}
.sec-title2,
.sec-title1 {
    font-size: 72px;
    text-transform: capitalize;
    line-height: 1;
    margin-top: -0.14em;
    margin-bottom: 20px;
}
.sec-title2 {
    color: rgba(var(--theme-color), 1);
    font-weight: 200;
    margin-bottom: 0;
    text-transform: none;
}
.sub-title2,
.sub-title1 {
    font-family: var(--theme-font);
    letter-spacing: 0.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
    color: var(--body-color2);
    text-transform: uppercase;
    display: block;
}
.sub-title2 {
    letter-spacing: 0.3em;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.sub-title3 {
    font-family: var(--theme-font);
    font-size: 18px;
    letter-spacing: 0.4em;
    font-weight: 300;
    text-transform: capitalize;
    color: #010101;
}
.inner-title1 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    margin-top: -0.3em;
}
.inner-title1 span {
    font-weight: 300;
}
.inner-title1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: rgba(var(--theme-color), 1);
}
@media (max-width: 1199px) {
    .sec-title1,
    .sec-title2 {
        font-size: 54px;
    }
}
@media (max-width: 992px) {
    .sec-title1,
    .sec-title2 {
        font-size: 48px;
    }
}
@media (max-width: 768px) {
    .sec-title1,
    .sec-title2 {
        font-size: 36px;
    }
    .sub-title2 {
        font-size: 18px;
    }
}
.image-scale-hover {
    overflow: hidden;
}
.image-scale-hover img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}
.image-scale-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.link-inherit a,
.link-inherit * a {
    color: inherit;
}
.link-inherit a:hover,
.link-inherit * a:hover {
    color: rgba(var(--theme-color), 1);
}
.list-style-none ol,
.list-style-none ul,
.list-style-none {
    padding: 0;
    margin: 0;
}
.list-style-none li {
    list-style-type: none;
}
.form-messages {
    display: none;
}
.form-messages.success {
    color: var(--success-color);
    display: block;
}
.form-messages.error {
    color: var(--error-color);
    display: block;
}
.z-index-step1 {
    position: relative;
    z-index: 41 !important;
}
.z-index-common {
    position: relative;
    z-index: 31;
}
.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--body-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
}
.vs-rating {
    color: var(--light-color);
}
.vs-rating .active {
    color: rgba(var(--theme-color), 1);
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.middle-box {
    margin-bottom: -82px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.middle-box h4 {
    max-width: 240px;
}
@media (max-width: 992px) {
    .middle-box {
        margin-bottom: 60px;
    }
}
@media (max-width: 576px) {
    .middle-box.px-90.py-50 {
        padding: 20px;
    }
    .middle-box .media-icon.pr-35 {
        padding-right: 15px;
    }
}
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
    margin-bottom: 0;
}
.widget_nav_menu label,
.widget_nav_menu a,
.widget_meta label,
.widget_meta a,
.widget_pages label,
.widget_pages a,
.widget_archive label,
.widget_archive a,
.widget_categories label,
.widget_categories a {
    display: block;
    background-color: var(--white-color);
    padding-right: 20px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    color: var(--body-color2);
    font-weight: 600;
    font-size: 18px;
    font-family: var(--theme-font);
    border-bottom: 1px dashed var(--body-color2);
}
.widget_nav_menu label:hover,
.widget_nav_menu a:hover,
.widget_meta label:hover,
.widget_meta a:hover,
.widget_pages label:hover,
.widget_pages a:hover,
.widget_archive label:hover,
.widget_archive a:hover,
.widget_categories label:hover,
.widget_categories a:hover {
    color: rgba(var(--theme-color), 1);
}
.widget_nav_menu input[type="checkbox"] ~ label:before,
.widget_meta input[type="checkbox"] ~ label:before,
.widget_pages input[type="checkbox"] ~ label:before,
.widget_archive input[type="checkbox"] ~ label:before,
.widget_categories input[type="checkbox"] ~ label:before {
    top: 5px;
}
.widget_nav_menu input[type="checkbox"]:not(:checked) ~ label:before,
.widget_meta input[type="checkbox"]:not(:checked) ~ label:before,
.widget_pages input[type="checkbox"]:not(:checked) ~ label:before,
.widget_archive input[type="checkbox"]:not(:checked) ~ label:before,
.widget_categories input[type="checkbox"]:not(:checked) ~ label:before {
    background-color: #fbf8f8;
    border-color: #ffe4e4;
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px;
}
.widget_nav_menu .sub-menu {
    margin-left: 10px;
}
.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
    color: inherit;
}
.vs-blog ul.wp-block-archives li {
    margin: 5px 0;
}
.style-white a {
    color: var(--white-color);
}
.sticky-sidebar {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.widget {
    margin-bottom: 50px;
}
.widget:last-child {
    margin-bottom: 30px;
}
.widget_title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: -0.3em;
}
.widget_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90px;
    height: 2px;
    background-color: rgba(var(--theme-color), 1);
    border-radius: 5px;
}
.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}
.footer-widget .widget_title {
    padding-bottom: 17px;
    margin-bottom: 23px;
}
.footer-widget .widget_meta,
.footer-widget .widget_pages,
.footer-widget .widget_archive,
.footer-widget .widget_categories,
.footer-widget .widget_nav_menu {
    margin-bottom: 20px;
}
.footer-widget .widget_meta .widget_title,
.footer-widget .widget_pages .widget_title,
.footer-widget .widget_archive .widget_title,
.footer-widget .widget_categories .widget_title,
.footer-widget .widget_nav_menu .widget_title {
    margin-bottom: 25px;
}
.footer-widget .widget_meta li > span,
.footer-widget .widget_pages li > span,
.footer-widget .widget_archive li > span,
.footer-widget .widget_categories li > span,
.footer-widget .widget_nav_menu li > span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}
.footer-widget .widget_meta a,
.footer-widget .widget_pages a,
.footer-widget .widget_archive a,
.footer-widget .widget_categories a,
.footer-widget .widget_nav_menu a {
    background-color: transparent;
    padding: 0;
    position: relative;
    margin-bottom: 3px;
    display: inline-block;
    padding: 0;
    border: none;
}
.footer-widget .widget_meta a:hover,
.footer-widget .widget_pages a:hover,
.footer-widget .widget_archive a:hover,
.footer-widget .widget_categories a:hover,
.footer-widget .widget_nav_menu a:hover {
    background-color: transparent;
}
.footer-widget .widget_meta a:before,
.footer-widget .widget_pages a:before,
.footer-widget .widget_archive a:before,
.footer-widget .widget_categories a:before,
.footer-widget .widget_nav_menu a:before {
    content: "\f101";
    font-family: var(--icon-font);
    margin-right: 10px;
}
.footer-widget .menu a {
    padding: 0;
    margin-bottom: 7px;
    display: inline-block;
    background-color: transparent;
    border: none;
    padding-bottom: 0;
}
.footer-widget .menu a:hover {
    background-color: transparent;
    color: rgba(var(--theme-color), 1);
}
.footer-widget .menu[class*="text-"] a {
    color: inherit;
}
.footer-widget .menu[class*="text-"] a:hover {
    color: rgba(var(--theme-color), 1);
}
.footer-social-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-social-links li {
    position: relative;
    margin-bottom: 8px;
}
.footer-social-links li:last-child {
    margin-bottom: 0;
}
.footer-social-links i {
    color: rgba(var(--theme-color), 1);
    min-width: 18px;
    text-align: center;
    margin-right: 10px;
}
.footer-social-links a {
    text-transform: capitalize;
    color: var(--body-color2);
}
.footer-social-links a:hover {
    color: rgba(var(--theme-color), 1);
}
.footer-social-links[class*="text-"] a {
    color: inherit;
}
.footer-social-links[class*="text-"] a:hover {
    color: rgba(var(--theme-color), 1);
}
.footer-newsletter {
    margin-top: 5px;
}
.footer-newsletter input {
    border-radius: 5px;
    font-family: var(--theme-font);
    height: 50px;
}
.footer-newsletter input.dark {
    border: 1px solid #5b5c61;
    background-color: #2f2c2c;
}
.footer-map iframe {
    width: 100%;
    height: 150px;
}
@media (max-width: 1199px) {
    .footer-widget .widget_title {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    .widget-area.pt-100 {
        padding-top: 60px;
    }
}
.widget .search-form {
    margin-top: 30px;
    position: relative;
}
.widget .search-form input {
    width: 100%;
    height: 40px;
    background-color: var(--white-color);
    border: 1px solid #dddee6;
    color: var(--title-color);
    font-size: 14px;
    padding-left: 20px;
    border-radius: 9999px;
}
.widget .search-form input::-moz-placeholder {
    color: var(--body-color2);
}
.widget .search-form input::-webkit-input-placeholder {
    color: var(--body-color2);
}
.widget .search-form input:-ms-input-placeholder {
    color: var(--body-color2);
}
.widget .search-form input::-ms-input-placeholder {
    color: var(--body-color2);
}
.widget .search-form input::placeholder {
    color: var(--body-color2);
}
.widget .search-form button {
    padding: 0;
    border: none;
    color: #edd7d7;
    background-color: transparent;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget .search-form button:hover {
    color: var(--title-color);
}
.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: 1px solid #f3e9e9;
    text-transform: capitalize;
    background-color: var(--secondary-color);
    font-family: var(--theme-font);
    color: var(--body-color2);
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 500;
    padding: 11px 18px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color) !important;
    border-color: transparent;
}
.tagcloud {
    margin-right: -5px;
    margin-bottom: -10px;
}
.widget .tagcloud {
    margin-top: 30px;
}
.vs-widget-recent-post {
    margin-top: 30px;
}
.vs-widget-recent-post a {
    color: inherit;
}
.vs-widget-recent-post .recent-post {
    border-bottom: 1px solid #f7f8fc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.vs-widget-recent-post .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.vs-widget-recent-post .recent-post:last-child {
    margin-bottom: 0;
}
.range-slider-area .price-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.range-slider-area .price-amount span {
    display: inline-block;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
}
.range-slider-area .ui-slider {
    height: 6px;
    position: relative;
    width: 93%;
    background-color: #f6f1f1;
    border: none;
    margin-top: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 3px;
}
.range-slider-area .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: rgba(var(--theme-color), 1);
}
.range-slider-area .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: -2px;
    text-align: center;
    line-height: 10.5px;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    margin-top: -7px;
    z-index: 2;
    box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(var(--theme-color), 1);
}
.range-slider-area .ui-slider-handle:focus {
    outline: none;
    box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.range-slider-area .ui-slider-handle:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.widget_shopping_cart ul {
    margin: 0;
    padding: 0;
}
.widget_shopping_cart ul li {
    list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 10px 30px 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .mini_cart_item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--theme-font);
    font-weight: 600;
    color: var(--title-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
    color: rgba(var(--theme-color), 1);
}
.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--body-color2);
}
.widget_shopping_cart .cart_list a.remove:hover {
    color: rgba(var(--theme-color), 1);
}
.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 20px;
    border: 1px solid var(--secondary-color);
}
.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    color: rgba(var(--theme-color), 1);
}
.widget_shopping_cart .total {
    margin-top: 30px;
    font-size: 18px;
    color: var(--title-color);
}
.widget_shopping_cart .amount {
    padding-left: 5px;
    font-weight: 600;
    font-family: var(--theme-font);
}
.widget_shopping_cart .vs-btn {
    margin-right: 20px;
}
.widget_shopping_cart .vs-btn:last-child {
    margin-right: 0;
}
.header-wrapper {
    position: relative;
    z-index: 31;
}
.main-menu a {
    color: var(--title-color);
    font-family: var(--theme-font);
    font-weight: 700;
    display: block;
    position: relative;
}
.main-menu a:hover {
    color: rgba(var(--theme-color), 1);
}
.main-menu.text-white > ul > li > a {
    color: inherit;
}
.main-menu.text-white > ul > li > a:hover {
    color: rgba(var(--theme-color), 1);
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
    content: "\f107";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 2px;
    font-size: 0.8rem;
}
.main-menu ul li:last-child {
    margin-right: 0;
}
.main-menu ul li:first-child {
    margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    min-width: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s, -webkit-transform 0.4s ease-in-out 0s;
    transition: visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s, -webkit-transform 0.4s ease-in-out 0s;
    transition: transform 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
    transition: transform 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s, -webkit-transform 0.4s ease-in-out 0s;
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 4px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f101";
    float: right;
    top: 1px;
}
.main-menu ul.sub-menu li a:hover {
    color: rgba(var(--theme-color), 1);
}
.main-menu ul.sub-menu li ul {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 7px;
    border-radius: 5px;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.main-menu ul.sub-menu li ul li ul {
    left: 100%;
    right: auto;
}
.main-menu .mega-menu-wrap {
    position: static;
}
.main-menu ul.mega-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    padding: 20px 0;
    left: 0;
}
.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 20px;
}
.main-menu ul.mega-menu li li {
    padding: 3px 0;
}
.main-menu ul.mega-menu li a {
    display: inline-block;
}
.main-menu ul.mega-menu > li:not(:last-child) {
    border-right: 1px solid #dddddd;
}
.main-menu ul.mega-menu > li > a {
    display: block;
    border-bottom: 1px solid;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: rgba(var(--theme-color), 1);
    border-color: rgba(var(--theme-color), 1);
}
.main-menu ul.mega-menu > li > a::before {
    display: none;
}
.main-menu ul.mega-menu > li > a:hover {
    padding-left: 0;
}
.sticky-header-wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
}
.sticky-header-wrap.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.menu-sticky1 > ul > li {
    margin: 0 17px;
}
.menu-sticky1 > ul > li > a {
    padding: 27px 0;
}
.head-top-links > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.head-top-links > ul > li {
    display: inline-block;
    margin-right: 7px;
}
.head-top-links > ul > li::after {
    content: "/";
    position: relative;
    top: -1px;
    vertical-align: middle;
    padding-left: 5px;
}
.head-top-links > ul > li:last-child {
    margin-right: 0;
}
.head-top-links > ul > li:last-child:after {
    display: none;
}
.head-top-links a {
    font-family: var(--theme-font);
    color: var(--body-color2);
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding: 0px 0;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.head-top-links a:hover {
    text-decoration: underline;
    color: rgba(var(--theme-color), 1);
}
.head-top-links a:first-child {
    margin-left: 0;
}
.head-top-links[class*="text-"] a {
    color: inherit;
}
.head-top-links[class*="text-"] a:hover {
    color: rgba(var(--theme-color), 1);
}
.head-top-links .dropdown-toggle:after {
    content: "\f107";
    margin: 0;
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
}
.head-top-links ul.dropdown-menu {
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    margin: 0;
    margin-left: -15px !important;
    margin-top: 15px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    position: relative;
    z-index: 1;
    border: 1px solid #ededed;
}
.head-top-links ul.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 18px;
    top: -7px;
    width: 14px;
    height: 14px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
}
.head-top-links .icon-btn {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.menu-style1 > ul > li {
    margin: 0 15px;
}
.menu-style1 > ul > li > a {
    padding: 41px 0;
    font-size: 18px;
    color: var(--title-color);
    position: relative;
}
.menu-style1 > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 0;
    background-color: rgba(var(--theme-color), 1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.menu-style1 > ul > li > a:hover {
    color: #858585;
}
.menu-style1 > ul > li > a:hover:before {
    width: 100%;
}
.menu-style1 > ul > li.menu-item-has-children a:before {
    bottom: 0;
}
.social-header a {
    margin-right: 10px;
    color: #c6baba;
}
.social-header a:hover {
    color: rgba(var(--theme-color), 1);
}
.social-header.fs-md a {
    margin-right: 15px;
}
.header-search {
    position: relative;
}
.header-search input {
    border: none;
    border-radius: 9999px;
    background-color: #f6f1f1;
    height: 65px;
    padding-left: 30px;
    font-family: var(--theme-font);
    font-weight: 600;
}
.header-search input:focus {
    border: none;
    background-color: #f6f1f1;
}
.header-search .vs-btn {
    position: absolute;
    right: 7px;
    top: 7px;
    box-shadow: none;
}
.cart-btn {
    font-size: 30px;
    color: var(--white-color);
    position: relative;
}
.cart-btn .badge {
    font-size: 0.7rem;
    right: -0.3rem;
    top: -0.2rem;
}
.cart-btn:hover {
    color: rgba(var(--theme-color), 1);
}
.header-wrapper .bg-black .icon-btn {
    background-color: #584f4f;
    color: var(--white-color);
}
.header-layout1 {
    position: relative;
}
.header1-inner {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 55px;
    padding: 0 35px;
    background-color: var(--white-color);
    box-shadow: 0px 13px 96.04px 1.96px rgba(186, 186, 186, 0.3);
    border-radius: 5px;
}
.header2-inner {
    box-shadow: 0px 13px 96.04px 1.96px rgba(186, 186, 186, 0.3);
    border-radius: 5px;
    background-color: var(--white-color);
}
.header3-inner {
    background-color: var(--white-color);
    box-shadow: 0px 13px 96.04px 1.96px rgba(186, 186, 186, 0.3);
    border-radius: 5px;
    padding: 0 40px;
}
.header-layout2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
}
.header-layout4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 31;
}
.header-layout4 .text-body2 {
    color: #c6baba !important;
}
.header-layout4 .bg-ovelay1,
.header-layout4 .bg-ovelay2 {
    position: relative;
}
.header-layout4 .bg-ovelay1:after,
.header-layout4 .bg-ovelay2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: var(--black-color);
    width: 100%;
}
.header-layout4 .bg-ovelay1:after {
    opacity: 0.7;
}
.header-layout4 .bg-ovelay2:after {
    border: 1px solid var(--white-color);
    border-top: none;
    opacity: 0.2;
}
.header3-margin {
    margin-bottom: -55px;
    position: relative;
    z-index: 31;
}
@media (max-width: 1500px) {
    .header-layout4 .main-menu ul.mega-menu {
        left: -10%;
    }
}
@media (max-width: 1300px) {
    .header1-inner {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 calc(var(--bs-gutter-x) / 2);
        box-shadow: none;
        border-radius: 0;
    }
    .menu-style1 > ul > li > a {
        padding: 31px 0;
    }
    .header-layout2 {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
}
@media (max-width: 1199px) {
    .header-layout2 {
        position: relative;
    }
    .header3-inner {
        padding: 0 30px;
    }
    .header3-margin {
        margin-bottom: 30px;
    }
}
@media (max-width: 992px) {
    .header-layout3.pb-50 {
        padding-bottom: 0;
    }
    .header-layout3 .container.py-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header3-margin {
        margin-bottom: 0;
    }
}
@media (max-width: 576px) {
    .header-layout4 {
        position: relative;
    }
    .header-layout4 .bg-ovelay1:after {
        opacity: 1;
    }
}
.breadcumb-menu-style1 {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 0;
}
.breadcumb-menu-style1 li {
    display: inline-block;
    margin: 0 6px;
    list-style: none;
}
.breadcumb-menu-style1 li:first-child {
    margin-left: 0;
}
.breadcumb-menu-style1 li:last-child {
    margin-right: 0;
}
.breadcumb-menu-style1 li:last-child:after {
    display: none;
}
.breadcumb-menu-style1 li:after {
    content: "/";
    position: relative;
    right: -7px;
    float: right;
}
.breadcumb-menu-style1 li,
.breadcumb-menu-style1 a,
.breadcumb-menu-style1 span {
    white-space: normal;
    word-break: break-all;
    letter-spacing: 0.9em;
    text-transform: uppercase;
    font-family: var(--theme-font);
    color: var(--body-color);
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
}
.breadcumb-menu-style1 li i,
.breadcumb-menu-style1 a i,
.breadcumb-menu-style1 span i {
    margin-right: 5px;
}
.breadcumb-title {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3px;
    margin-top: -0.15em;
}
@media (max-width: 1300px) {
    .breadcumb-layout1.pt-200.pb-200 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 68px;
    }
}
@media (max-width: 992px) {
    .breadcumb-layout1.pt-200.pb-200 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .breadcumb-menu-style1 li,
    .breadcumb-menu-style1 a,
    .breadcumb-menu-style1 span {
        font-size: 16px;
    }
    .breadcumb-title {
        font-size: 52px;
    }
}
@media (max-width: 768px) {
    .breadcumb-layout1.pt-200.pb-200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .breadcumb-menu-style1 li,
    .breadcumb-menu-style1 a,
    .breadcumb-menu-style1 span {
        font-size: 14px;
    }
    .breadcumb-title {
        font-size: 42px;
    }
}
@media (max-width: 576px) {
    .breadcumb-layout1.pt-200.pb-200 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .breadcumb-title {
        font-size: 38px;
        margin-bottom: 10px;
    }
}
.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--theme-color), 1);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}
.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: rgba(var(--theme-color), 1);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
    color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
    color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
    color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
    color: #fff;
}
.popup-search-box form input::placeholder {
    color: #fff;
}
.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}
.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0;
}
.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
    color: var(--white-color);
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.pagination-layout1 {
    text-align: center;
}
.pagination-layout1 ul {
    margin: 0;
    padding: 0;
}
.pagination-layout1 ul li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
}
.pagination-layout1 ul li:last-child {
    margin-right: 0;
}
.pagination-layout1 ul li:first-child {
    margin-left: 0;
}
.pagination-layout1 ul li span,
.pagination-layout1 ul li a {
    display: inline-block;
    background-color: var(--secondary-color);
    height: 42px;
    min-width: 42px;
    width: auto;
    padding: 0 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 42px;
    color: var(--title-color);
}
.pagination-layout1 ul li span.active,
.pagination-layout1 ul li span:hover,
.pagination-layout1 ul li a.active,
.pagination-layout1 ul li a:hover {
    color: var(--white-color);
    background-color: rgba(var(--theme-color), 1);
    border-color: transparent;
}
@media (max-width: 768px) {
    .pagination-layout1 ul li span,
    .pagination-layout1 ul li a {
        font-size: 13px;
    }
}
blockquote {
    font-size: 18px;
    line-height: 34px;
    border-left: 3px solid rgba(var(--theme-color), 1);
    padding-left: 30px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-top: 20px;
    display: block;
    font-weight: 300;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    line-height: 1.5;
    color: inherit;
}
blockquote:after {
    content: "\f10d";
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 4rem;
    z-index: 1;
    opacity: 0.15;
    line-height: 1;
}
blockquote *:not(:after) > {
    position: relative;
    z-index: 1;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color: inherit;
}
blockquote cite {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
    line-height: 1;
    color: rgba(var(--theme-color), 1);
    border-color: rgba(var(--theme-color), 1);
}
blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    border-top: 2px solid;
    border-color: inherit;
}
.blog-meta a {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    color: var(--body-color);
}
.blog-meta a:last-child {
    margin-right: 0;
}
.blog-meta a:hover {
    color: rgba(var(--theme-color), 1);
}
.blog-meta a i {
    margin-right: 7px;
    color: rgba(var(--theme-color), 1);
}
.blog-meta.text-white-light a {
    color: rgba(255, 255, 255, 0.8);
}
.blog-category {
    margin-bottom: -10px;
}
.blog-category a {
    display: inline-block;
    color: #fff;
    padding: 4.5px 24.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: var(--theme-font);
    border: 1px solid transparent;
    background-color: rgba(var(--theme-color), 1);
    border-radius: 4px;
}
.blog-category a:hover {
    background-color: var(--white-color);
    color: var(--body-color);
    border-color: rgba(var(--theme-color), 1);
}
.vs-blog {
    margin-bottom: 30px;
}
.vs-blog .blog-title a {
    color: inherit;
}
.vs-blog .blog-title a:hover {
    color: rgba(var(--theme-color), 1);
}
@media (max-width: 992px) {
    blockquote {
        font-size: 18px;
        line-height: 34px;
        padding: 20px;
        margin: 20px 0;
    }
    blockquote:after {
        font-size: 5rem;
    }
    blockquote cite {
        font-size: 16px;
        padding-left: 30px;
        margin-top: 15px;
    }
    blockquote cite:before {
        bottom: 8px;
    }
}
.blog-single {
    margin-bottom: 40px;
    border: 1px solid var(--border-color);
}
.blog-single .blog-header {
    padding: 40px 40px 0 40px;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}
.blog-single .blog-header .blog-category {
    margin-bottom: 20px;
}
.blog-single .blog-audio,
.blog-single .blog-image {
    margin-bottom: 30px;
    margin-top: 33px;
    position: relative;
}
.blog-single .blog-audio .play-btn,
.blog-single .blog-image .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-single .blog-audio .blog-category,
.blog-single .blog-image .blog-category {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}
.blog-single .blog-audio {
    line-height: 1;
}
.blog-single .blog-content {
    border-top: none;
    padding: 0 40px;
    margin-bottom: 32px;
}
.blog-single .blog-title {
    margin-top: -0.3em;
    margin-bottom: 10px;
}
.blog-single .slick-arrow {
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-single .slick-arrow.slick-next {
    left: auto;
    right: 30px;
}
.blog-single[data-overlay] {
    padding-bottom: 10px;
}
.blog-single:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.blog-single .share-links {
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    padding: 10.5px 0;
}
.blog-single .share-links .tagcloud {
    display: inline-block;
    margin: 0;
}
.blog-single .share-links .tagcloud a {
    border: none;
    color: var(--body-color2);
    font-size: 14px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: relative;
}
.blog-single .share-links .tagcloud a:hover {
    color: rgba(var(--theme-color), 1) !important;
}
.blog-single .share-links .tagcloud a:after {
    content: ",";
    margin-right: 5px;
}
.blog-single .share-links .tagcloud a:last-child:after {
    display: none;
}
.blog-single .blog-social {
    margin: 0;
    display: inline-block;
}
.blog-single .blog-social li {
    display: inline-block;
    margin-right: 12px;
}
.blog-single .blog-social li:last-child {
    margin-right: 0;
}
.blog-single .blog-social a {
    color: var(--body-color2);
    font-size: 14px;
}
.blog-single .blog-social a:hover {
    color: rgba(var(--theme-color), 1);
}
.blog-single .blog-author {
    border-left: 5px solid rgba(var(--theme-color), 1);
    background-color: #f5fcf9;
    padding: 50px 50px;
}
.blog-single .blog-author .media-image {
    border-radius: 50%;
    width: 103px;
    height: 103px;
    overflow: hidden;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.blog-single .blog-author .author-degi {
    color: rgba(var(--theme-color), 1);
    font-weight: 600;
    margin-bottom: 0;
}
.blog-single .blog-author .author-name {
    margin-bottom: 10px;
}
.blog-details .blog-single {
    border: none;
    margin-bottom: 30px;
}
.blog-details .blog-single .blog-content {
    padding: 0;
}
.blog-details .blog-single .blog-header {
    padding: 0;
}
@media (max-width: 1300px) {
    .blog-single .blog-header {
        padding: 30px 30px 0 30px;
        margin-bottom: 15px;
    }
    .blog-single .blog-audio,
    .blog-single .blog-image {
        margin-bottom: 20px;
        margin-top: 23px;
    }
    .blog-single .blog-content {
        padding: 0 30px;
        margin-bottom: 23px;
    }
    .blog-single .blog-title {
        font-size: 34px;
    }
}
@media (max-width: 992px) {
    .related-post-wrapper.pt-40 {
        padding-top: 0;
    }
    .blog-single .share-links.my-60 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blog-single .blog-author.my-60 {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .blog-single .blog-title {
        font-size: 28px;
    }
    .blog-single .play-btn > i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .blog-single .blog-meta a {
        font-size: 14px;
    }
    .blog-single .blog-image .blog-category {
        right: 20px;
        top: 20px;
    }
}
@media (max-width: 576px) {
    .blog-single .blog-header {
        padding: 30px 20px 0 20px;
    }
    .blog-single .blog-content {
        padding: 0 20px;
    }
}
@media (max-width: 1790px) {
    .vs-blog-wrapper .shape1 {
        display: none !important;
    }
}
.blog-grid .blog-title {
    margin-bottom: 8px;
}
.blog-grid .blog-content {
    background-color: #f5fcf9;
    padding: 28px 30px;
}
.blog-grid .blog-meta a {
    color: var(--body-color2);
    position: relative;
    margin-right: 4px;
    font-size: 14px;
}
.blog-grid .blog-meta a:hover {
    color: rgba(var(--theme-color), 1);
}
.blog-grid .blog-meta a:after {
    content: "";
    width: 7px;
    display: inline-block;
    height: 1px;
    background-color: #f3e7e7;
    vertical-align: middle;
    margin-left: 7px;
}
.blog-grid .blog-meta a:last-child {
    margin-right: 0;
}
.blog-grid .blog-meta a:last-child:after {
    display: none;
}
.blog-grid .blog-meta.fs-12 a {
    font-size: 12px;
}
.blog-grid.grid-wide .blog-content {
    padding: 30px 40px 35px 40px;
}
@media (min-width: 1199px) and (max-width: 1500px) {
    .related-post-wrapper .blog-grid .blog-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1199px) {
    .blog-single .blog-author {
        padding: 25px 25px;
    }
}
@media (max-width: 768px) {
    .blog-grid.grid-wide .blog-content {
        padding: 20px 20px 20px 20px;
    }
}
.vs-comments-layout1 {
    border-bottom: 1px solid var(--white-color);
}
.vs-comments-layout1 li {
    margin: 0;
}
.vs-comments-layout1 .vs-post-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 35px 30px 35px;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}
.vs-comments-layout1 ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vs-comments-layout1 ul.comment-list ul ul,
.vs-comments-layout1 ul.comment-list ul ol,
.vs-comments-layout1 ul.comment-list ol ul,
.vs-comments-layout1 ul.comment-list ol ol {
    margin-bottom: 0;
}
.vs-comments-layout1 .author-img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.vs-comments-layout1 .comment-content {
    width: calc(100% - 130px);
    margin-top: -5px;
    position: relative;
}
.vs-comments-layout1 .commented-on {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    color: rgba(var(--theme-color), 1);
    font-family: var(--theme-font);
}
.vs-comments-layout1 .name {
    margin-bottom: 2px;
}
.vs-comments-layout1 .comment-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.vs-comments-layout1 .text {
    color: #6b6b6b;
    margin-bottom: 0;
}
.vs-comments-layout1 .text:last-child {
    margin-bottom: 0;
}
.vs-comments-layout1 .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 70px;
}
.vs-comments-layout1 .replay-btn {
    font-weight: 600;
    font-family: var(--theme-font);
    font-size: 18px;
    color: var(--body-color);
    margin-top: 10px;
    display: inline-block;
}
.vs-comments-layout1 .replay-btn i {
    margin-right: 7px;
}
.vs-comments-layout1 .replay-btn:hover {
    color: rgba(var(--theme-color), 1);
}
.vs-comments-layout1 .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
}
@media (max-width: 992px) {
    .vs-comments-layout1.pt-70 {
        padding-top: 30px;
    }
    .vs-comments-layout1 .vs-post-comment {
        padding: 25px 25px 20px 25px;
    }
}
@media (max-width: 768px) {
    .vs-comments-layout1 .vs-post-comment {
        display: block;
    }
    .vs-comments-layout1 .author-img {
        margin-right: 0;
    }
    .vs-comments-layout1 .comment-content {
        width: 100%;
        margin-top: 15px;
    }
    .vs-comments-layout1 .children {
        margin-left: 30px;
    }
}
.vs-comment-form input {
    height: 70px;
    padding-left: 30px;
}
.vs-comment-form textarea {
    padding-left: 30px;
    padding-top: 25px;
}
@media (max-width: 992px) {
    .vs-comment-form.mt-60 {
        margin-top: 0;
    }
    .vs-comment-form.mb-30 {
        margin-bottom: 60px;
    }
}
.hero-link {
    color: #7d7d7d;
}
.hero-link:hover {
    color: rgba(var(--theme-color), 1);
}
.hero-btn {
    line-height: 1.6;
    font-size: 1rem;
}
.hero-thumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 32;
    text-align: center;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.hero-thumb .thumb {
    display: inline-block;
    width: 135px;
    height: 135px;
    margin: 0 18px;
    border-radius: 50%;
    box-shadow: 0px 11px 7.84px 0.16px rgba(148, 147, 147, 0.54);
    position: relative;
    z-index: 1;
    cursor: pointer;
    --position-shape: -5px;
}
.hero-thumb .thumb::before {
    content: "";
    position: absolute;
    left: var(--position-shape);
    right: var(--position-shape);
    top: var(--position-shape);
    bottom: var(--position-shape);
    background-color: var(--white-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-radius: inherit;
}
.hero-thumb .thumb img {
    width: 100%;
    border-radius: inherit;
}
.hero-thumb .thumb:last-child {
    margin-right: 0;
}
.hero-thumb .thumb:first-child {
    margin-left: 0;
}
.hero-thumb .thumb.active:before {
    opacity: 1;
    visibility: visible;
}
.hero-box1 .box-title {
    font-size: 80px;
    text-transform: uppercase;
    width: 100%;
    max-width: 500px;
    line-height: 1.1;
    margin-bottom: 25px;
}
.hero-box1 .sub-title1 {
    letter-spacing: 1.2em;
    font-weight: 600;
    margin-bottom: 5px;
}
.hero-box1 .box-content {
    padding: 70px;
}
.hero-box2 {
    min-height: 295px;
}
.hero-box2 .box-title {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 10px;
}
.hero-box2 .box-subtitle {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hero-box2 .ad-btn {
    color: var(--body-color2);
    text-decoration: underline;
}
.hero-box2 .ad-btn:hover {
    color: rgba(var(--theme-color), 1);
}
.hero-box2 .ad-btn.text-theme:hover {
    color: var(--white-color) !important;
}
.hero-box2 .box-content {
    padding: 80px 50px 0 50px;
}
@media (max-width: 1300px) {
    .hero-thumb .thumb {
        width: 100px;
        height: 100px;
        margin: 0 10px;
    }
}
@media (max-width: 1199px) {
    .hero-thumb .thumb {
        width: 80px;
        height: 80px;
        margin: 0 10px;
    }
}
@media (max-width: 992px) {
    .hero-btn.center {
        padding: 10px 20px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .hero-thumb .thumb {
        width: 40px;
        height: 40px;
        margin: 0 5px;
        --position-shape: -2px;
    }
    .hero-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
    .hero-btn.center {
        left: -20px;
    }
}
@media (max-width: 576px) {
    .hero-btn,
    .hero-btn.center {
        margin-top: 5px;
        padding: 5px 10px;
        font-size: 8px;
    }
    .hero-btn.center {
        left: -10px;
    }
}
@media (max-width: 1199px) {
    .hero-box1 .box-content {
        padding: 40px;
    }
    .hero-box1 .box-title {
        font-size: 72px;
        max-width: 500px;
    }
    .hero-box2 .box-content {
        padding: 40px 30px 0 30px;
    }
}
@media (max-width: 992px) {
    .hero-box1 .box-title {
        font-size: 52px;
        max-width: 400px;
    }
}
@media (max-width: 576px) {
    .hero-box1 .box-content {
        padding: 60px 20px;
    }
    .hero-box1 .sub-title1 {
        font-size: 12px;
    }
    .hero-box1 .box-title {
        margin-bottom: 10px;
        font-size: 42px;
        max-width: 400px;
    }
}
.vs-about-wrapper {
    position: relative;
}
.vs-about-wrapper .shape1 {
    position: absolute;
    right: 11%;
    bottom: 20%;
}
.vs-about-wrapper .shape2 {
    position: absolute;
    bottom: -10%;
    right: 0;
}
.vs-about-wrapper .shape3 {
    position: absolute;
    right: 3.5%;
    top: 5%;
    z-index: -1;
}
.vs-about-wrapper .shape4 {
    position: absolute;
    left: 0;
    bottom: -18%;
    width: 100%;
    max-width: 40vw;
}
.vs-about-wrapper .shape5 {
    right: 15%;
    top: 20%;
}
.img-box1 {
    position: relative;
    padding-left: 70px;
    padding-top: 75px;
}
.img-box1 .img1 {
    position: absolute;
    left: 0;
    top: 0;
}
.about-features {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    padding: 40px;
    max-height: 330px;
}
.about-features .bg-icon {
    position: absolute;
    bottom: 20px;
    right: 0;
    opacity: 0.2;
    line-height: 1;
}
@media (max-width: 1810px) {
    .vs-about-wrapper .shape1 {
        right: 5%;
    }
    .vs-about-wrapper .shape3 {
        right: 1%;
        top: 2%;
        max-width: 150px;
    }
}
@media (max-width: 1500px) {
    .vs-about-wrapper .shape1 {
        right: 2%;
    }
    .vs-about-wrapper .shape4 {
        bottom: -7%;
    }
}
@media (max-width: 1300px) {
    .vs-about-wrapper .container.pt-70 {
        padding-top: 50px;
    }
}
@media (max-width: 1199px) {
    .about-content.pt-75 {
        padding-top: 0;
    }
    .img-box1 {
        position: relative;
        padding-left: 30px;
        padding-right: 50px;
        padding-top: 30px;
    }
    .about-features {
        padding: 20px;
    }
    .about-features .fa-10x {
        font-size: 7rem;
    }
    .vs-about-wrapper .shape4 {
        position: relative;
        left: 0;
        bottom: 0;
        padding: 0 var(--bs-gutter-x, 0.75rem);
    }
    .about-layout1.bg-fluid {
        background-size: auto auto;
        background-position: left top;
    }
}
@media (max-width: 992px) {
    .img-box1 {
        max-width: 600px;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .img-box1 .img1 {
        left: 20%;
    }
    .about-features {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .img-box1 {
        width: 100%;
        max-width: 350px;
    }
    .img-box1 > img {
        max-width: 350px;
        width: 100%;
    }
    .img-box1 .img1 {
        left: 0;
        right: 0;
        text-align: center;
        top: 20%;
    }
}
.input-group {
    margin-bottom: 10px;
}
.service-box1 {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
    margin-bottom: 30px;
    min-height: 430px;
}
.service-box1:after,
.service-box1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 60px);
    background-color: var(--white-color);
    z-index: -1;
    box-shadow: 0px 11px 17.82px 0.18px rgba(221, 221, 221, 0.54);
    border-radius: 10px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.service-box1:after {
    opacity: 0.9;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    background-color: rgba(var(--theme-color), 1);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
.service-box1 a {
    color: inherit;
    -webkit-transition: 0s;
    transition: 0s;
}
.service-box1 .service-img {
    margin-bottom: 30px;
}
/* .service-box1 .service-img img {
    border-radius: 50%;
    box-shadow: 8px 6px 15px -3px rgba(0, 0, 0, 0.5);
} */
.service-box1 .service-text {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    color: var(--body-color2);
}
.service-box1 .service-text,
.service-box1 .service-title {
    position: relative;
    z-index: 5;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.service-box1 .sr-shape2,
.service-box1 .sr-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
.service-box1 .sr-shape1 {
    opacity: 1;
    visibility: visible;
}
.service-box1 .icon-btn {
    background-color: var(--body-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: var(--white-color);
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -25px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}
.service-box1 .icon-btn:hover {
    background-color: var(--white-color);
    color: rgba(var(--theme-color), 1);
}
.service-box1:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.service-box1:hover .service-text,
.service-box1:hover .service-title {
    color: var(--white-color);
}
.service-box1:hover .sr-shape2 {
    opacity: 1;
    visibility: visible;
}
.service-box1:hover:before,
.service-box1:hover .sr-shape1 {
    opacity: 0;
    visibility: hidden;
}
.service-box1:hover .icon-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.service-shape1 {
    min-height: 55%;
    background-color: var(--black-color);
    border-bottom: 5px solid rgba(var(--theme-color), 1);
    width: 100%;
}
@media (max-width: 1199px) {
    .service-box1 {
        padding-bottom: 50px;
    }
    .service-box1 .service-img {
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-box1 .service-img img {
        width: 100%;
    }
    .service-box1 .service-text {
        max-width: 200px;
    }
}
@media (max-width: 992px) {
    .vs-service-wrapper.pt-175 {
        padding-top: 60px;
    }
}
.vs-feature-box1 {
    position: relative;
    margin-bottom: 30px;
    max-width: 280px;
}
.vs-feature-box1 .feature-icon {
    display: inline-block;
    width: 134px;
    height: 134px;
    line-height: 134px;
    text-align: center;
    position: relative;
    box-shadow: 0px 11px 57.82px 1.18px rgba(209, 193, 193, 0.54);
    border-radius: 50%;
    margin-bottom: 35px;
}
.vs-feature-box1 .feature-icon:after,
.vs-feature-box1 .feature-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.vs-feature-box1 .feature-icon:before {
    background-color: var(--body-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.vs-feature-box1 .feature-icon:after {
    border: 2px dotted #e2d6d6;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.vs-feature-box1 .feature-icon .badge {
    width: 41px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--theme-font);
    padding: 0;
    background-color: rgba(var(--theme-color), 1);
    left: 0;
    top: 0;
    box-shadow: 0px 11px 57.82px 1.18px rgba(209, 193, 193, 0.54);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.vs-feature-box1 .feature-icon i {
    font-size: 3rem;
    line-height: inherit;
}
.vs-feature-box1 .feature-shape {
    position: absolute;
    top: 60px;
    right: -5%;
}
.vs-feature-box1:nth-child(even) .feature-shape {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.vs-feature-box1:last-child .feature-shape {
    display: none;
}
.vs-feature-box1:hover .feature-icon {
    color: var(--white-color);
}
.vs-feature-box1:hover .feature-icon .badge {
    background-color: var(--white-color);
    color: var(--title-color);
}
.vs-feature-box1:hover .feature-icon:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.vs-feature-box1:hover .feature-icon:after {
    border-color: var(--white-color);
}
@media (max-width: 1199px) {
    .vs-feature-box1 .feature-shape {
        right: -9%;
    }
}
@media (max-width: 992px) {
    .vs-feature-box1 {
        text-align: center;
    }
    .vs-feature-box1 .feature-shape {
        display: none;
    }
}
.features-wrap1 {
    margin-top: -80px;
    position: relative;
    z-index: 31;
}
.vs-feature-box2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--black-color);
    padding: 30px;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.vs-feature-box2:last-child {
    border-right: none;
}
.vs-feature-box2 .number {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #a59696;
    line-height: 1;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    font-family: var(--theme-font);
    opacity: 0.18;
}
.vs-feature-box2 .feature-text,
.vs-feature-box2 .feature-title {
    color: var(--white-color);
}
.vs-feature-box2 .feature-text {
    max-width: 180px;
}
.vs-feature-box2 .feature-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 3rem;
    border: 1px dashed var(--white-color);
    margin-right: 25px;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.vs-feature-box2 .feature-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.vs-feature-box2:hover {
    background-color: rgba(var(--theme-color), 1);
}
.vs-feature-box2:hover .feature-icon {
    color: var(--white-color);
}
@media (max-width: 1199px) {
    .vs-feature-box2 {
        padding: 30px;
    }
    .vs-feature-box2 .feature-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.5rem;
        margin-right: 10px;
    }
    .features-wrap1 {
        margin-top: -73.5px;
    }
}
@media (max-width: 992px) {
    .vs-feature-box2 {
        display: block;
        text-align: center;
    }
    .vs-feature-box2 .feature-icon {
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .vs-feature-box2 .feature-text {
        margin-left: auto;
        margin-right: auto;
    }
    .features-wrap1 {
        margin-top: 0;
        padding-top: 60px;
    }
}
@media (max-width: 768px) {
    .vs-feature-box2 {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .vs-feature-box2:last-child {
        border-bottom: none;
    }
}
.product-big-img {
    border: 1px solid var(--secondary-color);
}
.product-thumb-img .thumb {
    width: 150px;
    border: 1px solid var(--secondary-color);
}
.quantity.style2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.quantity.style2 input {
    width: 75px;
    height: 50px;
    text-align: center;
    border: 1px solid var(--secondary-color);
    font-family: var(--theme-font);
    color: var(--body-color2);
    font-weight: 600;
    font-size: 18px;
    padding-left: 0;
    padding-right: 30px;
}
.quantity.style2 input::-webkit-outer-spin-button,
.quantity.style2 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity.style2 input[type="number"] {
    -moz-appearance: textfield;
}
.quantity.style2 .qut-btn {
    position: absolute;
    top: 0;
    right: 10px;
    border: none;
    background-color: transparent;
    padding: 0;
    line-height: 1;
    color: #e6d6d6;
    top: 8px;
    font-size: 14px;
}
.quantity.style2 .qut-btn.quantity-minus {
    top: 26px;
}
.quantity.style2 .qut-btn:hover {
    color: rgba(var(--theme-color), 1);
}
.product_meta {
    color: var(--body-color);
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--theme-font);
}
.product_meta > span {
    display: block;
    margin-bottom: 3px;
}
.product_meta > span:last-child {
    margin-bottom: 0;
}
.product_meta > span a {
    color: inherit;
}
.product_meta > span a:hover {
    color: rgba(var(--theme-color), 1);
}
.product_meta > span > a,
.product_meta > span > span {
    position: relative;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
    content: ",";
    position: relative;
    margin-right: 3px;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
    margin-left: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
    display: none;
}
.product-tab-style1 {
    border-bottom: 1px solid #f7f3f3;
}
.product-tab-style1 a {
    color: #959595;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: 0 20px 10px 20px;
    font-family: var(--theme-font);
}
.product-tab-style1 a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: rgba(var(--theme-color), 1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.product-tab-style1 a.active:before {
    width: 100%;
}
.product-inner-list > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.product-inner-list li {
    position: relative;
    padding-left: 15px;
}
.product-inner-list li:before {
    content: "-";
    position: absolute;
    left: 0;
}
.product-tag2,
.product-tag1 {
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color);
    text-transform: capitalize;
    display: inline-block;
    position: absolute;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
}
.vs-product-box1 {
    text-align: center;
    background-color: var(--white-color);
    border: 1px solid var(--secondary-color);
    position: relative;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.vs-product-box1 a {
    color: inherit;
}
.vs-product-box1 a:hover {
    color: rgba(var(--theme-color), 1);
}
.vs-product-box1 .product-content {
    padding: 20px 0;
    background-color: var(--secondary-color);
    position: relative;
}
.vs-product-box1 .product-tag1 {
    left: -40px;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.vs-product-box1 .product-tag2 {
    right: 0;
    top: 10px;
}
.vs-product-box1 .actions-btn {
    background-color: var(--white-color);
    display: inline-block;
    box-shadow: 0px 7px 65px 0px rgba(163, 163, 163, 0.2);
    border-radius: 9999px;
    padding: 3px;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: -19px;
    margin-top: -30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.vs-product-box1 .actions-btn a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 50%;
}
.vs-product-box1 .actions-btn a:hover {
    background-color: var(--body-color);
    color: var(--white-color);
}
.vs-product-box1 .base {
    background-color: #fff;
    position: absolute;
    left: 737px;
    top: 3837px;
    width: 120px;
    height: 28px;
    z-index: 249;
}
.vs-product-box1:hover {
    border-color: transparent;
    box-shadow: 0px 7px 65px 0px rgba(163, 163, 163, 0.2);
}
.vs-product-box1:hover .actions-btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.vs-product-box2 {
    margin-bottom: 30px;
    position: relative;
}
.vs-product-box2.has-border {
    border: 1px solid var(--secondary-color);
}
.vs-product-box2 .product-img {
    width: 100%;
    max-width: 170px;
}
.vs-product-box2 a {
    color: inherit;
}
.vs-product-box2 a:hover {
    color: rgba(var(--theme-color), 1);
}
.vs-product-box2 .product-content {
    background-color: var(--secondary-color);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 35px 40px;
}
.vs-product-box2 .product-tag1 {
    right: 0;
    top: 5px;
    font-size: 14px;
}
@media (max-width: 1199px) {
    .vs-product-box2.d-xl-flex {
        text-align: center;
    }
    .vs-product-box2.d-xl-flex .product-img {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .vs-product-box2 {
        text-align: center;
    }
    .vs-product-box2 .product-img {
        max-width: 100%;
        background-color: var(--white-color);
    }
    .vs-product-box2 .product-content {
        padding: 20px 0;
    }
}
.filter-menu-style1 button {
    border: none;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    position: relative;
    color: #140735;
    font-weight: 700;
    padding-right: 37px;
    margin-right: 15px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: 95% 10px;
}
.filter-menu-style1 button i {
    margin-bottom: 10px;
    display: block;
    font-size: 2rem;
    font-weight: 400;
}
.filter-menu-style1 button:last-child {
    margin-right: 0;
    padding-right: 0;
    background-image: none !important;
}
.filter-menu-style1 button.active,
.filter-menu-style1 button:hover {
    color: rgba(var(--theme-color), 1);
}
@media (max-width: 576px) {
    .filter-menu-style1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .filter-menu-style1 button {
        background-size: 0 0;
        margin-right: 20px;
        padding: 0;
        font-size: 13px;
    }
    .filter-menu-style1 button i {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
}
.vs-ad-box1 {
    position: relative;
}
.vs-ad-box1 .ad-content {
    position: absolute;
    left: 11%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 12px;
}
.vs-ad-box1 .ad-btn {
    color: var(--body-color);
    font-weight: 700;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.vs-ad-box1 .ad-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--body-color);
    -webkit-transition: inherit;
    transition: inherit;
}
.vs-ad-box1 .ad-btn:hover {
    color: rgba(var(--theme-color), 1);
}
.vs-ad-box1 .ad-btn:hover:before {
    background-color: rgba(var(--theme-color), 1);
}
@media (max-width: 1300px) {
    .vs-ad-box1 .ad-content {
        left: 5%;
    }
    .vs-ad-box1 .ad-content h1 {
        font-size: 28px;
    }
    .vs-ad-box1 .ad-content .ad-btn {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .vs-ad-box1 .ad-content {
        left: 5%;
    }
    .vs-ad-box1 .ad-content h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}
.vs-flash-sale {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    margin-bottom: 30px;
}
.vs-flash-sale a {
    color: inherit;
}
.vs-flash-sale a:hover {
    color: rgba(var(--theme-color), 1);
}
.vs-flash-sale .flash-img {
    max-width: 170px;
    background-color: var(--white-color);
}
.vs-flash-sale .flash-img img {
    width: 100%;
}
.vs-flash-sale .flash-content {
    padding-left: 30px;
    padding-right: 20px;
}
.vs-flash-sale .price {
    font-size: 700;
    font-family: var(--theme-font);
    color: var(--body-color2);
    font-weight: 700;
}
.vs-flash-sale:hover .flash-counter {
    background-color: rgba(var(--theme-color), 1);
}
.flash-counter {
    background-color: var(--body-color);
    color: var(--white-color);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-family: var(--theme-font);
    padding: 12px 20px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.flash-counter > * {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flash-counter > *:after {
    content: ":";
    position: relative;
    float: right;
}
.flash-counter > *:last-child:after {
    display: none;
}
@media (max-width: 1199px) {
    .vs-flash-sale .flash-img {
        max-width: 120px;
    }
    .vs-flash-sale .flash-content {
        padding-left: 20px;
    }
    .flash-counter {
        padding: 6px 10px;
    }
}
@media (max-width: 768px) {
    .vs-flash-sale {
        text-align: center;
    }
    .vs-flash-sale .flash-img {
        max-width: 100%;
        width: 100%;
    }
    .vs-flash-sale .flash-content {
        padding: 15px 10px;
        padding-bottom: 17px;
    }
}
.vs-testimonial-wrapper .shape1 {
    position: absolute;
    left: 15%;
    top: 8%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.vs-testimonial-wrapper .shape2 {
    position: absolute;
    right: 10%;
    bottom: 25%;
}
.testimonial-box {
    background-color: var(--white-color);
    position: relative;
    padding: 40px 40px 18px 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.testimonial-box .quote-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    line-height: 1;
    color: #e5d8d8;
    font-size: 48px;
}
.testimonial-box:hover {
    box-shadow: 0px 11px 42.14px 0.86px rgba(221, 221, 221, 0.3);
}
.testimonial-box.bg-dark:hover {
    box-shadow: none;
}
.testimonial-arrow {
    position: absolute;
    top: calc(50% - 15px);
    left: -50px;
    z-index: 31;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.testimonial-arrow[data-slick-next] {
    left: auto;
    right: -50px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.container:hover .testimonial-arrow {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.container:hover .testimonial-arrow[data-slick-next] {
    left: auto;
    right: 0;
}
@media (max-width: 992px) {
    .testimonial-box {
        padding: 30px 30px 10px 30px;
    }
    .testimonial-box .quote-icon {
        display: none;
    }
}
@media (max-width: 768px) {
    .testimonial-box {
        padding: 20px 20px 1px 20px;
    }
    .testimonial-box .quote-icon {
        display: none;
    }
}
.testimonial-style2 {
    margin-bottom: 30px;
}
.testimonial-style2 .text {
    font-size: 24px;
}
.testimonial-style2 .quote-icon {
    line-height: 1;
    color: #e5d8d8;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .testimonial-style2 .text {
        font-size: 18px;
    }
    .testimonial-style2 .quote-icon {
        margin-top: 0;
    }
}
.best-seller-wrapper .inner-wrapper {
    box-shadow: 0px 49px 65px 0px rgba(242, 232, 232, 0.3);
}
.thumb-slider {
    position: relative;
}
.thumb-slider .slick-arrow {
    position: absolute;
    top: auto;
    right: auto;
    left: 30px;
    bottom: 30px;
    border: none;
    background-color: #eff3f1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--title-color);
    padding: 0;
    z-index: 3;
    border-radius: 50%;
}
.thumb-slider .slick-arrow.slick-next {
    left: 75px;
}
.thumb-slider .slick-arrow:hover {
    background-color: var(--body-color);
    color: var(--white-color);
}
@media (max-width: 768px) {
    .best-seller-wrapper .px-70 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .best-seller-wrapper .py-70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .best-seller-wrapper .px-70 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .best-seller-wrapper .py-70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.vs-gallery-grid {
    position: relative;
    overflow: hidden;
}
.vs-gallery-grid:after,
.vs-gallery-grid:before {
    content: "";
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: rgba(32, 80, 153, 0.4);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    z-index: 1;
}
.vs-gallery-grid:before {
    bottom: 100%;
}
.vs-gallery-grid:after {
    top: 100%;
}
.vs-gallery-grid .gallery-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
    color: var(--white-color);
    font-size: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.vs-gallery-grid:hover .gallery-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.vs-gallery-grid:hover::after {
    top: 0;
}
.vs-gallery-grid:hover:before {
    bottom: 0;
}
.cta-box-style1 {
    position: relative;
}
.cta-box-style1 .cta-content {
    padding-top: 14%;
    width: 100%;
    max-width: 330px;
    padding: 60px 30px;
    margin-left: auto;
    margin-right: 14%;
}
.cta-box-style2 {
    background-color: #f5fcf9;
    padding: 100px 100px 80px 100px;
}
.cta-feature .media-icon {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: var(--white-color);
    line-height: 100px;
    font-size: 38px;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.cta-feature .media-icon:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px dotted #e2d6d6;
    border-radius: inherit;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.cta-feature:hover .media-icon {
    color: var(--white-color);
    background-color: rgba(var(--theme-color), 1);
}
.cta-feature:hover .media-icon:before {
    border-color: var(--white-color);
}
@media (max-width: 1500px) {
    .cta-box-style2 {
        padding: 80px 80px 60px 80px;
    }
}
@media (max-width: 1300px) {
    .cta-box-style2 {
        padding: 60px 60px 40px 60px;
    }
    .cta-feature .media-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 26px;
    }
    .cta-feature .media-icon.mr-35 {
        margin-right: 15px;
    }
    .cta-box-style1 .cta-content {
        margin-right: 0%;
        max-width: 380px;
    }
}
@media (max-width: 992px) {
    .cta-box-style2 {
        padding: 60px 0 40px 0;
    }
}
.vs-member-box {
    text-align: center;
    margin-bottom: 23px;
}
.vs-member-box a {
    color: inherit;
}
.vs-member-box a:hover {
    color: rgba(var(--theme-color), 1);
}
.vs-member-box .member-img {
    display: inline-block;
    margin-bottom: 35px;
    width: 260px;
    height: 260px;
    max-width: 100%;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
}
.vs-member-box .member-img img {
    border-radius: 50%;
}
.vs-member-box .member-img:after,
.vs-member-box .member-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.vs-member-box .member-img:before {
    left: 10px;
    top: 10px;
    z-index: -1;
    background-color: #eeeeee;
}
.vs-member-box .member-img:after {
    opacity: 0;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.vs-member-box .member-name {
    margin-bottom: 5px;
}
.vs-member-box .degi {
    font-family: var(--theme-font);
    font-size: 18px;
}
.vs-member-box .member-links {
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 50%;
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
}
.vs-member-box .member-links > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px;
}
.vs-member-box .member-links > *:nth-of-type(1) {
    -webkit-transform: rotate(67deg) translate(130px) rotate(-67deg);
    -ms-transform: rotate(67deg) translate(130px) rotate(-67deg);
    transform: rotate(67deg) translate(130px) rotate(-67deg);
}
.vs-member-box .member-links > *:nth-of-type(2) {
    -webkit-transform: rotate(89deg) translate(130px) rotate(-89deg);
    -ms-transform: rotate(89deg) translate(130px) rotate(-89deg);
    transform: rotate(89deg) translate(130px) rotate(-89deg);
}
.vs-member-box .member-links > *:nth-of-type(3) {
    -webkit-transform: rotate(111deg) translate(130px) rotate(-111deg);
    -ms-transform: rotate(111deg) translate(130px) rotate(-111deg);
    transform: rotate(111deg) translate(130px) rotate(-111deg);
}
.vs-member-box .member-links > *:nth-of-type(4) {
    -webkit-transform: rotate(133deg) translate(130px) rotate(-133deg);
    -ms-transform: rotate(133deg) translate(130px) rotate(-133deg);
    transform: rotate(133deg) translate(130px) rotate(-133deg);
}
.vs-member-box .member-links > *:nth-of-type(5) {
    -webkit-transform: rotate(155deg) translate(130px) rotate(-155deg);
    -ms-transform: rotate(155deg) translate(130px) rotate(-155deg);
    transform: rotate(155deg) translate(130px) rotate(-155deg);
}
.vs-member-box .member-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: var(--body-color2);
    background-color: var(--white-color);
    text-align: center;
    box-shadow: 0px 5px 16px 0px rgba(235, 225, 225, 0.52);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.vs-member-box .member-links a:hover {
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color);
}
.vs-member-box:hover .member-links {
    top: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.vs-member-box:hover .member-img:after {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 768px) {
    .vs-member-box .member-img {
        width: 200px;
        height: 200px;
    }
    .vs-member-box .member-links > * {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: -20px;
    }
    .vs-member-box .member-links > *:nth-of-type(1) {
        -webkit-transform: rotate(60deg) translate(100px) rotate(-60deg);
        -ms-transform: rotate(60deg) translate(100px) rotate(-60deg);
        transform: rotate(60deg) translate(100px) rotate(-60deg);
    }
    .vs-member-box .member-links > *:nth-of-type(2) {
        -webkit-transform: rotate(88deg) translate(100px) rotate(-88deg);
        -ms-transform: rotate(88deg) translate(100px) rotate(-88deg);
        transform: rotate(88deg) translate(100px) rotate(-88deg);
    }
    .vs-member-box .member-links > *:nth-of-type(3) {
        -webkit-transform: rotate(116deg) translate(100px) rotate(-116deg);
        -ms-transform: rotate(116deg) translate(100px) rotate(-116deg);
        transform: rotate(116deg) translate(100px) rotate(-116deg);
    }
    .vs-member-box .member-links > *:nth-of-type(4) {
        -webkit-transform: rotate(144deg) translate(100px) rotate(-144deg);
        -ms-transform: rotate(144deg) translate(100px) rotate(-144deg);
        transform: rotate(144deg) translate(100px) rotate(-144deg);
    }
    .vs-member-box .member-links > *:nth-of-type(5) {
        -webkit-transform: rotate(172deg) translate(100px) rotate(-172deg);
        -ms-transform: rotate(172deg) translate(100px) rotate(-172deg);
        transform: rotate(172deg) translate(100px) rotate(-172deg);
    }
}
.vs-newsletter-wrpper .inner-wrap1 {
    border-radius: 10px;
}
.newsletter-style1 {
    position: relative;
}
.newsletter-style1 input {
    border: none;
    height: 65px;
    border-radius: 9999px;
    padding-left: 40px;
}
.newsletter-style1 input:focus {
    border: none;
}
.newsletter-style1 .vs-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    box-shadow: none;
}
@media (max-width: 768px) {
    .vs-newsletter-wrpper .inner-wrap1.px-70.py-70 {
        padding: 40px;
    }
}
@media (max-width: 768px) {
    .vs-newsletter-wrpper .inner-wrap1.px-70.py-70 {
        padding: 30px 15px;
    }
    .newsletter-style1 {
        text-align: center;
    }
    .newsletter-style1 input {
        height: 50px;
    }
    .newsletter-style1 .vs-btn {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 15px;
    }
}
.vs-cat-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.vs-cat-list a {
    color: var(--title-color);
    text-transform: capitalize;
}
.vs-cat-list a:hover {
    color: rgba(var(--theme-color), 1);
}
.vs-cat-list li {
    position: relative;
    margin-bottom: 10px;
}
.vs-cat-list li:before {
    content: "\f30b";
    position: absolute;
    left: -22px;
    font-family: var(--icon-font);
    color: #d3baba;
}
.vs-cat-list li:last-child {
    margin-bottom: 0;
}
.vs-banner-box {
    padding: 80px 90px;
    box-shadow: 0px 11px 39.2px 0.8px rgba(209, 193, 193, 0.2);
    background-color: var(--white-color);
}
.vs-banner-box.big-banner {
    min-height: 550px;
}
@media (max-width: 1199px) {
    .vs-banner-box {
        padding: 50px 60px;
    }
}
@media (max-width: 576px) {
    .vs-banner-box {
        padding: 20px 30px;
    }
    .vs-banner-box.big-banner {
        min-height: 850px;
    }
    .vs-banner-box .vs-cat-list li:before {
        display: none;
    }
}
.accordion-style1 .accordion-button {
    font-weight: 600;
    font-size: 18px;
    font-family: var(--theme-font);
    color: var(--title-color);
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #f1e4e4;
    padding: 12px 0;
}
.accordion-style1 .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion-style1 .accordion-button:after {
    width: auto;
    height: auto;
    background-image: none;
    content: "\f078";
    font-family: var(--icon-font);
    font-size: 0.8rem;
}
.accordion-style1 .accordion-body {
    padding: 0;
    padding-top: 12px;
    border: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.accordion-style1 .accordion-collapse {
    border: none;
}
.accordion-style1 .accordion-collapse.show .accordion-body {
    border-color: #f1e4e4;
}
.accordion-style1 .accordion-item:first-child .accordion-button {
    padding-top: 0;
}
.faq-list li {
    position: relative;
    padding-left: 25px;
}
.faq-list li::before {
    content: "\f101";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
}
.accordion-style2 .accordion-header {
    border-bottom: 1px solid #f3e8e8;
}
.accordion-style2 .accordion-body {
    padding: 0;
    padding-top: 20px;
}
.accordion-style2 .accordion-item {
    margin-bottom: 40px;
}
.accordion-style2 .accordion-item:last-child {
    margin-bottom: 25px;
}
.error-content .error-number {
    font-size: 25vw;
    line-height: 0.9;
}
.contact-form1 .form-control {
    font-family: var(--theme-font);
    height: 70px;
    padding-right: 0;
    border-color: #eeeeee;
    color: var(--title-color);
}
.contact-form1 .form-control::-moz-placeholder {
    color: var(--body-color2);
}
.contact-form1 .form-control::-webkit-input-placeholder {
    color: var(--body-color2);
}
.contact-form1 .form-control:-ms-input-placeholder {
    color: var(--body-color2);
}
.contact-form1 .form-control::-ms-input-placeholder {
    color: var(--body-color2);
}
.contact-form1 .form-control::placeholder {
    color: var(--body-color2);
}
.vs-checkout-wrapper .border-light {
    border: 1px solid #eaf0f2 !important;
}
.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: 1px solid #d8d8d8;
    padding: 11px 20px;
    background-color: var(--body-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
}
.woocommerce-notices-wrapper .woocommerce-message {
    background-color: rgba(var(--theme-color), 1);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300;
}
.woocommerce-form-coupon,
.woocommerce-form-login {
    display: none;
}
.woocommerce-form-login-toggle .woocommerce-info {
    background-color: rgba(var(--theme-color), 1);
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group {
    margin-bottom: 0.5rem;
}
.woocommerce-checkout .form-control {
    margin-bottom: 15px;
}
.woocommerce-checkout .shipping_address {
    display: none;
}
#ship-to-different-address {
    margin-bottom: 11px;
}
#ship-to-different-address label {
    font-size: 24px;
    font-family: var(--theme-font);
    display: inline-block;
    padding-right: 30px;
    padding-left: 0;
    margin-bottom: 0;
}
#ship-to-different-address label:before {
    left: auto;
    right: 0;
    top: 10px;
}
.woocommerce-cart-form {
    text-align: center;
}
.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px;
}
.cart_table thead {
    background-color: #ecf0f1;
}
.cart_table td:before,
.cart_table th {
    font-family: var(--theme-font);
    color: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 27px 15px;
}
.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: #8b8b8b;
    padding: 20px 10px;
    position: relative;
}
.cart_table .product-quantity {
    color: var(--title-color);
}
.cart_table .cart-productname {
    font-weight: 600;
    font-family: var(--theme-font);
    color: inherit;
}
.cart_table .cart-productimage {
    display: inline-block;
    border: 2px solid var(--secondary-color);
}
.cart_table .remove {
    color: #29af8a;
    font-size: 18px;
}
.cart_table .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_table .qut-btn {
    border: 2px solid var(--secondary-color);
    background-color: transparent;
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 4px;
}
.cart_table .qut-btn:hover {
    background-color: rgba(var(--theme-color), 1);
    color: var(--white-color);
}
.cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--secondary-color);
    width: 70px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
    margin: 0 10px;
    border-radius: 4px;
}
.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart_table .qty-input[type="number"] {
    -moz-appearance: textfield;
}
.cart_table .actions {
    text-align: right;
    vertical-align: middle;
}
.cart_table .actions > .vs-btn {
    margin-right: 15px;
}
.cart_table .actions > .vs-btn:last-child {
    margin-right: 0;
}
.cart_table .vs-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cart_table .vs-cart-coupon input {
    height: 50px;
    width: calc(100% - 200px);
    margin-right: 10px;
}
.cart_totals {
    border: 1px solid #ecf0f1;
}
.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid #ecf0f1;
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: #f9fbfb;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}
.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
    color: rgba(var(--theme-color), 1);
}
.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
    display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .vs-btn {
    padding: 5px 30px;
}
.cart_totals .amount {
    font-weight: 700;
}
.cart_totals .order-total .amount {
    color: #1abc9c;
}
.checkout-ordertable th,
.checkout-ordertable td {
    border: none;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
}
.checkout-ordertable ul {
    margin: 0;
    padding: 0;
}
.checkout-ordertable .order-total .amount {
    color: #29af8a;
}
.checkout-ordertable input[type="hidden"] ~ label {
    color: #29af8a;
}
.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.woocommerce-checkout-payment ul li {
    padding-top: 10px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
}
.woocommerce-checkout-payment .place-order {
    padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
    color: #a1b1bc;
    background-color: #ecf0f1;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}
.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}
.woocommerce-checkout-payment label {
    color: #34495e;
}
.woocommerce-checkout-payment label img {
    margin-left: 30px;
    float: right;
    position: relative;
    top: -2.5px;
}
.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px;
}
.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: #e1e1e1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: rgba(var(--theme-color), 1);
    letter-spacing: 3px;
}
.rating-select label {
    margin: 0;
    margin-right: 10px;
}
.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
}
.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: rgba(var(--theme-color), 1);
}
.rating-select p.stars a:hover ~ a::before {
    content: "\f005";
    font-weight: 400;
}
.rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
    content: "\f005";
    font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700;
}
@media (max-width: 992px) {
    .cart_table .actions .vs-btn {
        padding: 10px 15px;
    }
    .cart_table .vs-cart-coupon {
        width: 350px;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none;
    }
    .cart_table thead {
        display: none;
    }
    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid #f3f3f3;
        border-bottom: none;
    }
    .cart_table td::before {
        display: block;
    }
    .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3;
    }
    .cart_table td.actions {
        padding-left: 15px;
        text-align: center;
    }
    .cart_table td.actions > .vs-btn {
        margin-top: 10px;
        margin-right: 0;
    }
    .cart_table .vs-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart_table .vs-cart-coupon input {
        width: calc(100% - 150px);
    }
    .cart_totals th,
    .cart_totals td {
        padding: 15px 15px;
    }
}
@media (max-width: 576px) {
    .cart_table .vs-cart-coupon {
        display: block;
        padding-bottom: 10px;
    }
    .cart_table .vs-cart-coupon input {
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce-checkout-payment label img {
        margin-left: 10px;
        float: none;
        max-width: 150px;
    }
}
.vs-sort-bar label {
    margin: 0;
    margin-right: 20px;
}
.vs-sort-bar select {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 15px;
    padding-right: 30px;
    min-width: 60px;
}
@media (max-width: 768px) {
    .vs-sort-bar label {
        margin-right: 10px;
    }
}
.font-theme {
    font-family: var(--theme-font);
}
.font-theme2 {
    font-family: var(--theme-font2);
}
.font-icon {
    font-family: var(--icon-font);
}
.fw-light {
    font-weight: 300;
}
.fw-normal {
    font-weight: 400;
}
.fw-medium {
    font-weight: 500;
}
.fw-semibold {
    font-weight: 600;
}
.fw-bold {
    font-weight: 700;
}
.fs-md {
    font-size: 18px;
}
.fs-12 {
    font-size: 12px;
}
.fs-xs {
    font-size: 14px;
}
.fs-20 {
    font-size: 20px;
}
@media (max-width: 1199px) {
    .fs-20 {
        font-size: 18px;
    }
}
.bg-theme {
    background-color: rgba(var(--theme-color), 1) !important;
}
.bg-black {
    background-color: var(--black-color) !important;
}
.bg-smoke {
    background-color: var(--smoke-color) !important;
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.bg-white {
    background-color: var(--white-color) !important;
}
.bg-dark {
    background-color: var(--dark-color) !important;
}
.bg-yellow {
    background-color: var(--yellow-color) !important;
}
.bg-success {
    background-color: var(--success-color) !important;
}
.bg-error {
    background-color: var(--error-color) !important;
}
.bg-body {
    background-color: var(--body-color) !important;
}
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.bg-auto {
    background-size: auto auto;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg1 {
    background-size: auto auto;
    background-position: top center;
}
.bg2 {
    background-size: 100% calc(100% - 98px);
    background-position: bottom center;
}
@media (max-width: 1199px) {
    .bg2 {
        background-size: auto calc(100% - 98px);
    }
}
@media (min-width: 1921px) {
    .bg1 {
        background-size: 100%;
    }
}
.text-theme {
    color: rgba(var(--theme-color), 1) !important;
}
.text-title {
    color: var(--title-color) !important;
}
.text-body {
    color: var(--body-color) !important;
}
.text-body2 {
    color: var(--body-color2) !important;
}
.text-light {
    color: var(--light-color) !important;
}
.text-white {
    color: var(--white-color) !important;
}
.text-yellow {
    color: var(--yellow-color) !important;
}
.text-success {
    color: var(--success-color) !important;
}
.text-error {
    color: var(--error-color) !important;
}
.text-inherit {
    color: inherit;
}
.radius-circle {
    border-radius: 50%;
}
.radius-50 {
    border-radius: 50px;
}
.radius-100 {
    border-radius: 100px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
[data-overlay] {
    position: relative;
}
[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
    z-index: 1;
}
[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
[data-overlay="theme"]:before {
    background-color: rgba(var(--theme-color), 1);
}
[data-overlay="white"]:before {
    background-color: var(--white-color);
}
[data-overlay="dark"]:before {
    background-color: var(--dark-color);
}
[data-opacity="1"]:before {
    opacity: 0.1;
}
[data-opacity="2"]:before {
    opacity: 0.2;
}
[data-opacity="3"]:before {
    opacity: 0.3;
}
[data-opacity="4"]:before {
    opacity: 0.4;
}
[data-opacity="5"]:before {
    opacity: 0.5;
}
[data-opacity="6"]:before {
    opacity: 0.6;
}
[data-opacity="7"]:before {
    opacity: 0.7;
}
[data-opacity="8"]:before {
    opacity: 0.8;
}
[data-opacity="9"]:before {
    opacity: 0.9;
}
[data-opacity="10"]:before {
    opacity: 1;
}
.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
.ani-moving-x,
.ani-moving-y,
.ani-moving {
    -webkit-animation-duration: var(--moving-ani-duration);
    animation-duration: var(--moving-ani-duration);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.ani-moving {
    -webkit-animation-name: moving;
    animation-name: moving;
}
.ani-moving-x {
    -webkit-animation-name: moving-x;
    animation-name: moving-x;
}
.ani-moving-y {
    -webkit-animation-name: moving-y;
    animation-name: moving-y;
}
@media (max-width: 992px) {
    .ani-md-none {
        -webkit-animation: none;
        animation: none;
    }
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}
@-webkit-keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    20% {
        -webkit-transform: translate(0px, -60px);
        transform: translate(0px, -60px);
    }
    50% {
        -webkit-transform: translate(-60px, -60px);
        transform: translate(-60px, -60px);
    }
    70% {
        -webkit-transform: translate(-60px, 0px);
        transform: translate(-60px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    20% {
        -webkit-transform: translate(0px, -60px);
        transform: translate(0px, -60px);
    }
    50% {
        -webkit-transform: translate(-60px, -60px);
        transform: translate(-60px, -60px);
    }
    70% {
        -webkit-transform: translate(-60px, 0px);
        transform: translate(-60px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@-webkit-keyframes moving-y {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0, -60px);
        transform: translate(0, -60px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@keyframes moving-y {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0, -60px);
        transform: translate(0, -60px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@-webkit-keyframes moving-x {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(-60px, 0);
        transform: translate(-60px, 0);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@keyframes moving-x {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(-60px, 0);
        transform: translate(-60px, 0);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
.space,
.space-top {
    padding-top: 130px;
}
.space,
.space-bottom {
    padding-bottom: 130px;
}
.space-md,
.space-md-top {
    padding-top: 100px;
}
.space-md,
.space-md-bottom {
    padding-bottom: 100px;
}
@media (max-width: 992px) {
    .space,
    .space-top {
        padding-top: 60px;
    }
    .space,
    .space-bottom {
        padding-bottom: 60px;
    }
    .space-md,
    .space-md-top {
        padding-top: 30px;
    }
    .space-md,
    .space-md-bottom {
        padding-bottom: 30px;
    }
}
.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}
.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}
.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}
.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}
.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}
.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}
.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}
.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}
.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}
.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}
.px-55 {
    padding-right: 55px;
    padding-left: 55px;
}
.px-60 {
    padding-right: 60px;
    padding-left: 60px;
}
.px-65 {
    padding-right: 65px;
    padding-left: 65px;
}
.px-70 {
    padding-right: 70px;
    padding-left: 70px;
}
.px-75 {
    padding-right: 75px;
    padding-left: 75px;
}
.px-80 {
    padding-right: 80px;
    padding-left: 80px;
}
.px-85 {
    padding-right: 85px;
    padding-left: 85px;
}
.px-90 {
    padding-right: 90px;
    padding-left: 90px;
}
.px-95 {
    padding-right: 95px;
    padding-left: 95px;
}
.px-100 {
    padding-right: 100px;
    padding-left: 100px;
}
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 85px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-95 {
    padding-left: 95px;
}
.pl-100 {
    padding-left: 100px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 85px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-95 {
    padding-right: 95px;
}
.pr-100 {
    padding-right: 100px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pt-175 {
    padding-top: 175px;
}
.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}
.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}
.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}
.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}
.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}
.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}
.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}
.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}
.mx-45 {
    margin-right: 45px;
    margin-left: 45px;
}
.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}
.mx-55 {
    margin-right: 55px;
    margin-left: 55px;
}
.mx-60 {
    margin-right: 60px;
    margin-left: 60px;
}
.mx-65 {
    margin-right: 65px;
    margin-left: 65px;
}
.mx-70 {
    margin-right: 70px;
    margin-left: 70px;
}
.mx-75 {
    margin-right: 75px;
    margin-left: 75px;
}
.mx-80 {
    margin-right: 80px;
    margin-left: 80px;
}
.mx-85 {
    margin-right: 85px;
    margin-left: 85px;
}
.mx-90 {
    margin-right: 90px;
    margin-left: 90px;
}
.mx-95 {
    margin-right: 95px;
    margin-left: 95px;
}
.mx-100 {
    margin-right: 100px;
    margin-left: 100px;
}
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}
.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}
.my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}
.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}
.my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}
.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-65 {
    margin-left: 65px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-85 {
    margin-left: 85px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-95 {
    margin-left: 95px;
}
.ml-100 {
    margin-left: 100px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-65 {
    margin-right: 65px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-85 {
    margin-right: 85px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-95 {
    margin-right: 95px;
}
.mr-100 {
    margin-right: 100px;
}
.space,
.space-top {
    padding-top: 130px;
}
.space,
.space-bottom {
    padding-bottom: 130px;
}
.space-md,
.space-md-top {
    padding-top: 100px;
}
.space-md,
.space-md-bottom {
    padding-bottom: 100px;
}
@media (max-width: 992px) {
    .space,
    .space-top {
        padding-top: 60px;
    }
    .space,
    .space-bottom {
        padding-bottom: 60px;
    }
    .space-md,
    .space-md-top {
        padding-top: 30px;
    }
    .space-md,
    .space-md-bottom {
        padding-bottom: 30px;
    }
}
.vs-color-plate {
    position: fixed;
    display: block;
    z-index: 99998;
    padding: 20px;
    padding-bottom: 13px;
    padding-right: 15px;
    width: 240px;
    background: #fff;
    left: -240px;
    text-align: left;
    top: 30%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: -3px 0px 10px -2px rgba(0, 0, 0, 0.1);
}
.vs-color-plate.open {
    left: 0;
}
.vs-color-plate .color-plate-icon {
    position: absolute;
    right: -48px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    color: #fff !important;
    top: 0;
    cursor: pointer;
    box-shadow: -4px 0px 5px #00000036;
}
.vs-color-plate h4 {
    display: block;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}
.vs-color-plate p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 20px;
}
.vs-color-plate .btn-wrap {
    margin-right: -5px;
}
.vs-color-plate .color-btn {
    width: calc(30.33% - 3px);
    height: 40px;
    margin-bottom: 7px;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
    border: none;
}
.vs-color-plate .color-btn:hover {
    cursor: pointer;
}
