@media (min-width: 992px) {
    nav.fixed-top:not(.sticky-top):not(.show-menu) .bg-wrap {
        opacity: 0 !important;
    }
}
#nav-logo-megamenu-offcanvas .bg-wrap {
	background: #eeeeee;
}#header-text-btn-3 .bg {
    background-image: url(../images/background/fitness2-home-lemons.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}
#header-text .bg {
	background-size: cover;
	background-position: center bottom;
	opacity: 0.25;
	background-image: url('../images/14340/coveraiedasolar.jpg');
}
#header-form-2col .contact_form{
    border: 1px solid #ebebeb;
}
#header-form-2col .contact_form .form-control{
    border: none;
}
#header-form-2col .bg-wrap {
	background: #ffffff;
}#product-3col .gallery-item a.btn.btn-secondary{
  	background-color: #EBF2FF;
    color: #377dff;
    border-color: #EBF2FF;
	border: 0;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#product-3col .gallery-item a.btn.btn-secondary:hover{
  	color: #ffffff;
    background: #377dff;
    -webkit-box-shadow: 0 4px 17px rgba(55, 125, 255, 0.35);
            box-shadow: 0 4px 17px rgba(55, 125, 255, 0.35);
    border-color: #377dff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
#product-3col .gallery-item .title-product{
    font-weight: 600;
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#product-3col .gallery-item a:not(.btn), #product-3col .gallery-item a:not(.btn):hover, #product-3col .gallery-item a:not(.btn):focus{
    text-decoration: none;
}
 #product-3col .title-product:hover {
    color: #377dff;
}
#product-3col .gallery-item{
  	border-radius: 4px;
}
#product-3col .gallery-item img.product-img{
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#product-3col .gallery-item:hover img.product-img{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#product-3col .gallery-item a.btn.btn-secondary svg{
  	fill: rgb(55, 125, 255);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    line-height: 1;
    margin: 0em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(0,0,0,0.05);
  }
#product-3col .gallery-item a.btn.btn-secondary:hover svg{
  	fill: white !important;
  }

#contact-form-2 .bg-wrap {
	background: #f4f5f6;
}.tool-button-right {
    z-index: 1001190 !important;
    position: fixed;
    right: 130px;
    bottom: 50px;
}
.pss-fixed-right{
    position: fixed;
    right: 0;
    bottom: 0;
}
.tool-button-right .btn{
     padding: 0px 20px 0px 0px; 
     border: 0px;
}
.tool-button-right .btn.btn-primary{
    background-color: rgb(239, 43, 43);
}
@media(max-width: 767px){
    .tool-button-right .btn{
        padding: 0;
    }
}
/*.tool-button-right .btn-lg{
    padding: 0.8rem 1rem 0.8rem 3.5rem;
    font-size: 25px;
}
@media (max-width: 767px){
.tool-button-right .btn{
    padding: 0 !important;
    width: 50px !important;  
    height: 50px !important;
}
}*/