@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700'; @import url('https://fonts.googleapis.com/css?family=Roboto'); @import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700'); body, p, h1, h2, h3, h4, h5, h6, span, strong, ul, a, small {
    font-family: 'Oxygen', sans-serif;
}

a {
    outline: none;
}

.w100 {
    width: 100%;
}

.p5 {
    padding: 5px;
}

.header_search_holder > .header_search_results {
    position: absolute;
    top: 35px;
    z-index: 9;
}

.header_search_results {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: auto;
    z-index: 9999999;
    border: 1px solid #eee;
    display: none;
    float: left;
    margin-top: 5px;
    background: #f5f3f3;
    padding: 0px 3px;
}

.hearer_search_result_row {
    width: 100%;
    float: left;
    padding: 7px 10px;
    cursor: pointer;
    background: #fff;
    margin-top: 1.5px;
    border-radius: 2px;
    margin-bottom: 1.5px;
}

.hearer_search_result_row:hover {
    background: #000;
    color: #fff;
}

.hearer_search_result_row>p {
    margin: 0px;
}

body, html {
    overflow-x: hidden;
    font-size: 13px;
}

.loader_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #69971121;
    z-index: 99999;
    display: none;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #699711;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    float: none;
}

.loader_caption {
    position: absolute;
    width: 100%;
    max-height: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    top: 0px;
    bottom: 25%;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1900px;
}

.header-top {
    width: 100%;
    background: #fff;
    padding: 10px 0;
}

/* Menu */
.navbar-form input, .form-inline input {
    width: auto;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#nav.affix .navbar-inverse {
    background: rgb(51, 51, 51);
}

.navbar-inverse {
    background: #7f9b2e;
}

.navbar {
    position: relative;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 0;
    background: #699711;
    /*z-index:9999999; */
}

a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #ffcb35;
    background: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #ffcb35;
    background-color: transparent;
}

.navbar-nav {
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0;
    width: 100%;
    float: left;
}

.nav > li {
    position: relative;
    display: block;
    border-right: 1px solid #8eab38;
    width: 12.5%;
    float: left;
}

.nav > li.first {
    border-left: 1px solid #8eab38;
}

.nav > li:last-child {
    border-right: none;
}

.navbar-nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 4px !important;
    font-size: 11px;
}

.nav-tabs > li > a {
    text-align: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
}

.nav > li > a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 13px !important;
    color: #fff;
    letter-spacing: 1px;
}

.nav > li:hover {
    background: #ffcb35 !important;
}

.nav > li > a > em {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
}

.nav-tabs > li {
    padding: 0;
}

.nav-left {
    float: left;
    margin: 0 auto;
    width: 97%;
}

.search-icon {
    padding-top: 24px;
    float: right;
    width: 3%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #444;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #f5f5f5;
    white-space: nowrap;
    width: 10%;
    font-family: 'Oxygen', sans-serif;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ffcb35;
    text-decoration: none;
    background: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 20%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 20%;
    margin-right: -10px;
}

.service-tab {
    width: 100%;
    background: #f6f6f6;
    margin-top: 48px;
}

.tab-heading h2 {
    text-transform: uppercase;
    font-size: 23px !important;
    padding: 8px 0px;
}

.tab-heading p {
    font-size: 13px;
    text-align: justify;
    border-left: 4px solid #e5e5e5;
    padding-left: 20px;
    line-height: 22px;
    margin: 20px 0px 50px;
}

.tab-heading a {
    padding: 10px 40px;
    border: 2px solid rgb(255, 203, 53);
    text-decoration: none;
    border-radius: 23px;
    font-weight: 500;
    color: #666;
}

.nav-tabs {
    margin-top: -40px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    background: #f6f6f6;
    margin-right: 8px;
    border: 1px solid #eae9e9;
    border-bottom: none !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.landing-tabs>li {
    background: #699711;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    background: #ffcb35 !important;
    border: none !important;
    border-bottom-color: transparent;
    border-top: 4px solid #ffcb35 !important;
    border-radius: 0px;
    margin-right: 0px;
    font-weight: bold;
    color: #fff;
}

.nav-tabs > li > a {
    margin-right: 2px;
    padding: 10px 28px;
    width: auto;
    display: block;
    float: left;
}

.nav-tabs > li > a:hover {
    border-top: 4px solid #ffcb35 !important;
    color: #fff;
    font-weight: bold;
    background: none;
    border-radius: 0px;
    margin-right: 0px;
}

.nav-tabs {
    border-bottom: 1px solid #eae9e9;
}

.heading-sec {
    padding: 10px 0px 45px;
    text-align: center;
}

.heading-sec h1 {
    font-size: 22px;
    text-transform: uppercase;
}

.heading-sec p {
    margin-bottom: 3px;
    font-size: 15px;
}

#categories {
    background: #FFF;
    width: 100%;
}

.category img {
    width: 100%;
}

.pad {
    padding-bottom: 20px;
}

.border-img {
    width: 90%;
    height: 92%;
    border: 2px solid;
    position: absolute;
    top: 8px;
    left: 25px;
    border-color: rgba(186, 186, 186, 0.7);
}

.b-width {
    width: 83%;
}

.border-img:hover {
    border-color: rgba(255, 203, 53, 0.9);
}

/* top header */
.social-menu {
    padding: 17px 0px 20px;
}

.social-menu span {
    float: left;
    font-size: 14px;
    color: #929292;
}

ul.social-top {
    list-style: none;
}

ul.social-top li {
    list-style: none;
    float: left;
    border-right: 1px solid #eceaea;
    padding: 0px 12px;
}

ul.social-top li a {
    color: #41a863;
    text-decoration: none;
}

.search {
    padding: 10px 0px;
    width: 100%;
    float: left;
}

.search_button {
    background: #ffcb35;
    padding: 11px 14px;
    position: absolute;
    right: 1px;
    border: none;
}

.search .fa-search {
    color: #fff;
    font-size: 15px;
}

.top-right .col-md-6, .top-right .col-sm-6, .top-right .col-lg-6 {
    padding: 0px;
    padding-left: 12px !important;
}

.top-right {
    padding-top: 15px;
    float: right;
}

.top-right .fa-play, .top-right .fa-user {
    color: #fea500;
    border-radius: 50%;
    padding: 0;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.top-right .fa-play {
    padding-top: 4px;
    padding-left: 6px;
}

.top-right strong {
    font-size: 12px !important;
    color: #7f9b2e;
    font-weight: 600;
}

.cart_holder i {
    font-size: 20px !important;
}

.scart a {
    padding: 12px 19px;
    background: #7f9b2e;
    text-decoration: none;
}

.scart .fa-shopping-cart {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
}

.scart strong {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
}

.padding-wrapper {
    padding: 0 15px;
}

/* service box */
.service-box {
    width: 820px;
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    margin: 0 auto;
}

.service-circle {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    text-align: center;
    border: 7px solid #000;
    width: 200px;
    height: 200px;
}

.service-circle:hover {
    background: rgba(255, 255, 255, 0.6);
    border: 7px solid #7f9a31;
}

.service-circle.active {
    background: rgba(255, 255, 255, 0.6);
    border: 7px solid #7f9a31;
}

.service-circle h4.active {
    color: #7f9a31;
    font-weight: bold;
}

.service-circle h4:hover {
    color: #7f9a31;
    font-weight: bold;
}

.service-circle img {
    text-align: center;
    padding: 12px 10px 0px;
    width: 66%;
}

.service-circle h4 {
    text-align: center;
    padding: 1px 13px 30px;
    width: 80%;
    margin: auto;
    color: #dbdbdb;
}

.logo-mobile {
    display: none;
}

/* featured product */
#featured-product {
    width: 100%;
    background: #f6f6f6;
}

#featured-product .heading-sec {
    padding-bottom: 18px;
}

.col-item {
    background: #FFF;
}

.col-item .photo {
    width: 100%;
    height: 180px;
    float: left;
    margin-bottom: 8px;
}

.col-item .photo img {
    width: 100%;
    height: 100%;
    max-height: 179px;
}

.discount {
    position: absolute;
    top: 30px;
    left: 0;
    margin: 15px 15px;
    background: #7a9232;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.discount span {
    text-align: center;
    color: #f5f5f5;
    position: absolute;
    padding: 8px 0px;
    line-height: 1;
    font-size: 10px;
    right: 10px;
}

.wishlist {
    position: absolute;
    top: 30px;
    right: 0;
    margin: 12px 13px;
}

.wishlist span a {
    color: #7a9232;
}

.wishlist span a:hover {
    color: #fece3e;
}

.veg-nonveg {
    z-index: 20;
    position: relative;
    bottom: 32px;
    width: 15%;
}

.veg-nonveg span {
    border: 1px solid #7a9232;
    padding: 2px 6px 3px;
}

.fa-circle {
    color: #7a9232;
    font-size: 8px;
    text-align: center;
}

.red {
    color: #fd0901;
}

.pro-rating {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}

.pro-rating .fa-star:hover {
    color: #fece3e;
}

.active-star {
    color: #fece3e;
}

.p-weight {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 9px;
}

#best-selling .col-item {
    border: 1px solid #E1E1E1;
}

.p-weight > span > a {
    padding: 4px 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    color: #444;
    font-size: 11px;
}

.p-weight > span > a:hover {
    background: #fece3e;
    color: #fff;
    border: 1px solid #fece3e;
    text-decoration: none;
}

.p-weight > span > a.active {
    background: #fece3e;
    color: #fff;
    border: 1px solid #fece3e;
    text-decoration: none;
}

.p-qty {
    width: 100%;
    margin: 20px 0px 0px 0px;
    float: left;
    text-align: center;
}

.p-qty span {
    border: 1px solid #ccc;
    padding: 6px 10px 3px;
}

.p-qty span i {
    color: #fece3e;
    text-align: center;
    font-size: 14px;
}

.p-qty label {
    width: 31%;
    font-size: 15px;
}

.p-price {
    width: 48%;
    float: left;
    padding-top: 0 !important;
    margin-right: 0;
}

.p-price>p {
    padding-top: 10px !important;
}

.p-cart {
    width: 50%;
    float: right;
    margin-top: 2px;
}

.s_qty span {
    border: 1px solid #ccc;
    padding: 3px 5px 3px;
}

.s_qty span i {
    color: #fece3e;
    text-align: center;
    font-size: 12px;
}

.s_qty label {
    width: 25%;
    font-size: 13px;
    text-align: center;
}

.contact-bg {
    padding-bottom: 40px;
    width: 70%;
    margin: 0 auto;
}

.col-item .info {
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    text-align: center;
}

.col-item .info h6 {
    color: #b8b8b8;
    margin-top: 0px;
    margin-bottom: 4px;
}

.col-item .info h4 {
    color: #656565;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 0px;
    height: 40px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.col-item .info h6 a {
    color: #b8b8b8;
    margin-top: 0px;
    margin-bottom: 4px;
}

.col-item .info h4 a {
    color: #656565;
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 0px;
}

.col-item .info h6 a:hover {
    color: #fece3e;
}

.col-item .info h4 a:hover {
    color: #fece3e;
}

.col-item .info p, span, strong, strike {
    color: #656565;
    font-size: 9px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-top: -9px;
}

.col-item .info div {
    padding: 0px;
}

.col-item .info button {
    background: transparent none repeat scroll 0% 0%;
    border: 2px solid rgb(255, 203, 53);
    padding: 0px 5px 4px 0px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#btn_cart img {
    width: 22%;
    padding-left: 6px;
}

#btn_cart span {
    font-size: 9px;
    margin-left: -9px;
}

.col-item .info button span {
    vertical-align: middle;
}

.col-item .info button:hover {
    background: #ffcb35;
}

col-item .info button:hover .span {
    color: #fff !important;
}

.col-pro-box {
    width: 20%;
    padding: 6px;
}

.photo {
    border-bottom: 1px solid #f2f2f2;
}

#related-Product .photo, #best-selling .photo, #feat-product .photo {
    border-bottom: 1px solid #F2F2F2 !important;
    border: none;
    height: 200px !important;
}

#feat-product .col-item {
    border-radius: 0px;
    background: #FFF;
    box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -o-box-shadow: 0px 0px 3px #ccc;
    margin-bottom: 6px;
}

.wishlist i {
    font-size: 18px;
}

#related-Product .wishlist {
    top: 0;
    right: 6px;
}

#feat-product .col-item:hover .info {
    border: 0px solid #E1E1E1;
    border-top: none;
}

strike {
    color: #bdb7b7;
    font-weight: bold;
    padding-right: 5px;
}

.col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0;
}

.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i {
    margin-right: 5px;
}

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.controls {
    margin-top: 20px;
}

[data-slide="prev"] {
    margin-right: 10px;
}

.left-arrow {
    position: absolute;
    left: 40px;
    margin-top: 13%;
    border: 1px solid #ccc;
    color: #444;
    padding: 10px;
    z-index: 20;
    background: #fff;
}

.right-arrow {
    position: absolute;
    margin-top: 13%;
    right: 46px;
    border: 1px solid #ccc;
    color: #444;
    padding: 10px;
    z-index: 20;
    background: #fff;
}

.brand .left-arrow {
    position: absolute;
    left: 34px;
    margin-top: 1%;
    border: 1px solid #ccc;
    color: #444;
    padding: 10px;
    background: #fff;
    z-index: 20;
}

.brand .right-arrow {
    position: absolute;
    margin-top: 1%;
    right: 35px;
    border: 1px solid #ccc;
    color: #444;
    padding: 10px;
    background: #fff;
    z-index: 20;
}

.featured-product {
    padding-bottom: 20px;
}

.category {
    padding-bottom: 30px;
}

