/* General */

:root {
    --demo-primary-color: #000000;
    --demo-primary-hover: #000000cc;
    --demo-secondary-color: #ffffff;
	--demo-secondary-hover: #ffffffcc;
    --demo-text-color: #666666;
	--demo-text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	--demo-input-background: #ffffff;
	--demo-input-color: #000000;
	--demo-placeholder-color: #dddddd;
    --demo-black-color: #000000;
	--demo-black-overlay: #00000077;
    --demo-white-color: #ffffff;
    --demo-smoke-color: #eeeeee;
	--demo-border-color: #888888;
    --demo-border-radius-sm: 4px;
    --demo-border-radius-md: 8px;
    --demo-border-radius-lg: 12px;
    --demo-font-family: "Spline Sans", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    scroll-padding-top: 75px;
	height:100%;
}

body {
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
    color: var(--demo-text-color);
    font-family: var(--demo-font-family);
	background: var(--demo-white-color);
    font-size: 18px;
    line-height: 1.4;
    overflow-x: hidden;
    margin: 0;
}

body.locked {
	margin: 0; 
	height: 100%; 
	overflow: hidden;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5,
    h6 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
	h1 {
        font-size: 32px;
    }
	h2 {
        font-size: 26px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--demo-black-color);
    font-weight: 600;
    margin: 0px;
    font-family: var(--demo-font-family);
    margin-bottom: 1rem;
    line-height: 1.1;
}

a,
a:focus,
a:visited,
a:active {
    color: var(--demo-text-color);
    text-decoration: underline;
}

a:hover {
    color: var(--demo-primary-color);
    text-decoration: underline;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.125s ease;
}

button {
    border: none;
}

button:focus {
    outline: none;
	box-shadow: none;
}

ul,
ol {
    margin: 0 0 0.5em 0.5em;
    padding-left: 1em;
}

input,
textarea {
    display: inherit;
    filter: none;
	color: var(--demo-input-color);
	padding:2px 8px;
    background: var(--demo-input-background);
}

input:focus,
textarea:focus {
    border: 1px solid var(--demo-black-color)!important;
    outline: none!important;
    box-shadow: none!important;
}

textarea::placeholder,
input::placeholder {
    color: var(--demo-placeholder-color)!important;
}

textarea:-webkit-autofill,
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white!important;
}

input{
	height:48px;
}

textarea{
	height: 140px;
}

select {
    width: 100%;
    height: 48px;
    padding: 0 28px 0 8px;
    border-radius: var(--demo-border-radius-sm);
    outline: none;
    border: 1px solid var(--demo-black-color);
    font-size: 16px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMGw2IDZsNi02IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==') no-repeat;
    background-position: calc(100% - 8px) center;
    background-size: 12px;
	-webkit-transition: none !important;
	color: var(--demo-input-color);
	background-color: var(--demo-input-background);
}

select::-ms-expand {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}

.select2-dropdown {
    border: 1px solid var(--demo-black-color);
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0;
    border: 1px solid var(--demo-black-color);
    border-radius: var(--demo-border-radius-sm);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}

label {
    margin-bottom: 0;
}

iframe {
    width: 100%;
    border: none;
    display: inherit;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.125s ease-in-out;
}

@media (max-width: 991px) {
    .col-reverse-lg {
        flex-direction: column-reverse !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1344px;
    }
}

.text-center {
    text-align: center;
}

/* Background */

