/**
*	Theme Name: Theme Name
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/

/*
font-family: 'Merienda One', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body{
    font-family: 'Montserrat', 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;
}
.tax-product_cat .instock .add_to_cart_button {
    display: none !important;
}
/* 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;
}
.vs_orders th,.vs_orders td {
    font-size: 14px;
}
.vs_orders th{
	max-width:200px;
}
.nav-menu li {
	display: inline-block;
    margin: 0 25px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
	color: #1e1d1d;
	display: inline-block;
	font-size: 15px;
    font-weight: bold;
	line-height: 1;
	text-decoration: none;
    transition: all 0.4s ease;
}
.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: #1e1d1d;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -11px;
    top: 1px;
}
.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;
}
.related.products .product_type_simple {
    display: none !important;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #1e1d1d;
	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: 14px;
}
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 {
	background-color: #FBA053;
}
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: #FBA053;
}
.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;
}

/* 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: #FBA053;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 48px;
    border: none;
    background-color: #212529;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
    width: 45px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: unset;
    overflow: hidden;
    background-size: 19px;
    text-indent: 999px;
}
.ui-datepicker-prev {
	float: left;
    background-image: url('images/calander-left-arrow.png');
    background-position: 10px 14px !important;
}
.ui-datepicker-next {
	float: right;
    background-image: url('images/calander-right-arrow.png');
	background-position: 10px 14px !important;
}
.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 #e7e7e7;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px 0;
	color: #ffffff;
	text-align: center;
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #e7e7e7;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #e7e7e7;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
    font-size: 15px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
    transition: all 0.4s ease;
}
.ui-datepicker-calendar .ui-state-default {
	background: #212529;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #212529;
}
.ui-datepicker-calendar .ui-state-active {
	background: #fba053;
	color: #ffffff;
	text-shadow: none;
}
.select_book_time span.btn.btn-success {
    background: #fba053;
    border-color: #fba053;
    margin-right: 10px;
    margin-bottom: 10px;
}
option[disabled] {
    color: #d7d7d7;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #ffffff;
    color: #212529;
}
/*
.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;
}
*/
table.ui-datepicker-calendar thead tr {
    background-color: #fba053;
}
div#example-popover-2-content {
    margin-top: 20px;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border: 1px solid #e7e7e7;
    border-top: none;
}
.select_book_time {
    margin-top: 16px;
}
.select_book_time .btn-success:not(:disabled):not(.disabled).active,
.select_book_time .btn-success:not(:disabled):not(.disabled):active,
.select_book_time .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
select.form-control:not([size]):not([multiple]) {
    height: 45px !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fba053 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(251 160 83 / 50%) !important;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}