/* testimonial */
#testimonial {
    background: url(../images/testi-bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 35px;
}

#testimonial .heading-sec {
    color: #000;
    padding: 40px 0px;
}

.testimonial-section {
    width: 100%;
    height: 350px;
    padding: 0px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    position: relative;
    font-size: 12px;
    color: #999;
    background: #fff;
    text-align: justify;
    line-height: 10px;
    font-family: 'Jim Nightshade', cursive !important;
}

.testimonial-section-name {
    margin-top: 15px;
    margin-left: 60px;
    text-align: left;
    color: #000;
    padding-bottom: 60px;
}

.testimonial-section>img {
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
}

.testi {
    width: 60%;
    margin: 0 auto;
}

.testi iframe {
    width: 100%;
    height: 380px;
}

.testimonial-section-name img {
    width: 50px;
    height: 50px;
    float: left;
    border: 2px solid #fff;
}

.rating {
    float: right;
    padding-top: 14px;
}

.rating .fa-star {
    color: #ffcb35;
}

.app-button img {
    width: 100%;
    max-width: 245px;
    height: auto;
    float: none;
    margin: auto;
    max-height: 72px;
}

.app-button {
    padding: 0px 40px;
    text-align: center;
    width: 100%;
    float: left;
}

.arrow-below {
    position: absolute;
    top: 101%;
    left: 8%;
}

#top-brand {
    padding-bottom: 50px;
}

#brand-logos {
    border: 2px solid #e5e5e5;
    padding: 30px 20px;
}

.brand {
    padding: 0px 0px;
    color: #898989;
}

#contact-bg {
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
}

.contact-bg p {
    font-size: 12px;
    text-align: justify;
    line-height: 22px;
}

.contact-box {
    width: 100%;
}

.left-box {
    width: 10%;
    float: left;
}

.left-box .fa {
    color: #7f9b2e;
}

.right-box {
    width: 90%;
    float: right;
}

.red {
    color: #FF0000;
}

#contact-bg .heading-sec {
    padding: 20px 0px 27px;
}

.contact-bg {
    padding-bottom: 40px;
}

.form-bg {
    background: #fafafa;
    border: 5px solid #fff;
    padding: 34px 40px 35px;
}

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e9e7e7;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-group {
    margin-bottom: 15px;
}

.btn-success {
    color: #fff;
    background-color: #ffcb35;
    border-color: #ffcb35;
    border-radius: 2px;
    padding: 8px 33px;
    font-size: 16px;
}

.close {
    font-size: 40px !important;
    color: #fff !important;
    opacity: 1 !important;
}

.modal-header .close {
    margin-top: -12px !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #699711;
    border-color: #699711;
}

.form-control:focus {
    border-color: #699711;
    box-shadow: none;
}

[placeholder] {
    font-size: 10px;
}

/* ad- banner */
#ad-banner {
    text-align: center;
    padding: 20px 0px;
}

#ad-banner img {
    width: 70%;
    padding: 10px;
}

#ad-inner-banner {
    text-align: center;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin: 15px 0px;
}

#ad-inner-banner img {
    width: 100%;
    padding: 0px;
}

/* footer */
footer {
    width: 100%;
    float: left;
}

.footer-top {
    background: #151515;
    padding: 40px 0px;
}

.delivery img {
    width: 100%;
}

.footer-top h1 {
    color: #f1f1f1;
    font-size: 30px;
    padding: 6px 0px;
}

.footer-top h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 46px;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}

.footer-top .heading-sec {
    color: #fff;
}

.footer-top a {
    border: 2px solid #ffd71b;
    padding: 15px 40px;
    color: #ffd71b;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 500;
}

.main-footer {
    background: #202020;
    padding: 30px 0px;
}

.main-footer .img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    padding-top: 35px;
}

.main-footer .img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.social-footer ul {
    padding: 35px 0px;
}

.social-footer ul li {
    list-style: none;
    padding: 0px 7px;
    display: inline-block;
}

.social-footer ul li a img {
    width: 30px;
    height: 30px;
}

.links h4 {
    font-size: 17px;
    color: #adadad;
    text-transform: uppercase;
    font-weight: bold;
}

.links hr {
    width: 54px;
    height: 3px;
    background: #454444;
    float: left;
    margin: 0px 0 16px;
    border: none;
}

.links ul li {
    list-style: none;
    padding: 4px 5px;
}

.links ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #868686;
    font-weight: bold;
}

.links ul {
    margin-left: 0px;
    padding-left: 0px;
}

.footer-bottom {
    background: #181818;
    padding: 10px 0px 0px;
}

.footer-bottom p {
    text-align: center;
    font-size: 11px;
    color: #868686;
    font-weight: bold;
}

.panel-danger {
    border-color: #ebccd1;
    padding: 0 15px;
}

/**************************Inner page chopped veg *****************************************/
.navbar-inner {
    position: inherit;
    background: #585858;
    margin-bottom: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #ffcb35;
    background: none;
}

#pattern-wrapper {
    /* background: url(../images/pattern-bg.png) repeat;*/
    background: #f6f6f6;
}

.main-wrapper {
    background: #fff;
    padding: 0px;
    border: 1px solid #e9e9e9;
}

.breadcrumb {
    padding: 15px 15px 0 15px;
    margin-bottom: 0px;
}

.breadcrumb ul {
    list-style: none;
    float: left;
    padding: 0px;
}

.breadcrumb ul li {
    list-style: none;
    float: left;
    padding: 0px 10px;
}

.breadcrumb ul li a {
    color: #969494 !important;
    font-size: 12px;
    text-decoration: none;
}

.breadcrumb ul li a:hover {
    color: #000;
}

.breadcrumb ul li a.active {
    color: #000;
    font-weight: 500;
}

.pad-inner img {
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.no-background {
    background: none;
}

.inner-carousel {
    padding: 0px 0px 0px 0px;
}

.inner-left-arrow {
    position: absolute;
    left: 51px;
    margin-top: 13%;
    padding: 9px 8px;
    font-size: 22px;
    color: #aba9a9;
    z-index: 20;
    background: #fff;
    border: 1px solid #ccc;
}

.inner-right-arrow {
    position: absolute;
    right: 51px;
    margin-top: 13%;
    padding: 9px 8px;
    font-size: 22px;
    color: #aba9a9;
    z-index: 20;
    background: #fff;
    border: 1px solid #ccc;
}

.inner-brand-logos {
    border: 2px solid #e5e5e5;
    padding: 25px 20px;
    margin: 0px 25px 0px 0px;
}

.inner-brand .left-arrow {
    position: absolute;
    left: 51px;
    margin-top: 1%;
    border: 1px solid #ccc;
    color: #444;
    padding: 10px;
    background: #fff;
    z-index: 20;
}

.inner-brand .right-arrow {
    position: absolute;
    margin-top: 1%;
    right: 51px;
    border: 1px solid #ccc;
    color: #444;
    padding: 10px;
    background: #fff;
    z-index: 20;
}

.left-category {
    border-right: 1px solid #e9e9e9;
    background: #fff !important;
    padding: 0 3px !important;
}

.yellow-button {
    background: #ffbe04;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #f2b506;
    float: left;
    font-weight: bold;
    margin: 0 10px 12px 0px;
    color: #fff;
}

hr {
    margin-top: 0px;
}

.yellow-button:hover {
    background: #75a211;
    border: 1px solid #6d980e;
    color: #fff;
    text-decoration: none;
}

.green-button {
    background: #7b9333;
    color: #fff;
    padding: 5px 5px;
    font-size: 12px;
    border: 1px solid #6b802c;
    float: left;
}

.green-button:hover {
    background: none;
    color: #444;
    text-decoration: none;
}

.red-button {
    background: #585858;
    color: #fff;
    padding: 5px 5px;
    font-size: 12px;
    border: 1px solid #444;
}

.red-button:hover {
    background: none;
    color: #444;
    text-decoration: none;
}

.selected-items {
    background: #f6f6f6;
    float: left;
    padding-bottom: 50px;
}

.middle h4 {
    margin: 0px;
}

.middle select {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 3px;
}

ul.middle-product-list {
    list-style: none;
    /*float: left;*/
    margin-top: 25px;
    padding: 0px;
}

ul.middle-product-list li {
    width: 34%;
    float: left;
    padding: 0px;
    margin-bottom: 10px;
}

ul.middle-product-list li>.col-sm-12,.col-md-12,.col-lg-12 {
    border: 0px solid #ddd;
    padding: 0px;
}

.middle-product {
    width: 100%;
    float: left;
    margin-top: 5px;
    min-height: 1000px;
}

.p-weight ol li:nth-child(3) {
    margin-right: 3px !important;
}

.p-chips ol li:nth-child(3) {
    margin-right: 3px !important;
}

ul.middle-product-list li:nth-child(3) {
    margin-right: 0%;
}

ul.middle-product-list li:nth-child(6) {
    margin-right: 0%;
}

ul.middle-product-list li:nth-child(9) {
    margin-right: 0%;
}

ul.middle-product-list li:nth-child(12) {
    margin-right: 0%;
}

.middle-product ul li .col-md-12 {
    padding: 0px;
}

.filter-heading {
    font-weight: 600;
    font-size: 17px;
    padding: 15px 0px 9px 8px;
    color: #575757;
    border-bottom: 1px solid #f0efef;
}

.filter-heading:nth-child(1) {
    border-top: 0px solid #f0efef;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f077";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f078";
}

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
    text-decoration: none;
}

.panel-default {
    border: none;
}

.panel-default > .panel-heading {
    color: #333;
    background: none;
    border: none;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd;
}

.panel-title a {
    color: #444;
    font-size: 12px;
}

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
    text-decoration: none;
    color: #7f9b2e;
}

.panel-title > a.active {
    text-decoration: none;
    color: #7f9b2e;
}

.panel-title1 > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title1 > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title1 > a:hover, .panel-title1 > a:active, .panel-title1 > a:focus {
    text-decoration: none;
}

.panel-default {
    border: none;
}

.panel-default > .panel-heading {
    color: #333;
    background: none;
    border: none;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd;
}

.panel-title1 a {
    color: #444;
    font-size: 14px;
}

.panel-title1 > a:hover, .panel-title > a:active, .panel-title > a:focus {
    text-decoration: none;
    color: #7f9b2e;
}

.panel-title1 > a.active {
    text-decoration: none;
    color: #7f9b2e;
}

.panel-heading1 {
    padding: 1px 11px;
    border: 1px solid #e9e9e9;
}

ul.shopCategory {
    float: left;
    list-style: none;
    padding-left: 0;
    font-size: 11px;
    line-height: 2;
}

ul.shopCategory li {
    float: left;
    list-style: none;
    width: 100%;
}

ul.shopCategory li a {
    color: #777;
}

ul.shopCategory li a.active {
    color: #7f9b2e;
    font-weight: 500;
}

ul.shopCategory li a:hover {
    color: #7f9b2e;
    font-weight: 500;
    text-decoration: none;
}

.panel-body {
    padding-top: 0px;
}

.p-weight ol {
    list-style: none;
    padding: 0px;
    float: left;
    padding-left: 8px;
}

.p-weight ol li {
    float: left;
    margin-right: 3px;
    width: auto;
    border: none;
    margin-bottom: 10px;
}

.p-weight ol li a {
    padding: 4px 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    color: #444;
    font-size: 11px;
}

.p-weight ol li a:hover {
    background: #fece3e;
    color: #fff;
    border: 1px solid #fece3e;
    text-decoration: none;
}

.p-weight ol li a.active {
    background: #fece3e;
    color: #fff;
    border: 1px solid #fece3e;
    text-decoration: none;
}

.p-chips {
    padding: 0px;
    text-align: center;
    margin-bottom: 10px;
}

.p-chips span {
    width: auto;
    border: none;
}

.p-chips>span>a {
    border-radius: 2px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    color: #444;
    font-size: 11px;
    padding: 8px 0px;
    border: 1px solid #eee !important;
}

.p-chips span a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.p-chips span a img.active {
    opacity: 0.7;
    z-index: 20;
    text-decoration: none;
}

.p-chips {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 35px;
    float: left;
    border: none;
}

.p-chips span {
    width: 30px !important;
    float: left;
    margin: 5px 0;
}

.p-chips>span>a>img {
    width: 100%;
    height: 100%;
    margin-top: -3px;
}

.inner-discount {
    margin: 6px 5px;
    position: absolute;
    top: 0px;
    left: 0;
    background: #7a9232;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.inner-wishlist {
    margin: 4px 8px;
    position: absolute;
    top: 0px;
    right: 0;
}

