﻿body {
    padding-bottom: 60px;
    padding-top: 60px;
    font-size: 1.1rem;
    /*background: #F7F8FA;*/
    background: rgba(127, 190, 28, 0.05);
    background: #FFF;
    border-left: 7px solid #7fbe1c;
    min-height: 100%;
}

html {
    /*border-left: 7px solid #7fbe1c;*/
    background: url('rp.png') repeat-y;
}

.header {
    /*-webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
    box-shadow: 0 0 5px #F7F8FA;
    box-shadow: 0 0 5px rgba(0, 80, 89, 0.25);*/
    color: #7fbe1c;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    height: 48px;
}
.mobiletitle {
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    float: right;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: .8rem;
    margin-top: -10px;
}

.mobiletitle button {
    margin-left: 10px;
}


.mobilecart {
    color: #7fbe1c;
    display: block;
    width: auto;
    float: left;
    text-align: center;
    position: relative;
    margin-left: 20px;
    margin-top: -12px;
}

    .mobilecart i {
        font-size: 2rem;
        line-height: 4rem;
    }
    .mobilecart span {
        height: 20px;
        background-color: #7fbe1c;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        min-width: 20px;
        position: absolute;
        top: -6px;
        left: -12px;
        color: #FFf;
    }

.mobilecart {
    border: 1px solid rgba(127, 190, 28, 0.55);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 4rem;
    width: 4rem;
}

.footerX {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 10px #F7F8FA;
    box-shadow: 0 0 10px rgba(0, 80, 89, 0.25);
    z-index: 99;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    line-height: 1.8rem;
}


    .footerX .col {
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}

.footerX a {
    color: #7fbe1c;
    font-weight: 500;
    font-size: 11px;
}

.footerX i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 100;
    background: #fff;
}

    .footer .col {
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}

.footer a {
    color: #243455;
    font-weight: 500;
    font-size: 12px;
}

.footer i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.acc-bg-gray a {
    background-color: rgba(36, 52, 85, 0.34);
}

.padding {
    padding: 40px 0;
}

.tasksearch {
    background: #FFF;
    display: block;
    width: 100%;
    margin-top: -20px;
    box-shadow: 0 0 10px #F7F8FA;
    box-shadow: 0 0 10px rgba(0, 80, 89, 0.25);
    -webkit-border-radius: 45%;
    -moz-border-radius: 45%;
    border-radius: 45%;
    z-index: -1;
    padding-top: 20px;
}


.itemviewbox2 {
    /*box-shadow: 0 0 10px #F7F8FA;
    box-shadow: 0 0 10px rgba(0, 80, 89, 0.25); border: 1px solid #7fbe1c;
    border: 1px solid rgba(255, 255, 255, 0.55);*/
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 80, 89, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 80, 89, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(0, 80, 89, 0.5);
   
    /*-webkit-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}



.itemviewbox {
    /*box-shadow: 0 0 10px #F7F8FA;
    box-shadow: 0 0 10px rgba(0, 80, 89, 0.25); border: 1px solid #7fbe1c;
    border: 1px solid rgba(255, 255, 255, 0.55);*/
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 80, 89, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 80, 89, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(0, 80, 89, 0.5);
    /*-webkit-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

.itemviewbox3 {
    /*padding: 2px 10px;*/
    /*box-shadow: 0 0 10px #F7F8FA;
    box-shadow: 0 0 10px rgba(0, 80, 89, 0.25);*/
    border: 1px solid #7fbe1c;
    /*border: 1px solid rgba(127, 190, 28, 0.55);*/
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);*/
    -webkit-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: #FFF;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}

.boxshadow {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(127, 190, 28, 0.55);
    box-shadow: 0 0 5px #7fbe1c;
    box-shadow: 0 0 5px rgba(127, 190, 28, 0.55);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.itemprice {
    font-size: 1rem;
    position: absolute;
    top: 7px;
    left: 10px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.75);
}

.itemtitle {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 7px 2px;
    text-align: center;
    position: absolute;
    bottom: 28px;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    width: 80%;
    width: calc(100% - 34px);
    margin-left: 7px;
    margin-right: 7px;
    z-index:9;
}


.btnmobilecustom {
    font-size: 1rem;
    padding: 2px 10px;
    width: 100%;
    border-top: 1px solid #eeeeee;
    line-height: 27px;
    text-align: center;
    display: block;
    color: #7fbe1c;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);*/
}


