.bg-0{
    /* background-color: #8ab689 !important; */
    background-color: #6cb16a !important;
}
.bg-1{
    background-color: #00a032 !important;
}

.bg-2{
    background-color: #00925b !important;
}

.bg-3{
    background-color: #008173 !important;
}

.bg-4{
    background-color: #006e7a !important;
}

.bg-5{
    background-color: #005b70 !important;
}

.bg-6{
    background-color: #2f4858 !important;
}

.color-1{
    color: #00a032 !important;
}

.color-2{
    color: #00925b !important;
}

.color-3{
    color: #008173 !important;
}

.color-4{
    color: #006e7a !important;
}

.color-5{
    color: #005b70 !important;
}

.color-6{
    color: #2f4858 !important;
}

.product-slider-init .slick-arrow{
    height: 40px;
    width: 40px;
    top: 50%;
    line-height: 40px;
}

.product-slider-init:hover .slick-arrow{
    opacity: 0.7;
}

.product-slider-init .slider-item .product-card{
    /* box-shadow: 0 0 1px 1px rgba(47,72,88,0.7); */
    padding: 2px;
    /* box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.7); */
    -webkit-box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, .06);
    box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, .06);
    
}