.inner-veg-nonveg {
    margin: 0px 8px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.inner-price {
    width: 100%;
    margin-top: 0;
    height: 35px;
}

.inner-price > p {
    font-size: 10px !important;
}

.inner-price > p > strong {
    font-size: 10px;
}

.inner-price > p > strike {
    font-size: 10px;
}

.inner-cart {
    width: 100%;
}

.item-row {
    background: #fff;
    padding: 0px 0px;
    margin: 0px 0px;
    border: 1px solid #e9e9e9;
    width: 100%;
    float: left;
}

.pad-inner {
    padding-bottom: 0px;
}

.middle-padding {
    padding-top: 14px;
}

.item-img {
    width: 100%;
}

.item-inputs {
    padding: 5px 5px;
}

.item-row .col-md-4 img, .item-row .col-sm-4 img {
    width: 100%;
}

.item-row .col-md-4, .item-row .col-sm-4 {
    padding: 7px 7px 11px 0px;
    border-right: 1px solid #e9e9e9;
    width: 23%;
}

.item-row {
    position: relative;
}

.item-row .DELETE {
    position: absolute;
    right: 0px;
    top: 2px;
    z-index: 9999;
}

.item-row .col-md-3, .item-row .col-sm-3 {
    padding: 0px 5px 0px 0px;
    float: left;
}

.item-row .col-md-3 span, .item-row .col-sm-3 span {
    padding: 0px 0px 0px 10px;
    float: right;
}

.fa-2x {
    font-size: 1.5em !important;
}

.item-row p.item-name {
    font-size: 11px;
    color: #5f4b4b;
    height: 14px;
    overflow: hidden;
    padding: 0px 24px 0px 0px !important;
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-qty {
    font-size: 11px;
    color: #c3c2c2;
}

.item-qty span {
    color: #444;
}

.item-price {
    font-size: 11px;
    color: #444;
    font-weight: bold;
}

.item-price span {
    font-weight: bold;
}

.item-row p {
    padding: 0px;
    margin: 0px;
}

.item-price {
    width: 50%;
    float: left;
    text-align: center;
}

.selected-items h4 {
    color: #93a559;
}

.fa-pencil {
    color: #78982b;
}

.fa-trash-o {
    color: #e49191;
}

.item-row textarea {
    border: none;
    width: 100%;
    font-size: 12px;
}

.total-row span {
    color: #8a8a8a;
    font-size: 15px;
}

.total-row span:nth-child(4) {
    color: #444;
}

table tr td {
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 7px;
    font-size: 17px;
    color: #8a8a8a;
    width: auto;
}

table tr td.last {
    color: #444;
    font-weight: bold;
}

table tr {
    border-bottom: 1px solid #e0e0e0;
    /* height: 38px;*/
    width: 100%;
}

.btn-area {
    margin: 23px 0px;
}

.btn-area .green-button {
    background: #7b9333;
    color: #fff;
    font-size: 11px;
    border: 1px solid #698027;
    font-weight: bold;
    width: 45%;
    float: left;
    text-align: center;
}

.btn-area .orange-button {
    background: #fece3e;
    color: #fff;
    font-size: 11px;
    border: 1px solid #fece3e;
    font-weight: bold;
    width: 45%;
    float: left;
    text-align: center;
    padding: 5px 5px;
}

.btn-area .gren-button {
    float: right;
    background: #c1c63f;
    border: 1px solid #c1c63f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 48%;
    text-align: center;
    padding: 8px 0px;
}

.checkout-button {
    background: #ffbe04;
    color: #fff;
    border: 1px solid #ecb20c;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 8px 14px;
    margin: 10px 0;
    float: left;
    cursor: pointer;
    text-decoration: none !important;
}

.btn-area .yellow-button {
    background: #ffbe04;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ecb20c;
    font-weight: bold;
    width: 48%;
    float: right;
    text-align: center;
    padding: 8px 14px;
    margin: 0px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 2px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e9e9e9;
}

.brand-filter > ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0px;
}

.brand-filter > ul > li {
    float: left;
    width: 83%;
    line-height: 1.5;
    padding-left: 5px;
}

.brand-filter input[type="checkbox"] {
    float: left;
    width: 10%;
    margin: 8px 0 0;
}

.price-filter > ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 3px;
}

.inner-wishlist span i {
    font-size: 15px;
}

.price-filter > ul > li {
    float: left;
    width: 100%;
    line-height: 2;
    font-size: 12px;
}

.price-filter input[type="checkbox"] {
    float: left;
    width: 10%;
    margin: 8px 0 0;
}

.price-filter span {
    float: left;
    width: 70%;
    color: #848484;
    font-size: 14px;
    font-weight: normal;
    padding-left: 12px;
}

.price-filter strong {
    float: right;
    width: 20%;
    color: #848484;
    font-size: 12px !important;
    font-weight: normal;
    padding-left: 12px;
}

ul.logo-brand {
    float: left;
    list-style: none;
    padding-left: 0px;
}

ul.logo-brand > li {
    float: left;
    width: 8.2%;
    margin: 0 5px;
}

ul.logo-brand > li > a > img {
    width: 100%;
}

ul.logo-brand > li > a {
    padding: 10px 5px;
}

.gray-bg {
    background: #f8f7f7;
    margin: 0px -15px;
    padding-bottom: 50px;
    padding-top: 11px;
}

#bought-product .col-item {
    border-radius: 0px;
    background: #FFF;
    box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -o-box-shadow: 0px 0px 3px #ccc;
    margin-bottom: 6px;
}

.img-rounded {
    border-radius: 6px;
    border: 10px solid #f5f5f5;
    margin: 25px 10px;
    width: 100%;
}

.review {
    padding: 10px 0px;
    margin-top: 15px;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    float: left;
    width: 100%;
}

.rating-p {
    width: 16%;
    float: left;
    margin-right: 3%;
}

.view-review {
    width: 15%;
    float: left;
    margin-right: 3%;
}

.view-review strong {
    font-size: 13px !important;
    font-weight: normal;
    color: #b7b7b7;
}

.view-review span {
    vertical-align: middle;
    padding: 4px 5px 0px;
    color: #cfcfcf;
}

.w-review {
    width: 25%;
    float: left;
}

.w-review span {
    vertical-align: middle;
    padding: 4px 5px 0px;
    color: #cfcfcf;
}

.w-review strong {
    font-size: 13px !important;
    font-weight: normal;
    color: #b7b7b7;
}

.product-name h2 {
    color: #898989;
    font-weight: bold;
}

.product-name h3 {
    color: #898989;
    font-weight: normal;
    font-family: 'Oxygen', sans-serif;
    margin-top: 0px;
}

.pro-weight {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 16px;
}

.pro-weight ul {
    list-style: none;
    padding: 0px;
    float: left;
    width: 100%;
}

