* {
  margin: 0px;
  padding: 0px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.wait * {
	cursor: wait !important;
}

/*Fonts*/
@font-face {
  font-family: ceragr;
  src: url('../fonts/Cera GR.otf');
  font-weight: 400;
}

@font-face {
  font-family: ceragrmed;
  src: url('../fonts/Cera GR Medium.otf');
  font-weight: 500;
}

@font-face {
  font-family: ceragrbold;
  src: url('../fonts/Cera GR Bold.otf');
  font-weight: 700;
}

@font-face {
  font-family: ceragrblack;
  src: url('../fonts/Cera GR Black.otf');
  font-weight: 900;
}
@font-face {
  font-family: ceragrlight;
  src: url('../fonts/Cera GR Light.otf');
  font-weight: 300;
}

img {
  max-width: 100%;
}

body {
  overflow-x: hidden;
  font-family: ceragr;
  -moz-font-feature-settings: "lnum" 1;
-webkit-font-feature-settings: "lnum" 1;
-ms-font-feature-settings: "lnum" 1;
font-feature-settings: "lnum" 1;
}

p{

}

p span {}

ul li a {}

ul li {}

ul {

}

h1, h2, h3, h4, h5 {
  margin: 0px;

}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

a {}

button {}

a::after {}

a span {}

a:hover, a:focus {
  text-decoration: none;
}

li {}

li::after {}

li a {}

/*Gemeral Classes*/
button:active, button:focus {
  outline: 0;
}

.pos_rel {
  position: relative;
}

.flex_ {
  display: flex;
  align-items: center;
}

.flex {
  display: flex;
}

.margin_auto {
  margin: auto;
}

.section_image img {}

.section_image {}

.section_text {}

.section_text p,.section_text ul li,.section_text ul li a,p{
  color: #58595b;
    font-family: 'ceragr';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
.section_text ul{
	margin:20px auto;
	padding:0px;
	padding-left:15px;
}

.section_title {}

.section_title h2 {

}

.section_title h1 {}

.section_link a {
  position: relative;
}
.slogan p{

}
/*Header*/
header{

}
.top_wrapper{
  background-color: #154073;
  display: flex;
  padding: 20px;
}
.left{
margin: auto;
margin-left: 0px;
}
.left{

}
.left a{
  display: flex;
}
.left p{
color: #77c5b7;
font-family: ceragrbold;
font-size: 18px;
line-height: 1;
margin: auto;
line-height: 1;
margin-left: 0px;
}
.left p span{
    color: #ffffff;
}
.left span.icon-arrow_fill_color{
  margin: auto 20px;
	font-size:20px;
}
.right{
margin: auto;
margin-right: 0px;
}
.right img{
	width:300px;
}
.right p{
  color: #ffffff;
font-family: ceragr;
font-size: 18px;
font-weight: 400;
letter-spacing: 0.36px;
line-height: 1;
margin: auto;
	    text-transform: capitalize;
}
.icon-cart{
	margin-right:10px;
}
.header_top{
  display: flex;
align-items: center;
background-color: #cfd9e3;
padding: 0px 20px;
border-bottom: 1px solid white;
}
.header_logo{
  margin: auto;
  margin-left: 0px;
}
.header_social{
  margin: 0px auto;
margin-right: 68px;
padding: 24px 55px;
border-left: 1px solid white;
border-right: 1px solid white;
display: flex;
}
.header_social a{
  margin: auto;
margin-left: 0px;
margin-right: 26px;
font-size: 22px;
}
.header_social a span::before{
  transition:all 0.25s ease-in-out;
}
.header_social a:hover span::before{
    color: #103f76;
}
.header_social a:last-child{
  margin-right: 0px;
}
.header_languages{
  margin: auto;
  margin-right: 0px;
  margin-left: 0px;
  display: flex;
}
.header_languages a{
margin: auto;
margin-left: 5px;
margin-right: 5px;
text-transform: uppercase;
color: #ffffff;
font-family:ceragr;
font-size: 19px;
font-weight: 400;
}
.header_languages a.active {
    color: #103f76;
    font-family: ceragrbold;
    font-size: 19px;
    font-weight: 700;
    margin-right: 5px;
    padding-right: 5px;
   /* border-right: 1px solid white;*/
    /*border-left: 1px solid white;*/
    padding-left: 5px;
    margin-left: 5px;
}
.header_languages a:hover{
  color: #103f76;
}
.header_bottom{
  display: flex;
align-items: center;
background-color: #cfd9e3;
padding-right: 20px;
}
.header_bottom_fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    transform: translateY(-100%);
}
.header_bottom_fixed .header_logo {
    margin: auto;
    margin-left: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    max-width: fit-content;
}
.header_bottom_fixed.stickymenu{
	transform: translateY(0%);
}
.header_menu{
  margin: auto;
  margin-left: 0px;
  margin-right: 26px;
}
.header_menu button{
  display: flex;
  width: 250px;
height: 80px;
background-color: #6f8cad;
padding-left: 20px;
padding-top: 26px;
padding-bottom: 30px;
display: flex;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 23px;
    height: 4px;
    background-color: #fff;
    border-radius: 0px;
}
.hamburger-box {
    width: 23px;
}
.header_menu button p{
  text-transform: uppercase;
  color: #ffffff;
  font-family: ceragrbold;
  font-size: 18px;
  font-weight: 700;
  margin: auto;
  margin-left: 17px;
}
.header_search{
  margin: auto;
  margin-left: 0px;
  position: relative;
}
.header_search::after{
  content: url(../images/search.svg);
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
   /* bottom: 0px;  */
  bottom:3px;
  margin: auto;
  margin-right: 0px;
}
.header_account{
  margin: auto;
  margin-right: 0px;
	margin-left:0px;
}
.header_account a{
  display: flex;
  align-items: center;
  color: #103f76;
font-family: ceragr;
font-size: 19px;
font-weight: 400;
}
.header_account a img{
  margin: auto;
  margin-left: 16px;
}
.header_cart{
	margin: 0px auto;
    margin-left: 0px;
    margin-right: 60px;
    display: flex;
}
.header_cart a{
    font-size: 30px;
    color: #103f76;
	position:relative;
}
.header-cart-count {
    position: absolute;
    right: -5px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 14px;
    font-family: 'ceragr';
    color: #103f76;
    transform: translateX(100%);
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
}
.yith-ajaxsearchform-container form{
  margin: auto;
  position: relative;
}

.yith-ajaxsearchform-container form #yith-s{
  margin: auto;
  width: 374px;
height: 46px;
background-color: #e7ecf1;
border-radius: 50px;
border: none;
outline: 0;
box-shadow: none;
	background-image: none!important;
}
@media (min-width: 1100px) and (max-width: 1441px) {
  
	.yith-ajaxsearchform-container form #yith-s {
		width: 300px;
	}
  
}
.yith-ajaxsearchform-container form #yith-searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 1;
    padding: 0px;
    width: 46px;
    height: 46px;
}
.yith-ajaxsearchform-container form #yith-s:active,.yith-ajaxsearchform-container form #yith-s:focus{
  outline: 0;
  border: none;
}

