/** FONTS **/

@font-face {
    font-family: 'Nexa Bold';
    src: url('../fonts/Nexabold.otf');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Nexa Light';
    src: url('../fonts/Nexalight.otf');
    font-style: normal;
    font-stretch: normal;
}

	h1, h2, h3, h4, h5, strong, .acc-title span, .data.item.title a{
			font-family: 'Nexa Bold' !important;	
	}
	
	p,a,li, .tabbing .data.item.content {
		font-family: 'Nexa Light';	
	}
	

.clear{
display:block;
height:100px;
}


#maincontent{
background:#f7f7f4;
padding-bottom:40px;
}

/** COPYRIGHT **/

.copy .copyright
	color:#121212;
	text-align:left !important;
}

.copy .tests{
	color:#121212;
	text-align:right;
	margin-top:10px !important;
	
}


/** NEWSLETTER **/
.newsletter-main{
	text-align:center;
	background:#ece9e4;
	padding:30px 0px;
	margin-top:0px !important;
}

.newsletter-main .col-md-7.lft{
	text-align:left;
}

.newsletter-main .col-md-5.rgt{
	padding-top:15px;
	text-align:right;
}


.newsletter-main h2{
	color:#fff;
	font-size:34px ;
}

.newsletter-main p {
  color: #fff !important;
  font-size: 18px;
  max-width: 100%;
}


.newsletter-main .container{

	background:#566577 !important;
	border-radius:0px;
	padding:30px;

}

#newsletter {
    padding: 19px;
    outline: none;
    padding-top: 20px !important;
}

.newsletter-main label {
    max-width: 360px;
    width: 100%;
}

/** FOOTER **/

.footer.content{
	width:100% !important;
	max-width:100% !important;
	padding:0px !important;
	
}

.page-footer {
    background: #e3e0db !important;
    padding:0px !important;
}


.footer-container .footer{
background:#e3e0db !±important;
text-align:center;
}


.footer.content {
    border-top: 0 none !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}


.page-footer h3 {
    font-weight: 500;
    font-size: 17px;
    padding: 8px 0px;
    border-radius: 20px;
    margin-bottom: 5px;
	color:#121212
}

.footer-block h3, .footer-block a{
	color:#121212;
}

.footer-main{
	background:#e3e0db;
	padding:20px 0px;
}


.footer.content .block {
    float:left !important;
}

.footer.content .block h3{
    color:#121212;
}

.footer.content .block li a{
	color:#121212;
}




.pay{
    max-width: 200px;
    margin-top: 20px;
}



/** CONDID MENU DROP DOWN **/

.menu-item{
    background: #566577;
    transition: 0.5s;
    display: inline-block;
    position:relative;
    width:100%;
}


.stores-short a{
background: #566577 !important;
}

#btn-start-show-question{
background: #2b368e;
    transition: 0.5s;
    display: inline-block;
   color:#fff;
    width:100%;
    padding:12px;
    text-align:center;
}

#btn-start-show-question:hover{
background:#454545;
	cursor:pointer;
}

.catalog-product-view .menu-item{
	width:100%;
	
}

.menu-item h3{
	color:#fff;
	font-size: 16px;
padding: 18px 25px 15px 25px !important;
	text-align:center;
	transition:0.5s;
	text-transform:uppercase;
	font-weight:100 !important;
	letter-spacing:1px;
}



.menu-item h3:hover{
	background:#454545;
	cursor:pointer;
}


.menu-item-links{
	width:100%;
	display:none;
	background:#fff;
	padding:3px 0px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	position:absolute;
	top:10;
	z-index:10;
}

.menu-item-links .inner {
position:relative;
}

.menu-item-links .inner p{
font-size:14px !important;
color:#454545 !important;
}

.menu-item-links .inner .action.primary{
padding:5px 10px !important;
font-size:13px !important;
}

/** BUTTONS **/

.action.primary{
	font-family:'Nexa Bold' !important;
	background: #121212 !important;
	color:#fff !important;
	padding:5px 25px !important;
	font-size:13px !important;
	transition-duration: 0.5s;
	margin-bottom:5px;
	font-weight:100 !important;
	letter-spacing:1px;
	text-transform:uppercase;
	border:0 none !important;
}

.action.primary:hover{
	
	background: #000 !important;
	border:0 none !important;

}

.wht-action{
background: #121212;

	padding:10px 20px;
	border-radius:0px;
	color:#fff !important;
	transition:0.5s;
	margin-top:10px;
	display:inline-block;
	margin-bottom:10px;
	font-size:18px;
	font-weight:500;
}

@media only screen and (max-width: 766px){
.wht-action{

background:#566577;

}
}

.wht-action.inv{
	background: #121212 !important;
	padding:10px 40px;
}

.wht-action:hover, .inv:hover{
	background:#222 !important;
	color:#fff;
	text-decoration:none;
	
}

.covid{
	background:#41713A;
	padding:10px 20px;
	border-radius:25px;
	color:#fff !important;
	transition:0.5s;
	margin-top:10px;
	display:inline-block;
	margin-bottom:10px;
}


.covid img {
	position:relative;
    max-width: 20px !important;
    margin-right: 10px !important;
}

.covid:hover{

	background:#222;
	color:#fff;
	text-decoration:none;
	
}

.action.learn{
	background:#222;
	color:#fff;
	transition:0.5s;
    font-size: 16px;
    font-weight: 700;
    height: 53px;
    margin-top: 6px;
    margin-bottom: 5px;
    border: 0 none;
    text-align-last: center;
    border-radius: 8px;
    padding:10px;
    display:block;
}

.action.learn:hover{
	background:#000;
	color:#fff;
}

.treatment{
	background: rgb(106,213,195);
	background: linear-gradient(90deg, rgba(106,213,195,1) 0%, rgba(68,152,202,1) 100%);
	color:#fff !important;
    display: block;
    max-width: 95%;
    margin: 10px auto;
    transition-duration: 0.5s;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
}

.treatment:hover{

	background:#222;
	color:#fff;
	text-decoration:none;
	
}



/** WORK WITH **/

h2.work-with {
    font-size: 28px !important;
    font-weight:100;
    margin-bottom: 30px !important;
    padding: 10px 30px !important;
    border-radius:30px;
    display:inline-block;
    color: #121212;
}

h2.work-with span{
font-weight:700;
}



.wrapper-slider{
	margin-bottom:50px;
}



/** HEADER **/