/*Woo*/
body.woocommerce-page .site-header{
    margin-bottom: 30px;
}
body.woocommerce-page .site-footer{
    margin-top: 30px;
}
nav.woocommerce-breadcrumb{
    display: none;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
    width: 33.33%;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 30px -9px 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.mark, mark{
    background-color: transparent !important;
}
.woocommerce ul.products li.product::after,
.woocommerce-page ul.products li.product::after{
    display: none;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 33%;
}
.woocommerce-page.post-type-archive ul.products.columns-3 li:nth-last-child(2){
	display:none!important
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 25%;
    margin: 0 0 20px 0;
    padding: 0 9px;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img{
    background-color: #f9f9f9;
    padding: 30px;
}
.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: #212529;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 10px 20px;
}
.post-type-archive-product ul.products li.product h2.woocommerce-loop-category__title {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 76px;
}
.woocommerce ul.products li.product a{
    border: 1px solid #efefef;
    display: inline-block;
}
.wc-bookings-booking-form .form-field input[type=number] {
    padding: 7px 25px;
    text-align: center;
}
legend{
    font-size: 16px;
}
.woocommerce ul.products li.product .button{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background-color: #FBA053;
    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: #1e1d1d;
    color: #ffffff;
}
.woocommerce ul.products li.product .price{
    color: #FBA053;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce ul.products li.product a.added_to_cart{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: #1e1d1d;
    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: #FBA053;
    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: #1e1d1d;
    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: #FBA053;
    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: #1e1d1d;
    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: 17px;
}
.product_meta span.posted_in a{
    color: #212529;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.product_meta span.posted_in a:hover{
    color: #FBA053;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #FBA053;
    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: #FBA053;
    color: #ffffff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #1e1d1d;
    color: #ffffff;
}
.woocommerce table.shop_table tr td a{
    color: #1e1d1d;
}
.woocommerce table.shop_table tr td a:hover{
    color: #FBA053;
}
.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;
}
#customer_login .u-column1.col-1,
#customer_login .u-column2.col-2{
	float: left;
	width: 50%;
	max-width: 50%;
	padding: 0 10px;
}
.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: #FBA053;
}
.woocommerce-info {
    border-top-color: #FBA053;
}
.woocommerce-info a{
    color: #1e1d1d;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.woocommerce-info a:hover{
    color: #FBA053;
}
.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: #1e1d1d;
    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;
}
td.product-quantity input.qty{
	height: 40px;
    text-align: center;
    width: 125px
}
.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: #1e1d1d;
    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 div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: normal;
    vertical-align: top;
    display: block;
    width: 100%;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%;
    display: block;
    margin-right: 0;
    width: 100%;
    background-color: #f7f7f7;
    height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 3px;
}
.woocommerce div.product form.cart .variations label{
    margin: 7px 0;
}
a.reset_variations {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline !important;
    transition: all 0.4s ease;
    margin-top: 10px;
    display: inline-block;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #FBA053;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: 1px solid #fca054;
    background-color: #fca054;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    color: #ffffff;
    transition: all 0.4s ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover{
    color: #fca054;
}
.woocommerce-message {
    border-top-color: #fba053;
}
.woocommerce-message::before{
    color: #fba053;
}
/*Woo*/


/*Site Header*/
.topbar{
    background-color: #FBA053;
    padding: 12px 0;
}
.topbar-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.topbar-content ul li{
    display: inline-block;
    margin-right: 30px;
}
.topbar-content ul li:last-child{
    margin-right: 0;
}
.topbar-content ul li i{
    margin-right: 6px;
}
.topbar-content ul li a,
.topbar-content ul li span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.4s ease;
}
.topbar-content ul li a:hover{
    color: #1e1d1d;
}
.header-content{
    padding: 15px 0;
}
.content-header.cover {
    padding: 170px 0 80px;
    position: relative;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.contenthd-content{
    position: relative;
    z-index: 1;
}
.contenthd-content h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
/*Preise = .page-id-2061*/
/*Über Uns = .page-id-31*/
/*Betriebliche Gesundheitsförderung = .page-id-7992*/
/*Betriebliche Gesundheitsförderung = .page-id-8240*/
.page-id-2061 .all-pages-content,
.page-id-31 .all-pages-content{
    padding: 0;
}
.page-id-7992 .all-pages-content{
    padding: 20px 0;
}
.page-id-8240 .all-pages-content {
    padding: 20px 0 45px;
}
.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: #1e1d1d;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content h1 a,
.all-pages-content h2 a,
.all-pages-content h3 a,
.all-pages-content h4 a,
.all-pages-content h5 a,
.all-pages-content h6 a{
    color: #1e1d1d;
    text-decoration: underline !important;
}
.all-pages-content h1 a:hover,
.all-pages-content h2 a:hover,
.all-pages-content h3 a:hover,
.all-pages-content h4 a:hover,
.all-pages-content h5 a:hover,
.all-pages-content h6 a:hover{
    color: #1e1d1d;
}
.all-pages-content p,
.term-description p{
    color: #1e1d1d;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.all-pages-content p a{
    color: #1e1d1d;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: #FBA053;
}
.all-pages-content p strong{
    color: #6c5c5c;
    font-weight: 600;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #1e1d1d;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
/*
    position: relative;
    padding-left: 25px;
*/
}
/*
.all-pages-content ul li::after {
    color: #FBA053;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 3px;
}
*/
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}
.term-description {
    padding-bottom: 40px;
    text-align: center;
}
.term-description p{
    font-size: 20px;
}
.blogpg-box {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fba053;
}
.blogpg-box span{
    color: #1e1d1d;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}
.blogpg-box .maintitle h3{
    color: #FBA053;
}
.blogpg-box h3{
    
}
/* home slider */
.home-hero{
    margin: 60px 0
}
.hslide{
    padding: 40px;
    position: relative;
    height: 500px;
}
.hslide div.figcaption{
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    margin: auto;
    left:0;
    justify-content: center;
    width: 100%;
}
.hslide img{
    display: none
}
.hslide div.figcaption div{
    background-color:rgba(0,0,0,0.5);
    color:#ffffff;
    padding: 25px;
    max-width: 740px;
    width: 100%
    
}
/*Site Header*/

/*Home*/
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Merienda One', cursive !important;
}
.home-banner.cover {
    padding: 100px 0 85px;
    position: relative;
}
.home-banner.cover::after {
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hbanner-content {
    position: relative;
    z-index: 1;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.hbanner-content h1,
.hbanner-content h2,
.hbanner-content h3,
.hbanner-content h4,
.hbanner-content h5,
.hbanner-content h6{
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.hbanner-content h1 strong,
.hbanner-content h2 strong,
.hbanner-content h3 strong,
.hbanner-content h4 strong,
.hbanner-content h5 strong,
.hbanner-content h6 strong{
    color: #FBA053;
}
.hbanner-content p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.hbanner-content a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    background-color: #FBA053;
    padding: 15px 40px;
    transition: all 0.4s ease;
    font-family: 'Merienda One', cursive;
    border-radius: 4px;
    margin-top: 30px;
}
.hbanner-content a:hover{
    color: #FBA053;
    background-color: #ffffff;
}
.hacalander-sec{
padding: 30px 20px;
}
.habout-sec{
    padding: 0px 30px 70px;
}
.habout-img img {
    width: 100%;
    height: 830px;
    object-fit: cover;
    border-radius: 6px;
}
.habout-ct{
    padding-left: 15px;
}
.habout-ct h1,
.habout-ct h2,
.habout-ct h3,
.habout-ct h4,
.habout-ct h5,
.habout-ct h6,
.hacalander-titles{
    color: #1e1d1d;
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.habout-ct h1 strong,
.habout-ct h2 strong,
.habout-ct h3 strong,
.habout-ct h4 strong,
.habout-ct h5 strong,
.habout-ct h6 strong,
.hacalander-titles strong{
    color: #FBA053;
}
.hacalander-sec .wdp-calendar-container {
    margin: 40px 0 80px;
}
.hacalander-titles{
    text-align: center;
}
.habout-ct p{
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.hourmassage-sec{
    background-color: #FBA053;
    padding: 70px 0;
}
.hourmassage-titles{
    text-align: center;
    margin-bottom: 40px;
}
.hourmassage-titles h1,
.hourmassage-titles h2,
.hourmassage-titles h3,
.hourmassage-titles h4,
.hourmassage-titles h5,
.hourmassage-titles h6{
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.hourmassage-titles h1 strong,
.hourmassage-titles h2 strong,
.hourmassage-titles h3 strong,
.hourmassage-titles h4 strong,
.hourmassage-titles h5 strong,
.hourmassage-titles h6 strong{
    color: #1e1d1d;
}
.hourmassage-titles p{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.hourmassage-content.mobilevs{
    display: none;
}
.hourmassage-content {
    background-color: #1e1d1d;
}
.hourmassage-box{
    padding: 0 40px;
}
.hourmassage-box h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.hourmassage-box p {
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    opacity: 0.8;
}
.hourmassage-thumb img{
    width: 100%;
}
.ourmassage-btn{
    text-align: center;
    margin-top: 40px;
}
.ourmassage-btn a {
    color: #ffffff;
    font-size: 19px;
    background-color: #1e1d1d;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: 'Merienda One', cursive;
    padding: 0 65px;
    border-radius: 3px;
    transition: all 0.4s ease;
}
.ourmassage-btn a:hover{
    color: #1e1d1d;
    background-color: #ffffff;
}
.hbook-massagesec{
    padding: 50px 0 70px;
}
.habout-ct.hbookmessg-ct {
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
}
.hbookmassage-lct {
    padding: 0 40px;
}
.hbookmassage-lct h1,
.hbookmassage-lct h2,
.hbookmassage-lct h3,
.hbookmassage-lct h4,
.hbookmassage-lct h5,
.hbookmassage-lct h6{
    color: #1e1d1d;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.hbookmassage-lct p{
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.hbookmassage-lct ul {
    list-style: none;
    padding: 0;
    margin: 15px -5px 0;
    display: inline-block;
    width: 100%;
}
.hbookmassage-lct ul li{
    width: 50%;
    padding: 0 5px;
    float: left;
}
.hbookmassage-lct ul li a,
a#massageBuchButton{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background-color: #FBA053;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.4s ease;
    border-radius: 3px;
}
.hbookmassage-lct ul li a:hover,
a#massageBuchButton:hover{
    background-color: #1e1d1d;
    color: #ffffff;
}
a#massageBuchButton i{
    margin-right: 8px;
}
.hbookmassage-content {
    box-shadow: 0 0 18px #0000000f;
}
.hbookmassage-img img {
    height: 395px;
    width: 100%;
    object-fit: cover;
}
.google-map{
    overflow: hidden;
}
.google-map,
.google-map iframe{
    width: 100%;
    height: 400px;
}
/*Home*/

/*Other*/
#pgc-985-0-0, #pgc-985-0-1, #pgc-985-1-0, #pgc-985-1-1, #pgc-985-2-0, #pgc-985-2-1, #pgc-985-3-0, #pgc-985-3-1, #pgc-985-4-0, #pgc-985-4-1, #pgc-985-5-0, #pgc-985-5-1{
    align-self: center;
}
div#pgc-w5b9b8b4e1d17f-0-1,
div#pgc-w5b9b895396e1d-0-0,
div#pgc-w5b9b895396ef0-0-1,
div#pgc-w5b9b895396fc0-0-0{
    align-self: center;
}
.contact-formmstyle .row{
    margin-left: -8px;
    margin-right: -8px;
}
.contact-formmstyle .col-3,
.contact-formmstyle .col-4,
.contact-formmstyle .col-6,
.contact-formmstyle .col-8,
.contact-formmstyle .col-12{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.contact-formmstyle .button{
    margin-bottom: 0;
}
.contact-formmstyle input,
.contact-formmstyle select,
.contact-formmstyle textarea,
.contact-formmstyle input::placeholder,
.contact-formmstyle select::placeholder,
.contact-formmstyle textarea::placeholder{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.contact-formmstyle input,
.contact-formmstyle select,
.contact-formmstyle textarea{
    width: 100%;
    padding: 0 20px;
    border: 1px solid #e7e7e7;
    background-color: #fbfbfb;
    border-radius: 5px;
}
.contact-formmstyle input,
.contact-formmstyle select{
    height: 55px;
}
.contact-formmstyle textarea{
    height: 120px;
    padding-top: 20px;
}
.contact-formmstyle input.wpcf7-form-control.has-spinner.wpcf7-submit{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background-color: #FBA053;
    width: 100%;
    height: 55px;
    text-align: center;
    transition: all 0.4s ease;
    border-radius: 3px;
    padding: 0;
    border: none;
    cursor: pointer;
}
.contact-formmstyle input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color: #1e1d1d;
    color: #ffffff;
}
.contact-formmstyle .wpcf7-spinner{
    margin: 5px auto 0
}
.wpcf7-not-valid-tip{
    font-size: 14px;
}
.contactleft-box a{
    color: #1e1d1d;
    transition: all 0.4s ease;
}
.contactleft-box a:hover{
    color: #FBA053;
}
.contactleft-box a i,
.contactleft-box p i{
    margin-right: 8px;
}
/*Other*/

/*Calander*/
.wc-bookings-date-picker .ui-datepicker-header{
    border: none;
}
.wc-bookings-date-picker .ui-datepicker-header{
    background: none;
    background-color: #FBA053;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev{
    background: #1e1d1d !important;
    height: 100%;
    top: 0;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next{
    right: 0;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev{
    left: 0;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-title{
    text-shadow: none;
}
.ui-datepicker th{
    font-size: 14px;
}
.wc-bookings-date-picker .ui-datepicker td .ui-state-default{
    display: inline-table;
    width: 100%;
    text-shadow: none;
}
.woocommerce div.product form.cart table td{
    text-align: center;
}
.wc-bookings-date-picker .ui-datepicker td.bookable a{
    background: none;
    background-color: #1e1d1d !important;
    border-color: transparent;
    text-shadow: none;
}
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
    background-color: #fba053!important;
    color: #fff !important;
    text-shadow: none;
}
.wc-bookings-date-picker .ui-datepicker td.partial_booked a{
    background-color: #1e1d1d !important;
}
.wc-bookings-date-picker .ui-datepicker td.partial_booked a:before{
    border-top: 2.5em solid #fa9f53;
    font-size: 10px;
}
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default::before {
    border-top: 2.5em solid #000;
    opacity: 1;
}
.wc-bookings-booking-form .block-picker li:nth-child(odd) a {
    color: #1e1d1d;
}
.wc-bookings-booking-form .block-picker li:nth-child(even) a {
    background: #1e1d1d;
    color: #fff;
}
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus, .wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover,
.wc-bookings-booking-form .block-picker li:nth-child(even) a:focus, .wc-bookings-booking-form .block-picker li:nth-child(even) a:hover{
    background: #f89e52;
    color: #fff;
    transition: all 0.4s ease;
}
.wc-bookings-booking-form .block-picker li a.selected{
    background: #f89e52 !important;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    opacity: 1;
}
div#wc-bookings-booking-form p.form-field.form-field-wide.wc_bookings_field_duration {
    display: none;
}
/*Calander*/

/*Footer*/
.site-footer {
    padding: 60px 0 0;
    border-top: 1px solid #efefef;
}
.footer-logo,
.ftsocial-icon{
    text-align: center;
}
strong.ftmain-title {
    color: #FBA053;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-menu ul,
.ftsocial-icon ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li{
    margin-bottom: 12px;
}
.footer-menu ul li:last-child{
    margin-bottom: 0;
}
.footer-menu ul li a,
.footer-menu ul li span{
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.footer-menu ul li a:hover{
    color: #FBA053;
}
.footer-menu ul li i{
    margin-right: 10px;
    margin-top: 4px;
}
.ftcontact-info ul li{
    display: flex;
    margin-bottom: 17px;
}
.ftsocial-icon{
    margin-top: 25px;
}
.ftsocial-icon ul li{
    display: inline-block;
    margin-right: 2px;
}
.ftsocial-icon ul li:last-child{
    margin-right: 0;
}
.ftsocial-icon ul li a {
    color: #ffffff;
    font-size: 16px;
    background-color: #4d4d4d;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    transition: all 0.4s ease;
    border-radius: 100px;
}
.ftsocial-icon ul li a:hover{
    background-color: #FBA053;
    color: #ffffff;
}
.copyright {
    background-color: #4d4d4d;
    padding: 17px 0;
    margin-top: 50px;
}
.copyright span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
}
/*Footer*/

div#ueber-mainbnrimg div#panel-31-0-0-0 {
    text-align: center;
}


/*My account*/
nav.woocommerce-MyAccount-navigation ul{
    margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li{
    margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li a {
    background-color: #000;
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    color: #ffffff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: #FBA053;
    color: #ffffff;
}
/*
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: #e93232;
}
*/
.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: #000;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: all 0.4s ease;
}
.woocommerce-account .addresses .title .edit:hover{
    background-color: #FBA053;
    color: #ffffff;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale{
	display: none;
}
.product.type-product .summary.entry-summary .quantity{
    margin: 0 0 20px 0 !important;
    display: block !important;
    float: none !important;
}
.product.type-product .summary.entry-summary .quantity input{
	width: 100%;
}
.product.type-product form.cart .button{
	width: 100%;
}
/*My account*/

/*06-November-2022*/
.page-template-massage-orders-php div#ui-datepicker-div {
    width: 270px;
}
.vs_orders_preview .modal-body {
    padding: 20px 20px 35px;
}
.vs_orders_preview .form-group select {
    height: 40px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-success {
    color: #fff;
    background-color: #FBA053 !important;
    border-color: #FBA053 !important;
	transition: all 0.4s ease;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle, .btn-success:hover{
    color: #fff;
    background-color: #1e1d1d !important;
    border-color: #1e1d1d !important;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(251 160 83 / 48%) !important;
}
.vs_orders {
  margin: 40px 0;
}
#vs_orders_length select {
	height: 40px;
	padding-left: 15px;
	border: 1px solid #ccc;
}
#vs_orders_filter input {
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 15px;
}
#vs_orders_length,
#vs_orders_filter {
  margin-bottom: 20px;
}
table.dataTable tbody th, table.dataTable tbody td {
	padding: 15px 12px!important;
}
section.vs_orders .dataTables_wrapper .dataTables_paginate a.paginate_button {
	background-color: #fca054 !important;
	border: 0px !important;
	color: #ffffff !important;
}
section.vs_orders .dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
section.vs_orders .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
	background-color: #000000 !important;
}
.table a{
	color: #212529;
	transition: all 0.4s ease;
}
/*06-November-2022*/

/*  Media Query  */
@media(max-width: 1170px){
    body .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6, .hacalander-titles{
        font-size: 27px;
    }
    .hourmassage-titles h1, .hourmassage-titles h2, .hourmassage-titles h3, .hourmassage-titles h4, .hourmassage-titles h5, .hourmassage-titles h6{
        font-size: 30px;
    }
    .hourmassage-box h3,
    .hbookmassage-lct h1, .hbookmassage-lct h2, .hbookmassage-lct h3, .hbookmassage-lct h4, .hbookmassage-lct h5, .hbookmassage-lct h6{
        font-size: 24px;
    }
}
@media(max-width: 1112px){
    .nav-menu li {
        margin: 0 15px 0 0;
    }
    .nav-menu li a{
        font-size: 14px;
    }
    .hbanner-content{
        width: 100%;
    }
    .hbanner-content p {
        margin: 0 auto 15px;
        width: 60%;
    }
    .hourmassage-box p{
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    .topbar-content ul li a, .topbar-content ul li span{
        font-size: 14px;
    }
    .habout-sec {
        padding: 40px 0;
    }
    .habout-content .col-sm-12{
        flex: auto;
        max-width: 100%;
        text-align: center;
    }
    .habout-ct {
        padding-left: 0;
        margin-top: 40px;
    }
    .habout-img img {
        width: 50%;
        height: auto;
    }
    .hourmassage-content.mobilevs{
        display: block;
    }
    .hourmassage-content.desktopvs{
        display: none;
    }
    .home-banner.cover {
        padding: 70px 0 65px;
    }
    .hourmassage-sec {
        padding: 50px 0 60px;
    }
    .habout-ct.hbookmessg-ct{
        margin-top: 0;
    }
    strong.ftmain-title{
        font-size: 15px;
    }
    .hourmassage-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .hourmassage-box {
        padding: 40px;
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 0 0 10px 0;
        float: none;
    }
    .woocommerce .quantity .qty{
        width: 100%;
    }
    .woocommerce div.product form.cart .button {
        float: none;
        text-align: center;
        width: 100%;
    }
    h1.product_title.entry-title {
        font-size: 28px;
    }
    .content-header.cover {
        padding: 70px 0;
    }
    .contenthd-content h1{
        font-size: 35px;
    }
    ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong{
        font-size: 14px;
    }
}
@media(max-width: 992px){
	body.body_fixed {
    overflow: hidden;
	}
    .header-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6{
        font-size: 40px;
    }
    .hbanner-content p{
        width: 80%;
    }
    .site-footer {
        padding: 40px 0 0;
    }
    .footer-content .col-3{
        flex: auto;
        max-width: 33.33%;
    }
    .footer-content .col-3:first-child{
        flex: auto;
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .copyright {
        padding: 15px 0;
        margin-top: 40px;
    }
    .copyright span{
        font-size: 15px;
    }
    .hbookmassage-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .hbookmassage-content .col-sm-12:first-child{
        order: 2;
    }
    .hbookmassage-content .col-sm-12:nth-child(2){
        order: 1;
    }
    .hbookmassage-lct {
        padding: 40px;
    }
    .hbookmassage-img img{
        height: auto;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
        font-size: 14px;
    }
    .all-pages-content h1, .all-pages-content h2, .all-pages-content h3, .all-pages-content h4, .all-pages-content h5, .all-pages-content h6{
        font-size: 25px;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 68px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open{
        position: fixed;
        top: 25px;
        right: 15px;
    }
    #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: #000000;
        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: block !important;
		overflow:unset;
		transform:translatex(0);
    }
    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: none;
        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 !Important;
        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: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 100%;
        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: 830px){
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 50%;
    }
    .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
        clear: none;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width: 33.33%;
    }
    section.related.products ul.products{
        margin: 30px 0 0;
    }
}
@media(max-width: 767px){
    .topbar{
        display: none;
    }
    .hourmassage-titles p{
        font-size: 16px;
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 35px;
        text-align: center;
        margin-bottom: 30px;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
    .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%;
        padding-left: 0;
        float: none;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        margin: 0 0 15px !important;
    }
    .all-pages-content {
        padding: 40px 0 35px;
    }
    #customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media(max-width: 667px){
    body .container {
        padding: 0 20px;
    }
    .footer-content .col-3{
        max-width: 100%;
        margin-bottom: 30px !important;
        text-align: center;
    }
    .copyright{
        margin-top: 0;
    }
    .ftcontact-info ul li{
        display: block;
    }
    strong.ftmain-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hbook-massagesec {
        padding: 40px 0 50px;
    }
    .hourmassage-box {
        padding: 30px;
    }
    .habout-img img{
        width: 60%;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .woocommerce ul.products li.product a{
        display: block;
    }
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        float: none;
        text-align: center;
        margin-bottom: 20px !important;
    }
    p.woocommerce-result-count{
        font-size: 17px;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none;
        text-align: center;
        margin: 0 !important;
    }
    .woocommerce .products ul, .woocommerce ul.products{
        margin: 30px 0 0;
    }
    .post-type-archive-product ul.products li.product h2.woocommerce-loop-category__title {
        overflow: unset;
        white-space: unset;
        display: inline-block;
        -webkit-line-clamp: unset;
        text-overflow: unset;
        -webkit-box-orient: unset;
        height: auto;
    }
}
@media(max-width: 570px){
    .site-logo img {
        height: 105px;
    }
    #menuToggle{
        top: 48px;
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6{
        font-size: 30px;
        margin: 0 0 15px 0;
    }
    .hbanner-content p{
        width: 100%;
    }
    .home-banner.cover {
        padding: 50px 0 40px;
    }
    .hbanner-content a {
        font-size: 16px;
        padding: 12px 35px;
        margin-top: 25px;
    }
    .habout-img img{
        width: 80%;
    }
    .habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6, .hacalander-titles{
        font-size: 21px;
    }
    .hourmassage-sec {
        padding: 40px 0 50px;
    }
    .hourmassage-box h3, .hbookmassage-lct h1, .hbookmassage-lct h2, .hbookmassage-lct h3, .hbookmassage-lct h4, .hbookmassage-lct h5, .hbookmassage-lct h6 {
        font-size: 20px;
        line-height: normal;
        margin: 0 0 15px 0;
    }
    .hourmassage-titles h1, .hourmassage-titles h2, .hourmassage-titles h3, .hourmassage-titles h4, .hourmassage-titles h5, .hourmassage-titles h6 {
        font-size: 25px;
    }
    .hbookmassage-lct {
        padding: 30px;
    }
    .google-map, .google-map iframe {
        height: 270px;
    }
    .ourmassage-btn a{
        font-size: 16px;
    }
    .hacalander-sec .wdp-calendar-container {
        margin: 40px 0;
    }
}
@media(max-width: 480px){
	.tax-product_cat .instock  .add_to_cart_button{
		display:none !important;
	}
    .hourmassage-box h3, .hbookmassage-lct h1, .hbookmassage-lct h2, .hbookmassage-lct h3, .hbookmassage-lct h4, .hbookmassage-lct h5, .hbookmassage-lct h6{
        font-size: 17px;
    }
    .hbanner-content p{
        font-size: 15px;
    }
    .hourmassage-titles p {
        font-size: 15px;
    }
    .footer-menu ul li {
        margin-bottom: 8px;
    }
    .footer-menu ul li a, .footer-menu ul li span{
        font-size: 15px;
    }
    .hbookmassage-lct ul li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        padding: 0;
    }
    .hbookmassage-lct {
        padding: 30px 20px 25px;
    }
    .woocommerce .products ul, .woocommerce ul.products{
        margin: 30px 0 0;
    }
    .woocommerce ul.products li.product a{
        display: block;
    }
    .woocommerce .woocommerce-ordering select{
        width: 100%;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 0 20px 0;
        padding: 0;
    }
    h1.product_title.entry-title,
    .related.products h2{
        font-size: 20px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price{
        font-size: 18px;
    }
    .all-pages-content h1, .all-pages-content h2, .all-pages-content h3, .all-pages-content h4, .all-pages-content h5, .all-pages-content h6{
        font-size: 20px;
    }
    body.woocommerce-page .site-footer {
        margin-top: 0;
    }
    .contact-formmstyle .col-3,
    .contact-formmstyle .col-4,
    .contact-formmstyle .col-6,
    .contact-formmstyle .col-8{
        flex: auto;
        max-width: 100%;
    }
}

@media(max-width: 414px){
    body .container {
        padding: 0 15px;
    }
    .habout-img img {
        width: 100%;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
        padding: 0;
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6{
        font-size: 25px;
    }
    .habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6, .hacalander-titles{
        font-size: 18px;
    }
    .hourmassage-box {
        padding: 30px 20px;
    }
    .hourmassage-titles h1, .hourmassage-titles h2, .hourmassage-titles h3, .hourmassage-titles h4, .hourmassage-titles h5, .hourmassage-titles h6 {
        font-size: 20px;
    }
    .habout-ct p{
        font-size: 15px;
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 25px;
        margin-bottom: 15px;
    }
}