/* Coorporacion Mercantil*/
/* .border-left {
    border-left: solid;
    border-left-width: 1px;
    border-left-color: grey;
}

.border-right {
    border-right: solid;
    border-right-width: 1px;
    border-right-color: grey;
} */

/* .top-bar .nav > li > a {
    color: white;
} */

.price-label {
    color: white;
}

#site-header-cart .precio_total,
#site-header-cart .amount {
    color: white;
}

/*<editor-fold desc="Top Bar">*/
.top-bar {
    background: #fec90b;
}

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

.top-bar a:hover {
    color: black;
}

.top-bar .col-full {
    flex-direction: row;
    justify-content: space-between;
}

/*</editor-fold>*/

/*<editor-fold desc="Header">*/
header#masthead {
    background: black;
    padding-top: 1em;
}

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

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

.primary-navigation:before,
.navbar-primary:before {
    content: ' ';
    border-top: 0px solid #324560;
    position: absolute;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-top: -12px;
}

.primary-navigation .nav > li > a,
.navbar-primary .nav > li > a {
    text-transform: none;
    font-weight: normal;
}

.site-header-cart .cart-contents .count {
    color: #fff;
    background-color: #fec90b;
}

.site-header .handheld-header .handheld-header-cart-link .count {
    background-color: var(--secondary-color);
}

.font-color-white {
    color: white;
}

.navbar-search button {
    border-color: #fec90b;
    background-color: #fec90b;
}

.navbar-search button:hover {
    border-color: #fec90b;
    background-color: #fec90b;
}

#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-height: 60px;
}

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

.site-header .site-header-cart .precio_total {
    white-space: nowrap;
}

#menu-top-bar-left .menu-item a {
    color: white;
}

#menu-top-bar-left .menu-item a > * {
    vertical-align: middle;
}

#menu-top-bar-left .menu-item .dropdown-menu li:hover {
    background: #f0f0f0;
}

#menu-top-bar-left .menu-item .dropdown-menu a {
    color: #fec90b;
    padding: 0 10px;
}

#masthead .desktop-only .navbar-search {
    margin: 0;
}

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

.site-header-cart .cart-contents .amount .price-label {
    color: white;
}

.site-header-cart .cart-contents,
.navbar-primary .nav > li > a,
.primary-navigation .nav > li > a {
    color: white;
}

@media (min-width: 768px) {
    .site-header .site-header-cart {
        flex: 0 0 175px !important;
        max-width: 175px !important;
    }
}

/* @media (min-width: 1025px) {
    .site-header.header-v2 .site-branding {
        flex: 0 0 280px !important;
        max-width: 280px !important;
        
    }
} */
@media (min-width: 1400px) {
    .site-header.header-v2 .site-branding {
right: 3%;
    }
}
@media (max-width: 1024px) {

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

    /* .site-header .handheld-header .stuck .handheld-navigation .btn,
    .site-header .handheld-header .stuck .handheld-navigation button,
    .site-header .handheld-header .stuck .handheld-header-links ul li a,
    .site-header .handheld-header .stuck .handheld-header-cart-link i {
        color: #fff;
    } */
}

/* .sticky-wrapper .techmarket-sticky-wrap.stuck {
    background: black;
} */

/*</editor-fold>*/

/*<editor-fold desc="Body">*/
/*.site-content {
    margin-top: 15px;
}*/

.page-template-template-homepage-v7 .site-content {
    margin-top: 0;
}

.features-list .features .feature .media .media-body {
    text-align: left;
}

.site-footer {
    background: #000000;
}

.site-footer .before-footer-wrap {
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);
}

.footer-newsletter {
    margin: 0 auto;
}

.footer-newsletter .media {
    align-items: flex-start;
}

.footer-newsletter .media img {
    height: 40px;
    margin-right: 1em;
}

.footer-newsletter .footer-newsletter-icon,
.footer-newsletter .newsletter-header .newsletter-title {
    color: black;
}

.footer-newsletter .newsletter-header .newsletter-title {
    height: 28px;
    line-height: normal;
    margin: 0;
}

.footer-newsletter .newsletter-marketing-text {
    color: black;
}

