body header {
    background-color: #62babd;
}

@media (min-width: 1024px) {
    body header {
        background-color: transparent;
        position: absolute;
        z-index: 100;
        width: 100%;
    }
}

body header .navbar {
    margin: 0 auto;
}

body header .navbar .navbar-toggler {
    border: none;
}

body header .navbar .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

body header .navbar .navbar-nav .nav-item {
    margin: 0 3px;
}

body header .navbar .navbar-nav .nav-link {
    color: #fff;
    padding: .3rem 1rem;
}

body header .navbar .navbar-nav .nav-link.active {
    background-color: #62babd;
}

body header .navbar .navbar-nav .nav-link:hover {
    background-color: #62babd;
    color: #FFF
}

@media (min-width: 1024px) {
    body header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
    }
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #e6e6eb;
    padding: 0;
    border-radius: 0;
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu:hover {
    display: block !important;
}

@media (min-width: 1024px) {
    body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        background-color: #23373d;
        border: none;
        left: -55px;
        top: 28px;
        margin-top: 5px;
        text-align: center;
        padding: 0;
    }
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
    padding: .50rem 1rem;
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:focus {
    background-color: #62babd !important;
}

@media (min-width: 1024px) {
    body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
        color: #ffffff;
    }

    body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
        background-color: #62babd;
    }
}

body .content {
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 1024px) {
    body .content {
        padding: 100px 0;
    }
}

body .content h2 {
    color: #62babd;
}

@media (min-width: 1024px) {
    body .content h2 {
        text-align: left;
    }
}

body .content .product-container {
    display: grid;
    grid-template-columns: repeat(1, auto);
}

@media (min-width: 768px) {
    body .content .product-container {
        display: grid;
        grid-template-columns: repeat(3, auto);
    }
}

@media (min-width: 1024px) {
    body .content .product-container {
        display: grid;
        grid-template-columns: repeat(4, 25%);
        gap: 10px;
    }
}

body .content .product-container .product:hover .image {
    position: relative;
}

body .content .product-container .product:hover .image img {
    filter: brightness(0.6);
    transition: filter 200ms;
}

body .content .product-container .product:hover .image::after {
    position: absolute;
    content: '';
    background-image: url("/assets/app/img/icons/plus-icon.svg");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    left: 40%;
    top: 40%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #62babd;
}

body .content .product-container .product .image {
    margin: 0 auto;
    height: auto;
}

@media (min-width: 768px) {
    body .content .product-container .product .image {
        width: 210px;
    }
}

@media (min-width: 1024px) {
    body .content .product-container .product .image {
        width: 220px;
    }
}

@media (min-width: 1300px) {
    body .content .product-container .product .image {
        width: 270px;
    }
}

body .content .product-container .product .image img{
    width: 100%;
}

body .content .product-container .product p {
    padding: 10px 5px;
    color: #979797;
    font-weight: 500;
}

body .background-header {
    background-color: #000;
}

body .background-header img {
    width: 100%;
    filter: brightness(0.8);
}

body .background-header .header-text {
    display: initial;
    position: absolute;
    left: 5%;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin-top: 10%;
}

@media (min-width: 768px) {
    body .background-header .header-text {
        display: initial;
        position: absolute;
        left: 5%;
        font-size: 38px;
        color: #fff;
        font-weight: 400;
        margin-top: 10%;
    }
}

@media (min-width: 1024px) {
    body .background-header .header-text {
        left: 6%;
        top: 22%;
        margin-top: 0;
    }
}

@media (min-width: 1300px) {
    body .background-header .header-text {
        left: 9%;
        top: 31%;
        margin-top: 0;
    }
}

@media (min-width: 1440px) {
    body .background-header .header-text {
        left: 12%;
        top: 31%;
        margin-top: 0;
    }
}

@media (min-width: 1900px) {
    body .background-header .header-text {
        left: 21%;
        top: 32%;
        margin-top: 0;
    }
}

body .newsletters {
    background-color: #e6e6eb;
}

body .newsletters .newsletters-content {
    justify-content: space-between;
}

body .newsletters h3 {
    font-size: 1.2em;
}

@media (min-width: 768px) {
    body .newsletters .form-group {
        width: 400px;
    }
}

body .newsletters .form-group input {
    border: none;
    height: 100%;
    padding: 11px 33px;
}

body .newsletters button {
    background-color: #62babd;
    border: none;
    border-radius: 0px;
    margin-top: 10px;
    padding: 11px 33px;
    font-size: 1.5em;
    text-decoration: underline;
    color: #fff;
    font-size: 1em;
}

body .newsletters button:hover, body .newsletters button:focus, body .newsletters button:active {
    border: none;
    box-shadow: none;
    background-color: #62babd;
}

body .cermag p {
    font-size: 1.2em;
}

body footer {
    background-color: #62babd;
    color: white;
}

body footer .footer {
    margin: 0 auto;
}

@media (min-width: 960px) {
    body footer .footer .social-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
}

body footer .footer .social-container img {
    max-width: 150px;
}

body footer .footer .footer-links .links {
    padding-left: 40px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    body footer .footer .footer-links .links {
        margin-top: 0px;
    }
}

/* whatsapp buttom*/

.whatsapp_button{
  
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

.whatsapp_button:hover {
    color: #189146;
}

.my-float{
	margin-top:16px;
}
/* whatsapp buttom*/