.btnmobiledelete {
    background: #ff0000;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    display: block;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}


.btnmobileedit {
    color: #7fbe1c;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    display: block;
    text-align: center;
}


@media only screen and ( max-width:320px) {
    .itemtitle {
        font-size: .8rem;
    }

}

@media only screen and ( min-width:768px) {


    .itemtitle {
        font-size: 1.2rem;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-r0 {
    padding-right: 0;
}

.rowX {
    height: auto;
    display: flex;
    flex-flow: row column;
}

.colorbrown {
    color: #7fbe1c;
}

.mt-tabs .nav-tabs > li > a {
    letter-spacing:0;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .mt-tabs .nav-tabs > li {
        float: right;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #7fbe1c;

}


.px6 p {
    margin-bottom: 3px !important;
    font-size: 1.7rem !important;
}

.txtshadow {
    text-shadow: 0px 0px 6px rgba(0, 80, 89, 0.5);
}

.tlicon {
    width: 2px;
    float: right;
    display: block;
    background: #7fbe1c;
    height :35px;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;
}

.tliconcrcl {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #7fbe1c;
    position: absolute;
    top: -1px;
    right: -12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #FFF;
}

.tlcontent {
    float: right;
    position: absolute;
    right: 40px;
}

.tltitle {
    font-weight: bold;
    color: #7fbe1c;
    font-size: 1.4rem;
    line-height: 23px;
}

.nmpr {
    float: left;
    /* line-height: 50px; */
    font-weight: bold;
    font-size: 9rem;
    color: rgba(127, 190, 28, 0.25);
    z-index: -1;
    height: 40px;
    line-height: 10rem;
}

.tldate {
    color: #262626;
}
.btn-info,
.site-button {
    background-color: #7fbe1c;
    color: #fff;
}

.btnaccount {
    font-size: 2.5rem;
    padding: 10px 15px;
}



.mt-tabs .nav-tabs > li.active > a, .mt-tabs .nav-tabs > li.active > a:focus, .mt-tabs .nav-tabs > li.active > a:hover {
    background-color: rgba(127, 190, 28, 0.15);
    border-bottom: 3px solid #7fbe1c;
    color: #7fbe1c;
}

.form-control {
    border-color: rgba(127, 190, 28, 0.75);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/*  ======================================================================
        SHOP: SELECT AMOUNT
========================================================================== */
.amount {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: 1px solid #7fbe1c;
    width: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.amount__input {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100px;
    width: calc(100% - 160px);
    height: 45px;
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #959595;
}

/*@media only screen and (max-width : 360px) {
    .amount__input {
        width: 100px;
    }
}*/

input.amount__input:focus {
    outline: 0;
}

button .amount__button,
.amount__button {
    clear: both;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    width: 80px;
    height: 45px;
    font-size: 1.5rem;
    background-color: #7fbe1c;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

    .amount__button:hover {
        background-color: rgba(127, 190, 28, 0.50);
    }

    .amount__button:before {
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        line-height: 45px;
        font-family: 'font-caplus' !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }




/*  ======================================================================
        SHOP: SELECT AMOUNT
========================================================================== */
.amount1 {
    width:110px;
    margin-right: -5px;
}

.amount__input1 {
    width: 20px;
    height: 38px;
    width: calc(100% - 80px);
}
.amount__button1 {
    width: 40px;
    height: 38px;
}

.acc-bg-gray a {
    background-color: rgba(127, 190, 28, 0.25);
}

    .acc-bg-gray a.site-button {
        background-color: #7fbe1c;
    }

.locationTitle {
    font-size: 2rem;
    color: #7fbe1c;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
    line-height: 2.5rem;
}

.locationTitle i {
   margin-left: 5px;
}

.b-t0 {
    padding-top: 0px;
}

.about-home.owl-carousel .owl-dots .owl-dot.active span {
    background: rgba(127, 190, 28, 1);
}

.owl-carousel .owl-dots .owl-dot span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.about-home.owl-carousel .owl-dots .owl-dot span {
    background: #FFF;
}


.underdisplayX {
    z-index: -1;
    height: 245px;
    width: 100%;
    margin-top: -60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    display: block;
    -moz-border-radius-bottomright: 120px;
    border-bottom-right-radius: 120px;
}

.underdisplay {
    display: block;
    width: 110%;
    height: 250px;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(5px);

    /*left: -25px;*/
    /*//giving minus -25px left position right: 0;*/
    /*top: -25px;*/
    /*//giving minus -25px top position bottom: 0;
    -webkit-box-shadow: inset 0px 0px 300px 200px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0px 0px 300px 200px rgba(255,255,255,0.4);
    box-shadow: inset 0px 0px 300px 200px rgba(255,255,255,0.4);*/
    /*box-shadow: inset 0 0 0 200px rgba(255,255,255,0.7);
    filter: blur(10px);
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);*/
}


.contact-mobile {
    font-size: 2rem;
    line-height: 40px;
    text-align: right;
    color: #7fbe1c;
}

.contact-mobile a {
    display: block;
    font-size: 2rem;
    line-height: 40px;
    text-align: right;
}

.iboxx {
    background: #7fbe1c;
    color: #FFF;
    font-weight: bold;
    font-size: 1.7rem;
}

.aspNetDisabled {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    padding: 10px;
    background-color: rgb(164, 164, 164);
    color: #fff;
}