a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: gray;
}

    body.menu-show {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
    }

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #82ae46;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #82ae46;
    }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    font-family: "Poppins", Arial, sans-serif;
}

.text-primary {
    color: #82ae46 !important;
}

.topper {
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767.98px) {
    .topper {
        margin-bottom: 10px;
    }
}

.topper .icon span {
    color: #fff;
}

.topper .text {
    width: calc(100% - 30px);
    color: white;
}

.ftco-navbar-light {
    background: transparent !important;
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #000000 !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

.ftco-navbar-light.ftco-navbar-light-2 {
    position: relative;
    top: 0;
}

.ftco-navbar-light .navbar-brand {
    color: #82ae46;
}

    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
        color: #000000;
    }

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 11px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1 !important;
}

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #000000;
    }

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7);
    }

        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
            color: #fff;
        }
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

        .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
            background: transparent;
            color: #000000;
        }

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #000000;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #82ae46;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #000000;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

    .ftco-navbar-light .navbar-toggler:focus {
        outline: none !important;
    }

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

    .ftco-navbar-light.scrolled .nav-item.active > a {
        color: #82ae46 !important;
    }

    .ftco-navbar-light.scrolled .nav-item.cta > a {
        color: #fff !important;
        background: #82ae46;
        border: none !important;
    }

        .ftco-navbar-light.scrolled .nav-item.cta > a span {
            display: inline-block;
            color: #fff !important;
        }

    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
        border-color: #82ae46;
    }

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000000 !important;
}

    .ftco-navbar-light.scrolled .nav-link.active {
        color: #82ae46 !important;
    }

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000000;
}

.navbar-brand {
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
}

.hero-wrap {
    width: 100%;
    position: relative;
}

    .hero-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .6;
        width: 50%;
        background: #82ae46;
    }

    .hero-wrap .slider-text {
        color: #fff;
        position: relative;
    }

        .hero-wrap .slider-text .breadcrumbs {
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 3px;
            margin-bottom: 0;
            z-index: 99;
            font-weight: 300;
        }

            .hero-wrap .slider-text .breadcrumbs span {
                color: white;
            }

                .hero-wrap .slider-text .breadcrumbs span a {
                    color: #fff;
                }

        .hero-wrap .slider-text .bread {
            font-weight: 800;
            color: #fff;
            font-size: 30px;
            font-family: "Poppins", Arial, sans-serif;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        .hero-wrap .slider-text .btn-primary {
            border: 1px solid rgba(255, 255, 255, 0.4);
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            border-radius: 30px;
        }

            .hero-wrap .slider-text .btn-primary:hover, .hero-wrap .slider-text .btn-primary:focus {
                background: #fff !important;
                color: #000000;
            }

    .hero-wrap.hero-bread {
        padding: 10em 0;
    }

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    z-index: 99;
}

.mouse-icon {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #82ae46;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.mouse-wheel {
    height: 30px;
    margin: 2px auto 0;
    display: block;
    width: 30px;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
    color: #fff;
    font-size: 20px;
}

@-webkit-keyframes wheel-up-down {
    100% {
        margin-top: 2px;
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    0% {
        margin-top: 20px;
        opacity: 0;
    }
}

@-moz-keyframes wheel-up-down {
    100% {
        margin-top: 2px;
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    0% {
        margin-top: 20px;
        opacity: 0;
    }
}

@keyframes wheel-up-down {
    100% {
        margin-top: 2px;
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    0% {
        margin-top: 20px;
        opacity: 0;
    }
}

.bg-light {
    background: #f7f6f2 !important;
}

.bg-primary {
    background: #82ae46;
}

.bg-secondary {
    background: #ffe6eb !important;
}

.bg-color-1 {
    background: #e4b2d6;
}

.bg-color-2 {
    background: #dcc698;
}

.bg-color-3 {
    background: #a2d1e1;
}

.bg-color-4 {
    background: #dcd691;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}

    .btn:hover, .btn:active, .btn:focus {
        outline: none;
    }

    .btn.btn-primary {
        background: #82ae46;
        border: 1px solid #82ae46;
        color: #fff;
    }

        .btn.btn-primary:hover {
            border: 1px solid #82ae46;
            background: transparent;
            color: #82ae46;
        }

        .btn.btn-primary.btn-outline-primary {
            border: 1px solid #82ae46;
            background: transparent;
            color: #82ae46;
        }

            .btn.btn-primary.btn-outline-primary:hover {
                border: 1px solid transparent;
                background: #82ae46;
                color: #fff;
            }

    .btn.btn-white {
        background: #fff;
        border: 1px solid #fff;
        color: #000000;
    }

        .btn.btn-white:hover {
            background: #82ae46;
            border: 1px solid #82ae46;
            color: #fff;
        }

        .btn.btn-white.btn-outline-white {
            border: 1px solid #fff;
            background: transparent;
            color: #fff;
        }

            .btn.btn-white.btn-outline-white:hover {
                border: 1px solid transparent;
                background: #82ae46;
                color: #fff;
            }

    .btn.btn-black {
        background: #000000;
        border: 1px solid #000000;
        color: #fff;
    }

        .btn.btn-black:hover {
            background: #82ae46;
            border: 1px solid #82ae46;
            color: #fff;
        }

        .btn.btn-black.btn-outline-white {
            border: 1px solid #000000;
            background: transparent;
            color: #000000;
        }

            .btn.btn-black.btn-outline-white:hover {
                border: 1px solid transparent;
                background: #000000;
                color: #fff;
            }

.img-2 {
    position: relative;
}

@media (max-width: 767.98px) {
    .img-2 {
        height: 300px;
        margin-bottom: 40px;
    }
}

.img-2 .icon {
    width: 100px;
    height: 100px;
    background: #82ae46;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .img-2 .icon span {
        color: #fff;
        font-size: 24px;
    }

.wrap-about {
    position: relative;
}

@media (min-width: 992px) {
    .wrap-about {
        padding-left: 6em;
    }
}

@media (min-width: 768px) {
    .wrap-about {
        padding-left: 3em;
    }
}

.wrap-about .heading-section-bold h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
}

.deal-of-the-day h3 {
    font-size: 30px;
    font-family: "Lora", Georgia, serif;
    font-style: italic;
}

    .deal-of-the-day h3 a {
        color: #82ae46;
    }

.deal-of-the-day .price {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

#timer {
    width: 80%;
}

@media (max-width: 991.98px) {
    #timer {
        width: 90%;
    }
}

#timer .time {
    width: 25%;
    font-size: 40px;
    font-weight: 500;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    color: #82ae46;
}

@media (max-width: 991.98px) {
    #timer .time {
        font-size: 30px;
    }
}

