/*<editor-fold desc="Top Bar">*/
.top-bar {
    background: #008631;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.top-bar a,
.top-bar a:link,
.top-bar a:active,
.top-bar a:visited {
    color: #fff;
}

.top-bar a:hover {
    color: #fff;
}

.top-bar .nav > li {
    font-size: .9em;
    line-height: 2.2em;
}

.top-bar .nav > .menu-item + .menu-item > a::before {
    margin: 0 1em;
    font-size: .9em;
}

/*</editor-fold>*/

/*<editor-fold desc="Header">*/
header#masthead {
    padding-top: 10px;
    padding-bottom: 0;
}

.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
    margin: 0 auto;
    max-height: 100px;
}

.primary-navigation .nav,
.navbar-primary .nav {
    text-align: center;
}

.primary-navigation .nav > li > a,
.navbar-primary .nav > li > a {
    color: #fff;
}

.site-header-cart .cart-contents .count {
    color: #fff;
    background-color: var(--secondary-color);
}

#menu-navbar-primary li {
    vertical-align: middle;
}

#menu-navbar-primary .header-logo {
    display: none;
    width: 0;
    padding: 0;
}

.stuck #menu-navbar-primary .header-logo {
    display: inline-block;
    width: auto;
    padding: 0 1.6em;
}

#menu-navbar-primary .header-logo img {
    max-width: 200px;
    max-height: 60px;
}

.stuck .primary-navigation:before,
.stuck .navbar-primary:before {
    display: none;
}

.site-header .site-header-cart .precio_total {
    white-space: nowrap;
    color: var(--primary-color);
}

.site-header-cart .cart-contents .amount .price-label {

}

.site-header-cart .cart-contents i {
    color: var(--secondary-color);
}

.site-header-cart .cart-contents svg path {
    fill: #fff;
}

.site-header .header-user {
    flex: 0 0 12%;
    align-items: flex-end;
}

.site-header .header-user a {
    max-width: 120px;
}

.site-header .header-user a {
    font-size: .9em;
    display: flex;
    align-items: center;
}

.site-header .header-user i {
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-right: .3em;
}

.site-header .header-user a span {
    line-height: normal;
}


.menu-principal-wrap {
    background-color: var(--primary-color);
    padding-top: .5em;
    padding-bottom: .5em;
}

.navbar-primary .nav .dropdown-menu .menu-item > a,
.primary-navigation .nav .dropdown-menu .menu-item > a {
    padding: 0.271em 1.229em;
}