.background-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.background-contain {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Page Section */

.demo-frontpage-section {
    padding: 0;
}

.demo-page-section {
    padding: 75px 0;
	background: var(--demo-white-color);
}

.demo-page-title {
    margin-bottom: 30px;
}

.demo-shop-page h1.page-title {
    display: none;
}

.demo-related-products-section.demo-page-section {
    border-top: 1px solid var(--demo-border-color);
	padding-bottom:50px;
}

@media (max-width: 768px) {
    .demo-page-section {
        padding: 50px 25px;
    }
}

/* 404 Page */

.no-results-found {
    border: 1px solid var(--demo-border-color);
    border-radius: var(--demo-border-radius-md);
    padding: 45px 35px 55px;
    margin-bottom: 30px;
}

.no-results-found .page-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.error-content-subtitle {
    margin-bottom: 20px;
}

/* Section Wrapper */

.section-wrapper {
    position: relative;
    padding: 75px 0;
	background: var(--demo-white-color);
	overflow:hidden;
}

@media (max-width: 768px) {
    .section-wrapper {
        padding: 50px 25px;
    }
}

.section-text {
    margin-bottom: 30px;
}

.section-text h2 {
    margin-bottom: 20px;
}

.section-text.section-text-light h2 {
    color: var(--demo-white-color);
}

/* Breadcrumb */

.demo-breadcrumb{
	background: var(--demo-white-color);
}

.demo-breadcrumb-wrapper {
    position: relative;
    color: var(--demo-black-color);
    padding: 10px 0;
    z-index: 1;
	border-top:1px solid var(--demo-border-color);
	border-bottom:1px solid var(--demo-border-color);
}

.demo-breadcrumb-content {
    position: relative;
    text-align: center;
    z-index: 1;
}

.demo-breadcrumb-content .demo-breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.demo-breadcrumb-content .demo-breadcrumb-list a.dot,
.demo-breadcrumb-content .demo-breadcrumb-list span.dot {
    margin-left: 10px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.demo-breadcrumb-title.with-breadcrumb {
    margin-bottom: 15px;
}

.demo-breadcrumb-content .demo-breadcrumb-list li {
    text-transform: capitalize;
    list-style: none;
}

.demo-breadcrumb-content .demo-breadcrumb-list li.current {
    font-weight: bolder;
	color: var(--demo-black-color);
}

.demo-breadcrumb-content .demo-breadcrumb-list li a,
.demo-breadcrumb-content .demo-breadcrumb-list li a:focus,
.demo-breadcrumb-content .demo-breadcrumb-list li a:active,
.demo-breadcrumb-content .demo-breadcrumb-list li a:visited {
    color: var(--demo-text-color);
    text-decoration: none;
}

.demo-breadcrumb-content .demo-breadcrumb-list li a:hover {
    background-size: 0% 1.5px, 100% 1.5px;
    color: var(--demo-black-color);
    text-decoration: none;
}

.demo-breadcrumb-content .demo-breadcrumb-list li:not(:last-child):after {
    content: "/";
	display: inline-block;
	padding: 0 5px;
	color: var(--demo-text-color);
}

/* Buttons */

.theme-button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: var(--demo-border-radius-sm);
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    text-decoration: none !important;
    transition: all 0.25s ease;
    line-height: 1;
    cursor: pointer;
}

.button-solid-dark,
.button-solid-dark:focus,
.button-solid-dark:active,
.button-solid-dark:visited {
    color: var(--demo-secondary-color);
    background: var(--demo-primary-color);
}

.button-solid-dark:hover {
    color: var(--demo-secondary-color);
    background: var(--demo-primary-hover);
	transition: all 0.25s ease;
}

.button-solid-light,
.button-solid-light:focus,
.button-solid-light:active,
.button-solid-light:visited {
    color: var(--demo-black-color);
    background: var(--demo-white-color);
	transition: all 0.25s ease;
}

.button-solid-light:hover {
    color: var(--demo-black-color);
    background: var(--demo-secondary-hover);
	transition: all 0.25s ease;
}

.button-outline-light,
.button-outline-light:focus,
.button-outline-light:active,
.button-outline-light:visited {
    color: var(--demo-white-color);
    background: transparent;
    border: 1px solid var(--demo-white-color);
	transition: all 0.25s ease;
}

.button-outline-light:hover {
    color: var(--demo-white-color);
    background: var(--demo-primary-color);
    border: 1px solid var(--demo-primary-color);
	transition: all 0.25s ease;
}

/* Slick Slider */

.slick-slider-section {
    opacity: 0;
}

.slick-slider-section.slick-loaded{
	opacity: 0;
	animation: slick-fade-in 0.5s ease-in-out both;
}

@keyframes slick-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slick-arrow {
    z-index: 99;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-arrow:before {
    font-family: none;
    font-size: 24px;
    font-weight: bolder;
    color: var(--demo-secondary-color);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25px;
}

.slick-dots li button{
	background: var(--demo-primary-color);
}

.slick-dots li.slick-active button{
	opacity: 1;
    background: var(--demo-primary-color);
}

/* Header */

.header-section {
    padding: 0;
	background: var(--demo-white-color);
	border-bottom: 1px solid var(--demo-smoke-color);
}

@media (max-width: 768px) {
    .header-nav .header-section {
        padding: 0 25px;
    }
}

.header-wrapper {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
}

.default-header,
.header-wrapper {
    height: 75px;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
}

.header-left{
	width:25%;
	height:50px;
	justify-content: flex-start;
}

.header-right{
	width:75%;
	height:50px;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	
	.default-header, .header-wrapper {
		height: 75px;
	}
	
    .header-right {
		display: flex;
    }
}

.header-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.header-nav-overlay.active {
    visibility: visible;
    opacity: 1;
}

.menu a,
.menu-item a {
    text-decoration: none;
}

@media (max-width: 991px) {
    .header-main-menu:not(.header-nav-mobile) .main-menu {
        display: none;
    }
}

.header-nav:not(.header-nav-hidden) .header-main-menu ul>li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    padding: 20px 0;
}

.header-main-menu ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0;
    text-transform: capitalize;
    line-height: 1;
}

