/*
Theme Name: Healtmode
*/

/*.pt-sans-regular {
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
}

.pt-sans-bold {
    font-family: "PT Sans", serif;
    font-weight: 700;
    font-style: normal;
}

.pt-sans-regular-italic {
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: italic;
}

.pt-sans-bold-italic {
    font-family: "PT Sans", serif;
    font-weight: 700;
    font-style: italic;
}*/

html, body{
    height: 100vh;
    font: 400 16px/1.4 "Montserrat", sans-serif;
}

html{
	
}

/*Disable zoom*/
.woocommerce-product-gallery__image {
        pointer-events: none !important;
    }

body{
    width:100%;
    color: #222;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

h1{
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 0 60px 0
}

h2{
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 60px 0
}

h2 .small{
    display: inline-block;
    position: relative;
    margin: 20px 0 0 0;
    font-size: 1.2rem;
    max-width: 750px
}

h2 .small:before{
    display: block;
    position: absolute;
    top:-10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #0c9990;
    content: ''
}

h3{
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 0 30px 0
}

p{
    margin: 0 0 8px 0
}

ol{
	margin: 0 0 8px 0;
	padding:0 0 0 18px
}

ul{
	margin: 0 0 8px 0;
	padding:0 0 0 15px
}

li{
	padding:0;
	margin:0 0 4px 0
}

a{
	color:#008275
}

a:hover{
	color:#07b1a6
}

.btn-primary, .btn-primary:focus, .btn-primary:active{
    display: inline-block;
    background-color: #d54364 !important;
  border: 2px solid #d54364 !important;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: .9rem;
    text-transform: uppercase;
    transition: all .3s;
	outline:none;
		box-shadow:none !important
}

.btn-primary:hover{
     background-color: #e94f72 !important;
  border: 2px solid #e94f72;
    color: #fff;
    text-decoration: none;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary:active{
    display: inline-block;
    background-color: #f4fbfa !important;
  border: 2px solid #f4fbfa !important;
    color:#0d9e95;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: .9rem;
    text-transform: uppercase;
    transition: all .3s;
	outline:none;
		box-shadow:none !important
}

.btn-secondary:hover{
     background-color: #fff !important;
  border: 2px solid #fff;
    color: #0d9e95;
    text-decoration: none;
}

.btn-primary:disabled{
	background: #d54364;
  border: 2px solid #c33253;
}

.btn-hollow {
    display: inline-block;
    border: 2px solid #d54364;
    color: #d54364;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: .9rem;
    text-transform: uppercase;
    transition: all .3s;
}

.btn-hollow:hover{
     background:#e94f72;
  border: 2px solid #e94f72;
    color: #fff;
    text-decoration: none;
}

.btn-hollow-2 {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: .9rem;
    text-transform: uppercase;
    transition: all .3s;
}

.btn-hollow-2:hover{
     background:#fff;
  border: 2px solid #fff;
    color: #0c9b92;
    text-decoration: none;
}

.nowrap{
    white-space: nowrap
}

#overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 95;
    display: none;
    cursor: pointer
}

#overlay.active {
    display: block;
}

#mobile-menu{
    padding: 30px 20px 0;
    display: block;
    background: #fff;
    position: fixed;
    opacity: 0;
    left: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 99;
    overflow-y: auto;
    scrollbar-color: #033232 #ccc;
    scrollbar-width: thin;
    transition: left .6s, opacity .3s;
}

#mobile-menu ul{
    margin: 0;
    padding: 0;
    list-style: none
}

#mobile-menu ul li{
    font-size: 1.2rem;
    padding: 10px 0;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea
}

#mobile-menu ul li:last-child{
    border:none
}

#mobile-menu ul li a{
    color: #222;
    text-decoration: none !important
}

#mobile-menu ul li a:hover{
    color: #084639
}

#mobile-menu ul.sub-menu{
    margin: 0 10px -7px 10px
}

#mobile-menu ul.sub-menu li{
    font-size: 1rem;
    font-weight: 400;
    padding: 8px 0;
}

#mobile-menu ul.sub-menu li:last-child{
    border:none
}

#menu-top-close{
    text-align: right;
    cursor: pointer
}

#menu-top-close i{
    color: #d54364;
    font-size: 25px;
}

#mobile-menu.active{
    left: 0;
    opacity: 1;
}

#mobile-menu-social{
    background: #f4fbfa;
    border-top: 1px solid #e3efee;
    padding: 30px;
    text-align: center;
    margin: 10px -20px 0
}

#mobile-menu-social a{
    margin: 0 10px;
    text-decoration: none !important;
    fill:#0eaba1;
    transition: all .3s
}

#mobile-menu-social a:hover{
    fill:#10c3b8
}

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 50;
    box-shadow:  0 5px 15px -5px rgba(0,0,0,.25)
}

#header-top{
	height:40px;
	background:#f5f8f8;
	line-height:40px
}

#header-top-info{
	font-size:15px;
	color:#666
}

#header-top-info a{
	color:#666
}

#header-top-social{
	text-align:right
}

#header-top-social a{
    padding: 0 5px;
    text-decoration: none !important
}

#header-top-social a svg{
    fill: #0eaba1;
    transition: .3s all
}

#header-top-social a:hover svg{
    fill: #10c3b8;
}


#header-logo img{
	margin:10px 0;
    max-height: 50px;
    max-width: 100%

}

#header-menu .menu{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

#header-menu .menu > li{
    margin: 0;
    padding: 0;
    font-size: .9rem;
    position: relative;
}

#header-menu .menu > li > a{
    color: #222;
    display: block;
    line-height: 100px;
    position: relative
}

#header-menu .menu > li > a:hover{
    text-decoration: none;
}

#header-menu .menu > li > a:after{
    position: absolute;
    display: block;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #0eaba1;
    content: '';
    transition: .3s all
}

#header-menu .menu > li > a:hover:after{
    opacity: 1
}

#header-menu .sub-menu{
    margin: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    position: absolute;
    top:95px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 0 0 0;
    
    transition: opacity .3s 
}

#header-menu .sub-menu > li{
    margin: 0;
    padding: 0;
    background: #fff;
    white-space: nowrap;
    position: relative;
    box-shadow:  0 5px 15px -5px rgba(0,0,0,.25);
}