.panel.wrapper{
	background:#F9F7F7;
	border-bottom:1px solid #DADADA !important;

}
@media only screen and (min-width: 767px) {

.header.links{
	margin-top:10px !important;
}

.header.links a{
	color:#000 !important;
}

.greet.welcome{
	display:none !important;
}


.minicart-wrapper{
	margin-top:12px;
}

.header.links:last-of-type{
	display:none;
}

.authorization-link:after {
    display:none;
}

.header.links li{
	padding:0px !important;
	margin:0px !important;
}

.header.links .search, .authorization-link a{
	font-size:0px;
}

.header.links li a:hover{
	text-decoration:none !important;
}

.header.links .search:hover{
	cursor:pointer;
}

.header.links .search:before{
  font-family: FontAwesome !important;
  display: block; 
  content: "\f002";
  text-indent: 0;
  font-size:23px;
}

.authorization-link a:before{
  font-family: FontAwesome !important;
  display: block; 
  content: "\f007";
  text-indent: 0;
  font-size:24px;
}

.head-contact{
	float:left;
}

.head-contact a:hover{
text-decoration:none !important;
}



}


.head-contact .email:before{
	font-family: FontAwesome !important;
  	content: "\f003";
  	text-indent: 0;
  	font-size:17px;
  	background: #81CDC4;
background: -webkit-linear-gradient(to right, #81CDC4 0%, #5b9ac6 100%);
background: -moz-linear-gradient(to right, #81CDC4 0%, #5b9ac6 100%);
background: linear-gradient(to right, #81CDC4 0%, #5b9ac6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-right:15px;
}
.head-contact .tel:before{
	font-family: FontAwesome !important;
  	content: "\f095";
  	text-indent: 0;
  	font-size:17px;
  	background: #81CDC4;
background: -webkit-linear-gradient(to right, #81CDC4 0%, #5b9ac6 100%);
background: -moz-linear-gradient(to right, #81CDC4 0%, #5b9ac6 100%);
background: linear-gradient(to right, #81CDC4 0%, #5b9ac6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-right:15px;
margin-left:15px;
}

@media only screen and (max-width: 767px) {
.head-contact .tel{
	float:right !important;
}
.minicart-wrapper{
	margin-top:50px !important;
	position: absolute;
    z-index: 999;
    right: 20px;
}

#maincontent{
margin-top:20px;
}
}

/** MENU **/
@media only screen and (min-width: 767px) {
.rootmenu {
    position: relative !important;
    font-size: 14px;
    padding: 0;
    z-index: 2;
    top: -95px;
    right: 0px;
    float: right !important;
    width: auto !important;
    background: transparent;
    padding-left: 0px !important; 
    margin-right:-45px !important;
}

.nav-1 > a:before{
content:'';
display:inline-block;
width:24px;
height:20px;
background:url('../img/heart.png');
background-size:100%; 
position:relative;
top:4px;
}

.nav-5 > a:before{
content:'';
display:inline-block;
width:24px;
height:20px;
background:url('../img/stetha.png');
background-size:100%; 
position:relative;
top:4px;
}

.nav-2 > a:before{
content:'';
display:inline-block;
width:24px;
height:20px;
background:url('../img/weight.png');
background-size:100%; 
position:relative;
top:4px;
}

.nav-3> a:before{
content:'';
display:inline-block;
width:24px;
height:20px;
background:url('../img/ear.png');
background-size:100%; 
position:relative;
top:4px;
}

.nav-4> a:before{
content:'';
display:inline-block;
width:24px;
height:20px;
background:url('../img/covid.png');
background-size:100%; 
}

}

/** NEW SEARCH **/

.searchbock{
	padding:40px;
	width:100%;
	background: #566577;
display:none;
}

.searchbock .block.block-search{
	width:100%;
	margin-top:-15px;
}



/** PRODUCT PAGE **/

.media-holder{
display:flex;
	max-width:1260px;
	margin:0 auto;
}

.product-full-width-section{
	background:#efefef;
	padding:50px;
}

.page-accordion{
	clear:both;
}

.product-accordion{
	background:transparent !important;
	padding:0px;
}


.product-accordion h2 {
    text-align: center;
    font-size: 34px;
    padding: 20px 0px;
}


.acc-title{
font-family: 'Nexa Bold' !important;	
border: 1px solid #d1d1d1;
    padding: 20px;
    font-size: 24px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 20px;
    background:#ffffff;
    }
    


    .acc-title:hover{
cursor:pointer;
    }
    
    
    .acc-content{
border: 1px solid #d1d1d1;
    padding: 20px;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    background:#ffffff;
    line-height:32px;
    }
    
    .catalog-product-view .product-description{
    	padding:0px !important;	
    }
    
    .catalog-product-view  .product-info-main{
    	padding-bottom:0px !important;	
    }
    .product-description p{
    	font-size: 16px !important;
    }
    

    
    .fotorama__nav-wrap.fotorama__nav-wrap--vertical{
    	padding-top:50px;	
    }
    
    
    #element{
max-width:1000px;
margin:0 auto;
}

.acc-title {
background:#ece9e4;
	padding: 15px;
	border:0 none;
	border-radius:0px;
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.acc-cont {
    background: #efefef;
    padding: 15px;
    
	margin-bottom:20px;
}
    
    
    .acc-cont p, .acc-cont li{
    	color: #121212;
    font-size: 16px;
    }
    /** PRODUCT TABS **/
    
.tabbing .data.switch{
	background:#899fb1 !important;
	color:#222 !important;
	padding:10px;
	border:0 none !important;
	border-radius:0px !Important;
	margin-right:10px;
	font-size:18px !important;
	transition:0.5s;
}

.tabbing .product.data.items {
    padding: 0px; */
}

.tabbing .data.switch:hover{
	background:#222222 !important;
	color:#fff !important;
}

.data.item.title.active a{
	background:#899fb1  !important;
	color:#fff !important;
}


.tabbing .data.item.content{
    display: block;
    border: 0 none !important;
    padding:30px 15px;
    border-radius: 15px;
}

.tabbing .data.item.content p, .product.attribute.overview p{
    font-size: 16px !important;
}

.tabbing .cards {
    padding: 0px 0px !important;
    text-align: center;
    margin-top: 30px;
}

.tabbing .cards span{
	display:inline-block;
	text-align:center;
	font-size:10px;
	width:110px;
	margin-bottom:20px;
}

.tabbing .cards a{
	transition:0.5s;
	opacity:1 !important;
}

.tabbing .cards a:hover{
	cursor: pointer !important;
	opacity: 0.3 !important;
}

/** CATEGORY PAGE **/

.product-strip{
background: rgb(106,213,195);
    background: linear-gradient(90deg, rgba(106,213,195,1) 0%, rgba(68,152,202,1) 100%);
    margin-top:100px;
    padding:50px;
}

.product-strip .rgt{
text-align:center;
}

.product-strip .rgt h2{
font-weight:500;
color:#fff;
font-size:34px;
padding-bottom:20px;
}

.product-strip .rgt ul{
	list-style-type:none;
}

.product-strip .rgt li{
font-weight:100;
color:#fff;
font-size:20px;
}


.category-view .wrapper-slider{
	margin:100px 0px 30px 0px !important;
	padding:0px !important;
}

.category-view  #accordion{
	margin-top:30px;
}

.catalog-category-view .products.wrapper{
	background:#F9F7F7;
	padding:40px 0px 0px 0px;
}

.catalog-category-view .products.wrapper .product-info{
	background:#fff;
	border-radius:15px;
	padding:20px 10px;
	transition:0.5px;
	border:1px solid #fff;
	
	
}

.catalog-category-view  .product-options.treat{
	background:#F9F7F7 url(../img/treatments-bg.jpg);
	background-size:cover;
	padding:80px 0px !important;
}

.catalog-category-view  .product-options.treat h2{
color:#fff !important;
}

.catalog-category-view  .product-options.treat p{
color:#fff !important;
}

.catalog-category-view .products.wrapper .product-info:hover{
	border:1px solid #777;
}

.catalog-category-view .products.wrapper .col-md-3{
margin-bottom:20px;
}

.catalog-category-view .category-description > div{
	display:flex;
	max-width:1140px;
	margin:0 auto;
	text-align:center;
}

.catalog-category-view .page-title-wrapper, .catalog-category-view .product.details{
	text-align:center !important;
}

.catalog-category-view .price-container .price {
    font-size: 20px;
    font-weight: 100;
    padding: 15px 0px !important;
    margin: 0px;
    display: block;
}

.catalog-category-view .column.main{
	padding:0px !important;
	margin:0px !importanr;
}


/** COVID PAGE **/

.head-title.covid img{
	width:100%;
}



/** PAGE HEADERS **/





@media only screen and (min-width: 767px) {

.head-title {
	background-position: fixed !important;
	background-size: 100%;
	padding:150px 0px;
	background-repeat:no-repeat;
}

.cms-private-clinic-treatments .head-title{
	text-align:center;
}

.cms-index-index .head-title {
	padding:120px 0px 120px 0px;

}

.imageDiv{
display:none;
}


.cms-index-index .head-title{
	margin-top:-35px;
}

.head-title img.icon{
	max-width:70px;
	margin-bottom:30px;
}
.mobile{
display:none;
}

.head-title h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	font-size:2.6vw;
	line-height:3vw;
	letter-spacing:-1px;
	color:#fff;
	margin-bottom:30px;
}

.categorypath-covid-19-testing .head-title h1{
 color:#41713A;
}

	.categorypath-covid-19-testing .head-title h1{
	font-weight:900;
}

.head-title p{
	font-size:1.4vw;
	line-height:1.8vw;
		font-weight:500;
	color:#fff;
	font-weight:100;
	letter-spacing:1px;
	margin-bottom:15px;
}

.head-title .small{
	font-size:1.2vw;
	line-height:1.5vw;
	color:#fff;
	padding: 30px 0px 10px 0px;
    display: block;
}


}

@media only screen and (max-width: 767px) {

.desktop{
display:none;
}
}


/** FRONT PAGE **/

/** FRONT PAGE SLIDER **/

.slider-footer{
	background: #ece9e4;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	position: relative;
	padding: 50px 0px 50px 0px;
    text-align:left;
}

.slider-footer img{
    position: absolute;
    top: -25px;
}



.slider-footer p {
    color: #121212;
    font-size: 18px;
    padding-top: 20px;
}

.slider-footer a {
    text-align: right;
    float: right;
    margin-top: 25px;
}

.front-slider{
	border:1px solid #ece9e4;
	border-radius:0px;
	margin: 80px auto 30px auto;
	text-align:center;
	max-width:1260px;
}

.front-slider > .center-mode{
	max-width:90%;
	margin:0 auto;
}

.slick-prev.slick-arrow {
    height: 60px;
    width: 60px;
    border-radius: 30px;
    background: #566577 !important;
    transition: 0.5s;
}

.slick-next.slick-arrow{
    height: 60px;
    width: 60px;
    border-radius: 30px;
    background: #566577 !important;
    transition: 0.5s;
}

.front-slider h2 {
    font-weight: 900;
    text-align: center;
    color: #121212;
        font-size: 2.6vw;
    max-width: 500px;
    margin: 0 auto;
    margin-top: -33px;
    
   }
   
.front-slider h2 a {
    font-size: inherit;
    font-weight: inherit;
}
   
.front-slider span.wht{
    background: #f7f7f4;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
   
   .front-slider h2:before{
   		content:' \f08a';
   		font-family: FontAwesome !important;
		color:#121212;
		margin-right:15px;
   }

@media only screen and (max-width: 767px) {
.slider-footer{
	height: auto;
	text-align:center !important;
}
.slider-footer img {
 
    max-height: 140px;
    margin-top: 20px !important;
}

.front-slider {
    max-width: 98%;
    margin: 0px auto;
}

.slider-footer p {
        color: #121212;
        font-size: 16px;
        padding-top: 20px;
        line-height: 22px;
        text-align: center;
    }
.front-slider h2 {
    font-size: 6vw !important;
    margin-top: 23px !important;
}

.slider-footer a {
    text-align: center;
   float: initial;
    
    margin: 0 auto !important;
    margin-top: 25px;
    display: inline-block;
}

}

@media only screen and (min-width: 767px) {
.slider-footer{
	height: auto;

}




}



/** FRONT PAGE AT BLOCKS **/

.fpc-block{
	padding:0px;
	margin-bottom:50px !important;
}


.fpc-block .col-top{
	background: #566577;
	display:inherit !important;
	width:100%;
}

.fpc-block .col-bot{
	background: #566577;
	display:inherit !important;
	width:100%;
	margin-top:20px;
}

.fpc-block  h3 {
    font-weight: 900;
    color: #fff;
    font-size: 34px;
}

.fpc-block  p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}


/** EAR BLOCKS **/

.cms-ear-clinic .col-top rgt, .cms-ear-clinic .col-top lft{
height:440px !important;

}



.cms-ear-clinic .fpc-block h3 {

 font-size: 24px;

}

.cms-ear-clinic .fpc-block.health-block ul, .cms-weight-loss .fpc-block.health-block ul {
list-style-type:none;
padding:0px;
margin:30px 0px;
}

.cms-ear-clinic .fpc-block.health-block ul li, .cms-weight-loss .fpc-block.health-block ul li{
color:#fff;
line-height:18px;
font-size:15px;
font-weight:500;
}

.cms-ear-clinic .hearing-block{
	margin-top:55px;
}

@media only screen and (min-width: 767px) {

.col-top.lft, .col-bot.lft{
	width:98%;
	margin-right:2%;
	height:350px;
}

.col-top.rgt, .col-bot.rgt{
	width:98%;
	margin-left:2%;
	height:350px;
}

.fpc-block img.icon{
	max-width:30%;
	margin:20px;
}

.blk-img{
	height:100%;
	position:absolute;
	bottom:0;
}

}

@media only screen and (max-width: 767px) {
	.fpc-block  h3 {
    font-size: 7.1vw;
}

.fpc-block img.icon{
	max-width:10%;
	margin:10px;
}



.col-top.lft, .col-bot.lft{
	width:98%;
	margin:10px auto;
}

.col-top.rgt, .col-bot.rgt{
	width:98%;
	margin:10px auto;
}
}


/** CONTAINER WIDTHS **/

@media (min-width: 1200px){
.container {
    max-width: 1280px;
}
}

/** STORES **/

.private-cats{
	padding:30px 0px 30px 0px;
    margin:30px 0px;
}

.stores{
	padding:30px 0px;
    background-size: cover;
}

.stores-short{
	background:none !important;
	z-index:500;
}

.stores-short .inner, .stores-inner{
    background: #fff !important;
   padding: 10px 10px 1px 10px;
    margin-bottom: 10px;
    border-radius:3px;
    -webkit-box-shadow:0px 0px 5px 1px rgba(186,186,186,0.5);
-moz-box-shadow: 0px 0px 5px 1px rgba(186,186,186,0.5);
box-shadow: 0px 0px 5px 1px rgba(186,186,186,0.5);
}

.stores-short  .col-md-6{
	padding:5px !important;
}

.stores h2{
	font-weight:700;
}

.stores-short h2{
	font-size:14px;
	font-weight:700;
}

.stores-short .col-md-12{
padding:2px !important;
}

.stores-short h2:before, .stores h2:before{
  font-family: FontAwesome !important;
  display: inline; 
  content: "\f041";
  text-indent: 0;
  font-size:24px;
  margin-right:10px;
  color: rgb(106,213,195);
}

.stores-short p{
	line-height:22px;
	padding-left:22px;
}


.stores-short a {
    position: absolute;
    right: 15px;
    top: 13px;
}
.product.data.items > .item.title > .switch, .product.data.items > .item.title > .switch:hover{
	font-weight:100 !important;
}


.front-slider .product-item button{
display:none !important;
}

@media only screen and (max-width: 767px) {
 h2.work-with {
  font-size: 20px !important;
  }
  .product.data.items .item.title a:after {
   display:none;
}
.product-strip {
    padding: 20px;
}
.stores h2{
font-size:14px;
}
.testimonials-slider .slick-slide img {
    width: 100px;
    height: 100px;
    top: -71px;
    border-radius: 50px;
   }
#not_activated{
display:none;
}

.treatment{
    max-width:100%;
}
.product-options{
padding:20px 0px;
}
.product-options h2{
	font-size:22px !important;
}

.wrapper-slider p, .product-options p {
  font-size: 14px !important;
}

.action.primary {
  font-size: 14px !important;
}

/** PRODUCT MOBILE **/

a.treatment{
font-size:15px;
}

.private-cats {
  padding: 0px 0px 0px 0px;
  margin: 30px 0px;
}

.catalog-product-view  .buy-option, .catalog-product-view  .column.main{
max-width:95%;
margin:0 auto;
}
#accordion{
	max-width:95%;
	margin: 0 auto;

}

.testimonials-slider h2.title {
  font-size: 24px !important;
}

.testimonials-slider p{
	line-height:26px;
}

.newsletter-main .container {
  border-radius: 0px;
  padding: 10px;
  max-width: 95%;
  margin: 0 auto;
}

.newsletter-main .col-md-6.lft{
	text-align:center;
}

.newsletter-main .col-md-6.rgt {
  padding-top: 0;
}

.newsletter-main h2 {
  color: #fff;
  font-size: 28px;
}



.tabbing .arrow {
  top: 15px !important;
}



.product-strip ul{
	padding:0px;
}

#accordion {
  border-bottom: none;
  margin-bottom: 30px;
}

.tabbing .product.data.items > .item.title > .switch{
	max-width:80% !important;
	padding-top:10px;
}

.tabbing .product.data.items > .item.content {
  padding-top: 20px !important;
}

.product.data.items > .item.title{
padding-bottom:20px;
line-height:15px;
}
.stores .row > div{
	padding-bottom:20px;
}


}