.footer-newsletter button {
    background-color: #fec90b;

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

.footer-newsletter button:hover {
    background-color: var(--secondary-color-d4);
}

.footer-newsletter input[type=text] {
    border-color: #bcbcbc;
}

.footer-social-icons {
    margin-top: 2em;
}

.footer-social-icons .social-icons.nav {
    justify-content: center;
}

.woocommerce-breadcrumb {
    font-size: .8em;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span.delimiter + a {
    display: inline-block;
    padding: 0.3em 1.067em;
    margin-bottom: 0.6em;
}

.product-categories .products .product-category .product-list-image-wrapper .product-list-image-inner {
    border: 2px solid #fec90b;
}

.contact-payment-wrap .footer-payment-info .list-payment-icons .payment-icon-image {
    width: auto;
}

.cart-collaterals .cart_totals,
.order-review-wrapper {
    border: 2px solid #fec90b;
}

.footer-social-icons .sm-icon-label-link i {
    color: black;
}

#scrollUp {
    bottom: 50px;
}

#chat-icons {
    margin-bottom: 115px !important;
}

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

#secondary .widget_product_categories ul li:first-child > a > strong {
    color: #fec90b;
}

.section-categories-carousel.section-top-categories .section-title,
.section-products-carousel-tabs .section-title {
    color: black;
}

.section-products-carousel-tabs .nav-link {
    color: black;
}

@media (min-width: 1025px) {
    .tm-mega-menu {
        display: block;
    }

    .tm-mega-menu .widget {
        float: left;
        min-height: 250px;
    }

    .tm-mega-menu .widget_nav_menu ul li {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .site-header.header-v2 .row + .sticky-wrapper,
        .site-header.header-v2 .row + .row {
            margin-top: 1.3em;
        }
    }
}

@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .site-header .site-logo-anchor img,
        .site-header .site-logo-link img,
        .site-header .custom-logo-link img {
            max-height: 55px;
            margin-top: -18px;
        }
    }
}

@media (min-width: 1200px) {
    .features-list .features .feature {
        flex-basis: auto;
        /*flex-grow: unset;*/
        width: auto;
    }

    /*.single-product .product-actions form.cart {*/
    /*width: 100%;*/
    /*}*/
    /*.single-product .product-actions form.cart .single_add_to_cart_button {*/
    /*flex-grow: 1;*/
    /*margin-left: 30px;*/
    /*margin-right: 0;*/
    /*padding: 18px 0;*/
    /*}*/

}

@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
            flex: 0 0 26.6666666667%;
            max-width: 26.6666666667%;
        }

        .section-products-carousel-widget-with-tabs .products-carousel-with-brands + .products-carousel-tabs-block {
            flex: 0 0 73.3333333333%;
            max-width: 73.3333333333%;
        }
    }
}

@media (max-width: 767px) {

    .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        display: none;
    }

    .section-products-carousel-widget-with-tabs .products-carousel-with-brands + .products-carousel-tabs-block {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img,
    .site-header .custom-logo-link img {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .single-product .woocommerce-product-details__short-description p,
        .single-product .woocommerce-product-details__short-description ul,
        .single-product div[itemprop=description] p,
        .single-product div[itemprop=description] ul {
            max-height: none;
            overflow: visible;
        }
    }
}