#header-menu .sub-menu > li:first-child{
    border-radius: 4px 4px 0 0
}

#header-menu .sub-menu > li:first-child:before {
    position: absolute;
    content: '';
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    transform: translateX(-50%);
}

#header-menu .sub-menu > li:last-child{
    border-radius: 0 0 4px 4px;
}


#header-menu li:hover .sub-menu{
    visibility: visible;
    opacity: 1
}

#header-menu .sub-menu > li > a{
    color: #222;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eaeaea;
    text-decoration: none !important;
    transition: all .15s
}

#header-menu .sub-menu > li:first-child > a{
    border-radius:3px 3px 0 0;
}

#header-menu .sub-menu > li:last-child > a{
    border:none;
    border-radius: 0 0 3px 3px;
}

#header-menu .sub-menu > li > a:hover{
    background: #07b1a6;
    color: #fff
}

#header-top-phone{
	text-align:right
}

#header-top-phone a{
	vertical-align:middle
}

#menu-mobile-toggle{

    cursor: pointer
}


 #menu-mobile-toggle i {
    background: #0eaba1;
  vertical-align: middle;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: all .3s;
  height: 44px;
  margin-left: 10px;
  width: 44px;
  font-size: 20px;
  border-radius: 10px;
}

 #menu-mobile-toggle:hover i{
    background: #10c3b8
}


#main{
    padding: 140px 0 0 0;
    flex: 1 0 auto
}

#main-image {
    height: 550px;
    background: url(/wp-content/uploads/2025/02/whatsapp-image-2025-01-28-at-22.12.33.jpeg) center center no-repeat;
    background-size: auto;
    background-size: cover;
    position: relative;
    z-index: 1;
    
}


#main-image:before {
    position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(20,35,55,.55) url(images/checker.png);
  opacity: .4;
  z-index: 1;
}

#main-image .container{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:100%;
}

#main-image-text{
    color: #fff;
}

#main-image-text h1{
    font-size: 2.8rem;
	margin:0
}

#main-image-text-subtitle{
	position: relative;
	margin-top:45px;
}

#main-image-text-subtitle:after {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 150px;
    height: 2px;
    background: #fff;
    content: '';
}

#main-image-text p{
    font-size: 1.75rem
}

#main-image-text p .small{
	font-size: 1.2rem;
	opacity:.85
}

#main-image-text ol{
	padding:0 0 0 30px;
	margin:0 0 8px 0;
}

#main-image-text ol li{
	padding:0;
	margin:0 0 8px 0;
	font-size: 1.75rem
}

#main-image-text a{
	margin:15px 0 0 0
}

#main-image-text #main-image-buttons{
    display: flex;
    gap:20px;
    margin: 30px 0 0 0
}

#main-banner {
  min-height: 550px;
  position: relative;
}

#main-banner-slider{
	position:absolute;
	z-index:1;
	top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.main-banner-f{
	min-height: 550px;
  position: relative;
	background: url(images/sl1.jpg) right top no-repeat;
	background-size:cover
}


.main-banner-f:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(20,20,45,.55) url(images/checker.png);
  opacity: .55;
  z-index: 2;
}


#main-banner-slider .slick-dots{
	z-index: 3;
  position: absolute;
  bottom: 0;
}

#main-banner-slider .slick-dots li button:hover::before, #main-banner-slider .slick-dots li button:focus::before {
  opacity: .85;
  color: #fff;
}

#main-banner-slider .slick-dots li.slick-active button::before {
  opacity: .85;
  color: #fff;
}


#main-banner .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
	margin-bottom:50px
}

#main-banner-text{
	position:relative;
	z-index:3;
	color:#fff
}

#main-banner-text h1 {
  font-size: 2.8rem;
  margin: 0;
}

#main-banner-text-subtitle {
  position: relative;
  margin-top: 15px;
}

#main-banner-text-subtitle p {
  font-size: 1.75rem;
}

#main-banner-text-subtitle a{
	margin:15px 0 0 0
}

#main-banner-form{
	background:#fff;
	padding:30px;
	border-radius:5px;
	text-align:center
}

#main-banner-form p {
  font-size: 1rem;
}

#main-banner-form p#main-banner-form-title{
	font-size: 1.5rem;
	font-weight:700;
	line-height:1.1
}

#main-banner-form a{
	margin:15px 0 0 0
}

#main-text{
    padding: 100px 0; 
}

#main-text h2{
    margin-bottom: 30px
}

#main-text h3{
    margin:20px 0 15px 0
}

#main-text-img{
	background-image:url();
background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	border-radius:3px;
	overflow:hidden;
	height: calc(100% - 7px);
	max-height:600px;
  margin: 7px 0 0 0;
}

#main-text-embed-img{
	border-radius: 3px;
  float: right;
  margin: 5px 0px 10px 20px;
  max-width: 50%;
}

#main-text p, #main-text ul{
    font-size: 1.2rem
}

#main-text-buttons{
     margin: 20px 0 0 0
}

#main-text-price{
     margin: 20px 0 0 0
}

#events{
    padding: 100px 0;
    text-align: center;
    background: #f5f5f5
}

.events-item{
	margin:0 0 30px 0;
	text-align:center
}

.events-item-icon{
	display:inline-block;
	padding:30px;
	max-width: 150px;
	border: 1px solid #fafcfc;
	border-top: 1px solid #fff;
  text-align: center;
	margin:0 0 15px 0;
  background: #fcfcfc;
  border-radius: 3px;
  transition: .3s all;
  box-shadow: 0 4px 8px -5px rgba(0,0,0,.1);
}

.events-item-name{
	text-decoration: none;
	font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 700;
}

.events-item-name a{
	text-decoration:none !important
}

.events-item-icon:hover{
	border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,.2);
}

.events-item-icon img{
	width:100%
}

#events-form{
	height: calc(100% - 70px);
	position:relative;
	background: url(/wp-content/uploads/2025/01/evform.jpg) right top no-repeat;
	background-size:cover;
	border-radius:3px;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:15px
}

#events-form:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(20,20,45,.55) url(images/checker.png);
  opacity: .55;
  z-index: 1;
}

