﻿.whatsapp-float {
    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: 999;
}

.whatsapp-float-i {
    margin-top: 16px;
}

.grid-products .item .product-image img {
    max-height: 275px !important;
    width: auto;
}

.slideshow .slick-arrow {
    background-color: #000000;
}

.header-main {
    position: relative;
    z-index: 49;
    background-color: #ffffff;
    border-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    min-height: 60px;
}

.breadcrumbs-wrapper {
    background: #f9f9f9;
    margin: 0 0 30px;
}

.breadcrumbs-wrapper .container, .breadcrumbs-wrapper .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-control {
    padding: 5px 8px;
    border-radius: 2px;
}