/** CONTACT US **/

.contact-index-index  .school{
	padding:40px 0px;
	background:#efefef;
	margin-bottom:40px;
}


.contact-index-index  .wrapper-slider{
margin-top:30px;
}

.contact-index-index  #maincontent{
	max-width:100%;
	padding:0px;
}

.contact-index-index label{
color:#454545;
}

.contact-index-index .page-title{
	width:100%;
	text-align:center;
}
.contact-index-index h1.page-title  span{
  font-weight: 900;
  font-size: 34px;
  border: 3px solid #6ad6c3;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background: #6ad6c3 !important;
  background: -webkit-linear-gradient(to right, #6ad6c3 0%, #54B2C7 100%) !important;
  background: -moz-linear-gradient(to right, #6ad6c3 0%, #54B2C7 100%) !important;
  background: linear-gradient(to right, #6ad6c3 0%, #54B2C7 100%) !important;
    background-clip: border-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin:20px auto !important;
}


/** HEALTH ICONS **/

.health-icons{
	padding:40px 0px 10px 0px;
	margin-top:40px;
}

.health-icons .row:first-of-type{
	margin-bottom:20px;
}

.health-icons img{
display:block;
	max-width:75%;
	border:2px solid #84d1c3;
	border-radius:50%;
	padding:3px;
}

.health-icons a{
display:inline-block;
}
.health-icons a.link {
    position: relative;
    top: 10px;
    font-size: 17px;
    background: #6ad6c3;
    background: -webkit-linear-gradient(to right, #6ad6c3 0%, #54B2C7 100%);
    background: -moz-linear-gradient(to right, #6ad6c3 0%, #54B2C7 100%);
    background: linear-gradient(to right, #6ad6c3 0%, #54B2C7 100%);
    font-weight:700;
    text-align:center;
}

.health-icons a:hover{
	cursor:pointer !important;
	text-decoration:none;
}

.col-top.lft, .col-top.rgt, .col-bot.lft, .col-bot.rgt{
	overflow:hidden !important;
}

.fpc-block.health-block h3{
	padding-top:20px !important;
	display:block;
}

@media (max-width: 767px){
.health-icons{
	text-align:center !important;
}
.health-icons img{
	max-width:40%;
	margin: 0 auto;
}
.health-icons a.link{
	margin-bottom:20px;
}
.fpc-block .blk-img{
	height:60%;
	position:absolute;
	bottom:0;
}
.fpc-block.health-block .blk-img {
    height: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
}


}


.product_holder .product-description ul li::before {
    color: #4497cb;
}

.products_block {
    padding: 30px 0px;
    background:transparent !important;
}

.product_holder{
	border:1px solid #4497cb !important;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.product_holder .product-title{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background:#4497cb !important;
}

#dynamic_select {
     background:#6bd6c4 !important;
}

.gov{
    margin-top: 30px;
    margin-bottom: -30px;
}

.gov img{
	width:100%;
}

.cms-ear-clinic .tabbing .arrow {
	top:-38px !important;
}

.hearing-img{
	padding:40px 0px 0px 0px;
}

.covid-ul{
    max-width: 1280px;
    margin: 20px auto;
    text-align: center;
}

.covid-ul h2{
	font-size:18px;
	font-weight:500;
}

.product-options{
	padding:30px 0px !important;
	margin:0 auto;
}

.product-options h2 {
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}


.covid-ul h2:before{
	 font-family: FontAwesome !important;
 	 content: "\f058";
	display:block;
	margin-bottom:20px;
	color:#4497cb;
	font-size:65px;
}


#accordion ul{
padding:0px 18px;
margin:0px;

}

#accordion ul li, #accordion ul li a{
font-size:16px;
}

#accordion .data.item.title a{
font-size:16px !important;
font-weight:500 !important;
}

.page.messages{
	max-width:1280px;
	margin:0 auto;
}

/** MINI CART **/

.block-minicart a, .block-minicart li, .block-minicart p, .block-minicart span{
	color:#454545;
}

.container.border-me{
border:1px solid #454545;
padding:20px;
border-radius:20px;
}

.book-block {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
}

.book-block h3, .book-block p{
	color:#222;
}

.weight-img {
text-align:center;
padding:30px 0px;
}

.weight-img img{
	max-width:150px;
	margin:0 auto;
}

.weight-img p{
	text-align:center;
		font-weight:100;
		font-size:16px;
}


.health-icons a.link {
font-family:'Nexa Bold';
    position: relative;
    top: 2px;
    font-size: 17px;
   	background: #121212!important;
    transition: 0.5s;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    padding: 10px 20px;
    display: block !important;
    border-radius: 0px;
    transition:0.5s;
}

.health-icons a.link:hover{
	background:#222;
}

.health-icons img{
	float:right !important;
	filter: grayscale(100%)
}

/** TEST HEADER **/




@media only screen and (min-width: 767px){


.page-header .panel.wrapper {
    border-bottom: 0 none;
    background-color: #222 !important;
}

.head-contact .email:before {
    color: #fff;
}

.head-contact .tel:before {
    color: #fff;
}

.head-contact a{
	color:#fff;
	font-weight:500;
}

.authorization-link a:before, .header.links .search:before , .minicart-wrapper .action.showcart::before{
    color:#fff;
}

 .header.links  a{
	color:#000 !important;
}

.authorization-link a:before{
	margin-right:15px;
}

.authorization-link:after {
    text-indent: -9999em;
}

.page-header .header.panel{
	padding-top:0px !important;
	padding-bottom:0px !important;
}


.logo{
	margin-top:10px !Important;
	margin-bottom:10px !important;
}

.header.content {
    padding: 0px !important;
}


}



.testimonials-slider .slick-slide img {
    width: 100px !important;
    height: 100px !Important;
    margin: 0 auto !important;
    position: relative !important;
    top: -26px !important;
    border-radius: 75 !important;
    
   }


.stores-inner{
    background: #F9F7F7;
    padding: 20px;
    border-radius: 20px;
}

.stores-inner h2 {
    font-weight: 700;
    font-size: 16px !important;
}


.heart{
    text-align: center;
    height: 100%;
    padding-top: 25%;
}




@-webkit-keyframes scaling {
From {
    -webkit-transform: scale(0.4);
}
To {
    -webkit-transform: scale(1);
}
}


.heart-img {
-webkit-animation: scaling 3s infinite alternate;
margin-left:40%;
}

.full{
    width: 100% !important;
    height: 100% !important;
    display: table !important;
    position: absolute !important;
    z-index: 10 !important;
    margin-left: -15px !important;
}

.full:hover {
    cursor:pointer !important;
}

.full:hover + .row .wht-action{
	background:#222 !important;
	border:1px solid #222;
}

.hearing-block .container{
	
	
}

.hearing-block h1, .hearing-block  h2, .hearing-block  p{
	color:#121212;
	text-align:center;
	margin-bottom:10px;
}


.weight-options .container{
background: #566577;
    padding:30px 30px;
   }



.weight-options h2{
    font-size: 44px !important;
    margin-bottom: 20px;
    color:#fff;
    text-align:center;
}

.hearing-block h2 {
    font-size: 24px !important;
    margin-bottom: 20px;
    color:#121212;
    text-align:center;
}

.hearing-block h2 em{
	font-style:normal;
}


.hearing-block p{
	color:#121212;
	font-size:20px;
}



.cms-ear-clinic .fpc-block .col-top {
    /** background: rgb(130,192,191);
	background: linear-gradient(90deg, rgba(130,192,191,1) 0%, rgba(46,105,106,1) 100%); **/
	background: #566577;
    display: inherit !important;
    width: 100%;
}

.cms-ear-clinic .fpc-block .col-top.lft {
    /** background: rgb(46,105,106,1);
	background: linear-gradient(90deg, rgba(46,105,106,1) 0%, rgba(130,192,191) 100%); **/
	background: #566577
    display: inherit !important;
    width: 100%;
}

.cms-ear-clinic  .covid-ul ul{
padding:0px;
list-style-type:none;
}




.covid-ul img:hover{
cursor:pointer !important;
}
.weight-options p{
	text-align:center;
	color:#fff;
	font-size:18px;
	
}


.hearing-right{
	text-align:right;
}

.hearing-right img{
	max-width:70%;
}

.covid-ul .hear-icon{
	max-width:100px;
	margin-bottom:20px;
}

.cms-ear-clinic .covid-ul {
	padding:30px 0px;
}

.covid-ul h3{
	font-size:24px;
}

/** ACCREDITATION IMAGERY **/

.accreditaion-img{
	padding-top:20px;
}

.accreditaion-img img {
    max-height: 40px;
    margin-right: 10px;
}


.product-options h2 {
    font-size: 34px !important;
}

.book-block.shake:before {
    font-family: FontAwesome !important;
    content: "\f2b5";
    display: inline-block;
    color: #84d2c3;
    font-size: 35px;
    margin: 10px auto;
    border: 2px solid #84d2c3;
    border-radius: 50%;
    padding: 29px 17px;
    width: 80px;
    height: 80px;
}

.book-block.email:before {
    font-family: FontAwesome !important;
    content: "\f003";
    display: inline-block;
    color: #84d2c3;
    font-size: 35px;
    margin: 10px auto;
    border: 2px solid #84d2c3;
    border-radius: 50%;
    padding: 29px 17px;
    width: 80px;
    height: 80px;
}

.book-block.book:before {
    font-family: FontAwesome !important;
    content: "\f274";
    display: inline-block;
    color: #84d2c3;
    font-size: 35px;
    margin: 10px auto;
    border: 2px solid #84d2c3;
    border-radius: 50%;
    padding: 29px 17px;
    width: 80px;
    height: 80px;
}

.book-block.blood:before {
    font-family: FontAwesome !important;
    content: "\f21e";
    display: inline-block;
    color: #84d2c3;
    font-size: 35px;
    margin: 10px auto;
    border: 2px solid #84d2c3;
    border-radius: 50%;
    padding: 29px 17px;
    width: 80px;
    height: 80px;
}

.book-block.post:before {
    font-family: FontAwesome !important;
    content: "\f1b2";
    display: inline-block;
    color: #84d2c3;
    font-size: 35px;
    margin: 10px auto;
    border: 2px solid #84d2c3;
    border-radius: 50%;
    padding: 29px 17px;
    width: 80px;
    height: 80px;
}

.book-block.treat:before {
    font-family: FontAwesome !important;
    content: "\f1fb";
    display: inline-block;
    color: #84d2c3;
    font-size: 35px;
    margin: 10px auto;
    border: 2px solid #84d2c3;
    border-radius: 50%;
    padding: 29px 17px;
    width: 80px;
    height: 80px;
}

.book-block h3{
	display:block;
}

.catalog-category-view .category-description > div {
    display: initial;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
}

.catalog-category-view .page-title-wrapper{
	display:none;
}


@media only screen and (min-width: 767px){


.catalog-category-view .head-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 3vw;
    line-height: 2.5vw;
    letter-spacing: -1px;
    color: #fff;
    text-align: left;
}

.catalog-category-view  .head-title p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    font-weight: 100;
    text-align: left;
}

}

