﻿.viewDetail_btn {
    top: 20px;
}
.display-none {
    display: none;
}

.cake_img img {
    /*width: 270px !important;
    height: 226px !important;*/
    width:100%;
}
.product_left_sidebar{
    z-index:1;
}
.product_left_sidebar ul.list_style li {
    align-items: center;
    display: flex;
    padding-bottom: 10px;
}

    .product_left_sidebar ul.list_style li:hover {
        cursor: pointer;
    }

    .product_left_sidebar ul.list_style li input[type="checkbox"] {
        width: 15px;
        height: 15px;
    }

    .product_left_sidebar ul.list_style li label {
        margin-bottom: 0 !important;
        margin-left: 5px;
    }

.required:after {
    content: " *";
    color: red;
}

#filter_accordion {
    margin-bottom: 1rem !important;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    border-bottom: 0;
}

    #filter_accordion .card-header {
        background: #fff;
        padding: 1.2rem 1.5rem 1.2rem 0.7rem;
    }

.filter_collapse::after {
    position: relative;
    top: 5px;
    float: right;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    border: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: #a0a0a0;
}

.filter_collapse.collapsed::after {
    transform: rotate(180deg);
}

.p_offers_widget {
    margin-top: 14px;
}
.p_price_widget {
    margin-top: 14px;
}