#timer .time:first-child {
    border-left: transparent;
}

#timer .time span {
    font-size: 12px;
    display: block;
    color: #000000;
    text-transform: uppercase;
}

.product-category li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

    .product-category li a {
        color: #82ae46;
        padding: 5px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

        .product-category li a.active {
            background: #82ae46;
            color: #fff;
        }

.ftco-product .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative;
}

.product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}


    .product .img-prod {
        position: relative;
        display: block;
    }

        .product .img-prod .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            opacity: 0;
            background: #82ae46;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .product .img-prod .tags-container {
            position: absolute; /* Mantener la posición absoluta */
            top: 4px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 5px;
            justify-content: center;
            z-index: 10; /* Asegura que esté en frente */
        }

            /* Estilos para los tags individuales */
            .product .img-prod .tags-container .status {
                display: inline-block;
                padding: 2px 10px;
                color: #fff;
                font-weight: 300;
                background: #82ae46;
                font-size: 12px;
                border-radius: 8px;
                white-space: nowrap; /* Evita el desbordamiento */
                z-index: 11; /* Asegura que los tags estén por delante de otros elementos */
            }

        .product .img-prod img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            margin-top: 8px;
        }

        .product .img-prod:hover img, .product .img-prod:focus img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

    .product .img {
        display: block;
        height: 500px;
    }

    .product .icon {
        width: 60px;
        height: 60px;
        background: #fff;
        opacity: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .product .icon span {
            color: #000000;
        }

    .product:hover .icon {
        opacity: 1;
    }

    .product:hover .img-prod .overlay {
        opacity: 0;
    }

    .product .text {
        /*background: #fff;*/
        position: relative;
        width: 100%;
    }

        .product .text h3 {
            font-size: 17px;
            margin-bottom: 0px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: "Poppins", Arial, sans-serif;
        }

            .product .text h3 a {
                color: #000000;
            }

        .product .text p.price {
            margin-bottom: 0;
            color: #82ae46;
            font-size: 18px;
        }

            .product .text p.price span.price-dc {
                text-decoration: line-through;
                color: #b3b3b3;
            }

            .product .text p.price span.price-sale {
                color: #82ae46;
            }

        .product .text .pricing {
            width: 100%;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .product .text .bottom-area {
            position: absolute;
            bottom: 110px;
            left: 0;
            right: 0;
            opacity: 0;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .product .text .bottom-area a {
                color: #fff;
                width: 100%;
                /*background: #82ae46;*/
                width: 40px;
                height: 40px;
                /*margin: 0 auto;*/
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
            }

            .product .text .bottom-area .m-auto {
                margin: 0 auto;
            }

    .product:hover {
        -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    }

        /*    .product:hover .pricing {
        opacity: 0;
    }*/

        .product:hover .text .bottom-area {
            opacity: 1;
        }

.product-details h3 {
    font-size: 30px;
    font-weight: 400;
}

.product-details .price span {
    font-size: 30px;
    color: #000000;
}

.product-details button i {
    color: #000000;
}

.product-details .quantity-left-minus {
    background: transparent;
    padding: 0 15px;
}

.product-details .quantity-right-plus {
    background: transparent;
    padding: 0 15px;
}

.product-details button, .product-details .form-control {
    height: 40px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #82ae46;
    padding: 10px 20px;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

    .product-details button:hover, .product-details button:focus, .product-details .form-control:hover, .product-details .form-control:focus {
        text-decoration: none;
        outline: none;
    }

.product-details .form-group {
    position: relative;
}

    .product-details .form-group .form-control {
        padding-right: 40px;
        color: #000000;
        background: transparent !important;
    }

        .product-details .form-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #4d4d4d;
        }

        .product-details .form-group .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #4d4d4d;
        }

        .product-details .form-group .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #4d4d4d;
        }

        .product-details .form-group .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #4d4d4d;
        }

    .product-details .form-group .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #000000;
    }

        .product-details .form-group .icon span {
            color: #000000;
        }