.pro-weight ul li {
    float: left;
    margin-right: 5px;
    width: 13%;
    line-height: 45px;
    text-align: center;
    padding: 0;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.pro-weight ul li a {
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    color: #444;
    font-size: 14px;
}

.pro-weight ul li:hover {
    background: #fece3e;
    color: #fff;
    border: 1px solid #fece3e;
    text-decoration: none;
}

.pro-weight ul li.active {
    background: #fece3e;
    color: #fff;
    border: 1px solid #fece3e;
    text-decoration: none;
}

.pro-weight ul li a:hover {
    color: #fff;
}

.pro-weight ul li a.active {
    color: #fff;
}

.brand h3 small a {
    font-size: 87%;
    font-family: Arial, Helvetica, sans-serif;
}

.pro-price > p > strike {
    font-size: 15px !important;
    font-weight: 600;
    margin-left: 0px;
}

.pro-price > p > strong {
    font-size: 20px !important;
}

.real_price {
    font-size: 25px;
}

.pro-price {
    width: 48%;
    float: left;
    padding-top: 4px !important;
    margin-right: 2%;
    padding-bottom: 25px;
}

.pro-qty {
    width: 100%;
    margin: 2px 0px 3px;
    float: left;
}

.pro-qty span {
    border: 1px solid #ccc;
    padding: 10px 12px 5px;
}

.pro-qty span i {
    color: #fece3e;
    text-align: center;
    font-size: 14px;
}

.pro-qty label {
    width: 20%;
    font-size: 17px;
    text-align: center;
}

.pro-cart {
    margin: 32px 0px;
}

.pro-cart > button {
    background: transparent none repeat scroll 0% 0%;
    border: 2px solid rgb(255, 203, 53);
    padding: 6px 27px 5px 18px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.pro-cart > button:hover {
    background: #ffcb35;
}

.s-delivery > strong {
    color: #7f992b;
    font-weight: 500;
    padding-left: 3px;
    font-size: 17px !important;
}

/********************************************************************/
/*** Details PANEL ***/
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 55px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.with-nav-tabs.panel-danger .nav-margin > li > a, .with-nav-tabs.panel-danger .nav-margin > li > a:hover, .with-nav-tabs.panel-danger .nav-margin > li > a:focus {
    color: #6d6d6d;
}

.with-nav-tabs.panel-danger .nav-margin > .open > a, .with-nav-tabs.panel-danger .nav-margin > .open > a:hover, .with-nav-tabs.panel-danger .nav-margin > .open > a:focus, .with-nav-tabs.panel-danger .nav-margin > li > a:hover, .with-nav-tabs.panel-danger .nav-margin > li > a:focus {
    color: #6d6d6d;
    background-color: #ffc418;
    border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-margin > li.active > a, .with-nav-tabs.panel-danger .nav-margin > li.active > a:hover, .with-nav-tabs.panel-danger .nav-margin > li.active > a:focus {
    color: #6d6d6d;
    background-color: #ffc418;
    border-color: #ffc418;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-margin > li.dropdown .dropdown-menu {
    background-color: #f2dede;
    /* bg color */
    border-color: #ffc418;
    /* border color */
}

.with-nav-tabs.panel-danger .nav-margin > li.dropdown .dropdown-menu > li > a {
    color: #6d6d6d;
    /* normal text color */
}

.with-nav-tabs.panel-danger .nav-margin > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-danger .nav-margin > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ffc418;
    /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-margin > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-danger .nav-margin > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-danger .nav-margin > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    /* active text color */
    background-color: #6d6d6d;
    /* active bg color */
}

.nav-margin {
    margin-top: 0px;
}

.panel-danger > .panel-heading {
    color: #444;
    background: none;
    border: none;
}

.nav-margin > li > a:hover {
    border-top: 0px solid #ffcb35 !important;
    color: #ffcb35;
    background: none;
    border-radius: 0px;
    margin-right: 0px;
    font-weight: 500;
}

.nav-margin > li.active > a, .nav-margin > li.active > a:focus, .nav-margin > li.active > a:hover {
    cursor: default;
    background-color: #f6f6f6;
    border: none !important;
    border-bottom-color: transparent;
    border-top: 0px solid #ffcb35 !important;
    border-radius: 0px;
    margin-right: 0px;
    color: #ffcb35;
    font-weight: bold;
}

.nav-margin > li > a {
    margin-right: 0px;
}

.panel-danger .panel-body {
    border: 1px solid #e3e3e3;
    padding: 15px;
}

/************************Write a Review ************************/
.review-top-section {
    width: 100%;
    margin: 0;
    padding: 0 0 25px 0;
    float: left;
    border-bottom: 1px solid #f4f3f3;
}

.review-large-star {
    width: 100px;
    height: 95px;
    margin: auto;
    padding: 0;
    background: url(../images/star.png) no-repeat;
    text-align: center;
}

.review-large-star span {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 95px;
}

.star_stick {
    width: 100%;
    margin: 15px 0px;
    padding: 0;
    float: left;
}

.star_stick ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.star_stick ul li {
    padding: 0px 0px 0px 40px;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    max-width: 250px;
    margin-top: 10px;
    margin-right: 100%;
}

.star_stick ul li[data-star='5']>span:nth-child(1) {
}

.star_stick ul li[data-star='5']>span:nth-child(2) {
    width: 100%;
}

.star_stick ul li[data-star='4']>span:nth-child(1) {
}

.star_stick ul li[data-star='4']>span:nth-child(2) {
    width: 85%;
}

.star_stick ul li[data-star='3']>span:nth-child(1) {
}

.star_stick ul li[data-star='3']>span:nth-child(2) {
    width: 70%;
}

.star_stick ul li[data-star='2']>span:nth-child(1) {
}

.star_stick ul li[data-star='2']>span:nth-child(2) {
    width: 55%;
}

.star_stick ul li[data-star='1']>span:nth-child(1) {
}

.star_stick ul li[data-star='1']>span:nth-child(2) {
    width: 40%;
}

.star_stick ul li span:nth-child(2) {
    background: #fed61c;
    text-align: right;
    color: #000;
    font-weight: bold;
    padding: 0px 8px;
    font-size: 12px;
}

.star_stick ul li span:nth-child(1) {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 11px;
}

.star_stick ul li span {
    margin: 0;
    padding: 0;
    float: left;
    height: 15px;
}

.write-review {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.write-review h3 {
    font-size: 17px;
    margin: 0;
    padding: 2px 0;
    color: #333;
}

.write-review ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.write-review ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

.write-review ul li a {
    text-decoration: none;
    margin: 0;
    padding: 5px 3px;
    float: left;
    font-size: 19px;
    color: #ccc;
}

.write-review ul li a:hover {
    color: #f99d1e;
}

.write-review_button {
    margin: 0;
    padding: 6px 10px;
    float: left;
    font-size: 12px;
    color: #fff;
    background: #333;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.write-review_button:hover {
    background: #e03153;
    color: #fff;
    text-decoration: none;
}

blockquote {
    font-size: 13px !important;
    text-align: center;
    line-height: 25px;
    min-height: 200px;
    border-left: 5px solid #fff !important;
}

blockquote h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.review-right .left-rating-arrow {
    position: absolute;
    margin: 0;
    padding: 0;
    float: left;
    left: -17px;
    top: 15px;
    background: url(../images/right-arrow.png) no-repeat;
    width: 19px;
    height: 22px;
}

.review-left span {
    width: 55px;
    height: 55px;
    margin: 0 0 0 67px;
    padding: 0;
    float: left;
    background: #ffc418;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 25px;
    line-height: 55px;
    color: #fff;
}

.review-left {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

.review-main {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    float: left;
}

.review-left p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
}

.review-right {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
}

.review-right p {
    line-height: 24px;
    color: #707070;
}

.r-star {
    list-style: none;
    margin: 0;
    padding: 0;
}

.r-star li {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #f6b800;
}

.review-left p {
    text-align: center;
}

/**************** Create Tiffin *******************/
.tiffin h4 {
    width: 40%;
    margin: 5px 0px;
}

.tiffin select {
    float: left;
    padding: 6px;
}

.tiffin a {
    float: right;
}

.tiffin-varity > span > a {
    padding: 4px 2px;
    font-size: 9px;
}

/******************  New Schedular  ****************************/
.border img {
    border: 10px solid #fff;
    box-shadow: 1px 1px 2px 1px #ededed;
    width: 97%;
    margin: 20px;
}

.calendar {
    padding-bottom: 30px;
}

.cal-heading {
    background: #ededed;
    padding: 20px;
    margin-bottom: 10px;
}

.cal-heading a {
    background: #fff;
    padding: 8px;
    color: #7e9b2e;
    width: 3%;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.cal-heading h4 {
    text-align: center;
    color: #7e9b2e;
    width: 90%;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
}

.cal-heading .fa-chevron-left, .cal-heading .fa-chevron-right {
    padding-top: 3px;
}

.grocery-circle {
    color: #699711;
}

.tiffin-circle {
    color: #ff0087;
}

.daily-circle {
    color: #0285ff;
}

.fruits-circle {
    color: #ec4e11;
}

.services-circle {
    color: #e6f907;
}

.others-circle {
    color: #ff0087;
}

.calender-date h4 {
    font-family: 'Oxygen', sans-serif;
    color: #999;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0px;
}

ul.calender-date {
    list-style: none;
    float: left;
    padding: 0 15px;
    width: 100%;
}

ul.calender-date li {
    float: left;
    padding: 10px;
    border: 1px solid #dadada;
    width: 14.28%;
    height: 126px;
    min-height: 126px;
    max-height: 150px;
}

.cal-date {
    position: relative;
}

ul.calender-date li a {
    float: left;
    font-family: 'Oxygen', sans-serif;
    line-height: 23px;
}

ul.calender-date li a .fa-circle {
    font-size: 13px;
    padding-right: 8px;
}

.hints {
    padding: 22px 20px 0px;
}

.hints a {
    padding: 0 10px;
    font-size: 13px;
    font-family: 'Oxygen', sans-serif;
}

.hints a span {
    vertical-align: top;
    text-align: center;
    padding-left: 6px;
    font-size: 15px;
}

/******************  New Schedular details  ****************************/
.cal-heading-details h4 {
    text-align: center;
    color: #7e9b2e;
    width: 90%;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.basket-details {
    background: #f9f9f9;
    border: 1px solid #e8e7e7;
    float: left;
    width: 100%;
    padding: 0px;
}

#basket-details {
    margin: 20px 0px 60px 0px;
    float: left;
    padding: 0px 10px;
}

.b-details {
    background: #fff;
    padding: 0px;
}

.b-img {
    /*border-right: 1px solid #dddada;*/
    text-align: center;
    padding: 12px 0px 0px;
}

.b-button a:nth-child(4) .fa-pencil {
    color: #e28a8a !important;
}

.b-content h4 {
    color: #626262;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 500;
}

.b-content p {
    color: #8c8989;
    font-size: 12px;
    font-family: 'Oxygen', sans-serif;
}

.Bottom_section {
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    border: 1px solid #ececec;
    padding: 2px 10px;
    margin-left: 3px;
}

.b-button {
    float: right;
    margin-top: 63px;
}

.b-button a {
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    padding: 2px 10px;
    font-weight: bold;
    float: right;
    text-decoration: none;
}

.b-button a:nth-child(1) {
    color: #c24263;
    border: 1px solid #c24263;
}

.b-button a:nth-child(1):hover {
    background: #c24263;
    color: #fff !important;
}

.b-button a:nth-child(2) {
    color: #7e9b2e;
    margin-left: 0px;
    border: 1px solid #7e9b2e;
}

.b-button a:nth-child(3) {
    color: #757575;
    border: 1px solid #757575;
}

.b-button a:nth-child(4) {
    color: #e28a8a;
    border: 1px solid #e28a8a;
}

.b-button a:nth-child(4):hover {
    background: #e28a8a;
    color: #fff;
}

.b-button a:nth-child(5) {
    color: #ff0087;
    border: 1px solid #ff0087;
}

.b-button a:nth-child(5):hover {
    background: #ff0087;
    color: #fff !important;
}

.b-button a:nth-child(6) {
    color: #0285ff;
    border: 1px solid #0285ff;
}

.button-sch {
    width: auto;
}

ul.basket-items {
    float: left;
    list-style: none;
    padding: 0px;
    width: 100%;
    margin-top: 5px;
}

ul.basket-items li {
    margin-top: 0px;
    float: left;
    position: relative;
    padding: 5px 5px;
}

/***** Schedular by month ***********/
.Select_add>label>input {
    height: 15px;
    width: 20px !important;
    display: inline-block;
    opacity: 1 !important;
    margin: 0px !important;
    float: left;
}

.Select_add>label {
    margin: 0px;
    width: 100%;
    display: block;
    float: left;
}

.scheduler-col-left {
    padding: 0px;
    float: left;
}

.scheduler-col-left > div > img {
    width: 98%;
}

.scheduler-col-left .b-img {
}

.schedule-row .col-md-11, .schedule-row .col-sm-11, .schedule-row .col-lg-11 {
    padding: 0px;
    width: 90%;
}

#basket-details {
    width: 100%;
}

.sche-checkbox {
    text-align: center;
    margin-top: 34px;
}

.example {
    margin-bottom: 1.5em;
}

.schedule-row input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

.schedule-row input[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-left: 1em;
    line-height: 1.5em;
}

.schedule-row input[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 3em;
    height: 3em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 1px solid #ccc;
    vertical-align: bottom;
}

.schedule-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.schedule-row input[type=checkbox]:not(old):checked + label > span > span {
    display: block;
    width: 2em;
    height: 2em;
    margin: 0.46em;
    background: rgb(255, 195, 24);
}

.scheduler-col-right {
    background: #f9f9f9;
    border-left: 2px solid #f5f5f5;
    padding: 0px;
    float: right;
}

.scheduler-col-right > h4 {
    color: #7f9b2d;
    padding: 10px;
    font-family: 'Oxygen', sans-serif;
}

.scheduler-col-right .b-button a:nth-child(1) {
    color: #e28a8a;
}

.scheduler-col-right > .basket-details {
    margin: 5px 10px;
}

.scheduler-col-right hr {
    margin-top: 5px;
}

input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
    color: #909090;
    font-family: 'Oxygen', sans-serif;
    font-weight: 500;
}

input[type=radio]:not(old) + label > span {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin: 0.25em 1em 0.25em 0.25em;
    border: 1px solid #ccc;
    border-radius: 50%;
    vertical-align: bottom;
}

input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 0.85em;
    height: 0.85em;
    margin: 1.5px 1px 1px 1.55px;
    background: rgb(255, 195, 24);
    border-radius: 50%;
}

.delivery-frequency > h4 {
    color: #575454;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.delivery-frequency {
    padding: 0px 10px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.delivery-days {
    width: 100%;
    float: left;
}

.delivery-day {
    width: 14.28%;
    float: left;
    padding: 0px 5px;
    text-align: center;
}

.delivery-day>span {
    background: #79962c;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    height: 42px;
    padding: 10px 0px;
    position: relative;
    cursor: pointer;
}

.delivery-day>span>i {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 10px;
    display: none;
}

.delivery-day.selected > span>i {
    display: block;
}

.delivery-day.selected > span {
    background: #ffc318;
}

.radiofre {
    width: 100%;
    float: left;
}

.radiofre>div {
    width: 100%;
    float: left;
}

.month-calender {
    padding: 10px;
}

.cal-date {
    width: 14%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    padding: 10px 0px;
    font-weight: 600;
}

.daywise {
    width: 14.28%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    padding: 10px 0px;
    font-weight: 600;
    background: #ffc318;
    color: #fff;
    margin-right: 8px;
}

.daygreen {
    background: #79962c;
    color: #fff;
}

.monthbg {
    background: #f5f5f5;
    width: 100%;
    float: left;
    border: 1px solid #ececec;
}

.daybg {
    width: 100%;
    float: left;
}

.day-name {
    width: 100%;
    float: left;
}

.day-number {
    width: 100%;
    float: left;
}

.day-number .cal-date {
    color: #55bfe9;
}

.month-heading {
    background: #7f9b2d;
    text-align: center;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.day-number .cal-date.active {
    color: #333;
}

.day-number .cal-date.disabled {
    color: #ccc;
}

.monthly-schedule {
    border: 1px solid #ececec;
    background: #fff;
    padding: 10px;
    width: 100%;
    float: left;
    font-family: 'Oxygen', sans-serif;
    margin-bottom: 20px;
}

.daywise-schedule {
    border: none;
    padding: 0px;
}

.monthly-schedule h4, h5 {
    font-family: 'Oxygen', sans-serif;
}

.monthly-schedule select {
    width: 30%;
    padding: 3px;
    margin: 5px 0px 5px;
    border: 1px solid #ccc;
}

.monthly-schedule label {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Oxygen', sans-serif;
    padding-top: 14px;
}

.monthly-schedule textarea {
    height: 64px;
    padding-left: 5px;
}

.btn-save {
    text-align: right;
    width: 100%;
    float: right;
    margin-top: 16px;
}

.btn-save a {
    padding: 11px 13px 5px;
    background: #87a13e;
    color: #fff;
    margin-right: 10px;
}

.btn-save input[type="submit"] {
    padding: 7px 35px;
    background: #ffcc35;
    color: #fff;
    border: none;
    border-radius: 0px;
    margin-top: -7px;
}

.note {
    padding: 10px;
}

.note > p > i {
    color: #ed2655;
    padding-right: 5px;
}

.note > a {
    font-size: 20px;
}

/************ Login popup model *************************/
.login_modal_footer {
    margin-top: 5px;
}

.login_modal_header .modal-title {
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    font-size: 19px;
}

.form-group {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.form-group .login-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 3px;
    transition: all 0.25s ease 0s;
    padding-top: 1%;
}

.login-modal {
    width: 100%;
    padding-bottom: 20px;
}

.modal-header {
    padding: 8px 10px;
}

.login_modal_header, .login_modal_footer {
    background: #699711 !important;
    color: #fff;
}

.modal-register-btn {
    margin: 4% 33% 2% 33%;
    width: 100%;
}

.login-modal input {
    height: 35px;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 13px;
}

.modal-body-left {
    float: left;
    width: 50%;
    padding-right: 4%;
    border-right: 4px solid #ddd;
    position: relative;
}

.modal-body-right {
    float: right;
    width: 47%;
    position: relative;
}

.login-link {
    padding: 0 37%;
}

.modal-social-icons {
    padding: 20px 10%;
}

.facebook, .twitter, .google, .linkedin {
    width: 100%;
    height: 40px;
    padding-top: 4%;
    margin-top: 5%;
}

.modal-icons {
    margin-left: -10px;
    margin-right: 20px;
}

.google, .google:hover {
    background-color: #dd4b39;
    border: 2px solid #dd4b39;
    color: #fff;
}

.twitter, .twitter:hover {
    background-color: #00aced;
    border: 2px solid #00aced;
    color: #fff;
}

.facebook, .facebook:hover {
    background-color: #3b5999;
    border: 2px solid #3b5999;
    color: #fff;
}

.linkedin, .linkedin:hover {
    background-color: #007bb6;
    border: 2px solid #007bb6;
    color: #fff;
}

#social-icons-conatainer {
    position: relative;
}

#center-line {
    position: absolute;
    right: 265.7px;
    top: 80px;
    background: #ddd;
    border: 4px solid #DDDDDD;
    border-radius: 20px;
}

.modal-login-btn {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.modal-open {
    padding-right: 0px !important;
}

.form-group > span {
    float: left;
    font-size: 10px;
    color: #e42e2e;
}

/* #modal-launcher{margin: 30% 0 0 30%; } */
/* h1{border-bottom:5px solid #00BB64;} */
/**********************  Vendor Login  ******************/
.vendor-login > .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 50px 50px;
}

.vendor-login.vlogin_modal_header {
    background: #fff !important;
    color: #fff;
}

.vendor-login .vlogin_modal_header h2 a {
    text-align: left;
    color: #444;
    font-size: 22px;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.vendor-login [placeholder] {
    font-size: 12px;
}

/**********  User deshborard  *******/
.col-menu {
    background: #fff;
    padding: 0px;
    border: 1px solid #e9e9e9;
    margin-bottom: 2%;
    float: left;
}

.col-profile {
    background: #fff;
    margin: 0;
    float: left;
    width: 100%;
    padding: 0px;
    border: 1px solid #e9e9e9;
    margin-bottom: 50px;
}

.deshboard-wrapper {
    background: none;
    border: none;
}

.deshboard-wrapper .row {
    margin: 0px;
}

.dashboard_main {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    /* background:#4a5363;
    border:1px solid #323946; */
    border: 1px solid #e7e7e7;
}

.user-img {
    width: 120px;
    height: 120px;
    margin: 30px auto 0 auto;
    padding: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #79992E;
}

.user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dashboard_main h2 {
    font-size: 19px;
    margin: 20px 0 10px 0;
    padding: 0;
    float: left;
    color: #444;
    text-align: center;
    width: 100%;
    font-family: 'Oxygen', sans-serif;
}

.dashboard-menu {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    float: left;
}

.dashboard-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-menu ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}

.dashboard-menu ul li a {
    margin: 1px 0 0 0;
    padding: 13px 0 13px 25px;
    display: block;
    float: left;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    color: #444;
    box-sizing: border-box;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Oxygen', sans-serif;
}

.dashboard-menu ul li a i {
    margin-right: 12px;
    font-size: 16px;
    color: #7f9b2e;
}

.dashboard-menu ul li a:hover, .dashboard-menu ul li a.active {
    color: #ffcb35;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.user-details {
    width: 100%;
    margin: 0;
    padding: 0px;
    float: left;
    box-sizing: border-box;
}

.user-big-img img {
    width: 100%;
    height: 100%;
    margin-top: 40px;
    padding: 0;
    float: left;
    border: 5px solid #eee;
    max-height: 250px;
    box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.user-big-img label {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    float: left;
    position: relative;
    font-family: 'Oxygen', sans-serif;
}

.user-big-img label span {
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    height: 38px;
    width: 100%;
    line-height: 38px;
    font-size: 13px;
    padding: 0 0 0 15px;
    color: #666;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #e4e8ea;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    font-family: 'Oxygen', sans-serif;
}

.user-big-img label span i {
    font-size: 20px;
    padding-top: 10px;
    padding-right: 8px;
    float: left;
}

.user-big-img label span:hover {
    background: #ffcb35;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #fff;
}

.personal-detail {
    width: 100%;
    margin-top: 30px;
    margin-left: 20px;
    padding: 0;
    float: left;
}

.personal-detail h3 {
    font-size: 28px;
    margin: 0;
    padding: 15px 0 18px 0;
    float: left;
    width: 100%;
    text-align: left;
    color: #7f9b2e;
    text-transform: capitalize;
    font-family: 'Oxygen', sans-serif;
}

.personal-detail label {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    float: left;
    font-size: 13px;
    font-family: 'Oxygen', sans-serif;
}

.personal-detail label span {
    width: 115px;
    margin: 0;
    padding: 0;
    float: left;
    font-weight: normal;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
}

.personal-detail label span i {
    margin-right: 8px;
}

.personal-detail label p {
    width: 140px;
    margin: 0;
    padding: 0;
    float: left;
    font-weight: 700;
    font-family: 'Oxygen', sans-serif;
}

.personal-detail label p i {
    margin-right: 8px;
}

.personal-detail label a {
    margin: 0;
    padding: 8px 25px;
    background: #7f9b2e;
    float: left;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'Oxygen', sans-serif;
}

.personal-detail label a:hover {
    background: #ffcb35;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.personal-detail label input[type="text"], .personal-detail label input[type="password"], .personal-detail label select {
    border: none;
    border-bottom: 1px solid #eee !important;
    padding: 0;
    margin-top: -15px;
    font-size: 12px;
    color: #666;
    width: 50%;
    font-family: "Open Sans", sans-serif;
    height: 35px;
}

.personal-detail label textarea {
    border: none;
    border-bottom: 1px solid #eee !important;
    padding: 0;
    margin-top: 0;
    font-size: 15px;
    color: #666;
    width: 50%;
    font-family: "Open Sans", sans-serif;
}

.numbers-cart {
    margin: 0;
    padding: 0;
    float: left;
}

.custom-edit-img {
    width: 96.5%;
    margin: 10px 0 0 10px;
    padding: 12px;
    box-sizing: border-box;
    float: left;
    -webkit-box-shadow: inset 0 0 50px #c12a26, inset 0 0 50px #c12a26, inset 0 0 50px #c12a26;
    -moz-box-shadow: inset 0 0 50px #c12a26, inset 0 0 50px #c12a26, inset 0 0 50px #c12a26;
    box-shadow: inset 0 0 50px #c12a26, inset 0 0 50px #c12a26, inset 0 0 50px #c12a26;
}

.custom-edit-img img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    box-sizing: border-box;
}

.upload-img-text {
    width: 96.5%;
    margin: 0 10px;
    padding: 10px 10px;
    float: left;
    background: #121825;
    box-sizing: border-box;
    font-family: 'Oxygen', sans-serif;
}

.upload-img {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
    height: 35px;
}

.upload-img input[type="file"] {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
    height: 35px;
    opacity: 0;
}

.upload-img span {
    font-size: 18px;
    position: absolute;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    color: #636976;
    left: 0;
    width: 100%;
    line-height: 33px;
    border: 1px solid rgba(31, 40, 60, 0.3);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: 'Oxygen', sans-serif;
}

.upload-img:hover {
    background: rgba(31, 40, 60, 0.4);
}

.upload-text {
    margin: 0;
    padding: 0;
    float: right;
    width: 200px;
    height: 35px;
    border: 1px solid rgba(31, 40, 60, 0.3);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: 'Oxygen', sans-serif;
}

.upload-text span {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    color: #636976;
    font-size: 18px;
    line-height: 35px;
    font-family: 'Oxygen', sans-serif;
}

.upload-text span:hover {
    background: rgba(31, 40, 60, 0.4);
}

.note-text {
    margin-top: 40px;
    width: 100%;
    padding: 0;
    float: left;
    background: #e2fbf0;
    border: 1px solid #c2dbd0;
    font-family: 'Oxygen', sans-serif;
}

.note-text ol li {
    font-size: 12px;
    padding: 4px 0;
    color: #f00;
    font-style: italic;
}

/* select {
    margin: 0;
    border: 1px solid #111;
    background: transparent;
    width:99.3% !important;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select option
{
    padding:4px 5px;
    } */
.gift-warp-main {
    width: 55%;
    margin-top: 70px;
    padding: 10px 20px 0 0;
    box-sizing: border-box;
    float: right;
}

.gift-warp-main p {
    font-size: 20px;
    margin: 0;
    padding: 15px 0 0 10px;
    float: left;
    font-family: 'Oxygen', sans-serif;
    color: #000;
}

.gift-warp-main h3 {
    font-size: 17px;
    margin-top: 20px;
    padding: 5px 30px;
    float: left;
    font-family: 'Oxygen', sans-serif;
}

.Gift-img {
    width: 200px;
    height: 150px;
    margin: 0;
    padding: 0;
    float: left;
    border: 5px solid #eee;
    box-sizing: border-box;
}

.Gift-img img {
    width: 100%;
    height: 100%;
}

#table {
    width: 100%;
}

