

.single-product .company-image{
    display: block;
    background-repeat: no-repeat !important;
    position: relative;
    background-position: center !important;
    background-size: contain !important;
    height: 300px;
    min-height: 200px;
    object-fit: fill;
    max-height: 300px;
    background: white;
}

.single-product .company-image img{
    width: 100%;
    object-fit: contain;
    height: 300px;
}
.single-product .company-image .flag img{
    width:30px;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
.single-product .company-image-title{
    bottom: 0;
    /* background-image: linear-gradient(transparent,#2196f342); */
    width: 100%;
    padding: 0px;
    color: #fff;

}
.single-product .company-image-title .more-details{
    margin-left: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #34495e;
    border-bottom: 1px solid #2c3e50;
    display: inline-block;
    border-radius: 5px;
    color: #ecf0f1;
    cursor: pointer;

}
.single-product .company-image-title h4 a{
    color:#2c3e50;
}
.single-product .company-image-title h4 a:hover{
    color:#19232c;
}

.single-product .company-image-title h5 a{
    color:#898989;
    font-weight: 100;
}
.single-product .company-image-title h5 a:hover{
    color:#6a6c6c;
}

.single-product a .company-save{
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 0;
    background: #fff;
    padding: 0 5px 5px 5px;
    /* font-weight: 100; */
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 5;
    /* box-shadow: 0px 0px 5px #c4c4c4; */
    color: #3980b9;
    display: none;
}

.single-product{
    border:0 !important;
    border-radius: 5px !important;
    box-shadow: none;
    transition: all .2s linear;
}

.single-product:hover{
    box-shadow: 0px 0px 10px #bdc3c7;


}
.portfolio-grid {
     margin-top: 0px !important;
}

.main_slider {
    object-fit: contain;
    padding: 0px;
    margin: 0px;
}
.counter_slider {
    padding: 2px;
    object-fit: contain;
}
.image_slider > div > a > img{
    border-radius: 4px !important;
}
.image_slider > div > a > img:hover {
    border-radius: 4px;
    box-shadow: 3px 3px 1px #ccc;
    -webkit-box-shadow: 3px 3px 1px #ccc;
    -moz-box-shadow: 3px 3px 1px #ccc;
}
@media (min-width: 425px) and (max-width: 768px) {
    .counter_slider {
        padding: 2px;
        object-fit: contain;
        min-height: 185px;
    }
}
@media (min-width: 375px) and (max-width: 425px) {

}
@media (min-width: 320px) and (max-width: 375px) {

}