@media (max-width: 767.98px) {
    .product-details .form-group .icon {
        right: 10px;
    }
}

.product-details .form-group .select-wrap {
    position: relative;
}

    .product-details .form-group .select-wrap select {
        font-size: 13px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.ftco-cart button i {
    color: #82ae46;
}

.ftco-cart .quantity-left-minus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart .quantity-right-plus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart button, .ftco-cart .form-control {
    height: 54px !important;
    text-align: center;
    bordeR: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
    padding: 0;
    font-size: 14px;
}

.ftco-cart .form-group {
    position: relative;
}

    .ftco-cart .form-group .form-control {
        padding-right: 40px;
    }

    .ftco-cart .form-group .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #82ae46;
    }

        .ftco-cart .form-group .icon span {
            color: #82ae46;
        }

@media (max-width: 767.98px) {
    .ftco-cart .form-group .icon {
        right: 10px;
    }
}

.ftco-cart .form-group .select-wrap {
    position: relative;
}

    .ftco-cart .form-group .select-wrap select {
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.ftco-cart .info label {
    font-size: 13px;
    color: #000000;
}

.cart-list {
    overflow-x: scroll;
}

.table {
    min-width: 1000px !important;
    width: 100%;
    text-align: center;
}

    .table th {
        font-weight: 500;
    }

    .table .thead-primary {
        background: #82ae46;
    }

        .table .thead-primary tr th {
            padding: 20px 10px;
            color: #fff !important;
            border: 1px solid transparent !important;
        }

    .table tbody tr td {
        text-align: center !important;
        vertical-align: middle;
        padding: 40px 10px;
        border: 1px solid transparent !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

        .table tbody tr td.product-remove a {
            bordeR: 1px solid rgba(0, 0, 0, 0.1);
            padding: 4px 10px;
            color: #000000;
        }

            .table tbody tr td.product-remove a:hover {
                border: 1px solid #82ae46;
                background: #82ae46;
            }

                .table tbody tr td.product-remove a:hover span {
                    color: #fff;
                }

        .table tbody tr td.quantity {
            width: 20%;
        }

        .table tbody tr td.image-prod .img {
            display: block;
            width: 100px;
            height: 100px;
            margin: 0 auto;
        }

        .table tbody tr td.product-name {
            width: 30%;
        }

            .table tbody tr td.product-name h3 {
                font-size: 16px;
            }

        .table tbody tr td.total, .table tbody tr td.price {
            color: #000000;
        }

.cart-wrap .btn-primary {
    display: inline-block;
}

.cart-total {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

    .cart-total h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cart-total p {
        width: 100%;
        display: block;
    }

        .cart-total p span {
            display: block;
            width: 50%;
        }

        .cart-total p.total-price span {
            text-transform: uppercase;
        }

            .cart-total p.total-price span:last-child {
                color: #000000;
                font-weight: 600;
            }

    .cart-total hr {
        background: rgba(255, 255, 255, 0.1);
    }

.billing-heading {
    font-size: 24px;
}

.billing-form .form-group {
    position: relative;
}

.billing-form label {
    color: #000000;
    font-size: 14px;
}

.billing-form .icon {
    position: absolute;
    top: 50% !important;
    right: 15px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .billing-form .icon span {
        color: black !important;
    }

.billing-form .select-wrap, .billing-form .input-wrap {
    position: relative;
}

    .billing-form .select-wrap select, .billing-form .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.billing-form .form-control {
    font-weight: 300;
    border: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 58px !important;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .billing-form .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.4);
    }

    .billing-form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.4);
    }

    .billing-form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.4);
    }

    .billing-form .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.4);
    }

    .billing-form .form-control:focus, .billing-form .form-control:active {
        border-color: #82ae46 !important;
    }

.billing-form textarea.form-control {
    height: inherit !important;
}