.product-name a {
    font-family: 'Oxygen', sans-serif;
    color: #ffcb35;
    font-weight: 600;
    text-decoration: none;
}

.product-name a:hover {
    color: #699711;
}

.rateit {
    float: none;
}

.marg {
    margin-top: 50px;
    background: #7f9b2e;
    color: #fff;
    border: 1px solid #7f9b2e;
}

.marg:hover {
    margin-top: 50px;
    background: #ffcb35;
    color: #fff;
    border: 1px solid #ffcb35;
}

.marg-close {
    margin-top: 60px;
    color: #7f9b2e;
}

.marg-close:hover {
    margin-top: 60px;
    color: #ffcb35;
}

/**********  Grocery page popup    ************/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 20;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 10% auto;
    background: #fff;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 30;
}

.popup h2 {
    margin-top: 0;
    font-weight: 500;
    font-size: 21px;
    font-family: 'Oxygen', sans-serif;
    background: #ffcb35;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 0px;
    right: 20px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.rlist .form-control {
    display: block;
    width: 75%;
    float: left;
    height: 43px;
    padding: 6px 12px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e9e7e7;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.rlist .rqty {
    display: block;
    width: 12%;
    float: left;
    height: 43px;
    padding: 6px 12px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e9e7e7;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.rlist a span {
    background: #FFCB35;
    color: #fff;
    padding: 6px 15px 23px;
}

.rlist a span i {
    font-size: 20px;
    position: relative;
    top: 12px;
}

.rlist input[type="submit"] {
    background: #7f9b2e;
    color: #fff;
    margin-top: 13px;
    width: 50%;
    border: 1px solid #7f9b2e;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
}

.rlist input[type="submit"]:hover {
    background: #FFCB35;
    border: 1px solid #FFCB35;
}

.rlist input[type="file"] {
    opacity: 0;
    display: none;
}

.rlist .form-group {
    margin-top: 10px;
}

.messages input[type="submit"] {
    background: #7f9b2e;
    color: #fff;
    margin-top: 13px;
    width: 50%;
    border: 1px solid #7f9b2e;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
}

.messages input[type="submit"]:hover {
    background: #FFCB35;
    border: 1px solid #FFCB35;
}

.form-ctr {
    display: block;
    width: 95%;
    float: left;
    height: 43px;
    padding: 6px 12px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e9e7e7;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

/**** Daily scheduler page ******/
.dailyschedulertab {
    margin-top: 0px;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fff !important;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 8px 5px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.accordiondaywise {
    margin: 25px 0px 5px 5px;
}

.accordiondaywise > .panel-default > .panel-heading {
    background: #fff;
}

.accordiondaywise > .panel-default {
    border: 1px solid #ececec;
}

.accordiondaywise > .panel-default > .panel-heading > .panel-title a {
    color: #79962C;
    font-size: 14px;
    font-weight: 500;
}

.expandfrequency {
    margin-left: 50px;
    font-size: 12px;
}

/* Cart page */
.shopping-cart-tbl {
    padding: 0px 25px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.cart {
    padding: 10px 0;
    margin-top: 25px;
}

#shopping-cart-table {
    border: none;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    text-align: left;
    margin-top: 53px;
    border: 2px solid #f5f5f5;
}

.cart-table .btn-continue {
    float: left;
    background: #ffcb35;
    color: #fff;
    border: 0px;
    padding: 5px 15px;
}

button.button span {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

button.button.btn-continue:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}

.data-table td {
    line-height: 20px;
    padding: 15px;
}

#shopping-cart-table > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

#shopping-cart-table tfoot tr td.last {
    border-top: none;
    border-top: #ececec double;
    background: #fff;
    border-bottom: none
}

button.button.btn-update:before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}

button.button#empty_cart_button:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}

.cart-table .btn-update, .cart-table .btn-empty {
    float: right;
    margin-left: 8px;
    background: #7f9b2e;
    color: #fff;
    padding: 5px 10px;
    border: none;
}

.cart-table .btn-update {
    float: right;
    margin-left: 8px;
    background: #ffcb35;
    color: #fff;
    padding: 5px 15px;
}

#shopping-cart-table .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-family: 'Oxygen', sans-serif;
}

#shopping-cart-table .product-name a {
    text-transform: none;
    color: #333;
}

#shopping-cart-table.data-table .price {
    font-weight: bold;
}

#shopping-cart-table input.qty {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal;
    margin: 0 !important;
    outline: medium none;
    padding: 6px 10px;
    width: 40px;
    text-align: center;
}

#shopping-cart-table .edit-bnt {
    float: left;
    margin-top: 0px;
}

.edit-bnt:before {
    content: "\f040";
    font-family: FontAwesome;
    font-size: 12px;
    padding: 9px 10px;
}

a.edit-bnt:hover {
    color: #339900;
}

.edit-bnt span {
    display: none;
}

#shopping-cart-table a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: 1px #ddd solid
}

#shopping-cart-table a.remove-item:hover {
    background-color: #ed6663;
    color: #fff;
    border: 1px #ed6663 solid
}

#shopping-cart-table a.remove-item:before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 16px;
}

#shopping-cart-table a.remove-item span {
    display: none;
}

#discount-coupon-form label {
    font-weight: normal;
}

.totals h3 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 10px 0;
    text-transform: uppercase;
}

.cart-collaterals .col2-set .col-2 {
    width: 320px;
}

.totals .inner {
    padding: 15px 0px;
    background-color: #fff;
    margin-top: 0px;
}

.cart-collaterals h3 {
    font-size: 14px;
    background-color: #fff;
    color: #333;
    margin-bottom: 14px;
    border-bottom: #ececec double;
    padding: 12px 0px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: auto;
}

.shipping-form {
    padding: 15px 0px;
}

#shipping-zip-form p {
    margin: 2px 0 4px;
}

.form-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-list li {
    margin: 0 0 10px;
    position: relative;
}

.form-list label {
    position: relative;
    z-index: 0;
    font-weight: normal;
    color: #333;
    display: inline;
    font-size: 13px;
}

#shipping-zip-form .form-list label {
    display: block;
}

.form-list label.required em {
    font-style: normal;
    color: #ff0000;
}

#login-form em {
    font-style: normal;
    color: #ff0000;
}

.required em {
    color: #ff0000;
}

.required {
    color: #ff0000;
}

.form-list .input-box {
    display: block;
    clear: both;
    margin-bottom: 0;
}

.form-list select {
    margin: 5px 0 2px;
    width: 100%;
    outline: none;
}

.shipping {
    margin-top: 20px;
}

.discount-cart {
    margin-top: 25px;
}

.totals {
    margin-top: 25px;
    min-height: 360px;
}

#discount-coupon-form {
    padding: 15px 0px;
}

.cart-collaterals {
    position: relative;
    z-index: 1000;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    width: 100%;
    float: left;
}

.shipping .form-list select {
    width: 100%;
    background-color: #fff;
    border: 1px #ddd solid;
    padding: 5px 10px;
}

.form-list input.input-text {
    background: #fff;
    border: 1px #ddd solid;
    padding: 5px 10px;
    width: 100%;
    margin-top: 5px;
    outline: none;
    color: #aaa;
}

.shipping .form-list input.input-text {
    width: 100%;
}

button.button.get-quote:before {
    content: "\f15c";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}

input.input-text, select, textarea {
    background-color: #fff;
    border: none;
    padding: 10px;
    outline: none;
    color: #333;
    border: 1px #ddd solid
}

input#coupon_code {
    margin: 8px 0;
    width: 100%;
}

button.button.coupon:before {
    /* content: "\f02b";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;*/
}

#shopping-cart-totals-table {
    float: right;
    width: 100%;
    padding-bottom: 8px;
    margin-top: 30px;
    border: 1px solid #ddd;
}