#events-form p{
	position:relative;
	z-index:2;
	text-align:center;
	color:#fff;
	margin-bottom:15px
}

#events-form-name{
	font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
}

.menurow{
	background: #fff;
  padding: 50px 0;
}

.menurow:nth-child(2n) {
  background: #f5f5f5;
}

.menurow h2{
	text-align:center
}

#main .orderby{
	height: 40px;
  width: 100%;
  padding: 0 20px;
  border-radius: 3px;
  background: #f8f8f9;
  border: 1px solid #d7e2e6;
	margin: 0 0 30px 0;
}

#main .products.columns-3{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#main .products.columns-3 li.product{
	position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	margin:0 0 45px 0;
	text-align:center
}

.menurow .product{
	
}

#main .products .product img{
	position: relative;
  filter: brightness(1);
  border-radius: 3px;
  transition: .3s all;
  margin: 0 0 15px 0 !important;
	background:#fff
}

#main .products .product:hover img{
	filter: brightness(1.1);
	box-shadow: 0 5px 10px -6px rgba(0,0,0,.4) !important
}

#main .product .woocommerce-loop-product__title{
  font-size: 1.4rem !important;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  margin: 0 0 15px 0 !important;
	padding:0 !important;
	color:#000
}

#main .products .product .woocommerce_short_description{
	margin: 0 0 15px 0 !important;
}

#main .products .product .woocommerce_short_description p{
	color: #666 !important;
  margin: 0;
  font-size: .9rem;
}

#main .products .product .price {
  font-size: 1.2rem !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
	color:#09978e;
}

#main .products .product .price del {
  opacity: .75 !important;
	font-size: 1rem !important;
}

#main .products .product .price ins, #main .products .product .price del{
	margin:0 5px
}

#main .products .product .onsale {
  /*display:none !important*/
	background: #db3258;
  border-radius: 0;
  top: 10px;
  left: 10px;
  padding: 0 15px;
  right: auto;
}

#main .products .cart{
	display: flex;
  flex-flow: row wrap;
  margin: 15px auto 0;
  justify-content: center;
  max-width: 290px;
  gap: 15px;
}

#main .quantity{
	display:flex;
	margin:0 15px 0 0;
	justify-content:center
}

#main .products .cart .quantity, #main .woocommerce-cart-form .quantity{
	margin:0
}

#main .quantity .minus, #main .quantity .plus{
	margin:0;
	padding:0;
	width:40px;
	border:1px solid #ddd;
	background:#f5f5f5;
	font-size: 1.2rem;
  line-height: 0;
	transition: all .3s;
}

#main .quantity .minus:hover, #main .quantity .plus:hover{
	background:#fff
}

#main .quantity .minus{
	border-radius:10px 0 0 10px;
	border-right:none
}

#main .quantity .plus{
	border-radius:0 10px 10px 0;
	border-left:none
}

#main .products .cart .quantity{
	flex-basis:100%;
}

#main .quantity .qty{
	height:49px;
	margin:0;
	border:1px solid #ddd;
	border-radius:0;
	position:relative;
	
}


#main .products .cart .quantity .qty{
	height:40px;
	flex-grow:1
}


#main .products .cart .btn-hollow{
	font-size: .85rem;
	padding: 15px 20px;
	flex-grow:1
}


#main .summary .btn-hollow{
	display:none
}

#main .single_add_to_cart_button{
	margin: 0;
  display: inline-block;
  background: #033232;
  border: 2px solid #033232;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  transition: all .3s;
	flex-grow:1
}

#main .single_add_to_cart_button:hover{
  background: #065656;
  border: 2px solid #065656;
}


#main .add_to_cart_button{
  display: inline-block;
  background: #033232;
  border: 2px solid #033232;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 25px;
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase;
  transition: all .3s;
  
}

#main .add_to_cart_button:hover{
  background: #0daaa0;
  border: 2px solid #0daaa0;
  color: #fff;
  text-decoration: none;
}

#main .woocommerce a.button.added:after, #main a.added_to_cart {
	display:none !important
}

#main .onsale{
	background: #db3258;
  border-radius: 0;
  top: 5px;
  left: -5px;
  padding: 0 15px;
}

#main .woocommerce-product-gallery__wrapper{
	background:#fff;
}

#main .flex-control-thumbs{
  margin: 5px 0 0 0;
  gap: 7px;
  display: flex;
}

#main .single-product .flex-viewport{
	border-radius:3px
}

#main .single-product .flex-control-nav{
	margin:10px -5px 0 -5px
}

#main .single-product .flex-control-nav li{
padding: 0 5px;
	margin: 0 0 10px 0
}


#main .single-product .flex-control-nav li img{
border-radius:2px
}

#main #page-content h1.product_title {
	font-size: 2rem;
  margin-bottom: 20px;
}

#main .woocommerce-product-rating{
	margin-bottom:20px
}

#main .star-rating{
	color: #f29f00;
}

#main div.product p.price{
	font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 20px 0 20px;
	color:#325b60
}

#main div.product #discount-amount{
	margin:0 0 40px 0
}

#main div.product #discount-amount span{
	color:#fff;
	display:inline-block;
	padding:5px 10px;
}

#main div.product span#discount_percentage{
	background:#b31a3c;
	padding:6px 9px 6px 10px;
	font-weight:600
	
}

#main div.product span#discount_amount_num{
	background:#e65173;
	border:1px solid #b31a3c

}



#main .single-product .entry-summary .single_variation{
	margin: 15px 0 30px 0;
}

#main .single-product .entry-summary .variations select{
  height: 49px;
  padding: 0 0 0 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 10px 0 0;
}


/*#main .single-product .entry-summary .wc-tabs{
	display:none
}*/

#main ul.tabs{
	padding:0
}

#main ul.tabs::before{
	display:none
}

#main ul.tabs li {
  border: none;
  background: none;
	border-radius:0
}

#main ul.tabs li:before, #main ul.tabs li:after{
	display:none
}

#main ul.tabs li a{
	font-weight:600;
	color:#222
}

#main ul.tabs li a:hover{
	color:#09978e
}