.header-nav:not(.header-nav-hidden) .header-main-menu ul>li>a span.ddown-button {
    display: none;
}

.header-nav .header-main-menu ul>li .sub-menu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 200px;
    height: auto;
    margin: 0px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    text-align: left;
    border-radius: var(--demo-border-radius-sm);
    border: 1px solid var(--demo-border-color);
    z-index: 99;
    transition: all 0.25s ease 0.1s;
}

.header-nav .header-main-menu ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 65px;
}

.header-nav .header-main-menu ul>li .sub-menu li a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1.6;
    transition: all 0.125s ease;
}

.header-main-menu ul>li .sub-menu li a {
    padding-left: 15px;
}

.header-nav:not(.header-nav-hidden) .header-main-menu ul>li .sub-menu li {
    display: block;
    margin: 0;
    padding: 5px 20px;
}

.header-nav .header-main-menu ul>li .sub-menu li a span.ddown-button {
    margin-left: auto;
}

.header-nav .header-main-menu ul>li .sub-menu li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.header-nav .header-main-menu ul>li .sub-menu li:last-child a {
    padding-bottom: 0;
}

.header-nav .header-main-menu ul>li .sub-menu li .sub-menu {
    left: 100%;
    top: 50%;
}

.header-nav .header-main-menu ul>li .sub-menu li:hover .sub-menu {
    top: 0%;
}

.header-nav.header-nav-hidden .header-main-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    transition-duration: 250ms;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 9999;
}

.header-nav.header-nav-hidden .header-main-menu.header-nav-mobile {
    left: 0;
}

.admin-bar .header-nav.header-nav-hidden .header-main-menu.header-nav-mobile {
    padding-top: 52px;
}

.header-main-menu .main-menu ul {
    margin: 0;
    padding: 0;
	font-size:18px;
}

.header-nav.header-nav-hidden .header-main-menu .main-menu ul li a {
    display: block;
    position: relative;
    padding: 15px 10px;
}

.header-main-menu:not(.header-nav-mobile) ul:not(.sub-menu)>li>a {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0% 1.5px, 0% 1.5px;
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat;
    transition: all 0.125s linear;
}

.header-main-menu:not(.header-nav-mobile) ul:not(.sub-menu)>li:hover>a {
    background-size: 100% 1.5px, 100% 1.5px;
}

.header-nav.header-nav-hidden .header-main-menu .main-menu ul li a:hover {
    text-decoration: underline;
}

.header-nav.header-nav-hidden .header-main-menu .main-menu ul li {
    display: block;
    margin: 0;
    border: none;
}

.header-nav.header-nav-hidden .header-main-menu .main-menu ul li:first-child {
    border: none;
}

.header-nav.header-nav-hidden .header-main-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
}

.header-nav.header-nav-hidden .header-main-menu .main-menu ul li .sub-menu>li>a {
    padding: 10px 20px;
}

.header-nav.header-nav-hidden .header-main-menu .main-menu ul li .ddown-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
}

.header-nav.header-nav-hidden .header-main-menu .main-menu.header-nav-mobile {
    left: 0;
}

.header-nav .navbar-toggler {
    display: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
}

@media (max-width: 991px) {
    .header-nav .navbar-toggler {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.header-nav .navbar-toggler span {
    position: relative;
    border-radius: 0;
    display: block;
    height: 2px;
    padding: 0;
    width: 25px;
    cursor: pointer;
    display: block;
    transition: all 0.25s ease;
    background-color: var(--demo-black-color);
}

.header-nav .navbar-toggler:hover span {
    background-color: var(--demo-black-color);
    transition: background-color 0.125s ease;
}


.header-nav .navbar-toggler span:not(:first-child) {
    margin-top: 5px;
}

.header-nav .navbar-toggler.active span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 45deg);
    top: 7px;
}

