html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    background: #ffffff;
    color: #666666;
    font-size: 16px;
}

ul {
    list-style: none;
    padding-left: 0;
}

    ul#styleOptions {
        position: absolute;
        right: 10%;
        z-index: 999;
        margin: 9px;
        top: 2px;
    }

        ul#styleOptions li {
            display: inline-block;
            padding: 0 2px;
        }

            ul#styleOptions li > a {
                width: 14px;
                height: 14px;
                border: 1px solid #ffffff;
                display: block;
                border-radius: 2px;
                border-radius: 14px;
            }

                ul#styleOptions li > a.theme1 {
                    background-color: #ff3a53;
                }

                ul#styleOptions li > a.theme2 {
                    background-color: #FF9800;
                }

                ul#styleOptions li > a.theme3 {
                    background-color: #03A9F4;
                }

                ul#styleOptions li > a.theme4 {
                    background-color: #6DB444;
                }


a:hover {
    text-decoration: none;
}

.nav-select, .nav-select:focus {
    margin-top: 12px;
    background: transparent;
    color: #ffffff;
    border: none;
    height: auto;
    outline: none;
    box-shadow: none;
}

    .nav-select option {
        color: #666666;
    }

.top-nav {
    background: #548a34;
}

.user-link {
    padding: .25rem 1rem;
}

.top-nav ul li {
    display: block;
}

.top-nav, .top-nav a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.71px;
}

    .top-nav .dropdown-menu a {
        color: #666666;
    }

.blocktopcms.second::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../images/truck.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    background-size: 120px auto;
    left: 0;
    right: auto;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.blocktopcms.second:hover::after {
    background-position: -75px 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.blocktopcms.second {
    position: relative;
    float: right;
    font-size: 14px;
}

.blocktopcms:hover .customtext {
    color: #6DB444 !important;
}

.blocktopcms span {
    color: #7F7F7F;
    letter-spacing: 2.1px;
    line-height: normal;
}

.blocktopcms .subtext {
    clear: both;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.58px;
}

.bg-green {
    background: #6DB444;
    font-weight: 400;
    transition: .5s ease-in-out;
}

.card-view .float-right.title3 {
    color: #6DB444;
    line-height: 1.1;
}

#footer {
    background: url(../images/Footer-Paralex-Img.jpg) scroll center center;
    font-size: 15px;
    border-top: 2px solid #6DB444;
}

.footer-container .links h3 {
    color: #6DB444;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    text-transform: capitalize !important;
    line-height: 19px;
}

.block-contact .icon {
    float: left;
    margin-right: 10px;
}

.block-contact .data {
    color: #000000;
    letter-spacing: 0.14px;
    line-height: 26px;
    overflow: hidden;
}

.footer-container .block_content li a {
    color: #000000;
    cursor: pointer;
    letter-spacing: 0.14px;
    line-height: 26px;
    text-transform: none;
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

    .footer-container .block_content li a:hover {
        color: #000;
        padding-left: 20px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .footer-container .block_content li a::after, #footer_account_list a:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background-image: url(../images/link-hover.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 15px auto;
        left: 0;
        right: auto;
        bottom: 3px;
        opacity: 0;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .footer-container .block_content li a:hover::after, #footer_account_list a:hover:after {
        opacity: 1;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

.footer-bottom .container {
    padding: 15px;
    border-top: 1px solid #E6E6E6;
    text-align: center;
}

#footer .block-social li, .product-social-icon .block-social li {
    float: left;
    margin: 5px 8px 5px 0;
}

    #footer .block-social li a, .product-social-icon .block-social li a {
        cursor: pointer;
        display: inline-block;
        line-height: 30px;
        text-align: center;
        vertical-align: top;
        background: #ffffff;
        box-shadow: 0 2px 5px 0 rgba(108, 180, 68, 0.26), 0 4px 12px 0 rgba(108, 180, 68, 0.2);
        padding: .1rem 1.3rem;
        color: #6cb444 !important;
        border-radius: 100px;
    }

        #footer .block-social li a:hover {
            -webkit-box-shadow: 0 5px 11px 0 rgba(108, 180, 68, 0.28), 0 4px 15px 0 rgba(108, 180, 68, 0.15);
            box-shadow: 0 5px 11px 0 rgba(108, 180, 68, 0.28), 0 4px 15px 0 rgba(108, 180, 68, 0.15);
        }