.cart-detail {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .cart-detail.cart-total {
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .cart-detail .btn-primary {
        display: block;
        width: 100%;
    }

.circle {
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
}

    .circle h2 {
        font-size: 50px;
    }

.ftco-social {
    padding: 0;
}

    .ftco-social li {
        list-style: none;
        margin-right: 10px;
    }

.ftco-partner {
    padding: 5em 0;
}

    .ftco-partner .partner {
        display: block;
        padding: 0 20px;
    }

@media (max-width: 991.98px) {
    .ftco-partner .partner {
        padding: 0;
    }
}

.subscribe-form {
    width: 100%;
}

    .subscribe-form .form-group {
        position: relative;
        margin-bottom: 0;
        border: none;
        background: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .subscribe-form .form-group input {
            background: #fff !important;
            border: 1px solid transparent;
            color: black !important;
            font-size: 14px;
            font-weight: 300;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            border-radius: 30px;
        }

            .subscribe-form .form-group input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: black !important;
            }

            .subscribe-form .form-group input::-moz-placeholder {
                /* Firefox 19+ */
                color: black !important;
            }

            .subscribe-form .form-group input:-ms-input-placeholder {
                /* IE 10+ */
                color: black !important;
            }

            .subscribe-form .form-group input:-moz-placeholder {
                /* Firefox 18- */
                color: black !important;
            }

        .subscribe-form .form-group .submit {
            border-left: 1px solid #82ae46;
            color: #fff !important;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            font-size: 12px;
            background: #82ae46 !important;
        }

            .subscribe-form .form-group .submit:hover {
                cursor: pointer;
            }

    .subscribe-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.8);
    }

.aside-stretch {
    background: #9bc166;
}

    .aside-stretch:after {
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        content: '';
        width: 360%;
        background: rgba(255, 255, 255, 0.9);
    }

@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }

        .aside-stretch:after {
            background: transparent;
            display: none;
        }
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .form-control:focus, .form-control:active {
        border-color: #000000;
    }

textarea.form-control {
    height: inherit !important;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: #82ae46 !important;
}

.bg-black {
    background: #000000 !important;
}

.goto-here {
    width: 100%;
    display: block;
}

.about-author .desc h3 {
    font-size: 24px;
}

