h1, h2, h3 {
    font-family: Montserrat,sans-serif !important;
	color:#404040 !important;
}
p {

    font-size: 15px !important;
    line-height: 1.8em;
    font-weight: 400 !important;
    color: #2d2d2d !important;
}
rs-module-wrap#rev_slider_1_1_wrapper {
    left: 0px !important;
    width: 100% !important;
}


.footer-btn a {
    border-radius: 0px;
    margin-top: 25px;
    text-align: center !important;
    display: block;
    border: 1px solid white !important;
    min-width: 150px !important;
    min-height: 45px;
    padding-top: 15px !important;
}
#footer .wp-block-buttons {
    text-align: center;
    display: block;
}
div#branding-bottom img {
    max-width: 60px;
    height: auto;
    filter: grayscale(1);
}
footer#footer a {
    text-decoration: none;
}
.branding img {
    max-width: 85px !important;
}
.sticky-on .branding img {
	 max-width: 65px !important;
}




header.header-bar {
    background: white;
}
.footer-social {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 150px;
		margin-top:25px !important;
}
.footer-social li a {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .3s;
}
.footer-social li a:hover {
    transform: scale(1.1);
}
.footer-social .instagram {
    background-image: url(/wp-content/uploads/2021/08/instagram.png);
}
.footer-social .facebook {
    background-image: url(/wp-content/uploads/2021/08/facebook.png);
}
img.footer-whatsapp-icon {
    width: 20px;
    margin-right: 5px;
    margin-left: -18px;
}
.vc_row.wpb_row.vc_row-fluid.discount-popup-row {
    border: none !important;
}
.pum-content.popmake-content {
    border: none !important;
}
.h2-sty{
    font: normal 600 16px / 26px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	color: #fff !important;
    text-transform: none;
}



@media screen and (max-width:768px){
  img.mobile-logo.preload-me {
      max-width: 80px !important;
  }
	a.sticky-mobile-logo-second-switch img {
    max-width: 80px !important;
}
  .mobile-header-bar {
    background: white;
  }
	ul.footer-social li {
    margin: 0 auto;
	}
	.footer-social{
		margin: 25px auto !important;
	}
}