/*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%;
}*/
.btn-outline-primary{
	background-color: white;
}
#header .collapse:not(.show) {
	display: none;
}
#header .navbar-toggler{
	border: none;
}
#footer{
	background-color: #e9ecef;
}
address{
	margin-bottom: 0;
}

@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 {
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}

#header .dropdown-item:focus, .dropdown-item:hover {
	background: transparent;
}
#header .dropdown-menu, #header .hs-mega-menu {
	background: transparent;
	}
@media (min-width: 992px) {
	#header .dropdown-menu, #header .hs-mega-menu {
		background: linear-gradient(#E6AE97,#E6AE97 60%,#EBEBEB);
	}
	#header ul.hs-sub-menu {
		border: 1px solid #E6AE97;
	}
    .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);
} 