.payment-block .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

#footer .copyright a {
    color: #808080;
    letter-spacing: 0.98px;
}

.card-left, .card-view {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition: .3s;
    cursor: default;
    max-width: 350px;
    margin: auto;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    position: fixed;
}

.affix-top {
    position: static;
    top: -35px;
}

.affix + .container-fluid {
    padding-top: 70px;
}

.card-view img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.card-view h5 {
    font-weight: 400;
    background-color: #f5f5f5;
    color: #222222;
}

.card-view:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.card-left ul li a {
    color: #222222;
    font-weight: 400;
}

.card-left {
    border-radius: 0 !important;
}

.products .product-item, #right-column .products .product-item {
    clear: both;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px -4px #0000008c;
}

.block-categories .block_title {
    background: #6cb444;
    font-size: 18px;
    font-weight: 400;
}

.block-categories li {
    position: relative;
    padding: 3px 0;
}

.search-box {
    background: #6db44426;
    border-radius: 42px;
    height: 42px;
    position: relative;
}

.search-prefix {
    background: #6cb444;
    position: absolute;
    right: 8px;
    color: #ffffff;
    border-radius: 0 28px 30px 0;
    padding: 7px 21px !important;
    font-size: 19px;
    top: 24px;
}

.spcl-prod {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

    .spcl-prod .product-thumbnail img {
        object-fit: cover;
        height: 70px;
        width: 100%;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
    transition: .3s;
}

    .navbar-expand-lg .navbar-nav .nav-link:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        display: block;
        z-index: -1;
        transition: .3s;
        background-color: #548A34;
    }

.navbar-dark .navbar-nav .active > .nav-link:before, .navbar-dark .navbar-nav .nav-link:hover:before {
    height: 100%;
}