.newsletter-main .action.primary {
    padding: 10px 25px 12px 25px !important;
}

.static-content h1:after {
    content: ' ';
    display: block;
    width: 75px;
    height: 4px;
    background: rgb(106,213,195);
    margin-top: 20px;
}

.cms-terms-conditions h2, .cms-privacy-policy h2, .cms-enable-cookies h2{
	padding:20px 0px;
}

.head-office p{
	color:#121212 !important;
}

.head-office p span{
	font-weight:700;
	padding:0px 5px;
}
.head-office p a{
	 color: #566577
}

.tabbing .data.item.content a{
color: rgba(1,157,225,1);
font-size:14px;
}

.tabbing .data.item.content li{
font-size:16px;
line-height:21px;
}

.rootmenu > .rootmenu-list > li {
    margin: 0px 5px !important;
}

.minicart-items img{
	max-width:75px;
}


@media only screen and (min-width: 767px){
	.checkout-index-index .product-image-container {
   		width:100px !important;
	}
}

@media only screen and (max-width: 767px){
.media-holder {
  display: block;
  max-width: 100%;
}

.product.media {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}

.buy-option .product.data.items > .item.content {
  margin-top: 0px;
}
.product.data.items > .item.title {
  padding-bottom: 0px;
}
.tabbing .arrow {
  top: 0px !important;
}
.product-accordion h2, .product-options h2 ,.hearing-block h2, .weight-options h2{
  font-size: 25px !important;
}
.pay {
  max-width: 100% !important;
}
.wht-action {
  font-size: 16px;
}

.product.data.items > .item.title {
  padding: 0px !important;
  line-height:45px;
}
.hearing-block p, .weight-options p {
  font-size: 16px;
}
.fpc-block h3 {
  font-size: 17px;
}
.health-icons img {
  float: inherit !important;
  margin-bottom: 20px;
}
}