.yith-ajaxsearchform-container form #yith-s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #103f76;
font-family: ceragr;
font-size: 19px;
font-weight: 400;
}
.yith-ajaxsearchform-container form #yith-s::-moz-placeholder { /* Firefox 19+ */
  color: #103f76;
font-family: ceragr;
font-size: 19px;
font-weight: 400;
}
.yith-ajaxsearchform-container form #yith-s:-ms-input-placeholder { /* IE 10+ */
  color: #103f76;
font-family: ceragr;
font-size: 19px;
font-weight: 400;
}
.yith-ajaxsearchform-container form #yith-s:-moz-placeholder { /* Firefox 18- */
  color: #103f76;
font-family: ceragr;
font-size: 19px;
font-weight: 400;
}
/*
#header{
	position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 5;
}*/
/*Homepage*/
#home {
  padding: 20px 0px;
  background-color: #e7ecf2;
}
#home section{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 704px;
  max-height: 100vh;
	/*margin-top:240px;*/
}
.slogan {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    margin-right: 40px;
    left: 0px;
    right: 0px;
    max-width: 574px;
    height: 574px;
}
.slogan::after {
    background-color: #77c5b7;
    content: "";
    position: absolute;
    border-radius: 100%;
    opacity: 0.5;
    z-index: 0;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.slogan h1 {
    color: #ffffff;
    font-family: ceragrbold;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    line-height: 1;
    z-index: 1;
    position: absolute;
   /* top: 107px;
    padding-right: 161px;
    text-align: right;
    left: -109px;*/
	top: 50%;
    padding-right: 44px;
    text-align: right;
    left: unset;
    transform: translateY(-50%);
}
/*Banners*/
#banners section{
  padding: 60px 60px;
}
.banner1{
  width: calc(50% - (10px));
float: left;
margin-left: 0px;
	margin-right:10px;
    background-position: 95%;
background-repeat: no-repeat;
background-image: url('../images/banner.png');
height: 230px;

}
.banner2{
  width: calc(50% - (10px));
  float: left;
  margin-left: 10px;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url('../images/banner2.png');
  height: 230px;
}
.banner1:hover{
	background-color:rgba(26, 170, 225,0.75)!important;
}
.banner2:hover{
	background-color:rgba(230, 229, 229,0.75)!important;
}
.banner1 h2 {
color: #ffffff;
font-family: ceragr;
font-size: 36px;
letter-spacing: 0.69px;
line-height: 1;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 40px;
}
.banner1 a{
	display:block;
	width:100%;
	height:100%;
}
.banner1 h2 span{
  color: #ffffff;
font-family:ceragrbold;
font-size: 45px;
letter-spacing: 0.9px;
line-height: 1;
display: block;
margin-bottom: 5px;
}
.banner2 h3{
  color: #595a5b;
font-family: ceragrbold;
font-size: 35px;
letter-spacing: 0.31px;
line-height: 1;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 31px;
}
.banner2 h3 p{
  color: #154073;
font-family: ceragrbold;
font-size: 21px;
display: block;
line-height: 1;
}
/*Categories*/
#categories section{
  padding: 60px 0px;
  background-color: #e7ecf2;
}
.categories_wrapper {
    background-color: #e7ecf2;
}
.category1{
  width: calc(50% - (60px));
float: left;
margin-left: 60px;
background-position: right;
background-repeat: no-repeat;
height: 580px;
	background-size:contain;

}
.category1 .section_link a:hover,.category2 .section_link a:hover{
  color: #154073;
font-family:ceragrbold;
font-size: 18px;
font-weight: 700;
padding: 24px 0px;
line-height: 1;
padding-left: 41px;
display: flex;
	align-items:center;
}
.category1 .section_link{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
.category2:hover .section_link,.category1:hover .section_link{
	background-color:#77c5b7!important;
}
.category2:hover .section_link a,.category1:hover .section_link a{
color:#154073!important;
}
.category1 .section_text{
  position: absolute;
  top: 108px;
  left: 40px;
  max-width: 380px;
  margin: auto;
  margin-left: 0px;
}
.category1 .section_text h2{
  color: #fff;
font-family: ceragr;
font-size: 50px;
letter-spacing: 1px;
line-height: 1;
margin-bottom: 50px;
}
.category1 .section_text h2 span{
  display: block;
    color: #77c5b7;
}
.category1 .section_text p,.category2:hover .section_text p{
  color: #ffffff;
font-family:ceragr;
font-size: 20px;
letter-spacing: 0.4px;
line-height: 1;
}
.category1 .section_link a>span{
	margin:auto;
	margin-left:10px;
}
.icon-arrow_fill .path1:before {
    color: white;
    background-color: white;
    border-radius: 100%;
}
.category2 {
    width: calc(50% - (60px));
    float: left;
    background-position: right;
    background-repeat: no-repeat;
    height: 580px;
    margin-right: 60px;
	background-size:contain;

}
.category2 .section_link a,.category1 .section_link a{
color: #77c5b7;
font-family:ceragrbold;
font-size: 18px;
font-weight: 700;
padding: 24px 0px;
display: flex;
padding-left: 41px;
line-height: 1;
	align-items:center;
}
.category2 .section_link{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
.category2 .section_text{
  position: absolute;
  top: 108px;
  left: 40px;
  max-width: 420px;
  margin: auto;
  margin-left: 0px;
}
.category2 .section_text h2,.category1 .section_text h2{
  color: #fff;
font-family: ceragr;
font-size: 50px;
letter-spacing: 1px;
margin-bottom: 50px;
line-height: 1;
}
.category2 .section_text h2 span{
  display: block;
    color: #154073;
}
.category2 .section_text p{
color: #154073;
font-family:ceragr;
font-size: 20px;
letter-spacing: 0.4px;
line-height: 1;
}
.category2 .section_link a>span{
	margin:auto;
	margin-left:10px;
}
.category1{
	background-color:#154073!important;
}
.category2:hover{
	background-color:#1540738c!important;
}

.category1:hover{
	background-color:#0e315a!important;
}
/*Products*/
#products{
  padding: 0px 60px;
}
.section_title{
  padding: 73px 0px;
  position: relative;
}
.section_title h2{
  color: #154073;
font-family: ceragr;
font-size: 45px;
font-weight: 400;
line-height: 1;
position: relative;
max-width: fit-content;
margin: auto;
margin-left: 0px;
margin-bottom: 12px;
background-color: white;
z-index: 1;
padding-right: 50px;
}
.section_title h3{
  color: #154073;
font-family: ceragr;
font-size: 30px;
font-weight: 400;
line-height: 1;
position: relative;
max-width: fit-content;
margin: auto;
margin-bottom: 12px;
background-color: white;
z-index: 1;
padding-right: 50px;
	padding-left: 50px;
}
.section_title::after {
    background-color: #154073;
    content: "";
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    height: 1px;
}
.section_title p{
  color: #595a5b;
  font-family: ceragr;
  font-size: 16px;
  font-weight: 400;
line-height: 1;
}
.home .product{
  width: calc(25% - (20px));
  float: left;
  margin-right: 20px;
    margin-bottom: 30px;
}
.home .product .product_link{
  border:1px solid #154073;
}
.home .product img{
  margin: auto;
  display: block;
  margin-bottom: 20px;
	height:400px;
	object-fit:scale-down;
}
.home .product .product_link a{
  padding: 0 20px 0 10px;
  display: flex;
  color: #154073;
font-family:ceragrbold;
font-size: 18px;
line-height: 1;
align-items: center;
}
.home .product .product_link a span {
    margin: auto;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: 1px solid #154073;
    opacity: 1;
    padding-left: 30px;
    border-radius: 0px;
    font-size: 30px;
	    padding: 15px 30px;
    padding-right: 0px;
}
.home .product .product_link:hover{
  background-color:  #154073;
}
.home .product .product_link:hover a{
  color: #fff;
}
.home .product .product_link:hover a span{
  border-left: 1px solid #fff;
	color:white;
}
.home .product .product_link:hover a span::before{
		color:white;
}

/*Blog*/
#blog{
  background-color: #e7ecf2;
  padding: 60px;
}
#blog .section_title h2{
  background-color: #e7ecf2;
}
.blog{
  width: calc(33.3333% - (20px));
  float: left;
  margin-right: 20px;
}
.blog a{
  display: block;
  padding: 20px;
  background-color: white;
  border: 5px solid transparent;
}
.blog a img{
  margin: auto;
  display: block;
  width: 100%;
  margin-bottom: 33px;
}
.blog a h3{
  color: #154073;
font-family:ceragr;
font-size: 30px;
font-weight: 400;
line-height: 1;
max-width: 350px;
margin: auto;
text-align: center;
}
.blog a span.date{
  width: 324px;
  margin: auto;
  display: block;
  margin-top: 35px;
  margin-bottom: 24px;
  color: #77c5b7;
font-family: ceragr;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.28px;
line-height: 1;
padding-top: 10px;
border-top: 1px solid #154073;
text-align: center;
}
.blog a p{
  color: #154073;
font-family: ceragr;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
}
.blog a .link{
background-color: #154073;
margin-top: 37px;
}
.blog a .link p{
display: flex;
align-items: center;
padding: 18px 20px;
color: #77c5b7;
font-family: ceragrbold;
font-size: 18px;
font-weight: 700;
line-height: 1;
}
.blog a .link p span{
  width: auto;
  margin: auto;
  margin-right: 0px;
	font-size:20px;
}