.header-nav .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0;
}

.header-nav .navbar-toggler.active span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    top: -7px;
}

.header-nav:not(.header-nav-hidden) .header-main-menu {
    background: none !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.header-button a, .header-button-mobile a{
	min-width:125px;
}

.header-button {
    margin-left:30px;
}

.header-button-mobile {
    display: none;
}

@media (max-width: 991px) {
    .header-button {
        display: none;
    }
	
	.header-button-mobile {
		display: flex;
		align-items:center;
		justify-content: center;
		margin-top:30px;
	}
}

.header-social-link {
    display: none;
    align-items: center;
    justify-content: center;
	gap:10px;
    margin: 30px 0 0 0;
    padding: 0;
    opacity: 0;
}

@media (max-width: 991px) {
    .header-social-link {
        display: flex;
    }
}

.header-social-link a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.header-social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    color: var(--demo-white-color) !important;
    background: var(--demo-primary-color);
    transition: all 0.125s ease;
}

.header-social-icon a:hover {
    color: var(--demo-white-color);
    background: var(--demo-primary-hover);
}

.header-icons {
    display: flex;
    gap: 20px;
    margin-left:20px;
    height: 30px;
}

@media (max-width: 991px) {
    .header-icons{
		margin:0 20px;
	}
}

.header-search-overlay{
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
	background-color: #000000;
    transition: all 0.25s ease-out 0s;
	z-index: 9999;
}

.header-search {
	position: fixed;
	width:50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
	z-index: 9999;
}

.search-form i,
.header-search i{
	color: var(--demo-secondary-color);
}

@media (max-width: 768px) {
    .header-search{
		width:75%;
	}
}

.header-search-overlay.active{
	opacity:0.9;
	visibility:visible;
}

.header-search.active{
	opacity:1;
	visibility:visible;
}

.header-nav.header-nav-hidden .header-main-menu.header-nav-mobile .header-social-link,
.header-nav.header-nav-hidden .header-main-menu.header-nav-mobile .header-button-mobile {
    opacity: 1; /*fix*/
}

.header-icon {
    position: relative;
    display: block;
    height: 100%;
	width:20px;
    padding-top: 2px;
    text-decoration: none;
}

.header-icon i {
    color: var(--demo-black-color);
    font-size: 22px;
    cursor: pointer;
}

.header-icon:hover i {
    color: var(--demo-black-color);
    transition: all 0.125s ease;
}

.header-minicart-total {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    bottom: -8px;
    right: -8px;
    border-radius: 50%;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--demo-secondary-color);
    background: var(--demo-primary-color);	
}

.header-site-name a,
.header-site-name a:focus,
.header-site-name a:visited,
.header-site-name a:active,
.header-site-name-mobile a,
.header-site-name-mobile a:focus,
.header-site-name-mobile a:visited,
.header-site-name-mobile a:active{
	font-weight:600;
	text-decoration:none;
	color:var(--demo-black-color);
	font-size:20px;
}

.header-site-logo{
	height: 100%;
}

.header-site-logo a{
	display:block;
	width:100%;
	height:100%;
}

.header-site-logo img{
	width: auto;
	height:100%;
}

.header-site-logo-mobile img{
    max-height: 50px;
}

.header-site-logo-mobile,
.header-site-name-mobile {
    display: none;
    margin: 0 0 10px 0;
    text-align: center;
}

.header-button-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    opacity: 0;
}

@media (max-width: 991px) {
    .header-nav-mobile .header-site-logo-mobile,
	.header-nav-mobile .header-site-name-mobile	{
        display: block;
    }
    .header-nav-mobile .header-button-mobile {
        display: flex;
    }
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}


.admin-bar .default-header,
.admin-bar .header-nav.header-nav-hidden,
.admin-bar .header-sticky, 
.admin-bar .header-nav,
.admin-bar .header-nav.header-nav-hidden,
.admin-bar .header-sticky {
    top: 32px;
}