.cart .totals table th, .cart .totals table td {
    padding: 5px;
    border: none !important;
    background: none !important;
    border: medium none !important;
    box-shadow: none !important;
    color: #333 !important;
}

.checkout {
    color: #666666;
    padding-top: 5px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

button.button.btn-proceed-checkout {
    background: #ffcb35;
    padding: 15px 0px;
    color: #fff;
    width: 100%;
    border: none;
}

button.button.btn-proceed-checkout:hover {
    background: #7f9b2e;
    color: #fff;
    padding: 15px 0px;
    border: none;
}

button.button.btn-proceed-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 5px;
}

button.button.btn-proceed-checkout span {
    font-size: 18px;
    font-weight: normal;
}

.checkout a {
    text-decoration: underline;
    color: #ed6663;
}

#shopping-cart-totals-table .price {
    font-size: 14px;
    color: #333;
}

#shopping-cart-totals-table strong span.price {
    font-weight: 900;
}

.a-right {
    width: 50%;
    float: left;
    text-align: right;
}

.a-left {
    width: 50%;
    float: left;
    text-align: left;
}

.crosssel h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 7px;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

.button.coupon {
    background: #fff;
    border: 1px solid #666;
    color: #666;
    padding: 0;
    height: 35px;
    width: 35px;
}

/* Cart page End */
/* Checkout page */
.one-page-checkout {
    list-style: none;
    padding: 25px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200, 200, 200, .2);
}

.one-page-checkout li.section {
    border-bottom: 0;
    margin-bottom: 8px;
}

.one-page-checkout .step-title {
    text-align: right;
    padding: 7px 0;
}

.one-page-checkout .active .step-title {
    cursor: default;
    font-size: 14px;
    padding-top: 0px;
    text-align: left;
    line-height: 30px;
    font-family: 'Oxygen', sans-serif;
    border-top: none;
}

.one-page-checkout .step-title .number {
    float: left;
    line-height: 15px;
    font-size: 15px;
    color: #333;
    padding: 8px 10px;
    background-color: #fff;
    border: #ececec double;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 0px;
}

.one-page-checkout .step-title h3 {
    border-bottom: 0px solid #E4E4E4;
    margin: 0 0 0 45px;
    text-align: left;
    line-height: 32px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.one-page-checkout .active .step-title .number {
    background: none repeat scroll 0 0 #ffcb35;
    border: 1px solid #ffcb35;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
}

.one-page-checkout .active .step-title h3 {
    color: #ffcb35;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.one-page-checkout .step {
    padding: 0px 10px 10px 45px;
    background-color: #FFFFFF;
}

#checkoutSteps .required {
    color: #F00;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.group-select li {
    margin: 0 0 5px;
    overflow: hidden;
    list-style: none;
}

.group-select input[type="radio"], .group-select input[type="checkbox"] {
    line-height: normal;
    margin: 4px 8px 0 0;
}

.group-select label {
    font-size: 13px;
    font-weight: normal;
    color: #333;
}

.group-select li select {
    /*width: 256px;*/
    padding: 3px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 10px;
    width: 95%;
}

select#billing-address-select {
    width: 570px;
    padding: 10px;
    margin-top: 5px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    outline: none;
    color: #aaa;
}

legend {
    display: none;
}

.group-select li .input-box {
    float: left;
    width: 50%;
}

.group-select .require {
    color: #FF0000;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
}

input.radio {
    margin-right: 3px;
}

.radio, .checkbox {
    display: inline-block;
}

button.button.continue:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}

.dashboard .welcome-msg {
    text-align: left;
    padding: 0px 0 5px;
    color: #333;
    font-size: 13px;
}

.dashboard .welcome-msg strong {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

.data-table {
    border: 1px solid #E5E5E5;
    border-spacing: 0;
    text-align: left;
    width: 100%;
    font-size: 13px;
}

#my-orders-table {
    border: none;
    margin-top: 10px;
}

.my-account {
    padding: 25px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200, 200, 200, .2);
    margin-bottom: 30px;
}

.title-buttons a, .title-buttons .separator {
    margin-top: 0;
    display: inline-block;
    text-decoration: underline;
    color: #ed6663;
    font-size: 12px
}

.recent-orders .title-buttons a {
    float: right;
}

.data-table thead tr, .data-table tfoot tr {
    background-color: #f5f5f5;
}

.data-table th {
    line-height: 20px;
    padding: 10px;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Oxygen', sans-serif;
}

.data-table .price {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.group-select li input.input-text, .group-select li textarea {
    /*width: 585px;*/
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 10px;
    outline: none;
    width: 98%;
}

.group-select li .input-box input.input-text, .group-select li .input-box textarea {
    /*width: 275px;*/
    margin-top: 5px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 10px;
    /* width: 95%; */
}

.group-select li .input-box input.input-text:focus, .group-select li .input-box textarea:focus {
    background: #fff;
    border: 1px solid #ddd;
}

.group-select li input.input-text:focus, .group-select li textarea:focus {
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
}

.box-account {
    margin-top: 15px;
    font-size: 14px;
}

.col2-right-layout {
    margin-top: 10px;
}

.box-account .page-title h2 {
    font-size: 14px;
    margin-top: 15px
}

.col2-set {
    overflow: hidden;
    padding: 0px;
}

.col2-set h2 {
    font-size: 16px;
}

.col2-set .col-1 {
    float: left;
    width: 48%;
    text-align: left;
    border: 0px #336600 solid;
    padding-top: 0px;
    padding-bottom: 0px;
}

.col2-set .col-1 ul.ul {
    margin: auto;
    padding-left: 17px;
}

.col2-set .col-1 ul li {
    list-style: disc;
}

.col2-set h5 {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
    text-transform: uppercase
}

.box-account .col2-set a {
    text-decoration: underline;
}

.col2-set .col-2 {
    float: right;
    width: 48%;
    text-align: left;
}

.box-account address {
    line-height: 21px;
    color: #000;
    border-bottom: none;
}

.col2-set h4 {
    font-size: 13px;
    font-weight: normal;
    font-family: 'Oxygen', sans-serif;
    color: #333;
    margin-bottom: 5px;
}

.block .slider-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block-layered-nav .block-subtitle {
    font-size: 13px;
    font-family: 'Oxygen', sans-serif;
}

.block-layered-nav dt {
    font-size: 16px;
}

.block-layered-nav .currently ol {
    margin: 0;
    padding: 10px 15px;
}

.block-layered-nav .currently span.value {
    font-weight: bold;
}

.block-layered-nav li {
    padding: 5px 0;
}

.block-layered-nav .label {
    margin-right: 5px;
}

.block-layered-nav .button-arrow {
    width: 25px;
    height: 25px;
    padding: 0;
    margin-top: -2px;
    position: absolute;
    right: 15px;
}

#narrow-by-list2 dd {
    display: block !important;
}

.button.continue {
    background: #ffcb35;
    border: none;
    padding: 5px 34px;
    color: #fff;
}

.button.login {
    background: #ffcb35;
    border: none;
    padding: 5px 34px;
    color: #fff;
}

.buttons-set a:hover {
    color: #333;
}

/* End */
.about-R h4 img {
    margin-right: 10px;
    border-radius: 2px;
}

.about-R h4 span {
    font-size: 18px;
    text-transform: uppercase;
}

.about-R {
    padding: 25px;
}

.about-R ul li {
    line-height: 25px;
}

.about-R strong {
    font-size: 14px;
}

.video-sec {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 4px 4px #eee;
    margin-top: 1em;
}

.video-sec-tab ul li {
    padding-left: 0px;
    display: inline-block;
    background-color: #eee;
    min-width: 240px;
    margin-left: 3px;
    line-height: 40px;
    margin-bottom: 5px;
    border: 1px #ddd solid;
}

.video-sec-tab {
    margin: 30px auto;
}

.video-sec-tab ul {
    margin: 0 auto;
    padding: 0px;
    list-style-type: none;
}

.video-sec-tab ul li a {
    font-family: "Oswald", sans-serif;
    color: #333;
    margin-right: 60px;
    margin-bottom: 20px;
    text-decoration: none;
}

.video-sec-tab ul li::before {
    top: 0;
    left: 0;
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f03d";
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    background-color: #8dc63f;
    width: 40px;
    height: 43px;
    text-align: center;
}

ul.work-style li:nth-child(odd) {
    color: #008000;
}

ul.work-style li:nth-child(even) {
    color: #FF8C00;
}

ul.work-style li {
    font-size: 14px;
    line-height: 24px;
}

.block img {
    width: 100%;
}

.block {
    border: 1px solid #ccc;
    max-height: 620px;
    min-height: 400px;
    height: 620px;
    margin-bottom: 40px;
}

.block-content {
    background: #fff;
    width: 100%;
    margin: 0px auto;
    padding: 11px 25px;
    opacity: 1;
    position: relative;
}

.block-content h2, h4 {
    color: #ffcb35;
    font-weight: 600;
}

.partner {
    padding: 10px 100px;
}

.testi-img1 img {
    max-width: 40px;
    border: 2px solid #ffcb35;
}

.testi-img1 {
    color: #000;
    padding-bottom: 10px;
}

.testi-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);
    padding: 8px;
    margin-bottom: 30px;
    max-height: 421px;
    min-height: 400px;
    height: 421px;
}

.testimonial-section p {
    padding: 20px;
    font-size: 13px;
    line-height: 28px;
}

.testimonial-section p span {
    font-size: 33px;
    color: #ffcb35;
    padding: 0px 10px;
}