.ftco-section {
    padding: 4em 0px 0px 0px;
    position: relative;
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-footer {
    font-size: 14px;
    padding: 7em 0;
    color: #000000;
}

    .ftco-footer .ftco-footer-logo {
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .ftco-footer .ftco-footer-widget h2 {
        font-weight: normal;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .ftco-footer .ftco-footer-widget ul li {
        font-size: 14px;
        margin-bottom: 0px;
    }

        .ftco-footer .ftco-footer-widget ul li a {
            color: #000000;
        }

    .ftco-footer .ftco-footer-widget .btn-primary {
        border: 2px solid #fff !important;
    }

        .ftco-footer .ftco-footer-widget .btn-primary:hover {
            border: 2px solid #fff !important;
        }

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

    .ftco-footer-social li a {
        height: 50px;
        width: 50px;
        display: block;
        float: left;
        background: rgba(0, 0, 0, 0.02);
        border-radius: 50%;
        position: relative;
    }

        .ftco-footer-social li a span {
            position: absolute;
            font-size: 26px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #000000;
        }

        .ftco-footer-social li a:hover {
            color: #000000;
        }

#map {
    width: 100%;
}

@media (max-width: 991.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(130, 174, 70, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(130, 174, 70, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(130, 174, 70, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(130, 174, 70, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(130, 174, 70, 0.4);
        box-shadow: 0 0 0 0 rgba(130, 174, 70, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(130, 174, 70, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(130, 174, 70, 0);
        box-shadow: 0 0 0 30px rgba(130, 174, 70, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(130, 174, 70, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(130, 174, 70, 0);
        box-shadow: 0 0 0 0 rgba(130, 174, 70, 0);
    }
}

.heading-section {
    position: relative;
}

    .heading-section .subheading {
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
        font-family: "Lora", Georgia, serif;
        font-style: italic;
        color: #82ae46;
    }

    .heading-section h3 {
        position: relative;
        font-size: 40px;
        font-weight: 600;
        color: #000000;
        font-family: "Poppins", Arial, sans-serif;
    }

@media (max-width: 767.98px) {
    .heading-section h3 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 30px;
    color: #fff;
}

    .heading-section.heading-section-white h2:after, .heading-section.heading-section-white h2:before {
        display: none;
    }

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.hero-wrap,
.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-services .services {
    display: block;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .ftco-services .services .icon {
        line-height: 1.3;
        position: relative;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .ftco-services .services .icon:after {
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
            content: '';
            border: 2px solid rgba(255, 255, 255, 0.19);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        .ftco-services .services .icon span {
            font-size: 50px;
            color: #fff;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .ftco-services .services .media-body {
        width: 100%;
    }

        .ftco-services .services .media-body h3 {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 500;
            font-family: "Poppins", Arial, sans-serif;
            color: #000000;
        }

        .ftco-services .services .media-body span {
            text-transform: uppercase;
            color: #333333;
            font-size: 12px;
            font-weight: 500;
        }

    .ftco-services .services:hover .icon, .ftco-services .services:focus .icon {
        background: #82ae46;
    }

        .ftco-services .services:hover .icon span, .ftco-services .services:focus .icon span {
            color: #fff;
        }

.ftco-category .category-wrap {
    display: block;
    width: 100%;
    height: 250px;
}

    .ftco-category .category-wrap .text {
        background: #82ae46;
    }

        .ftco-category .category-wrap .text h2 {
            font-size: 18px;
            font-family: "Poppins", Arial, sans-serif;
        }

            .ftco-category .category-wrap .text h2 a {
                color: #fff;
            }

.ftco-category .category-wrap-2 {
    width: 100%;
}

    .ftco-category .category-wrap-2 .text {
        width: 100%;
    }

        .ftco-category .category-wrap-2 .text h2 {
            color: #82ae46;
            font-family: "Lora", Georgia, serif;
            font-style: italic;
            font-size: 24px;
        }

.testimony-section {
    position: relative;
}

    .testimony-section .owl-carousel {
        margin: 0;
    }

        .testimony-section .owl-carousel .owl-stage-outer {
            padding-bottom: 2em;
            position: relative;
        }

    .testimony-section .owl-nav {
        position: absolute;
        top: 100%;
        width: 100%;
    }

        .testimony-section .owl-nav .owl-prev,
        .testimony-section .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
            outline: none !important;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0;
        }

            .testimony-section .owl-nav .owl-prev span:before,
            .testimony-section .owl-nav .owl-next span:before {
                font-size: 30px;
                color: rgba(0, 0, 0, 0.2);
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
            .testimony-section .owl-nav .owl-next:hover span:before,
            .testimony-section .owl-nav .owl-next:focus span:before {
                color: #000000;
            }

        .testimony-section .owl-nav .owl-prev {
            left: 50%;
            margin-left: -80px;
        }

        .testimony-section .owl-nav .owl-next {
            right: 50%;
            margin-right: -80px;
        }

    .testimony-section:hover .owl-nav .owl-prev,
    .testimony-section:hover .owl-nav .owl-next {
        opacity: 1;
    }

    .testimony-section:hover .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px;
    }

    .testimony-section:hover .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px;
    }

    .testimony-section .owl-dots {
        text-align: center;
    }

        .testimony-section .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.2);
        }

            .testimony-section .owl-dots .owl-dot.active {
                background: #82ae46;
            }

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8);
}

    .testimony-wrap .user-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: relative;
        margin-top: -75px;
        margin: 0 auto;
    }

        .testimony-wrap .user-img .quote {
            position: absolute;
            bottom: -10px;
            right: 0;
            width: 40px;
            height: 40px;
            background: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            .testimony-wrap .user-img .quote i {
                color: #82ae46;
            }

    .testimony-wrap .name {
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 0;
        color: #000000;
    }

    .testimony-wrap .position {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .testimony-wrap .line {
        position: relative;
        border-left: 1px solid #e6e6e6;
    }

        .testimony-wrap .line:after {
            position: absolute;
            top: 50%;
            left: -2px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
            width: 3px;
            height: 30px;
            background: #82ae46;
        }

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#section-counter {
    position: relative;
    z-index: 0;
}

    #section-counter:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        z-index: -1;
        opacity: .3;
        background: #fff;
    }

.ftco-counter {
    padding: 5em 0;
}

    .ftco-counter .text strong.number {
        font-weight: 400;
        font-size: 30px;
        color: #000000;
    }

    .ftco-counter .text span {
        display: block;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #82ae46;
}

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 250px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .block-20 {
        width: 450px;
    }
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    width: 100%;
}

    .blog-entry .text .tag {
        color: #b3b3b3;
    }

    .blog-entry .text .heading {
        font-size: 20px;
        margin-bottom: 16px;
    }

        .blog-entry .text .heading a {
            color: #000000;
        }

            .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
                color: #82ae46;
            }

    .blog-entry .text .meta-chat {
        color: #b3b3b3;
    }

    .blog-entry .text .read {
        color: #000000;
        font-size: 14px;
    }

.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
}

    .blog-entry .meta > div a {
        color: black;
        font-size: 12px;
    }

        .blog-entry .meta > div a:hover {
            color: black;
        }

.block-23 ul {
    padding: 0;
}

    .block-23 ul li, .block-23 ul li > a {
        display: table;
        line-height: 1.5;
        margin-bottom: 15px;
    }

        .block-23 ul li .icon, .block-23 ul li .text {
            display: table-cell;
            vertical-align: top;
        }

        .block-23 ul li .icon {
            width: 40px;
            font-size: 18px;
            padding-top: 2px;
        }

.block-17 {
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .block-17 form .fields {
        width: calc(100% - 80px);
        position: relative;
    }

        .block-17 form .fields .one-third {
            width: 50%;
            background: #fff;
        }

            .block-17 form .fields .one-third:last-child {
                border-right: none;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
            }

            .block-17 form .fields .one-third label {
                font-weight: 700;
                color: #000000;
            }

        .block-17 form .fields .form-control {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: transparent;
            background: #fff !important;
            color: #4d4d4d !important;
            border: 2px solid rgba(0, 0, 0, 0.1);
            font-size: 14px;
            width: 100%;
            height: 70px !important;
            bordeR: 1px solid transparent;
            padding: 10px 30px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

            .block-17 form .fields .form-control::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #4d4d4d;
            }

            .block-17 form .fields .form-control::-moz-placeholder {
                /* Firefox 19+ */
                color: #4d4d4d;
            }

            .block-17 form .fields .form-control:-ms-input-placeholder {
                /* IE 10+ */
                color: #4d4d4d;
            }

            .block-17 form .fields .form-control:-moz-placeholder {
                /* Firefox 18- */
                color: #4d4d4d;
            }

        .block-17 form .fields .icon {
            position: absolute;
            top: 50%;
            right: 30px;
            font-size: 14px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: rgba(0, 0, 0, 0.7);
        }

@media (max-width: 767.98px) {
    .block-17 form .fields .icon {
        right: 10px;
    }
}

.block-17 form .fields .select-wrap {
    position: relative;
}

    .block-17 form .fields .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.block-17 form .search-submit {
    width: 160px;
    background: #82ae46;
    border: 1px solid #82ae46;
    color: #fff;
    padding: 12px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 767.98px) {
    .block-17 form .search-submit {
        width: 80px;
    }
}

.block-17 form .search-submit:hover {
    background: #82ae46 !important;
    color: #fff !important;
    border: 1px solid #82ae46 !important;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

    .block-27 ul li {
        display: inline-block;
        margin-bottom: 4px;
        font-weight: 400;
    }

        .block-27 ul li a, .block-27 ul li span {
            color: #000000;
            text-align: center;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            border: 1px solid #e6e6e6;
            background: #fff;
        }

        .block-27 ul li.active a, .block-27 ul li.active span {
            background: #82ae46;
            color: #fff;
            border: 1px solid transparent;
        }

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.contact-section .info {
    width: 100%;
}

.contact-section .contact-form {
    width: 100%;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

    .block-21 .text .heading-1 {
        font-size: 18px;
        font-weight: 300;
    }

        .block-21 .text .heading-1 a {
            color: #000000;
        }

            .block-21 .text .heading-1 a:hover, .block-21 .text .heading-1 a:active, .block-21 .text .heading-1 a:focus {
                color: #82ae46;
            }

    .block-21 .text .meta > div {
        display: inline-block;
        font-size: 12px;
        margin-right: 5px;
    }

        .block-21 .text .meta > div a {
            color: gray;
        }

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}

    .tagcloud a:hover {
        border: 1px solid #000;
    }

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

    .comment-list .children {
        padding: 50px 0 0 40px;
        margin: 0;
        float: left;
        width: 100%;
    }

    .comment-list li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .comment-list li .vcard {
            width: 80px;
            float: left;
        }

            .comment-list li .vcard img {
                width: 50px;
                border-radius: 50%;
            }

        .comment-list li .comment-body {
            float: right;
            width: calc(100% - 80px);
        }

            .comment-list li .comment-body h3 {
                font-size: 20px;
            }

            .comment-list li .comment-body .meta {
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: .1em;
                color: #ccc;
            }

            .comment-list li .comment-body .reply {
                padding: 5px 10px;
                background: #e6e6e6;
                color: #000000;
                text-transform: uppercase;
                font-size: 11px;
                letter-spacing: .1em;
                font-weight: 400;
                border-radius: 4px;
            }

                .comment-list li .comment-body .reply:hover {
                    color: #fff;
                    background: black;
                }

.search-form .form-group {
    position: relative;
}

    .search-form .form-group input {
        padding-right: 50px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: black;
        font-size: 13px;
    }

        .search-form .form-group input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: black;
        }

        .search-form .form-group input::-moz-placeholder {
            /* Firefox 19+ */
            color: black;
        }

        .search-form .form-group input:-ms-input-placeholder {
            /* IE 10+ */
            color: black;
        }

        .search-form .form-group input:-moz-placeholder {
            /* Firefox 18- */
            color: black;
        }

        .search-form .form-group input:focus, .search-form .form-group input:active {
            border-color: #82ae46 !important;
        }

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    background: #fff;
}

    .sidebar-box *:last-child {
        margin-bottom: 0;
    }

    .sidebar-box h3.heading {
        font-size: 20px;
        margin-bottom: 30px;
    }

.categories, .sidelink {
    padding: 0;
}

    .categories li, .sidelink li {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #dee2e6;
        list-style: none;
    }

        .categories li:last-child, .sidelink li:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .categories li a, .sidelink li a {
            display: block;
            color: #000000;
        }

            .categories li a span, .sidelink li a span {
                position: absolute;
                right: 0;
                top: 0;
                color: #ccc;
            }

        .categories li.active a, .sidelink li.active a {
            color: #000000;
            font-style: italic;
        }

.sidebar-box-2 {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

    .sidebar-box-2 .heading {
        font-size: 20px;
        text-transform: uppercase;
    }

        .sidebar-box-2 .heading a {
            color: #000000;
        }

    .sidebar-box-2 ul {
        margin: 0;
        padding: 0;
    }

        .sidebar-box-2 ul li {
            font-size: 12px;
            list-style: none;
            margin-bottom: 10px;
        }

            .sidebar-box-2 ul li a {
                color: #000000;
            }

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

    #ftco-loader.fullscreen {
        padding: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #fff;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #ftco-loader.show {
        -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
        -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
        transition: opacity .4s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

    #ftco-loader .circular {
        -webkit-animation: loader-rotate 2s linear infinite;
        animation: loader-rotate 2s linear infinite;
        position: absolute;
        left: calc(50% - 24px);
        top: calc(50% - 24px);
        display: block;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    #ftco-loader .path {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        -webkit-animation: loader-dash 1.5s ease-in-out infinite;
        animation: loader-dash 1.5s ease-in-out infinite;
        stroke-linecap: round;
    }

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}


#btnBackAdmin {
    padding: 15px;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99;
}