.navbar-primary .nav.yamm .dropdown-menu .menu-item .nav-title,
.primary-navigation .nav.yamm .dropdown-menu .menu-item .nav-title {
    margin-bottom: 0;
    min-height: 0;
    padding-top: 0.8em;
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu > li {
    position: relative;
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu li:hover {
    background: var(--secondary-color);
    color: #fff;
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu li:hover > a {
    color: #fff;
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu > li > .dropdown-menu {
    top: 0;
    left: 95%;
    display: block;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu > li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.navbar-primary .nav .menu-item-has-children .menu-item-has-children > a::after,
.primary-navigation .nav .menu-item-has-children .menu-item-has-children > a::after {
    display: block;
    position: absolute;
    color: #00000030;
    right: 9px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.navbar-primary .nav .menu-item-has-children .menu-item-has-children:hover > a::after,
.primary-navigation .nav .menu-item-has-children .menu-item-has-children:hover > a::after {
    color: #fff;
}

#secondary .widget_product_categories .category-single > li > ul:last-child li > .children > li:first-child > a {
    padding-top: 0;
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat > a {
    color: var(--tertiary-color);
}

#secondary .widget_product_categories ul.product-categories li.product_cat > ul > li.current-cat > ul.children {
    padding-top: .5em !important;
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat-parent > a {
    font-weight: 500;
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item > ul.children {
    padding-left: .929em;
}

/*#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item ul {
    background: linear-gradient(90deg, rgba(0, 0, 0, .02) 0%, transparent 7%);
    border-left: 1px solid #ececec;
}*/

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item.current-cat-parent ul {
    padding-top: 0;
    padding-bottom: 0;
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item.current-cat-parent ul li > a {
    padding-top: 0;
    padding-bottom: .5em;
}

@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .site-header .site-header-cart {
            flex: 0 0 17%;
            max-width: 17%;
        }
    }
}

@media (min-width: 1200px) {
    @media (max-width: 1699px) {
        .site-header .site-header-cart {
            flex: 0 0 16%;
            max-width: 16%;
        }
    }
}

@media (min-width: 1400px) {
    @media (max-width: 1589px) {
        .site-header.header-v2 .site-branding {
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
}

@media (max-width: 1024px) {
    .site-header .handheld-header .row {
        justify-content: space-between;
    }

    .site-header .handheld-header .handheld-header-links,
    .site-header .handheld-header .site-branding {
        flex: 0 0 auto;
        max-width: 75%;
        flex-shrink: 1;
    }

    .site-header .handheld-header .handheld-header-links > ul {
        flex-wrap: wrap;
        column-gap: 20px;
        grid-row-gap: 10px;
    }

    .site-header .handheld-header .site-branding {
        max-width: 240px;
        min-width: 170px;
        flex-basis: 25%;
    }

    header#masthead {
        padding-bottom: 1.2em;
    }

    .site-header .handheld-header .handheld-navigation .btn,
    .site-header .handheld-header .handheld-navigation button,
    .site-header .handheld-header .handheld-header-cart-link i,
    .site-header .handheld-header .handheld-header-links ul li a {
        color: var(--primary-color);
    }

    .site-header .handheld-header .stuck .handheld-navigation .btn,
    .site-header .handheld-header .stuck .handheld-navigation button,
    .site-header .handheld-header .stuck .handheld-header-cart-link i,
    .site-header .handheld-header .stuck .handheld-header-links ul li a {
        color: var(--primary-color);
    }

    .site-header .handheld-header .handheld-header-links ul li + li {
        margin: 0;
        padding: 0;
    }

    .site-header .handheld-header .handheld-header-links ul li i.fa-chevron-down {
        font-size: .8em;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Iconos del home">*/
/*
.features-list .features {
    border: 0 none;
}

.features-list .features .feature {
    margin: 0;
}

.features-list .features .feature + .feature {
    border: 0 none;
}

@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .features-list .features .feature {
            flex: 0 0 130px;
            max-width: 130px;
        }
    }
}
*/

.features-list-slick {
    position: relative;
    margin-bottom: .8em;
}

.features-list-slick .features {
    align-items: center;
    margin: 0 10px;
}

.features-list-slick .features .feature {
    padding: 0 5px;
    font-size: 0;
    line-height: 0;
}

.features-list-slick .features .media {
    justify-content: center;
}

.features-list-slick .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;

    color: var(--primary-color);
}

.features-list-slick .prevArrow {
    left: -5px;
}

.features-list-slick .nextArrow {
    right: -5px;
}

.features-list-slick .slick-track {
    margin-left: auto;
    margin-right: auto;
}

/*</editor-fold>*/

/*<editor-fold desc="Banners medio full width">*/
.home-v4-slider {
    margin-bottom: .8em;
}

.home-v4-slider img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.home4-banner .banner img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 1200px) {

    .home4-banner .banner:first-child img {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .home4-banner .banner:last-child img {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}

@media (min-width: 768px) {
    .home4-banner.techmarket-banner .banner.full-width {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Banners Ads Medio">*/
.banners-medio .banners .banner {
    margin-bottom: 15px;
}

.banners-medio .banners .banner a {
    display: block;
}

.banners-medio .banners .banner a img {
    margin: 0 auto;
}

.banners-medio:not(.reverse) .banners .banner.large-banner:first-child {
    padding-left: 15px !important;
}

@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .site-header .navbar-search {
            margin-bottom: 0;
        }

        .site-header .site-header-cart {
            margin-bottom: 0;
        }

        .site-header.header-v2 .row + .sticky-wrapper {
            margin: 1.2em 0 0;
        }
    }
}

@media (min-width: 800px) {

    @media (max-width: 1199px) {
        .banners-medio .banners .banner {
            padding-left: 0;
        }
    }

    .banners-medio.reverse .banners .banner:nth-child(1) {
        order: 2;
    }

    .banners-medio.reverse .banners .banner:nth-child(2) {
        order: 1;
        padding-left: 15px;
    }

    .banners-medio.reverse .banners .banner:nth-child(3) {
        order: 3;
    }

    .banners-medio .banners .banner.small-banner {
        flex: 0 0 25.5%;
        max-width: 25.5%;
    }

    .banners-medio .banners .banner.large-banner + .banner.small-banner:last-child {
        flex: 0 0 25.7%;
        max-width: 25.7%;
    }
}

@media (max-width: 799px) {

    .banners-medio .banners .banner:nth-child(2) {
        padding-right: 7px;
    }

    .banners-medio .banners .banner:nth-child(3) {
        padding-left: 7px;
    }

    .banners-medio .banners .banner.large-banner {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banners-medio .banners .banner.large-banner img {
        width: 100%;
    }

    .banners-medio .banners .banner.small-banner {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .banners-medio .banners .banner.large-banner + .banner.small-banner:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Footer">*/
.site-footer {
    /*background: url("../../img/bg-footer.png") center no-repeat var(--primary-color);
    background-size: cover;*/
    background: #f7f7f7;
}

.site-footer .before-footer-wrap {
    /*background: var(--tertiary-color);*/
    border-bottom: 0px solid var(--primary-color);
    background: #ffffff;
}

.site-footer .before-footer-wrap i,
.site-footer .before-footer-wrap a,
.site-footer .before-footer-wrap h5,
.footer-newsletter .newsletter-marketing-text {
    color: black;
}

.footer-newsletter input[type=text] {
    padding: .7em;
    border-color: var(--primary-color);
    margin-right: -2px;
}

.footer-newsletter input[type=text] + .button,
.footer-newsletter input[type=text] + button {
    padding-top: .65em;
    padding-bottom: .65em;
}


.footer-contact .footer-contact-info .call-us-text svg path {
    fill: var(--tertiary-color);
}

.footer-widgets .columns .widget h4 {
    color: #191919 !important;
}

.footer-widgets .columns .widget ul {
    display: flex;
    flex-direction: column;
    /* max-height: 240px; */
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.footer-widgets .columns .widget ul li {
    flex: 0 0 50%;

}

.footer-widgets .columns .widget ul li a {
    display: inline-block;
    line-height: 1.2em;
    color: #626262;
}

.footer-widgets .columns .widget ul li a:hover {
    text-decoration: underline;
}

.footer-widgets .columns:last-child {
    border: 0 none;
    position: relative;
}

.site-info {
    background: #008631;
    color: #fff;
}

.site-info a {
    color: #fff;
}


@media (min-width: 768px) {

    .footer-widgets .columns:last-child:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 50px;
        height: calc(100% - 120px);
        border-left: 1px solid #bebebe;
    }

    /* .footer-widgets .columns {
        flex: 0 0 50%;
        max-width: 60%;
    } */
}

.footer-newsletter .media-body {
    display: flex;
}

.footer-newsletter .newsletter-body,
.footer-newsletter .newsletter-header {
    float: none;
    white-space: nowrap;
}

.footer-newsletter .media svg {
    width: 40px;
    height: 48px;
    margin-right: 20px;
}

.footer-newsletter .media svg * {
    fill: var(--primary-color);
}

.footer-newsletter .newsletter-body form {
    white-space: nowrap;
}

.site-footer .before-footer-wrap .col-full {
    flex-direction: column;
}

.site-footer .before-footer-wrap .col-full .footer-newsletter {
    margin: 0;
}

@media (max-width: 1024px) {
    .site-footer .before-footer-wrap .col-full {
        flex-direction: column;
    }

    .footer-newsletter .media-body {
        flex-direction: column;
        align-items: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        grid-row-gap: 20px;
    }

    .footer-newsletter .media-body > div {
        flex-direction: column;
        margin: 0;
    }

    .footer-newsletter .media svg {
        margin: 0;
    }

    .footer-newsletter input[type=text] {
        width: 25em;
    }

    .site-footer .before-footer-wrap .col-full .footer-newsletter {
        margin-bottom: 2em;
    }

    .site-footer .before-footer-wrap a {
        display: inline-block;
    }
}

.apps-links h6 {
    color: var(--primary-color);
    font-size: 1em;
}

.apps-links div div {
    display: flex;
}

.apps-links div div a img {
    height: 30px;
}

@media (max-width: 767px) {
    .footer-contact .footer-logo img {
        margin: 0 auto;
    }

    .site-footer .footer-widgets-block .footer-contact {
        text-align: center;
    }

    .footer-contact .footer-contact-info .footer-address-map-link .tm {
        float: none;
    }

    .contact-payment-wrap {
        justify-content: center;
        margin-top: 1em;
    }

    .footer-payment-info .footer-payment-info-title {
        text-align: left;
    }

    .site-footer .footer-widgets-block .footer-widgets {
        text-align: center;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Destacados">*/

.section-products-carousel-tabs .section-header img {
    height: 50px;
}

.section-landscape-product-card-with-gallery .section-header img {
    height: 50px;
}

.section-products-carousel-tabs .section-header h2 {
    color: var(--primary-color);
    font-size: 2em;
    line-height: 1.3em;
    margin: 0;
}


@media (min-width: 768px) {
    .section-products-carousel-tabs .section-header {
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .section-products-carousel-tabs .section-header img {
        margin-left: -10px;
    }
}

.productos-destacados-banner {
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;

    margin-bottom: 2em;
}

.productos-destacados-banner > .col-full > section {
}

.productos-destacados-banner > .col-full > section .section-header {
    border: 0 none;
    padding-top: 2.2em;
}

.productos-destacados-banner > .col-full > section .section-header h2 {
    color: var(--primary-color);
    font-size: 2em;
    line-height: 1.3em;
    margin: 0;
}

.productos-destacados-banner > .col-full > section .section-header .nav {
    display: none;
}

.productos-destacados-banner > .col-full > section .tab-content {
    overflow: hidden;
    background: white;
    padding: 15px 0 0;

    min-height: 164px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4); */
}

@media (min-width: 1140px) {
    .productos-destacados-banner > .col-full > section .tab-content {
        overflow: visible;
        height: 164px;
    }

    .productos-destacados-banner > .col-full > section .tab-content > .tab-pane {
        overflow: hidden;
        padding-right: 2px;
        margin-bottom: -120px;
        padding-bottom: 120px;
    }
}

.productos-destacados-banner .section-products-carousel-tabs .products .slick-dots {
    padding-bottom: 2.375em;
}

@media (max-width: 991px) {
    .productos-destacados-banner .section-products-carousel-tabs {
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .products .product:not(.sale-product-with-timer):not(.landscape-product-widget):not(.list-view-large):not(.list-view):not(.list-view-small):not(.content-landscape-product-card-with-gallery):not(.onsale-product-carousel-with-timer):not(.landscape-product-card-featured):not(.product-carousel-with-timer-gallery):not(.product-category) {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .productos-destacados-banner {
        background-size: auto 40%;
    }

    .productos-destacados-banner > .col-full > section .section-header h2 {
        text-align: center;
    }
}

/*.section-products-carousel-tabs .section-title {
    color: var(--tertiary-color);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: -1px;
}*/

/*.section-products-carousel .section-header,
.section-products-carousel .homepage-section-header,
.deals-carousel-inner-block .section-header,
.deals-carousel-inner-block .homepage-section-header,
.section-products-carousel-tabs .section-header,
.section-products-carousel-tabs .homepage-section-header,
.section-landscape-products-carousel .section-header,
.section-landscape-products-carousel .homepage-section-header,
.section-landscape-products-widget-carousel .section-header,
.section-landscape-products-widget-carousel .homepage-section-header,
.section-single-carousel-with-tab-product .section-single-carousel .section-header,
.section-single-carousel-with-tab-product .section-single-carousel .homepage-section-header,
.featured-brands-block .section-header,
.featured-brands-block .homepage-section-header,
.section-products-carousel-widget-with-tabs .section-brands .section-header,
.section-products-carousel-widget-with-tabs .section-brands .homepage-section-header,
.section-categories-carousel .section-header,
.section-categories-carousel .homepage-section-header {
    border-bottom: 1px solid var(--secondary-color);
}*/

.section-products-carousel-tabs .nav-link {
    font-size: 1em;
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper.full-width {
    flex: 0 0 100%;
    max-width: 100%;
}

.section-landscape-product-card-with-gallery {
    margin-bottom: 2em;
}

.section-landscape-product-card-with-gallery .media {
    align-items: center;
}

.section-landscape-product-card-with-gallery .media .media-body .section-header {
    padding: 0;
    margin: 0;
    font-size: 3em;
}

.section-landscape-product-card-with-gallery .media .media-body .section-header h4 {
    color: #555;
}

.section-landscape-product-card-with-gallery .media .media-body .section-header h2 {
    font-weight: 500;
    margin: 1em auto;
}

.section-landscape-product-card-with-gallery .media .media-body .add_to_cart_button {
    display: inline;
    padding-left: 3em;
    padding-right: 3em;
}

.section-landscape-product-card-with-gallery .products > .slick-list {
    height: 600px;
}

@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .section-landscape-product-card-with-gallery .products > .slick-list {
            height: 510px;
        }
    }
}

@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .section-landscape-product-card-with-gallery .products > .slick-list {
            height: 510px;
        }
    }
}

@media (max-width: 991px) {
    .products .content-landscape-product-card-with-gallery .media,
    .products .product-carousel-with-timer-gallery .media {
        flex-direction: column-reverse;
    }

    .section-landscape-product-card-with-gallery .media .media-body .section-header h4 {
        display: none;
    }

    .section-landscape-product-card-with-gallery .media .media-body .section-header h2 {
        margin-top: 0;
    }

    @media (min-width: 768px) {
        .section-landscape-product-card-with-gallery .products > .slick-list {
            /*height: 800px;*/
            height: auto;
        }
    }
}

@media (max-width: 767px) {
    .section-landscape-product-card-with-gallery .products > .slick-list {
        /*height: 500px;*/
        height: auto;
    }
}

@media (min-width: 992px) {
    .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
    .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .products .content-landscape-product-card-with-gallery .media .media-body,
    .products .product-carousel-with-timer-gallery .media .media-body {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Sucursales">*/
#main .sucursales .imagen {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
    border-radius: 3px;
    margin-bottom: 10px;
}

#main .sucursales .padding p {
    margin-bottom: .6em;
}

/*</editor-fold>*/

/*<editor-fold desc="Body">*/
.ecommercepro-breadcrumb {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.ecommercepro-breadcrumb-responsive {
    display: none;
}

@media (max-width: 1199px) {

    .shop-control-bar {
        margin-bottom: 10px;
    }

    .ecommercepro-breadcrumb-responsive {
        display: block;
        font-size: .9em;
        margin-bottom: 10px;
    }

    .ecommercepro-breadcrumb-responsive a {
        background: #f5f5f5;
        padding: 2px 8px;
        display: inline-block;
        margin: 5px 0;
        border-radius: 4px;
    }

    .ecommercepro-breadcrumb-responsive .delimiter {
        margin: 0 .5em;
        font-size: .7em;
    }

    .ecommercepro-breadcrumb-responsive a:last-child {
        font-weight: 500;
        color: var(--primary-color);
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Productos">*/
.products .product .onsale,
.single-product .single-product-wrapper .product-images-wrapper .onsale {
    background: var(--secondary-color);
}

.products .product:hover .onsale {
    display: block;
}

.shop-control-bar-bottom {
    padding-top: 4em;
}

.single-product .product_title {
    clear: none;
}

.single-product .logo-marca {
    float: none;
}

.single-product .product-actions .price del {
    text-decoration: line-through !important;
}

.products .product .discount,
.single-product .single-product-wrapper .product-images-wrapper .discount {
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
}

.single-product .single-product-wrapper .product-images-wrapper .discount {
    width: 72px;
    height: 72px;
    margin-right: 30px;
    z-index: 10;
}

.products .product .discount svg,
.single-product .single-product-wrapper .product-images-wrapper .discount svg {
    width: 100%;
    height: 100%;
}

#secondary .widget.widget_layered_nav ul li a {
    text-indent: -32px;
    padding-left: 32px;
}

.list-quantity {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
}

input[type="number"].inp-quantity {
    -moz-appearance: textfield;
    border-right: 0 none;
    text-align: right;
    flex: 1 1 0%;
    min-width: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

input[type="number"].inp-quantity::-webkit-outer-spin-button,
input[type="number"].inp-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"].inp-quantity + .input-group-addon {
    background: none;
    text-align: left;
    padding-left: 0;
    width: 25%;
    flex: 1 1 0%;
    background: #fff;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

input[type="number"]:not([data-modo_venta="Kilogramo"]).inp-quantity + .input-group-addon {
    flex: 1 1 15%;
}

.single-product .single-product-meta .cat-and-sku > span {
    display: inline-block;
    margin-right: 20px;
}

.single-product .product-actions form.cart {
    align-items: center !important;
}

.single-product .product-actions form.cart #quantity-input {
    min-width: 40px !important;
}

.single-product .product-actions form.cart .single_add_to_cart_button {
    margin: 0 !important;
    margin-left: 15px !important;
    padding: 18px 90px !important;
}

@media (max-width: 768px) {
    .single-product .product-actions form.cart .single_add_to_cart_button {
        margin: 15px auto !important;
        width: 100%;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Carrito">*/
.formulario .select2-container .select2-selection--single {
    height: 39px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.formulario .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

.formulario .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.select2-dropdown {
    border-color: #ebebeb !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ebebeb !important;
}

/*</editor-fold>*/

/*<editor-fold desc="Buscador autocomplete">*/
.ui-autocomplete {
    /*max-width: 520px;*/
    max-height: 80%;
    max-height: calc(100% - 120px);
    overflow: auto;
    z-index: 1000000;
    border: 1px solid #e7e7e7 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui-autocomplete .ui-menu-item {
    overflow: hidden;
    padding: 0;
}

.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item a:active,
.ui-autocomplete .ui-menu-item a:hover,
.ui-autocomplete .ui-menu-item a:focus {
    background: none;
    border: 0 none;
    color: #333;
    font-size: 14px;
}

.ui-autocomplete .ui-menu-item:hover a {
    background: var(--primary-color);
}

.ui-menu .ui-menu-item .ui-state-active {
    margin: 0;
    background: var(--primary-color);
    color: #fff;
}

.ui-autocomplete .ui-menu-item:hover a {
    color: #fff;
}

.ui-autocomplete .ui-menu-item a img {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.ui-autocomplete .ui-menu-item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.ui-autocomplete .ui-menu-item a > span,
.ui-autocomplete .ui-menu-item a > span:hover {
    display: block;
    padding: 10px;
    vertical-align: middle;
}

.ui-autocomplete .ui-menu-item a span.image {
    width: 60px;
    padding-right: 0;
}

.ui-autocomplete .ui-menu-item a span.info {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    align-items: center;
}

.ui-autocomplete .ui-menu-item a span.info span {
    padding: 1px;
}

.ui-autocomplete .ui-menu-item a span.info span.nombre {
    width: 100%;
}

.ui-autocomplete .ui-menu-item a span.info span.precio {
    color: var(--primary-color);
    font-size: 1.1em;
    font-weight: bold;
}

.ui-autocomplete .ui-menu-item a span.info span.precio-lista {
    color: #ccc;
    text-decoration: line-through;
    margin-left: 10px;
}

.ui-autocomplete .ui-menu-item a span.info .descuento {
    margin-left: 10px;
}

.ui-autocomplete .ui-menu-item:hover a span.info span.precio,
.ui-autocomplete .ui-menu-item:hover a span.info span.precio-lista,
.ui-autocomplete .ui-menu-item a.ui-state-active span.info span.precio,
.ui-autocomplete .ui-menu-item a.ui-state-active span.info span.precio-lista {
    color: #fff;
}

@media (max-width: 1024px) {
    .ui-autocomplete {
        max-width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        left: 0 !important;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Horarios de entrega">*/
#horario-picker-modal {
    z-index: 999999;
}

#tbl-Delivery .disabled,
#tbl-Pickup .disabled {
    opacity: .4 !important;
    text-decoration: line-through;
}

#horario-picker-modal .card {
    border: 0 none;
    margin-bottom: 2px;
    text-align: center;
}

#horario-picker-modal .card .card-header {
    background: #dce2da;
    border: 0 none;
}

#horario-picker-modal .card .card-header {
    -webkit-border-radius: calc(.25rem - 1px) calc(.25rem - 1px);
    -moz-border-radius: calc(.25rem - 1px) calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px);
    padding: 0;
}

#horario-picker-modal .card .card-header a {
    display: block;
    color: #333;
    padding: 0.55rem 1.25rem;
}

#horario-picker-modal .card .card-block {
    padding-left: 0;
    padding-right: 0;
}

#horario-picker-modal .card .card-block label {
    font-size: .9em;
    white-space: nowrap;
}

/*</editor-fold>*/

/*<editor-fold desc="Filtros rangos">*/
.widget_price_filter .ui-slider .ui-slider-handle {
    border: 0;
}

.widget_price_filter .ui-widget.ui-widget-content {
    border: 0;
}

#secondary .widget.widget_price_filter .price_slider .ui-slider-handle {
    top: 0;
}

.widget_price_filter .filter-slider-form {
    display: flex;
    margin-top: 1em;
}

.widget_price_filter .filter-slider-form input {
    text-align: center;
    font-size: 1.3em;
    max-width: 60%;
    margin-right: 10px;
}

#secondary .widget.widget_price_filter {
    margin-bottom: 3.7em;
}

/*</editor-fold>*/

/*<editor-fold desc="Magnific Popup">*/
.mfp-bg,
.mfp-wrap {
    z-index: 9999999;
}

/*</editor-fold>*/

.ui-pnotify {
    z-index: 999999 !important;
}

.title-link {
    color: black !important;
    cursor: pointer !important;
}

.imagen-autor {
    max-height: 200px;
    margin: auto;
    width: auto;
}

.pad-15 {
    padding: 15px;
}

.pad-30 {
    padding: 30px;
}

.card-autor {
    height: 100%;
    align-content: center;
    justify-content: center;
}

.img-blog {
    max-height: 300px;
    width: min-content;
    margin-bottom: 0 !important;
}

.m-0-auto {
    margin: 0 auto;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.autor-desc {
    width: 600px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
}

#products-desc .ui-sortable-handle {
    cursor: move !important;
}

.products .product .price .amount {
    font-size: 1.35em;
}

.price del {
    color: #626060;
}

.mfp-align-center .mfp-content{
    width: auto!important;
}

@media (max-width: 992px) {
    .products .product .hover-area {
        display: block !important;
    }
}
@media (min-width: 1024px){
    .site-header .departments-menu, .site-header .site-branding {
        flex: 0 0 10%;
        max-width: 10%;
    }
    
}
.departments-menu button {
    border: 0px solid #eee !important;
    background: white !important;
}
.dropdown-toggle:after {
  display: none !important;
}
/* header#masthead {
    height: 120px !important;
} */
@media (min-width: 992px){
    .site-header .navbar-search {
        flex-basis: 0;
        flex-grow: 1;
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
}
input#search {
    /* border-radius: 28px !important;
    border: 1px solid #ff0310 !important; */
    border-top-left-radius: 28px!important;
    border-bottom-left-radius: 28px!important;
}
.navbar-search .input-group .input-group-btn {
    font-size: 1.066em !important;
    margin-left: -34px !important;
}
.input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group {
    z-index: 5 !important;
}
.navbar-search button {
    min-width: 3.67em !important;
    border-radius: 30px !important;
    background-color: #ff0310 !important;
    border-color: #ff0310 !important;
}
i.tm.tm-login-register {
    background: #008532 !important;
    padding: 15px;
    border-radius: 30px;
    text-align: center;
    justify-content: center;
    color: white;
}
span.icon-carrito {
    background: #008532 !important;
    padding: 15px;
    border-radius: 25px;
    text-align: center;
    justify-content: center;
}
@media (min-width: 992px){
    .navbar-search button i {
        display: block;
    }
}
.site-header-cart .cart-contents .count {
    top: -22px !important;
    position: relative !important;
    margin-left: -1.4em;
}
.site-header-cart .cart-contents .count {
    background-color: #ff0310;
    color: white;
}
.header-compare i, .header-wishlist i {
    font-size: 1.433em !important;
}
/* .footer-contact .footer-logo img {
    max-width: 210px !important;
    height: 110px !important;
} */
.footer-payment-info {
    margin-top: 160px !important;
}

i.tm.tm-favorites {
    background: #008532 !important;
    padding: 15px;
    border-radius: 25px;
    text-align: center;
    justify-content: center;
    color: white;
}
span#top-cart-wishlist-count {
    top: -8px !important;
    position: relative !important;
    margin-left: -1.4em;
}
span#top-cart-wishlist-count {
    font-size: .933em;
    padding: 0.5em 0;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    line-height: .72;
    font-weight: 400;
    text-align: center;
    /* letter-spacing: -1px; */
    border-radius: 50px;
    /* margin-left: 0.214em; */
    background-color: #ff0310;
    color: white;
}
@media (min-width: 768px) and (max-width: 1199px){
    ul.header-compare.nav, ul.header-wishlist.nav {
        margin-bottom: 0px !important;
    }
}
@media (min-width: 1200px){
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        top: 39px !important;
        position: relative !important;
    }
}
.msg-full-width-inside-main {
    cursor: pointer;
    display: block;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    padding: 5px 15px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background-color: #afc534;
    margin-bottom: 50px;
}
.brands-carousel {
    margin-top: 3em !important;
}
#respond.comment-respond .comment-form .form-submit input[type=submit], #respond.comment-respond .comment-form>p.logged-in-as a, #secondary .widget.widget_rss li .rsswidget, #secondary.sidebar-blog .widget_recent_comments ul li.recentcomments a, .banner-action.button, .banners .banner .banner-bg .caption .price, .btn-outline-primary, .cart-collaterals .shop-features li i, .commentlist .comment #respond .comment-reply-title small a, .commentlist .comment .reply a, .commentlist .pingback #respond .comment-reply-title small a, .features-list .feature i, .features-list .features .feature .media .feature-icon, .footer-widgets .widget.widget_rss li .rsswidget, .footer-widgets.sidebar-blog .widget_recent_comments ul li.recentcomments a, .full-width-banner .banner-bg .button, .home-v1-slider .slider-1 .button, .home-v11-slider .slider-1 .button, .home-v12-slider .slider-1 .button, .home-v2-slider .slider-1 .button, .home-v3-slider .slider-1 .button, .home-v4-slider .slider-1 .button, .home-v5-slider .slider-1 .button, .home-v6-slider .slider-1 .button, .home-v9-slider .slider-1 .button, .landing-v1-slider .slider-1 .button, .landing-v2-slider .slider-1 .button, .pings-list .comment #respond .comment-reply-title small a, .pings-list .comment .reply a, .pings-list .pingback #respond .comment-reply-title small a, .price, .products .product .added_to_cart, .products .product .button, .return-to-shop .button, .section-products-with-image .load-more-button, .section-recent-posts-with-categories .nav .nav-link, .section-recent-posts-with-categories .post-items .post-item .post-info .btn-more, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button, .single-product .accessories .products .product .accessory-checkbox label input, .single-product .ecommercepro-tabs .wc-tabs li a.active, .single-product .ecommercepro-tabs .wc-tabs li.active a, .single-product .single_add_to_cart_button, .single-product .techmarket-tabs .tm-tabs li a.active, .single-product .techmarket-tabs .tm-tabs li.active a, .site-content .home-v6-slider .slider-1 .caption .offer-price, .site-content .home-v9-slider .slider-1 .button, .table-compare tbody tr td .button, .wcmp_main_page .wcmp_displaybox2 h3, .wcmp_main_page .wcmp_displaybox3 h3, .wcmp_main_page .wcmp_main_holder .wcmp_dashboard_display_box h3, .wcmp_main_page .wcmp_main_menu ul li a.active, .wcmp_main_page .wcmp_main_menu ul li a:hover, .wcv-header-container~h3 a, .widget_techmarket_banner_widget .banner .banner-bg .caption .price, .widget_techmarket_poster_widget .poster-bg .caption .button:hover, article .post-readmore .btn-primary, article.post .post-readmore .btn-primary, article.post.category-more-tag a[target=_blank], article.post.format-link .entry-content p a {
    color: #4a8340;
}
#payment .place-order .button, #respond.comment-respond .comment-form .form-submit input[type=submit], .about-accordion .card .card-header h5>a:not(.collapsed) i, .about-accordion .kc-section-active .kc_accordion_header.ui-state-active a i, .about-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title i, .banner-action.button, .btn-primary, .cart-collaterals .checkout-button, .col-2-full-width-banner .banner .banner-bg .caption .banner-action.button:hover, .contact-form .form-group input[type=button], .contact-form .form-group input[type=submit], .contact-page-title:after, .dokan-btn-danger, .dokan-btn-danger:focus, .dokan-btn-danger:hover, .dokan-btn-theme, .dokan-btn-theme:focus, .dokan-btn-theme:hover, .ecommercepro-wishlist table.cart .product-add-to-cart a.button, .full-width-banner .banner-bg .button, .header-v1 .departments-menu button, .header-v4 .departments-menu>.dropdown-menu .menu-item-has-children>.dropdown-menu, .header-v4 .departments-menu>.dropdown-menu>li, .home-v9-full-banner.full-width-banner .banner-bg .caption .banner-action.button:hover, .navbar-search .btn-secondary, .products .product .added_to_cart, .products .product .added_to_cart:hover, .products .product .button, .products .product .button:hover, .products .sale-product-with-timer, .products .sale-product-with-timer:hover, .return-to-shop .button, .return-to-shop .button:hover, .section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link.active:after, .section-6-1-6-products-tabs ul.nav .nav-link.active:after, .section-categories-filter .products .product-type-simple .button:hover, .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block, .section-landscape-full-product-cards-carousel .section-title::before, .section-media-single-banner .button, .section-product-cards-carousel-tabs .nav .nav-link.active:after, .section-product-carousel-with-featured-product.type-2 .section-title::before, .section-products-carousel-tabs .nav-link.active::after, .section-products-carousel-with-vertical-tabs .section-title:before, .section-products-tabs .section-products-tabs-wrap>.button:hover, .select2-container .select2-drop-active, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:focus, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:hover, .single-product .single_add_to_cart_button, .site-content .home-v1-slider .slider-1 .button:hover, .site-content .home-v11-slider .slider-1 .button:hover, .site-content .home-v12-slider .slider-1 .button:hover, .site-content .home-v2-slider .slider-1 .button:hover, .site-content .home-v3-slider .slider-1 .button:hover, .site-content .home-v4-slider .slider-1 .button:hover, .site-content .home-v5-slider .slider-1 .button:hover, .site-content .home-v6-slider .slider-1 .button:hover, .site-content .home-v7-slider .slider-1 .button:hover, .site-content .home-v8-slider .slider-1 .button:hover, .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 .button:hover, .site-content .landing-v1-slider .slider-1 .button:hover, .site-content .landing-v2-slider .slider-1 .button:hover, .table-compare tbody tr td .button, .table-compare tbody tr td .button:hover, .wcmp_main_page .wcmp_ass_btn, .wcv-header-container~h3 a, .wcv-header-container~h3 a:hover, .wcvendors-pro-dashboard-wrapper .wcv-grid nav.wcv-navigation ul li.active a:after, .widget_techmarket_poster_widget .poster-bg .caption .button, a.dokan-btn-danger, a.dokan-btn-danger:focus, a.dokan-btn-danger:hover, a.dokan-btn-theme, a.dokan-btn-theme:focus, a.dokan-btn-theme:hover, article .post-readmore .btn-primary, article.post .post-readmore .btn-primary, input[type=submit].dokan-btn-danger, input[type=submit].dokan-btn-danger:focus, input[type=submit].dokan-btn-danger:hover, input[type=submit].dokan-btn-theme, input[type=submit].dokan-btn-theme:focus, input[type=submit].dokan-btn-theme:hover, table.cart td.actions div.coupon .button {
    border-color: #bf0219;
}
#payment .place-order .button, #respond.comment-respond .comment-form .form-submit input[type=submit]:hover, #scrollUp, #secondary.sidebar-blog .widget .section-header .section-title:after, #secondary.sidebar-blog .widget .widget-title:after, #secondary.sidebar-blog .widget_tag_cloud .tagcloud a:hover, .about-accordion .card .card-header h5>a:not(.collapsed) i, .added_to_cart, .banner-action.button:hover, .banners-v2 .banner-action.button, .btn-primary, .button, .cart-collaterals .checkout-button, .comment-reply-title:after, .comments-title:after, .contact-form .form-group input[type=button], .contact-form .form-group input[type=submit], .contact-page-title:after, .deal-progress .progress-bar, .dokan-btn-danger, .dokan-btn-danger:focus, .dokan-btn-danger:hover, .dokan-btn-theme, .dokan-btn-theme:focus, .dokan-btn-theme:hover, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, .ecommercepro-wishlist table.cart .product-add-to-cart a.button, .fullwidth-notice, .header-v1 .departments-menu button, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck, .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck, .home-v1-slider .custom.tp-bullets .tp-bullet.selected, .home-v2-slider .custom.tp-bullets .tp-bullet.selected, .home-v3-banner-with-products-carousel .banner .banner-action.button, .home-v3-slider .custom.tp-bullets .tp-bullet.selected, .home-v4-slider .custom.tp-bullets .tp-bullet.selected, .home-v5-slider .custom.tp-bullets .tp-bullet.selected, .home-v6-slider .custom.tp-bullets .tp-bullet.selected, .navbar-primary .nav .techmarket-flex-more-menu-item>a::after, .navbar-search .btn-secondary, .pace .pace-progress, .pings-title:after, .primary-navigation .nav .techmarket-flex-more-menu-item>a::after, .products .product .added_to_cart:hover, .products .product .button:hover, .products .product-carousel-with-timer-gallery .button, .return-to-shop .button:hover, .secondary-navigation .nav .techmarket-flex-more-menu-item>a::after, .section-categories-filter .products .product-type-simple .button:hover, .section-landscape-products-widget-carousel.type-3 .section-header:after, .section-media-single-banner .button, .section-products-tabs .section-products-tabs-wrap>.button:hover, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:focus, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:hover, .single-product .single_add_to_cart_button:hover, .site-content .home-v1-slider .slider-1 .button:hover, .site-content .home-v11-slider .slider-1 .button:hover, .site-content .home-v12-slider .slider-1 .button:hover, .site-content .home-v2-slider .slider-1 .button:hover, .site-content .home-v3-slider .slider-1 .button:hover, .site-content .home-v4-slider .slider-1 .button:hover, .site-content .home-v5-slider .slider-1 .button:hover, .site-content .home-v6-slider .slider-1 .button:hover, .site-content .home-v7-slider .slider-1 .button:hover, .site-content .home-v8-slider .slider-1 .button:hover, .site-content .home-v9-slider .slider-1 .button:hover, .site-content .landing-v1-slider .slider-1 .button:hover, .site-content .landing-v2-slider .slider-1 .button:hover, .site-header .handheld-header .handheld-header-cart-link .count, .site-header.header-v10 .stretched-row, .site-header.header-v4, .site-header.header-v5, .slick-dots li.slick-active button:before, .table-compare tbody tr td .button:hover, .top-bar.top-bar-v4, .wcmp_main_page .wcmp_main_holder .wcmp_headding1 button, .wcmp_main_page .wcmp_main_menu ul li ul li a.active2, .wcmp_main_page .wcmp_main_menu ul li.hasmenu ul.submenu li.active a, .wcmp_regi_main .register p.ecommercepro-FormRow input, .wcv-header-container~h3 a:hover, .widget.widget_tag_cloud .tagcloud a:focus, .widget.widget_tag_cloud .tagcloud a:hover, .widget_shopping_cart .buttons a:first-child, .widget_shopping_cart_content .buttons a:first-child, a.dokan-btn-danger, a.dokan-btn-danger:focus, a.dokan-btn-danger:hover, a.dokan-btn-theme, a.dokan-btn-theme:focus, a.dokan-btn-theme:hover, article .more-link, article .post-readmore .btn-primary:hover, article.post .more-link, article.post .post-readmore .btn-primary:hover , input[type=button], input[type=reset], input[type=submit], input[type=submit].dokan-btn-danger, input[type=submit].dokan-btn-danger:focus, input[type=submit].dokan-btn-danger:hover, input[type=submit].dokan-btn-theme, input[type=submit].dokan-btn-theme:focus, input[type=submit].dokan-btn-theme:hover, table.cart td.actions div.coupon .button {
    background-color: #008532 !important;
}
#respond.comment-respond .comment-form .form-submit input[type=submit], #respond.comment-respond .comment-form>p.logged-in-as a, #secondary .widget.widget_rss li .rsswidget, #secondary.sidebar-blog .widget_recent_comments ul li.recentcomments a, .banner-action.button, .banners .banner .banner-bg .caption .price, .cart-collaterals .shop-features li i, .commentlist .comment #respond .comment-reply-title small a, .commentlist .comment .reply a, .commentlist .pingback #respond .comment-reply-title small a, .features-list .feature i, .features-list .features .feature .media .feature-icon, .footer-widgets .widget.widget_rss li .rsswidget, .footer-widgets.sidebar-blog .widget_recent_comments ul li.recentcomments a, .full-width-banner .banner-bg .button, .home-v1-slider .slider-1 .button, .home-v11-slider .slider-1 .button, .home-v12-slider .slider-1 .button, .home-v2-slider .slider-1 .button, .home-v3-slider .slider-1 .button, .home-v4-slider .slider-1 .button, .home-v5-slider .slider-1 .button, .home-v6-slider .slider-1 .button, .home-v9-slider .slider-1 .button, .landing-v1-slider .slider-1 .button, .landing-v2-slider .slider-1 .button, .pings-list .comment #respond .comment-reply-title small a, .pings-list .comment .reply a, .pings-list .pingback #respond .comment-reply-title small a, .price, .products .product .added_to_cart, .products .product .button, .return-to-shop .button, .section-products-with-image .load-more-button, .section-recent-posts-with-categories .nav .nav-link, .section-recent-posts-with-categories .post-items .post-item .post-info .btn-more, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button, .single-product .accessories .products .product .accessory-checkbox label input, .single-product .ecommercepro-tabs .wc-tabs li a.active, .single-product .ecommercepro-tabs .wc-tabs li.active a, .single-product .single_add_to_cart_button, .single-product .techmarket-tabs .tm-tabs li a.active, .single-product .techmarket-tabs .tm-tabs li.active a, .site-content .home-v6-slider .slider-1 .caption .offer-price, .site-content .home-v9-slider .slider-1 .button, .table-compare tbody tr td .button, .wcmp_main_page .wcmp_displaybox2 h3, .wcmp_main_page .wcmp_displaybox3 h3, .wcmp_main_page .wcmp_main_holder .wcmp_dashboard_display_box h3, .wcmp_main_page .wcmp_main_menu ul li a.active, .wcmp_main_page .wcmp_main_menu ul li a:hover, .wcv-header-container~h3 a, .widget_techmarket_banner_widget .banner .banner-bg .caption .price, .widget_techmarket_poster_widget .poster-bg .caption .button:hover, article .post-readmore .btn-primary, article.post .post-readmore .btn-primary, article.post.category-more-tag a[target=_blank], article.post.format-link .entry-content p a {
    color: white;
}
@media (min-width: 992px){
.bannermedio1 img{
    height: 250px !important;
    width: 100% !important; 
    object-fit: cover !important;
    border-radius: 20px !important;
}
}
.section-landscape-full-product-cards-carousel .section-title {
    color: white !important;
}
.product-list-image img:not(.loaded) {
    height: 100% !important;
   padding: 0 0 0%!important;  
    opacity: 1 !important;
}
.product-categories .products .product-category .product-list-image-wrapper .product-list-image-inner{
      background: transparent !important;
}
h2.ecommercepro-loop-category__title2 {
    font-size: 16px !important;
    color: #000000 !important;
}
ul#menu-departments-menu{
    left: -90% !important;
    width: 300px !important;
}
.departments-menu>.dropdown-menu::before {
    left: 64% !important;
}
.navbar-search input[type=text]{
    border-left: 2px solid #ff0310 !important;
    border-top: 2px solid #ff0310 !important;
    border-bottom: 2px solid #ff0310 !important;
}
.navbar-search .search-categories {
    background-color: transparent;
    border: 2px solid #ff0310;
    border-right: none;
    border-left: none;
}
.media-body.bodypri {
    align-items: center;
}
.buttonenviar{
    background-color: #00843a !important;
}
.footer-social-icons .sm-icon-label-link i{
    color: red !important;
}
@media (min-width: 992px){
.col-md-6.colpagos {
    flex: 0 0 45% !important;
    max-width: 45% !important;
}
}
img.payment-icon-image {
    width: 210px !important;
}
.site-footer .footer-widgets-block {
    margin-bottom: 2em !important;
    padding-top: 0em !important;
}
.site-footer .before-footer-wrap {
    padding-top: 1.001em !important;
}
.site-header-cart {
    margin-left: 0em !important;
}
.site-header-cart .cart-contents {
    justify-content:center !important;
}
@media (min-width: 1200px) and (max-width: 1699px){
    .site-header .site-header-cart {
        flex: 0 0 9.5402299167% !important;
        max-width: 9.5402299167% !important;
    }
}
@media  (min-width: 992px) and (max-width: 1199px){
    .site-header .site-header-cart {
        flex: 0 0 12% !important;
        max-width: 12% !important;
    }
}
.price{
    color: #4a8340 !important;
}
@media (max-width: 2500px) {
    .products .porcentajeproductos {
        min-height: 0px;
        border: 0px solid #f0f0f0;
        background: none;
        padding: 0px 0px 0px 0px !important;
    }
}
.fontdescuento {
    font-size: 30px;
    height: 100px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold;
}
.btn {
    border-radius: 25px;
}
.product.porcentajeproductos {
    margin: 0.2em;
}
.square-color {
    width: 25px;
    height: 20px;
    display: block;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #fff;
}
.categoriasdropdown {
    /* color: #333440 !important; */
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 0px !important;
    border-left: 5px solid #e10b17;
}
.categoriasdropdown:hover{
    border-left: 5px solid black !important;
}
.site-header.header-v9 .site-branding {
    margin-bottom: 5px;
}
@media (max-width: 992px) {
.banners{
    margin-bottom: 1em !important;
}
.section-products-carousel-tabs .products .slick-dots {
    padding-bottom: 1em !important;
}
.title-link {
    font-size: 20px;
}
.ecommercepro.columns-6 {
    font-size: 12px;
}
.footer-contact .footer-logo {
    margin-bottom: 1em !important;
}
.footer-payment-info {
    margin-top: 10px !important;
}
.site-footer .footer-widgets-block .footer-contact, .site-footer .footer-widgets-block .footer-widgets .columns {
    padding-top: 1em !important;
}
.site-footer .before-footer-wrap{
    padding-bottom: 0em !important;
}
}
.products .product .onsale{
    left: 0 !important;
    right: auto !important;
}
.yith-wcwl-add-to-wishlist.agregado .add_to_wishlist:before {
    content: "\f004";
    color: #4a8340 !important;
    font-family: 'FontAwesome';
}
.yith-wcwl-add-to-wishlist {
    display: block !important;
}
@media (max-width: 1169px) {
    .yith-wcwl-add-to-wishlist .add_to_wishlist::before {

        right: 0 !important;
        left: auto !important;
    }
}
.btn-outline-primary{
    color: black !important;
}
.btn-outline-primary:hover{
    color: white !important;
}
@media (max-width: 1023px) {
    .shop-control-bar {
        background-color: #008532;
        border-top: 1px solid #ebebeb;
    }
    h2.ecommercepro-loop-category__title2 {
        font-size: 12px !important;
    }
}
a.sm-icon-label-link.nav-link {
    display: flex !important;
}
@media (max-width: 1024px) {
    .handheld-navigation.toggled > .handheld-navigation-menu {
        height: 100vh;
    }
}
@media (max-width: 780px) {
    .titlecategoria{
        font-size: 18px !important;
        }
    }