#main ul.tabs li.active {
  background: none;

  border-bottom:4px solid #09978e
}

#main .woocommerce-Tabs-panel h2{
	display:none
}

#main #reviews #comments ol.commentlist{
	padding:0
}

#main #reviews #comments ol.commentlist li img.avatar{
	width: 46px;
  border-radius: 50%;
  border: none;
  padding: 2px;
  background: #c5c5c5;
}

#main #reviews #comments ol.commentlist li .comment-text{
  margin: 0 0 0 60px;
  border: none;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 8px -5px rgba(0,0,0,.2) !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 1rem;
  color: #222;
  margin: 0 0 8px 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date{
	display:none
}

#main #review_form_wrapper{
	padding: 25px 0 0 0;
  border-top: 1px solid #ddd;
  margin: 25px 0 0 0;
}

#main #review_form_wrapper #reply-title{
	display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 20px 0;
}

#main p.stars a{
	color:#f29f00
}

#main p.stars a:hover{
	color:#ffb019
}

#main #review_form #respond textarea {
  height: 150px;
  width: 100%;
  padding: 0 20px;
  border-radius: 3px;
  background: #f8f8f9;
  border: 1px solid #d7e2e6;
}

#main #review_form #respond .form-submit input{
	display: inline-block;
  background: #033232;
  border: 2px solid #033232;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 25px;
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase;
  transition: all .3s;
}

#main #review_form #respond .form-submit input:hover{
	background: #065656;
  border: 2px solid #065656;
}

#main .related.products{
	clear:both
}

#main .woocommerce-cart-form{
	margin:0 0 45px 0
}

#main .woocommerce table.cart{
	border:none
}

#main .woocommerce table.cart td, #main .woocommerce table.cart th{
	width:27%;
	text-align:center;
}

#main .woocommerce table.cart td.product-remove, #main .woocommerce table.cart th.product-remove{
	width:50px;
	text-align:center;
}
#main .woocommerce table.cart td.product-thumbnail, #main .woocommerce table.cart th.product-thumbnail{
	width:120px;
	text-align:center;
}

#main .product-thumbnail img{
	width:100%;
	max-width:200px;
	height:auto;
	border-radius:3px
}

#main .woocommerce table.cart button{
	display: inline-block;
  background: #d54364;
  border: 2px solid #d54364;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 0 20px;
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase;
  transition: all .3s;
	line-height:45px
}

#main .woocommerce table.cart button:hover{
  background: #e94f72;
  border: 2px solid #e94f72;
  color: #fff;
  text-decoration: none;
}

#main .woocommerce table.cart a.remove {
  display: block;
  font-size: 1.5em;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  color: #222 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  border: 2px solid #222;
  transition: .3s all;
}


#main .woocommerce table.cart a.remove:hover {
  color: #fff !important;
  background: #d54364  !important;
	border: 2px solid #d54364  !important;
}

#main #customer_details .col-1, #main #customer_details .col-2{
	flex:auto;
	max-width: none;
}

#main .woocommerce-billing-fields{
	background:#069f8a;
	color:#fff;
	padding: 15px 25px;
  border-radius: 3px;
	margin: 8px 0 0 0;
}

#main .woocommerce-billing-fields h3{
	margin:5px 0 15px 0
}


#main .woocommerce-billing-fields .form-row{
	flex-direction: column;
	margin:0;
	padding:0
}

#main .woocommerce-billing-fields .form-row label{
	margin:0 0 5px 0;
	opacity:.95
}

#main .woocommerce-billing-fields .form-row.woocommerce-invalid label{
	color:#fff;	
}

#main .woocommerce-billing-fields .required{
	color:#fff;	
}

#main .woocommerce-billing-fields input {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #1e625d;
  background: #007d6c;
  color: #c6dbdb;
}

#main .select2-container .select2-selection {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #1e625d;
  background: #007d6c;
  color: #c6dbdb;
}

#main .select2-container .select2-selection--single .select2-selection__rendered{
	line-height:50px;
	padding:0;
	color: #c6dbdb;
}

#main .woocommerce-billing-fields .form-row.woocommerce-invalid input{
	background: #c84965;
  border: 1px solid #971734;
  color: #fff;
}

#main .customer_details{
	margin:0 0 45px 0
}


#main h3#order_review_heading{
	margin:0 0 15px 0
}

#main .woocommerce-checkout-review-order{
	font-size:.9rem
}

#main #order_review{
	background:#fff
}

#main .woocommerce-checkout #payment {
  background:#fff;
  border-radius: 3px;
	border: 1px solid rgba(0,0,0,.1);
}

#main .woocommerce-checkout #payment ul.payment_methods{
	padding:10px 15px;
}

#main .woocommerce-billing-fields .form-row{
	padding:10px 0;
}

#main .woocommerce-checkout #payment  label{
	margin:0
}

#main .woocommerce-checkout #payment ul.payment_methods li {
  font-weight: 700;
}

#main .woocommerce-privacy-policy-text{
	margin:0 0 15px 0
}


#main #place_order{
	display: inline-block;
  background: #d54364;
  border: 2px solid #d54364;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 0 20px;
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase;
  transition: all .3s;
	line-height:45px;
}


#main #place_order:hover{
	background: #e94f72;
  border: 2px solid #e94f72;
  color: #fff;
  text-decoration: none;
}

#main #billing_country_field{
	display:none
}

.woocommerce-message::before {
	color: #069f8a;
}

.woocommerce-message {
  border-top-color:#069f8a;
}

#galery{
	    background: #f5f5f5;
    padding: 100px 0;
    text-align: center;
}

.gal-item{
    position: relative;
    border-radius: 2px;
    display: block;
    aspect-ratio:1;
    margin: 0 0 30px 0;
    background-size: cover;
    background-position: center center;
    transition: .3s all
}

.gal-item:hover {
    box-shadow: 0 5px 10px -5px rgba(0,0,0,.4);
}

.gal-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: ' ';
    background: rgba(20,20,45,.55) url(images/checker.png);
    opacity: .2;
    z-index: 1;
    transition: all .3s;
}

.gal-item:hover:before {
    opacity: .0;
}

#gal-btn{
	text-align:center;
	margin-top:15px
}