.cart-icon {
    background-image: url(../images/shopping-cart.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 35px auto;
    display: inline-block;
    height: 56px;
    width: 100%;
    background-color: #548A34;
    vertical-align: middle;
    font-size: 14px;
    padding: 10px 15px 10px 60px !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

    .cart-icon::before {
        background: transparent !important;
    }

    .cart-icon:hover {
        background-position: 10px -60px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .cart-icon .font-light {
        font-size: 13px;
        display: block;
    }



.cont {
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 3px 10px #00000054;
}

.form {
    position: relative;
    height: 100%;
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
    padding: 20px 30px 0;
}

.sub-cont {
    overflow: hidden;
    position: absolute;
    left: 41.666667%;
    top: 0;
    height: 100%;
    padding-left: 41.666667%;
    background: #fff;
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.cont.s--signup .sub-cont {
    -webkit-transform: translate3d(-41.666667%, 0, 0);
    transform: translate3d(-41.666667%, 0, 0);
    left: 41.666667%;
    padding-left: 33.333333%;
}

.img {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 66.666667%;
    height: 100%;
    padding-top: 360px;
}

.s--signup .img {
    width: 33.333333%;
}

.bg-white {
    background: #ffffff;
}

.img:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/sections-3.jpg");
    background-size: cover;
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.forgot-pass .img:after {
    display: none;
}

.cont.s--signup .img:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.img__text {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

    .img__text h2 {
        margin-bottom: 10px;
        font-weight: normal;
    }

    .img__text p {
        font-size: 14px;
        line-height: 1.5;
    }

.cont.s--signup .img__text.m--up {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.img__text.m--in {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cont.s--signup .img__text.m--in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.img__btn {
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 100px;
    height: 36px;
    margin: 0 auto;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

    .img__btn:after {
        content: '';
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        border-radius: 30px;
    }

    .img__btn span {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }

        .img__btn span.m--in {
            -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
        }

.cont.s--signup .img__btn span.m--in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cont.s--signup .img__btn span.m--up {
    -webkit-transform: translateY(72px);
    transform: translateY(72px);
}

.sign-in {
    transition-timing-function: ease-out;
}

.cont.s--signup .sign-in {
    transition-timing-function: ease-in-out;
    transition-duration: 1.2s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.sign-up {
    -webkit-transform: translate3d(-171%, 0, 0);
    transform: translate3d(-171%, 0, 0);
}

.cont.s--signup .sign-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.reg-sec .md-form {
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
}

img#output {
    height: 164px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #cccccc;
    padding: 10px;
}

.reg-sec select.form-control {
    border: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
}

.reg-sec .md-form .form-control {
    padding: 0.3rem 0 0.3rem 0;
    height: auto;
}

.reg-sec .md-form label.active {
    -webkit-transform: translateY(-93%);
    -ms-transform: translateY(-93%);
    transform: translateY(-93%);
}

.reg-sec .md-form label {
    top: 0rem;
}

.admin-table .btn.btn-sm {
    padding: .3rem .6rem;
}

.admin-table td {
    padding: 0rem .75rem !important;
    vertical-align: middle;
}

.icon-link {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 32px;
}

    .icon-link img {
        width: 100%;
        vertical-align: top;
    }

.icon-link--twitter {
    left: auto;
    right: 5px;
}

.signup.link, .signin.link {
    display: none;
}

.table td, .table th {
    padding: .5rem .75rem;
}
/*side menu css*/
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}


.information, .success, .warning, .error, .validation, .trans-error, .msg-indt {
    margin: 10px 0;
    padding: 10px 10px 10px 45px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: left;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.14), 0 2px 1px -2px rgba(0,0,0,.2), 0 0 5px 0 rgba(0,0,0,.12);
}

.warning {
    color: #ff7f00;
    background-color: rgba(255, 165, 0, 0.1);
    background-image: url(../images/warning-icon.png);
}

.error {
    color: #ed1b2e;
    background-color: rgba(237, 27, 46, 0.1);
    background-image: url(../images/error-icon.png);
}

.success {
    color: #01a50d;
    background-color: rgba(65, 173, 73, 0.1);
    background-image: url(../images/success.png);
}

.information {
    color: #006599;
    background-color: rgba(0, 101, 153, 0.1);
    background-image: url(../images/information-icon.png);
}

.error {
    border-color: red !important;
}

.errortxt {
    color: #F44336;
    font-size: .8em;
    font-weight: 500;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    /*min-width: 20%;
    max-width: 20%;*/
    color: #fff;
    transition: all 0.3s;
    /*max-height: 100vh;*/
    /*overflow-y: scroll;*/
}

    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        /*min-width: 7%;
        max-width: 7%;*/
        text-align: center;
    }

        #sidebar.active .sidebar-header h3,
        #sidebar.active .CTAs {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }

    #sidebar ul li a {
        text-align: left;
    }

    #sidebar.active ul li a {
        padding: 20px 10px;
        text-align: center;
        font-size: 0.85em;
    }

        #sidebar.active ul li a i {
            margin-right: 0;
            display: block;
            font-size: 1.8em;
            margin-bottom: 5px;
        }

    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar ul.components {
        padding-bottom: 20px;
    }

.logedin-user-icon {
    border: 1px solid #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: -10px;
    top: 5px;
}

.sidebar-header {
    padding: 21px 0 20px 0 !important;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #ffffff;
}

    #sidebar ul li a:hover {
        color: #6DB444;
        background: #fff;
    }

    #sidebar ul li a i {
        margin-right: 10px;
    }

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #548A34;
}

.cat a {
    color: #444444;
}

    .cat a[aria-expanded="true"] {
        color: #6DB444;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #548A34;
}

.closeSearch, .openSearch {
    display: none;
}
/* ---------------------------------------------------
    CONTENT STYLE#sidebar ul.components
----------------------------------------------------- */

#content {
    /*width: 85.5%;*/
    width: 80% !important;
    min-height: 100vh;
    transition: all 0.3s;
}

    #content.strecthed {
        width: 94% !important;
    }
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

        #sidebar ul li a span {
            font-size: 0.85em;
        }

        #sidebar ul li a i {
            margin-right: 0;
            display: block;
        }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