@media (max-width: 700px) {
    .footer-newsletter .media {
        flex-direction: column;
        align-items: center;
    }

    .footer-newsletter .media img {
        margin: 0 0 1em;
    }

    .footer-newsletter .newsletter-header .newsletter-title {
        text-align: center;
    }

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

/*</editor-fold>*/

/*<editor-fold desc="Footer">*/
.site-info {
    color: black;
    background: #fec90b;
}

.site-info a,
.site-info a:link,
.site-info a:hover,
.site-info a:active,
.site-info a:visited {
    color: black;
}

.site-footer .footer-widgets-block {
    font-size: .9em;
}

.footer-contact .footer-logo img {

    margin: 0 auto;
}

.footer-contact .footer-contact-info .call-us-text {
    font-size: 1.2em;
    color: white;
}

.footer-widgets .columns:last-child .widget {
    margin-left: .5em;
    margin-bottom: 0;
}

.before-footer-wrap {
    background: #fff;
}

@media (min-width: 768px) {
    .footer-widgets {
        flex-wrap: nowrap;
    }

    .footer-widgets .columns {
        flex: unset;
        max-width: 100%;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Detalle del producto">*/
.single-product .single-product-header {
    margin-bottom: .5em;
}

.single-product .single-product-meta {
    padding-bottom: .5em;
}

.single-product .single-product-meta .logo-marca img {
    max-height: 70px;
}

/*</editor-fold>*/

/* =================================================== */

/*<editor-fold desc="Max Width">*/

/*@media (max-width: 1800px) and (min-width: 1700px) {
    .site-header.header-v1 .primary-navigation {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (min-width: 1590px) {
    .site-header .primary-navigation {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .site-header .departments-menu, .site-header .site-branding {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .site-header .departments-menu {
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%;
    }

    ul.header-compare.nav, ul.header-wishlist.nav {
        margin-left: 1.333em;
    }

    #content #primary {
        flex: 0 0 78.3333333333%;
        max-width: 78.3333333333%;
        order: 2;
    }

    #content #secondary {
        flex: 0 0 21.6666666667%;
        max-width: 21.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-full {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: .5em !important;
        padding-right: .5em !important;
    }

}

@media (min-width: 1240px) {
    .col-full {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
*/
/*</editor-fold>*/

.payment-icon-image {
    max-width: 180px;
}

.footer-payment-info {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .site-footer .footer-widgets-block {
        padding-top: 2em;
    }

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

    .site-footer .footer-widgets-block .footer-logo {
        margin-bottom: 2em;
    }

    .site-footer .footer-widgets-block .footer-contact .col-md-6 {
        margin-bottom: 2em;
    }

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

    .footer-payment-info .media .media-left {
        display: none;

    }
}

/*======= Nuevo =========*/
.tabs-background-gray.section-products-carousel-tabs .nav-link.active::after {
    border-color: #e81414 !important;
}

.tabs-background-gray .tab-content, .tabs-background-gray .product, .tabs-background-gray .hover-area {
    background: #e7e7e7 !important;
}

.tabs-background-gray .products .product:hover {
    border-color: transparent;
}

.tabs-background-gray .price {
    color: #e81414;
}

.tabs-background-gray .products .product .button {
    border-color: #20395e;
    color: #20395e;
}

.tabs-background-gray .products .product .button:hover {
    background-color: #20395e;
    color: white;
}

.tabs-background-gray .tab-content {
    width: 110% !important;
    margin-left: -5%;
    margin-bottom: 2%;

}

.tabs-background-gray.section-products-carousel .section-header, .tabs-background-gray.section-products-carousel-tabs .section-header {
    margin-bottom: 0 !important;
}

.tabs-background-gray.section-products-carousel .products .product.slick-active::after, .tabs-background-gray.section-products-carousel-tabs .products .product.slick-active::after {
    background-color: #d9cfa5;
}

.tabs-background-gray .products .product:focus .hover-area, .tabs-background-gray .products .product:hover .hover-area {
    border-color: transparent;
}

.footer-widgets .columns:last-child {
    border-left: transparent;
}

.site-footer .before-footer-wrap {
    border-bottom: 2px solid #ceedf4;
    box-shadow: none;
}

.tabs-background-gray .tab-pane {
    margin-left: 2%;
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item ul li a {
    padding: .3em 0;
}

.section-landscape-full-product-cards-carousel .section-title {
    color: #fff;
}

.section-landscape-full-product-cards-carousel .section-title:before {
    border-color: #fff;
}

/*<editor-fold desc="Detalle del producto">*/
.single-product .single-product-header {
    margin-bottom: .5em;
}

.single-product .single-product-meta {
    padding-bottom: .5em;
}

.single-product .single-product-meta .logo-marca img {
    max-height: 70px;
}

.price del {
    text-decoration-color: rgba(255, 0, 0, .3);
}

/*</editor-fold>*/

@media (max-width: 1399px) {
    .brands-carousel {
        margin-left: auto;
        left: auto;
        width: auto;
    }
}

/*<editor-fold desc="Input cantidad">*/
input[type="number"].inp-quantity::-webkit-outer-spin-button,
input[type="number"].inp-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].inp-quantity {
    -moz-appearance: textfield;
    border-right: 0 none;
    text-align: right;
    flex: 1 1 0%;
    min-width: 0;
}

input[type="number"].inp-quantity + .input-group-addon {
    background: none;
    text-align: left;
    padding-left: 0;
    width: 25%;
    flex: 1 1 0%;

    -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;
}

.product-quantity input[type="number"].inp-quantity + .input-group-addon,
.single-product-wrapper input[type="number"].inp-quantity + .input-group-addon {
    border-color: #ebebeb;
}

/*input[type="number"][data-modo_venta="Kilogramo"].inp-quantity {
    flex: 1 1 15%;
    min-width: 70px;
}

.input-group-sm input[type="number"][data-modo_venta="Kilogramo"].inp-quantity {
    min-width: 62px;
}*/

input[type="number"][data-decimals="2"].inp-quantity {
    flex: 1 1 15%;
    min-width: 70px;
}

.input-group-sm input[type="number"][data-decimals="2"].inp-quantity {
    min-width: 62px;
}

input[type="number"][data-decimals="1"].inp-quantity {
    flex: 1 1 15%;
    min-width: 60px;
}

.input-group-sm input[type="number"][data-decimals="1"].inp-quantity {
    min-width: 52px;
}

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

input[type="number"].inp-quantity:focus + .input-group-addon {
    border-color: #5cb3fd;
}

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

input[type="number"].inp-quantity {
    visibility: hidden;
}

.bootstrap-touchspin input[type="number"].inp-quantity {
    visibility: visible;
}

.quantity-equivalent {
    text-align: center;
}

.quantity-equivalent.small {
    font-size: .8em;
}

/*</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: 0px !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>*/

#categories-carousel-1 .section-header{
    display: block;
    border-bottom: none;
}
.products .product .woocommerce-loop-product__title,
.products .product h2, .products .product h3{
    max-height: 60px;
    font-size: 1.03em;
}
.navbar-primary .nav .dropdown-menu .menu-item>a,
.primary-navigation .nav .dropdown-menu .menu-item>a{
    padding: .471em .471em;
    font-size: .9em;
    white-space: initial;
}

.yith-wcwl-add-to-wishlist.agregado {
    display: block;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
    font-family: FontAwesome;
    content: '\f08a';
    color: #777;
}
.yith-wcwl-add-to-wishlist.agregado .add_to_wishlist:before {
    content: '\f004';
    color: var(--secondary-color);
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
    content: '\f004';
    color: #777;
}
.header-wishlist li a{
    color: black;
}
.header-wishlist li a:hover{
    color: var(--secondary-color);
}
.site-header-cart .cart-contents:hover,
.site-header-cart .cart-contents i:hover{
    color: var(--secondary-color);
}

.products .product .onsale{
    background-color: var(--secondary-color);
}
.yith-wcwl-add-to-wishlist .add_to_wishlist{
    top: 30px;
}
.products .product:hover .onsale {
    display: block!important;
}
.single-product .single-product-wrapper .product-images-wrapper .onsale{
    background-color: var(--secondary-color)!important;
}



#secondary .widget_product_categories .product-categories, #secondary .widget_product_categories .widget-title+ul {
    background: #fec90b;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat li.product_cat span{
    background-color: black;
}
#secondary .widget_product_categories ul.product-categories li.product_cat span{
    background-color: black;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
/* #secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a{
    color: #fff;
} */
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item.current-cat a,
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item.current-cat-parent a{
    /* color: #fff; */
    background-color: black;
    margin-top: -0.2em;
    padding-left: 0.7em;
    padding-left: 0.7em;
    width: 100%;
    margin: auto;
}
#secondary .widget_product_categories ul li:first-child > a > strong {
    color: #fff;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item.current-cat .children a{
    background-color: transparent;
    margin: 0;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item.current-cat-parent .children a{
    background-color: transparent;
    margin: 0;
}
#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown .child-indicator i{
    color: #fff;
}
#secondary .widget_product_categories .category-single.product-categories li.product_cat ul+ul li.cat-item ul.children li.cat-item.current-cat:first-child a{
    width: 100%;
    color: var(--secondary-color);
    border-bottom: 3px solid var(--secondary-color);
}
#secondary .widget_product_categories .category-single.product-categories li.product_cat ul+ul li.cat-item ul.children li.cat-item.current-cat:first-child a+ul>li{
    color: #fff;
    border-bottom: none!important;
}
#secondary .widget_product_categories .category-single.product-categories li.product_cat ul+ul li.cat-item ul.children li.cat-item.current-cat a+ul>li>a{
    color: black!important;
}
#secondary .widget_product_categories .category-single.product-categories li.product_cat ul+ul li.cat-item ul.children li.cat-item.current-cat a{
    color: black!important;
    border-bottom: 3px solid black!important;
}
#secondary .widget_product_categories .category-single.product-categories li.product_cat ul+ul li.cat-item ul.children li.cat-item.current-cat a+ul>li,
#secondary .widget_product_categories .category-single.product-categories li.product_cat ul+ul li.cat-item ul.children li.cat-item.current-cat a+ul>li>a{
    border-bottom: none!important;
}
#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item ul li a{
    border-bottom: none!important;
}

