.bpr-body,
.bpr-body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    line-height: 18px;
}

.bpr-is-premium {
    float: left;
    clear: both;
    width: 100%;
    padding: 15px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    margin: 0 0 20px 0;
    background: rgba(0, 0, 0, 0.025);
}

.bpr-is-premium .bpr-grp {
    float: left;
    width: auto;
    margin: 0 15px 15px 0;
    padding: 10px 14px 10px 42px;
    border-radius: 4px;
    line-height: 18px;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    text-decoration: none;
}

.bpr-is-premium .bpr-grp:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bpr-is-premium .bpr-grp-i {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    border-radius: 4px;
}

.bpr-is-premium .bpr-grp-t {
    float: left;
    clear: both;
    width: 100%;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.bpr-is-premium .bpr-grp-d {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
    z-index: 2;
    position: relative;
}

.bpr-is-premium .bpr-grp-fa {
    position: absolute;
    width: 30px;
    z-index: 3;
    left: 0;
    top: 50%;
    line-height: 20px;
    font-size: 14px;
    margin-top: -10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.bpr-grp:hover .bpr-grp-fa {
    color: #fff;
}

.bpr-grp:hover .bpr-grp-t {
    text-decoration: underline;
}

.bpr-is-premium .bpr-p-title {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0 15px 0;
    color: #333;
    width: 100%;
}

.bpr-is-premium .bpr-p-note {
    float: right;
    font-size: 11px;
    color: #999;
}

.bpr-is-premium .bpr-prem-more {
    float: left;
    text-decoration: none;
    clear: both;
}

.bpr-is-premium .bpr-prem-more:hover {
    text-decoration: underline;
}

.bpr-is-premium .bpr-grp-wrap {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 10px 0;
}

#bpr-seller .bpr-is-premium {
    margin-bottom: 0;
    border-radius: 3px;
}

.bpr-msg-wrap {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
}

.bpr-msg-wrap+.bpr-msg-wrap {
    margin-top: -10px;
}

.bpr-msg-wrap .bpr-msg {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    background: #d8ecf7;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}

.bpr-prof {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
}

.bpr-prof .bpr-inside h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.bpr-prof .bpr-inside {
    float: left;
    display: block;
    clear: both;
    width: 100%;
    margin: 0px 0 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 20px;
    background: #fff;
}

.bpr-prof .bpr-utitle {
    float: left;
    clear: both;
    width: 100%;
    margin: 25px 0 5px 0;
    font-size: 13px;
    font-weight: bold;
    color: #111;
}

.bpr-prof form {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
}

.bpr-prof .bpr-row {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 2px 0;
}

.bpr-prof .bpr-line {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 5px 0;
}

.bpr-prof .bpr-inputs {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
}

.bpr-prof .bpr-line>span {
    float: left;
    width: 110px;
    line-height: 20px;
    margin: 7px 5px 0 0;
}

.bpr-prof input[type="text"] {
    padding: 6px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 34px !important;
}

.bpr-prof .bpr-row-oh .bpr-line input[type="text"] {
    width: 120px;
    max-width: 100%;
}

.bpr-prof .bpr-row-sc .bpr-line input[type="text"] {
    width: 420px;
    max-width: 100%;
}

.bpr-prof .bpr-row-wrap {
    float: left;
    width: 100%;
    clear: both;
    background: #eee;
}

.bpr-prof .bpr-row-inf {
    float: left;
    clear: none;
    width: 33.33%;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #fff;
}

.bpr-prof .bpr-row-inf label {
    float: left;
    clear: both;
}

.bpr-prof .bpr-row-inf label>span {
    float: left;
}

.bpr-prof .bpr-row-inf strong {
    float: left;
    clear: both;
}

.bpr-prof .bpr-row-inf label>i {
    color: #999;
    cursor: help;
    float: left;
    margin-left: 6px;
    font-size: 11px;
    line-height: 11px;
}

.bpr-prof .bpr-btn {
    margin: 20px 0 10px 0;
    float: left;
    clear: both;
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #03a9f4;
    padding: 10px 16px;
    border: none;
    border-radius: 3px;
}

.bpr-prof .bpr-btn:not(.bpr-disabled):hover {
    background: #0695d6;
    color: #fff;
    text-decoration: none;
}

.bpr-prof .bpr-btn.bpr-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

 .bpr-prof #bpr-category_multiple {
    float: left;
    width: 230px;
    height: 200px;
    clear: both;
}

.bpr-row-select-multiple select {
    height: auto;
    -webkit-appearance: initial !important;
    min-width: 240px;
    min-height: 160px;
    width: 240px;
    height: 160px;
    overflow-y: scroll;
}

.bpr-prof .bpr-row-icon .bpr-preview {
    float: left;
    width: 100px;
}

.bpr-prof .bpr-row-cover .bpr-preview {
    float: left;
    width: 80%;
}

.bpr-prof .bpr-preview img {
    float: left;
    width: auto;
    height: auto;
    max-width: 100%;
}

.bpr-prof .bpr-show-profile {
    float: left;
    clear: both;
    margin: 0 0 20px 0;
    text-decoration: none;
}

.bpr-prof .bpr-show-profile:hover {
    text-decoration: underline;
}


.bpr-attachment {
    float: left;
    width: auto;
    clear: both;
    margin: 5px 0 10px 0;
}

.bpr-attachment .bpr-att-box {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    position: relative;
}

.bpr-attachment .bpr-att-box input {
    cursor: pointer;
    opacity: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: transparent;
}

.bpr-attachment .bpr-att-box .bpr-status {
    float: left;
    width: auto;
    cursor: pointer;
    padding: 0;
    color: #00BCD4;
    position: relative;
    z-index: 2;
}

.bpr-attachment .bpr-att-box:hover .bpr-status .bpr-wrap span {
    text-decoration: underline;
}

.bpr-attachment .bpr-att-box .bpr-wrap {
    float: left;
    width: auto;
    cursor: pointer;
    padding: 5px 0 5px 2px;
    position: relative;
    z-index: 2;
}

.bpr-attachment .bpr-att-box .bpr-status i {
    float: left;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    width: 18px;
    text-align: left;
}

.bpr-attachment .bpr-att-box .bpr-status .bpr-wrap span {
    font-size: 13px;
    cursor: pointer;
    line-height: 16px;
    font-weight: 500;
}

.bpr-attachment .bpr-text {
    float: left;
    width: 100%;
    clear: both;
    margin: 1px 0;
    font-size: 12px;
    color: #999;
    line-height: 13px;
}


.bpr-comp {
    float: left;
    width: 23%;
    margin: 0 1% 20px 1%;
    padding: 0 0 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.bpr-comp:hover {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

.bpr-comp .bpr-cover .bpr-wrap {
    padding-top: 66%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.bpr-comp .bpr-cover .bpr-elip {
    display: block;
    position: absolute;
    bottom: -45px;
    left: -10%;
    width: 120%;
    height: 60px;
    background: #fff;
    z-index: 2;
    border-radius: 100%;
}

.bpr-comp .bpr-icon-wrap {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 4;
    margin-bottom: 17%;
}

.bpr-comp .bpr-icon-wrap .bpr-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -30% 0 0 -20%;
    width: 40%;
    border-radius: 200px;
}

.bpr-comp .bpr-icon-wrap .bpr-icon>div {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: calc(100% - 2px);
    border-radius: 200px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    background-position: center center;
    background-size: cover;
    background-clip: border-box;
    background-repeat: no-repeat;
}

.bpr-comp .bpr-info {
    float: left;
    clear: both;
    width: 100%;
    padding: 0 15px;
}

.bpr-comp .bpr-title {
    display: inline-block;
    clear: both;
    font-size: 18px;
    color: #111;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
}

.bpr-comp:hover .bpr-title {
    color: #111;
    text-decoration: underline;
}

.bpr-comp .bpr-loc {
    display: inline-block;
    clear: both;
    font-size: 13px;
    color: #777;
    width: 100%;
    margin: 0 0 12px 0;
    white-space: nowrap;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.bpr-comp .bpr-labels {
    display: inline-block;
    clear: both;
    width: auto;
    margin: 0 auto;
}

.bpr-comp .bpr-count {
    float: left;
    width: auto;
    clear: none;
    font-size: 12px;
    margin: 0;
    background: #eee;
    color: #777;
    padding: 0 4px;
    border-radius: 4px;
    line-height: 20px;
}

.bpr-comp .bpr-user-type {
    float: left;
    clear: none;
    width: auto;
    font-size: 12px;
    margin: 0 6px 0 0;
    background: #333;
    color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    line-height: 20px;
}


.bpr-filters {
    float: left;
    clear: both;
    width: 100%;
    padding: 0 20px;
    border-top: 1px solid #eee;
}

.bpr-filters>strong {
    float: left;
    font-size: 16px;
    padding: 15px 12px;
    line-height: 18px;
    border-bottom: 3px solid #0aad6a;
    color: #0aad6a;
}

.bpr-filters .bpr-select {
    float: right;
    margin: 8px 0 0 8px;
    width: auto;
    max-width: 40%;
}

.bpr-filters .bpr-select select {
    float: left;
    width: auto;
    max-width: 100%;
    line-height: 18px;
    color: #333;
    height: 34px;
    position: relative;
    overflow: hidden;
    padding: 7px 6px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.bpr-filters .bpr-select .select-box {
    height: 34px;
}

.bpr-filters .bpr-select .select-box-icon {
    top: 0;
    text-align: center;
    line-height: 28px;
}

.bpr-filters .bpr-select .select-box .select-box-label {
    line-height: 32px;
}

.bpr-filters .bpr-show-all {
    float: right;
    margin: 16px 15px 0 0;
    font-size: 13px;
    text-decoration: none;
    line-height: 18px;
    color: #2965be;
    font-weight: normal;
}

.bpr-filters .bpr-show-all:hover {
    text-decoration: underline;
}

#sellerMap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 3;
}

#sellerContact {
    position: absolute;
    width: 300px;
    max-width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.45);
    padding: 20px;
}

#sellerContact fieldset {
    float: left;
    width: 100%;
    height: auto;
    overflow-y: auto;
    max-height: 100%;
}

#sellerContact .bpr-title {
    float: left;
    clear: both;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
}

