.post-pic {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.product-gallery-pic {
    width: 80px;
    float: left;
    height: 80px;
    margin-bottom: 5px;
    border: 1px dotted #009EF7;
    border-radius: 5px;
    object-fit: cover;
}

.media-gallery {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.radio_item {
    display: none !important;
}

.checkbox_item {
    display: none !important;
}

.label_item {
    width: 100%;
    height: 105px;
    object-fit: cover;
    cursor: pointer;
}

.checkbox_label_item {
    width: 100%;
    height: 105px;
    object-fit: cover;
    cursor: pointer;
}

.radio_item:checked+label {
    border: 5px solid #2A55A3;
    box-shadow: 1px;
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.checkbox_item:checked+label {
    border: 5px solid #FFC700;
    box-shadow: 1px;
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.pg-image {
    width: 90px;
    height: 90px;
    position: relative;
}

.btn-delete {
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: -5px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
}