.blog a:hover{
  background-color: #e7ecf2;
  border: 5px solid white;
}
/*Woocommere*/
.col-full {
    max-width: 100%;
    padding: 0;
}
.right-sidebar .content-area {
    width: 100%;
    float: none;
    margin-right: auto;
    margin: auto;
}
.site-main {
    margin-bottom: 0px;
}
.woocommerce-breadcrumb a:first-of-type::before {
display: none;
}
/* stelios */
.woocommerce-loop-product__title {
    line-height: 1.3;
    font-family: ceragrbold;
    font-weight: 700;
    display: block;
    text-align: left;
    padding: 10px 0px;
    border-top: 1px solid #103f76;
	border-bottom: 1px solid #103f76;
    color: #58595b; 
    font-size: 20px!important;
   /* margin-bottom: 16px!important; */
    min-height: 54px; 
	padding: 0px;
    margin-bottom: 0px !important;
	
}

/* stelios */

.related_footer {
	padding:10px;
	background-color: #77c5b7;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
border: 1px solid #103f76;
padding: 0px 20px;
}
li.product:hover {
    box-shadow: 8px 8px 8px rgba(0,0,0,0.16), -8px -8px 8px rgba(0,0,0,0.16)!important;
}
.col-sm-9 .storefront-sorting:nth-child(3) .woocommerce-ordering {
    display: none!important;
}
.main_categories ul {
  margin: auto;
  padding: 0px;
  flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.main_categories ul li{
  list-style-type: none;
  flex: 0 0 calc(25% - (20px));
    margin: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.main_categories ul li a{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main_categories ul li a p {
	/*
    order: 2;
    color: #103f76;
    font-family: ceragrbold;
    font-size: 22px;
    font-weight: 700;
    border: 1px solid #103f76;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    display: block;
    word-break: break-word;
    margin: auto;
    min-height: 94px;
    display: flex;
    align-items: center;
	position:relative; */
	order: 2;
    color: #103F76;
    font-family: ceragrbold;
    font-size: 22px;
    font-weight: 700;
    border: 1px solid #103F76;
    padding: 0px 20px;
    position: relative;
    width: 100%;
    display: block;
    word-break: break-word;
    margin: auto;
    min-height: 94px;
    display: flex;
    align-items: center;
    position: relative;
	
}
.main_categories ul li a p::after{
	/*
	    margin: auto;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: 1px solid #154073;
    opacity: 1;
    padding-left: 30px;
    border-radius: 0px;
    font-size: 30px;
	    font-family: 'icomoon' !important;
	    content: "\e900";
	color: #d3d2d2; */
	margin: auto;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: 1px solid #154073;
    opacity: 1;
    padding-left: 30px;
    border-radius: 0px;
    font-size: 30px;
    font-family: 'icomoon' !important;
    content: "\e900";
    color: #D3D2D2;
    padding: 24px 30px;
    padding-right: 0px;
}
.main_categories ul li a:hover p::after{
	border-left-color:white;
	color:white;
}
.main_categories ul li a:hover p{
  background-color: #103f76;
  color: #fff;
}
.main_categories ul li.current-menu-item a p{
  background-color: #103f76;
  color: #fff;
}
.main_categories ul li.current-menu-item a p::after{
	border-left-color:white;
	color:white;
}
.product-categories li .toggle i{
	font-size: 16px;
	color:#103f76;
}
.submenu_image{
  display: block;
  order: 1;
  margin-bottom: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:center;
  height: 228px;
  position: relative;
  width: 100%;
}
.main_categories_section{
  border-bottom: 2px solid #60e3c5;
  margin-bottom: 60px;
	padding:0px 45px;
}
.add_to_cart_button{
  display: none;
}
ul.products li.product .price, ul.products .wc-block-grid__product .price, .wc-block-grid__products li.product .price, .wc-block-grid__products .wc-block-grid__product .price {
display: none;
}


.product_inner_hover{
display: flex;
margin-bottom: 24px;
} 

.product_inner_hover p{
  margin: auto;
  margin-left: 0px;
	margin-top:10px;
text-transform: uppercase;
color: #58595b;
font-family: ceragr;
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.product_inner_hover p span{
  color: #103f76;
  font-family: ceragrbold;
  font-size: 22px;
  font-weight: 700;
  display: block;
}
.product_inner_hover a{
  display: block!important;
margin: auto;
margin-right: 0px;
text-transform: uppercase;
color: #103f76;
font-family: ceragrbold;
font-size: 14px;
font-weight: 700;
background-color: #60e3c5;
padding: 10px 10px;
}
.product_inner_hover a:hover{
  background-color: #103f76;
  color:  #60e3c5;
}
.widget .widget-title,.widget .widgettitle {
    color: #103f76;
    font-family: ceragrbold;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    border: none!important;
}
.product-categories li {
    padding-left: 0px!important;
    margin-bottom: 6px!important;
}

.product-categories li a{
  color: #58595b;
font-family:ceragr;
font-size: 20px;
font-weight: 400;
	line-height:1.3;
}
.product-categories li a:hover{
	color: #103f76!important;
}
.product-categories li.cat-parent>a{
	color: #103f76;
font-family: ceragrbold;
/* font-size: 26px; */
	font-size:23px;
font-weight: 700;
}
ul.children.has-toggle>li>a {
    font-weight: 600;
    color: #103f76;
    font-family: ceragrbold;
    font-size: 23px;
}
.product-categories li ul.children {
	    padding-left: 15px;
    margin-top: 6px;
}
.widget_product_categories ul li::before {
    display: none;
}
.single-product .submenu_image {
    display: none;
}
.storefront-product-pagination {
    display: none;
}
.site-header {
    padding-top: 0px;
    padding-bottom: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    border: 1px solid #58595b;
}
.social_product{
  display: none;
}
.item-description p, .item-description ul li {
    color: #58595b;
    font-family: ceragr;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}
.item-description {
  margin-top: 40px;
}
.product_title.entry-title{
  color: #103f76;
  font-family: ceragr;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 20px;
}
.product_code p{
/* text-transform: uppercase; */
color: #58595b;
font-family: ceragrbold;
font-size: 20px;
margin-bottom: 0px;
font-weight: 700;
}
.product_code p span{
  color: #103f76;
  /* display: block; */
  font-family: ceragrbold;
  font-size: 20px;
font-weight: 700;
margin-left: 5px;
/* margin-bottom: 39px; */
line-height: 1;
}
.single-product div.product .product_meta {
    padding-top: 0px;
    border-top: none;
}
.single-product div.product .product_meta  span{
  color: #58595b;
  font-family:ceragr;
  font-size: 19px;
  font-weight: 400;
/* 	text-transform: capitalize; */
}
.single-product div.product .product_meta span a{
  color: #58595b;
  font-family:ceragr;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}
.single-product div.product p.price {
  color: #103f76;
  display: block;
  font-family: ceragrbold;
  font-size: 33px;
font-weight: 700;
margin-bottom: 39px;
line-height: 1;
}
.flex-direction-nav {
    padding: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateY(-50%);
}
.flex-nav-prev,.flex-nav-next{
  list-style: none;
}
.flex-nav-prev a,.flex-nav-next a{
font-size: 44px;
	display: flex;
    align-items: center;
}
.icon-arrow_fill .path1:before {
    content: "\e903";
    color:  #e5e5e5;
}
.flex-nav-prev{
  margin-right: 20px;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    transform-origin: unset;
   /* margin-bottom: 11px;*/
}
a:focus {
    outline: 0;
}
.single-product .banner1 {
    margin-left: 0px;
}
.single-product div.product form.cart {
    display: flex;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: fit-content;
}
.plus{
  margin: auto;
      margin-left: 0px;
      margin-right: 10px;
      background-color: white;
      color: #58595b;
      border: 1px solid #58595b;
      width: 80px;
      height: 50px;
      order: 2;
  }
  .minus{
    margin: auto;
        margin-left: 0px;
        margin-right: 10px;
        background-color: white;
        color: #58595b;
        border: 1px solid #58595b;
        width: 80px;
        height: 50px;
        order:1;
    }
    .single-product div.product form.cart .quantity {
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        order: 3;
    }
.quantity .qty {
  width: 80px;
  height: 50px;
  background-color: #e5e5e5;
  color: #103f76;
font-family: ceragrbold;
font-size: 19px;
border: none;
box-shadow: none;
}
  .minus:hover,.plus:hover{
    background-color: #e5e5e5;
    color: #103f76;
  }
  .single_add_to_cart_button {
    order: 4;
background-color: #103f76!important;
text-transform: uppercase;
color: #ffffff!important;
font-family: ceragrbold;
font-size: 16px;
font-weight: 700;
float: left;
position: absolute;
bottom: -10px;
transform: translateY(100%);
width: 100%;
  }
  .woocommerce-breadcrumb a, a.woocommerce-review-link, .product_meta a,.woocommerce-breadcrumb{
    color: #103f76;
    font-size: 16px;
    font-family: ceragr;
    text-decoration:none;

}
.woocommerce-breadcrumb .breadcrumb-separator::after {
    color: black;
    opacity: 1;
}
/*Footer*/
.site-footer {
    background-color:transparent;
    padding: 0px;
}
footer{
	background-color: #e5e5e5;
}
footer section {
    background-color: #e5e5e5;
   /* padding: 6px 120px;*/
   /* padding-top: 60px;*/
	    padding: 6px 60px;
    padding-top: 60px;
 margin:auto;
    max-width: 1920px;
}
.footer_logo{
  margin: auto;
  margin-left: 0px;
  margin-bottom: 56px;
}
.footer_wrapper{
      margin: auto;
      margin-left: 0px;
      display: flex;
      align-items: center;
      margin-bottom: 76px;
}
.footer_menu{
margin: auto;
  margin-top: 0px;
}
.footer_menu:nth-child(1){
  margin-left: 0px;
}
.footer_menu:nth-child(3){
  margin-right: auto;
  max-width: 331px;
}
.footer_menu h3{
  text-transform: uppercase;
  color: #58595b;
  font-family: ceragr;
  font-size: 24px;
  font-weight: 400;
}
.footer_menu h4{
  text-transform: uppercase;
  margin-top: 25px;
  color: #103f76;
  font-family: ceragrbold;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
}
.footer_menu p{
  text-transform: uppercase;
  color: #58595b;
  font-family: ceragr;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.footer_menu a{
  display: block;
  color: #58595b!important;
  font-family:ceragr;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}
.footer_menu a:hover{
    color: #103f76!important;
}

.footer_menu a span{
  color: #58595b;
  font-family:ceragrbold;
  font-size: 14px;
  font-weight: 700;
}
.footer_image{
  margin-top: 22px;
}
.footer_image img {
    width: 101px;
    float: left;
    display: block;
    height: 101px;
    object-fit: scale-down;
}
footer .header_social {
    padding: 0px;
    border: none;
    margin: auto;
    max-width: fit-content;
    margin-right: 0;
    padding-bottom: 30px;
}
footer .header_social a{
  text-decoration: none;
  font-size: 21px;
  margin-right: 21px;
}
footer .header_social a span::before{
  color: #103f76;
}
/*Header Menu*/
.main_menu {
    background-color: #6f8cad;
    padding: 50px 150px;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 99999;
    transform: translateX(-100%);
    display: flex;
    align-items: center;
    overflow-y: auto;
}
.main_menu.open{
  transform: translateX(0%);
}
.main_menu .header_menu{
      position: absolute;
      right: 20px;
      top:20px;
}
.main_menu .header_menu button {
    display: flex;
    width: auto;
    height: auto;
    padding: 0px;
    display: block;
    margin-right: 0px;
    margin: auto;
    margin-right: 0;
}
.main_menu .menus {
    display: flex;
    margin: auto;
    width: 100%;
}
.main_menu ul{
  margin: auto;
  width: 100%;
	    /*flex-wrap: wrap;*/
 /*   display: flex;*/
 /*   justify-content: space-between;*/
	   /* column-count: 2;
	column-gap: 150px;*/
}
.main_menu ul li ul {
    display: block;
	 border-bottom: 1px solid #ffffff;
	    column-count: 1;
	column-gap: 0px;
}
.main_menu ul li {
    list-style-type: none;
   /* flex: 0 0 calc(50% - (150px));*/
    margin: auto;
    margin-left: 0px;
    margin-bottom: 28px;
    margin-top: 0px;
}
.main_menu ul li ul li {
    display: block;
    flex: none!important;
    margin: auto;
}
.main_menu ul>li{
  padding-bottom: 19px;
 
}
.main_menu ul>li>a{
  margin-bottom: 0px;
}
.main_menu ul li a{
  text-transform: uppercase;
color: #103f76;
font-family: ceragrbold;
font-size: 36px;
letter-spacing: normal;
display: block;
}
.main_menu ul li a:hover{
color: #60e3c5;
}
ul.menu li.current-menu-item > a {
    color:  #60e3c5;
}

.main_menu ul li ul li a{
  text-transform: uppercase;
color: #ffffff;
font-family:ceragr;
font-size: 18px;
font-weight: 400;
line-height: normal;
}
.main_menu ul li ul li{
  border: none;
}
/*About page*/
.files_wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}
.file {
    flex: 0 0 calc(33.3333% - (63px));
    margin: auto;
    margin-bottom: 63px;
    margin-top: 0px;
}
.file a{
  display: block;
}
.file a img{
  display: block;
  width: 100%;
  margin: auto;
  margin-bottom: 24px; /* was 54px changed by request atroul 28.12.2020 */
	    width: 250px;
    object-fit: scale-down;
	    padding: 8px;
}
.file a span{
  display: block;
}
.file a span img{
  display: block;
  margin-bottom: 20px;
  width: auto;
}
.file a p{
  color: #58595b;
font-family: ceragr;
text-align: center;
font-size: 24px;
font-weight: 400;
margin: auto;
}
/*Contact*/
#map{
  height: 410px;
}
.contact_logo{
  margin-bottom: 47px;
}
.contact_details h3{
  color: #58595b;
  font-family:ceragrbold;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact_details h4{
  color: #103f76;
font-family: ceragr;
font-size: 24px;
font-weight: 400;
display: block;
margin-bottom: 10px;
}
.contact_details a{
  color: #103f76;
font-family: ceragr;
font-size: 24px;
font-weight: 400;
display: block;
margin-bottom: 10px;
}
.contact_details a span{
  color: #103f76;
font-family:ceragrbold;
font-size: 24px;
font-weight: 700;
}
.contact_from p{
  margin: auto;
}
.contact_from br{
  display: none;
}
.contact_from input{
  border: 1px solid #103f76;
  height: 66px;
  margin-bottom: 14px;
  box-shadow: none;
  color: #103f76;
font-family: ceragr;
font-size: 14px;
font-weight: 400;
padding-left: 25px;
background-color: white!important;
display: block;
width: 100%;
}
.contact_from textarea{
  border: 1px solid #103f76;
  height: 378px;
  margin-bottom: 14px;
  box-shadow: none;
  color: #103f76;
  font-family: ceragr;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  background-color: white;
  display: block;
  width: 100%;
}
.contact_from input::-webkit-input-placeholder,.contact_from textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #103f76;
  font-family: ceragr;
  font-size: 14px;
  font-weight: 400;
}
.contact_from input::-moz-placeholder,.contact_from textarea::-moz-placeholder { /* Firefox 19+ */
  color: #103f76;
  font-family: ceragr;
  font-size: 14px;
  font-weight: 400;
}
.contact_from input:-ms-input-placeholder,.contact_from textarea:-ms-input-placeholder { /* IE 10+ */
  color: #103f76;
  font-family: ceragr;
  font-size: 14px;
  font-weight: 400;

}
.contact_from input:-moz-placeholder,.contact_from textarea:-moz-placeholder{ /* Firefox 18- */
  color: #103f76;
  font-family: ceragr;
  font-size: 14px;
  font-weight: 400;
}
.contact_from input.wpcf7-submit {
    border: 1px solid #60e3c5;
    background-color: #60e3c5!important;
    color: #103f76;
    font-family: ceragrbold;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    padding: 13px 57px;
    width: auto;
    height: auto;
}
.contact_from input.wpcf7-submit:hover{
  color: #60e3c5!important;
  background-color: #103f76!important;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: 0!important;
}
/*Ethics*/
.container-fluid-cstm{
  width: 100%;
}
.vtab{
    width: 30%;
    float: left;
    background-color: #e7ecf1;
    padding: 75px 60px;
}
.page-template-facilities .vtab,.page-template-career .vtab{
	width: 100%;
	    max-width: fit-content;
	column-count:2;
}
.vtab .button{
  color: #58595b;
font-family: ceragr;
display: block;
width: 100%;
float: none;
border: none;
background-color: transparent;
box-shadow: none;
font-size: 24px;
font-weight: 400;
padding: 0px;
text-align: left;
}
.page-template-facilities .vtab .button,.page-template-career .vtab .button{
	width: 100%;
	float:none;
	max-width:fit-content;
	margin:auto;
	margin-left:0px;
	margin-right:50px;
}
.vtab button {
    color: #58595b;
    font-family: ceragr;
    display: block;
    width: 100%;
    float: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    padding: 0px;
    text-align: left;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
	margin-top: 10px;
   
}
.vtab button.active{
  color: #103f76;
}
.vtab button:hover{
  background-color: transparent;
  border: none;
  outline: 0;
    color: #103f76;
}
.vtab .button:hover{
  background-color: transparent;
  border: none;
  outline: 0;
}
#tabs .tabcontent{
  width: 70%;
  float:left;
  padding: 0px 60px;
}
.page-template-facilities #tabs .tabcontent,.page-template-career #tabs .tabcontent{
	width:100%;
}
#tabs{
  border-top:1px solid #154073;
}
.ethics_title {
    color: #103f76;
    font-family: ceragr;
    font-size: 48px;
    font-weight: 400;
    margin-top: 120px;
    margin-bottom: 50px;
}
.pagination{
  margin: auto;
  padding: 15px 0px;
  border-top:1px solid #60e3c5;
  border-bottom: 1px solid #58595b;
  display: flex;
  margin-top: 94px;
  border-radius: 0px;
}
.pagination ul{
  padding: 0px;
width: 100%;
display: flex;
margin: auto;
}
.pagination .pull-left{
  list-style-type: none;
  margin: auto;
  margin-left: 0px;
  text-transform: uppercase;
color: #103f76;
font-family: ceragrbold;
font-size: 17px;
font-weight: 700;
cursor: pointer;
}
.pagination .pull-right{
  list-style-type: none;
  margin: auto;
  margin-right: 0px;
  text-transform: uppercase;
color: #103f76;
font-family: ceragrbold;
font-size: 17px;
font-weight: 700;
cursor: pointer;
}
.pagination ul li:hover{
  color:#60e3c5;
}
.entry-title{
  color: #103f76;
    font-size: 45px;
    display: block;
    font-family: 'ceragr';
    margin-bottom: 30px;
    font-weight: 400;
}
.cart_totals  h2{
  color: #103f76;
    font-size: 30px;
    display: block;
    font-family: 'ceragr';
    margin-bottom: 15px;
    font-weight: 400;
}
table:not( .has-background ) th {
    background-color: #cfd9e3;
    color: #103f76;
    border-bottom: 1px solid #103f76!important;
}
table.cart td.product-quantity .qty {
    height: auto;
    background-color: transparent;
    font-size: 16px;
}
table.cart th, table.cart td {
    font-size: 16px;
    color: #103f76;
}
.hentry .entry-content a {
    text-decoration: none;
    font-size: 16px;
    color: #103f76;
}
button.cta:hover, button.alt:hover, input[type='button'].cta:hover, input[type='button'].alt:hover, input[type='reset'].cta:hover, input[type='reset'].alt:hover, input[type='submit'].cta:hover, input[type='submit'].alt:hover, .button.cta:hover, .button.alt:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover, .added_to_cart.cta:hover, .added_to_cart.alt:hover {
    background-color:#103f76!important;
    color:white!important;
}
.wc-proceed-to-checkout .button {
  color:#103f76!important;
    background-color:#cfd9e3!important;
}
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    border-color: #cfd9e3;
    color: #ffffff;
    color:#103f76!important;
      background-color:#cfd9e3!important;
}
.wc-forward::after, .woocommerce-Button--next::after {
    opacity: 0;
	display:none;
}
table.shop_table_responsive tr td {
    color: #103f76;
    font-size: 16px;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color:#cfd9e3;
    color: #103f76;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    border-left: 0.6180469716em solid #103f76;
}
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
    background-color:#cfd9e3;
}
.woocommerce-result-count {
    color: #103f76;
    font-size: 16px;
}
.storefront-sorting select {
    color: #103f76;
    font-size: 16px;
    border-color: #103f76;
}
ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img {
    display: block;
    margin: 0 auto 1.618em;
    height: 324px;
    display: block;
    object-fit: scale-down;
}

ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
    margin-bottom: auto;
}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    color: white;
    background-color: #103f76;
    font-size: 16px;
	 border: 1px solid #103f76;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: white;
    color: #103f76;
    font-size: 16px;
    border: 1px solid #103f76;
}
.wc-block-grid__product-onsale, .onsale, .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color: #fff;
}
.page-numbers.dots{
	color: #103f76!important;
}
.pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: #fff;
    color: #103f76;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color:#103f76;
 color:white;
}

