/**
*	Theme Name: Friseur Soelling
**/


/* font-family: "Varela Round", sans-serif; */

body{
/*    font-family: "Varela Round", sans-serif !important;*/
    font-family: "Outfit", sans-serif !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
/*    font-family: "Raleway", sans-serif !important;*/
    font-family: "Jost", sans-serif !important;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.ft-desc a {
    color: #fff;
    transition: all 0.4s ease;
}
.ft-desc a:hover{
	color: #fff;
}

.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}

.wp-theme-friseur-soelling a {
	color: #e1d08e;
}

.wp-theme-friseur-soelling a:hover {
	color: #706847;
}

p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
    margin: 0 50px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nav-menu li.menu-btn a {
    color: #201d15;
    font-weight: bold;
    display: inline-block;
    background-color: #efebdc;
    padding: 15px 35px;
    transition: all 0.4s ease;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid #efebdc;
}
.nav-menu li.menu-btn a:hover {
    color: #ffffff;
    background-color: #efebdc;
    border-color: #efebdc;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #fff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: -7px;
    top: 2px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: rgba(0, 0, 0, 0.8);
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 255px;
    font-size: 14px;
    line-height: unset;
}
ul.sub-menu li a:hover {
    background: #000000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	color: #333 !important;
	background-color: #efebdc;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #efebdc;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.content-header.cover {
    padding: 250px 0 90px;
    position: relative;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.content-header.cover::before{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-before-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.style-h1 {
  	display: block;
	color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 13px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
    text-transform: uppercase;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #000000;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 15px;
}
.all-pages-content p {
    color: #958787;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #958787;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: #efebdc;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.all-pages-content ul li {
    color: #958787;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    color: #efebdc;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 15px 0;
}
.site-header .container {
    max-width: 81%;
}
.header-content{
    padding: 15px 0;
}
a.logo-text {
    color: #333333;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease;
    
}
a.logo-text strong{
    color: #efebdc;
}
a.logo-text:hover{
    color: #000000;
}
a.logo-text .icon {
    width: 105px;
}
/*Header*/

/*Home*/
.hslider-bg.cover {
    padding: 103px 0 50px;
    position: relative;
    background-position: top center !important;
    height: 955px;
    display: flex;
    align-items: center;
}
.hslider-bg.cover::after,
.hparallax-sec.cover::after,
.hcollections-img::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 80%;
}
.hcollections-img::after{
    opacity: 0.8;
}
/* .hslider-bg.cover::before{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-before-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
    filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(992%) hue-rotate(177deg) brightness(101%) contrast(105%);
}
.hparallax .hslider-bg.cover::before{
    display: none;
    opacity: 1;
} */
.hslide-content {
    position: relative;
    z-index: 2;
    width: 69%;
}
.hparallax .hslide-content {
    background-color: rgba(255, 255, 255, 0.6);
}
.hslide-content img {
    width: 45%;
}
.hslide-content p strong {
    color: #efebdc;
    font-size: 17px;
    font-family: "Jost", sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hslide-content h1,
.hslide-content h2,
.hslide-content h3,
.hslide-content h4,
.hslide-content h5,
.hslide-content h6{
    color: #ffffff;
    font-size: 55px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hslide-content h4,
.hslide-content h5,
.hslide-content h6{
    font-size: 30px;
}
.hslide-content h1 strong,
.hslide-content h2 strong,
.hslide-content h3 strong,
.hslide-content h4 strong,
.hslide-content h5 strong,
.hslide-content h6 strong{
    font-weight: 600;
}
.hslide-content p {
    color: #ffffff;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 15px 0;
    width: 80%;
}
.hslide-content a.all-buttons {
    margin-top: 25px;
    border: 1px solid rgb(205 196 162);
    width: AUTO;
    font-size: 14px;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    color: #201d15;
    text-align: center;
    background-color: #efebdc;
}
.hslide-content a.all-buttons:hover{
    color: #efebdc;
    border-color: #ffffff;
    background-color: #ffffff;
}
.hslide-content a:nth-child(2) {
    margin-left: 13px;
}
.nav-menu li.menu-btn a:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}
a.all-buttons,
.hcollections-ctbox a{
    color: #ffffff;
    font-size: 14px;
    font-family: "Varela Round", sans-serif;
    font-weight: bold;
    display: inline-block;
    background-color: #939189;
    padding: 11px 35px;
    transition: all 0.4s ease;
    letter-spacing: 1px;
    border-radius: 3px;
    text-transform: uppercase;
}
a.all-buttons:hover,
.hcollections-ctbox a:hover{
    color: #000000;
    background-color: #ffffff; 
}
.hcollections-ctbox a{
    margin-top: 20px;
}
#home_slider{
    margin: 0;
}
#home_slider ul.slick-dots{
    bottom: 24%;
    display: none;
}
ul.slick-dots{
    bottom: 25px;
}
ul.slick-dots li{
    width: auto;
    height: auto;
}
ul.slick-dots li button {
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    border-radius: 0;
    opacity: 0.7;
    border-radius: 100%;
}
ul.slick-dots li button::before{
    display: none;
}
ul.slick-dots li.slick-active button{
    background-color: #efebdc;
    border-color: #efebdc;
    opacity: 1;
}
.hproducts-sec{
    background-color: #fbfbfb;
    padding: 70px 0;
}
.main-content {
    width: 73%;
    margin: 0 auto 40px;
    text-align: center;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6{
    color: #333333;
    font-size: 39px;
    line-height: 51px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}
.main-content.white h1,
.main-content.white h2,
.main-content.white h3,
.main-content.white h4,
.main-content.white h5,
.main-content.white h6,
.main-content.white p{
    color: #ffffff;
}
.main-content h1 strong,
.main-content h2 strong,
.main-content h3 strong,
.main-content h4 strong,
.main-content h5 strong,
.main-content h6 strong{ 
    font-weight: 600;
}
.main-content.sm h1,
.main-content.sm h2,
.main-content.sm h3,
.main-content.sm h4,
.main-content.sm h5,
.main-content.sm h6{
    font-size: 28px;
    line-height: normal;
    margin: 0 0 10px 0;
}
.main-content p strong {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-content.sm p strong{
    font-size: 16px;
    letter-spacing: 1px;
}
.main-content p {
    color: #959595;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.main-content.sm p{
    font-size: 16px;
    line-height: 26px;
}
#hproducts_slide{
    margin-left: -15px;
    padding-right: -15px;
}
#hproducts_slide .item{
    padding: 0 15px;
}
.slick-slider .slick-prev:before{
    content: url(images/left-arrow.png) !important;
    font-size: 0;
    position: relative;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(2deg) brightness(109%) contrast(98%);
}
.slick-slider .slick-next:before{
    content: url(images/right-arrow.png) !important;
    font-size: 0;
    position: relative;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(2deg) brightness(109%) contrast(98%);
}
.slick-slider .slick-prev{
    left: 0;
}
.slick-slider .slick-next{
    right: 0;
}
.slick-slider .slick-prev,
.slick-slider .slick-next,
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before{
    display: inline-block;
    width: 21px;
    height: 50px;
    z-index: 1;
}
#hproducts_slide .slick-prev,
#makehappy_slide .slick-prev{
    left: -40px;
}
#hproducts_slide .slick-next,
#makehappy_slide .slick-next{
    right: -40px;
}
#home_slider .slick-next{
    right: 40px;
}
#home_slider .slick-prev{
    left: 40px;
}
.hproducts-box {
    background-color: #ffffff;
    border-radius: 5px;
}
.homeprod-thumb {
    border-bottom: 1px solid #f3f3f3;
}
.homeprod-thumb img {
    height: 300px;
    object-fit: contain;
}
.hproducts-innerb {
    padding: 30px 30px 40px;
    text-align: center;
}
.hproducts-innerb h3 {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto 15px;
    width: 70%;
}
.hproducts-innerb p {
    color: #000000;
    font-size: 15px;
    
    font-weight: 300;
    opacity: 0.5;
    width: 67%;
    margin: 0 auto 40px;
}
.hproducts-innerb span{
    color: #000000;
    font-size: 20px;
    
    font-weight: 400;
}
.hproducts-innerb span ins{
    text-decoration: none;
}
.hproducts-innerb del{
    opacity: 0.3;
    margin-right: 8px;
}
.hskincare-sec {
    overflow: hidden;
    padding: 60px 30px;
}
.parent-pageid-577 .hskincare-sec.defthreesetps-sec{
    padding-top: 0;
    margin-bottom: 65px;
}
.hskincare-box.cover {
    padding: 35px 50px;
    position: relative;
    height: 570px;
    display: flex;
    align-items: center;
}
.hskincare-sec .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
.hskincare-sec .col-4:nth-child(3) .hskincare-box.cover{
    border: none;
}
.hskincare-box.cover::before {
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
}
.hskincare-innerct a.all-buttons {
    font-size: 12px;
    padding: 11px 30px;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #ffffff;
    color: #ffffff;
    color: #fff;
}
.hskincare-innerct a.all-buttons:hover{
    color: #ffffff;
    background-color: #efebdc;
	border-color: #efebdc;
}
.hskincare-innerct a {
    background-color: #939189;
    display: inline-block;
    padding: 15px 30px;
    margin: 0;
    color: white;
}
.hskincare-innerct a h3{
    margin: 0;
}
.hskincare-innerct {
    position: relative;
    z-index: 1;
    text-align: center;
    bottom: -220px;
	margin: auto;
	justify-items: center;
	justify-content: center;
}

