/*a {
	text-decoration: none;
	background: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 0px 4%;
	background-repeat: no-repeat;
	background-position: left 100%;
	transition-duration: .5s;
}
a:hover {
	text-decoration: none;
	background-size: 100% 4%;
}
.btn-primary {
	opacity: 0.85;
}
.btn-primary:hover {
	opacity: 1;
	background-size: 100%;
}*/
body{
font-family:'Roboto Slab', serif;
}
.btn-outline-primary{
	background-color: white;
}
#header .collapse:not(.show) {
	display: none;
}
#header .navbar-toggler{
	border: none;
}
#footer{
	background-color: #ffffff;
}
address{
	margin-bottom: 0;
}
.styled{
    position:relative;
}
.styled::after{
    content: " ";
    border-bottom: 5px dotted green;
    position: absolute;
    display: block;
    bottom:0px;
    width: 30px;
    height: 5px;
}
.title-wave{
    position:relative;
}
.title-wave::after {
    content: " ";
    width: 50%;
    height: 30px;
    position: absolute;
    display: block;
    background-color: var(--info);
    /* https://css-generators.com/wavy-shapes */
  --mask:
    radial-gradient(6.6px at 50% calc(100% + 3.50px),#0000 calc(99% - 1px),#000 calc(101% - 1px) 99%,#0000 101%) calc(50% - 10px) calc(50% - 3px + .5px)/20px 6px repeat-x,
    radial-gradient(6.6px at 50% -3.5px,#0000 calc(99% - 1px),#000 calc(101% - 1px) 99%,#0000 101%) 50% calc(50% + 3px)/20px 6px repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}
.title-wave.text-center::after{
    left: 25%;
}
.title-wave.text-right::after{
    right: 0;
}
.navbar-logo{
   max-width: 50% !important;
   max-height: 2rem;
}
.navbar-logo img{
    max-height: 2rem;
}

@media (max-width: 768px){
	#headerMenu{
	    flex-basis: 100%;
	    flex-grow: 1;
	    padding: .5rem 1rem;
	    
	}
	#headerMenu *{
	   font-size: 1.25rem;
	}
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .category-items-grid .card{
        min-height: 350px;
    }
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.category-items-grid .card{
	    min-height: 300px;
	}

}

/* MENU */
#header .navbar {
	/*padding: 0;*/
}
#header a:hover {
    background-size: 100% 4%;
	color:  #32e275;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}

#header .dropdown-item:focus, .dropdown-item:hover {
	b-ackground: linear-gradient(to bottom, #32e275 10%,  #02bbd3 80%, #32e275);
    background: transparent; 
}
#header .dropdown-menu, #header .hs-mega-menu {
	border: 0px;
}
@media (min-width: 992px) {
	#header .dropdown-menu, #header .hs-mega-menu {
		b-ackground: linear-gradient(#32e275,#32e275 60%,#02bbd3);
        background-color: #02bbd3;
        border: solid 1px transparent;
        margin: 0.5rem 0 0;
        background: linear-gradient(#02bbd3, #02bbd3) padding-box,
              linear-gradient(to right, #32e275, #32e275) border-box;
	}
	#header ul.hs-sub-menu {
		border: 1px solid #02bbd3;
	}
    .dropdown .dropdown-menu{
        display: block; 
        opacity:0;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
     }
     .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        text-transform: uppercase;
     }
}	
	#header .navbar-dark .navbar-nav .nav-link {
    	color: #ffffff;
        text-transform: uppercase;
        
	}
	#header .navbar-dark .navbar-nav .nav-link i {
		padding-left: 0.4rem;
	}
	#header .navbar-dark .navbar-nav .nav-link-sub {
		display: block;
		padding: 1rem 2rem;
        margin-bottom: 0.3rem;
		color: rgba(255,255,255);
        text-transform: uppercase;
        	
	}
	#header .navbar-dark .navbar-nav .nav-link-sub:hover {
		text-decoration: underline;
        t-ext-decoration-color: #32e275 !important;
        text-decoration-thickness: 2px !important;
        text-underline-offset: 0.3rem !important;		
        background-size:100%;
       
	}
