.lazy_bg,
.topnav_lazy_bg,
.lazy_bg:before,
.lazy_bg:after{
	background-image: none !important;
}
.topnav_lazy_bg a:before{
	background-image: none !important;	
}
.admin-bar .sticky_header_banner.desktop{
	top: 32px;
}

.hero_img_desktop{
}
@media(min-width: 768px){
	.hero_img_desktop img{
		background-image: url(/wp-content/themes/storefront-child/images/home_content_image/hero-famiferti-novo-small.jpg);
		background-size: contain;
		background-position: center right; 
		background-repeat: no-repeat;
	}
}
.home_div_wrap{
	/*display: none;
	visibility: hidden;*/
}
.woocommerce-product-gallery__image picture{
   display: table;
   width: 100%;
}
.woocommerce-product-gallery .flex-viewport{
   height: auto !important;
}

.product-remove a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.product-remove a.remove:before{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.slick-dots li button{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
.slick-dots li button:before, 
.slick-dots li button:focus:before{
   width:  10px;
   height: 10px;
   border-radius: 50%;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
   content: '';
}


.slick-dots li button:before{
   content: '';
   background: rgba(30, 56, 68, 0.4);
   opacity: 0.4;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before{
   content: '';
   background: #1E3844;
   opacity:1;
}


.home_div_wrap .in_content.second_version p {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
}

@media only screen and (max-width: 1100px){
   .home_div_wrap .in_content.second_version p {
     font-size: initial;
  }
}
.hentry .entry-content .lost_password a:not(.button){
   text-decoration: none !important;
}
.hentry .entry-content .lost_password a:not(.button):hover{
   text-decoration: underline !important;
}