#sellerContact input {
    border: none;
    background: rgba(255, 255, 255, 0.8);
    width: 80%;
    color: #000;
    float: left;
    clear: both;
    font-size: 13px;
    line-height: 16px;
    height: auto !important;
    padding: 8px 8px;
    margin: 0 0 12px 0;
}

#sellerContact textarea {
    border: none;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    float: left;
    width: 100%;
    clear: both;
    font-size: 13px;
    line-height: 16px;
    height: 64px;
    padding: 8px;
    margin: 0 0 12px 0;
}

#sellerContact .bpr-btn {
    float: left;
    clear: both;
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #03a9f4;
    padding: 8px 12px;
    border: none;
    border-radius: 3px;
}

#sellerContact .bpr-btn:hover {
    background: #0695d6;
    color: #fff;
    text-decoration: none;
}

#sellerContact .bpr-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.6;
}

#sellerContact .bpr-close:hover {
    opacity: 0.85;
}

#sellerContact .bpr-close img {
    float: left;
    width: 100%;
    height: 100%;
}

#bpr-pagination {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 10px 0;
}

#bpr-pagination a {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 8px 0 0;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
}

#bpr-pagination a:hover,
#bpr-pagination a.bpr-active {
    background: #03a9f4;
    color: #fff;
    text-decoration: none;
    border-color: #03a9f4;
}