@media(max-width: 450px){
	.hskincare-innerct {
    position: relative;
    z-index: 1;
    text-align: center;
	bottom: 10px;
	margin: auto;
	justify-items: center;
	justify-content: center;
}
}

@media(max-width: 1440px){
	.hskincare-innerct {
    position: relative;
    z-index: 1;
    text-align: center;
	bottom: 10px;
	margin: auto;
	justify-items: center;
	justify-content: center;
}
}

.hskincare-box p strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.hskincare-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hskincare-box p,
.hskincare-box ul li{
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
}
.hskincare-box ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 7px;
}
.hskincare-box ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 13px;
    left: 0;
    top: 2px;
    color: #efebdc;
}
.hskincare-box h1,
.hskincare-box h2,
.hskincare-box h3,
.hskincare-box h4,
.hskincare-box h5,
.hskincare-box h6{
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hskincare-box h1 strong,
.hskincare-box h2 strong,
.hskincare-box h3 strong,
.hskincare-box h4 strong,
.hskincare-box h5 strong,
.hskincare-box h6 strong{
    color: #ffffff;
    font-weight: bold;
}
.defservice {
    padding: 52px 0 40px;
    background-image: linear-gradient(to top, #fdfdfd, #f3f3f3, #fdfdfd);
    border: 1px solid rgba(0, 0, 0, 0.02);
}
.hshipping-sec{
    padding: 50px 0 70px;
}
.hshipping-ct .row{
    margin-left: -8px;
    margin-right: -8px;
    justify-content: center;
}
.hshipping-ct .col-4,
.hshipping-ct .col-sm-12{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.hshipping-box {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    text-align: center;
/*    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);*/
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
}
.hshipping-box:hover{
    background-color: #efebdc;
    transform: scale(1.1);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}
/* .hshipping-box:hover *{
    color: #ffffff;
} */
.hshipping-icons {
    background-color: #e1d08e;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 100%;
    line-height: 80px;
    display: inline-block;
}
.hshipping-box img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(51deg) brightness(104%) contrast(106%);
    width: 40px;
}
.hshipping-box:hover img{
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(51deg) brightness(104%) contrast(106%);
}
.hshipping-box strong{
    color: #333333; 
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin: 20px 0 0;
}
.contactpg-content .hshipping-box strong {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.hshipping-box p,
.hshipping-box a{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.8;
    margin: 0;
    transition: all 0.4s ease;
}
.hshipping-box p a:hover,
.hshipping-box:hover p a:hover {
    opacity: 1;
}
.contactpg-content .hshipping-ct {
    margin-bottom: 40px;
}
.contactpg-content .col-sm-12:nth-child(2){
    align-self: flex-end;
}
.hcollections-sec {
    padding: 0;
    background-color: #fcfbf7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed !important;
    overflow: hidden;
}
.hcollections-sec .container {
    max-width: 100%;
    padding: 0;
}
.hcollections-content.mobilevs{
    display: none;
}
.hcollections-sec.haboutt-sec {
    padding: 60px 0;
}
.hcollections-content .col-6{
    margin-bottom: 0px;
}
.hcollections-ctbox {
    padding: 50px;
    height: 100%;
}
.hcollections-ctbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hcollections-ctbox ul li {
    color: #212121;
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 34px;
}
.hcollections-ctbox ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 19px;
    left: 0;
    top: 0px;
    color: #efebdc;
}
.hcollections-ctbox p strong {
	color:black;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hcollections-ctbox h1,
.hcollections-ctbox h2,
.hcollections-ctbox h3,
.hcollections-ctbox h4,
.hcollections-ctbox h5,
.hcollections-ctbox h6 {
    color: #000000;
    font-size: 33px;
    line-height: 43px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: left;
}
.hcollections-ctbox h1 strong,
.hcollections-ctbox h2 strong,
.hcollections-ctbox h3 strong,
.hcollections-ctbox h4 strong,
.hcollections-ctbox h5 strong,
.hcollections-ctbox h6 strong{
    
    font-weight: 600; 
}
.hcollections-ctbox p {
    color: #000000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
}
.hcollections-ctbox a.all-buttons {
    margin-top: 25px;
}
/* .hcollections-img.auto img {
    height: 750px;
} */
.hcollections-img{
    position: relative;
}
.hcollections-img img {
    width: 100%;
    height: auto;
	max-height: 800px;
    object-fit: cover;
}
.hgermap-sec .hcollections-img img {
    height: auto;
}
/*Justice*/
.hparallax-sec.cover {
    padding: 100px 0;
    position: relative;
    min-height: 470px;
    background-attachment: fixed !important;
}
.page-template-default .hspecializes-sec{
    margin-bottom: 60px;
}
a.all-buttons, .hcollections-ctbox a{
    margin-top: 15px;
}

.hparallax-sec.cover::after {
    content: '';
    display: inline-block;
    background-color: #333333; 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.3;
}

.hcollections-content.paralx {
    position: relative;
    z-index: 1;
    color: #fff;
}
.hcollections-content.paralx p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    width: 59%;
    margin-top: 23px;
}
.hcollections-content.paralx h3 {
    color: #fff;
    font-size: 39px;
    line-height: 51px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: left;
}
.hcollections-content.paralx h2 {
    color: #ffffff;
    font-size: 39px;
    line-height: 51px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: left;
}
.hcollections-content.paralx h3 strong {
    font-weight: 600;
} 
.hcollections-content.paralx h2 strong {
    
    font-weight: 600;
} 
.hjustic-content {
	width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
/*Justice*/
.hblog-sec{
    padding: 70px 0 45px;
}
 .hblog-content .row{
    justify-content: center;
} 
.hblog-box {
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}
.hblog-boxinner {
    padding: 35px 30px 0;
}
.hblog-date {
    background-color: #efebdc;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 24px;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: -35px;
}
.hblog-date p {
    display: block;
    line-height: 3px;
}
.hblog-boxinner {
    padding-bottom: 30px;
}
.hblog-boxinner h3 {
    color: #000000;
    font-size: 17px;
    
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 10px;
}
.hblog-boxinner p{
    color: #8b8a8a;
    font-size: 15px;
    line-height: 25px;
    
    font-weight: 300;
}
.readbtn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.readbtn a.all-buttons {
    font-size: 13px;
    padding: 11px 30px;
    letter-spacing: 1px;
}
.readbtn a.all-buttons:hover{
    color: #ffffff;
    background-color: #efebdc;
}
.hmap-sec {
    padding: 70px 0;
    overflow: hidden;
}
.hmap-rightct{
    padding-left: 40px;
}
.hmap-rightct .main-content {
    text-align: left;
    margin: 0;
    width: 90%;
}
.hmap-list{
    margin-top: 30px;
}
.hmap-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hmap-list ul li{
    margin-bottom: 10px;
    position: relative;
}
.hmap-list ul li a {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    transition: all 0.4s ease;
    display: inline-block;
}
.hmap-list ul li a:hover{
    color: #efebdc;
}
.hmap-list ul li:nth-child(2){
    left: 20px;
}
.hmap-list ul li:nth-child(3){
    left: 40px;
}
.hmap-list ul li:nth-child(4){
    left: 60px;
}
.hmap-list ul li:nth-child(5){
    left: 80px;
}
.hmap-list ul li:nth-child(6){
    left: 100px;
}
.hmap-list ul li:nth-child(7){
    left: 130px;
}
.hmap-list ul li:nth-child(8){
    left: 150px;
}
.hmap-list ul li:nth-child(9){
    left: 170px;
}

/*Home*/

/*FAQ*/
.faqlist-sec {
    padding: 50px 0 70px;
    background-color: #fbfbfb;
}
.faqs_list .card {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 33px;
    background-color: transparent;
}
.faqs_list .card-body {
    padding: 0 0 15px;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.faqs_list a.card-link {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    
    padding: 15px 0;
}
.faqs_list .card-body p {
    color: #959595;
    font-size: 18px;
    
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 15px 0;
}
.faqs_list .card.active a.card-link{
  color: #efebdc;
}
.faqs_list .card a.card-link::after {
    color: #000000;
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-size: 21px;
    left: 0;
    top: 14px;
}
.faqs_list .card.active a.card-link::after{
    color: #efebdc;
    content: "\f106";
}

/*FAQ*/

/*About*/
.aboutpg-sec {
    background-color: #fbfbfb;
    padding: 70px 0 20px;
}

/*About*/
.about {
    padding: 90px 0px;
}
.about-txt p {
    text-align: justify;
    
    font-weight: 400;
}
/*Footer*/
.site-logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
    width: 276px;
}
.site-footer {
    padding: 50px 0 0;
    background-color: #FCFBF7;
    width: 100%;
    position: relative;
}
.site-footer::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    filter: brightness(0) saturate(100%) invert(30%) sepia(47%) saturate(1668%) hue-rotate(173deg) brightness(104%) contrast(110%);
}
.footer-content .row{
    justify-content: space-between;
}
.footer-content .col-3{
    flex: auto;
    width: auto;
    max-width: auto;
}
.main-fcontent{
    position: relative;
    z-index: 1;
}
.footer-menu {
    margin-bottom: 40px;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-menu ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    position: relative;
    padding-right: 45px;
}
.footer-menu ul li:last-child{
    margin-right: 0;
    padding: 0;
}
.footer-menu ul li:last-child::after{
    display: none;
}
.footer-menu ul li::after {
    content: '';
    display: inline-block;
    background-color: #ffffff;
    width: 8px;
    height: 1px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 0;
}
.footer-menu ul li a {
    color: #9f9f9f;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.footer-menu ul li a:hover{
    color: #fff;
}
.ft-contactdt ul, .ft-desc ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-contactdt ul li{ 
    position: relative;
    margin-bottom: 13px;
}
.ft-desc ul li {
    margin-bottom: 13px;
    color: #9f9f9f;
    font-weight: 300;
    font-size: 18px;
}
.ft-contactdt ul li::before {
    color: #333;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
	margin-right: 1rem;
    vertical-align: top;
    margin-top: 3px;
}
.ft-contactdt ul li.phone::before {
    content: '\f095';
}
.ft-contactdt ul li.email::before {
    content: '\f0e0';
}
.ft-contactdt ul li.address::before {
    content: '\f041';
}
.ft-contactdt ul li a, .ft-contactdt ul li span {
    color: #939189;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.4s ease;
}
.ft-contactdt ul li a:hover{
    color: #333;
}
.ft-logo {
    text-align: center;
    width: 340px;
    margin: 0 auto 50px;
}
.ft-logo a.logo-text,
.ft-logo a.logo-text:hover{
    color: #ffffff;
}
.ft-contactdt.menu ul li {
    padding-left: 0;
}
/*
.ft-logo a.logo-text img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(253deg) brightness(103%) contrast(103%);
}
*/
.ft-socialink{
    margin-top: 20px;
}
.ft-socialink ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-socialink ul li{
    display: inline-block;
    margin-right: 5px;
}
.ft-socialink ul li:last-child{
    margin-right: 0;
}
.ft-socialink ul li a {
    color: #000000;
    font-size: 15px;
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.7);
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
.ft-socialink ul li a:hover{
    color: #ffffff;
    background-color: #efebdc;
}
.ft-desc strong,
strong.ftmain-title{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
strong.ftmain-title{
    display: block;
    margin-bottom: 15px;
}
.ft-desc p {
    color: #9f9f9f;
    font-size: 18px;
    font-weight: 300;
}
.copyright {
    border-top: 1px solid #212121;
    margin-top: 30px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.copyright span {
    color:#9f9f9f;
    font-size: 18px;
    font-weight: 400;
}
.copyright-text {
    display: flex;
    justify-content: space-between;
}
.copyright-text .ft-lnks ul {
    margin: 0;
    padding: 0;
}
.copyright-text .ft-lnks ul li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
}
.copyright-text .ft-lnks ul li a {
    color: #9f9f9f;
    font-size: 18px;
    transition: all 0.4s ease;
}
.copyright-text .ft-lnks ul li a:hover { 
    color: #fff;
}
.ft-imp a {
    color: #9F9F9F;
}
.ft-imp a:hover{
	color: #333;
}
/*Footer*/
/* table */
h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;  
} 
table {    
    width: 100%;  
    max-width: 960px;
    margin: 20px auto;   
    border-collapse: collapse;
    background-color: #f9f9f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
    border-radius: 4px; 
    overflow: hidden;
} 
.serv-table {
    padding: 43px 0px 0px;
}
tbody, td, tfoot, th, thead, tr { 
    border: 1px solid #333 !important;
}  
th, td { 
    padding: 14px 20px;
    text-align: left;
    border: 1px solid #ddd;
}

th {
    background-color: #efebdc;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

td {
    color: #555;
    background-color: #fff;
}
th:nth-child(3){
    text-align: right;
}
td:nth-child(3){
    text-align: right;
}
th:nth-child(2){
    text-align: center;
}
td:nth-child(2){
    text-align: center; 
}
/* table */
.Furdie {
    padding: 40px 0px;
}
.attributes img {
    height: 500px !important;
    object-fit: cover;
}
.sku {
    padding: 14px;
}
.sku-value {
	position: relative;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; 
}
.sku-value.active {
	position: relative;
    display: block;
    opacity: 1;
}
.size-values {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}
.sku table {
    margin-left: 140px;
}
.size-values ul {
    margin: 0;
    padding: 0;
}
.size-values ul li {
    list-style: none;
    display: inline-block;
    /* width: 42%; */
    background-color: #efebdc;
    padding: 15px 240px;
    text-align: center;
    margin-right: 20px;
	cursor: pointer;
	font-size: 18px;
}
  .sku-value { display: none; }
  .sku-value.active { display: inline-block; }
  .size-value.active { font-weight: bold; color: #333; }
/*.active { color: #C00; }*/

/*
.hproducts-sec,
.hskincare-sec,
.hshipping-sec{
    display: none;
}
*/
.hmakehappy-sec {
    padding: 40px 0 50px;
/*    background-color: #FAF5F3;*/
    background-image: url(images/salon-mainbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hteferenceob-list .row{
     justify-content: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem; 
}
.hmakehappy-sec .container{
    max-width: 100%;
    padding: 0 100px;
}
.hmakehappy-sec .row{
    margin-left: -11px;
    margin-right: -11px;
}
.hmakehappy-sec .col-sm-12{
    padding-left: 11px;
    padding-right: 11px;
}
.makehappy-box {
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
}
.makehappyslid-content{
    padding: 30px 30px 75px;
    text-align: center;
}
.makehappyslid-content h1,
.makehappyslid-content h2,
.makehappyslid-content h3,
.makehappyslid-content h4,
.makehappyslid-content h5,
.makehappyslid-content h6{
    color: #333333;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px 0;
}
.makehappyslid-content p{
    color: #755C53;
    font-size: 15px;
    font-weight: 300;
}
.makehappy-box a {
    color: #333333; 
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efebdc;
    width: 180px;
    height: 39px;
    line-height: 39px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.makehappy-box a:hover, .makehappy-box a:hover::after {
    color: #ffffff;
    background-color: #333333;
    opacity: 1;
    transition: all 0.4s ease;
    border-color: #efebdc;
} 
.makehappy-box a i{
    margin-right: 5px;
}
.makehappy-box .thumb{
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.makehappy-box .thumb::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}
.makehappy-box .thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 1s ease;
}
.makehappy-box:hover .thumb img{
    transform: scale(1.2);
    transition: all 1s ease;
}
.hmakehappy-sec .hslide-content{
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding: 0;
}
.makehappy-box .hslide-content p{
    width: 40%;
}

/*Contact Us*/
.contactpg-sec .hshipping-box p br{
    display: none;
}
.main-content.sm.contactpg-ct {
    width: 100%;
}
.contactpg-sec {
    padding: 40px 0 0 0;
}
.hcontact-img {
    padding-left: 30px;
}
.hcontact-form {
    background-color: #f9f9f9;
    padding: 40px 35px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
}
.hcontact-form .row{
    margin-left: -7px;
    margin-right: -7px;
}
.hcontact-form .col-3,
.hcontact-form .col-4,
.hcontact-form .col-6,
.hcontact-form .col-12{
    padding-left: 7px;
    padding-right: 7px;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea,
.hcontact-form input::placeholder,
.hcontact-form select::placeholder,
.hcontact-form textarea::placeholder{
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 400;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea{
    width: 100%;
    padding: 0 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
}
.hcontact-form input:not([type='checkbox']),
.hcontact-form select{
    height: 55px;
}
.hcontact-form textarea{
    height: 110px;
    padding-top: 15px;
}
.hcontact-form .button{
    text-align: center;
}
.hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    background-color: #e1d08e;
    width: 100%;
    padding: 0 40px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    cursor: pointer;
    height: 50px;
}
.hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:disabled {
	color: #ffffff;
    background-color: #333333;
    border-color: #333333;
	filter: opacity(0.4);
    cursor: default;
}
.hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    color: #ffffff;
    background-color: #333333;
    border-color: #333333; 
}
.hcontact-form span.wpcf7-spinner{
    margin: 5px auto 0;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    text-align: center;
}
.hcontact-map iframe{
    width: 100%;
    height: 420px;
}
.hcontact-form .main-content.sm {
    width: 100%;
    margin: 0 0 25px 0;
    text-align: left;
}
/*Contact Us*/

.hparallax .hslider-bg.cover {
    padding: 100px 0;
    background-attachment: fixed !important;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.hparallax .hslide-content {
    width: 75%;
    margin: 0 auto;
}
.hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6{
    font-size: 45px;
}
.hparallax .hslide-content p {
    font-size: 18px;
    line-height: 31px;
}
.page-template-default .hcollections-content .col-6{
    margin-bottom: 0;
}
.hmainct-sec {
    padding: 60px 0 25px;
}
.hmainct-sec .main-content {
    width: 86%;
    margin: 0 auto 30px; 
}
.hcollections-content .row.right .col-6:first-child,
.hcollections-content .row.right .col-7:first-child{
    order: 2;
}
.defaultcollec-sec .row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.defaultcollec-sec .row:last-child{
    margin-bottom: 0;
}
.hparallax.two .hslide-content {
    text-align: center;
}
.inspiration-gallery{
    padding: 50px 0 0;
}
.inspiration-gallery.gallerypg-sec {
    padding-bottom: 40px;
}
.inspgallery-list .row {
    margin-left: -7px;
    margin-right: -7px;
    justify-content: center;
}
.inspgallery-list .col-4 {
    padding-left: 7px;
    padding-right: 7px;
}
.inspgallery-gbox {
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 1s ease;
    border-radius: 8px;
}
.inspgallery-gbox a {
    display: block;
}
.inspgallery-gbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 1s ease;
	border-radius:8px;
}
.inspgallery-gbox:hover img{
    transform: scale(1.3);
    transition: all 1s ease;
}
.inspgallery-btn {
    text-align: center;
    margin-top: 35px;
}


/*Team*/
.team {
    padding: 50px 0 40px;
}
.team .container {
    max-width: 100%;
    padding: 0 40px;
}
.team-topcnt {
    text-align: center;
    padding-bottom: 50px;
}
.team-content .row {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
}
.team-content .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
    flex: auto;
    max-width: 25%;
}
.member-main {
    text-align: center;
    transition: all 0.4s ease;
}
.member-img {
    position: relative;
    height: 719px!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
@media only screen and (max-device-width: 500px) {
.member-img {
    height: 350px!important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	}
}
.memb-innerct {
    position: absolute;
    bottom: -1000px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    padding-bottom: 40px;
    transition: all 0.4s ease;
    padding: 0 30px;
}
.member-main:hover .memb-innerct{
    bottom: unset;
}
.memb-innerct p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.memb-innerct ul,
.membdesig ul{
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0;
    text-align: left;
}
.memb-innerct ul li,
.membdesig ul li{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px;
    position: relative;
    padding-left: 28px;
}
.membdesig ul li{
    color: #000000;
}
.memb-innerct ul li::after,
.membdesig ul li::after{
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0px;
    color: #efebdc;
}
.memb-innerct a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.7;
    transition: all 0.4s ease;
    margin-bottom: 7px;
    display: inline-block;
}
.memb-innerct a:hover{
    color: #efebdc;
}
.memb-innerct a i{
    margin-right: 4px;
}
.member-img::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/hbanner-after-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    transition: all 0.4s ease;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(26deg) brightness(97%) contrast(108%);
}
/*
.member-img::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/hbanner-before-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    transition: all 0.4s ease;
    opacity: 0.8;
}
*/
.member-main:hover .member-img::after{
    height: 100%;
}
.member-main:hover .member-img::before{
    width: 100%;
}
.member-data {
    padding: 20px 0;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.member-data .d-flex.member-cdt {
    justify-content: center;
    column-gap: 5px;
}
.member-data h3 {
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}
.member-data a {
    color: #ffffff;
    font-size: 13px;
    transition: all 0.4s ease;
    background-color: #efebdc;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
.member-data a:hover{
    color: #ffffff;
    background-color: #000000;
}
.googlemap-sec, .googlemap-sec iframe {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.adefcontact-sec{
    padding-top: 0;
}
/* Preise */
.preise {
    padding: 30px 0px 20px;
}
.page-template-preise .main-content {
    width: 73%;
    margin: 0 auto 0px;
    text-align: center;
}
.page-template-preise .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  margin: 0 0 0px 0;
}
.service-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.service-tab {
    margin: 0 10px;
    cursor: pointer;
    font-weight: bold;
    padding: 24px 73px;
    background-color: #efebdc;
    border-radius: 5px;
    transition: background-color 0.3s ease;
	color: #fff;
	letter-spacing: 1px;
}

.service-tab:hover, .service-tab.active {
    background-color: #000;
}

.service-table {
    display: none; /* Hidden by default */
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.pricing-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.pricing-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.pricing-table tr:hover {
    background-color: #f1f1f1;
}

.pricing-table td:nth-child(2) {
    text-align: right;
}

/* Product */
.product {
  background-color: #f9f9f9;
  padding: 30px 0 20px;  
}
 
.product-content {
  text-align: center;
  margin-bottom: 50px;
} 
.product .row {
  justify-content: center;
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.product-img {
  margin: 0px 0 20px; 
  padding: 30px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 330px;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s, filter 0.3s;
}

.product-img:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.product-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s;
}

.product-img:hover::before {
  opacity: 1;
}

.product-img img:hover {
  transform: scale(1.1);
  filter: brightness(90%);
}

.product-img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(100%);
}

.product-img:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
/* 
Impressum */

.page-id-1576 .hmainct-sec {
    padding: 40px 0 20px;
}
.page-id-1576 .main-content {
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
}
.page-id-1576 .main-content h4{
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: 500;
}
.page-id-1576 .main-content a{
	color: #959595;
	text-decoration: underline !important;
}
/*  Media Query  */
@media(max-width: 1600px){
  .hslider-bg.cover {
    padding: 100px 0 46px;
    height: 937px;
}
	.hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
    font-size: 49px;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}
    .nav-menu li {
        margin: 0 30px 0 0;
    }
    a.logo-text{
        font-size: 27px;
    }
    .makehappy-box .thumb img{
        height: 230px;
    }
	.style-h1 {
    font-size: 33px;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}
.hskincare-sec {
    padding: 37px 30px 50px;
}
.inspiration-gallery {
    padding: 35px 0 0;
}	
}
@media(max-width: 1540px){
    .nav-menu li a{
        font-size: 15px;
    }
    .makehappyslid-content h1, .makehappyslid-content h2, .makehappyslid-content h3, .makehappyslid-content h4, .makehappyslid-content h5, .makehappyslid-content h6{
        font-size: 21px;
    }
}
@media(max-width: 1440px){
  .site-logo img {
    width: 267px;
} 
  .site-header .container {
     max-width: 87%;
}
    a.logo-text{
        font-size: 24px;
    }
  .hslider-bg.cover {
        padding: 96px 0 40px;
        height: 920px;
    }
  .hslide-content {
    margin-left: 50px;
}
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 43px;
        margin: 0 0 14px 0;
    }
	.hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
    font-size: 30px;
    margin: 0 0 18px 0;
}
.hskincare-sec {
    padding: 40px 30px 55px;
}
.main-content {
    margin: 0 auto 32px;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
    font-size: 36px;
}
.hcollections-content.paralx h3 {
    font-size: 35px;
    line-height: 49px;
    margin: 0 0 13px 0;
    letter-spacing: 1px;
}
.team {
    padding: 32px 0 33px;
}
.main-content p {
    font-size: 17px;
    margin: 0 0 8px;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
    font-size: 32px;
    line-height: 49px;
    letter-spacing: 1px;
}
.member-data h3 {
    font-size: 22px;
}
.member-data {
    padding: 18px 0;
}
.contactpg-sec {
    padding: 34px 0 0 0;
}
.ft-logo {
    width: 328px;
    margin: 0 auto 48px;
}
    .hskincare-sec {
        padding: 35px 30px 36px;
    }
	 .style-h1 {
        font-size: 29px;
        margin: 0 0 5px 0;
        letter-spacing: 1px;
    }
	.hcollections-content.paralx h2 {
     font-size: 30px;
     margin: 0 0 9px 0;
     letter-spacing: 1px;
}
.hcollections-content.paralx p {
    width: 72%;
    margin-top: 15px;
}	
}
@media(max-width: 1400px){
    .nav-menu li a{
        font-size: 14px;
    }
}
@media(max-width: 1366px){
    .nav-menu li.menu-item-has-children::after {
        font-size: 11px;
        right: -3px;
        top: 5px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 33px;
    }
    .hslide-content p{
        font-size: 18px;
    }
    .makehappy-box .thumb img {
        height: 180px;
    }
    .makehappyslid-content {
        padding: 25px 15px 65px;
    }
    .nav-menu li {
        margin: 0 17px 0 0;
    }
	 .hslider-bg.cover {
        padding: 95px 0 39px;
        height: 865px;
    }
	.hslide-content {
      width: 73%;
}
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 31px;
    }
	.hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 27px;
        margin: 0 0 15px 0;
        line-height: 42px;
    }
    .hskincare-sec {
        padding: 33px 30px 54px;
    }
	.main-content {
        margin: 0 auto 24px;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 30px;
    }
	.hskincare-innerct a {
      padding: 15px 20px;
}
.hskincare-box h1, .hskincare-box h2, .hskincare-box h3, .hskincare-box h4, .hskincare-box h5, .hskincare-box h6 {
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hskincare-box.cover {
    height: 530px;
}
	 .site-logo img {
        width: 255px;
    }
    .hcollections-content.paralx h3 {
        font-size: 33px;
        line-height: 47px;
        margin: 0 0 8px 0;
    }
	 .team {
        padding: 29px 0 30px;
    }
	.member-img {
      height: 382px;
}
.memb-innerct ul li, .membdesig ul li {
    font-size: 18px;
    margin-bottom: 3px;
    padding-left: 26px;
}
    .member-data h3 {
        font-size: 20px;
    }
	.main-content.sm h1, .main-content.sm h2, .main-content.sm h3, .main-content.sm h4, .main-content.sm h5, .main-content.sm h6 {
    font-size: 27px;
    margin: 0 0 9px 0;
}
	.hcontact-form {
      padding: 28px 31px 0;
      margin-bottom: 32px;
}
    .ft-logo {
        width: 317px;
    }
	 .page-template-default .contactpg-sec {
        padding: 18px 0 0 0 !important;
    }
	.inspiration-gallery {
        padding: 27px 0 0;
    }
}

@media(max-width:1280px){
        a.logo-text {
        font-size: 19px; 
    }
    .nav-menu li {
        margin: 0 15px 0 0;  
    }
	.hslider-bg.cover {
        padding: 94px 0 37px;
        height: 830px;
    }
	.hparallax-sec.cover {
     padding: 73px 0;
}
    .hcollections-content.paralx h2 {
        font-size: 25px;
        margin: 0 0 6px 0;
    }	
}
@media(max-width: 1170px){
    body .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .hproducts-sec .container {
        padding: 0 65px 0 80px;
    }
    .hskincare-box.cover{
        position: relative;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6{
        font-size: 40px;
    }
    .hslide-content p strong{
        font-size: 20px;
    }
    .hcollections-sec {
        padding: 60px 0 30px;
    }
    .content-header.cover {
    padding: 234px 0 85px;
}
    .faqlist-sec {
        padding: 50px 0;
    }
    #makehappy_slide .slick-next{
        right: 0;
    }
    #makehappy_slide .slick-prev{
        left: 0;
    }
    .makehappy-box.cover{
        margin: 0 50px;
    }
    .hmakehappy-sec {
        padding: 60px 0 30px;
        margin-top: 0;
    }
    .hmakehappy-sec .col-sm-12 {
        flex: auto;
        margin-bottom: 30px;
        max-width: 50%;
    }
    .makehappy-box .thumb img {
        height: 240px;
    }
    .header-content .col-sm-12{
        flex: 0 0 auto;
        max-width: 100%;
		width: 100%;
    }
    #site-navigation {
        height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #site-navigation::-webkit-scrollbar {
      width: 2px;
    }
    #site-navigation::-webkit-scrollbar-track {
      border-radius: 0;
    }
    #site-navigation::-webkit-scrollbar-thumb {
      border-radius: 0;
    }
    .nav-menu li:last-child a, .nav-menu .sub-menu, .nav-menu .children{
        text-align: center;
    }
    .nav-menu li.menu-btn a {
        margin-top: 15px;
        text-align: center;
    }
    .hslide-content p strong{
        letter-spacing: 1px;
    }
    .conthead-content h1{
        font-size: 40px;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 55px;
        right: 48px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open {
        position: fixed;
        top: 20px;
        right: 5px;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 400;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
        text-align: left;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 350px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
	 .site-header .container {
        max-width: 92%;
    }
	.site-logo img {
        width: 246px;
    }
	  .hslider-bg.cover {
        padding: 85px 0 34px;
        height: 787px;
    }
	.hslide-content {
        margin-left: 72px;
        width: 89%;
    }
	    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 28px;
    }
  .hcollections-ctbox {
    padding: 35px;
}
    .hcollections-sec {
        padding: 40px 0 24px;
    }
  .hcollections-ctbox p strong {
    font-size: 17px;
    letter-spacing: 1px;
}
.hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 24px;
        margin: 0 0 10px 0;
        line-height: 38px;
    }
	 .hskincare-sec {
        padding: 23px 30px 48px;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 33px;
    }
	.main-content {
        margin: 0 auto 16px;
    }
	.hskincare-innerct a {
        padding: 15px 14px;
    }
	.hskincare-box h1, .hskincare-box h2, .hskincare-box h3, .hskincare-box h4, .hskincare-box h5, .hskincare-box h6 {
        font-size: 18px;
        letter-spacing: 0px;
    }
	 .hskincare-box.cover {
        height: 465px;
        object-fit: cover;
    }
	 .hcollections-content.paralx h3 {
        font-size: 30px;
        line-height: 44px;
        margin: 0 0 6px 0;
    }
	.hcollections-content.paralx p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    width: 75%;
    margin-top: 15px;
}
    .hcollections-sec {
        padding: 39px 0 30px;
    }
	    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 26px;
        line-height: 42px;
    }
    .main-content p {
        font-size: 16px;
        margin: 0 0 3px;
    }
	 .member-data h3 {
        font-size: 18px;
    }
   .team-content .col-sm-12 {
     max-width: 33.33%;
}
.member-img {
        height: 360px;
    }
  .contactpg-sec {
    padding: 32px 0 0 0;
}
.contactpg-content .hshipping-box strong {
    font-size: 18px;
    margin-bottom: 3px;
}
    .main-content.sm h1, .main-content.sm h2, .main-content.sm h3, .main-content.sm h4, .main-content.sm h5, .main-content.sm h6 {
        font-size: 23px;
        margin: 0 0 7px 0;
    }
	.hcontact-form {
        padding: 24px 27px 0;
        margin-bottom: 30px;
    }
	.site-footer {
      padding: 37px 0 0;
}
    .ft-logo {
        width: 299px;
    }
 .ft-desc strong, strong.ftmain-title {
    font-size: 17px;
    letter-spacing: 1px;
}
.ft-contactdt ul li {
    margin-bottom: 11px;
}
.ft-contactdt ul li a, .ft-contactdt ul li span {
    font-size: 17px;
}
.copyright span {
    font-size: 17px;
}
.style-h1 {
        font-size: 26px;
        margin: 0 0 4px 0;
        letter-spacing: 1px;
    }
	ul#breadcrumbs li {
     margin-right: 10px;
}
.hcollections-content.paralx p {
        font-size: 17px;
        line-height: 29px;
        width: 100%;
        margin-top: 13px;
    }
	.hparallax-sec.cover {
      min-height: 457px;
}
    .hcollections-content.paralx h2 {
        font-size: 23px;
        margin: 0 0 4px 0;
        letter-spacing: 0px;
    }
	.product {
      padding: 23px 0 11px;
}
.product-img {
    margin: 0px 0 8px;
}
.preise {
    padding: 23px 0px 10px;
}	
}	
@media(max-width: 1112px){
    .hskincare-box.cover {
        padding: 100px 50px 70px;
    }
    .hslide-content {
        text-align: center;
        width: 100%;
		margin-left: 0px;
    }
    .hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6{
        font-size: 20px;
    }
    .hshipping-ct .col-4,
    .hshipping-ct .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
    .hblog-content .col-sm-12 {
        flex: auto;
        max-width: 50%;
    }
    .hblog-thumb img {
        width: 100%;
    }
    .hmakehappy-sec .container {
        padding: 0 30px;
    }
	  .hslider-bg.cover {
        padding: 70px 0 30px;
        height: 730px;
    }
   .hslide-content p {
    font-size: 17px;
    line-height: 31px;
    margin: 0 0 10px 0;
    width: 100%;
}
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 26px;
    }
	.site-logo img {
        width: 230px;
    }
	.slick-slider .slick-prev, .slick-slider .slick-next, .slick-slider .slick-next:before, .slick-slider .slick-prev:before {
    display: none;
}
.hslide-content a.all-buttons {
    margin-top: 18px;
}
.hcollections-ctbox p {
    margin-bottom: 10px;
}
    .hcollections-ctbox p strong {
        font-size: 16px;
        letter-spacing: 2px;
    }
	.hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 19px;
        margin: 0 0 7px 0;
        line-height: 35px;
    }
  .hcollections-ctbox ul li::after {
    font-size: 17px;
}
.hcollections-ctbox ul li {
    font-size: 16px;
    margin-bottom: 13px;
    padding-left: 29px;
}
    .main-content {
        margin: 0 auto 13px;
    }
    .hskincare-sec {
        padding: 16px 30px 41px;
    }
    .hcollections-content.paralx h3 {
        font-size: 27px;
        line-height: 41px;
        margin: 0 0 3px 0;
    }
  .hcollections-content.paralx h3 br {
    display: none;
}	
    .hcollections-content.paralx p {
        font-size: 16px;
        line-height: 29px;
        width: 100%;
        margin-top: 12px;
    }
	.hskincare-innerct a {
        padding: 14px 11px;
    }
    .hskincare-box h1, .hskincare-box h2, .hskincare-box h3, .hskincare-box h4, .hskincare-box h5, .hskincare-box h6 {
        font-size: 17px;
    }
	.hskincare-box.cover {
        height: 434px;
    }
	 .memb-innerct ul li, .membdesig ul li {
        font-size: 17px;
        margin-bottom: 2px;
        padding-left: 25px;
    }
	.memb-innerct p {
     font-size: 15px;
}
.member-data h3 {
        font-size: 17px;
    }