#btnCompras {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 15px 30px;
    position: fixed;
    bottom: 4%;
    right: 20px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
    width: 210px;
}

    #btnCompras:hover {
        background-color: #2c2fa5;
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }

#text-area-products {
    font-size: 10px;
    text-transform: uppercase;
    color: #6b6b6b;
    letter-spacing: 2px;
    padding: 15px 10px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
    z-index: 99;
    width: 380px;
    background-color: snow;
}

#btnTrash {
    font-size: 10px;
    text-transform: uppercase;
    color: #6b6b6b;
    position: fixed;
    bottom: 6%;
    right: 235px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
    background-color: #d0d3d9;
}

.table-products {
    padding: 8px;
    font-size: 13px;
}

.search-wrapper {
    position: relative;
    margin-right: 10px;
}

    .search-wrapper.active {
    }

    .search-wrapper .input-holder {
        overflow: hidden;
        background: rgba(255,255,255,0);
        border-radius: 6px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder {
        width: 300px;
        border-radius: 50px;
        background: rgba(0,0,0,0.5);
        transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    }

    .search-wrapper .input-holder .search-input {
        width: 100%;
        height: 50px;
        padding: 0px 70px 0 20px;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        background: transparent;
        box-sizing: border-box;
        border: none;
        outline: none;
        font-family: "Open Sans", Arial, Verdana;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #FFF;
        transform: translate(0, 60px);
        transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.3s;
    }

    .search-wrapper.active .input-holder .search-input {
        opacity: 1;
        transform: translate(0, 10px);
    }

    .search-wrapper .input-holder .search-icon {
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 6px;
        background: #FFF;
        padding: 0px;
        outline: none;
        position: relative;
        z-index: 2;
        float: right;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder .search-icon {
        width: 50px;
        height: 50px;
        margin: 10px;
        border-radius: 30px;
    }

    .search-wrapper .input-holder .search-icon span {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        transform: rotate(45deg);
        transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    }

    .search-wrapper.active .input-holder .search-icon span {
        transform: rotate(-45deg);
    }

    .search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
        position: absolute;
        content: '';
    }

    .search-wrapper .input-holder .search-icon span::before {
        width: 4px;
        height: 11px;
        left: 9px;
        top: 18px;
        border-radius: 2px;
        background: #FE5F55;
    }

    .search-wrapper .input-holder .search-icon span::after {
        width: 14px;
        height: 14px;
        left: 0px;
        top: 0px;
        border-radius: 16px;
        border: 4px solid #FE5F55;
    }

    .search-wrapper .close {
        position: absolute;
        z-index: 1;
        top: 24px;
        right: 20px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        transform: rotate(-180deg);
        transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
        transition-delay: 0.2s;
    }

    .search-wrapper.active .close {
        right: 65px;
        transform: rotate(45deg);
        transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.5s;
        opacity: 1;
    }

    .search-wrapper .close::before, .search-wrapper .close::after {
        position: absolute;
        content: '';
        background: #FE5F55;
        border-radius: 2px;
    }

    .search-wrapper .close::before {
        width: 5px;
        height: 25px;
        left: 10px;
        top: 0px;
    }

    .search-wrapper .close::after {
        width: 25px;
        height: 5px;
        left: 0px;
        top: 10px;
    }

.input-search::placeholder {
    color: lightgrey;
    opacity: 1;
}

.product-list{
    margin-bottom: 15px
}

.product-description {
    font-size: 17px;
    color: black;
}

.product-column .img-fluid {
    object-fit: contain; /* Ajusta la imagen sin distorsión */
    max-width: 100%; /* Previene que se expanda más allá del contenedor */
}

@media all and (max-width: 1200px) and (min-width: 771px) {
    .pl-3, .px-3 {
        padding-left: initial;
    }
}

/*@@media all and (min-width: 771px) {
    .img-fluid {
        min-height: 160px;
        max-height: 160px;
        width: auto;
    }
}
*/

@media all and (max-width: 770px) and (min-width: 50px) {

    .product-description {
        position: relative;
        z-index: 999;
        font-size: 17px;
        text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    }

    .product .img-prod .tags-container {
        transform: none;
        display: block;
        margin: 10px 0;
        z-index: 10;
        top: -12px;
        left: 70px;
        opacity: 0.5;
    }

        .product .img-prod .tags-container .status {
            display: block;
            margin-bottom: 5px;
            z-index: 11;
        }

    .product .img-prod .tags-container {
    }

    .bottom-area {
        margin-bottom: 8px;
    }

    #div-cabecera {
        display: none;
    }

    .ftco-section {
        padding: 1em 0;
    }

    .product .text .bottom-area {
        bottom: 0;
        opacity: 1;
    }

    .product-list {
        margin-bottom: 5px
    }

    #hr-div {
        display: none;
    }