#related_slider .item .product{
	width:100%;
	    margin: auto;
    float: none;
}
section.related.products{
	padding:0px 60px;
}
body.category .blog {
  margin-bottom:20px;
	/*float:right;*/
}
body.category .blog a h3 {
    max-width: 100%;
    min-height:90px;
	max-height:90px;
}
body.category .blog a p{
    min-height:60px;
}
.video_preview{
	margin-bottom:30px;
	position:relative;
}
.video_preview h3{
	color: #58595b;
    font-family: ceragr;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin: auto;
	min-height:60px;
}
.post_video iframe {
    width: 100%;
    height: auto;
}
.video_preview {
    padding: 8px;
    border: 1px solid #154073;
}
.file a:hover/*>img atroul change by request 28.12.2020*/{
	box-shadow: 8px 8px 8px rgba(0,0,0,0.16), -8px -8px 8px rgba(0,0,0,0.16)!important;
}
.file a:hover p{
	color:#154073;
}
.woocommerce-form-register h2{
	color: #103f76;
    font-size: 30px;
    display: block;
    font-family: 'ceragr';
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1;
}
.woocommerce-form h2,.woocommerce-notices-wrapper h2{
	color: #103f76;
    font-size: 30px;
    display: block;
    font-family: 'ceragr';
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1;
}
.woocommerce-form select {
    padding: 0.6180469716em;
    background-color:#cfd9e3;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);

}
.woocommerce-form-register__submit,.woocommerce-form-login__submit{
	border: 1px solid #60e3c5;
    background-color: #60e3c5!important;
    color: #103f76;
    font-family: ceragrbold;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    padding: 13px 57px;
    width: auto;
    height: auto;
}
.woocommerce-form-register__submit:hover,.woocommerce-form-login__submit:hover{
    color: #60e3c5!important;
    background-color: #103f76!important;
}
#cv form input{
	margin-bottom:10px;
}
#cv form button{
	border: 1px solid #60e3c5;
    background-color: #60e3c5!important;
    color: #103f76;
    font-family: ceragrbold;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    padding: 13px 57px;
    width: auto;
    height: auto;
}
#cv form button:hover{
	    color: #60e3c5!important;
    background-color: #103f76!important;
}
#cv form span.wpcf7-list-item {
    margin: auto;
    margin-top: 10px;
}
.up-sells.upsells.products{
/* 	display:none; */
	margin: 0 50px;
}
.item-description table{
	width:100%!important;
}
.variations_form.cart{
	    display: block!important;
}
.single-product div.product .variations_button {
    padding-top: 0;
    display: flex;
    max-width: fit-content;
    margin: auto;
    margin-right: auto;
    margin-left: 0px;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    float: left;
    position: absolute;
    bottom: unset;
    transform: unset;
    width: auto;
    margin-left: auto;
    bottom: -10px;
    transform: translateY(100%);
    width: 100%;
}