.single-product .single-product-wrapper .product-actions-wrapper .product-actions [type=radio]:checked+label:before, 
.single-product .single-product-wrapper .product-actions-wrapper .product-actions [type=radio]:not(:checked)+label:before{
    display: none;
}
.single-product .single-product-wrapper .product-actions-wrapper .product-actions [type=radio]:checked+label:after,
.single-product .single-product-wrapper .product-actions-wrapper .product-actions [type=radio]:not(:checked)+label:after{
    display: none;
}
/* .single-product .single-product-wrapper .product-actions-wrapper .product-actions label{
    padding-left: 7px;
} */
[type=radio]:checked+label, [type=radio]:not(:checked)+label {
    padding-left: 10px !important;
}
@media (min-width: 768px){
    .top-bar .nav-item+.nav-item .nav-link::before, .top-bar .nav-item+.nav-item>a::before, .top-bar .nav>.menu-item+.menu-item .nav-link::before, .top-bar .nav>.menu-item+.menu-item>a::before {
        content: '|' !important;
        color: black !important;
        display: inline-block !important;
        margin: 0 0.8em !important;
    }
}
.site-header.header-v2{
    padding-bottom: 8px !important;
}
.features-list .features {
    border: 0px solid #ddd;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.product-loop-categories .product-category, .products .product-category {
    background-color: white;
}
section.upe-hero2 h1 {
    font-weight: lighter !important;
    font-size: 16pt !important;
    /* margin-top: 80px !important; */
    margin-bottom: 0px !important;
    text-transform: none !important;
    color: black !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-left: 30px;
}
h3.h5.lh-base.mb-3.color {
    max-width: 100%;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

 
.products .novedadesprod.product a::before {
    content: " ";
    width: 1px;
    height: 84px;
    background-color: white;
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.cardnovedades{
 border: 0px solid rgba(0,0,0,.125); 
}
p.mb-4 {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}
a.leermas {
    font-size: 14px;
    font-weight: 500;
}
img.card-img-top {
    border-radius: 10px;
}
a.white {
    color: white;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer strong {
    color: white;
    font-weight: 500;
}
button.button.buttonenviar {
    color: black;
}
.btn-primary {
    color: black;
 
}
.footer-social-icons .social-icons.nav {
    justify-content: center;
}
.footer-social-icons {
    max-width: 100%;
    width: 100%;
}
footer.site-footer.footer-v1 {
    border-top: 1px solid;
    color: #fec90b;
}
.footer-contact .footer-contact-info .call-us-title {
    color: white !important;
}
.footer-contact .footer-logo img {
    max-width: 100% !important;
}
address.footer-contact-address.fotterdireccion {
    color: white;
}
/* .techmarket-sticky-wrap{
    display: none
} */
/* .techmarket-sticky-wrap {
    margin-top: -40px;
} */
.techmarket-sticky-wrap.stuck.animated.fadeInDown.faster {
    margin-top: 0px;
}

@media (min-width: 1400px){
.header-v2 .departments-menu span{
    display: block;
    color: white;
}
.header-v10 .departments-menu, .header-v2 .departments-menu, .header-v3 .departments-menu, .header-v4 .departments-menu, .header-v5 .departments-menu, .header-v6 .departments-menu {
    flex: 0 0 11%;
    max-width: 11%;
    padding: 0;
}
div#departments-menu {
    border: 2px solid #ffffff;
    padding: 8px;
}
}
li.menu-item.iniciosesion {
    text-align: center;
}
.header-v10 .departments-menu>.dropdown-menu, .header-v2 .departments-menu>.dropdown-menu, .header-v3 .departments-menu>.dropdown-menu, .header-v4 .departments-menu>.dropdown-menu, .header-v5 .departments-menu>.dropdown-menu, .header-v6 .departments-menu>.dropdown-menu {
    left: -120px;
    right: 0;
    min-width: 270px;
    margin: 0;
    top: 32px;
}
.header-v10 .departments-menu.show button::before, .header-v2 .departments-menu.show button::before, .header-v3 .departments-menu.show button::before, .header-v4 .departments-menu.show button::before, .header-v5 .departments-menu.show button::before, .header-v6 .departments-menu.show button::before {
    content: '';
    transform: rotate(45deg);
    width: 44px;
    height: 44px;
    border: 2px solid #eee;
    background-color: #fff;
    position: absolute;
    left: 60px;
    border-radius: 4px;
    top: 43px;
    z-index: -1;
    opacity: 1;
}
.departments-menu>.dropdown-menu .menu-item-has-children a[data-toggle=dropdown-hover]::after, .departments-menu>.dropdown-menu .menu-item-has-children a[data-toggle=dropdown]::after {
    font-family: FontAwesome;
    border-top: none;
    content: "\f105";
    float: right;
    border-left: none;
    border-right: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 40px;
}
h4.widget-title.pagosseguros {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.533em;
    letter-spacing: -.025em;
    margin-bottom: 1.267em;
    margin-top: 21px;
}
@media (min-width: 768px){
    .top-bar .menu-item+.menu-item>a::before {
        content: '|' !important;
        color: black !important;
        display: inline-block !important;
        margin: 0 2.133em !important;
    }
}
.products .product .button{
    border-color: #fec90b;
    color: black;
}
.products .product .button, .products .product .button:hover{
    border-color: #fec90b;
    background-color: #fec90b;
    color: black;
}
.fullwidth-notice .message {
    color: #fec90b;
}
p.message {
    font-weight: 400 !important;
    /* font-size: 12px; */
}
#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, .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.woocomerce-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, .woocommerce-wishlist table.cart .product-add-to-cart a.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 .more-link, article .post-readmore .btn-primary:hover, article.post .more-link, article.post .post-readmore .btn-primary:hover, button, 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: #fec90b;
}
#payment .place-order .button:hover, .banners-v2 .banner-action.button:hover, .btn-primary:hover, .cart-collaterals .checkout-button:hover, .contact-form .form-group input[type=button]:hover, .contact-form .form-group input[type=submit]:hover, .navbar-primary .nav .techmarket-flex-more-menu-item>a:hover::after, .navbar-search button:hover, .primary-navigation .nav .techmarket-flex-more-menu-item>a:hover::after, .products .product-carousel-with-timer-gallery .button:hover, .secondary-navigation .nav .techmarket-flex-more-menu-item>a:hover::after, .section-media-single-banner .button:hover, .wcmp_main_page .wcmp_main_holder .wcmp_headding1 button:hover, .widget_shopping_cart .buttons a:first-child:hover, .widget_shopping_cart_content .buttons a:first-child:hover, .woocommerce-wishlist table.cart .product-add-to-cart a.button:hover, table.cart td.actions div.coupon .button:hover {
    background-color: #fec90b;
}
.navright{
    justify-content: right;
}
.bannmedio {
    margin-left: -5.2%;
    margin-right: -5.2%;
}
@media (min-width: 1200px){
    .banners .banner.large-banner {
        padding: 0 0em!important;
    }
}
.bannmedio .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
@media (max-width: 991px){
    .site-header.header-v10 .row+.row, .site-header.header-v10 .row+.sticky-wrapper, .site-header.header-v2 .row+.row, .site-header.header-v2 .row+.sticky-wrapper, .site-header.header-v3 .row+.row, .site-header.header-v3 .row+.sticky-wrapper, .site-header.header-v4 .row+.row, .site-header.header-v4 .row+.sticky-wrapper, .site-header.header-v9 .row+.row, .site-header.header-v9 .row+.sticky-wrapper {
        margin: 3.3em 0 0;
    }
}
i.tm.tm-shopping-cart {
    color: black;
}
i.tm.tm-login-register {
    color: black;
}
.registrologin{
    display: flex;
    align-items: center;
}
ul#menu-top-bar-left {
    flex: 0 0 10%;
    align-items: flex-end;
}
.lineregistro{
    line-height: 17px;
}
span#top-cart-wishlist-count {
    display: none;
}
 .inputbuscador {
    padding-left: 36% !important;
}  
@media (max-width: 1200px){
.banners {
    margin-bottom: 0em !important;
}
}
.banners .banner.large-banner {
    padding-right: 0px;
    padding-left: 0px;
}
@media (max-width: 799px){
    .banners-medio .banners .banner:nth-child(2) {
        padding-right: 0px;
    }
    .p-4 {
        padding: 0rem 0rem!important;
    }
}
.products .product h3 {
    max-height: 70px !important;
}
@media (max-width: 47.95em){
    .footer-widgets {
        flex-direction: initial !important;
    }
}
.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;
}
/* .stuck .departments-menu > .dropdown-menu {
    left: -120px !important;  
    max-height: calc(100vh - 110px) !important;
    overflow-y: scroll !important;
} */