@media (max-width: 768px){	
	/*#header .navbar {
		padding: 1.375rem 1.375rem;
	}
	#header .navbar-dark .navbar-nav .nav-link {
		padding-top: 1.0rem;
		padding-bottom: 1.0rem;
		padding-right: 0.875rem;
		padding-left: 0.875rem;
	}*/
	#headerMenuOpener {
		z-index: 101;
	}
	/* ICON MENU */

	.u-hamburger__box {
		width: 1.375rem;
  		height: 0.625rem;
  		display: inline-block;
  		position: relative;
	}
	.u-hamburger__inner{
		display: block;
		top: 0.07rem;
  		margin-top: -0.07rem;
	}
	.u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {
	  width: 1.375rem;
	  height: 0.125rem;
	  background-color: rgba(255,255,255,.8);
	  position: absolute;
	  transition-property: -webkit-transform;
	  transition-property: transform;
	  transition-property: transform, -webkit-transform;
	  transition-duration: 0.3s;
	  transition-timing-function: ease;
	}
	.u-hamburger__inner::before, .u-hamburger__inner::after {
	  content: "";
	  display: block;	  
	}
	.u-hamburger[aria-expanded="true"] .u-hamburger__inner, .u-hamburger .is-active .u-hamburger__inner {
		transform: translate3d(0, 0.25rem, 0) rotate(45deg);
	}	

	.u-hamburger[aria-expanded="true"] .u-hamburger__inner,
.u-hamburger .is-active .u-hamburger__inner {
  		-webkit-transform: translate3d(0, 0.25rem, 0) rotate(45deg);
          transform: translate3d(0, 0.25rem, 0) rotate(45deg);
}
	.u-hamburger[aria-expanded="true"] .u-hamburger__inner::before {
		transform: rotate(-45deg) translate3d(-0.19643rem, -0.125rem, 0);
		opacity: 0;
	}
	.u-hamburger[aria-expanded="true"] .u-hamburger__inner::after {
		transform: translate3d(0, -0.5rem, 0) rotate(-90deg);
	}	
	.u-hamburger__inner::before {
		top: 0.25rem;
		transition-duration: 0.3s;
	}
	.u-hamburger__inner::after {
		top: 0.5rem;
	}
}

footer .component-contacts .address-phone a{
	
}
footer .component-contacts .address-phone a:before{
	content: "\edbb";
	font-family: 'boxicons';
	padding-right: .5rem;
}
footer .component-contacts div.address-detail span{
	padding-left: 1.5rem;
}
footer .component-contacts span[itemprop=name]:before{
	content: "\eab8";
	font-family: 'boxicons';
	padding-right: .5rem;
}

.category-items-grid .list-item-name{
	height: 2.6rem;
	overflow: hidden;
}

.cmp-elem-socialmessanger{
    margin: .5rem 0;
}
.cmp-elem-socialmessanger div a{
    font-size: 2rem;
    display: inline-block;
    margin: 0 .2rem;
}
.cmp-elem-share span{
    display: inline-block;
    margin: 0 .3rem;
}
.cmp-elem-share i::before{
    font-size: 1.5rem;
}
.bg-picton-blue{
	background-color: #2fa4e7 !important;
}
.bg-regal-blue{
	background-color: #033C73 !important;
}
.bg-athens-gray{
	background-color: #e9ecef !important;
}

.card.bg-white h3, .card.bg-light h3{
	color: #2fa4e7;
}
/*
#modal bootstrap
*/
#productBuyFormModal.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

#productBuyFormModal.fade-scale.show {
  opacity: 1;
  transform: scale(1);
} 

#shopCartIndicator{
    background-color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top:  0;
    width: 0.75rem;
    height: 0.75rem;
}
#shopOrderStepsCheckoutOverlay{
    position:absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: .2;
    display: none;
    top:0;
    left:0;
}
#shopOrderStepsCheckoutLoader{
    position:absolute;
    width: 100%;
    height: 100%;
    display: none;
    top:0;
    left:0;
    text-align: center;
}
ul.ul-list-non-style {
	 list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
@media (min-width: 992px) {
  #row_1681391358694 .component-cont .text-center, 
  #row_1681391358694 .component-cont.text-center,
  #row_1681227418460 .component-cont .text-center,
  #row_1681227418460 .component-cont.text-center,
  #row_1681227418460 .component-cont .text-break p{
      text-align: left !important;
  }
}

.cmp-elem-imagegallery .owl-carousel .owl-nav button.owl-prev,
.cmp-elem-imagegallery .owl-carousel .owl-nav button.owl-next {
    display: flex;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 
 align-items: center;
 justify-content: center;
 width: 60px;
 height: 60px;
 font-size: 36px;
 line-height: 1;
 color: #fff;
 background-color: var(--primary) !important;
 opacity: .3;
 text-align: center;
 cursor: pointer;
 transition: .2s ease-in;
 will-change: transform;
 z-index: 10;
}
.cmp-elem-imagegallery .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;    
}
.owl-carousel .owl-next {
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    
}
.owl-carousel .owl-prev i,
.owl-carousel .owl-next i {
    color: #ffffff;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: inherit;
    opacity: 1 !important;
}