.rotate_symbol {
	 transform: rotate(90deg);
	 margin-right:5px;
}

.product_type_variable{
	display:none;
}
.single-product div.product .woocommerce-product-gallery img {
    width: auto;
    display: block;
    margin: auto;
}
.storefront-sticky-add-to-cart__content{
	display:none!important;
}
.page-template-career .ethics_title,.page-template-facilites .ethics_title {
    margin-top: 50px;
  
}
.storefront-full-width-content.single-product div.product .summary{
	    display: flex;
}
.inner_product_info{
	    margin: 0 auto;
    margin-left: 0px;
	    width: 70%;
}
.inner_product_files{
	    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 18px;
    padding-left: 50px;
    border-left: 2px dashed #103f76;
	    width: 30%;
	    display: flex;
    flex-direction: column;
}
.inner_product_files .product_files{
	padding-bottom:29px;
	border-bottom:1px solid #60e3c5;
}
.file_link{
	display:flex;
	align-items:center;
	color: #58595b;
font-family:ceragr;
font-size: 16px;
font-weight: 400;
line-height: 1;
	
	margin-bottom:22px;
}
.file_link span:nth-child(1){
	width: 35px;
height: 42px;
	    margin-right: 21px;
    display: block;
}
.file_link span:nth-child(2){
max-width:150px;
}
.file_link span:nth-child(1) img{
	
}
.file_link:hover{
	color:#60e3c5;
}
.single-product div.product form.cart {
    margin-top: 0;
}
.prescription {
    color: #58595b;
    font-family: ceragr;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 29px;
    border-bottom: 1px solid #60e3c5;
    margin-top: 29px;
}
.prescription h4{
	color: #58595b;
    font-family: ceragr;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}