.cms-ear-clinic  .lft p:first-of-type{
	font-weight: 900;
    padding-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
	color:gold;
}

 .cms-ear-clinic  .rgt p:first-of-type{
	font-weight: 900;
    padding-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
	color:#333;
}

.cms-ear-clinic  h3:first-of-type{
	padding-top:0px !important;
}

.cart.table-wrapper .product-item-photo{
	width:40% !important;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    background: rgb(106,213,195) !important;
}

.search-container.type_3 .action {
    float: left !important;
    margin-top: 10px;
}


.opc-wrapper .input-text {
    border: 1px solid #e2e2e2;
    /* padding: 10px !important; */
    height: 40px !important;
    display: block;
    border-radius: 10px;
}

#accordion{
	position:relative !important;
	z-index:0 !important;
}


@media only screen and (max-width: 767px) {

.rootmenu > .rootmenu-list .rootmenu-submenu li a{
	background:none !important;
color: #fff !important;
text-shadow: none !important;
padding-left:55px !important;
}

#rw-menutop  li.nav-1 > a:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url('../img/heart.png');
	filter: brightness(0) invert(0);
	  background-size: auto;
	background-size: 100%;
	position: relative;
	top: 4px;
	margin-right:10px;
}

#rw-menutop  li.nav-2  > a::before {
  content: '';
  display: inline-block;
	width: 30px;
	height: 24px;
  background: url('../img/weight.png');
  filter: brightness(0) invert(0);
    background-size: auto;
  background-size: 100%;
  position: relative;
  top: 4px;
  margin-right:10px;
}