.team {
        padding: 26px 0 24px;
    }
	.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 24px;
        line-height: 39px;
    }
    .ft-logo {
        width: 278px;
        margin: 0 auto 40px;
    }
	.product-content .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
}
@media(max-width: 1024px){
    .hblog-boxinner h3 {
        font-size: 17px;
        line-height: 25px;
    }
    .hblog-boxinner{
        border: none;
    }
    .hblog-box{
        min-height: 580px;
    }
    a.logo-text{
        font-size: 24px;
    }
    .nav-menu li a{
        font-size: 13px;
    }
    .main-content{
        width: 100%;
    }
    .hproducts-innerb p{
        width: 100%;
    }
    .hskincare-box p{
        width: 100%;
    }
    .footer-menu ul li a{
        font-size: 13px;
    }
    .hshipping-box strong{
        font-size: 22px;
    }
    .hshipping-box p{
        font-size: 15px;
    }
    .hslide-content p {
        font-size: 16px;
        line-height: 27px;
    }
    .makehappy-box .hslide-content p {
        width: 100%;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width: 50%;
		min-height: 445px;
    }
    .widget.widget_block h1, .widget.widget_block h2, .widget.widget_block h3, .widget.widget_block h4, .widget.widget_block h5, .widget.widget_block h6{
        font-size: 20px;
    }
    form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
        position: relative;
    }
    button.wp-block-search__button.wp-element-button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        width: 45px;
        height: 45px;
    }
    input#wp-block-search__input-1 {
        height: 45px;
    }
    button.wp-block-search__button.wp-element-button::after {
        left: 14px;
        top: 10px;
    }
	 .site-logo img {
        width: 200px;
    }
    .hslider-bg.cover {
        padding: 63px 0 28px;
        height: 709px;
    }
	   .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 25px;
    }
	  .hslide-content a.all-buttons {
        margin-top: 17px;
		text-transform: capitalize;  
    }
	.hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 18px;
        margin: 0 0 6px 0;
        line-height: 33px;
    }
	a.all-buttons, .hcollections-ctbox a {
    padding: 9px 32px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.hskincare-sec .col-4 {
    padding: 0px 10px;
}
    .ft-logo {
        width: 267px;
        margin: 0 auto 37px;
    }
	.site-footer {
        padding: 31px 0 0;
    }
	 .ft-desc strong, strong.ftmain-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
  strong.ftmain-title {
    margin-bottom: 13px;
}
    .contactpg-sec {
        padding: 26px 0 0 0;
    }
    .contactpg-content .hshipping-box strong {
        font-size: 17px;
    }
	.main-content p strong {
    font-size: 17px;
    letter-spacing: 1px;
}
    .style-h1 {
        font-size: 24px;
        margin: 0 0 3px 0;
        letter-spacing: 1px;
    }
	.inspiration-gallery {
        padding: 23px 0 0;
    }
}
@media(max-width:900px){
	.site-logo img {
        width: 190px;
    }
    .hslider-bg.cover {
        padding: 60px 0 26px;
        height: 682px;
    }
    .hcollections-ctbox {
        padding: 10px 27px;
    }
	 .hcollections-ctbox p {
        margin-bottom: 7px;
    }
    .hcollections-sec {
        padding: 32px 0 26px;
    }
	.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 23px;
        line-height: 33px;
    }
	  .hskincare-box.cover {
        height: 380px;
    }
    .hskincare-box h1, .hskincare-box h2, .hskincare-box h3, .hskincare-box h4, .hskincare-box h5, .hskincare-box h6 {
        font-size: 16px;
        text-transform: capitalize;
    }
	.hskincare-innerct a {
        padding: 14px 8px;
    }
	.hskincare-sec .row {
    --bs-gutter-y: 24px;
	}
	 .hcollections-content.paralx h3 {
        font-size: 25px;
        line-height: 39px;
        margin: 0 0 2px 0;
    }
	.member-img {
        height: 290px;
    }
    .ft-logo {
        width: 256px;
    }
	  .hcollections-content.paralx h2 {
        font-size: 22px;
        margin: 0 0 3px 0;
    }
	.hcollections-content.paralx p {
        font-size: 16px;
        margin-top: 9px;
    }
	.inspiration-gallery.gallerypg-sec {
    padding-bottom: 10px;
}
}
@media(max-width: 830px){
    a.all-buttons,
    .makehappy-box a{
        font-size: 15px;
    }
    .hproducts-sec {
        padding: 50px 0;
    }
    .hcollections-ctbox {
        padding: 50px 30px;
    }
    .hcollections-img img {
        height: 450px;
    }
    .hblog-content .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
    .hblog-thumb img{
        width: 100%;
    }
    .ft-desc{
        padding-left: 0;
    }
    .footer-menu ul li {
        margin: 0 25px 0 0;
        padding-right: 30px;
    }
    .main-content p strong{
        font-size: 15px;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 30px;
    }
    .hcollections-ctbox p strong{
        font-size: 14px;
    }
    .hblog-box {
        min-height: 600px;
    }
    .hblog-sec {
        padding: 50px 0 45px;
    }
    .main-content p {
        font-size: 16px;
        line-height: 27px;
    }
    .hcollections-content .col-6 {
        margin-bottom: 30px;
    }
    .hskincare-box.cover {
        padding: 70px 30px 50px;
        text-align: center;
    }
    .hcollections-sec {
        padding: 40px 0 30px;
    }
    .hblog-sec {
        padding: 50px 0 30px;
    }
    .aboutpg-sec {
        padding: 45px 0 20px;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: 380px;
	}
    .hcollections-content .col-6 {
        margin-bottom: 0;
        flex: auto;
        max-width: 100%;
    }
    .hcollections-content.mobilevs{
        display: block;
    }
    .hcollections-content.desktopvs{
        display: none;
    }
    .hcollections-img img{
        height: auto;
    }
    .hcollections-ctbox {
        padding: 30px 30px 20px;
    }
    .hshipping-sec {
        padding: 40px 0 50px;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6{
        font-size: 24px;
    }
    .hcollections-ctbox h1 br, .hcollections-ctbox h2 br, .hcollections-ctbox h3 strong br, .hcollections-ctbox h4 br, .hcollections-ctbox h5 br, .hcollections-ctbox h6 br{
        display: none;
    }
    .hcollections-content .row.right .col-6:first-child {
        order: 2;
    }
    .inspgallery-list .col-4 {
        flex: auto;
        max-width: 50%;
        width: 100%;
    }
	.hslider-bg.cover {
        padding: 58px 0 24px;
        height: 658px;
    }
	    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 23px;
    }
	    .hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 17px;
    }
    .hskincare-box.cover {
        height: 334px;
    }
	.hcollections-ctbox p {
        margin-bottom: 5px;
		font-size: 16px;
    }
	.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 23px;
    }
    .member-img {
        height: 260px;
    }
    .ft-logo {
        width: 239px;
    }
	.service-tab {
     margin: 0 7px;
     padding: 24px 66px;
}
.page-id-1576 .main-content h4 {
    font-size: 22px;
    margin-bottom: 13px;
}
.page-id-1576 .hmainct-sec {
    padding: 28px 0 10px;
}	
}
@media(max-width: 767px){
    .hslide-content p{
        width: 100%;
    }
    ul.slick-dots {
        bottom: 35px;
    }
    .hslide-content {
        padding: 40px 30px;
    }
    .hshipping-sec {
        padding: 50px 0;
    }
    .hshipping-box strong {
        font-size: 18px;
    }
    .hshipping-box p {
        font-size: 14px;
    }
    .hproducts-innerb h3{
        width: 100%;
    }
    .makehappy-box.cover {
        height: 300px;
        padding: 60px 40px 0;
    }
    .contactpg-sec {
        padding: 20px 0 0;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: 472px;
		margin: 0 0 20px !important;
	}
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100%;
        padding-left: 0;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        width: 100%;
    }
    .summary.entry-summary {
        text-align: center;
    }
	.single-product main#main {
		overflow: hidden;
	}
	.hcollections-content .col-6 {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
}
    .hcollections-content .row.right .col-6:first-child {
        order: unset;
    }
	.hcollections-img img {
        height: 550px !important;
		object-fit: cover !important;
    }
	  #menuToggle {
        top: 49px;
		right: 22px;  
    }
	 .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 21px;
    }
	.hskincare-sec .col-4 {
    flex: 0 0 auto;
    max-width: 50%;
    width: 100%;
}
    .team-content .col-sm-12 {
        max-width: 50%;
    }
	.site-header .container {
        max-width: 100%;
    }
	ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong {
     text-transform: capitalize;
}
    .style-h1 {
        font-size: 22px;
        margin: 0 0 0px 0;
        letter-spacing: 0px;
    }
    .hcollections-content.paralx h2 {
        font-size: 21px;
    }
	 .hcollections-content.paralx p {
        font-size: 15px;
        margin-top: 7px;
    }
	.hcollections-sec.haboutt-sec {
    padding: 40px 0;
}
    .preise {
        padding: 15px 0px 3px;
    }
	.page-id-1576 .main-content h4 {
     font-size: 19px;
     margin-bottom: 10px;
}
}
@media(max-width: 667px){
    .hshipping-ct .col-4,
    .hshipping-ct .col-sm-12{
        flex: auto;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .hcollections-content .col-6{
        flex: auto;
        max-width: 100%;
    }
    .hblog-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .hblog-box {
        min-height: auto;
    }
    .readbtn {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 25px;
    }
    .footer-content .col-4{
        flex: auto;
        max-width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .ft-contactdt ul li {
/*         padding-left: 22px; */
        display: inline-block;
        margin-right: 13px;
    }
    .ft-desc{
        text-align: center;
    }
    .site-footer {
        padding: 40px 0 0;
    }
    .copyright {
        margin-top: 0;
    }
    .footer-menu {
        margin-bottom: 30px;
    }
    .main-content.sm h1, .main-content.sm h2, .main-content.sm h3, .main-content.sm h4, .main-content.sm h5, .main-content.sm h6 {
        font-size: 30px;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: 421px;
	}
    .hslide-content p strong {
        letter-spacing: 1px;
        font-size: 15px;
    }
    a.all-buttons, .makehappy-box a {
        font-size: 14px;
    }
    .hshipping-sec {
        padding: 40px 0 30px;
    }
    .conthead-content h1{
        font-size: 30px;
    }
    .content-header.cover {
        padding: 200px 0 82px;
    }
    .hparallax .hslide-content {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .hparallax .hslider-bg.cover {
        min-height: auto;
        padding: 70px 0;
    }
    .hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6{
        font-size: 35px;
    }
    .hparallax .hslide-content p {
        font-size: 16px;
        line-height: 27px;
    }
    .conthead-content h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }
	 .site-logo img {
        width: 178px;
    }
    .hslider-bg.cover {
        padding: 56px 0 23px;
        height: 630px;
    }
	 .hslide-content p {
        font-size: 15px;
    }
	 .hcollections-img img {
        height: 480px !important;
    }
	 .hcollections-sec {
        padding: 34px 0 25px;
    }
	.hcollections-ctbox {
        padding: 22px 22px 15px;
    }
	  .hcollections-content.paralx h3 {
        font-size: 22px;
        line-height: 37px;
    }
    .hcollections-content.paralx p {
        font-size: 15px;
        margin-top: 10px;
    }
	.contactpg-content .hshipping-ct {
    margin-bottom: 20px;
}
.hshipping-ct .col-4 {
    flex: 0 0 auto;
    max-width: 50%;
    width: 100%;
}
.hskincare-sec {
        padding: 16px 20px 41px;
    }	
.footer-content .row {
    justify-content: center;
}
    .site-footer {
        padding: 31px 0 0;
    }
	    .main-content.sm h1, .main-content.sm h2, .main-content.sm h3, .main-content.sm h4, .main-content.sm h5, .main-content.sm h6 {
        font-size: 26px;
    }
	.footer-content {
    text-align: center;
    padding: 0px 0px 10px;
}
    .hcollections-content.paralx h2 {
        font-size: 20px;
        line-height: 37px;
    }	
}
@media(max-width: 570px){
    .hslide-content p strong {
        font-size: 15px;
    }
    .hskincare-sec .col-4{
        flex: auto;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .conthead-content h1{
        font-size: 30px;
    }
    .faqs_list a.card-link{
        font-size: 18px;
    }
    .hcontact-map iframe {
        height: 300px;
    }
    .woocommerce .woocommerce-ordering {
        margin: 0;
    }
    .woocommerce .products ul, .woocommerce ul.products{
        margin: 30px 0 0;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: auto;
	}
    .hslide-content {
        padding: 0;
    }
    .makehappy-box{
        height: auto;
        box-shadow: 0 0 20px #e9e3e3;
    }
    .makehappyslid-content {
        padding: 25px 15px;
    }
    .makehappy-box a {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 15px;
    }
    .hmakehappy-sec .col-sm-12 {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .hshipping-box:hover{
        transform: unset;
    }
    .inspgallery-list .col-4{
        max-width: 100%;
    }
	.site-logo img {
        width: 169px;
    }
	 .hslider-bg.cover {
        padding: 52px 0 23px;
        height: 607px;
    }
	    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 19px;
    }
	 .hcollections-img img {
        height: auto !important;
    }
	.hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 16px;
    }
	.hcollections-ctbox ul li {
        font-size: 15px;
        margin-bottom: 11px;
        padding-left: 27px;
    }
	.hcollections-ctbox ul li::after {
        font-size: 16px;
    }
  .hskincare-innerct {
    text-align: center;
    left: 0px;
    right: 0px;
}
    .hskincare-sec .row {
        --bs-gutter-y: 12px;
    }
    .hskincare-sec {
        padding: 16px 20px 24px;
    }
	.hcollections-content.paralx h3 {
        font-size: 20px;
        line-height: 36px;
    }
	 .hcollections-content.paralx p {
        margin-top: 7px;
    }
	 .team-content .col-sm-12 {
        max-width: 100%;
    }
    .hshipping-ct .col-4 {
        max-width: 100%;
    }
    body .container {
        padding: 0 20px;
    }
	.ft-contactdt ul li a, .ft-contactdt ul li span {
        font-size: 16px;
    }
	 .ft-desc strong, strong.ftmain-title {
        font-size: 15px;
    }
    .ft-logo {
        width: 224px;
        margin: 0 auto 31px;
    }
	.team .container {
     padding: 0 20px;
}
    .hcollections-content.paralx h2 {
        font-size: 19px;
        line-height: 33px;
    }
    .service-tab {
        margin: 0 4px;
        padding: 24px 52px;
    }
	.pricing-table td {
      padding: 8px;
	  font-size: 15px;	
}
}
@media(max-width: 480px){
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 21px;
    }

    .makehappyslid-content h1, .makehappyslid-content h2, .makehappyslid-content h3, .makehappyslid-content h4, .makehappyslid-content h5, .makehappyslid-content h6 {
        font-size: 18px;
    }
    .hmakehappy-sec {
        padding: 60px 0 15px;
    }
    .inspgallery-list .container {
        padding: 0;
    }
    .inspiration-gallery.gallerypg-sec {
        padding: 40px 0 25px;
    }
  .hslider-bg.cover {
        padding: 47px 0 16px;
        height: 592px;
    }
    .style-h1 {
        font-size: 20px;
        margin: 0 0 0px 0;
        letter-spacing: 0px;
    }
.service-tabs {
    display: block;
    margin-bottom: 18px;
    margin-top: 10px;
}
.service-tab {
        padding: 20px 38px;
        margin-bottom: 9px;
    }
	 .main-content p {
        font-size: 15px;
        line-height: 25px;
    }
	.page-template-preise .main-content {
      width: 100%;
}

}
@media(max-width: 414px){
    body .container {
        padding: 0 15px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 30px;
        margin: 0 0 15px 0;
    }
    .hslide-content p {
        font-size: 15px;
        line-height: 23px;
    }
    .hproducts-sec .container {
        padding: 0 30px;
    }
    #hproducts_slide .slick-next{
        right: 30px;
    }
    #hproducts_slide .slick-prev{
        left: 30px;
    }
    .main-content.sm h1, .main-content.sm h2, .main-content.sm h3, .main-content.sm h4, .main-content.sm h5, .main-content.sm h6 {
        font-size: 22px;
    }
    .makehappy-box.cover {
        margin: 0 30px;
    }
    .makehappy-box.cover {
        padding: 60px 20px 0;
    }
    .hcontact-form .col-3, .hcontact-form .col-4, .hcontact-form .col-6{
        flex: auto;
        max-width: 100%;
    }
    .site-header .container,
    .hmakehappy-sec .container{
        padding: 0 20px;
    }
    a.logo-text {
        font-size: 19px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 20px;
    }
    .hmakehappy-sec {
        padding: 40px 0 15px;
    }
    a.all-buttons, .makehappy-box a{
        text-align: center;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6{
        font-size: 20px;
    }
    .main-content p strong {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .content-header.cover {
        padding: 183px 0 76px;
    }
    .conthead-content h1 {
        font-size: 19px;
        letter-spacing: 1px;
    }
    .hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 17px;
    }
    .hcollections-ctbox p {
        font-size: 13px;
        line-height: 21px;
    }
    .hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6{
        font-size: 25px;
    }
    .site-logo img {
        width: 150px;
    }
	.hslide-content a.all-buttons {
    margin-top: 22px;
    padding: 0 10px;
    height: auto;
    line-height: 27px;
}
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 18px;
    }
	.hslider-bg.cover {
        height: 570px;
    }
	    .hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 16px;
        line-height: 30px;
    }
      .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 19px;
		line-height: 28px;  
    }
	.main-content {
        margin: 0 auto 9px;
    }
    .hskincare-sec .row {
        --bs-gutter-y: 8px;
    }
	.hskincare-box.cover {
        height: 300px;
    }
	.hparallax-sec.cover {
      padding: 45px 0;
}
.hcollections-content.paralx h3 {
        font-size: 18px;
        line-height: 33px;
    }
	 .member-img {
        height: 240px;
    }
      .team {
        padding: 17px 0 13px;
    }
	.ft-contactdt ul li {
        margin-right: 9px;
    }
	 .ft-contactdt ul li a, .ft-contactdt ul li span {
        font-size: 15px;
    }
	.ft-desc ul li {
     margin-bottom: 11px;
     font-size: 15px;
}
    .ft-logo {
        width: 210px;
        margin: 0 auto 30px;
    }
	.ft-socialink {
    margin-top: 14px;
}
.ft-socialink ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.copyright span {
        font-size: 16px;
    }
  .copyright-text {
    display: block;
}
.main-content.sm h1, .main-content.sm h2, .main-content.sm h3, .main-content.sm h4, .main-content.sm h5, .main-content.sm h6 {
        font-size: 17px;
    }
	 .hcontact-form {
        padding: 21px 21px 0;
        margin-bottom: 26px;
    }
	.main-content.sm p {
    font-size: 15px;
    line-height: 24px;
}
    .contactpg-content .hshipping-box strong {
        font-size: 16px;
        margin: 15px 0 0;
    }
    .hskincare-sec {
        padding: 16px 20px 17px;
    }
	.hskincare-box.cover {
        height: 280px;
    }
	.hcollections-content.paralx h3 {
        font-size: 17px;
        line-height: 31px;
    }
	.member-data {
        padding: 14px 0;
        margin-bottom: 18px;
    }
   .member-data h3 {
        font-size: 16px;
    }
	  .memb-innerct ul li, .membdesig ul li {
        font-size: 15px;
        margin-bottom: 1px;
        padding-left: 24px;
    }
	.memb-innerct {
      padding: 10px 15px;
}
.memb-innerct ul li::after, .membdesig ul li::after {
    font-size: 15px;
}
    .hcollections-content.paralx h2 {
        font-size: 17px;
        line-height: 31px;
    }
	 .hcollections-sec.haboutt-sec {
        padding: 31px 0;
    }
}
@media(max-width: 360px){
    a.logo-text {
        font-size: 19px;
    }
    .hcontact-map iframe {
        height: 270px;
    }
    .nav-bar{
        width: 300px;
    }
	.team-content h3 {
    font-size: 17px !important;
    line-height: 27px;
}
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 17px;
    }
    .hslider-bg.cover {
        height: 557px;
    }
	 .hskincare-box.cover {
        height: 265px;
    }
	 .style-h1 {
        font-size: 19px;
    }
}

.checkboxx .wpcf7-list-item {
	margin: 0 0.5rem 0 0;
}