.bpr-list #bpr-pagination {
    width: 98%;
    margin: 0 1% 10px 1%;
}

.bpr-items {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 10px 0;
}

.bpr-empty {
    float: left;
    clear: both;
    width: 100%;
    padding: 25px 10px;
    background: rgba(0, 0, 0, 0.05);
    margin: 10px 0;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 3px;
}

#bpr-seller {
    display: block;
    clear: both;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#bpr-seller .bpr-inside {
    float: left;
    display: block;
    clear: both;
    width: 100%;
    margin: 20px 0 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 3px 3px 0 3px;
    background: #fff;
}

#bpr-seller .bpr-inside-trans {
    float: left;
    display: block;
    clear: both;
    width: 100%;
    margin: 0px 0 40px 0;
}

#bpr-seller .bpr-inside-all {
    float: left;
    display: block;
    clear: both;
    width: 100%;
    margin: 20px 0 40px 0;
}

#bpr-seller .bpr-msg-wrap+.bpr-inside {
    margin-top: 0;
}

#bpr-seller .bpr-msg-wrap {
    margin-top: 20px;
}

.bpr-cover {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

.bpr-cover .bpr-wrap {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 25%;
    overflow: hidden;
    position: relative;
}

.bpr-cover .bpr-wrap .bpr-wrap-img {
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-clip: border-box;
    background-repeat: no-repeat;
}

.bpr-cover .bpr-socials {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.bpr-cover .bpr-socials a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 8px;
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.9);
}

