/**
*	Theme Name: Vitalitas
**/

/*

font-family: "Open Sans", sans-serif;
*/

body{
    font-family: "Open Sans", sans-serif !important;
    font-family: "Roboto", sans-serif;
}
body .container{
    max-width: 1400px;
}
body p{
    font-family: "Roboto", sans-serif !important;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.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;
}
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 62px 0 0;
    position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav-menu li a:not([href]):not([tabindex]){
    color: #ffffff;
}
.nav-menu li.menu-btn a{
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    background-color: ;
    padding: 15px 35px;
    transition: all 0.4s ease;
    letter-spacing: 2px;
    border-radius: 3px;
}
.nav-menu li.menu-btn a:hover{
    color: #ffffff;
    background-color: #231f20;
}
.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: #ffffff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: -4px;
    top: 2px;
    line-height: 1;
}
.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: #231f20;
	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: 225px;
    font-size: 15px;
    letter-spacing: unset;
    line-height: unset;
    font-weight: 500;
}
ul.sub-menu li a:hover {
    background: #000;
}
.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: #ffffff !important;
	background-color: #5da38c;
}
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: #5da38c !important;
}
.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: 350px 0 100px;
    position: relative;
    background-attachment: fixed !important;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
/*
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1 {
    color: #ffffff;
    
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}
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: 400;
    
    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: #231f20;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.all-pages-content p {
    color: #57585a;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.all-pages-content p a{
    color: #958787;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: #5da38c;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.all-pages-content ul li {
    color: #57585a;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    color: #5da38c;
    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 #000;
	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 #000;
	filter: dropshadow(color=#000, 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;
}

/*Woo*/
.woocommerce .woocommerce-breadcrumb{
    display: none !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 30px -9px 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.woocommerce ul.products li.product::after,
.woocommerce-page ul.products li.product::after{
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 33.33%;
    margin: 0 0 20px 0;
    padding: 0 9px;
	float: left !important;
	clear: none !important;
	min-height: 380px;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img{
    background-color: #ffffff;
    padding: 30px;
    border-bottom: 1px solid #f3f3f3;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    color: #231f20;
    font-size: 17px;
    
    font-weight: 400;
    padding: 10px;
    letter-spacing: 2px;
}
.woocommerce ul.products li.product a{
    border: 1px solid #efefef;
    display: inline-block;
}
.woocommerce ul.products li.product .button{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: #E4C1B1;
    transition: all 0.4s ease;
    padding: 14px 40px;
    border-radius: 0;
    border: none;
    width: 100%;
    margin: 10px 0 0 0;
}
.woocommerce ul.products li.product .button:hover{
    background-color: #18100f;
    color: #ffffff;
}
.woocommerce ul.products li.product .price{
    color: #231f20;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .price ins{
    font-weight: 500;
}
.woocommerce ul.products li.product a.added_to_cart{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: #18100f;
    transition: all 0.4s ease;
    padding: 14px 40px;
    border-radius: 0;
    border: none;
    width: 100%;
    margin: 5px 0 0 0;
}
.woocommerce ul.products li.product a.added_to_cart:hover{
    background-color: #E4C1B1;
    color: #ffffff;
}
.woocommerce .woocommerce-ordering {
    margin: 0 18px 0 0;
}
.woocommerce .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f9f9f9;
    border: none;
    padding: 20px 30px;
    background-image: url(images/select-down-icon.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 93% 25px;
}
p.woocommerce-result-count {
    color: #18100f;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0 0 !important;
}
.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: 50%;
    border: 1px solid #f9f9f9;
}
.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: 50%;
    padding-left: 40px;
}
.woocommerce div.product div.images img{
    padding: 60px;
}
.related.products {
    display: table;
    width: 100%;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 40px;
    background-color: #E4C1B1;
    transition: all 0.4s ease;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #18100f;
    color: #ffffff;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}
.woocommerce .quantity .qty {
    width: auto;
    text-align: center;
    height: 46px;
}
.product_meta span.posted_in{
    color: #212529;
    font-size: 15px;
}
.product_meta span.posted_in a{
    color: #212529;
    font-size: 14px;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.product_meta span.posted_in a:hover{
    color: #E4C1B1;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #E4C1B1;
    font-size: 25px;
    font-weight: 600;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    width: 200px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background-color: #E4C1B1;
    color: #ffffff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #18100f;
    color: #ffffff;
}
.woocommerce table.shop_table tr td a{
    color: #18100f;
}
.woocommerce table.shop_table tr td a:hover{
    color: #E4C1B1;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.woocommerce-additional-fields{
    display: none;
}
.woocommerce-page ul li::after{
    display: none;
}
.woocommerce-page ul li{
    padding-left: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
    padding: 14px 55px;
}
.woocommerce-info::before{
    color: #E4C1B1;
}
.woocommerce-info {
    border-top-color: #E4C1B1;
}
.woocommerce-info a{
    color: #18100f;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.woocommerce-info a:hover{
    color: #E4C1B1;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
    width: 100%;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last,
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first{
    float: none;
    width: 100%;
}
.woocommerce form .form-row{
    display: block;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder{
    color: #18100f;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    padding: 0 20px;
}
.woocommerce form .form-row input.input-text{
    height: 55px;
}
.select2-container--default .select2-selection--single {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 55px;
    padding: 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #18100f;
    font-size: 16px;
    font-weight: 400;
    line-height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 14px;
    right: 20px;
}
.select2-dropdown{
    border: 1px solid #ebebeb;
}
.select2-results__option{
    padding: 6px 20px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebebeb;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
}
.woocommerce ul.products li.product .onsale{
    display: none;
}
.woopages-sec {
    padding: 60px 0;
    background-color: #fbfbfb;
}
.woopages-sec h1,
.woopages-sec h2,
.woopages-sec h3,
.woopages-sec h4,
.woopages-sec h5,
.woopages-sec h6{
    color: #231f20;
    font-size: 30px;
    
    text-transform: uppercase;
    letter-spacing: 5px;
}
.shopmain-sidebar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.shopside-menucat li{
    position: relative;
    margin-bottom: 5px;
}
.cat_sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}
.cat_sub-menu i.fa.fa-caret-up{
    display: none;
}
.shop-prodsidebar {
    margin-bottom: 40px;
}
.shopside-menucat li.firstli {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.shopside-menucat li.firstli::after{
    color: #18100f;
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    left: 0;
    top: 0;
}
.shopside-menucat li a{
    color: #18100f;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.widget.widget_block {
    padding: 30px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}
.widget.widget_block h1,
.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4,
.widget.widget_block h5,
.widget.widget_block h6{
    color: #5da38c;
    font-size: 25px;
    
    font-weight: 600;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}
button.wp-block-search__button.wp-element-button {
    position: relative;
    margin: 0;
    font-size: 0;
    width: 50px;
    text-align: center;
    background-color: #5da38c;
    border: none;
}
button.wp-block-search__button.wp-element-button::after {
    color: #ffffff;
    display: block;
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    font-size: 18px;
    left: 16px;
    top: 8px;
}
aside#block-4 {
    padding-bottom: 0;
    margin: 0;
}
aside#block-2 {
    padding-top: 20px;
    padding-bottom: 40px;
}
aside#block-4 h1,
aside#block-4 h2,
aside#block-4 h3,
aside#block-4 h4,
aside#block-4 h5,
aside#block-4 h6{
    margin: 0;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.single-product .shop-prodsidebar{
    padding-top: 50px;
}
.woocommerce div.product form.cart .button{
    float: none;
    width: 100%;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 !important;
    float: none;
    width: 100%;
}
.woocommerce .quantity .qty{
    width: 100%;
    margin-bottom: 6px;
}
h2.gift-this-product-title {
    font-size: 18px;
    margin: 0 !important;
}
.gift-this-product-main-container {
    padding: 30px 20px 15px !important;
    margin-top: 20px;
}
p.gift-this-product-title-message {
    font-size: 14px;
    margin-top: 10px;
}
a#give-as-present {
    padding: 0;
    font-size: 14px;
    color: #000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
a#give-as-present:hover{
    color: #5da38c;
}
div#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*Woo*/

/*Header*/
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.header-content{
    padding: 15px 0;
}
a.logo-text {
    color: #231f20;
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    transition: all 0.4s ease;
    
    align-items: center;
    column-gap: 15px;
}
a.logo-text strong{
    color: #5da38c;
}
a.logo-text:hover{
    color: #231f20;
}
a.logo-text img {
    width: 300px;
}
/*Header*/

/*Home*/
.hslider-bg.cover {
    padding: 240px 0 100px;
    position: relative;
}
.hslider-bg.cover::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(93, 163, 140, 0.4);
    z-index: 0;
}
.hslide-content {
    position: relative;
    z-index: 2;
    width: 62%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px 50px 35px;
}
.hslide-content p strong {
    color: #5da38c;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.hslide-content h1,
.hslide-content h2,
.hslide-content h3,
.hslide-content h4,
.hslide-content h5,
.hslide-content h6{
    color: #ffffff;
    font-size: 42px;
    letter-spacing: 4px;
    font-weight: 300;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.hslide-content h1 strong,
.hslide-content h2 strong,
.hslide-content h3 strong,
.hslide-content h4 strong,
.hslide-content h5 strong,
.hslide-content h6 strong{
    color: #5da38c;
    font-weight: 600;
}
.hslide-content ul{
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.hslide-content ul li {
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
    padding-left: 27px;
    display: block;
}
.hslide-content ul li:last-child{
    margin-bottom: 0;
}
.hslide-content ul li::after {
    color: #5da38c;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0;
}
.hslide-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    margin: 0 auto 15px;
}
.hslide-content a.all-buttons{
    color: #ffffff;
    margin-top: 25px;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.hslide-content a.all-buttons:hover{
    background-color: #5da38c;
    color: #ffffff;
    border-color: #5da38c;
}
a.all-buttons,
.hcollections-ctbox a{
    color: #231f20;
    font-size: 16px;
    font-family: "Krub", sans-serif;
    font-weight: 400;
    display: inline-block;
    background-color: transparent;
    padding: 10px 45px;
    transition: all 0.4s ease;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #231f20;
}
a.all-buttons:hover,
.hcollections-ctbox a:hover{
    color: #ffffff;
    background-color: #5da38c;
    border-color: #5da38c;
}
body a.atext {
    color: unset;
    font-size: unset;
    font-weight: unset;
    background: unset;
    border: unset;
    text-transform: unset;
    padding: unset;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
body a.atext:hover{
    background: unset;
    color: #5da38c;
}
.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: #5da38c;
    border-color: #5da38c;
    opacity: 1;
}
.hproducts-sec{
    background-color: #fbfbfb;
    padding: 70px 0;
}
.main-content {
    width: 73%;
    margin: 0 auto 50px;
    text-align: center;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6{
    color: #231f20;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.main-content.white h1,
.main-content.white h2,
.main-content.white h3,
.main-content.white h4,
.main-content.white h5,
.main-content.white h6{
    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{
    color: #5da38c;
    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: 40px;
}
.main-content p strong {
    color: #5da38c;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.main-content.white p,
.main-content.white p strong{
    color: #ffffff;
}
.main-content p {
    color: #8a8c8f;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
}
#hproducts_slide{
    margin-left: -15px;
    padding-right: -15px;
}
#hproducts_slide .item{
    padding: 0 15px;
}
#hproducts_slide .slick-prev:before,
#makehappy_slide .slick-prev:before{
    content: url(images/left-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 55px;
}
#hproducts_slide .slick-next:before,
#makehappy_slide .slick-next:before{
    content: url(images/right-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 55px;
}
#hproducts_slide .slick-prev,
#makehappy_slide .slick-prev{
    width: 21px;
    height: 50px;
    left: -40px;
    z-index: 1;
}
#hproducts_slide .slick-next,
#makehappy_slide .slick-next{
    width: 21px;
    height: 50px;
    right: -40px;
    z-index: 1;
}
.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: #231f20;
    font-size: 22px;
    line-height: 30px;
    
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 auto 15px;
    width: 70%;
}
.hproducts-innerb p {
    color: #231f20;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.5;
    width: 67%;
    margin: 0 auto 40px;
}
.hproducts-innerb span{
    color: #231f20;
    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;
    border: 4px solid #ffffff;
}
.hskincare-box.cover {
    padding: 130px 60px 100px;
    position: relative;
    border: 4px solid #fff;
}
.hskincare-box.cover::after {
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(26, 26, 26, 0.3);
}
.hskincare-sec .col-6:nth-child(2n) .hskincare-box.cover::after{
    transform: scaleX(-1);
}
.hskincare-innerct a.all-buttons {
    font-size: 12px;
    padding: 11px 30px;
    margin-top: 15px;
}
.hskincare-innerct a.all-buttons:hover{
    color: #ffffff;
    background-color: #5da38c;
}
.hskincare-innerct{
    position: relative;
    z-index: 1;
    width: 51%;
}
.hskincare-box strong{
    color: #5da38c;
    font-size: 15px;
    
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.hskincare-box p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.hskincare-box h1,
.hskincare-box h2,
.hskincare-box h3,
.hskincare-box h4,
.hskincare-box h5,
.hskincare-box h6{
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 3px;
    
    font-weight: 200;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.hshipping-sec{
    padding: 60px 0 0;
}
.hshipping-ct .row{
    margin-left: -10px;
    margin-right: -10px;
}
.hshipping-ct .col-4{
    padding-left: 10px;
    padding-right: 10px;
}
.hshipping-box {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    height: 100%;
}
.hshipping-box:hover{
    background-color: #f0f6f3;
    transform: scale(1.2);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    box-shadow: none;
}
.hshipping-box img {
    width: 55px;
    filter: brightness(0) saturate(100%) invert(60%) sepia(49%) saturate(281%) hue-rotate(109deg) brightness(87%) contrast(95%);
}
.hshipping-box:hover img{
    filter: brightness(0) saturate(100%) invert(60%) sepia(49%) saturate(281%) hue-rotate(109deg) brightness(87%) contrast(95%);
}
.hshipping-box strong {
    color: #231f20;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin: 25px 0 10px;
}
.hshipping-box p,
.hshipping-box a{
    color: #231f20;
    font-size: 19px;
    font-weight: 300;
    transition: all 0.4s ease;
    opacity: 0.5;
    margin: 0;
}
.hshipping-box p {
    width: 90%;
    margin: 0 auto;
}
.hshipping-box a:hover{
    color: #5da38c;
}
.hshipping-box:hover p,
.hshipping-box:hover a{
    opacity: 1;
}
.hshipping-box img {
    width: 65px;
}
.hcollections-sec{
    background-color: #fbfbfb;
    padding: 70px 0;
}
.page-template-home .hcollections-sec.defaultcollec-sec{
    background-color: transparent;
    padding-top: 0;
}
.hcollections-content .row{
    background-color: #f0f6f3;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 10px;
}
.hcollections-content .row.left{
    border-bottom-right-radius: 40px;
    border-top-right-radius: 10px;
}
.hcollections-content.mobilevs{
    display: none;
}
.hcollections-ctbox{
    padding: 40px 50px;
    height: 100%;
}
.hcollections-ctbox p strong {
    color: #5da38c;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hcollections-ctbox h1,
.hcollections-ctbox h2,
.hcollections-ctbox h3,
.hcollections-ctbox h4,
.hcollections-ctbox h5,
.hcollections-ctbox h6 {
    color: #231f20;
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.hcollections-ctbox h1 strong,
.hcollections-ctbox h2 strong,
.hcollections-ctbox h3 strong,
.hcollections-ctbox h4 strong,
.hcollections-ctbox h5 strong,
.hcollections-ctbox h6 strong{
    color: #5da38c;
    font-weight: bold;
}
.hcollections-ctbox ul{
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.hcollections-ctbox ul li {
    color: #8a8c8f;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.hcollections-ctbox ul li:last-child{
    margin-bottom: 0;
}
.hcollections-ctbox ul li::after {
    color: #5da38c;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 2px;
}
.hcollections-ctbox p {
    color: #57585a;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}
.hcollections-ctbox a.all-buttons {
    margin-top: 20px;
}
.hcollections-img img {
    width: 100%;
    height: 609px;
    object-fit: cover;
}
#blog_sec {
    padding-top: 30px;
}
.hblog-sec{
    padding: 70px 0 45px;
}
.hblog-content .row{
    justify-content: center;
}
.categories-blogs .hblog-thumb img {
    height: auto;
    margin-bottom: 20px;
}
.categories-blogs .hblog-box {
    height: auto;
    margin-bottom: 30px;
}
.hblog-content .col-sm-12{
    margin-bottom: 30px;
}
.hblog-box {
    background: #ffffff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.03);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    height: 100%;
}
.hblog-box span{
    color: #8a8c8f;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 7px;
    margin-bottom: 8px;
}
.hblog-boxinner {
    padding: 25px 25px 0;
}
.hblog-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.hblog-date {
    background-color: #5da38c;
    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: 25px;
    margin-top: -35px;
}
.hblog-date p {
    display: block;
    line-height: 3px;
}
.hblog-boxinner {
    padding-bottom: 87px;
}
.hblog-boxinner h3 {
    color: #231f20;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.hblog-box h3 a,
.hblog-box h3 a:hover{
    color: #231f20;
}
.hblog-boxinner p{
    color: #8a8c8f;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
.sblogc-content .hcollections-ctbox {
    padding: 0;
}
.sblogc-content .hcollections-ctbox p a:not(.all-buttons) {
    color: unset;
    font-size: unset;
    font-weight: unset;
    padding: unset;
    margin: unset;
    background: unset;
    display: unset;
    text-decoration: underline !important;
    text-transform: unset;
    border: unset;
    letter-spacing: unset;
    font-family: unset;
}
.sblogc-content .hcollections-ctbox p a:not(.all-buttons):hover{
    color: #5da38c;
}
.sblogc-content .hcollections-ctbox h1,
.sblogc-content .hcollections-ctbox h2,
.sblogc-content .hcollections-ctbox h3,
.sblogc-content .hcollections-ctbox h4,
.sblogc-content .hcollections-ctbox h5,
.sblogc-content .hcollections-ctbox h6{
    margin: 20px 0;
}
.readbtn {
    position: absolute;
    bottom: 35px;
    left: 25px;
}
.readbtn a.all-buttons {
    font-size: 11px;
    padding: 9px 22px;
    letter-spacing: 1px;
    font-weight: 500;
}
.readbtn a.all-buttons:hover{
    color: #ffffff;
    background-color: #5da38c;
}
.summary-sblogs.mobilevs{
    display: none;
}
.sblog-sidebarbox{
    background: #f0f6f3;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
    margin-bottom: 30px;
}
.sblog-sidebarbox.sblogside-form {
    padding-bottom: 5px;
}
.sblog-sidebarbox.sblogside-form .button p {
    margin: 0;
}
.sblog-sidebarbox ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sblog-sidebarbox ul li {
    margin-bottom: 12px;
    padding-left: 20px;
}
.sblog-sidebarbox ul li:last-child{
    margin-bottom: 0;
}
.sblog-sidebarbox ul li,
.sblog-sidebarbox ul li a{
    color: #032e42;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.4s ease;
    position: relative;
}
.sblog-sidebarbox ul li::after{
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    color: #080d41;
    font-size: 17px;
    left: 0;
    top: 0;
}
.sblog-sidebarbox ul li a:hover{
    color: #080D41;
}
.sidebarbox-form p{
    margin: 0;
}
.sidebarbox-form p span{
    display: block;
    margin-bottom: 13px;
}
.sidebarbox-form span.wpcf7-spinner{
    display: block;
    margin: 5px auto 0;
}
.sidebarbox-form p br{
    display: none;
}
.sidebarbox-form input,
.sidebarbox-form select,
.sidebarbox-form textarea,
.sidebarbox-form input::placeholder,
.sidebarbox-form select::placeholder,
.sidebarbox-form textarea::placeholder{
    color: #032e42;
    font-size: 15px;
    font-weight: 400;
}
.sidebarbox-form input,
.sidebarbox-form select,
.sidebarbox-form textarea{
    width: 100%;
    border: 1px solid #ededed;
    padding: 0 19px;
}
.sidebarbox-form input,
.sidebarbox-form select{
    height: 50px;
}
.sidebarbox-form textarea {
    height: 130px;
    padding-top: 11px;
}
.sidebarbox-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    height: 50px;
    padding: 0;
    cursor: pointer;
}
.sidebarbox-form .wpcf7 form .wpcf7-response-output {
    margin: 0 auto 10px;
    padding: 12px;
    text-align: center;
}
.sidebarbox-form .wpcf7-not-valid-tip{
    font-size: 13px;
}
.searchform {
    position: relative;
}
.searchform input {
    border-radius: 0;
    border: none;
    padding: 14px 20px;
    width: 100%;
}
.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
}
.recentpost .thumb img {
    width: 80px;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
}
/*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: #8a8c8f;
    font-size: 18px;
    
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 15px 0;
}
.faqs_list .card.active a.card-link{
  color: #5da38c;
}
.faqs_list .card a.card-link::after {
    color: #000;
    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: #5da38c;
    content: "\f106";
}

/*FAQ*/

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

/*About*/

/*Footer*/
.site-footer {
    background-image: url(images/footer-bg.webp);
    padding: 70px 0 0;
    position: relative;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover;
}
.site-footer::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.footer-content{
    position: relative;
    z-index: 1;
}
.footer-menu {
    margin-bottom: 60px;
}
.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: 2px;
    height: 2px;
    border-radius: 100%;
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 0;
}
.footer-menu ul li a{
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    transition: all 0.4s ease;
    text-transform: uppercase;
    
    letter-spacing: 2px;
}
.footer-menu ul li a:hover{
    color: #5da38c;
}
.ft-contactdt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-contactdt ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 13px;
}
.ft-contactdt ul li::after{
    color: #ffffff;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
}
.ft-contactdt ul li.phone::after{
    content: '\f095';
}
.ft-contactdt ul li.email::after{
    content: '\f0e0';
}
.ft-contactdt ul li.address::after{
    content: '\f041';
}
.ft-contactdt ul li a,
.ft-contactdt ul li span{
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.4s ease;
}
.ft-contactdt ul li a:hover{
    color: #5da38c;
}
.ft-contactdt.ftt-menuu ul li {
    padding-left: 0;
}
.ft-contactdt.ftt-menuu {
    padding-left: 40px;
}
.ft-logo {
    text-align: center;
    margin-bottom: 20px;
}
.ft-logo a.logo-text,
.ft-logo a.logo-text:hover{
    color: #ffffff;
}
.ft-logo img {
    width: 340px;
}
.ft-socialink{
    margin-top: 20px;
}
.ft-socialink ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}
.ft-socialink ul li{
    display: inline-block;
    margin-right: 8px;
}
.ft-socialink ul li:last-child{
    margin-right: 0;
}
.ft-socialink ul li a {
    color: #000000;
    font-size: 16px;
    transition: all 0.4s ease;
    background-color: #ffffff;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
	overflow: hidden;
}
.ft-socialink ul li a:hover{
    color: #ffffff;
    background-color: #5da38c;
}
.ft-socialink ul li a .fa {
    line-height: inherit;
}
.ft-desc strong,
strong.ftmain-title{
    color: #5da38c;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    display: block;
}
.ft-desc p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
}
.copyright {
    border-top: 1px solid #383838;
    margin-top: 60px;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    font-size: 15px;
}
.copyright span, 
.copyright .footer-links {
    color: #ffffff;
    font-weight: 300;
}
.copyright .footer-links {
    text-align: right;
}
.copyright .footer-links a{
    color: #fefefe;
	text-decoration: underline !important;
}
/*Footer*/


/*My account*/
nav.woocommerce-MyAccount-navigation ul{
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li{
    margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li a {
    background-color: #231f20;
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    color: #ffffff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: #5da38c;
    color: #ffffff;
}
.woocommerce table.my_account_orders .button {
    width: 100%;
    text-align: center;
    margin: 4px 0;
    transition: all 0.4s ease;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    background-color: #231f20;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: all 0.4s ease;
}
.woocommerce-account .addresses .title .edit:hover{
    background-color: #5da38c;
    color: #ffffff;
}
.woocommerce-MyAccount-content a{
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.woocommerce-MyAccount-content a:hover{
    color: #5da38c;
}

/*My account*/


.woocommerce div.product ul.yith_magnifier_gallery li a img,
.woocommerce div.product .woocommerce-product-gallery__image a img{
    padding: 10px !important;
    border: 1px solid #f3f3f3 !important;
}
.woocommerce div.product ul.yith_magnifier_gallery #slider-prev,
.woocommerce div.product ul.yith_magnifier_gallery #slider-next {
    background-color: #5da38c;
    border: none;
    width: 30px !important;
    height: 30px !important;
}
.woocommerce div.product ul.yith_magnifier_gallery #slider-prev:hover,
.woocommerce div.product ul.yith_magnifier_gallery #slider-next:hover{
	border: none;
}
/*
.hproducts-sec,
.hskincare-sec,
.hshipping-sec{
    display: none;
}
*/
.hmakehappy-sec {
    padding: 60px 0;
    position: relative;
}
.hmakehappy-sec::after {
    content: '';
    display: inline-block;
    background-image: linear-gradient(to right, #559b84, #34504c, #3d7258);
    width: 100%;
    height: 28%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hmakehappy-sec.servicepg-msec{
    padding-bottom: 0;
}
.hmakehappy-sec.servicepg-msec::after{
    display: none;
}
.hmakehappy-fcontent{
    position: relative;
    z-index: 1;
}
.hmakehappy-sec .row{
    margin-left: -11px;
    margin-right: -11px;
}
.hmakehappy-sec .col-sm-12{
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 22px;
    flex: auto;
    max-width: 33.33%;
}
.makehappy-box {
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
}
.makehappyslid-content {
    padding: 27px 29px 100px;
}
.makehappyslid-content h1,
.makehappyslid-content h2,
.makehappyslid-content h3,
.makehappyslid-content h4,
.makehappyslid-content h5,
.makehappyslid-content h6{
    color: #5da38c;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.makehappyslid-content strong {
    color: #231f20;
    font-weight: 600;
}
.makehappyslid-content p {
    color: #57585a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}
.makehappy-box a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 35px;
    left: 29px;
    margin: 0 auto;
    text-align: center;
    background-color: #231f20;
    text-transform: uppercase;
    padding: 5px 30px;
    letter-spacing: 1px;
}
.makehappy-box a:hover,
.makehappy-box a:hover::after{
    color: #ffffff;
    background-color: #5da38c;
    opacity: 1;
    transition: all 0.4s ease;
}
.makehappy-box a i{
    margin-right: 5px;
}
.makehappy-box .thumb{
    overflow: hidden;
    position: relative;
}
.hmakehappy-btns {
    text-align: center;
    margin-top: 40px;
}
/*
.makehappy-box .thumb::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(93, 163, 140, 0.3);
}
*/
.makehappy-box .thumb img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    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{
    padding: 60px 0 30px;
}
.contactpg-sec.defcontact-sec {
    padding-bottom: 60px;
}
.main-content.sm.contactpg-ct {
    width: 100%;
}
.contactpg-content .hcollections-content .row {
    padding-top: 30px;
}
.contactpg-content .col-sm-12:nth-child(2) {
    align-self: flex-end;
}
.contactpg-ctmbox {
    padding: 15px 40px 10px;
}
.contactpg-ctmbox .hcollections-ctbox {
    padding: 0;
    height: auto;
    margin: 0 0 23px 0;
}
.hcontact-form .row{
    margin-left: -7px;
    margin-right: -7px;
}
.contactpg-content .hcollections-content .hcontact-form .row{
    padding-top: 0;
}
.hcontact-form .col-3,
.hcontact-form .col-4,
.hcontact-form .col-6,
.hcontact-form .col-12{
    padding-left: 7px;
    padding-right: 7px;
    order: unset !important;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea,
.hcontact-form input::placeholder,
.hcontact-form select::placeholder,
.hcontact-form textarea::placeholder{
    color: #000000;
    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,
.hcontact-form select{
    height: 50px;
}
.hcontact-form textarea{
    height: 110px;
    padding-top: 15px;
}
.hcontact-form h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.hcontact-form span label{
    font-size: 16px;
    font-weight: 400;
}
.hcontact-form .button{
    text-align: center;
}
.hcontact-form  input.wpcf7-form-control.has-spinner.wpcf7-submit{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background-color: #231f20;
    width: 100%;
    padding: 0 40px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px;
    cursor: pointer;
}
.hcontact-form  input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color: #5da38c;
}
.hcontact-form  input.wpcf7-form-control.has-spinner.wpcf7-submit:disabled,
.hcontact-form  input.wpcf7-form-control.has-spinner.wpcf7-submit:hover:disabled {
    opacity: 0.2;
    cursor: default !important;
	background-color: #231f20;
}
.hcontact-form span.wpcf7-spinner{
    margin: 5px auto 0;
}
.hcontact-form a{
    color: #404040;
    transition: all 0.4s ease;
}
.hcontact-form a:hover{
    color: #5da38c;
}
.hcontact-form .checkboxx input[type="checkbox"] {
    width: auto !important;
    height: auto;
    margin: 0 4px 0 0;
    position: relative;
    top: 1px;
}
.hcontact-form .checkboxx .wpcf7-acceptance input[type="checkbox"] {
    top: 5px;
}
.hcontact-form .checkboxx span.wpcf7-list-item {
    margin: 0 15px 0 0;
    display: inline-block;
}
.hcontact-form .checkboxx span.wpcf7-list-item:first-child{
    margin-left: 0;
}
.hcontact-form .checkboxx .dsflex > p{
    display: flex;
    column-gap: 5px;
}
.hcontact-form .checkboxx .dsflex span{
    margin: 0;
}
.hcontact-form .checkboxx p a{
    color: #404040;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.hcontact-form .checkboxx p a:hover{
    color: #5da38c;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    text-align: center;
}
.hcontact-img {
    text-align: center;
}
.hcontact-img img {
    height: 860px;
}
.hcontact-map iframe{
    width: 100%;
    height: 420px;
}
.google-map{
    overflow: hidden;
    margin-top: 30px;
}
.google-map,
.google-map iframe{
    width: 100% !important;
    height: 500px !important;
}
/*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: 83%;
    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-primary,
.hmainct-sec {
    padding: 60px 0 25px;
}
.hmainct-primary .main-content{
    width: 100%;
    margin: 0 auto 30px;
	text-align: left;
}
.hmainct-sec .main-content{
    width: 85%;
    margin: 0 auto 30px;
}
.hcollections-content .row.right .col-6:first-child,
.hcollections-content .row.right .col-7{
    order: 2;
}
.defaultcollec-sec .row{
    margin-bottom: 60px !important;
}
.defaultcollec-sec .row:last-child{
    margin-bottom: 0 !important;
}
.hparallax.two .hslide-content {
    text-align: center;
}
.all-pages-content.sblogc-sec {
    padding: 60px 0;
}
.recentpost .d-flex {
    column-gap: 20px;
    margin-bottom: 10px;
}
.recentpost p {
    color: #8a8c8f;
    font-size: 13px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin: 0;
}
strong.sblog-maintitle {
    color: #080d41;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    display: block;
    margin-bottom: 25px;
}
strong.sblog-maintitle::after {
    content: '';
    display: block;
    background: #5da38c;
    position: absolute;
    left: -8px;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    opacity: 0.2;
}
.sblogc-thumb {
    text-align: center;
}
.sblogc-thumb img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sblogc-content {
    background-color: #f0f6f3;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 40px 40px 25px;
}
.recentpost h4 {
    color: #231f20;
    font-size: 15px;
    font-weight: 600;
}
.recentpost h4 a,
.recentpost h4 a:hover{
    color: #231f20;
}
.team-sec {
    padding: 0;
}
.aboutteam-sec{
    padding: 60px 0 55px;
}
.team-sec .container {
    max-width: 100%;
    padding: 0 100px;
}
.team-sec .row{
    margin-left: -8px;
    margin-right: -8px;
    justify-content: center;
}
.team-sec .col-sm-6{
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    flex: auto;
    max-width: 20%;
}
.main-team {
    transition: all 0.5s;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.03);
    height: 100%;
    border-radius: 10px;
}
.team-img {
    position: relative;
    overflow: hidden;
}
.team-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
    transition: all 0.5s;
}
.main-team:hover .team-img img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.team-img .team-social img {
    width: auto;
    height: auto;
}
.team-abinfo {
    text-align: center;
    position: absolute;
    bottom: -100%;
    width: 100%;
    left: 0;
    padding: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: all 0.5s;
    background-color: rgba(93, 163, 140, 0.8);
}
.team-abinfo span {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.main-team:hover .team-abinfo {
    opacity: 1;
    visibility: visible;
    height: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.team-social ul li {
    display: inline-block;
    margin: 0 2px;
}
.team-social ul li a {
    color: #5da38c;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 1px solid #5da38c;
    transition: all 0.4s ease;
}
.team-social ul li a:hover{
    color: #ffffff;
    background-color: #5da38c;
}
.team-data {
    text-align: center;
    padding: 30px 20px;
}
.team-abinfo p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.team-abinfo strong{
    font-size: 20px;
    font-weight: bold;
}
.team-data h3 {
    color: #231f20;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.team-data h3 span {
    color: #5da38c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 5px;
}
.team-data p{
    color: #57585a;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 00;
    text-transform: capitalize;
}
.team-data h4 {
    font-weight: 600;
    font-size: 19.18px;
    color: #7c7c82;
    letter-spacing: -0.02em;
    margin-bottom: 0px;
}
.team-data a {
    display: inline-block;
    font-weight: 400;
    font-size: 18.25px;
    color: #222232;
    letter-spacing: -0.02em;
}
.team-data a:hover {
    color: #5da38c;
}
.testi-sec {
    background-image: linear-gradient(to right, #559b84, #34504c, #3d7258);
    padding: 65px 0;
    position: relative;
}
.testi-sec .main-content {
    margin-bottom: 10px;
}
.inner-testi{
    position: relative;
    z-index: 1;
}
.item-slider p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
}
.item-slider p strong {
    color: #5da38c;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}
.item-slider img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}
.item-slider h3 {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    display: block;
    margin: 0 0 15px 0;
}
.item-slider img {
    margin: 30px auto 25px;
}
.item-slider {
    text-align: center;
    width: 75%;
    margin: 25px auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    padding: 40px 60px;
    height: 100%;
    border-radius: 0;
    background-color: #231f20;
}
.testi-slider .slick-prev:before{
    content: url(images/left-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 0;
}
.testi-slider .slick-next:before{
    content: url(images/right-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 0;
}
.testi-slider .slick-prev{
    width: 21px;
    height: 50px;
    left: 0;
}
.testi-slider .slick-next{
    width: 21px;
    height: 50px;
    right: 0;
}
.testi-slider ul.slick-dots {
    bottom: -30px;
}
.testi-slider .slick-dots li{
    margin: 0;
    width: auto;
    height: auto;
    padding: 0 5px;
}
.testi-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border-radius: 100%;
    opacity: 0.2;
}
.testi-slider .slick-dots li.slick-active button{
    background-color: #5da38c;
    opacity: 1;
}
.testi-slider .slick-dots li button::before{
    display: none;
}

/*  Media Query  */
@media(max-width: 1600px){
    .hslider-bg.cover {
        padding: 200px 0 170px;
    }
}
@media(max-width: 1440px){
    .nav-menu li {
        margin: 0 14px 0 0;
    }
    a.logo-text{
        font-size: 24px;
    }
}
@media(max-width: 1400px){
    .nav-menu li a{
        font-size: 14px;
    }
}
@media(max-width: 1366px){
    .hslider-bg.cover {
        padding: 160px 0 130px;
    }
    .nav-menu li {
        margin: 0 10px 0 0;
    }
    .nav-menu li.menu-item-has-children::after {
        font-size: 11px;
        right: -3px;
        top: 5px;
    }
}
@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 h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 48px;
    }
    .hslide-content strong{
        font-size: 20px;
    }
    .hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6{
        font-size: 40px;
    }
    .hcollections-sec {
        padding: 60px 0 30px;
    }
    .content-header.cover {
        padding: 160px 0 40px;
    }
    .faqlist-sec {
        padding: 50px 0;
    }
    #makehappy_slide .slick-next{
        right: 0;
    }
    #makehappy_slide .slick-prev{
        left: 0;
    }
    .makehappy-box.cover{
        margin: 0 50px;
    }
}
@media(max-width: 1280px){
    .header-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 11px;
        right: 15px;
        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: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        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;
    }
    .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: 300px;
        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;
    }
}
@media(max-width: 1112px){
    .hskincare-box.cover {
        padding: 100px 50px 70px;
    }
}
@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 h1, .hskincare-box h2, .hskincare-box h3, .hskincare-box h4, .hskincare-box h5, .hskincare-box h6{
        font-size: 40px;
    }
    .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;
    }
}
@media(max-width: 830px){
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 40px;
        margin: 0 0 20px 0;
    }
    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 h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6{
        font-size: 30px;
    }
    .hcollections-ctbox strong{
        font-size: 14px;
    }
    .hblog-box {
        min-height: 600px;
    }
    .hblog-sec {
        padding: 50px 0 45px;
    }
    .main-content p {
        font-size: 16px;
        line-height: 27px;
    }
    .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;
	}
}
@media(max-width: 767px){
    .hslide-content p{
        width: 100%;
    }
    .hslider-bg.cover {
        padding: 120px 0 100px;
    }
    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: 40px 0 30px;
    }
	.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;
	}
}
@media(max-width: 667px){
    .hshipping-ct .col-4{
        flex: auto;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .hcollections-content .col-6{
        flex: auto;
        max-width: 100%;
    }
    .hcollections-content.mobilevs{
        display: block;
    }
    .hcollections-content.desktopvs{
        display: none;
    }
    .hcollections-img img{
        height: auto;
    }
    .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;
	}
}
@media(max-width: 570px){
    .hslide-content strong {
        font-size: 15px;
    }
    .hskincare-sec .col-6{
        flex: auto;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .content-header.cover {
        padding: 130px 0 30px;
    }
    .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;
	}
}
@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%;
    }
}
@media(max-width: 360px){
    a.logo-text {
        font-size: 19px;
    }
    #menuToggle{
        top: 7px;
    }
    .hcontact-map iframe {
        height: 270px;
    }
}

/* Paginierung Styling */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    color: #333;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
    background-color: #5da38b;
    color: #fff;
}

.pagination .current {
    font-weight: bold;
    background-color: #5da38b;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
}

.pagination .prev i,
.pagination .next i {
    margin-right: 5px;
}