#why{
background:#f4fbfa;
    padding: 100px 0;
    text-align: center;
}

#partners-why #why{
background:#fff;
}

.why-item{
        margin: 0 auto 30px;
    padding: 15px;
    max-width: 400px;
   }


.why-item img{
    width: 85px;
    margin: 5px 0 10px 0
}

.why-title{
	text-transform:uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    margin: 0 0 20px 0;
}

.why-title:after {
    display: block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;        
    height: 1px;
    background: #ccd7d5;
    content: '';
}

#prodcts{
	padding: 100px 0;
    text-align: center;
}

#trust{
    padding: 100px 0;
    text-align: center;
}

#trust img{
    max-width: 100%;
    margin: 0 0 30px 0
}

#feedback{
    padding: 100px 0;
    /*background: url(images/fbbg.jpg) center center no-repeat;*/
	 background: rgb(12,152,143);
background: linear-gradient(0deg, rgba(12,152,143,1) 0%, rgba(14,171,161,1) 100%); 
    background-size: cover;
    position: relative
}

#feedback h2{
	text-align:center;	
	color:#fff
}

#feedback-slider{
	margin-bottom:60px
}

.feedback-slide.slick-current{
	opacity:1
}

.feedback-slide img{
	max-height:560px;
	max-width:560px;
}

.feedback-slide{
	opacity:.75;
	margin:0 30px
}

#feedback #feedback-slider .slick-dots li.slick-active button:before{
	color:#fff
}

#feedback #feedback-slider .slick-dots li button:before{
	color:#fff
}

#feedback-btn{
    margin: 15px 0 0 0;
    text-align: center
}

#questions{
    padding: 100px 0
}

#questions h2{
    text-align: center
}

.question-item{
    border-top: 1px solid #eaeaea;
}

.question-item:last-child{
    border-bottom: 1px solid #eaeaea;
}

.question-item-name{
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 30px 40px 30px 0;
}


.question-item-name i {
    transition: all .3s;
    font-size: 25px;
    color: #0eaba1;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}

.question-item.active .question-item-name i {
    transform: rotatez(45deg) translateX(-35%) translateY(-35%);
    color: #d54364;
}

.question-item-content{
    margin:0;
    transition: all .6s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.question-item-content p:last-child{
    margin: 0  0 30px 0
}

.question-item.active .question-item-content{
    opacity: 1;
    height: auto;
}

#pageform{
    padding: 100px 0;
    background: #f4fbfa;
}

#pageform-wrap{
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	box-shadow: 0 4px 8px -2px rgba(0,0,0,.1);
}

#pageform-wrap-imagee{
	height:100%;
	background:url(/wp-content/uploads/2025/02/fbg1.jpg) left top;
	background-size:cover
}

#pageform-wrap-content{
	padding:30px 30px 30px 0
}

#pageform h2{
    text-align: center;
	margin: 0 0 15px 0
}


#pageform p {
    margin:0 auto 15px;
    text-align:center;
}

#pageform .form-fields{
max-width:600px;
	margin: 0 auto;
}

#pageform .form-fields input[type="text"] {
  border: 1px solid #e1e8e7;
  color: #333;
  line-height: 56px;
  width: 100%;
  background: #f2f4f4;
  border-radius: 2px;
  padding: 0 15px;
}

#pageform .form-fields input[type="text"]::placeholder {
  color: #333;
}

#pageform .form-fields textarea{
	width:100%;
	border: 1px solid #e1e8e7;
  color: #333;
  line-height: 56px;
  width: 100%;
  background: #f2f4f4;
  border-radius: 2px;
  padding: 0 15px;
	height:200px
}

#pageform .form-fields textarea::placeholder {
  color: #333;
}


#pageform .form-fields input[type="submit"]{
   
}

#pageform a{
	text-decoration:underline
}

.wpcf7-spinner{
    display:none
}

#ascis{
	padding:100px 0;
	color:#fff;
	background: rgb(12,152,143);
  background: linear-gradient(0deg, rgba(12,152,143,1) 0%, rgba(14,171,161,1) 100%);
}

#ascis h2{
	text-align:center
}

#ascis-img{
	height: 100%;
  background: url(/wp-content/uploads/2025/01/photo_2023-03-23_17-.jpg) center center no-repeat;
	background-size:cover;
  border-radius: 3px;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,.15); 
	position:relative;
	transition:.3s all
}

#ascis-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(20,20,45,.55) url(images/checker.png);
  opacity: .2;
  z-index: 1;
  transition: all .3s;
}

#ascis-img:hover{

  box-shadow: 0 5px 10px -5px rgba(0,0,0,.4); 

}

#ascis-img:hover:before {
  opacity: .0;
}

.ascis-item{
	border-bottom:1px solid #4fbbb4;
	padding:15px 0
}



.ascis-item:first-child{
	border-top:1px solid #4fbbb4
}

.ascis-item-title{
	font-size:1.3rem;
	font-weight:700;
	line-height:1.1
	}

.ascis-item a p{
	color:#fff;
	opacity:.95
}

.ascis-item  a:hover{
	text-decoration:none;	
}

.ascis-item  a:hover p{
	opacity:1
}

.ascis-item-btn{
	margin:12px 0 8px 0
}



#team{
	background:#f5f5f5;
	text-align:center;
	padding:100px 0
}

.team-item{
  text-align: center;
  margin: 0 0 30px;
	padding: 0 0 15px 0;
  background: #fcfcfc;
  border-radius: 3px;
	overflow:hidden;
  transition: .3s all;
  box-shadow: 0 4px 8px -5px rgba(0,0,0,.1);
	text-align:center;
	height: calc(100% - 30px);
}

.team-item:hover{
	background:#fff;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,.4);
}

.team-item-img{
	position:relative
}

.team-item-name{
	color:#fff;
	background:#0c9990;
	font-size:1.3rem;
	line-height:1.1;
	font-weight:bold;
	padding:15px;
	transition:.3s all
}

.team-item:hover .team-item-name {
  background: #056a6f;
}

.team-item-name a{
	color:#fff;
	text-decoration:none
}

.team-item-text{
	padding:5px 15px 0
}

.team-item-name .small{
	color: #eff4f4;
	font-size:.9rem;
}