.yamm .yamm-content .bg-yamm-content {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0% 10%, 0% 100%, 10000% 100%);
    clip-path: polygon(0% 10%, 0% 100%, 10000% 100%);
}

ul.opciones li input:checked+label {
    /* color: #fff!important; */
    /* background: var(--primary-color); */
    background: #fec90b !important;
    color: black !important;
}

.menuprin {
    height: auto;
    overflow-y: scroll !important;
    /* left: -120px !important; */
    max-height: calc(100vh - 110px) !important;
    /* left: -120px; */
    /* right: 0; */
    min-width: 270px;
    margin: 0;
    /* top: 32px; */
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0.608em 0.357em;
    font-size: .938em;
    color: #43454b;
    font-weight: 400;
    padding: 0 0em 0 1.143em;
}
a.dropdown-toggle.categoriasdropdown {
    padding: 1em 0.2em 0.6em;
}

a.dropdown-toggle.categoriasdropdown {
    padding: 1em 0.2em 0.6em;
    border-bottom: 1px solid #ddd;
}
.departments-menu .menu-item-has-children>.dropdown-menu {
    left: 94% !important;
}
.product-actions .options, .variations {
    margin-bottom: 0px !important;
}
table.table.tablevariantes {
    margin-bottom: 0rem;
}
p.variantesdetalles {
    font-weight: 500;
    color: #090909;
}
.products .product .stockagotado {
    background-color: #fec90b ;
}
.products .product .stockagotado {
    position: absolute;
    right: 0;
    color: black;
    font-size: .857em;
    line-height: 1.833em;
    border-radius: 4px;
    padding: 0 0.667em;
}
.interna-marcas #main .listado .hentry .content-body {
    display: none;
}
.interna-marcas #main .listado .hentry {
    flex: auto !important;
    width: 220px !important;
}
.interna-marcas #main .listado {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 992px){
    .blog-grid article.post:nth-child(3n+1) {
        clear: both;
    }
}
.handheld-navigation > .handheld-navigation-menu {
    height: 100vh !important;
}
.price{
    color: black !important;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: black!important;
}
@media (max-width: 1023px){
.shop-control-bar {
    background-color: #000000;
}
}
i.tm.tm-departments-thin {
    color: white;
}
i.fa.tm-favorites {
    color: white;
}
.techmarket-sticky-wrap1 {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    border-top: 1px solid #fec90b;
}
.techmarket-sticky-wrap.stuck.animated.fadeInDown.faster {
    background: black;
}
a.categoriasdropdown {
    padding: 1em 0.2em 0.6em !important;
    border-bottom: 1px solid #ddd !important;
}