#rw-menutop  li.nav-3  > a::before {
  content: '';
  display: inline-block;
	width: 30px;
	height: 24px;
  background: url('../img/ear.png');
   filter: brightness(0) invert(0);
    background-size: auto;
  background-size: 100%;
  position: relative;
  top: 4px;
  margin-right:10px;
}

#rw-menutop  li.nav-4  > a::before {
  content: '';
  display: inline-block;
	width: 30px;
	height: 24px;
  background: url('../img/covid.png');
   filter: brightness(0) invert(0);
    background-size: auto;
  background-size: 100%;
  margin-right:10px;
}

.head-title-mobile.mobile p{
	line-height:23px;
}

.head-title-mobile.mobile .small{
	font-size:100% !important;
}

.head-title-mobile.mobile h2 {
  font-size: 22px;
}

.wht-action {
  padding: 10px 10px;
  border-radius: 6px;
  font-size: 15px;
}

.fpc-block .blk-img {
  height: 91%;
  width: auto !important;
  margin-left: -15px;
}

.head-contact a{
font-size:12px;
}

.cms-index-index .imageDiv {
  margin-top: -25px;
}

.nav-open .nav-sections{
  background: #ece9e4 !important;
}

.rw-menutop {
  	background:#ece9e4 !important;
}

.rootmenu > .rootmenu-list.mobile-sub > li > a{
	background: #ece9e4 !important;
	border:0 none !important;
	text-shadow:0 !important;
	color:initial;
	color:#fff !important;
}