.success_message {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

.success_message h2 {
    color: rgba(237, 125, 49, 1);
    padding: 5px 0;
    margin: 0;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.success_message h5 {
    color: #000;
    padding: 5px 0;
    letter-spacing: 2px;
    margin: 0;
    font-size: 15px;
    font-family: 'gothic' !important;
}

.success_message h6 {
    color: rgba(237, 125, 49, 1);
    padding: 5px 0;
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'gothic' !important;
}

.success_message a {
    color: #000;
    padding: 10px 35px;
    margin: 0;
    font-size: 17px;
    font-family: 'gothic' !important;
    border: 1px solid #ffc000;
}

.spacer {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    height: 25px;
}

#pageloaddiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loader.gif) no-repeat center center rgba(255, 255, 255, 1);
}

.scrollbox3_1 {
    width: 100% !important;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.scrollbox3 {
    overflow: auto;
    width: 100% !important;
    padding: 0;
    float: left;
    max-height: 330px;
}

.track3_1, .track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3_1:hover, .track3_1.dragging, .track3:hover, .track3.dragging {
    background: #d9d9d9;
    /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3_1, .handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3_1:hover .handle3, .track3_1.dragging .handle3_1, .track3:hover .handle3, .track3.dragging .handle3 {
    width: 10px;
}

.state_holder {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.state_holder select {
    width: 100%;
    margin: 0;
    padding: 0 0 0 8px;
    float: left;
    font-size: 13px;
    height: 40px;
    border: 1px solid #eee;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}

.state_holder select option {
    padding: 3px 5px;
}

.state_holder em {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 12px;
    right: 10px;
}

.search_holder {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.search_holder input[type="text"] {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    float: left;
    height: 40px;
    border: 1px solid #eee;
    margin-bottom: 0px;
}

.top-right ul {
    list-style: none;
}

.top-right ul li {
    display: inline;
    margin: 0;
    padding: 10px 0px;
}

.how_it_work {
    border: 1px solid #699711;
    padding: 5px 8px !important;
    float: left;
    border-radius: 3px;
    font-weight: 600 !important;
    margin-right: 10px !important;
    margin-top: -3px !important;
    font-size: 12px !important;
}

.top-right ul li span {
    margin: 0;
    padding: 0 5px 0 0;
    height: 25px;
    width: 25px;
}

.cart_holder {
    padding: 10px 12px;
    border-radius: 2px;
    color: #699711 !important;
}

.cart_holder span, .cart_holder strong {
    color: #699711 !important;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 4px 5px;
    font-size: 11px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #7f9b2e;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 12px;
    color: #7f9b2e;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
    font-weight: 600;
}

.mega-dropdown-menu .dropdown-header >a {
    font-size: 12px;
    color: #7f9b2e;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
    font-weight: 600;
}

.tiny-layer-hide {
    display: none;
}

.tiny-layer-item {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.32);
    z-index: 9999999 !important;
    transition: opacity 0.01s;
    opacity: 0;
}

.tiny-layer-item--visible {
    opacity: 1;
}

.tiny-layer-item__content {
    position: relative;
    min-width: 300px;
    max-width: 450px;
    width: 100%;
    margin: 15px;
    padding: 25px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
    background: #fff;
}

.tiny-layer-item__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #333;
    font-size: 12px;
    background-color: #ebebeb;
    border: 0;
    border-radius: 3px;
}

.modal-4 {
    width: 100% !important;
    margin: 0;
    padding: 0;
    float: left;
    min-width: 350px;
}

.state_holder button {
    width: 100%;
    margin: 0;
    padding: 0 8px;
    float: left;
    background: #FFF;
    border: 1px solid #eee;
    height: 40px;
    border-right: none !important;
    text-align: left;
    font-size: 13px;
}

.dlv_area_fin {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.dlv_area_fin h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.dlv_area_fin p {
    font-size: 12px;
    margin: 0;
    padding: 0 0 5px 0;
}

.dlv_area_fin select {
    width: 100%;
    margin: 0;
    padding: 0 0 0 8px;
    float: left;
    font-size: 13px;
    height: 40px;
    border: 1px solid #eee;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}

.dlv_area_fin select option {
    padding: 3px 5px;
}

.dlv_area_fin em {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 33px;
    right: 20px;
}

.dlv_popup {
    position: fixed;
    width: 100%;
    float: left;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 99999999999999999;
    background: #00000052;
    right: 0px;
    display: none;
}

.dlv_area {
    margin: auto;
    padding: 10px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100px;
    max-width: 400px;
    background: #fff;
    text-align: center;
}

.dlv_area h3 {
    width: 100%;
    margin: 0;
    padding: 0 0 15px 0;
    float: left;
    font-size: 20px;
}

.dlv_area_fin input[type="text"] {
    width: 100%;
    margin: 0;
    padding: 0 0 0 8px;
    float: left;
    font-size: 13px;
    height: 40px;
    border: 1px solid #eee;
}

.modal-3 {
    width: 700px;
    margin: 0;
    padding: 0;
    float: left;
    height: 500px;
}

.city_button-1 {
    background: #7f9b2e;
    border: 1px solid #6d8528;
    float: lef;
    color: #fff;
    border-radius: 0;
}

.city_button-1[disabled]:hover {
    background: #ffcb35de;
    border: 1px solid #edbd33;
    color: #fff !important;
}

.city_button-2 {
    background: #ffcb35;
    border: 1px solid #edbd33;
    float: lef;
    color: #fff;
    border-radius: 0;
}

.city_button-2:hover {
    background: #7f9b2e;
    border: 1px solid #6d8528;
    color: #fff !important;
}

.nav-bottom {
    width: 100%;
    margin: 0;
    padding: 12px 12px;
    float: left;
    background: #fff;
}

.nav-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.nav-bottom ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

.nav-bottom ul li {
    border-right: 2px solid #ffcb35;
}

.nav-bottom ul li:last-child {
    border-right: 0px solid #829d2f;
}

.nav-bottom ul li a {
    margin: 0;
    padding: 12px 10px;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.nav-bottom ul li a:hover {
    color: #ffcb35;
}

.drop_icon {
    position: relative;
}

.drop_icon span {
    position: absolute;
    bottom: -29px;
    padding-right: 10px;
    z-index: 1;
    font-size: 35px;
    color: #7f9b2e;
}

.text_holder {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 25px;
    float: left;
    height: 350px;
    background: #fff;
    border: 2px solid #edbd33;
    position: relative;
}

.text_holder button img {
    width: 100%;
    height: 100%;
}

.text_holder button {
    background: none;
    border: none;
    width: 100%;
    height: 100%;
}

.place_order a {
    color: white;
}

.listin_heading {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
}

.listin_heading a {
    width: 23.3%;
    margin: 0 5px;
    padding: 7px 0;
    float: left;
    text-align: center;
    font-weight: 500;
}

.last_button {
    background: #dde34d !important;
    color: #333;
    font-size: 13px;
}

.Side_head_1 {
    font-weight: 600;
}

.sub_sub {
    margin: 0;
    padding: 0 0 0 8px;
}

.product_sort_detail {
    width: 100%;
    margin: 0;
    padding: 0 40px;
    float: left;
}

.brand h3 {
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    color: #000;
}

.discount_text {
    color: #f4493f;
    font-style: normal;
    font-weight: 600;
}

.Video_button {
    width: 78px;
    margin-top: -127px;
    padding: 0;
    float: right;
    margin-right: -49px;
}

.Video_button img {
    width: 100%;
    height: 100%;
}

.calender-date {
    position: relative;
}

.Grocery_21 {
    position: absolute;
    z-index: 100;
    left: 5px;
    bottom: 5px;
    text-align: left !important;
    float: left !important;
    width: 17px;
}

.Daily_21 {
    position: absolute;
    z-index: 100;
    left: 27px;
    bottom: 5px;
    width: 17px;
    float: left !important;
}

.Fruit_21 {
    position: absolute;
    z-index: 100;
    left: 49px;
    bottom: 5px;
    width: 17px;
    float: left !important;
}

.Service_21 img, .Tiffin_21 img, .Grocery_21 img, .Daily_21 img, .Fruit_21 img {
    width: 100%;
}

.Service_21 {
    position: absolute;
    z-index: 100;
    left: 72px;
    bottom: 4px;
    width: 17px;
    float: left;
}

.Tiffin_21 {
    position: absolute;
    z-index: 100;
    left: 95px;
    bottom: 4px;
    width: 17px;
    float: left;
}

.Service_21 i, .Fruit_21 i, .Daily_21 i, .Tiffin_21 i, .Grocery_21 i {
    font-size: 12px !important;
}

.nav-tabs > li {
    width: auto;
}

.Profile_drop {
    width: 100%;
    max-width: 100px !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    background: #fff !important;
    border: none !important;
}

.Profile_drop a {
    width: 100% !important;
    margin: 0;
    padding: 8px 0;
    float: left;
    font-weight: 500;
    font-size: 12px !important;
    color: #699711 !important;
    border-bottom: 1px solid #fafafa;
}

.Profile_drop a.last {
    border-bottom: none !important;
}

.Profile_drop a i {
    font-size: 14px !important;
    color: #fed71b !important;
    padding-right: 8px !important;
}

.Profile_drop a:hover {
    color: #fed71b !important;
    text-decoration: none;
}

.delete-cart-item {
    margin-right: 10px;
}

.no-padding-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#item-save {
    background: #75a211 !important;
    color: #fff !important;
    padding: 8px 15px !important;
}

.Sech_pro {
    width: 47% !important;
}

/*----Listing checkbox------*/
.filter_check {
    padding: 0 5px !important;
    box-sizing: border-box;
}

.filter_check [type="checkbox"]:not(:checked), .filter_check [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.filter_check [type="checkbox"]:not(:checked) + label, .filter_check [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    font-weight: normal !important;
}

/* checkbox aspect */
.filter_check [type="checkbox"]:not(:checked) + label:before, .filter_check [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 1.20em;
    height: 1.20em;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* checked mark aspect */
.filter_check [type="checkbox"]:not(:checked) + label:after, .filter_check [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: .45em;
    left: .2em;
    font-size: 1em;
    font-weight: bold;
    line-height: 0.8;
    color: #6d980e;
    transition: all .2s;
}

/* checked mark aspect changes */
.filter_check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.filter_check [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: rotate(45deg);
    z-index: 99999;
    left: 5px;
    top: 5px;
    background: transparent;
    display: block;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    width: 5px;
    height: 10px;
}

.filter_check label {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.filter_check label em {
    font-style: normal;
    margin: 0;
    padding: 0 5px 0 0;
    float: right;
    font-weight: bold;
}

.filter_check li {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.small_search {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.small_search-1 .fa-search, .small_search .fa-search {
    position: absolute;
    right: 25px;
    top: 5px;
    float: right;
    font-size: 13px;
}

.small_search input[type="text"] {
    width: 95%;
    margin: 0 0 8px 5px;
    padding: 0 5px;
    height: 25px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    border-right: none;
    border-top: none;
    border-left: none;
}

.small_search-1 {
    width: 72%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.small_search-1 input[type="text"] {
    width: 95%;
    margin: 0 0 8px 5px;
    padding: 5px 10px 10px 7px;
    height: 25px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    border-right: none;
    border-top: none;
    border-left: none;
}

#menu_active {
    background: #ffbe04 !important;
}

.withouttab a {
    color: #444 !important;
    font-size: 12px;
    padding-left: 4px;
}

.withouttab a:hover {
    color: #6d980e !important;
    text-decoration: none;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    border-top: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.44);
    background: #699711;
}

.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .nav .open>a:hover {
    background: none !important;
}

.modal-backdrop {
    z-index: 9999999 !important;
}

.modal {
    z-index: 99999999999999999999999999;
}

.dropdown-menu {
    z-index: 99999991 !important;
    ; }

.delete_button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.n_mar_left {
    margin-left: -8px !important;
}

.play_puse_holder {
    position: absolute;
    right: 5px;
    top: 5px;
}

.items_table {
    width: 100%;
    margin: 0;
    padding: 10px;
    float: left;
    min-height: 280px;
    position: relative;
}

.items_table table {
    width: 100%;
}

.t_heading {
    padding: 8px 5px ;
}

.items_table thead {
    background: #eee;
    padding: 5px;
}

.items_table td {
    font-size: 14px !important;
    min-height: 50px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */ table, thead, tbody, th, td, tr {
        display: block;
        padding: 5px;
        float: left;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
        Label the data
        */
    td:nth-of-type(1):before {
        content: "";
    }

    td:nth-of-type(2):before {
        content: "";
    }

    td:nth-of-type(3):before {
        content: "";
    }

    td:nth-of-type(4):before {
        content: "";
    }

    td:nth-of-type(5):before {
        content: "";
    }

    td:nth-of-type(6):before {
        content: "";
    }
}

.buy_now_button {
    float: right;
    margin: 10px 5px;
    border: 1px solid #7a9e34;
    padding: 5px 20px;
    border-radius: 4px;
    background: #7a9e34;
    color: #fff;
    text-decoration: none;
}

.buy_now_button:hover {
    background: #ffbe04;
    border: 1px solid #f5b600;
    text-decoration: none;
}

.conti_button {
    float: right;
    margin: 10px 5px;
    border: 1px solid #ffbe04;
    padding: 5px 20px;
    border-radius: 4px;
    background: #ffbe04;
    color: #fff;
    text-decoration: none;
}

.conti_button:hover {
    background: #699711;
    border: 1px solid #699711;
    text-decoration: none;
}

.tab_list {
    font-size: 11px !important;
    text-transform: capitalize !important;
}

.basket-items li {
    width: 32.7%;
}

.del_1 {
    margin: 2px 5px 0 0;
}

.schedule-list {
    width: 100%;
    margin: 0;
    padding: 0 25px;
    box-sizing: border-box;
}

.schedule-list .basket-details {
    width: 100% !important;
    margin: 5px 0px !important;
}

.schedule-list .basket-details .b-button a {
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    padding: 2px 10px;
    margin-left: 3px;
    font-weight: bold;
    float: right;
}

.DELET {
    border: 1px solid #e49191 !important;
    color: #e49191 !important;
}

.DELET:hover {
    background: #e49191 !important;
    color: #fff !important;
    text-decoration: none;
}

.b-button a:nth-child(3):hover {
    background: #757575 !important;
    color: #fff !important;
    text-decoration: none;
}

.b-button a:nth-child(2):hover {
    color: #fff !important;
    background: #7e9b2e !important;
    text-decoration: none;
}

textarea:focus, input:focus, a:focus {
    outline: none;
}

.Scheduler_items li {
    width: 24.5% !important;
}

.Scheduler_items li .DELETE {
    top: 16px;
}

.ctg_count_heading h6 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    padding: 5px 0;
    color: #5a970e;
    text-transform: uppercase;
}

.ctg_count_heading h6>em {
    width: 140px;
    margin: 0;
    padding: 0;
    float: left;
    font-style: normal;
}

.ctg_footer_button {
    float: left;
    margin: 0;
    padding: 25px 0;
    width: 100%;
    border-bottom: 2px solid #5a970e;
}

.ctg_footer_button>a {
    padding: 7px 10px;
    float: right;
    width: 237px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0 3px;
    border: 1px solid #eee;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.ctg_footer_button>a:nth-child(3) {
    color: #5b9606 !important;
    border: 1px solid #5b9606;
    text-decoration: none;
}

.ctg_footer_button>a:nth-child(2) {
    color: #fff !important;
    background: #feca04 !important;
    text-decoration: none;
}

.ctg_footer_button>a:nth-child(1) {
    color: #fff !important;
    background: #5b9606;
    text-decoration: none;
}

.t_heading h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5d9f01 !important;
}

.t_heading tr {
    padding: 10px 0;
    height: 37px;
    border-bottom: none;
}

.t_heading tr td {
    font-size: 12px;
    color: #5d9f01 !important;
    font-weight: 600;
    text-transform: uppercase;
}

.T_footer {
    border-bottom: 1px solid #5d9f01 !important;
    border-top: 1px solid #5d9f01 !important;
}

.right_button {
    width: 100%;
    margin: 55px 0 0 0;
    padding: 0 50px;
    float: left;
}

.right_button a {
    width: 100%;
    margin: 2px 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    height: 35px;
    text-align: center;
    float: left;
    background: #ffc702;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
}

.right_button a.active, .right_button a:hover {
    background: #589e07;
    text-decoration: none;
}

.Final_payment {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.Final_payment a {
    width: 30%;
    margin: 10px 3px 0 3px;
    padding: 0;
    float: right;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}

.Final_payment a:nth-child(2) {
    background: #ffca02;
    color: #fff;
}

.Final_payment a:nth-child(3) {
    background: #ff0087;
    color: #fff;
}

.Final_payment a:nth-child(1) {
    background: #000;
    color: #fff;
}

.Final_payment a:nth-child(3):hover, .Final_payment a:nth-child(2):hover, .Final_payment a:nth-child(1):hover {
    background: #5a9a06;
    text-decoration: none;
}

#slider-range {
    z-index: 9999 !important;
}

.ctg_footer_button>a:nth-child(4) {
    color: #0c7ace !important;
    border: 1px solid #0c7ace !important;
    text-decoration: none;
}

.ctg_footer_button>a:nth-child(4) i {
    color: #0c7ace !important;
}

.ctg_footer_button>a:nth-child(4):hover {
    background: #0c7ace;
    color: #fff !important;
}

.ctg_footer_button>a:nth-child(2):hover, .ctg_footer_button>a:nth-child(3):hover {
    background: #5b9606 !important;
    color: #fff !important;
}

.ctg_footer_button>a:nth-child(1):hover {
    background: #feca04;
    color: #fff !important;
}

.b-Button_small {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.Select-Schedule-List span {
    margin: 2px;
    padding: 5px;
    border: 1px solid #eee;
    font-size: 10px;
    line-height: 30px;
    color: #0c7ace;
}

.b-button_no-mar {
    margin-top: 0 !important;
    padding-bottom: 10px !important;
}

.atribute_area {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    float: left;
    min-height: 150px;
}

.atribute_area strong {
    font-size: 14px;
}

.atribute_area em {
    font-size: 14px;
    font-style: normal;
}

.pri_filter {
    padding: 0 10px 0 15px !important;
}

.D_cart button {
    width: 175px;
    height: 45px;
    margin: 0;
    padding: 0;
    /*float: left; */
    background: #699711;
    border-radius: 2px;
    color: #fff !important;
    border: 1px solid #699711 !important;
}

.D_cart button span {
    color: #fff !important;
    font-size: 17px !important;
}

.D_cart button:hover {
    border: 1px solid #fece3e !important;
}

.inner_Banner_slider {
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.InnerBanner {
    height: 236px !important;
}

.InnerBanner .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100% !important;
    max-height: 237px !important;
}

.Cart_top_menu {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 10px 0;
    background: #fff;
    font-weight: bold;
    border: 1px solid #666;
    border-radius: 20px;
}

.Cart_detial {
    background: transparent;
    border-bottom: 1px solid #e8e7e7 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    float: left;
    width: 100%;
    margin: 5px 0px;
}

.Cart_detial .col-md-6 h5 {
    font-weight: 600 !important;
}

.Cart_button {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.coupon-button {
    margin-top: 8px;
}

.bottom_ads {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.bottom_ads img {
    width: 100% !important;
    height: 100% !important;
    max-height: 200px;
}

#top-brand {
    background: #f6f6f6;
}

#relatedProduct .owl-item {
    padding: 0 7px !important;
}

.testi_VIDEO {
    position: relative;
    max-width: 1000px !important;
    width: 100%;
    float: left;
    height: 500px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
}

#testimonialVideoIframe {
    height: 100% !important;
    min-height: 500px !important;
    border: 8px solid #fff !important;
}

.video_button-1 {
    width: 120px;
    height: 35px;
    margin: 0;
    padding: 0;
    float: left;
    background: #ffbe04;
    color: #fff;
}

#ui-id-1 {
    background: #fff !important;
    color: #333 important;
}

.cart_main_holder {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    float: left;
}

.Top_cart_heading {
    width: 100%;
    margin: 50px 0;
    padding: 0;
    float: left;
    border: 2px solid #fecb34;
    border-radius: 25px;
}

.Top_cart_heading ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Top_cart_heading ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

.Top_cart_heading ul li a {
    margin: 0;
    padding: 12px 0;
    width: 25%;
    border-radius: 15px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fecb34;
    text-decoration: none;
}

.Top_cart_heading ul li a.active {
    background: #fecb34;
    color: #fff;
    border-radius: 25px;
}

.pro_small_img {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

.pro_small_img img {
    width: 100%;
    height: 100%;
}

.weight_sel {
    border: none;
    margin-top: -5px;
}

input#coupon_code {
    margin: 8px 0;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    border-radius: 25px;
    border: 1px solid #666;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    position: relative;
}

.discount-cart {
    position: relative;
}

.coupon {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 25px;
    color: #333 !important;
    border: none !important;
}

.discount-cart button i {
    color: #333 !important;
    font-size: 35px;
    font-weight: normal;
}

.btn-proceed-checkout {
    padding: 12px 35px;
    margin: 0;
    float: left;
    background: #fecb34;
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid #fbc830;
}

.btn-proceed-checkout span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-proceed-checkout:hover {
    background: #699711;
    border: 1px solid #65920f;
}

.cart_bottom_mid {
    width: 100%;
    background: #f8f8f8;
    margin: 30px 0px 0px 0px;
    padding: 0 0 15px 0;
    float: left;
    border: 1px solid #eee;
}

.cart_bottom_mid h3 {
    background: none;
    padding: 13px 8px;
    text-align: center;
}

#pricetotal strong {
    font-size: 15px;
    color: #999;
}

.SHiiping_address {
    width: 100%;
    margin: 0;
    padding: 10px;
    float: left;
    border: 1px solid #eee;
}

.red_Button {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    float: left;
    text-align: center;
    color: #e30047;
    border-radius: 3px;
    border: 2px solid #e30047;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.red_Button.active, .red_Button:hover {
    background: #e30047;
    color: #fff;
    text-decoration: none;
}

.Address_footer {
    width: 50%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    float: left;
    height: 40px;
    text-align: center;
}

.Address_footer a {
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    color: #999;
}

.Select_add {
    background: #60c079;
    font-size: 13px;
    margin: 0;
    padding: 8px 10px;
    float: left;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
}

.SHiiping_address h6 {
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
}

.SHiiping_address p {
    font-size: 13px;
    line-height: 25px;
    color: #333;
}

.SHiiping_address p em {
    font-size: 13px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    color: #999;
}

.warning-message {
    display: block;
    float: left;
    width: 100%;
    background: #fecb34;
    padding: 9px 5px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    font-size: 12px !important;
    color : #fff;
}

.table-1 {
    font-size: 16px;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.table-1 td {
    padding: 8px 0;
    font-size: 15px;
    font-style: normal;
    border: none;
}

.menu_payment {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    float: left;
}

.menu_payment span {
    font-size: 13px;
    color: #999;
    font-weight: normal;
}

.menu_payment em {
    font-size: 25px;
    color: #333;
    font-weight: bold;
    font-style: normal;
    padding-left: 8px;
}

.Add_point {
    margin-top: 15px;
    padding: 5px 15px;
    float: right;
    background: #699711;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    text-decoration: none;
}

.Add_point:hover {
    background: #ffcb35;
    text-decoration: none;
}

#isUpdateUser, #isValidPassword {
    margin-top: 15px;
    padding: 8px 15px;
    float: left;
    background: #699711;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    text-decoration: none;
    border: none;
}

#isUpdateUser:hover, #isValidPassword:hover {
    background: #ffcb35;
    text-decoration: none;
}

.brandfilter {
    list-style: none !important;
}

.detail_chop {
    margin-top: 15px;
}

.change_detailchop_picture, .detailweight-withoutchop {
    width: 45px;
    height: 45px;
    padding: 0;
    float: left;
    border: 2px solid #eee;
    border-radius: 3px;
}

.change_detailchop_picture img, .detailweight-withoutchop img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.s-delivery {
    margin-top: 30px;
    padding: 15px;
    float: left;
    border: 1px solid #eee;
    width: 100%;
}

.s-delivery p {
    width: 93%;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 13px;
    color: #dd375b;
    font-weight: 600;
}

.s-delivery span {
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 20px;
    color: #ffcb35;
    transform: rotation(-90deg)
}

.ui-autocomplete {
    max-height: 300px !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ui-autocomplete li {
    font-size: 12px;
    padding: 3px !important;
}

.shipping_method {
    font-size: 10px !important;
}

.fc-list-color {
    height: 10px;
    width: 10px;
    display: block;
    float: left;
    position: absolute;
    right: 30px;
    top: 13px;
}

.pr {
    position: relative;
}

.fc-list-title {
    width: 100%;
    padding: 0px 30px 0px 0px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.scheduler_container {
    width: 100%;
    float: left;
    position: relative;
}

.scheduler_calander_title {
    width: 100%;
    float: left;
    background: #7f9b2d;
    text-align: center;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0px;
    margin-bottom: 0px;
    font-size: 18px;
}

.scheduler_calander {
    margin-top: 20px;
    background: #f5f5f5;
    width: 100%;
    float: left;
    border: 1px solid #ececec;
}

.scheduler_calander_week {
    color: #8a8a8a;
    width: 14.28%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    padding: 10px 0px;
    font-weight: 600;
}

.scheduler_calander_week>span {
    font-size: inherit;
}

.scheduler_calander_weeks {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e0e0e0;
}

.scheduler_calander_days {
    width: 100%;
    float: left;
}

.scheduler_calander_day {
    color: #55bfe9;
    float: left;
    text-align: center;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    padding: 10px 0px;
    font-weight: 600;
    width: 14.28%;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    position: relative;
}

.scheduler_calander_day>span {
    font-size: inherit;
    color: inherit;
}

.scheduler_calander_day.active {
    background: rgb(255, 204, 53);
    color: #fff;
}

.chk-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    user-select: none;
    line-height: 1.5em;
    color: #909090;
    font-family: 'Oxygen', sans-serif;
    font-weight: 500;
}

.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.chk-mark {
    position: absolute;
    top: 12px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.chk-container:hover input ~ .chk-mark {
    background-color: #ccc;
}

.chk-container input:checked ~ .chk-mark {
    background-color: #699711;
}

.chk-mark:after {
    content: "";
    position: absolute;
    display: none;
}

.chk-container input:checked ~ .chk-mark:after {
    display: block;
}

.chk-container .chk-mark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delivery-redios {
    width: 100%;
    float: left;
}

.delivery-sub-redios {
    width: 100%;
    float: left;
    padding-left: 30px;
}

.delivery-sub-redios > .chk-container {
    width: 33.33%;
    float: left;
}

.scheduler_schedules {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.scheduler_schedule {
    width: 100%;
    float: left;
    padding: 2px 5px;
    border: 1px solid #ddd;
}

.scheduler_schedule_title {
    width: 60%;
    float: left;
    padding: 11px 15px;
    color: #79962C;
    font-weight: bold;
}

.scheduler_schedule_time {
    width: 40%;
    float: left;
}

.scheduler_schedule_time>select {
    width: 100%;
    float: left;
}

.scheduler_schedule_inputs {
    width: 100%;
    float: left;
}

.scheduler_schedule_input {
    width: 100%;
    float: left;
    padding: 5px 0px;
}

.scheduler_schedule_input_title {
    width: 100%;
    float: left;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

.scheduler_schedule_input_value {
    width: 100%;
    float: left;
}

.scheduler_schedule_input_value >textarea {
    width: 100%;
    float: left;
    min-height: 80px;
    max-width: 100%;
}

.scheduler_save>button {
    background: #ffbe04;
    color: #fff;
    border: 1px solid #ecb20c;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 8px 14px;
    margin: 10px 0;
    float: left;
    font-size: 20px;
}

.scheduler_calander_day>span>i {
    position: absolute;
    top: 2px;
    right: 3px;
    color: #fff;
    font-size: 11px;
    display: none;
}

.scheduler_calander_day.active >span>i {
    display: block;
}

.sharp {
    border-radius: 0px;
}

.mt5 {
    margin-top: 5px;
}

.modal-loader {
    width: 100%;
    float: left;
    height: 100px;
    position: relative;
    margin-top: -20px;
}

.modal_product_img {
    max-width: 120px;
    border: 1px solid #ddd;
    padding: 5px;
}

.modal_product_img>img {
    width: 100%;
}

.event-product-dropdown {
    display: inline-block;
    position: relative;
}

.event-product-dropdown-menu {
    display: block;
    position: absolute;
    right: 0px;
    width: 250px;
    background: #fff;
    list-style: none;
    padding: 0px;
    margin: 0px;
    z-index: 99999;
    display: none;
    border: 1px solid #ddd;
    padding: 5px;
}

.event-product-dropdown:hover .event-product-dropdown-menu {
    display: block;
}

.event-product-dropdown-menu>li {
    display: block;
    width: 100%;
    padding: 2px 0px;
    border-bottom: 1px solid #ddd;
}

.event-product-dropdown-menu>li>p {
    font-size: 12px;
    text-align: left;
    padding: 5px 5px;
    margin: 0px;
}

.event-product-dropdown-menu>li:last-child {
    border: none;
}

.event-product-dropdown-menu>li:hover {
    background: #dddddd8c;
}

.inline-block {
    display: inline-block;
}

.dailyschedulertab > li > a {
    color: #000;
}

.closelist-class {
    display: inline-block;
    padding: 5px;
    background: #699711;
    color: #fff;
    margin-right: 10px;
    color: #fff;
}

.product_border {
    border: 1px solid #ddd;
}

.max_1080 {
    max-width: 2635px;
    float: none !important;
    margin: auto;
}

.detail_chop span {
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 0;
    float: left;
    border: 2px solid #eee;
    border-radius: 3px;
    overflow: hidden;
}

.detail_chop span a {
    width: 100%;
    float: left;
    text-decoration: none;
    display: block;
}

.detail_chop span img {
    width: 100%;
    float: left;
    height: 100%;
}

.detail_chop span.active {
    border: 3px solid #fece3e;
}

.pro_color span {
    display: inline-block;
}

.pro_color span a {
    display: block;
    width: 100%;
    float: left;
    text-decoration: none;
    color: #000;
    padding: 5px 16px;
    border-radius: 2px;
    border: 2px solid #ddd;
    font-size: 23px;
}

.app-button a {
    border: none;
}

.pro_color span.active a {
    border: 2px solid;
}

.items_table li a {
    color: #000;
    font-weight: bold;
}

.items_table > .nav-tabs {
    margin: 0px;
}

.add_to_scheduler {
    padding: 12px 35px;
    margin: 0;
    background: #fecb34;
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid #fbc830;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    outline: none;
}

.add_to_scheduler:hover {
    background: #699711;
    border: 1px solid #65920f;
    outline: none;
}

.detail_cart_btns button > i {
    margin-right: 15px;
    font-size: 20px;
}

.detail_cart_btns button > span {
    font-size: 20px !important;
}

.middle-product>ul {
    display: block;
    float: left;
    width: 100%;
}

.removecartproduct {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #699711;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}
