.product_img {
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.product_wrap {
    background-color: #fff;
    box-shadow: 0 0 0px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    position: relative;
    transition: all .5s ease-in-out;
    border: solid 1px #d6d6d6;
}

.alert.alert-sticky {
    border-radius: 0;
    margin: 0;
    width: 100%;
    z-index: 1000;
    display: none !important;
}

.product_price {
    margin-bottom: 5px;
    display: none;
}

.banner_section.slide_wrap .carousel-item {
    height: 550px;
}