.rootmenu  .dropdown_left a{
	background: rgb(106,213,195) !important;
}

.rootmenu  .dropdown_left a ul, .rootmenu > .rootmenu-list .rootmenu-submenu, .rootmenu > .rootmenu-list .rootmenu-submenu li{
	background: rgb(106,213,195) !important;
	border:0 none !important;
}

.rootmenu > .rootmenu-list .rootmenu-submenu::before {
display:none;
}

.rootmenu > .rootmenu-list .rootmenu-submenu li a
	background: rgb(106,213,195) !important;
}

.head-title-mobile .small{
font-weight:inherit !important;
}

.gov {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  padding: 0px 15px !important;
}

.cov-block {
  padding: 0px 15px;
}

.covd-war p, .cov-block p{
  font-size: 12px !important;
  line-height: 22px !important;
}



.covid-ul h2 {
  font-size: 15px;
  font-weight: 500;
}


.tabbing .col-12{
	padding:0px !important;
}

.tabbing .data.item.content p, .product.attribute.overview p {
  font-size: 13px !important;
}

 .tabbing .product.data.items > .item.content{
 	font-size:12px;
 	width:100% !important;	
 	 line-height: 22px !important;
 }
 
 #accordion ul li, #accordion ul li a {
  font-size: 13px !important;
  color: #000 !important;
  line-height:22px !important;
  color: #212529 !important;
}
 
 #accordion .data.item.title a {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  padding-top:0px;
}

@media only screen and (max-width: 767px) {

.tabbing .arrow {
  top: 0px !important;
}

}

.tabbing .data.item.title {
  height: 60px;
}

.hearing-block p, .weight-options p {
  font-size: 14px;
  line-height: 20px;
}

.fpc-block.health-block{
	margin:0px 15px;
}

.health-icons a.link {
  font-size: 14px;
  font-weight: 499;
  padding: 10px 6px;
}

.testimonials-slider p {
  line-height: 20px;
  font-size:13px;
}

a.nav-sections-item-switch{
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #121212;
}

.nav-sections-item-title {
  background: #f7f7f4;
  border: solid #f7f7f4;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 0 1px 1px;

}

.rootmenu-arrow{
	background:#111 !important;
}

.rootmenu-arrow::before,  .rootmenu-arrow::after {
  background-color: #ffffff !important;
}

}

.opc-progress-bar{
	display:none;
}

.opc-wrapper{
	padding-top:70px;
}


.product-accordion h2{
	color:#121212;
    font-size: 34px !important;
    padding: 10px 20px !important;
    border-radius: 0px !important;
    margin: 30px auto 30px auto !important;
    text-align: center !important;
    display: table !important;
}

.authorization-link a:before {
    color: #fff !important;
}

.customer-welcome.active .header.links .authorization-link a:before{
	display:none;
}

.customer-welcome.active .header.links .authorization-link a{
	font-size:14px;
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
    cursor: pointer;
    background: #fff;
    border: 0 none;
    padding-left: 0px;
}

mark, .mark {
    padding: 0.2em;
    background-color: transparent;
}

.checkout-agreement {
    padding: 0px;
    background: transparent; 
     border-top: 0 none;
}

input[type="checkbox"] {
    margin: -2px 5px 0 0 !important;
}

.field-error, div.mage-error[generated] {
    margin-top: 1px !important;
    margin-left: 10px !important;
}

.opc-payment-additional {
    margin-bottom: 10px;
}


@media only screen and (max-width: 900px) {

	.account .mobile{
		
		margin-top:20px !important;
	
}

	.account .block-collapsible-nav .title{
background:#efefef;
}

	.account .columns .column.main , .customer-account-login .column.main{
    padding: 20px;
}

	.account  .block-collapsible-nav .item {
    /* margin: 3px 0 0; */
    display: block !important;
    width: 100%;
}

.nav-sections .header.links {
    left: 0px;
}

.nav-sections .header.links li, .nav-sections .header.links li a {
    font-size: 1.6rem;
    margin: 0;
    color: #121212;
}

li a.search{
display:none !important;
}

.nav-sections .header.links, .nav-sections .header.links li{
border-bottom:0 none !important;
}

.panel.wrapper .header.links{
display:none !important;
}

.sagepay-customer-profile table{
overflow:auto;
}
}

.newsletter-main .lft p{
	padding-top:0px !important;
}

.acc-cont{
background:transparent !important;
padding:0px !important;
}