@media screen and (max-width: 768px) {
    .admin-bar .default-header,
	.admin-bar .header-nav.header-nav-hidden,
	.admin-bar .header-sticky, 
	.admin-bar .header-nav,
	.admin-bar .header-nav.header-nav-hidden,
	.admin-bar .header-sticky {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .default-header,
	.admin-bar .header-nav.header-nav-hidden,
	.admin-bar .header-sticky, 
	.admin-bar .header-nav,
	.admin-bar .header-nav.header-nav-hidden,
	.admin-bar .header-sticky {
        top: 0px;
		position: sticky;
        z-index: 99;
    }
}

/* Header Colors */

.header-main-menu ul>li>a {
    color: var(--demo-black-color);
	text-transform: capitalize;
}

.header-main-menu ul>li>a:hover {
    color: var(--demo-black-color);
}

.header-nav .header-main-menu ul>li .sub-menu li a {
    color: var(--demo-text-color);
	text-transform: capitalize;
}

.header-main-menu ul>li .sub-menu li:hover a {
    color: var(--demo-black-color);
}

.default-header,
.default-header .header-main-menu ul>li .sub-menu,
.header-nav,
.header-main-menu,
.header-nav .header-main-menu ul>li .sub-menu {
    background-color: var(--demo-white-color);
}

/* Footer */

.footer-copyright {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 10px 0;
	background: var(--demo-white-color);
	border-top: 1px solid var(--demo-smoke-color);
}

.footer-copyright-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
	font-size:14px;
	color: var(--demo-black-color);
}

.footer-copyright .footer-copyright-text i{
	margin: 0 5px;
}

/* Hero Banner */

.demo-hero-section{
	position:relative;
}

.demo-hero-background {
    position: relative;
	display:flex;
	align-items:center;
	height: calc(100vh - 75px);
    height: calc(var(--demo-vh, 1vh) * 100 - 75px); 
    z-index: 1;
    background-position: center center;
    background-size: cover;
	background-color: var(--demo-white-color);
}

.demo-hero-background.demo-hero-border-none{
	height: 66vh;
}

.demo-hero-background.demo-hero-background-gradient:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, var(--demo-primary-color) 100%);
    z-index: -1;
}


.demo-hero-background.demo-hero-background-overlay:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--demo-black-overlay);
    z-index: -1;
}


.demo-hero-content-box{
	text-align:center;
	user-select:none;
}

.demo-hero-border-wave .demo-hero-content-box{
	padding-bottom:100px;
}

@media (max-width: 768px) {
	.demo-hero-background, .demo-hero-background.demo-hero-border-none{
		height: 50vh;
	}
	
	.demo-hero-border-wave .demo-hero-content-box{
		padding-bottom:50px;
	}
}

.demo-hero-button{
	min-width:125px;
}