/*    .img-fluid {
        height: 90px;
        width: auto
    }*/


    .product .img-prod img {
        margin-top: 0px;
    }

    .product {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 0 10px;
        height: auto; /* Permitir que crezca según el contenido */
        margin-bottom: 0px
    }

        .product .img-prod {
            width: 100px; /* Tamaño de la imagen */
            height: 100px; /* Tamaño de la imagen */
        }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ajustar la imagen */
    }

    .product-info {
        flex-grow: 1; /* Permitir que el texto ocupe el espacio disponible */
        padding: 0 10px;
        text-align: left; /* Alinear el texto a la izquierda en pantallas pequeñas */
        height: 0px;
    }

    .bottom-area {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .add-to-cart, .remove-to-cart {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        /*background-color: rgb(248, 114, 114);*/
        color: white;
        font-size: 1.5rem;
        border-radius: 50%;
        margin: 0 5px;
    }

    .input-producto {
        width: 25% !important;
        text-align: center;
        border: 0px solid lightgray;
        margin: 0 5px;
    }
}


.div-text-price-container {
    display: flex; /* Activa Flexbox */
    align-items: center; /* Alinea verticalmente en el centro */
    justify-content: center; /* Alinea horizontalmente en el centro */
}

.div-text-price {
    text-align: center; /* Alinea el texto dentro del div */
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}