.bpr-cover .bpr-socials a:hover {
    background: rgba(0, 0, 0, 0.45);
}

.bpr-cover .bpr-socials a i {
    line-height: 40px;
}

.bpr-cover .bpr-contact-us {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.shop-delete
{
    background: rgba(237, 14, 14, 0.811) !important;
    color: #fff !important;
}

.shop-edit
{
    background: rgba(255, 119, 21, 0.811) !important;
    color: #fff !important;

}

.bpr-cover .bpr-contact-us a {
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.9);
}

.bpr-cover .bpr-contact-us a.bpr-disabled {
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.8);
}

.bpr-cover .bpr-contact-us a.bpr-go:hover {
    background: rgba(0, 0, 0, 0.45);
}


.bpr-profile {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0;
}

.bpr-profile h1 {
    float: left;
    clear: both;
    width: auto;
    font-size: 22px;
    color: #111;
    margin: 0 0 10px 0;
    line-height: 24px;
}

.bpr-profile .bpr-left {
    float: left;
    width: 70%;
    padding: 20px;
    border-right: 1px solid #eee;
    margin: 0;
    position: relative;
}

.bpr-profile .bpr-left .bpr-icon {
    float: left;
    width: 80px;
    margin: 0 10px;
    overflow: hidden;
}

.bpr-profile .bpr-left .bpr-icon img {
    float: left;
    width: auto;
    height: auto;
    max-width: 100%;
}

.bpr-profile .bpr-left .bpr-box {
    float: left;
    width: calc(100% - 100px);
    padding: 0 100px 0 20px;
    position: relative;
}

.bpr-profile .bpr-verified {
    position: absolute;
    right: 12px;
    width: 80px;
}

.bpr-profile .bpr-verified img {
    float: left;
    width: 100%;
    height: auto;
}

.bpr-profile .bpr-type-wrap {
    float: left;
    clear: both;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
}

.bpr-profile .bpr-user-type {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 2px 5px;
    line-height: 15px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #333;
    border-radius: 3px;
}

.bpr-profile .bpr-user-type.bpr-type-1,
.bpr-comp .bpr-user-type.bpr-type-1 {
    background: #e6b112;
}

.bpr-profile .bpr-user-type.bpr-type-2,
.bpr-comp .bpr-user-type.bpr-type-2 {
    background: #75bdda;
}