.team-item-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(20,20,45,.55) url(images/checker.png);
  opacity: .2;
  z-index: 1;
  transition: all .3s;
}

.team-item:hover .team-item-img:before{
	opacity:0
}

.team-item-img img{
	width:100%
}

#letters{
	padding:100px 0;
	text-align:center
}

.letters-slide{
	background:#056a6f;
	border-radius:3px;
	color:#fff;
	display:flex;
	padding:15px;
	flex-direction:column;
	justify-content:center;
	transition:.3s all;
	margin:0 15px;
	height:512px
}

.letters-slide-wrap:nth-child(2n) .letters-slide{
	flex-direction:column-reverse;
}

.letters-slide:hover{
	background:#088a82
}

.letter-img{
	text-align:center
}

.letter-img img{
	margin:5px auto 15px auto;
	max-width:100%
}

.letter-name{
	font-size:1.3rem;
	line-height:1.1;
	font-weight:700
}

#page-content{
	background:#fafafa;
    padding: 50px 0 65px 0;
}

#contacts-text{
	display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

#contacts-text i{
	margin:0 8px 0 0
}

#contacts-links{
	position:relative;
	margin:0 0 30px 0
}

#contacts-links:after {
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 128px;
  height: 1px;
  background: #eaeaea;
	content:''
}
  

#contacts-links i{	
	color:#056868;	
}

#contacts-social{
	position:relative;
	margin:30px 0 30px 0
}

#contacts-social:after {
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  width: 128px;
  height: 1px;
  background: #eaeaea;
	content:''
}

#contacts-social a {
  text-decoration: none !important;
  padding: 0 5px 0 0;
}

#contacts-social a svg{
	fill:#056868;
	transition:.3s all
}

#contacts-social a:hover svg{
	fill:#033232
}

#partners-contacts{
	padding:50px 0 35px 0
}

#partners-contacts h2{
	text-align:center
}

.partners-contacts-item{
	margin:0 0 30px 0
}

.partners-contacts-item .row {
  align-items: center;
}

.partners-contacts-img img{
	border-radius: 50%;
  max-width: 100%;
  border: 3px solid #059ca0;
}

.partners-contacts-name{
	text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  margin: 0 0 25px 0;
}

.partners-contacts-name:after {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #ccd7d5;
  content: '';
}

.partners-contacts-text i{
	margin:0 5px 0 0;
		color:#059ca0
}

.partners-contacts-text svg{
	width:17px;
	margin:0 5px 0 0;
		fill:#059ca0
}

#pagebanner {
  height: 250px;
  background:url(/wp-content/uploads/2025/01/eventsbg.jpg) center center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

#pagebanner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(0,65,45,.55) url(images/checker.png);
  opacity: .55;
  z-index: 1;
}

#pagebanner h1{
	position:relative;
	z-index:2;
	color:#fff;
	margin:0
}

#page-content h1{
	margin-bottom:30px
}

#page-content h2{
	margin:20px 0 10px
}

#page-content h2:first-child{
	margin:0 0 10px
}

#page-content h3{
	margin:15px 0 10px
}

#page-content .feedback-item{
	border: 1px solid #eee
}

#page-content .feedback-item:hover{
	border: 1px solid #fff;
box-shadow: 0 5px 10px -5px rgba(0,0,0,.2);
}

.blog-item{
	border-radius:3px;
	background: #fafcfc;
  margin: 0 0 30px 0;
  transition: .3s all;
  height: calc(100% - 30px);
  border-radius: 3px;
	overflow: hidden;
  box-shadow: 0 4px 8px -2px rgba(0,0,0,.1);
	border: 1px solid #eee;
}

.blog-item a{text-decoration:none !important}

.blog-item:hover{
	background:#fff;
  border: 1px solid #fff;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,.2);
}

.blog-item-img {
  position: relative;
}

.blog-item-img:before {
  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  left: 0;

  content: ' ';

  background: rgba(20,20,45,.55) url(images/checker.png);

  opacity: .2;

  z-index: 1;

  transition: all .3s;

}

.blog-item:hover ..blog-item-img:before {
	opacity:0
}

.blog-item-img img{
	max-width:100%;
	height:auto
}

.blog-item-name{
	font-size:1.2rem;
	font-weight:700;
	line-height:1.1;
	padding:15px;
	text-align:center
}

#candy{
	padding:100px 0;
	background:#f5f5f5;
	text-align:center
}

.candy-item{
	display:block;
	margin:0 0 30px 0;
	position:relative;
	transition:.3s all;
	border-radius:3px;
	overflow:hidden
}

.candy-item:hover{
	box-shadow: 0 5px 10px -5px rgba(0,0,0,.4);
}

.candy-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(20,20,45,.55) url(images/checker.png);
  opacity: .2;
  z-index: 1;
  transition: all .3s;
}

.candy-item:hover:before {
  opacity:0
}

.candy-item img{
	width:100%
}

.offers-item{
	margin:0 0 30px 0
}

.offers-item .row{
	align-items:center
}

.offers-item img{
	width:100%;
	border-radius:3px
}

.offer-name{
	font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 700;
}

.offers-item a{
	margin:10px 0 0 0
}

#events-list{
	margin:0 0 0 0
}

.events-list-item{
	background:#fff;
	padding:50px 0
}

.events-list-item .row{
	align-items:center
}

.events-list-item:nth-child(2n){
	background:#f5f5f5;
}

.events-list-item:nth-child(2n) .row{
	flex-direction:row-reverse
}

.events-list-item-img{
	display:block;
	height:425px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:3px;
	overflow:hidden
}

.events-list-item img{
	width:100%;
	border-radius:3px
}

.events-list-name {
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 700;
}

.events-list-item a {
  margin: 10px 15px 0 0;
}

#offerslider{
	padding:100px 0;
	background:#fff
}

#ofslider{
	margin-bottom:30px
}

.ofslide{
	padding:15px;
	opacity:.3;
	transition:.3s all
}

.ofslide.slick-active{
	opacity:1
}


.ofslide img{
	width:100%;
	border-radius:3px;
}

#of-btn {
  text-align: center;
  margin-top: 60px;
}