.product.destacado {
    border: 2px solid #FFD700; /* Borde dorado para destacar */
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6); /* Sombra brillante */
    transform: scale(1.05); /* Aumenta ligeramente el tamaño del producto */
    transition: all 0.3s ease; /* Transición suave */
}

    .product.destacado:hover {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.9); /* Aumenta la sombra al pasar el ratón */
        transform: scale(1.08); /* Aumenta el tamaño al pasar el ratón */
    }

.active.btnCategoria {
    background-color: #a9d9ff; /* Color de fondo azul */
    border: 2px solid #a9d9ff; /* Borde a juego */
    box-shadow: 0px 4px 8px rgba(33, 150, 243, 0.5); /* Efecto de resplandor */
    font-weight: bold; /* Texto en negrita para mayor visibilidad */
    transform: scale(1.05); /* Aumenta ligeramente el tamaño del producto */
}

.scroll-top {
    display: flex; /* Asegura que el ícono esté centrado */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: fixed;
    bottom: 50%;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(50%); /* Asegura que el botón esté centrado verticalmente */
}

    .scroll-top i {
        position: absolute; /* Esto coloca el ícono de manera absoluta dentro del contenedor */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Esto centra el ícono */
    }

    .scroll-top:hover {
        background-color: #0056b3;
    }

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.scroll-top.bouncing {
    animation: bounce 1s infinite;
}
.category-wrap-2 {
    height: 100%;
    min-height: 300px;
    overflow: hidden;
}

.category-wrap-2 img {
    object-fit: cover;
    z-index: 1;
}

.category-wrap-2 .text {
    z-index: 2;
    color: white;
}

#divCarrousel {
    position: relative;
    height: 50vh;
    overflow: hidden;
}

@media (max-width: 768px) {
    #divCarrousel {
        height: 38vh;
    }
    .product-column-index {
        height: auto;
    }
}

.carousel-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 0;
    transition: opacity 1s ease-in-out;
}

    .carousel-image.active {
        opacity: 1;
        z-index: 1;
    }

.img-fluid-index {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-column-index {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}


@media (max-width: 770px) and (min-width: 50px) {
    .product-column-index {
        height: auto;
    }
}
