.field_error {
    color: red;
}

.accordion .accordion__hide {
    background: #f4f4f4;
    height: 65px;
    line-height: 65px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Poppins";
    cursor: pointer;
}

#social_share_box {
    margin-top: 20px;
    width: 150px;
}


#social_share_box img {
    width: 20%;
    margin-left: 10px;
}

.instamojo_error {
    color: red;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
}

.buy_now {
    background: #5a357b none repeat scroll 0 0;
    border: 1px solid black;
}

#multiple_images {
    margin-top: 10px;
}

#multiple_images img {
    margin-bottom: 20px;
    width: 50%;
    border-radius: 10px;
    border: 1px solid #42140e;
    margin-right: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.htc__header__area {
    background: #ffffff;
}

.top-head {
    background-color: #42140E;
    padding: 5px 0px;
}

.top-head p{
    color: #fff;
}

@media (max-width:992px) {
    #multiple_images img {
        width: 20%;
        margin-bottom: 0px;
    }
}