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 .product-detail .title h2 {
    font-size: 16px;
    text-align: left;
}

body .content .product-detail .title h3 {
    font-size: 24px;
    text-align: left;
    color: #62babd;
}

body .content .product-detail .image-container #current-image {
    width: 270px;
    height: auto;
}

@media (min-width: 375px) {
    body .content .product-detail .image-container #current-image {
        width: 325px;
    }
}

@media (min-width: 425px) {
    body .content .product-detail .image-container #current-image {
        width: 375px;
    }
}

@media (min-width: 768px) {
    body .content .product-detail .image-container #current-image {
        width: auto;
        max-width: 350px;
    }
}

@media (min-width: 1024px) {
    body .content .product-detail .image-container #current-image {
        width: 100% !important;
        min-width: 520px;
        max-width: none;
    }
}

@media (min-width: 1024px) {
    body .content .product-detail .image-container #current-image {
        width: 100% !important;
        min-width: 470px;
        max-width: none;
    }
}

@media (min-width: 1440px) {
    body .content .product-detail .image-container #current-image {
        width: 100% !important;
        min-width: 530px;
        max-width: none;
    }
}

body .content .product-detail .image-container #modal .modal-body {
    padding: 0;
}

body .content .product-detail .image-container #modal .modal-body #carouselFade .carousel-indicators {
    bottom: -50px;
}

body .content .product-detail .image-container #modal .modal-body #carouselFade .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 51%;
}

body .content .product-detail .image-container #modal .modal-body #carouselFade a {
    top: 40%;
    height: 15%;
    background-color: #e6e6eb;
    opacity: 1;
}

@media (min-width: 768px) {
    body .content .product-detail .image-container #modal .modal-body #carouselFade a.carousel-control-prev {
        left: -100px;
    }
}

@media (min-width: 768px) {
    body .content .product-detail .image-container #modal .modal-body #carouselFade a.carousel-control-next {
        right: -100px;
    }
}

body .content .product-detail .image-container .thumbnail-images {
    width: 100%;
    height: auto;
    margin: 20px 0;
    overflow: auto;
    text-align: left;
}

body .content .product-detail .image-container .thumbnail-images img {
    width: 100px;
    height: 100%;
    margin: 5px 5px 5px 0;
    max-width: 490px;
}

body .content .product-detail .product-specifications {
    color: #23373d;
    text-align: left;
}

body .content .product-detail .product-specifications h2, body .content .product-detail .product-specifications h3,
body .content .product-detail .product-specifications h4, body .content .product-detail .product-specifications h5 {
    color: #62babd;
}


@media (min-width: 768px) {
    body .content .product-detail .product-specifications {
        padding-left: 45px;
    }
}


body .content .product-detail .product-specifications .icon p {
    text-transform: uppercase;
    color: #808082;
    font-weight: bold;
    font-size: 11px;
}

body .content .product-detail .product-specifications a {
    background-color: #62babd;
    border: none;
    border-radius: 0px;
    margin-top: 10px;
    padding: 11px 33px;
    text-decoration: underline;
    color: #fff;
    font-size: 15px;
}

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

body .content .product-detail .product-specifications iframe {
    width: 280px !important;
}

@media (min-width: 375px) {
    body .content .product-detail .product-specifications iframe {
        width: 320px !important;
    }
}

@media (min-width: 425px) {
    body .content .product-detail .product-specifications iframe {
        width: 370px !important;
    }
}

@media (min-width: 768px) {
    body .content .product-detail .product-specifications iframe {
        width: auto !important;
    }
}

@media (min-width: 1024px) {
    body .content .product-detail .product-specifications iframe {
        width: 100% !important;
    }
}

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);
}


body .content .product-container .product {
    width: auto;
}


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

    body .content .product-container .product {
        max-width: 300px;
    }
}

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

    body .content .product-container .product {
        max-width: 300px;
    }
}

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

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("../img/icons/plus-icon.svg");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    left: 37%;
    top: 37%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #62babd;
}

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

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 img {
    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;
}

/* 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*/