body {
    overflow-x: hidden;
    /*margin-right: calc(-1 * (100vw - 100%));*/
}
.vtab-container{
	    background-color: #e7ecf1;
}
.single-product div.product p.price {
    display: none;
}
.sku_wrapper{
	display:none!important;
}
.product-price,.product-subtotal,.product-total{
	display:none!important;
}
table.woocommerce-checkout-review-order-table .product-name {
    width: 100%;
}
.woocommerce-checkout-review-order-table tfoot{
	display:none;
}
.dropdown_wrap{
	position: absolute;
    bottom: 22px;
    left: 30px;
}
.dropdown_wrap .dropdown button {
    text-transform: uppercase;
    color: #103f76;
    font-family: 'ceragr';
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    outline: 0;
    border: 1px solid #103f76;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px 10px;
    width: auto;
    display: flex;
    align-items: center;
}
.dropdown_wrap .dropdown button span{
	    margin: auto;
    margin-left: 10px;
    padding: 10px 0px;
    border-left: 1px solid;
    padding-left: 10px;
}
.gallery .gallery-item .gallery-icon img {
    border: none;
    height: auto;
    margin: 0 auto;
    height: 350px;
    object-fit: cover;
    display: block;
    margin-bottom: 30px;
    padding: 0px 15px;
}
.page-template-facilities .vtab .button button.active, .page-template-career .vtab .button button.active{
	color: #103f76;
    font-family: 'ceragrbold';
    /* font-size: 24px; */
    font-weight: bold;
	position:relative;
}
.page-template-facilities .vtab .button button span, .page-template-career .vtab .button button span{
		
	display:none;
}
.vtab .button button span{
		
	display:none;
}
.page-template-facilities .vtab .button button.active span, .page-template-career .vtab .button button.active span {
    width: 13px;
    height: 19px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: translateX(-100%);
    left: -7px;
}
 .vtab .button button.active span{
    width: 13px;
    height: 19px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: translateX(-100%);
    left: -7px;
}
.vtab button.active {
       color: #103f76;
    font-family: 'ceragrbold';
   /* font-size: 24px; */
    font-weight: bold;
	position:relative;
}