#contacts{
	padding:100px 0
}

#contacts h2 {
  position: relative;
  margin: 0 0 30px 0;
}

#contacts h2:after{
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 128px;
  height: 1px;
  background: #eaeaea;
  content: '';
}

#kidsmenu{
	background:#033232;
	padding:100px 0;
	text-align:center
}

#kidsmenu h2{
	color:#fff
}

#kidsmenu h2 .small::before {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #fff;
  content: '';
}

.kidsmenu-item {
  display: block;
  margin: 0 0 30px 0;
  position: relative;
  transition: .3s all;
  border-radius: 3px;
  overflow: hidden;
}

.kidsmenu-item:hover {
  box-shadow: 0 5px 10px -5px rgba(0,0,0,.4);
}

.kidsmenu-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(20,20,45,.2) url(images/checker.png);
  opacity: .1;
  z-index: 1;
  transition: all .3s;
}

.kidsmenu-item:hover:before {
  opacity: 0;
}

.kidsmenu-item img {
  width: 100%;
}

#delivery{
	padding:100px 0;
}

#delivery.grey{
	background:#f5f5f5
}

#delivery h2{
	text-align:center
}

.delivery-item{
	position:relative;
	margin:0 0 30px 0;
	padding: 4rem 0 0 9rem;
}

.delivery-item-num{
	position: absolute;
  top: 0;
  left: 0;
  font-size: 12rem;
  font-weight: 700;
  color: #eac195;
  line-height: .7;
}

.delivery-item p{
	position:relative;
	z-index:2
}

.delivery-item p.delivery-item-name{
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  margin: 0 0 20px 0;
}

#delivery-btn {
  text-align: center;
  margin-top: 15px;
}

.block-delivery{
  border: 1px solid #fafcfc;
  border-top: 1px solid #fff;
  margin: 0 0 15px;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  transition: .3s all;
  box-shadow: 0 4px 8px -5px rgba(0,0,0,.1);
}

.block-delivery:hover{
	border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,.2);
}

.block-delivery-name{
	font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 700;
	margin:15px 0
  
}

.block-delivery .block-delivery-name{
	border-bottom: 1px solid #eaeaea;
  padding: 0 0 15px 0;
	margin:0 0 15px 0
}

.block-delivery img{
	margin:5px 0
}

.block-delivery .block-delivery-name i{
	font-size:1rem;
	margin:0 5px 0 0
}

#block-delivery-call{
	margin:30px 0 0 0;
	padding:30px 0 0 0;
	border-top: 1px solid #eaeaea;
}

#block-delivery-call-btn a{
	font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
}

#block-delivery-call-btn a i{
	font-size: 1rem;
	margin:0 8px 0 0
}

#kidswhy{
	background:#f5f5f5;
	padding:100px 0;
	text-align:center
}

#kidsabout{
	padding:100px 0
}

#kidsabout h2{
	text-align:center
}

#kidsabout-img img{
	width:100%;
	border-radius:3px
}

#kidsabout-text h2{
text-align:left;
	margin:0 0 30px 0
	
}

.prog-item{
  border-radius: 3px;
  transition: .3s all;
  margin: 0 0 30px 0;
	background:#fff;
	display:flex;
	height:calc(100% - 30px)
}

.prog-item:hover{
	box-shadow: 0 5px 15px -6px rgba(0,0,0,.15)
}

.prog-item-image{
  flex: 35% 0 0;
	background-size:cover;
	background-position: center center;
}

.prog-item-text{
	padding:20px 30px
}

.prog-item-name {
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}

#partners-ifyou{
	padding: 100px 0;
}

#partners-ifyou h2 {
  margin-bottom: 30px;
}

.partners-ifyou-item{
  background: #fafcfc;
  margin: 0 0 30px 0;
  transition: .3s all;
  height: calc(100% - 30px);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 8px -2px rgba(0,0,0,.1);
  border: 1px solid #eee;
}

.partners-ifyou-item:hover {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,.2);
}

.partners-ifyou-item img {
  max-width: 100%;
  height: auto;
}

.partners-ifyou-item-name{
	font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 15px;
  text-align: center;
}

#partners-call1 {
  padding: 100px 0;
  color: #fff;
  background: rgb(12,152,143);
  background: linear-gradient(0deg, rgba(12,152,143,1) 0%, rgba(14,171,161,1) 100%);
}

#partners-call1 h2 {
  margin: 0 0 20px 0;
}

#partners-call1 h3 {
  margin:20px 0;
}

#partners-call1 h3:first-child {
  margin:0 0 20px 0;
}

#partners-call1-img img{
	width:100%;
	border-radius:5px;
	box-shadow: 0 4px 8px -2px rgba(0,0,0,.25);
}

#partners-call1-btn{
	margin:20px 0 0 0
}

#partners-advan{
	padding: 100px 0;
}

#partners-advan h2 {
  margin-bottom: 30px;
}

.partners-advan-item {
  margin: 0 auto 30px;
  padding: 15px;
  max-width: 400px;
	text-align:center
}

.partners-advan-item img {
  width: 85px;
  margin: 5px 0 10px 0;
}

.partners-advan-item-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  margin: 0 0 20px 0;
}


.partners-advan-item-title:after {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background: #ccd7d5;
  content: '';
}

#partners-call2{
	padding: 100px 0;
  background: #f4fbfa;
}

#partners-call2 h3{
	margin:0 0 20px 0
}

#partners-call2-btn {
  margin: 20px 0 0 0;
}

#partners-call2-img img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.07);
}

.slick-dots{
	bottom: -40px;
}

.slick-dots li{
	margin:0 2px
}

.slick-dots li button::before {
  font-size: 8px;  
}



.wpcf7 form.init .wpcf7-response-output, .wpcf7-response-output{
	display:none !important
}

#cookiemsg{
display: none;
  position: fixed;
  left: auto;
  right: 25px;
  bottom: 20px;
  width: 250px;
  padding: 15px 20px 2px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  z-index: 2;
}

#cookiemsg.active {
  display: block;
}

#cookiemsg p{
	font-size:14px;
	font-weight:400
}

footer{
    padding: 30px 0;
    flex: 0 0 auto;
    background:#0c9990
}

