.businessHeader {
    display: flex;
    margin-top: 2em;
}

.flexVerticalCenter {
    display:flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 15px;
}

.wrapperAvatar {
    background: white;
    padding: 10px;
}
.mobTitles h1, .mobTitles h2 {
    padding: 5px;
    text-align: center;
}
.mobDelivery h1{
    font-size: 1em;
    padding: 5px;
}
@media only screen and (max-width: 768px) {
    .wrapperAvatar {
        text-align: center;
    }
    .wrapperAvatar img {
        max-width:150px;
    }
}

. singleStyle, .singleStyle2 {
    margin-top: 10px;

}

.singleStyle strong {
    padding:5px;
    display: inline-block;
    color: #353535;
}
.singleStyle strong:first-child,.singleStyle2 strong:first-child {
     font-size:1.2em;
    color:#444444;
 }
.singleStyle2 strong {
    padding:5px 3px;
    display: inline-block;
    color: #353535;
}

#businessMenu {
    list-style: none inside !important;
}

#businessMenu li {
    float:right;
    font-size: 1.2em;
    border-bottom:  1px solid #dddddd;
    width: 25%;
    text-align:center;
}
#businessMenu li a{
    display: block;
    padding: 5px 20px;
    border-bottom: 2px solid #ffffff;
}
/*
#businessMenu li:first-child {
    border-right:  1px solid #dddddd;
}
#businessMenu li:last-child {
    border-left:  1px solid #dddddd;
}
*/
.activeMenu {
    border-bottom: 2px solid #53a318 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


#marketMenu {
    list-style: none inside;
}
#marketMenu > li {
    margin-bottom: 5px;
}
#marketMenu > li > a {
    display: block;
    padding: 5px 10px;
    font-size: 1.2em;
    margin:5px;
}


.activeGroup {
    background: #53a318;
    color: #ffffff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position:relative;
}
.activeGroup:after, .activeGroup:before {
    border: 1px solid #d5d8db;
    left: -11px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.activeGroup:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 7px;
    margin-top: -7px;
}
.activeGroup:before {
    border-color: rgba(213, 216, 219, 0);
    border-left-color: #d5d8db;
    border-width: 8px;
    margin-top: -8px;
}
.businessInside {
    border-right:1px solid #D5D8DB;
}
@media only screen and (max-width: 769px) {
    .businessInside {
        border-right: none !important;
    }
}
.menuBusinessInside {
    border:1px solid #D5D8DB;
    border-top: none;
    display: flex;
}

.avatarBusiness2 {
    position: relative;
    height:0;
    padding: 5px 5px  98% 5px;
    width: 100%;
    margin:0 auto;
}

.discount2 {
    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;
}
.addTobasket {
    color: #53a318;
    text-align: center;
    cursor: pointer;
}

.removeFromBasket {
    color: red;
    text-align: center;
    cursor: pointer;
}

.addTobasketSelected {
    color: #53a318;
    text-align: center;
}

.removeFromBasketSelected {
    color: red;
    text-align: center;
}

.backSingleFoot {
    background: #cccccc;
    display: flex;
    align-items: center;
    height: 50px;
}

.weight {
    direction:rtl;
    padding-top: 1em;
    font-size: 1.1em;
    font-weight:bold;
    color:#666666;
    font-weight:bold;
    text-align:center;
}
.basketPrd {
    background: #ffffff;
    margin-bottom: 10px;
}

#fixDetailWrapper {
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.6);
    z-index: 15;
}

#fixDetail {
    position: fixed;
    width: 50%;
    height: 60%;
    margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    top: 0;
    right: 0;
    max-height: 600px;
    z-index: 10;
    background: #ffffff;
    border-radius: 10px;
    overflow-y: auto;
    border: 1px solid #53A318;
}

@media only screen and (max-width: 769px) {
    /*i increase min-width 1px for solution gap tommarow set 769px*/

    #fixDetail {
        position: fixed;
        width: 80%;
        height: 80%;
        max-height: 600px;
        margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
        left: 0;
        top: 0;
        right: 0;
        z-index: 10;
        background: #ffffff;
        border-radius: 10px;
        overflow-y: scroll;
    }
}

.basket {
    color: #353535;
    background: #eeeeee;
    border-radius: 10px 0 10px 0;
    border:dashed 1px #FF0033;
}

.menuSideItem {
    display: block;
    font-size: 1.1em;
    line-height: 2.8em;
}

.menuSideItem {
    display: block;
}
.menuSideItem i {
    margin-left: 10px;
    font-size: 1.3em;
}

.detailHead {
    width: 100%;
    background-color: #53A318;
    clear:both;
}

#closeDetails {
    font-size: 2em;
    padding: 10px;
    cursor:pointer;
    color: #ffffff;
}

.productSlide {
    width: 90%;
    margin: 0 auto;
}

.detailContentBox {
    padding: 0.5em;
    width: 100%;
    font-size: 1.2em;
    /*text-align: justify;*/
    direction: rtl;
    line-height: 2.3em;
    color: #040404;
}

.detExplain {
    line-height: 2.5em;
    text-align: justify;
    direction: rtl;
    padding: 0.5em;
}

#prdSlides div.item img {
    margin:0 auto;
    max-width: 300px;
    margin-top: 1em;
    border-radius:5px
}
#loadingGif {
    z-index: 100;
    position: fixed;
    width: 100px;
    height: 100px;
    right: 50%;
    top: 50%;
    margin-right: -50px;
    margin-top: -50px;
}

