a {
	color: #222;
	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%;*/
	color: #3cb881;
}
/*.btn-primary {
	opacity: 0.85;
}
.btn-primary:hover {
	opacity: 1;
	background-size: 100%;
}*/
.btn-outline-primary{
	background-color: white;
}
#header .collapse:not(.show) {
	display: none;
}
#header .navbar-toggler{
	border: none;
	color:#222;
}
#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: 5rem;
}
.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: 0%;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  color:#222;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}

#header .dropdown-item:focus, .dropdown-item:hover {
	background: transparent;
}
#header .navbar-logo{
	font-size: 1.1rem;
}
@media (min-width: 992px) {
	#header .dropdown-menu, #header .hs-mega-menu {
		background: linear-gradient(#54b4eb,#2fa4e7 60%,#1d9ce5);
	}
	#header ul.hs-sub-menu {
		border: 1px solid #54b4eb;
	}
    .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;
     }
}	
	#header .navbar-dark .navbar-nav .nav-link {		
		/*padding-top: 1.375rem;
		padding-bottom: 1.375rem;
		padding-right: 0.875rem;
		padding-left: 0.875rem;*/
	}
	#header .navbar-dark .navbar-nav .nav-link i {
		padding-left: 0.4rem;
	}
	#header .navbar-dark .navbar-nav .nav-link-sub {
		display: block;
		padding: 1rem;
		color: rgba(255,255,255,.8);
		text-shadow: 0 1px 0 rgba(0,0,0,.05);
	}
	#header .navbar-dark .navbar-nav .nav-link-sub:hover {
		text-decoration: none;
		color: #fff;
	}
@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{
	min-height: 3rem;
}

.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;
}
.owl-carousel .owl-dots{
	display: none;
}
/*.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	background: #fe8831;
	padding: 3px 5px !important;
	color: #ffffff;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	background: #3cb881;
	
}*/
ul.ul-list-non-style {
	 list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
.accordion h4:hover{
	cursor: pointer;
}