.change_on_active {
	font-weight:bold !important;
/* 	color: #60e3c5 !important; */
	text-decoration: underline;
} 

.current-cat > a {
	font-weight:bold !important;
	color: #60e3c5 !important;
	text-decoration: underline;
}

.change_on_active:hover {
	text-decoration: underline;
}



/* stelios */

.quantity_holder{
width: 100%;
    background-color: grey;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons_quantity {
background-color: white;
border: 1px solid #154073;
}

.related img {
	display:none;
}

.related{
	background-color: #154073;

}

.related .section_title h2 {
	background-color: unset;
    color: white;
}

.related .section_title {
	padding: 33px 0px;
    position: relative;
}

.related .woocommerce-loop-product__title{
border-top:unset;
border-bottom: unset;
	
}

.related .section_title::after {
	left: 400px;
	background-color:white;
	
}

.related product_except {
	text-align:left;
}

#banners{
margin-top:40px;
}

.youtube_link {
	display:flex;
	align-items:center;
}

.youtube_link span:nth-child(2){
	margin-left:5px;
}

.circle{
    background-color: #77c5b7;
    width: 10px;
    height: 10px;
    border-radius: 20px;
	display:inline;
}

.ysm-search-widget-1 .search-field[type="search"] {
   margin: auto !important;
    width: 374px !important;
    height: 46px !important;
    background-color: #e7ecf1 !important;
    border-radius: 50px !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-image: none!important;
    width: 374px !important;
}