.detTopLeftBox {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    border-radius: 5px;
}

.stickyMenu {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 50px;
}

#businessMenu {
    position:sticky;
    top:0;
    background-color: #ffffff !important;z-index:5;
}


.businessHeadSection {
    font-size: 1.4em;
    color:#53A318;
    text-align: center;
    line-height: 50px;
}

#countItems {
    border-radius: 5px;
    background-color: orange;
    font-size: 1.2em;
    color: white;
    text-align: center;
    padding: 0 6px;
}

.showBasket {
    width: 92%;
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    min-height: 2em;
    background-color: #1b8001;
    bottom: 0;
    z-index: 5 !important;
    display:none;
}

@media only screen and (min-width: 769px) {
    .showBasket {
        position: fixed;
        /* center the element */
        right: 0;
        left: 0;
        width:500px;
        margin-right: auto;
        margin-left: auto;
        /* give it dimensions */
        min-height: 2em;
        display: inline-block;
        background-color: #1b8001;
        bottom: 0;
        border-radius: 5px;
        z-index: 5 !important;
        display:none;
    }
}

.showBasket div {
    padding: 5px 10px;
}

.infoHead {
    width: 100%;
}

.infoHead h1 {
    font-size: 1.4em;
    color: #222222;
    padding: .5em;
}

.infoHead p {
    padding: 1em;
    line-height: 2.5em;
}
.infoHead p strong, .infoHead p span {
    font-size: 1.3em;
    margin-right: 1em;
    color: #464646;
}

.customers {
    border-collapse: collapse;
    width: 100%;
    margin: 1.5em auto 3em;
}

.customers td, .customers th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 1.2em;
}

.customers tr:nth-child(even){
    background-color: #f2f2f2;
}

.customers tr:hover {
    background-color: #ddd;
}

.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #53A318;
    color: white;
    font-size: 1.2em;
}

.msgBox {
    display:none;
}

#mapIcon{
    line-height: 50px;
    font-size: 1.4em;
    cursor: pointer;
    display: inline-block;
}
#mapIcon img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.borderd5 {
    border: 1px solid #D5D8DB;
    border-top: none;
}

.borderGray {
    border: 1px solid #D5D8DB;
    border-radius: 5px;
}

.sectionBox {
    text-align: center;
    margin-bottom: 3em;
}

/*.sendComment div {*/
    /*font-size: 1.3em;*/
    /*text-align: center;*/
    /*line-height: 2.2em;*/
/*}*/

.commentSection {
    font-size: 1.4em;
    text-align: center;
    color: #222222;
    line-height: 2.2em;
}

.score {
    margin-top:2em;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 1.4em;
}
.score:hover {
    border: 1px solid #53A318 ;
}

.sendCommentActive {
    border: 1px solid #53A318 ;
    font-weight: bold;
}

.opinionComment {
    margin-top: 2em;
    line-height: 2em;
}

.btnOpinion {
    display: inline-block;
    padding: 5px 50px;
    border: 1px solid darkgreen;
    color: darkgreen;
    text-align: center;
    font-size: 1.3em;
    border-radius: 5px;
    margin-top: 2em;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btnOpinion:hover {
    font-weight: bold;
    background-color: #53A318;
    color: #ffffff;
}

.userOpinion p {
    line-height: 2em;
}

.filters {
    height: 3em;
    line-height: 3em;
    background-color: orange;
    text-align: center;
    width: 100%;
    z-index: 3;
    font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;
}

#filterMobileBox{
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    max-width:500px;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    direction:rtl;
    text-align:rtl;
    white-space:nowrap;
    padding-bottom: 1em;
}

.filterMobileHead {
    height: 40px;
    background-color: #aaaaaa;
    color: #ffffff;
    text-align: center;
    color: white;
    line-height: 40px;
    font-size: 1.4em;
}

.filterMobile {
    width: 90%;
    border: 1px solid #53A318;
    border-radius: 5px;
    color: #353535;
    margin: 1em auto 0;
    padding: 10px;
    overflow:hidden;
}

.top32px {
    top: 32px;
}

#marketMenuMob {
    list-style: none inside;
}
#marketMenuMob > li {
    border-bottom: 1px solid #eeeeee;
}
#marketMenuMob > li > a {
    display: block;
    color: #4B4B4B;
    padding: 10px;
    font-size: 1.2em;
}

#marketMenuMob > li > a:hover {
    background-color: #53A318;
    color: #ffffff;
}
.topFootMap {
    width: 100%;
    clear: both;
    text-align: center;
    position: relative;
}

.topFootMap p {
    padding: 0.5em 1.3em;
    line-height: 2.5em;
}

#confirmBasket a {
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px auto 0px;
    border-radius: 3px;
    background-color: #ff7c20;
}

.mapUpdate, .deliveryCost {
    margin-top: 1em;
    line-height: 3em;
}

.captionGallery {
    font-size: 1.3em;
    padding: 1.5em 1em 0em 1em;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    color: orange;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid orange;
    width: 40px;
    height: 40px;
}

.owl-carousel .owl-nav button.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.owl-carousel:hover .owl-nav button.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.owl-carousel:hover .owl-nav button.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.owl-carousel:hover .owl-nav button.owl-next:hover,
.owl-carousel:hover .owl-nav button.owl-prev:hover{
    color:#fff;
    background: orange;
    border: 1px solid orange;
}