.fl {
    float: left;
}

.fr {
    float: right;
}

#my-calendars {
    width: 100%;
    float: left;
}

tbody {
    width: 100%;
}


.search_holder>i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #699711;
    font-size: 19px;
}

.rs-input-group>span {
    position: absolute;
    right: 0px;
    top: 19px;
    display: inline-block;
    background: #e3411f;
    height: 35px;
    color: #fff;
    padding: 10px 10px;
    width: auto;
    transition: all 1s ease;
}

.rs-table-heading {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.rs-input-group {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
}

.rs-input-group>input {
    width: 100%;
    float: left;
    height: 35px;
    padding: 0px 10px;
    border-bottom: 2px solid #699711;
    border-top: none;
    border-right: none;
    border-left: none;
}

.rs-input-group>label {
    position: absolute;
    left: 0px;
    top: 10px;
    font-weight: bold;
    font-size: 20px;
    width: 100px;
    display: inline-block;
    text-align: center;
}

.rs-input-group>button {
    right: 0px;
    position: absolute;
    top: 10px;
    width: 100px;
    height: 35px;
    border: none;
    background: #699711;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.rs-order-body {
    height: 0px;
    overflow: hidden;
    transition: 1s all ease;
}

.rs-order-deliverypin-btn {
    background: transparent;
    color: #000;
    box-shadow: none;
    border: 1px solid #699711;
    padding: 8px 12px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: auto;
    float: left;
    margin-left: 10px;
    font-weight: bold;
}

ul.header_mobile_search_results {
    width: 100%;
    float: left;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #699711;
    margin: 0px;
}

ul.header_mobile_search_results > li {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

ul.header_mobile_search_results > li:last-child {
    border: none;
}

ul.header_mobile_search_results > li >a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
}

ul.header_mobile_search_results > li:hover {
    background: #ddd;
}

.cat_tab > a.menu_title_class {
    display: block;
    float: left;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background: #59800e;
    width: 100%;
    text-align: left;
}

.total-price {
    width: 100%;
}

.col25 {
    width: 25%;
    float: left;
    text-align: center;
}

.cat_tab_content {
    width: 100%;
    float: left;
    overflow: auto;
    height: 100%;
    padding-bottom: 50px;
}

.cat_tab > ul {
    margin: 0px;
    float: left;
    width: 100%;
    text-align: left;
    list-style: none;
}

.cat_tab > a {
    font-size: 12px;
    color: #7f9b2e;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
    font-weight: 600;
    float: left;
    width: 100%;
    display: block;
    text-align: left;
}

.cat_tabs_toggle.active {
    background: #59800e;
}

.cat_tab.active {
    display: block;
}

.cat_tab {
    width: 100%;
    float: left;
    display: none;
}

.cat_tab > ul > li > a {
    display: block;
    color: #222;
    padding: 4px 5px;
    font-size: 11px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.header_mobile {
    width: 100%;
    float: left;
    background: #699711;
    color: #fff;
    height: auto;
    position: relative;
    min-height: 50px;
}

.header_mobile > .col25 > span {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-top: 13px;
    margin-right: 5px;
}

.header_mobile > .col25 > img {
    width: 100%;
    margin-top: 13px;
}

.header_mobile_bottom {
    width: 100%;
    height: auto;
    background: #fff;
    float: left;
    margin-top: 5px;
    display: none;
    border-bottom: 2px solid #699711;
}

.header_mobile_search > input {
    width: 100%;
    float: left;
    height: 40px;
    z-index: 999999999;
    color: #000;
    padding-left: 40px;
    border: none;
}

.header_mobile_search > i {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #699711;
    font-size: 18px;
}

.header_mobile_search {
    width: 100%;
    float: left;
    position: relative;
}

.header_mobile_sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    float: left;
    left: -100%;
    top: 0px;
    z-index: 9999999999999999;
    display: none;
    transition: 0.5s all ease;
}

.header_mobile_sidebar_content {
    width: 80%;
    background: #fff;
    position: fixed;
    height: 100%;
}

.header_mobile_sidebar_overlay {
    width: 20%;
    background: #000000a6;
    position: fixed;
    height: 100%;
    margin-left: 80%;
    text-align: center;
}

.header_mobile_sidebar_overlay>span {
    font-size: 20px;
    color: #fff;
    background: #000;
    border-radius: 100%;
    padding: 2px 10px;
    border: 1px solid #fff;
    float: none;
    margin-top: 10px;
    display: inline-block;
}

.cnt_left {
    border: 1px solid #EEEEEE;
    padding-right: 20px;
    width: 630px;
    height: 250px;
}

.cnt_right {
    width: 316px;
    border: 1px solid #EEEEEE;
    height: 250px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.container {
    width: 1000px;
    margin: auto;
}

.home_link {
    padding: 10px;
}

.home_link a {
    color: #0D92E1;
    font: bold 23px arial;
    text-decoration: underline;
}

.main_subs {
    border: 1px solid #0D92E1;
    background: #F3F3F3;
    height: 180px;
}

.main_subs p {
    padding: 5px 0 0 5px;
    color: #0D92E1;
    font: bold 18px arial,tahoma;
}

.subs_email {
    font: normal 12px arial,tahoma;
    padding: 26px 0 0 35px;
}

.in_subs {
    padding: 5px 0 0 5px;
    color: #0D92E1;
    font: bold 18px arial,tahoma;
}

.in_subs input {
    padding: 5px 0 0 5px;
    color: #ccc;
    font: normal 15px arial,tahoma;
}

.location_search_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000005c;
    z-index: 99999;
    top: 0px;
    left: 0px;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.location_search_container {
    max-width: 450px;
    background: #fff;
    margin: auto;
    top: 100px;
    left: 0px;
    right: 0px;
    position: fixed;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 15px;
    height: auto;
    max-height: 600px;
    overflow-y: auto;
}

.header_mobile_bottom_fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    float: left;
    left: 0px;
    background: #fff;
    height: auto;
    display: block;
    z-index: 99999;
    text-align: center;
    border-top: 1px solid #ddd;
}

.nav_bottom {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 5px 0px;
}

.nav_bottom > button {
    display: inline-block;
    float: none;
    margin: auto;
    left: 0px;
    right: 0px;
    margin-bottom: 10px;
    border: none;
    background: transparent;
    font-size: 20px;
    outline: none;
}

.nav_bottom > span {
    display: block;
    width: 100%;
    color: #bdbec2;
    font-size: 14px;
}

.header_mobile > .col25 > a {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-top: 9px;
    margin-right: 5px;
    display: inline-block;
    padding: 0px;
}

.header_mobile > .col25 > a > span {
    color: inherit;
    margin: 0px;
    font-size: inherit;
}

.user_links>a:first-child {
    width: 100%;
    float: left;
    display: block;
    font-weight: bold;
    color: #fff;
    background: #699711;
    font-size: 20px;
    padding: 0px 5px;
    border: none;
}

.user_links>a >strong {
    color: inherit;
    font-size: inherit;
}

.user_links>a {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 15px;
    color: #5a5a5a;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.user_links>a > i {
    margin-right: 10px;
}

.nav_bottom > button > span {
    font-size: inherit;
}

.header_mobile > .col25 > a>img {
    width: 100%;
}

.cat_tabs_toggle {
    width: 20%;
    float: left;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.cat_tabs_toggles {
    background: #699711;
    width: 100%;
    float: left;
    color: #fff;
}

.cat_tabs_toggle > span {
    color: inherit;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 3px;
    font-weight: 100;
}

.cat_tabs_toggle>img {
    width: 45px;
    float: none;
    margin: auto;
}

@media only screen and (max-width : 480px) {

   
    .rs-order-status {
        width: 100%;
        float: left;
        padding: 5px 5px;
        text-align: left;
    }

    .rs-order-no-btn,.rs-order-deliverypin-btn {
        margin: 0px;
        padding: 5px 5px;
        width: 100%;
        text-align: left;
        border-radius: 0px;
    }

    .rs-order-header {
        padding: 0px;
        text-align: center;
    }

    .rs-order-invoice-btn {
        width: auto;
        padding: 2px 15px;
        border: none;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        float: none;
        background: #d0af27;
        margin-bottom: 5px;
    }

    .rs-order-body {
        padding: 5px 0px;
    }

    .rs-order-product-description {
        width: 70%;
        float: left;
    }

    .rs-order-product-img {
        width: 30%;
        float: left;
    }

    .rs-order-product-img > img {
        width: 50px;
        height: 35px;
    }

    .rs-order-product-price {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 5px;
    }

    .rs-order-product-price > br {
        display: none;
    }

    .rs-order-product-price > span {
        border-right: 1px solid #ddd;
        padding-right: 3px;
    }

    .rs-order-product-price > span:last-child {
        border: none;
        padding: 0px;
    }

    .rs-order-product-description > a {
        margin-top: 5px;
    }

    .rs-order-date,.rs-order-total {
        width: 100%;
        text-align: left;
        float: left;
    }

    .rs-order-footer {
        padding: 0px 0px 5px 5px;
    }

    .items_table {
        padding: 0px;
    }

    .D_cart button {
        width: 45%;
        float: left;
        margin-right: 10px;
        text-align: center;
    }

    .mt140mob {
        margin-top: 133px;
    }

    .btn-proceed-checkout {
        width: 100%;
        text-align: center;
    }

    .header_mobile {
        display: block;
    }

    .header_desktop {
        display: none;
    }

    .location_search_container {
        max-height: 100%;
        top: 50px;
    }

    .left-category[data-open='true'] {
        border-right: 1px solid #e9e9e9;
        background: #fff !important;
        padding: 0 3px !important;
        position: fixed;
        top: 0px;
        left: 0%;
        height: 100%;
        width: 83.33333333%;
        z-index: 99999999999;
        overflow: auto;
        box-shadow: 2px 0px 9px 0px #000;
        transition: 0.5s all ease;
    }

    .responsive-panel-right[data-open='false'] {
        display: none;
    }

    .total-price {
        width: 100%;
    }

    .cart_mob_panel[data-open='true'] {
        position: fixed;
        top: -62px;
        left: 0%;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background: #fff;
        overflow: auto;
        padding-bottom: 10px;
        padding-top: 62px;
        transition: 0.5s all ease;
    }

    .cart_mob_panel[data-open='false'] {
        position: fixed;
        top: -62px;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background: #fff;
        overflow: auto;
        padding-bottom: 10px;
        padding-top: 62px;
        transition: 0.5s all ease;
    }

    .responsive-panel-right[data-open='true'] {
        width: 100%;
        position: fixed;
        top: -62px;
        left: 0px;
        height: 100%;
        background: #ffff;
        z-index: 999999999;
        overflow: auto;
        padding: 62px 15px 10px 15px;
    }

    .left-category[data-open='false'] {
        border-right: 1px solid #e9e9e9;
        background: #fff !important;
        padding: 0 3px !important;
        position: fixed;
        top: 0px;
        left: -100%;
        height: 100%;
        width: 83.33333333%;
        z-index: 99999999999;
        overflow: auto;
        box-shadow: 2px 0px 9px 0px #000;
        transition: 0.5s all ease;
    }

    .left-category-mobile-toggle[data-open='true'] > .fa-chevron-right {
        display: none;
    }

    .left-category-mobile-toggle[data-open='false'] > .fa-chevron-left {
        display: none;
    }

    .left-category-mobile-toggle[data-open='true'] {
        position: fixed;
        left: 83.33333333%;
        top: 0px;
        bottom: 0px;
        height: 60px;
        width: 25px;
        margin: auto;
        background: black;
        border: none;
        color: #fff;
        font-size: 25px;
        transition: 0.5s all ease;
        z-index: 99999999999;
    }

    .left-category-mobile-toggle[data-open='false'] {
        position: fixed;
        left: 0%;
        top: 0px;
        bottom: 0px;
        height: 60px;
        width: 25px;
        margin: auto;
        background: black;
        border: none;
        color: #fff;
        font-size: 25px;
        transition: 0.5s all ease;
        z-index: 99999999999;
    }

    .left-category-mobile-toggle >span {
        color: inherit;
        font-size: inherit;
    }

    .user-big-img {
        display: none;
    }

    .fc-header-left {
        width: 100%;
        float: left;
        text-align: center;
    }

    .fc-header-center {
        width: 100%;
        float: left;
        text-align: center;
    }

    .fc-header-right {
        width: 100%;
        float: left;
        text-align: center;
    }

    .fc-day {
        width: 14.28%;
    }

    #my-calendars {
        width: 100%;
        float: left;
        display: none;
    }

    .datetimepicker-inline td,.datetimepicker-inline th {
        width: 14.2857142857%;
    }

    .datetimepicker-inline tr {
        padding: 0px;
        width: 100%;
        float: left;
        position: relative;
        top: 0px;
        left: 0px;
    }

    .datetimepicker-inline thead {
        width: 100%;
        float: left;
    }

    .datetimepicker-days .switch {
        width: 50%;
        float: left;
        text-align: center;
    }

    .datetimepicker-days .prev {
        width: 25%;
        float: left;
        text-align: left;
    }

    .datetimepicker-days .next {
        width: 25%;
        float: left;
        text-align: right;
    }

    .starter-template {
        display: none;
    }

    .dailyschedulertab {
        margin-top: 0px;
        overflow: auto;
        white-space: nowrap;
    }

    .dailyschedulertab > li {
        display: inline-block;
        float: none;
        width: auto;
    }

    .responsive-panel-right-close[data-open='true'] {
        border-radius: 100%;
        border: none;
        position: absolute;
        right: 0px;
        top: 0px;
        background: #7f9b2d;
        color: #fff;
        font-size: 20px;
        width: 30px;
        outline: none;
        display: block;
    }

    .responsive-panel-right-close[data-open='false'] {
        border-radius: 100%;
        border: none;
        position: absolute;
        right: 0px;
        top: 0px;
        background: #7f9b2d;
        color: #fff;
        font-size: 20px;
        width: 30px;
        outline: none;
        display: block;
    }
}

@media only screen and (min-width : 480px) {
    
    .responsive-panel-right-close {
        display: none;
    }

    .mt133desk {
        margin-top: 20px;
    }

    .header_mobile {
        display: none;
    }

    .header_desktop {
        display: block;
    }

    .left-category-mobile-toggle {
        display: none;
    }

    .cart_mob_panel {
        display: none;
    }

    .rs-mob-cal {
        display: none;
    }
}