.bpr-profile .bpr-user-type.bpr-type-3,
.bpr-comp .bpr-user-type.bpr-type-3 {
    background: #a85cca;
}

.bpr-profile .bpr-category {
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.bpr-profile .bpr-category a {
    float: left;
    color: #2965be;
    font-weight: bold;
    text-decoration: none;
}

.bpr-profile .bpr-category a:hover {
    text-decoration: underline;
}

.bpr-profile .bpr-category span {
    float: left;
    margin: 0 3px 0 0;
}

.bpr-profile .bpr-reg {
    float: left;
    width: auto;
    margin: 0 0 8px 0px;
    font-size: 16px;
    color: rgb(124, 124, 124);
    line-height: 20px;
    clear: both;
}

 .bpr-profile .bpr-reg>span {
    float: left;
    margin: 0 10px;
}

.bpr-profile .bpr-about {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 10px 0;
    color: #666;
}

.bpr-profile .bpr-features {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 10px 0;
}

.bpr-profile .bpr-features .bpr-feat {
    float: left;
    width: 33%;
    padding: 0;
    margin: 5px 0;
}

.bpr-profile .bpr-features .bpr-ic {
    float: left;
    margin: 0 6px 0 0;
}

.bpr-profile .bpr-features .bpr-ic img {
    float: left;
    width: 14px;
    margin: 2px 0;
    height: auto;
}

.bpr-profile .bpr-features .bpr-feat-name {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.bpr-profile .bpr-right {
    float: left;
    width: 30%;
    padding: 20px 25px;
    border-left: 1px solid #eee;
    margin: 0 0 0 -1px;
}

.bpr-profile .bpr-right>div {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
}

.bpr-profile .bpr-right>div>i {
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #999;
    border-radius: 100px;
}

.bpr-profile .bpr-right-box {
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 0 35px;
    min-height: 30px;
}

.bpr-profile .bpr-hours .bpr-right-box>div {
    float: left;
    clear: both;
    width: 100%;
}

.bpr-profile .bpr-hours .bpr-right-box>div span {
    min-width: 25px;
    display: inline-block;
}

.bpr-profile .bpr-payments {
    font-weight: bold;
    text-transform: uppercase;
}

.bpr-profile .bpr-phone a {
    clear: both;
    display: block;
    float: left;
    width: auto;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px dashed #bbb;
}

.bpr-profile .bpr-phone a:hover {
    border-bottom: 1px solid #bbb;
}

.bpr-profile .bpr-location a {
    display: block;
    clear: both;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
    color: #2965be;
    margin: 2px 0 5px 0;
}

.bpr-profile .bpr-location a:hover {
    text-decoration: none;
}

.bpr-profile .bpr-location a.hidden {
    display: none;
}

.bpr-profile .bpr-links a {
    float: left;
    clear: both;
    width: auto;
    text-decoration: none;
    font-weight: 500;
    color: #2965be;
    margin: 0 0 5px 0;
}

.bpr-profile .bpr-links a:hover {
    text-decoration: underline;
    color: #2965be;
}


/* CUSTOM CHECKBOX */
.bpr-box-check {
    float: left;
    width: 25%;
    clear: none;
    margin: 5px 0px 8px 0;
}

.bpr-box-check input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
    overflow: hidden;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.bpr-box-check label {
    cursor: pointer;
    position: relative;
    float: left;
    padding: 0 0 0 30px !important;
    line-height: 20px;
    font-size: 13px;
    width: auto;
    clear: both;
}

.bpr-box-check label:hover {
    text-decoration: underline;
}

.bpr-box-check label:before {
    cursor: pointer;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    font-weight: 500;
    text-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.bpr-box-check label:hover:before {
    border-color: #aaa;
}

.bpr-box-check label:after {
    cursor: pointer;
    text-indent: 1px;
    font-family: "FontAwesome";
    content: "\f00c";
    color: transparent;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    text-shadow: none;
    position: absolute;
    top: 1px;
    left: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.bpr-box-check input[type="checkbox"]:checked+label:before {
    border-color: #03a9f4;
    color: #fff;
    background-color: #03a9f4;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.bpr-box-check input[type="checkbox"]:checked+label:after {
    color: #fff;
}


@media screen and (max-width: 1200px) {
    .bpr-profile .bpr-features .bpr-feat {
        width: 50%;
    }

    .bpr-profile .bpr-left {
        width: 60%;
    }

    .bpr-profile .bpr-right {
        width: 40%;
    }

    #bpr-pagination,
    .bpr-items {
        padding: 0 10px;
    }

    .bpr-cover .bpr-wrap {
        padding-top: 30%;
    }

    .bpr-profile .bpr-left .bpr-box {
        padding-right: 60px;
    }

    .bpr-profile .bpr-verified {
        width: 60px;
        right: 0;
    }

    .bpr-profile .bpr-left .bpr-box {
        width: calc(100% - 80px);
    }

    .bpr-profile .bpr-left .bpr-icon {
        width: 70px;
        margin: 0 5px;
    }

    #sellerContact .bpr-title {
        margin-bottom: 5px;
    }

    #sellerContact input,
    #sellerContact textarea {
        margin-bottom: 7px;
    }

    #sellerContact textarea {
        height: 46px;
    }

    .bpr-comp {
        width: 31.33%;
    }

    .bpr-prof .bpr-row-inf {
        width: 50%;
    }

    .bpr-box-check {
        width: 33.33%;
    }

    .bpr-prof .bpr-row-cover .bpr-preview {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .bpr-profile .bpr-left {
        width: 100%;
        border: none;
        padding: 10px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }

    .bpr-profile .bpr-right {
        width: 100%;
        clear: both;
        margin: 0;
        border: none;
        padding: 10px;
    }

    .bpr-filters {
        padding: 0 10px;
    }

    .bpr-show-all {
        display: none;
    }

    .bpr-cover .bpr-wrap {
        padding-top: 45%;
    }

    #sellerContact .bpr-btn {
        padding: 4px 10px;
    }

    #sellerContact input {
        padding: 5px 8px;
    }

    #sellerContact textarea {
        padding: 5px 8px;
        height: 40px;
    }

    .bpr-comp {
        width: 48%;
    }

    .bpr-cover .bpr-socials {
        width: 100px;
    }

    .bpr-cover .bpr-socials a {
        float: right;
        margin: 8px 0 0 8px;
    }

    .bpr-box-check {
        width: 50%;
    }

    .bpr-is-premium .bpr-p-note {
        float: left;
        clear: both;
        margin-top: 4px;
    }
}

@media screen and (max-width: 490px) {
    .bpr-cover .bpr-wrap {
        padding-top: 60%;
    }

    #sellerContact .bpr-title {
        display: none;
    }

    .bpr-profile .bpr-left .bpr-icon,
    .bpr-profile .bpr-verified {
        display: none;
    }

    .bpr-profile .bpr-left .bpr-box {
        width: 100%;
        padding: 0;
    }

    .bpr-filters>strong {
        display: none;
    }

    .bpr-filters .bpr-select {
        float: left;
        margin: 10px 8px 10px 0;
    }

    .bpr-profile .bpr-reg {
        clear: both;
    }

    .bpr-profile .bpr-reg>span {
        display: none;
    }

    .bpr-comp .bpr-loc {
        white-space: normal;
        height: 36px;
    }

    .bpr-cover .bpr-socials a:nth-child(n+5) {
        display: none;
    }

    .bpr-prof .bpr-row-inf {
        width: 100%;
    }

    .bpr-box-check {
        width: 100%;
    }

    .bpr-prof .bpr-line>span {
        width: 105px;
    }

    .bpr-prof .bpr-row-oh .bpr-line input[type="text"] {
        width: 110px;
    }
}