.singleBtn, .singleBtnOrange, .singleBtnRed {
    width: 90%;
    text-align: center;
    color: #ffffff;

    display: inline-block;
    padding:2px 0;
    font-size: 1.1em;
    border-radius: 3px;
}
.singleBtn {
    background-color: #53A318 !important;
}
.singleBtnOrange {
    background-color: orange;
}

.singleBtnRed {
    background-color: red !important;
}

.sideNav {
    list-style: none inside;
    font-size:1.2em;
}

.weightPrd {
    padding-left: 5px;
}

.sideNav li {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sideNav li:hover {
    color: red;
}

.container, .container2 {
    display: block;
    position: relative;
    padding-right: 25px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input, .container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: #aaaaaa;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark, .container2:hover input ~ .checkmark {
    background-color: #88a388 !important;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #53A318;
}
.container2 input:checked ~ .checkmark {
    background-color: orangered;
  }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after, .container2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after, .container2 .checkmark:after {
    right: 4px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.setBorder {
    border: solid 1px #53a318;
    border-radius: 5px;
    margin-bottom: 1em;
}
.setBorder‌Business {
    padding-top: 2em;
    border: solid 1px gray;
    border-radius: 5px;
    margin-bottom: 1em;
}
.setBorder‌Business h1 {
    font-size: 1.4em;
    margin-top: 1em;
}
.avatarBusiness {
    position: relative;
    border:solid 1px #53A318;
    border-radius: 5px;
    height:0;
    padding: 5px 5px  48% 5px;
    width: 50%;
    margin:0 auto;
}

.discount {
    position: absolute;
    top:-10px;
    left:-10px;
    height:35px;
    width:35px;
    border-radius: 50%;
    background: #53a318;
    color:white;
    line-height: 35px;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}

.discountOrange {
    position: absolute;
    bottom:-10px;
    right:-10px;
    height:35px;
    border-radius: 4px;
    background: orange;
    color:white;
    line-height: 35px;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 0 5px;
}
.discountRight{
    right:-10px;
}


.businessActivity, .singleActivity {
    color: lightslategray;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.businessActivity strong {
    padding:5px;
    color:#53a318;
    display: inline-block;
}
.deliveryLocations, .singleLocation {
    color: lightslategray;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.ellipsisNone {
    white-space: unset;
    text-overflow: unset;
}
.hrDivide {
    color: #cccccc;
    margin-top: 1em;
}
.deliveryLocations strong {
    padding:5px 3px;
    display: inline-block;
}
.businessLiked {
    font-size: 1.2em;
    font-weight:bold;
    color:#353535;
    font-weight:bold;
    direction:ltr;
    text-align:center;
    border-right: solid 1px #eeeeee;
}
.businessComments {
    font-size: 1.2em;
    font-weight:bold;
    color:#353535;
    font-weight:bold;
    direction:ltr;
    text-align:center;
}
.businessDeliver {
    background: #cccccc;
    color:#333333;
    width:100%;
    line-height: 40px;
}

.moreDet {
    background: #53A318;
    color:#FFFFFF;
    width:100%;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}
.singleBTNWrapper {
    text-align: left;
}
.singleBTNWrapper button {
    font-size:1em;
    border:none;
    line-height: unset;
    height:unset;
    width: 100%;
    border: solid 1px #53a318;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*singleRowBusiness*/
.singleRow {
    display: flex;
    border:1px solid #53a318;
    border-radius: 0 10px 0;
}
.singleRowLeft {
    display: flex;
    flex-direction: column;
}
.singleRowRight{
    display:flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
}

.singleRowRight div img {
    max-height: 150px;
}

.singleRowRight div {
    text-align: center;
}
.singleTitle h1 {
    font-size: 1.3em;
}
.singleLike {
    direction:ltr;
    text-align:left;
    font-size:1.2em;
}
.singleActivity, .singleLocation {
    margin-top:unset;
}
.singleActivity strong {
    padding:5px;
    color:#53a318;
    display: inline-block;
}
.singleLocation strong {
    padding:5px 3px;
    display: inline-block;
}
.singleSelfAlign {
    margin-top: auto;
}
.singleAvatar {
    border:solid 1px #d5d8db;
    padding: 5px;
    border-radius: 5px;
    position:relative;
}
.singleDelivery {
    text-align: left;
}
@media only screen and (max-width: 500px) {
    .singleTitle h1 {
        font-size: 1.2em;
    }
    .singleLike {
        direction:ltr;
        text-align:left;
        /*font-size:.8em;*/
    }
    /*.singleTitle h1 {*/
        /*font-size: .9em;*/
    /*}*/
    /*.singleLocation strong {*/
        /*font-size: .8em;*/
    /*}*/
    /*.singleActivity strong {*/
        /*font-size: .8em;*/
    /*}*/
    .singleBTNWrapper button {
        /*font-size: .6em;*/
        text-align: center;
        padding:3px 4px;
    }
}
.sideMenuTitle {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 2.5em;
}

.paginate {
    list-style-type: none;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    overflow: hidden;
}

.paginate li {
    float: right;
}

.paginate li a {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius:50%;
    text-decoration: none;
    margin-left: 10px;
    line-height: 40px;
}
.borderGreen {
    border: 2px solid #53A318;
    color: #53A318;
    font-size: 1.2em;
}
.activePagination {
    background-color: #53A318 !important;
    color: white !important;
    font-weight: bold;
}