.demo-hero-image{
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    border-radius: var(--vesper-border-radius-sm);
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.demo-hero-content-box h2 {
    margin-bottom: 10px;
    color: var(--demo-black-color);
	text-transform: uppercase;
}

.demo-hero-content-box p {
    margin-bottom: 30px;
    color: var(--demo-text-color);
}

.demo-hero-light .demo-hero-content-box h2, .demo-hero-light .demo-hero-content-box p{
	color: var(--demo-white-color);
	text-shadow: var(--demo-text-shadow);
}

.demo-hero-border-wave{
	position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

/* Previews */

.demo-previews-section{
	background: var(--demo-primary-color);
	z-index:1;
	padding-bottom:40px;
}

.demo-previews-section:not(.demo-previews-section-default){
	padding-top:25px;
}

@media (max-width: 768px) {
	.demo-previews-section{
        padding: 50px 25px 35px 25px;
    }
	
	.demo-previews-section:not(.demo-previews-section-default){
		padding: 25px 25px 35px 25px;
	}
}

.demo-previews-header{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.demo-previews-header h3{
	color: var(--demo-white-color);
	text-align:left;
	text-transform: uppercase;
}

.demo-previews-header p{
	color: var(--demo-white-color);
	text-align:left;
}


@media (max-width: 576px) {
    .demo-previews-header,.demo-previews-header h3, .demo-previews-header p{
		align-items:center;
		text-align:center;
	}
}

.demo-previews-content{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -20px;
    justify-content: flex-start;
}

.demo-preview{
	position: relative;
	margin: 20px;
    padding: 0;
    text-align: left;
    list-style: none;
	width: calc(33% - 40px);
}

.demo-preview.demo-preview-col-3{
	width: calc(33% - 40px);
}

.demo-preview.demo-preview-col-2{
	width: calc(50% - 40px);
}

@media (max-width: 991px) {
    .demo-preview.demo-preview-col-2, .demo-preview.demo-preview-col-3	{
        margin:10px;
    }
	
	.demo-previews-content{
		margin: 0 -10px;
	}
}

@media (max-width: 768px) {
    .demo-preview.demo-preview-col-2, .demo-preview.demo-preview-col-3	{
        width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .demo-preview.demo-preview-col-2, .demo-preview.demo-preview-col-3 {
		margin:10px;
        width: calc(100% - 20px);
    }
}

.demo-preview-image img{
	border-radius: var(--demo-border-radius-md);
}

.demo-preview-title{
	display:block;
	margin:10px 0;
	font-weight: 700;
    font-size: 32px;
    font-family: monospace !important;
    line-height: 1;
    -webkit-text-stroke: 2px var(--demo-white-color);
    color: transparent;
}

.demo-preview-subtitle{
	color: var(--demo-white-color);
}

/* Features */

.demo-features-section{
	background: var(--demo-white-color);
}

.demo-features-section.section-alt-colors{
	background: var(--demo-smoke-color);
}

.demo-features-content{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -20px;
    justify-content: flex-start;
}

.demo-feature{
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin: 20px;
    padding: 0;
    text-align: left;
    list-style: none;
    width: calc(33% - 40px);
	padding: 30px 20px 15px 20px;
	border-radius: var(--demo-border-radius-md);
	background: var(--demo-smoke-color);
}

.section-alt-colors .demo-feature{
	background: var(--demo-white-color);
}

@media (max-width: 991px) {
    .demo-feature {
		margin: 10px;
        width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .demo-feature {
		margin: 20px;
        width: calc(100% - 40px);
    }
}

.demo-feature-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 65px;
	min-height: 65px;
	margin-bottom: 20px;
	border-radius: 50%;
	font-size: 30px;
	background: var(--demo-primary-color);
	color: var(--demo-secondary-color);
}

.demo-feature-title{
	text-align:center;
	color: var(--demo-black-color);
}

.demo-feature-text{
	text-align:center;
	color: var(--demo-text-color);
}

.demo-features-button{
	display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .demo-features-button{
		margin-top: 30px;
	}
}

@media (max-width: 576px) {
    .demo-features-button{
		margin-top: 20px;
	}
}

/* extras */

.demo-extras-section{
	background: var(--demo-primary-color);
}

.demo-extras-header{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
	padding-left:30px;
	margin-bottom:10px;
}

.demo-extras-header-mobile{
	display:none;
}

.demo-extras-header h3{
	text-align:left;
	color: var(--demo-white-color);
	text-transform: uppercase;
}


.demo-extras-header p{
	text-align:left;
	color: var(--demo-white-color);
}

@media (max-width: 576px) {
    .demo-extras-header,.demo-extras-header h3, .demo-extras-header p{
		align-items:center;
		text-align:center;
	}
}

.demo-extras-image{
	border-radius: var(--demo-border-radius-md);
}

.demo-extras-list{
	padding-left:30px;
}

.demo-extras-list-item{
	margin:0;
	padding:0;
	list-style:none;
}

.demo-extras-list-item li{
	display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom:16px;
	color:var(--demo-white-color);
}

.demo-extras-list-item i{
	margin-right:5px;
	color:var(--demo-white-color);
	font-size:20px;
}

@media (max-width: 991px) {
	.demo-extras-header-default{
		display:none;
	}
	
	.demo-extras-header-mobile{
		display:flex;
		padding-left:12px;
	}
	
    .demo-extras-list{
		margin-top:30px;
		padding-left:0;
	}
}

@media (max-width: 768px) {
	.demo-extras-section{
		padding: 50px 25px 40px 25px;
	}
}

/* settings */

@media (max-width: 768px) {
    .demo-settings-section{
        padding: 50px 25px 30px 25px
    }
}

.demo-settings-wrapper{
	margin-top:20px;
}

.demo-settings-image{
	border-radius: var(--demo-border-radius-md);
}

.demo-settings-list{
	margin-bottom:30px;
}

.demo-settings-left{
	text-align:right;
}

@media (max-width: 991px) {
    .demo-settings-left{
        text-align: left;
    }
	
	.demo-settings-right{
        margin-top:30px;
    }
}


/* Support */

.demo-support-section{
	background: var(--demo-white-color);
	border-top: 1px solid var(--demo-border-color);
}

.demo-support-content{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px 0 0 0;
    justify-content: flex-start;
}

.demo-support{
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    width: calc(100% / 3);
	padding: 30px 20px 15px 20px;
	border:1px solid var(--demo-black-color);
	border-radius: 0;
	background: none;
}

.demo-support:nth-of-type(1){
	border-top: none;
    border-left: none;
}

.demo-support:nth-of-type(2){
	border-top: none;
}

.demo-support:nth-of-type(3){
	border-top: none;
    border-right: none;
}

.demo-support:nth-of-type(4){
	border-bottom: none;
    border-left: none;
}

.demo-support:nth-of-type(5){
	border-bottom: none;
}

.demo-support:nth-of-type(6){
	border-bottom: none;
    border-right: none;
}

.demo-support-image{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	max-width: 100px;
	max-height: 100px;
	margin-bottom: 20px;
}

.demo-support-title{
	text-align:center;
	color: var(--demo-black-color);
}

@media (max-width: 768px) {
    .demo-support {
		margin: 0;
        width: 50%;
    }
	
	.demo-support:nth-of-type(1){
		border-top: none;
		border-left: none;
	}

	.demo-support:nth-of-type(2){
		border-right: none;
	}
	
	.demo-support:nth-of-type(3){
		border-top: 1px solid var(--demo-black-color);
		border-right: 1px solid var(--demo-black-color);
		border-left: none;
	}
	
	.demo-support:nth-of-type(4){
		border-bottom: 1px solid var(--demo-black-color);
		border-left: 1px solid var(--demo-black-color);
		border-right: none;
	}
	
	.demo-support:nth-of-type(5){
		border-bottom: none;
		border-left: none;
	}

	.demo-support:nth-of-type(6){
		border-bottom: none;
		border-right: none;
	}
	
	.demo-support-image{
		width: 75px;
		max-width: 75px;
		max-height: 75px;
	}
}

.demo-support p{
	font-weight:600;
}

/* reviews */

.demo-reviews-section{
	background:var(--demo-smoke-color);
}

.demo-reviews-header p{
	margin-bottom:20px;
}

.demo-review-card {
  padding: 0;
  margin:0 10px;
  text-align:center;
  border-radius: var(--demo-border-radius-md);
}

.demo-review-title{
	font-weight:600;
}

.demo-review-title, .demo-review-subtitle{
	color: var(--demo-black-color);
}

.demo-review-title, .demo-review-subtitle, .demo-review-text{
	margin:0;
}

.demo-review-rating ul{
	margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
}

.demo-review-rating li {
  display: inline-block;
}

.demo-review-rating i {
  color: var(--demo-primary-color);
}

.demo-reviews-slider .slick-list{
	pointer-events:none;
	user-select:none;
}

/* Back to top */

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    border-radius: 50%;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: var(--demo-secondary-color);
    background-color: var(--demo-primary-color);
    cursor: pointer;
    transition: 0.25s;
    z-index: 999;
}

.back-to-top:hover {
    background-color: var(--demo-primary-hover);
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #dddddd;
}

::-webkit-scrollbar-thumb {
  background: var(--demo-primary-color);
}

/* Section Header */
.demo-features-header, .demo-settings-header, .demo-support-header, .demo-reviews-header{
	position:relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.demo-features-header span, .demo-features-header h3, .demo-features-header p, 
.demo-settings-header span, .demo-settings-header h3, .demo-settings-header p,
.demo-support-header span, .demo-support-header h3, .demo-support-header p,
.demo-reviews-header span, .demo-reviews-header h3, .demo-reviews-header p{
	align-items:center;
	text-align:center;
}

.demo-features-header h3, 
.demo-settings-header h3,
.demo-support-header h3,
.demo-reviews-header h3{
	font-weight:900;
	text-transform: uppercase;
}

.demo-features-header span, 
.demo-settings-header span,
.demo-support-header span,
.demo-reviews-header span{
	position: absolute;
    top: -30px;
    opacity: 0.1;
    font-size: 72px;
	font-weight:900;
    color: var(--demo-primary-color);
	white-space:nowrap;
	text-transform: uppercase;
}

@media (max-width: 768px) {
    .demo-features-header span, 
	.demo-settings-header span,
	.demo-support-header span,
	.demo-reviews-header span{
		top: -20px;
		font-size:48px;
	}
}