@media only screen and (max-width: 400px) {

.product.data.items {
  padding: 0 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.stores-short .inner h2, .stores-short .inner p {
    max-width: 60% !important;
  }

}

.tabbing .arrow{
display:none;
}


#accordion .data.item.title a {
    line-height: initial !important;
    color: #121212 !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px !important;
}

.tabbing .data.item.title {
  height: auto !important;
}

.tabbing .data.item.title {
  padding: 20px 0px !important;
  background: #ece9e4;
    padding: 15px;
}
.product.data.items > .item.title {
    padding: 15px !important;
    line-height: 22px !important;
  }

.product.data.items>.item.title>.switch {
    height: auto !important;
}

.tabbing .data.item.title {
  padding: 15px 0px !important;
  text-align: center;
}

.tabbing .data.item.title:hover {
  cursor:pointer;
}

#accordion .data.item.title a:hover, .data.switch:hover{
background:#ece9e4 !important;
}



.tabbing .product.data.items > .item.content {
padding:20px 0px !important;
margin:0px !important;
}
.tabbing .product.data.items > .item.content p, .tabbing .product.data.items > .item.content li, .tabbing .product.data.items > .item.content a{
font-size:14px !important;
line-height:21px !important;
}

.tabbing .product.data.items > .item.content ul, .tabbing .product.data.items > .item.content ol{
padding:0px;
margin:0px 17px;;
}

#accordion{
max-width: 1000px !important;
    margin: 0 auto;
    margin-bottom:20px;
}

 .tabbing .product.data.items > .item.title > .switch {
    max-width: 100% !important;
  }

#element {
  padding: 0px 15px;
}




@media only screen and (max-width: 800px) {



.head-icons{
padding:20px 0px;
max-height:auto !important;
}

.head-icons h3{
font-size:12px;
margin-top:10px;
}

.buy-option .product.data.items > .item.content {
  margin-top: 0px;
  padding: 15px !important;
  border: 0 none !important;
  background: #efefef !important;
  min-width: 350px !important;
  margin-left: -15px;
}
.column.main{
.min-width: 350px !important;
  margin-left: -15px;
}
}

.tabbing .data.item.title {
    border-bottom: 0px none !important;
}

.weight-img img, .product-options img{
filter: grayscale(100%) !important;
}


.clinics a{
background: #121212;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

.clinics a:hover{
background:#222;
}

.row-full-width-inner{
min-width:100% !important;
}

[data-content-type='row'][data-appearance='contained']{
min-width:100% !important;
}

.bluebar{
background: #566577 !important;
    padding: 30px 30px;
}
.bluebar h3{
color: #fff !important;
background:transparent !important;
    font-weight: 700 !important;
    font-size: 2.8vw !important;
}

@media only screen and (max-width: 600px) {
.bluebar h3{
font-size: 6.8vw !important;
}

.slider-footer img{
display:none !important;
}
}


.bluebar p{
color: #fff;
font-size:16px;
}

.bluebar p strong{
color: #fff;
font-size:24px;
}

.weight-img .fa{
font-size:62px !important;
color: #566577 !important;
}

.topme{
padding-top:50px !important;
}
.price-cont h3{
background: #566577 !important;
    color: #fff;
    padding: 10px;
    font-weight: 700 !important;
}

.price-cont h3 a, .price-cont .pricebox a{
font-family: 'Nexa Bold' !important;
background: transparent !important;
    color: #fff;
    font-size: 27px;
letter-spacing:0px;
text-transform:inherit !important;
line-height:32px;
}

.price-cont a{
background: #566577 !important;
color:#fff;
padding:10px 20px;
display:inline-block;
border-radius:5px;
text-transform:uppercase;
font-weight:bold;
margin-bottom:20px;
}

a.get:hover{
background:#222 !important;
}

.price-cont .pricebox small{
    color: #121212 !important;
    display: block;
    text-align: center;
    margin: 20px 0px -5px 0px;
    font-size: 18px;
}

.price-cont .pricebox h2{
    font-size: 28px  !important;
    color: #121212 !important;
}

.price-cont ul{
padding:0px;
margin:25px 0px;
list-style:none;
display:block;
}

.price-cont ul li{
line-height:25px;
color:#121212;
}

.priceimg img{
margin:auto;
max-height:150px;
margin-top:20px;
}

.priceimg a{
background:transparent !important;
}

.price-cont ul li:before{
font-family: FontAwesome !important;
    content: "\f00c";
 color:#566577 !important;
margin-right: 10px;
    font-size: 1.3em;
}

.price-cont{
margin:25px;
border:1px solid #d1d1d1;
border-radius:15px;
overflow:hidden;
text-align:center;
-webkit-box-shadow:0px 0px 14px 5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.25);
box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.25);
padding-bottom:50px;
background: #ece9e4 !important;
}

.price-cont a:hover{
text-decoration: none !important;
}

.meet-team, .work-with{
background:#f7f7f4;
}
.head-icons{
background:#ece9e4;
}


@media only screen and (max-width: 766px) {
    .mobile {
        display: block;
        padding: 20px;
        text-align: center;
        color: #fff;
        background: #ece9e4 !important;
        transition: 0.5s;
    }
    
        .mobile  h2,     .mobile p{
        color:#121212;	
        }
    
     .mobile img{
     	
     }
         .product-accordion h2, .product-options h2, .hearing-block h2, .weight-options h2 {
        font-size: 17px !important;
    }

    .rootmenu > .rootmenu-list.mobile-sub > li > a {
        color: #121212 !important;
    }
          .rootmenu > .rootmenu-list .rootmenu-submenu li , .rootmenu > .rootmenu-list .rootmenu-submenu{
        background: #f7f7f4 !important;
    }
.rootmenu > .rootmenu-list .rootmenu-submenu li a {
    color: #121212;
}
}

.block-minicart .subtitle.empty {
    color: #121212;
}

.head-title .wht-action.inv{
background:#566577 !important;
color:#fff !important;
font-family: 'Nexa Bold';
text-transform:uppercase;
padding:18px;
border-radius:5px;
-webkit-box-shadow:0px 0px 23px 2px rgba(255,255,255,0.9);
-moz-box-shadow: 0px 0px 23px 2px rgba(255,255,255,0.9);
box-shadow: 0px 0px 23px 2px rgba(255,255,255,0.9);
}


.head-title .wht-action.inv:hover{
	background:#121212 !important;
}

