﻿.sellbtn{
    float:right;
}
.btnshops {
    font-size: 20px !important;
    font-family: "Times New Roman", Times, serif;
    height: 40px;
    width: 100%;
    padding: 5px !important;
    margin-top: 20px;
    /* font-size: 30px;
    font-family: "Times New Roman", Times, serif;*/
}
@media screen and (max-width: 768px) {
    .btnshops {
        font-size: 18px !important;
        height: 34px;
        border-radius: 15px !important;
    }
}

.circular-image img {
    object-fit: cover;
}

.rstFtrGalleryBox img {
    border-radius: 10px;
    object-fit: cover;
}

.no-margn-bottom {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
}

@media screen and (max-width: 480px) {
    .bolder {
        margin-top: 0;
    }

    .rstFtrGalleryBox img {
        max-height: 100px;
        min-width: 140px;
        min-height: 100px;
    }

    .col-md-3.col-xs-6 {
        margin-bottom: 10px;
    }
}

input[type=text], select {
    border-top-left-radius: 96px !important;
    border-bottom-left-radius: 96px !important;
    border-top-right-radius: 96px !important;
    border-bottom-right-radius: 96px !important;
}

.no-design {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.less-bolder {
    font-weight: 300;
    color: black;
    font-family: Lato;
    font-size: 16px;
}

.row-no-padding {
    padding-left: 0;
    padding-right: 5px;
}

.btn-submit, input[type="submit"], input[type="button"] {
    padding: 8px 10px;
    font-size: x-small;
    border-radius: 3px;
}

.circular-image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}