@media (min-width: 1200px) {
    .left-optn {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .cat-col {
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
    }
}

@media (max-width: 767px) {
    .searchCol, .middel-nav > .container > .row > div:nth-child(3), .cont .img {
        display: none;
    }

    .middel-nav > .container > .row > div:nth-child(2) {
        position: absolute;
        background: #ffffff;
        padding: 15px 30px !important;
        margin: 0 !important;
    }

    .closeSearch, .openSearch {
        position: absolute;
        top: 0;
        right: 3px;
        font-weight: 400;
        color: #a5a5a5;
        cursor: pointer;
    }

    .openSearch {
        top: 27px;
        right: 15px;
    }

    .search-prefix {
        right: 30px;
    }
    /* .middel-nav>.container>.row>div{
        text-align: center;
    } */
    .cont.s--signup .sub-cont {
        padding-left: 0;
    }

    .sub-cont {
        left: 100%;
        padding-left: 0;
    }

    .signup.link, .signin.link, .searchShow, .closeSearch, .openSearch {
        display: block;
    }
}

@media (max-width:575px) {
    .md-form {
        position: relative;
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .carousel-inner {
        height: 160px !important;
    }

    .s--signup {
        height: 843px !important;
    }

    .forgot-pass .s--signup {
        height: 442px !important;
    }

    body > div,
    .register,
    .register > .row,
    .form,
    .img {
        height: auto;
    }
}

.product-cover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

    .product-cover .zoom-in {
        text-align: right;
    }

        .product-cover .zoom-in img {
            cursor: pointer;
        }

.qty-form {
    margin: 2% 0;
}

.qty {
    width: 60px;
    height: 28px;
    text-align: center;
    color: #000000;
    border: 1px solid #6db444;
}

input.qtyplus {
    width: 60px;
    height: 29px;
    background: #548a34;
    color: #ffffff;
    font-size: 20px;
    line-height: 9px;
    border: 1px solid #548a34 !important;
}

input.qtyminus {
    width: 30px;
    height: 29px;
    background: #548a34;
    color: #ffffff;
    font-size: 20px;
    line-height: 9px;
    border: 1px solid #548a34 !important;
}

.product-price .current-price {
    color: #6DB444;
    font-size: 18px;
    font-weight: 400;
}
/*Cart page*/
/*.num-input {
    width: 40px;
    height: 30px;
    padding: 5px;
}

.qty-minus,
.qty-plus {
    border: 1px solid #cccccc;
    padding: 0 2px;
    position: absolute;
    display: block;
    left: 54px;
    line-height: 0px;
    height: 15.5px;
}

.qty-minus {
    top: 0;
}

.qty-plus {
    bottom: 0;
}*/

.products .product-price-and-shipping,
.product-price {
    bottom: 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    width: 100%;
    padding: 8px 0;
}

.product-price {
    color: #6DB444 !important;
}

.product-discount {
    color: #878787;
}

.cart-page a {
    color: #505050;
}

    .cart-page a:focus,
    .cart-page a:hover {
        color: #6DB444;
    }

.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 5px;
    font-size: 18px;
}

.has-discount .discount {
    background-color: #dddddd;
    color: #000000;
    font-weight: 600;
    padding: 5px 11px;
    font-size: 12px;
    margin-left: 10px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
}

.cart-item {
    border-bottom: 1px solid #eeeeee;
    padding: 1rem 0;
}

    .cart-item:last-child {
        border-bottom: 0px;
    }

.product-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/*Oredr page*/
#order a {
    color: #505050;
}

.nav-item > a.active {
    color: #6DB444 !important;
    font-weight: 600;
}

.creditCardForm #expiration-date .form-control {
    width: 49%;
}

.transparent {
    display: none;
}

span#credit_cards {
    position: absolute;
    top: -13px;
    right: 0;
}

#credit_cards img {
    width: 26px;
    border-radius: 2px;
}
/*Recipt page*/
.table .bg-green th {
    color: #fff;
    background-color: #6DB444;
    border-color: #6DB444;
}

.table td, .table th {
    padding: 0.4rem .75rem;
}

.cat-mob span.for-pc {
    display: none !important;
}

.cat-mob .cart-icon {
    background-position: 10px 4px;
    background-size: 26px auto;
    height: 30px;
    background-color: transparent;
    padding: 0px 0px 0px 45px !important;
    overflow: inherit;
}

.cat-mob .item-count {
    width: 25px;
    height: 25px;
    background: #548a34;
    border-radius: 30px;
    position: absolute;
    left: 31px;
    top: -4px;
    text-align: center;
    line-height: 25px;
}

.carousel-item img {
    width: 100%;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02) !important;
}


/*SPINNER CSS*/
#overlaySpinner {
    background: #ffffff;
    color: #6DB444;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}


.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #6DB444;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