.search-submit{
	display:none!important;
}
.ysm-search-widget-1 .search-field[type="search"]::placeholder {
	
	color:#006ba1;
}

.ysm-search-widget.ysm-search-widget-1 form{
margin-bottom:0px;
}

.smart-search-view-all-holder a{
	 display:none !important;
}

.certificate_flag_icon div {
	margin:0 auto;
}

.storefront-sticky-add-to-cart {
    display: none!important;
}

table:not( .has-background ) tbody td {
    background-color: inherit;
}
.inner_product_files .product_files h3{
	text-transform: uppercase;
    color: #58595b;
    font-family: ceragrbold;
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 700;
}



.product_meta .product-sku {
  margin: 0;
}

.posted_in,
.product-meta-single span {
  color: #103F76 !important;
}

.product-specs-list ul {
  margin: 0;
}
 
.product-specs-list ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  list-style-type: none;
  border-bottom: 1px solid #103f76;
  font-size: 20px;
}

.product-specs-list ul li img {
  margin-right: 15px;
}


.product-specs-list ul li:last-child {
  border-bottom: none;
}

.add-to-cart-w-notice form {
  margin: 0 !important;
}

.add-to-cart-w-notice p {
  margin-top: 60px;
  color: rgb(189, 58, 58);
}

.tx-content {
  max-width: 60vw;
}

.single-product-content h3 {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.single-product-content h3 hr {
  width: 100%;
  height: 2px;
  margin-left: 25px;
  background-color: #103f76;
}

.inner-content {
  margin: 20px 0;
}

.box-wrapper-single {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.box-wrapper-single p {
  margin-bottom: 0;
  margin-left: 10px;
}


.sp-files-wrapper {
  min-height: 350px;
  display: flex;
  align-items: center;
  background-color: #60e3c5;
}

.sp-files-single h4, 
.sp-files-single h5 { 
  color: #fff;
}

.sp-files-title h4 {
  font-size: 50px;
  text-transform: uppercase;
}


.sp-files {
  display: flex;
  flex: 1;
  column-gap: 150px;
  grid-column-gap: 150px;
}

.sp-files-single h5 {
  font-size: 25px;
  margin-bottom: 15px;
}

.sp-files-single a {
  color: #27597F;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
	margin-bottom: 15px;
}

.sp-files-single a img {
  margin-right: 10px;
}

.new-product-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.new-product-wrapper .new-product-badge {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 4;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  left: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
}

.video-cta {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 165px;
  right: 30px;
  z-index: 4;
}

.video-cta span {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videos-wrapper {
  position: fixed;
  border-radius: 15px;
  padding: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #6f8cad;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all ease-in-out 150ms;
}

.videos-wrapper h4 {
  text-align: center;
  color: #fff;
  font-size: 40px;
}

#sp-gallery-video {
  display: flex;
  column-gap: 50px;
  grid-column-gap: 50px;
  padding: 50px;
  justify-content: center;
}

#sp-gallery-video a {
  cursor: pointer;
  padding: 20px;
  border: 1px solid #fff;
  transition: all ease-in-out 150ms;
}

#sp-gallery-video a:hover {
  transform: scale(1.1);
}

.video-wrapper-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all ease-in-out 100ms;
  cursor: pointer;
}

.site-header {
  z-index: 996 !important;
}

.videos-wrapper-visible {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}


/* @media (min-width: 767) and (max-width: 767px) {
  
	.sp-files {
		
	}
  
} */


@media (min-width: 320px) and (max-width: 1024px) {
  
  .sp-files-wrapper {
    padding: 50px 0;
  }

  .sp-files {
    flex-wrap: wrap;
  }

  .sp-files-single {
    margin-bottom: 50px;
  }

  .single-product-content h3 {
    white-space: normal;
    font-size: 20px;
  }

  .tx-content {
    max-width: 100%;
    overflow-y: scroll;
  }


  .sp-files-single h5 {
    font-size: 20px; 
  }


  .sp-files-single a {
    font-size: 16px;
  }
  
  .single-product-content-excerpt p {
    font-size: 16px;
  }

  .video-cta {
    bottom: 100px;
  }

  .videos-wrapper {
    padding: 20px;
    width: 90%;
  }

  #sp-gallery-video {
    flex-direction: column;
    padding: 0;
  }

  #sp-gallery-video a {
    margin-bottom: 20px;
  }

  .videos-wrapper h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}


.cat-parent > a {
	position: relative;
}

.cat-parent > a:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 7px;
	width: 15px;
	height: 15px;
	background: url(../img/subcat-plus.svg) no-repeat center / contain;
	display: block;
	transition: all ease-in-out 150ms;
}

.cat-parent-rotate:before {
	    transform: rotate(180deg);
}

/* .cat-item > a {
	color: #103f76 !important;
    font-family: ceragrbold !important;
    font-size: 23px !important;
    font-weight: 700 !important;
} */

/* .cat-parent ul li > a {
	color: #58595b !important;
    font-family: ceragr !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
} */

.cat-item-woparent a {
	color: #103f76 !important;
    font-family: ceragrbold !important;
    font-size: 23px !important;
    font-weight: 700 !important;
}

.cat-item-2377 a,
.cat-item-2632 a {
	color: #103f76 !important;
    font-family: ceragrbold !important;
    font-size: 23px !important;
    font-weight: 700 !important;
}

.current-cat ~ a {
	text-decoration: underline;
}

/* .current-cat li:first-child a {
	text-decoration: underline;
} */