/*
Theme Name: Medipedi
Theme URI: #
Author: #
Author URI: #
Description: This is an unique theme.
Version: 1.0.0
Text Domain: medipedi
Tags: custom-logo, custom-menu, featured-images, translation-ready
*/
@font-face {
    font-family: 'CalibreWebLight';
    src: url('assets/fonts/CalibreWebLight.eot');
    src: url('assets/fonts/CalibreWebLight.eot') format('embedded-opentype'),
         url('assets/fonts/CalibreWebLight.woff2') format('woff2'),
         url('assets/fonts/CalibreWebLight.woff') format('woff'),
         url('assets/fonts/CalibreWebLight.ttf') format('truetype'),
         url('assets/fonts/CalibreWebLight.svg#CalibreWebLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CalibreWebMedium';
    src: url('assets/fonts/CalibreWebMedium.eot');
    src: url('assets/fonts/CalibreWebMedium.eot') format('embedded-opentype'),
         url('assets/fonts/CalibreWebMedium.woff2') format('woff2'),
         url('assets/fonts/CalibreWebMedium.woff') format('woff'),
         url('assets/fonts/CalibreWebMedium.ttf') format('truetype'),
         url('assets/fonts/CalibreWebMedium.svg#CalibreWebMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
    margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline;
}
body {
	background:#fff;
	color:#000;
	font-size:22px;
	line-height: normal;
	padding:0;
	margin:0;	
	font-family: 'CalibreWebLight';
	font-weight: 300;
}
ul,ol { list-style:none; }
img,fieldset { border:none; }
a {text-decoration:none;}
a:hover { text-decoration:none; }
.skip { position:absolute; left:-9999px; }
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary { display: block; }
figure { margin:0; padding:0; }
.clearfix {
	clear: both;
	height:0;
	width:100%;
	overflow:hidden;
}
embed, iframe, object, video { max-width: 100%; }
/* input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; } */
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; }
.submit-btn input[type='submit'],
.master-slider a,
a {
	-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -ms-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out;
}
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

/*----------------------*/
/*     Page structure   */
/*----------------------*/
.wrapper { overflow:hidden; }
.container {
	max-width: 100%;
	padding: 0 15px;
}
.center-content {
	max-width: 1180px;
	margin: 0 auto;
}
/*----------------------*/
/*  header              */
/*----------------------*/
.header-container { 
	background: #fff; 
	padding: 0;
}
.header-area {
	padding: 0 40px 0 50px;
}
.logo {
	width: 270px;
	float: left;
	margin-top: 24px;
}
.logo img {
	max-width: 100%;
	height: auto;
	display: block;
}
.logo img.dk-logo { display: block; }
.logo img.mb-logo { display: none; }
.header-right {
	float: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-menu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-menu ul li {
	color: #111;
	font-size: 24px;
	position: relative;
}
.main-menu ul li a { 
	color: #111; 
	display: block;
	padding: 40px 15px;
	position: relative;
}
.main-menu ul li a:after {
	content: " ";
    position: absolute;
    right: 0; left: 0; bottom: -16px;
    margin: 0 auto;
    z-index: 501;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #111;
	visibility:hidden;
	opacity:0;
}
.main-menu ul li.menu-item-has-children a {
	position: relative;
}
.book-now-area {
	width: 325px;
	margin: 31px 0 0 124px;
}
.book-now-btn {
	background: #111;
	color: #fff;
	font-size: 24px;
	padding: 0 23px 0 29px;	
	margin-left: 11px;
	display: inline-block;
	height: 47px;
	line-height: 45px;
}

.vhr-btn {
	padding: 0 33px;
}
.main-menu ul li:hover > a,
.main-menu ul li a:hover { 
	background: #111;
	color: #fff; 
}
.main-menu ul li.menu-item-has-children:hover > a:after,
.main-menu ul li.menu-item-has-children a:hover:after {
	visibility: visible;
	opacity: 1;
}
.book-now-btn:hover {
	background: #959595;
	color: #fff;
}
.main-menu ul ul {
	background:#fff;
	width:246px;
	position:absolute;
	left:0px;
	top:100%;
	visibility:hidden;
	opacity:0;
	padding:21px 0 16px 0;
	z-index:500;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:  all .3s ease-in-out;
	-o-transition:  all .3s ease-in-out;
	transition:  all .3s ease-in-out;
}
.main-menu ul li ul li {
	width: 100%;
	font-size:22px;	
	cursor:default;
	display: block;
	margin: 0;
	padding: 0 0 7px 0;
}
/*.main-menu ul li ul li:first-child */
.main-menu ul li ul li:hover > a,
.main-menu ul li ul li a:hover,
.main-menu ul li ul li.current-menu-item > a { 
	background: #fff;
	color: #8e8a8a; 
}
.main-menu ul ul li a {
	display:block; 
	color:#333;
	height: inherit; 
	line-height: inherit;
	padding:3px 10px 3px 28px;
	text-transform:none; 
}
.main-menu ul ul li:hover > a:after,
.main-menu ul ul li a:hover:after,
.main-menu ul ul li a:after,
.main-menu ul ul li a:before { display: none; }
.main-menu ul ul ul {
	left:100%;
	top:0;
	padding-top: 0;
}
.main-menu ul ul ul:before { display: none; }
.main-menu li:hover > ul {
	visibility:visible;
	opacity:1;
}

.slicknav_menu { display:none; }
#menu-holder {
	position:relative;
	margin:0 -15px;
}

.header-container.smaller {
	width: 100%;
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 10000;
	-webkit-box-shadow: 0px 4px 3px -4px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 3px -4px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 3px -4px rgba(0,0,0,0.35);
}
.body_header .wrapper {
	margin-top: 88px;
}

.home-medical-pedicure-container {
    padding: 75px 15px 53px 15px;
}
/* .header-container.smaller .logo {
	width: 180px;
    margin-top: 16px;
} */
/* .smaller .main-menu ul li a {
    padding-top: 32px;
    padding-bottom: 32px;
} */

/* .smaller .main-menu ul ul li a { padding:3px 10px 3px 28px; }
.smaller .book-now-area { margin-top: 20px }
.smaller .main-menu ul li.menu-item-has-children a:before { top: 37px; } */

.main-menu ul li a:after,
.smaller .book-now-area,
.smaller .main-menu ul li a,
.header-container.smaller .logo,
.header-container {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} 
/*---------------------*/
/*	support-container  */
/*---------------------*/
.slider-area { position: relative; }
.slider-content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;	
	padding: 0 0 !important;
}
.slider-content-area {
	width: 100%;
	max-width: 1240px;
	height: 100%;
	margin: 0 auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.slider-content-info {
	width: 100%;
	max-width: 380px;	
}
.slider-content-text { 
	padding: 0 15px 0 15px; 
}
.slider-content-info h1 {
	font-size: 60px;
	color: #000;
	line-height: 65px;
	padding-bottom: 40px;
	font-weight: 300;
}
.slider-content-info p {
	font-size: 36px;
	color: #fff;
	line-height: 43px;
	padding-bottom: 40px;
	font-weight: 300;
}
.find-more-btn {
	background: #fff;
	height: 47px;
	line-height: 47px;
	color: #000;
	font-size: 22px;
	padding: 0 25px 0 34px;
	display: inline-block;
}
.find-more-btn:hover {
	background: #000;
	color: #fff;
}
/*----------------------*/
/*  hand-clinics        */
/*----------------------*/

.hand-clinics-container {
	margin: 0 auto;
}
.home-hand-clinics-container {
	margin: 0px 50px!important;
}
.hand-clinics-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0 35px 0;
	text-align: center;
}
.hand-clinics-content h2 {
	color: #000;
	font-size: 42px;
	line-height: 51px;
	padding-bottom: 31px;
	font-family: 'CalibreWebMedium';
	font-weight: 500;
}
.hand-clinics-content h3 {
	color: #000;
	font-size: 26px;
	line-height: normal;
	padding-bottom: 31px;
	font-family: 'CalibreWebMedium';
	font-weight: 500;
}
.hand-clinics-content p {
	color: #000;
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 36px;
	font-weight: 400;
}
.hand-clinics-content p a{
	color: #000;
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 36px;
	font-weight: 400;
	text-decoration: underline;
}
.hand-clinics-content p a:hover{
	color: #000;
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 36px;
	font-weight: 400;
	text-decoration: none;
}
.page-content {
	max-width: 970px;
	margin: 0 auto;
	padding: 50px 0 0px 0;
	text-align: center;
}
.page-content h2 {
	color: #000;
	font-size: 42px;
	line-height: 51px;
	padding-bottom: 31px;
	font-family: 'CalibreWebMedium';
	font-weight: 500;
}
.page-content h3 {
	color: #000;
	font-size: 30px;
	line-height: normal;
	padding-bottom: 10px;
	font-family: 'CalibreWebMedium';
	font-weight: 500;
}
.page-content h4 {
    color: #000;
    font-size: 24px;
    line-height: normal;
    padding-bottom: 10px;
    font-family: 'CalibreWebMedium';
    font-weight: 300;
    border-bottom: 2px #CCC solid;
    margin-bottom: 15px;
}