#footer-logo{
    text-align: left
}

#footer-logo img{
    width: 150px;
    opacity: .9
}

#footer-text{
    text-align: center
}

#footer-text-r{
	text-align:right
}

#footer-text p, #footer-text-r p{
    font-size: 14px;
    color: #e5eaea;
    margin: 0 0 5px 0
}

#footer-text p a, #footer-text-r p a{
    color: #e5eaea;
    text-decoration: underline
}

#footer-text p a:hover, #footer-text-r p a:hover{
    color: #fff
}

#footer-text i, #footer-text-r i{
    font-size: 12px;
    padding: 0 5px 0 0
}

#footer-social{
    text-align: right
}

#footer-social a{
    text-decoration: none !important;
    padding: 0 0 0 5px;
}

#footer-social a svg{
    fill: #e5eaea; 
    transition: .3s all
}

#footer-social a:hover svg{
    fill:#fff
}

#cbox-inline-wrap{
    display:none
}

#cboxLoadedContent, #cboxContent{
    background:none
}

#cboxClose{
    background: none;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
}

.cboxPhoto{
    border-radius: 2px
}

#cboxPrevious {
    background: none;
    height: 40px;
    width: 40px;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    bottom: auto;
    font-size: 0;
}

#cboxPrevious::before {
    font-size: 40px;
    color: #fff;
    font-family: 'slick';
    line-height: 1;
    content: '←';
    text-indent: 0;
    display: block;
    opacity: .9;
}

#cboxNext {
    background: none;
    height: 40px;
    width: 40px;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    bottom: auto;
    font-size: 0;
}

#cboxNext::before {
    font-size: 40px;
    color: #fff;
    font-family: 'slick';
    line-height: 1;
    content: '→';
    text-indent: 0;
    display: block;
    opacity: .9;
}

#cboxClose {
    background: none;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
}

#cboxClose::after {
    height: 24px;
    width: 24px;
    top: 12px;
    right: 12px;
    display: block;
    position: absolute;
    color: #d54364;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 24px;
    content: "\f057";
    text-indent: 0;
    line-height: 1;
    background: url(images/w.png) center center no-repeat;
}

.cbox-form{
	text-align:center;
	background:#fff;
	border-radius:3px;
	padding: 25px 30px 30px;
}

.cbox-form p.cbox-form-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
}

.cbox-form p{
	margin:0 0 15px 0
}

.cbox-form p.cbox-form-text{
	margin:0 0 25px 0
}

.cbox-form input[type="text"] {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 3px;
  background: #f8f8f9;
  border: 1px solid #d7e2e6;
}


.cbox-form textarea {
  height: 200px;
  width: 100%;
  padding: 13px 20px;
  border-radius: 3px;
  background: #f8f8f9;
  border: 1px solid #d7e2e6;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 10px;
  bottom: -45px;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  color: #666;
  padding: 7px 10px;
  z-index: 4;
  transition: all .3s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
}

/* For lg*/

@media (max-width: 1199px) {
    
}

/* For md*/

@media (max-width: 991px) {
	
	#contacts-links p{
		display:inline-block;
		margin:0 10px 0 0
	}
	
	#ascis-img{
		height:400px;
		margin:0 0 15px 0
	}
	
	#main-text-img{
		height:400px;
		margin:0 0 15px 0
	}
	
	#events-form{
		height:auto
	}
	
	#pageform-wrap-content {
  padding: 30px ;
}
	
	#main-text-embed-img{
  float: none;
  margin: 0 0 15px 0;
		width:100%;
  max-width: 100%;
}
	
	#partners-call2-img img{
		margin:0 0 30px 0
	}

	.events-list-item a.events-list-item-img{
		margin:0 0 15px 0
	}
	
	.events-list-name, .events-list-item img {
    margin: 0 0 15px 0;
  }
	
	#kidsabout-img img{
		margin-bottom:30px
	}
	
	#main .products.columns-3 li.product{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

}
	
	#pageform .form-fields p{
		flex-direction:column
	}
	
	#pageform .form-fields input[type="text"]{
		width:100%
	}
	
	#pageform .form-fields input[type="submit"]{
		margin: 15px auto 0 auto;
	}
	
	.offers-item img {
    margin: 0 0 15px 0;
  }
	
	#main h3#order_review_heading{
	margin:30px 0 15px
}
}

/* For sm*/

@media (max-width: 767px) {

    html, body{
        font: 400 14px/1.5 "Montserrat", sans-serif;
    }
	
	#header-top-info{
	font-size:13px;
		white-space:nowrap
}
    
    .why-icon img{
        width: 50px;
        margin: 0 20px 0 0
    }
	
	.offers-item img{
	margin:0 0 15px 0
}
    
	.ofslide{
		padding:0
	}
	
	#degustation{
		text-align:center
	}
	
    #footer-logo{
        text-align: center;
        margin: 0 0 30px 0
    }
    
    #footer-social{
        text-align: center;
        margin: 30px 0 0 0
    }
	
	#footer-text-r{
		text-align:center
	}
	
		#main .products.columns-3 li.product{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}
	#main .woocommerce table.cart{
	}
	
	#main .woocommerce table.cart tr{
		border:1px solid #e1e1e1;
		border-bottom: none;
		padding:5px 0
	}
	
	#main .woocommerce table.cart tr:nth-child(2n) {
  background-color: rgba(0,0,0,.025);
}
	
	#main .woocommerce table.cart tr:nth-child(2n) td {
  background-color: rgba(0,0,0,0);
}
	
	#main .woocommerce table.cart tr:last-child{
		border:none;
		border-top:1px solid #e1e1e1;
		background:#fff;
		
	}
	
	#main .woocommerce table.cart td, #main .woocommerce table.cart td{
		width:100% !important;
		border:none;
		position:relative
	}
	
	#main .woocommerce table.cart td:before, #main .woocommerce table.cart td:before{
		position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
	}
    
}

/* For xs*/

@media (max-width: 575px) {
	#header-top-phone .btn-yellow{
		padding:15px 19px
	}
	
	#cookiemsg{
display: block;
  width:auto;
		right:15px;
		left:15px;
		bottom:15px
}

}