.page-content p {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 25px;
	font-weight: 400;
}
.page-content p strong { 
	font-weight: 500!important;
	font-family: 'CalibreWebMedium';
}

.page-content p a {
	text-decoration: underline;
	color: #000;
}
.page-content p a:hover {
	text-decoration:none;
}

.page-content ul {
    list-style: disc;
    padding-left: 40px;
    padding-bottom: 25px;
}
.page-content ul li {
    line-height: 1.5;
    text-align: left;
}

.page-content ol {
    list-style: decimal;
    padding-left: 40px;
}
.page-content ol li {
    line-height: 1.8;
    text-align: left;
}


/*----------------------*/
/*  application-tmt     */
/*----------------------*/
.application-tmt-content {
	max-width: 945px;
	margin: 0 auto;
	padding-left: 14%;
}
.application-col-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.application-col {
	width: 33.33%;
	overflow: hidden;
	padding-bottom: 25px;
}
.app-img {
	width: 67px;
	float: left;
}
.app-cont {
	padding: 11px 0 0 74px;
}
.app-cont p {
	color: #968c88;
	font-size: 22px;
	line-height: 24px;
}
/*----------------------*/
/*  medical-pedicure    */
/*----------------------*/
.medical-pedicure-container {
	padding: 25px 15px 25px 15px!important;
}
.medical-pedicure-content {
	max-width: 1175px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.medical-pedicure-container-video-container {
	padding: 25px 0px 0px 0px;
}

.medical-pdi-col {
	width: 49%;
}
.medical-pdi-cont {
	background: #fff;
	width: 51%;
	padding: 15px;
	border: 1px solid #ebebeb;
	border-left: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.medical-pdi-col img {
	max-width: 100%;
	height: auto;
	display: block;
}
.medical-pdi-cont-info {
	width: 100%;
	max-width: 475px;
}
.medical-pdi-cont-info h2 {
	color: #000;
	font-size: 32px;
	line-height: normal;
	padding-bottom: 1px;
	font-weight: normal;
}
.medical-pdi-cont-info h3 {
	color: #666;
	font-size: 26px;
	line-height: normal;
	padding-bottom: 37px;
	font-weight: normal;
}
.medical-pdi-cont-info p {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 25px;
}
.learn-more-btn {
	background: #fff;
	height: 47px;
	line-height: 45px;
	color: #666;
	font-size: 22px;
	padding: 0 25px 0 35px;
	border: 1px solid #bfbec1;
	display: inline-block;
}
.learn-more-btn:hover {
	background: #111;
	color: #fff;
}
/*----------------------*/
/*  service-container   */
/*----------------------*/
.service-container {
	padding: 30px 0 80px 0;
}
.service-col-area {
	max-width: 1575px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service-col {
	width: 25%;
	padding: 0 14px 20px 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.service-col-info {
	background: #fff;
	width: 100%;
	border: 1px solid #ebebeb;
}
.service-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.service-col-cont {
	text-align: center;
	padding: 22px 10px 39px 10px;
}
.service-col-cont h3 {
	color: #000;
	font-size: 28px;
	line-height: normal;
	padding-bottom: 14px;
	font-weight: normal;
}
.service-col-cont p {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 20px;
}
.svc-more-btn {
	width: 100%;
	max-width: 152px;
	height: 41px;
	line-height: 39px;
	margin: 0 auto;
	color: #666;
	font-size: 18px;
	border: 1px solid #bfbec1;
	padding: 0 10px 0 10px;
	display: block;
}
.svc-more-btn:hover {
	background: #bfbec1;
	color: #111;
}
/*----------------------*/
/*  video-content       */
/*----------------------*/
.video-content {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
	padding: 55px 0 5px 0;
}
.video-container {
	padding: 5px 0px 5px 0px;
}
.video-content h3 {
	color: #000;
    font-size: 26px;
    line-height: normal;
    padding-bottom: 31px;
    font-family: 'CalibreWebMedium';
    font-weight: 500;
}
.video-content p {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 37px;
	font-weight: 400;
}
.video iframe {
	width: 100%;
	height: 495px;
	border: none;
}
/*----------------------*/
/*  sign-up-container   */
/*----------------------*/
.sign-up-container {
	padding: 90px 15px 76px 15px;
	margin-top: 60px;
}
.sign-up-content {
	max-width: 1132px;
	margin: 0 auto;
}
.sign-up-content h5 {
	color: #000;
	font-size: 26px;
	text-align: center;
	padding-bottom: 38px;
	font-weight: 400;
}
.sign-up-form {
	margin: 0 -14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.text-field {
	width: 36.45%;
	padding: 0 14px;
	margin-bottom: 15px;
}
.select-field {
	width: 13%;
}
.contact-text-field input[type='email'],
.contact-text-field input[type='text'],
.text-field input[type='email'],
.text-field input[type='text'] {
	background: #e1e1e1;
	width: 100%;
	height: 54px;
	font-size: 20px;
	color: #021615;
	outline: none;
	border: none;
	padding: 0 15px 0 35px;
	resize: none;
	font-family: 'CalibreWebLight';
	font-weight: 300;
}
.contact-text-field { padding-bottom: 14px; }
.contact-text-field input[type='email'],
.contact-text-field input[type='text'] {
	background: #fff;
	color: #333;
	padding: 0 10px 0 20px;
}
.text-field input::-webkit-input-placeholder { color: #021615 !important; opacity: 1 !important; }
.text-field input::-moz-placeholder { color: #021615 !important; opacity: 1 !important; }
.text-field input::-ms-input-placeholder { color: #021615 !important; opacity: 1 !important; }
.contact-text-field input::-webkit-input-placeholder { color: #333 !important; opacity: 1 !important; }
.contact-text-field input::-moz-placeholder { color: #333 !important; opacity: 1 !important; }
.contact-text-field input::-ms-input-placeholder { color: #333 !important; opacity: 1 !important; }

.submit-btn {
	width: 14.10%;
}
.contact-right .submit-btn { width: 135px; }
.submit-btn input[type='submit'] {
	background: #464646;
	width: 100%;
	height: 54px;
	font-size: 20px;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'CalibreWebLight';
	font-weight: 300;
}
.submit-btn input[type='submit']:hover {
	background: #000;
}

/*--------------*/
/* dk custom    */
/*--------------*/
.select-field .dk-select,
.select-field .dk-select-multi {
    background: #e1e1e1;
    width: 100%;
    height: 54px;
}
.select-field .dk-selected {
	position: relative;
	padding: 10px 20px;
	font-size:20px;
	color:#021615;
}
.select-field .dk-select-open-up .dk-select::before,
.select-field .dk-select-open-down .dk-select::before,
.select-field .dk-select::before {
    border: none;
    content: "\f107";
    position: absolute;
    right: 16px;
    top: 12px;
    width: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 17px;
	color:#021615;
}
.select-field .dk-selected::before { display: none; }
.select-field .dk-select-options { background:#e1e1e1; border: none ; margin: 0 ; padding: 0 ; }
.select-field .dk-option {
	font-size: 18px;
    color:#021615;
    padding: 5px 10px 5px 20px;
    border: none;
    border-top: 1px solid #fff;
}
.select-field .dk-option-selected,
.select-field .dk-select-options .dk-option-highlight,
.select-field .dk-select-open-up .dk-option:hover {
    background:#e1e1e1; color: #021615 !important;
}
.select-field .select-column:hover,
.select-field .normal_select:hover,
.select-field .dk-selected,
.select-field .dk-selected:hover,
.select-field .dk-selected:hover::before,
.select-field .dk-selected:focus::before,
.select-field .dk-select-open-up .dk-selected::before, .dk-select-open-down .dk-selected::before,
.select-field .dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus, .dk-select-options:hover {
    box-shadow: none;
}
.select-field .dk-select-open-up .dk-select-options,
.select-field .dk-select-open-down .dk-select-options {
	border: 1px solid #fff;
	border-top: none;
}

.tmt-select .dk-select,
.tmt-select .dk-select-multi {
    background: #ececec;
    width: 100%;
    height: 49px;
    border: 1px solid #959595;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.tmt-select .dk-selected {
	position: relative;
	padding: 7px 20px 10px 20px;
	font-size: 20px;
	color:#000;
}
.tmt-select .dk-select-open-up .dk-select::before,
.tmt-select .dk-select-open-down .dk-select::before,
.tmt-select .dk-select::before {
    border: none;
    content: "\f107";
    position: absolute;
    right: 14px;
    top: 8px;
    width: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 17px;
	color:#021615;
}
.tmt-select .dk-select::after {
	background: #666;
	content: "";
	position: absolute;
    right: 46px;
    top: -1px;
    width: 1px;
    height: 49px;
}
.tmt-select .dk-selected::before { display: none; }
.tmt-select .dk-select-options { background:#e1e1e1; border: none ; margin: 0 ; padding: 0 ; }
.tmt-select .dk-option {
	font-size: 18px;
    color:#021615;
    padding: 5px 10px 5px 20px;
    border: none;
    border-top: 1px solid #959595;
    font-weight: 300;
}
.tmt-select .dk-option-selected,
.tmt-select .dk-select-options .dk-option-highlight,
.tmt-select .dk-select-open-up .dk-option:hover {
    background:#e1e1e1; color: #021615 !important;
}
.tmt-select .select-column:hover,
.tmt-select .normal_select:hover,
.tmt-select .dk-selected,
.tmt-select .dk-selected:hover,
.tmt-select .dk-selected:hover::before,
.tmt-select .dk-selected:focus::before,
.tmt-select .dk-select-open-up .dk-selected::before, .dk-select-open-down .dk-selected::before,
.tmt-select .dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus, .dk-select-options:hover {
    box-shadow: none;
}
.tmt-select .dk-select-open-up .dk-select-options,
.tmt-select .dk-select-open-down .dk-select-options {
	border: 1px solid #959595;
	border-top: none;
}
/*----------------------*/
/*  footer-container    */
/*----------------------*/
.footer-container {
	padding: 68px 15px 28px 15px;
}
.footer-column-area {
	padding-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-column {
	width:27.37%;
	padding: 0 0 30px 10px;
}
.footer-column:first-child { padding-left: 0; }
.footer-column:nth-child(2) {
	width:31.03%;
}
.footer-column:nth-child(3) {
	width:26.01%;
}
.footer-column:nth-child(4) {
	width:15%;
}
.footer-column h2 {
	font-size: 26px;
	color:#fff;
	padding-bottom: 19px;
	text-transform: capitalize;
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.footer-column h2 a { 
	color:#fff; 
}
.footer-column ul li {
	font-size:22px;
	color:#fff;
	line-height:normal;
	padding-bottom: 11px;
	font-weight: 300;
}
.footer-column ul li a {
	color:#fff;
}
.footer-column ul li a:hover {
	color:#999;
}
.footer-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: 25px;
}
.social-link {
	padding: 8px 0 22px 0;
}
.social-link a {
	color: #fff;
	font-size: 22px;
	margin-left: 26px;
}
.social-link a:first-child { margin-left: 0; }

.footer-bottom-content {
	border-top: 1px solid #464648;
	margin: 0 -15px;
	padding: 27px 15px 0 15px;	
}
.footer-bottom-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer-bottom-info p {
	color: #999;
	font-size: 20px;
	line-height: normal;
}
.footer-bottom-info p span { display: inline-block; margin-right: 10px; }
.footer-bottom-info p a { color: #999; }

/*----------------------*/
/*  banner-container    */
/*----------------------*/
.banner-container {
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 98px 15px 110px 15px;
}
.banner-content h1 {
	color: #000;
	font-size: 60px;
	line-height: normal;
	text-align: center;
	padding-bottom: 4px;
	font-weight: normal;
}
.banner-content p {
	color: #000;
	font-size: 36px;
	line-height: normal;
	text-align: center;
	font-weight: normal;
}
.treatments-banner .banner-content h1,
.treatments-banner .banner-content p {
	text-align: center;
}
.phone-btn {
	color: #000;
	font-size: 36px;
	height: 65px;
	line-height: 63px;
	padding: 0 31px 0 64px;
	margin-top: 10px;
	border: 1px solid #000;
	display: inline-block;
	position: relative;
}
.phone-btn:before {
	content: '\f879';
    position: absolute;
    left: 27px; top: 2px;
    font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size:23px;
	color:#000;
}
.location-banner .banner-content {
	position: relative;
}
.location-banner .banner-content:before {
	background: url(assets/images/bgr-loc-banner.png) no-repeat 0 0;
	content: '';
	width: 639px;
	height: 362px;
	position: absolute;
	right: 0; top: -100px;
}
.location-banner .banner-content h1 {
    text-align: left;
}

/*----------------------*/
/*  package-block       */
/*----------------------*/
.package-block-container { padding-bottom: 26px; }
.hand-clinics-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 33px;
}
.package-clinics-block {
	overflow: hidden;
	height: 100%;
	margin: 25px 0px 0px 0px;
}
.package-block-img {
	width: 227px;
	float: left;
}
.package-block-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.package-block-right {
	height: 180px;
	padding: 10px 40px 10px 38px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.package-block-cont {
	width: 63.75%;
}
.book-btn {
	width: 152px;
}
.package-block-cont p {
	color: #000;
	font-size: 32px;
	line-height: 40px;
}
.package-block-cont p strong {
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.book-btn a {
	background: #000;
	height: 58px;
	line-height: 58px;
	color: #fff;
	text-align: center;
	border: 1px solid #bfbec1;
	display: block;
}
.book-btn a:hover {
	background: #959595;
}

/*----------------------*/
/*  contact             */
/*----------------------*/
.contact-information {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.contact-left {
	width: 40%;
	padding-left: 12px;
}
.contact-right {
	width: 45%;
}
.contact-left h4 {
	color: #000;
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 30px;
}
.contact-left p {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 20px;
}
/*----------------------*/
/*  treatments          */
/*----------------------*/
.treatments-content {
	padding: 50px 0 0 0;
}
.treatments-content p {
	color: #000;
	font-size: 28px;
	line-height: 33px;
	padding-bottom: 26px;
}
.tmt-select {
	width: 100%;
	max-width: 356px;
	margin-bottom: 32px;
}
.tmt-ful-col {
	border: 1px solid #ebebeb;
	margin: 0 0 41px 0;
}
.tmt-ful-col h3 {
	background: #000;
	color: #fff;
	font-size: 32px;
	line-height: normal;
	padding: 13px 10px 9px 26px;
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.tmt-cont-area {
	padding: 28px;
	overflow: hidden;
}
.tmt-img {
	width: 308px;
	float: left;
}
.tmt-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.tmt-right {
	padding-left: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.tmt-col {
	width: 47.05%;
	padding-right: 10px;
}
.tmt-col p {
	color: #000;
	font-size: 22px;
	line-height: normal;
	padding-bottom: 19px;
}
.tmt-col h4 {
	color: #000;
	font-size: 26px;
	line-height: normal;
	padding-bottom: 27px;
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.tmt-col ul li {
	color: #000;
	font-size: 22px;
	line-height: normal;
	padding: 0 0 9px 14px;
	position: relative;
}
.tmt-col ul {
	margin-bottom: 15px;
}
.tmt-col ul li { color: #000; }
.tmt-col ul li:before {
	width: 7px;
	height: 7px;
	background: #000;
	content: '';
	position: absolute;
	left: 0; top: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.location-type {
	color: #000;
	font-size: 22px;
	line-height: normal;
	padding-bottom: 10px;
}
.location-type small,
.location-type span {
	display: inline-block;
	position: relative;
}
.location-type small a,
.location-type span a {
	color: #000;
	display: inline-block;
}
.location-type span { padding-right: 10px; }
.location-type small a { border-bottom: 1px solid #a3a3a3; }
.location-type small a:hover { border-bottom: 1px solid transparent; }

.location-type strong { 
	display: inline-block;
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.location-type span:before {
	width: 2px;
	height: 17px;
	background: #999;
	content: '';
	position: absolute;
	right: 2px; top: 6px;
}
.location-type span:last-child:before { display: none; }
.loc-more-btn {
    height: 41px;
    line-height: 39px;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #bfbec1;
    padding: 0 33px 0 31px;
    margin-top: 24px;
    display: inline-block;
}
.loc-more-btn:hover {
	background: #bfbec1;
}
/*----------------------*/
/*  location-address    */
/*----------------------*/
.location-address-content {
	padding: 58px 0 90px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.location-address {
	width: 48.30%;
}
.location-box {
	width: 45.83%;
}
.location-address h2 {
	color: #000;
	font-size: 26px;
	line-height: normal;
	padding-bottom: 33px;
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.location-address h3 {
	color: #000;
	font-size: 22px;
	line-height: normal;
	padding-bottom: 3px;
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.location-address p {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 2px;
}
.location-address p a { color: #000; }
.location-address small {
	color: #000;
	font-size: 22px;
	line-height: normal;
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.email-addr {
	color: #000;
	font-size: 22px;
	border-bottom: 1px solid #666;
	display: inline-block;
	margin-bottom: 34px;
}
.email-addr:hover {
	border-bottom: 1px solid transparent;
}
.get-btn { 
	color: #000;
	font-size: 22px;
	position: relative; 
	padding-right: 20px;
	display: inline-block;
}
.get-btn small { 
	border-bottom: 1px solid #a3a3a3;
	display: inline-block;
}
.get-btn:hover small { 
	border-bottom: 1px solid transparent;
}
.get-btn:before {
    content: '\f105';
    position: absolute;
    right: 0px;
    top: 3px;
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 23px;
    color: #000;
}
.book-nows-btn {
	margin: 35px 0 25px 0;
}
.book-nows-btn a {
    background: #000;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    padding: 0 23px 0 28px;
}
.book-nows-btn a:hover {
	background: #959595;
}
.location-tabel table,
.location-tabel table tr,
.location-tabel table tr td,
.location-tabel table tr th {
    border-collapse: collapse;
}
.location-tabel table {
    width: 100%;
    margin: 43px 0 10px 0;
}
.location-tabel table tr td,
.location-tabel table tr th {
	background: #e6e6e6;
    padding: 18px 10px 10px 10px;
    line-height: 26px;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
}
.location-tabel table tr { border-bottom: 1px solid #fff; }
.location-tabel table tr:first-child { border-bottom: 0; }
.location-tabel table tr:nth-child(odd) td {
	background: #f1f1f1;
}
.location-tabel table tr th {
	background: #fff;
	text-align: left;
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.location-tabel table tr th:first-child {
	width: 48.05%;
}
.location-tabel table tr th:first-child,
.location-tabel table tr td:first-child {
	padding-left: 42px;
}

/*----------------------*/
/*  products-slider     */
/*----------------------*/
.products-slider {
	margin: 0 0 90px 0;
}
.fancybox-iframe img {
	width: 100%;
	height: auto;
	display: block;	
}
.fancybox-overlay-fixed { z-index: 10000; }
/*----------------------*/
/*  maps-container      */
/*----------------------*/
.maps-container {
	padding: 0;
}
.maps-container iframe {
	width: 100%;
	height: 650px;
}
.ins-container {
	padding: 52px 0px 0 0px;
}
.ins-container h4 {
	color: #111;
	font-size: 26px;
	line-height: normal;
	text-align: center;
	padding-bottom: 33px;
	font-weight: 300;
}
.ins-img img {
	width: 100%;
	height: auto;
	display: block;
}

/*-------------------------*/
/*  entry-content          */
/*-------------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { 
	color:#000;
	margin:0;
	margin-bottom:8px;
	line-height: normal;
	font-family: 'CalibreWebMedium';
	font-weight: normal;
}
.entry-content h1 { font-size: 44px;}
.entry-content h2 { font-size: 42px; line-height: 51px; }
.entry-content h3 {	font-size: 26px;}
.entry-content h4 { font-size: 25px;}
.entry-content h5 { font-size: 24px;}
.entry-content h6 { font-size: 23px;}
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a { color:#000; text-decoration:none;}
.entry-content p {
	color: #000;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 20px;
}
.entry-content ul {
	list-style-type: disc;
	padding: 10px 0 15px 25px;
	margin:0;
}
.entry-content ul li {
	list-style-type: disc;
	color: #000;
	font-size: 26px;
	line-height:none;
	padding: 2px 0 8px 0;
}   
.entry-content ol {
	list-style-type: decimal;
	padding: 0 0 14px 17px;
	margin:0;
}
.entry-content ol li {
	list-style-type: decimal;
	color: #000;
	font-size: 26px;
	padding: 2px 0 8px 5px;
}
.entry-content ol li a, 
.entry-content ul li a, 
.entry-content a { color:#000; }
.entry-content blockquote {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	margin: 0 0 10px 0;
	color:#000;
	font-size: 26px;
}   
.entry-content blockquote p { padding-bottom:0; }
.entry-content table,
.entry-content table tr,
.entry-content table tr td,
.entry-content table tr th {
    border-collapse: collapse;
    border: 1px solid #000;
    text-align: center;
}
.entry-content table {
    width: 100%;
    margin: 30px 0;
}
.entry-content table tr td,
.entry-content table tr th {
    padding: 10px;
    line-height: 26px;
    font-size: 24px;
    color: #000;
}

/*For Loading*/
#post_loader.loading {
	max-width: 390px;
	width: 100%;
	position: relative;
}
.modal {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    height: 50px;
    width: 30px;
    background: transparent url('assets/images/ajax-loader.gif')  50% 50% no-repeat;
}
#post_loader.loading .modal {
    overflow: hidden;   
}
#post_loader.loading .modal {
    display: block;
}
/*-----------------------------*/
/*  Video and image  Loader    */
/*-----------------------------*/
.loader-center-content {
	position: relative;
	min-height: 400px;
	max-width: 1180px;
	margin: 0 auto;
}
#loader {
  position: absolute;
  top: 53%;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
#myDiv {
  display: none;
}
.error404 .banner-container {
	display: none;
}
.page-content ul {
	list-style: disc;
	display: inline-block;
}
 .page-content ol {
 	list-style: decimal;
 	display: inline-block;
 }
.medical-pdi-cont-info ul {
	list-style: disc;
	text-align: left;
	padding: 0 0 15px 23px;
}
.medical-pdi-cont-info ol {
	list-style: decimal;
 	text-align: left;
 	padding: 0 0 15px 23px;
}
.dk-option.hidden-option {
    display: none;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.fancybox-skin {
	background: transparent !important;
	padding: 0 !important;
}

.page-template-front-page-php .medical-pedicure-container { padding-top:60px!important }




/* 25.04.2020  pd-product-content  */
.product-template-default .header-container {
	-webkit-box-shadow: 0px 4px 3px -4px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 4px 3px -4px rgba(0,0,0,0.35);
    box-shadow: 0px 4px 3px -4px rgba(0,0,0,0.35);
}
.product-template-default .banner-container { 
	padding-top: 40px; 
	padding-bottom: 0;
}
.woocommerce-checkout .hand-clinics-container,
.woocommerce-cart .hand-clinics-container {
	padding-top: 40px;	
}
.page-content h2 { display: none; }
.flex-viewport {
	margin: 10px 0 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin: 45px 4px 30px 0;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 50px;
	height: 50px;
	float: none;
	overflow: hidden;
	margin: 4px 4px 4px 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;align-content
}
.woocommerce div.product p.price,
.woocommerce div.product .product_title {
	text-align: left;
}
.woocommerce div.product .product_title {
	font-size: 32px;
	color: #000;
	padding-bottom: 8px;
}
.woocommerce div.product p.price {
	font-size: 30px;
	color: #666;
	padding-bottom: 40px;
}
.woocommerce div.product form.cart .variations td.label {
    display: none;
}
.woocommerce div.product form.cart .variations { margin-bottom: 28px; }
.woocommerce div.product form.cart { margin-bottom: 27px; }
.woocommerce div.product form.cart .variations select {
	background: url(assets/images/cus-array.png) no-repeat right center;
	min-width: 100%;
	height: 47px;
	margin: 0;
	padding: 8px 13px 5px 12px;
	font-size:22px;
	color:#333;
	border: 1px solid #c5c5c5;
	outline: none;
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
.woocommerce div.product form.cart .variations select option {
	font-size: 20px;
	border-top: 1px solid #c5c5c5;
}
.reset_variations, .woocommerce div.product form.cart .reset_variations,
.reset_variations,
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .9;
    margin: 0;
}

woocommerce-variation-add-to-cart {
	overflow: hidden;
}
.woocommerce .quantity {
	width: 136px;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 1px 5px 0 5px;
}
.woocommerce .quantity .qty {
	background: #fff;
	border: none;
	width: 50px;
	height: 43px;
	padding: 1px 0 0 0;
	font-size: 22px;
	color: #333;
	outline: none;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
	background: #fff;
	border: none;
	width: 32px;
	height: 43px;
	font-size: 22px;
	color: #333;
	outline: none;
	cursor: pointer;
}
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt {
	background: #000;
	border: none;
	color: #fff;
	font-size: 19px;
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
	border: 1px solid #999;
	padding: 0 57px;
	cursor: pointer;
	opacity: 1;
	font-weight: normal;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover {
	background: #000;
}
.woocommerce button.button.alt:hover, 
.woocommerce button.button.alt.disabled:hover {
	background: #959595;
}
.woocommerce div.product form.cart .button {
    float: right;
}
.ingredient-content p,
.ingredients h3,
.includes p,
.note p,
.social-share {
	text-align: left;
}
.note p {
	color: #333;
    font-size: 22px;
	padding-bottom: 15px;
}
.social-share ul {
	padding: 0;
	margin: 0 0 26px 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.social-share ul li {
	color: #000;
	font-size: 18px;
	padding-right: 23px;
}
.social-share ul li a {
	color: #000;
}
.ingredient-title h3 {
	color: #333;
	font-size: 22px;
	line-height: normal;
	padding: 7px 0 8px 0; 
	border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	font-weight: normal;
	position: relative;
	cursor: pointer;
}
.ingredient-title h3:after {
	content: "+";
	position: absolute;
	top: 4px;
	right: 10px;
	width: 15px;
	height: 15px;
	color: #333;
	font-size: 27px;
}
.ingredient-title.content-colose h3:after {
	content: "-";
}
.ingredient-title + .ingredient-content { display: none; }
.ingredient-content {
	padding: 20px 0 18px 0;
}
.includes p,
.ingredient-content p {
	color: #333;
	font-size: 20px;
}

/* checkout css  */
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background: #000;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
	color: #333;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	background: #fff;
	padding: 11px 5px  10px 5px;
	font-size: 15px;
	color: #333;
	outline: none;
	height: 40px;
}
.woocommerce-page table.cart td.actions .input-text {
    width: 106px;
}
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
.woocommerce button.button, .woocommerce input.button {
	font-size: 15px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}
.woocommerce-cart table.cart td a { color: #000;}
.woocommerce-info a { color: #515151; }
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    background: #fff;
	border: none;
	height: 46px;
	padding: 0 13px;
	font-size: 22px;
	color: #333;
	outline: none;
	border: 1px solid #e5e5e5;
}
.woocommerce-page form .form-row .input-text {
	resize: none;
	height: 150px;
	padding-top: 10px;
	font-family: 'CalibreWebLight';
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { 
	padding: 8px 10px; 
	margin: 0;
	height: auto;
    line-height: auto;
}

/* .woocommerce form .form-row .select2-container, */
.woocommerce form .form-row select {
	width: 100%;
	height: 47px;
	line-height: 47px;
	margin: 0;
	padding: 0 13px 0 12px;
	font-size:22px;
	color:#333;
	border: 1px solid #c5c5c5;
	outline: none;
	text-align: left;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    position: absolute;
    top: 1px;
	right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
    border-style: solid;
	border-width: 13px 7px 0 7px;
	margin-top: -6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333 transparent;
    border-width: 0 7px 13px 7px;
	margin-top: -6px;
}
.wc-stripe-elements-field {
    border: 1px solid #ddd;
	padding: 15px 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 14px;
	text-align: left;
}
.select2-results__option {
    padding-left: 14px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 10px;
}
.woocommerce form .form-row label {
    line-height: 2;
    text-align: left;
}
#order_review_heading,
.woocommerce-billing-fields h3,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	font-size: 25px;
	text-align: left;
}
#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 4px 0 0;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form { margin: 0;}
#add_payment_method #payment div.payment_box .form-row, 
.woocommerce-cart #payment div.payment_box .form-row, 
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 10px;
}
.woocommerce-checkout #payment div.form-row {
    padding: 5px 10px;
}
.woocommerce-checkout #payment div.form-row.place-order {
    padding: 15px 10px;
}
#stripe-payment-data p { padding-bottom: 5px; }
#wc-stripe-cc-form br { display: none; }

@media screen and (max-width: 1080px) {
	.product-template-default .banner-container { 
		padding-top: 50px; 
		padding-bottom: 0;
	}
}

@media screen and (max-width: 880px) { 
	.woocommerce button.button.alt.disabled, 
	.woocommerce button.button.alt, 
	.single_add_to_cart_button {
		font-size: 17px;
		padding: 0 26px;
	}
}
@media screen and (max-width: 767px) {
	.ingredient-title h3 { padding-bottom: 6px !important; }
}
@media screen and (max-width: 580px) {
.product-template-default .banner-container { 
	padding-top: 20px; 
}
}
@media screen and (max-width: 380px) {
	.woocommerce .quantity {
		width: 104px;
	}
	.woocommerce .quantity .qty {
		width: 30px;
	}
	.woocommerce .quantity .plus, 
	.woocommerce .quantity .minus {
		width: 20px;
	}
	.woocommerce-billing-fields h3,
	.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
		font-size: 21px;
	}
}