/*COLORES DE SUPERMAS */

/*AZUL = var(--primary-color */

/*NARANJA = var(--secondary-color */
:root {
    --primary-color: #43197b !important;
    --primary-color-d4: #93ad42;
    --primary-color-d10: #80973a;
    --primary-color-l6: #aac260;
    --primary-color-l8: #aec568;
    --primary-color-l10: #b2c86f;
    --primary-color-l36: #e5edcf;
    --primary-color-l44: #f5f8ec;
    --secondary-color: #e8ae41;
    --secondary-color-d4: #e6a62f;
    --secondary-color-d10: #db981b;
    --secondary-color-l10: #eec16e;
}
@font-face{
    font-family: Knockout;
    src: url(../../font/Knockout\ HTF71-FullMiddlewt\ Regular.otf);
}
.content-area {
    margin-bottom: 0;
}

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

.color_1 {
    color: var(--primary-color) !important;
}

.color_2 {
    color: var(--secondary-color) !important;
}

/*</editor-fold>*/

/*<editor-fold desc="Top Bar">*/
.top-bar-v9 a {
    color: white;
}

.top-bar-v9 {
    background-color: var(--primary-color);
}

.top-bar-v9 a:hover {
    color: var(--secondary-color);
}

.top-bar .tm-login-register {
    font-size: 1.5em;
    margin-top: -3px;
}

.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: none;
}

.top-bar .nav > li {
    padding-left: 12px;
    padding-right: 12px;
}

.top-bar .fa-facebook-official, .top-bar .fa-instagram {
    margin-top: 9px;
    font-size: 20px;
}

@media (max-width: 1699px) {
    .top-bar .col-full {
        flex-direction: unset;
    }
}

.nav li a i {
    color: #fff;
}

/*</editor-fold>*/

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

header.header-v4 {
    background-color: white;
}

/*@media (min-width: 500px){
    .site-header .custom-logo-link img{
        max-width: 240px;
    }
}*/
.header-compare a, .header-wishlist a {
    color: black;
}

@media (min-width: 1025px) {
    .site-header.header-v8 .site-branding .custom-logo-link {
        margin: 0 auto;
        height: auto;
    }
}

.site-header.header-v8 .site-branding {
    background-color: transparent;
}

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

.header-v3 .departments-menu > .dropdown-menu {
    top: 25px;
}

.site-header-cart .cart-contents i {
    color: #fff;
}

.site-header-cart .precio_total, #top-cart-wishlist-count {
    color: #fff;
}

.site-header-cart .cart-contents .count {
    background-color: #522583;
    color: white;
}

.page-template-template-homepage-v5 .header-v3 .departments-menu button::before, .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::before {
    display: none;
}

.header-v3 .departments-menu > .dropdown-menu > li {
    background-color: var(--secondary-color);
}

/*.departments-menu > .dropdown-menu > li:first-child > a {
    line-height: 40px;
    padding: 20px 10px 20px 10px;

}
*/

.departments-menu > .dropdown-menu > li > a {
    cursor: pointer;
}

/*.departments-menu > .dropdown-menu > li > a:hover {
    background-color: #b96016;
}*/

.icon-carrito img {
    max-height: 26px;
}

/*</editor-fold>*/

/*<editor-fold desc="Banners Superiores">*/
.row-banner-superior-1 {

}

.row-banner-superior-2 {
    padding-top: 30px;
}

/*</editor-fold>*/

/*<editor-fold desc="Íconos del Home">*/
.features-list .features .feature .media {
    align-items: center;

}

.features-list .features .feature .media .media-body {
    margin-left: 10px;
}

.features-list .features .feature .media a img {
    margin: 0 auto 5px;
}

.features-list .features .feature .media a .media-body {
    margin-left: 0;
}

/*</editor-fold>*/

/*<editor-fold desc="Banner Medio">*/
.col-banner-medio {
    padding-bottom: 50px;
}

/*</editor-fold>*/

/*<editor-fold desc="Magnific Popup">*/
.mfp-align-center .mfp-content {
    text-align: center;
}

.mfp-inline-holder .mfp-content .mfp-generic-content,
.mfp-ajax-holder .mfp-content .mfp-generic-content {
    text-align: left;
    background: #fff;
    padding: 20px;
    position: relative;
    display: inline-block;
    min-width: 300px;
    min-height: 100px;
}

.mfp-inline-holder .mfp-content .mfp-generic-content .formulario button,
.mfp-ajax-holder .mfp-content .mfp-generic-content .formulario button {
    display: inline-block;
}

#new_captcha_img {
    display: inline-block;
}

/*Alertas*/

/*.alert, .error, .info, .notice, .success {*/
/*padding: .5em;*/
/*margin: 0;*/
/*border-radius: 3px;*/
/*}*/

/*.notice {*/
/*background: #fff6bf;*/
/*color: #514721;*/
/*border-color: #ffd324;*/
/*}*/

/*.notice::before {*/
/*font-family: FontAwesome;*/
/*content: '\f071';*/
/*margin: 0 .7em 0 .3em;*/
/*}*/

/*.error {*/
/*background: #fbe3e4;*/
/*color: #8a1f11;*/
/*border-color: #fbc2c4;*/
/*}*/

/*.error::before {*/
/*font-family: FontAwesome;*/
/*content: '\f057';*/
/*margin: 0 .7em 0 .3em;*/
/*}*/

/*.success {*/
/*background: #e6efc2;*/
/*color: #264409;*/
/*border-color: #c6d880;*/
/*}*/

/*.success::before {*/
/*font-family: FontAwesome;*/
/*content: '\f00c';*/
/*margin: 0 .7em 0 .3em;*/
/*}*/

/*</editor-fold>*/

/*<editor-fold desc="Propiedades del Producto">*/
ul.colores,
ul.opciones {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.colores li,
ul.opciones li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 10px 0;
    padding: 0;
}

ul.colores li input,
ul.opciones li input {
    display: none;
}

ul.colores li label {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #f0f0f0;
    cursor: pointer;
}

ul.colores li label span {
    text-indent: -99999px;
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
}

ul.colores li input:checked + label {
    border: 2px solid #cb6b44;
}

ul.opciones li label {
    background: #f0f0f0;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
}

ul.opciones li input:checked + label {
    color: white !important;
    background: #F18052;
}

#variations-data {
    display: none;
}

.variations {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.variante_propiedades {
    color: #ccc;
    margin-bottom: 0;
}

.widget_shopping_cart .variante_propiedades {
    font-size: .8em;
}

#primary .mensaje {
    margin-bottom: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

.single-product .single-product-wrapper {
    margin-bottom: 0px !important;
}

/*</editor-fold>*/

/*<editor-fold desc="Google Re Captcha">*/
.login-recaptcha {
    padding-left: 15px;
}

/*</editor-fold>*/

/*<editor-fold desc="Sucursales">*/
.sucursales {
    cursor: pointer;
}

/*.sucursales img{
    margin: 0 auto;
    max-width: 150px;
}

.sucursales p{
    line-height: 10px;
}*/

/*.feature-box.style4{
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 30px 0;
}

.feature-box{
    margin: 15px 10px;
    padding: 30px 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.zoom{
    overflow: hidden;
}

.zoom img{
    transition: all .6s ease-in-out;
}

.feature-box.style4 h4{
    margin: 0 0 20px 0;
    background: #eee;
    padding: 10px;
}

.feature-box h4{
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.feature-box.style4 p{
    padding: 0 32px;
}

.feature-box.style4:hover{
    border: 1px solid #176ab3;
    cursor: pointer;
}

.feature-box.style4:hover h4{
    background-color: #176ab3;
    color: #fff;
}

.color-blue{
    color: #176ab3;
}*/

/*</editor-fold>*/

/*<editor-fold desc="Suscripcion">*/
.footer-newsletter .newsletter-title {
    margin: 0.5em 0 0.2em 0;
    color: white;
}
.footer-newsletter .newsletter-marketing-text{
    color: white !important;
}

.footer-social-icons .sm-icon-label-link i, .footer-social-icons .sm-icon-label-link {
    color: var(--primary-color);
}

/*</editor-fold>*/

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

.footer-contact .footer-contact-info .icon i {
    font-size: 39px;
    color: var(--primary-color);
}

.footer-widgets-block .contact-payment-wrap .footer-contact-info .col-icon {
    /* border: solid;*/
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    padding: 5px;
}

.footer-widgets-block .contact-payment-wrap .footer-contact-info .col-text {
    /* border: solid;*/
}

.footer-contact .footer-contact-info .call-us-title {
    margin-top: 1.333em;
    color: var(--primary-color);
}

.footer-contact .footer-contact-info .call-us-text {
    display: block;
    color: var(--primary-color);
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: -0.015em;
    margin-bottom: 1.067em;
    margin-top: -14px;
}

.footer-secure-by-info .footer-secured-by-icons .secure-icons-image {
    width: 146px;
}

.site-footer h4 {
    color: #10111e;
    font-size: 1em;
     
}

.site-footer {
    background-color: #ffffff;
}

.site-info {
    background-color: #ffffff;
    border-top: 2px solid #d1d2dd;
    color: #ffffff;
    margin-top: 4em;
}

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

.site-info a:hover {
    color: var(--secondary-color);
}

.site-footer .img-footer {
    margin: 0 auto;
    max-width: 390px;
}

.site-footer .search-footer {
    padding: 50px 50px 77px 0px;
}

.row-footer {
    padding-top: 180px;
    border-bottom: 1px solid var(--primary-color);
    background: url(../../img/bannernew.png) center repeat;
}
.site-footer .before-footer-wrap{
    background: url(../../img/bannernew.png);
    background-repeat: no-repeat;
}

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

.i-footer-instagram, .i-footer-facebook {
    margin-top: 9px;
}

.col-footer-instagram, .col-footer-facebook {
    padding-left: 5px;
}

.social-columns-mobile {
    display: none;
}

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

.site-footer .footer-widgets .widget {
    margin-bottom: 0;
}

.app-links {
    margin-top: 10px;
}

.app-links h4.widget-title {
    margin-bottom: 0 !important;
}

.app-links a {
    margin: 5px 0 10px;
    display: block;
}

.app-links a img {
    max-width: 100px;
    float: none;
}

.social-columns-mobile .app-links a img {
    margin: 0 auto;
}

/*</editor-fold>*/

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

#secondary .widget_product_categories ul.product-categories li.product_cat span {
    font-size: 1.071em;
    font-weight: 500;
    padding: 1.067em 0px 1.067em 0em;
    text-transform: uppercase;
}

#secondary .widget ul li a {
    color: #444;
    padding-left: 15px;
    line-height: 0.6em;
    padding-top: 24px;
}

.li-2.active > a {
    color: var(--secondary-color) !important;
}

.product_cat.active > a {
    color: var(--secondary-color) !important;
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul {
    padding: 0.357em 1.929em 0.643em;
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a {
    padding: 1.1em 0px 1.1em 0.267em;
}

/*</editor-fold>*/

/*<editor-fold desc="Padding">*/
.padding-top-20 {
    padding-top: 20px;
}

.padding-top-40 {
    padding-top: 40px;
}

/*</editor-fold>*/

/*<editor-fold desc="Lazy Load">*/
/* Prevents img without src to appear */
img:not([src]) {
    visibility: hidden;
}

.product-list-image {
    width: 224px;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-list-image img {
    opacity: 1;
}

.product-list-image img:not(.loaded) {
    height: 0 !important;
    padding: 0 0 87.9464285714286% !important;
    opacity: 0;
}

/*</editor-fold>*/

/*<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%;
}

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-mean {
    text-align: center;
}

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

/*</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 {
    background: var(--secondary-color);
}

.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: table-row;
    padding: 0;
}

.ui-autocomplete .ui-menu-item a span {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

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

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

/*</editor-fold>*/

.section-products-carousel-tabs .products .product {
    vertical-align: top;
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images.full-width {
    flex: 0 0 100%;
    max-width: 100%;
}

.single-product .single_add_to_cart_button {
    padding: 18px 40px;
}

.single-product .quantity {
    max-width: 200px;
}

/*<editor-fold desc="Notificaciones">*/
.ui-pnotify {
    z-index: 1000000 !important;
}

.ui-pnotify-title {
    clear: none;
    font-size: 18px;
    color: inherit;
}

.ui-pnotify-text {
    font-size: 14px;
}

/*</editor-fold>*/

@media (max-width: 640px) {
    table.table-responsive-custom thead {
        display: none;
    }

    table.table-responsive-custom tbody,
    table.table-responsive-custom tbody tr,
    table.table-responsive-custom tbody tr td {
        display: block;
    }

    table.table-responsive-custom tbody td {
        padding: 0 0 10px;
    }

    table.table-responsive-custom tbody td:first-child {
        padding-top: 10px;
    }

    table.table-responsive-custom tbody tr td:not(:first-child) {
        border: 0 none;
    }

    table.table-responsive-custom tbody tr td[title]:before {
        content: attr(title) ": ";
        display: block;
        font-weight: 500;
    }
}

/*<editor-fold desc="Mis Direcciones">*/
#map-canvas-wrapper {
    float: right;
    width: 500px;
}

#map-canvas-wrapper label {
    width: auto;
    display: block;
    text-align: left;
}

#map-canvas-wrapper em img {
    display: inline-block;
}

#map-canvas,
div.direcciones-mapa {
    width: 500px;
    height: 300px;
}

#content .direcciones {
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    overflow: hidden;
    position: relative;
}

#content .direcciones:first-child {
    border: 0 none;
}

#content .direcciones a.opcion {
    /*display: none;*/
    /*padding: 2px 5px 2px 26px;*/
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 90px;*/
    /*font-size: 12px;*/

    /*border-radius: 5px;*/
}

/*#content .direcciones:hover a.opcion {*/
/*display: block;*/
/*}*/

/*#content .direcciones a.opcion.modificar {*/
/*!*background: url("../img/pencil.png") 5px center no-repeat #f1f1f1;*!*/
/*!*left: 0;*!*/
/*}*/

/*#content .direcciones a.opcion.eliminar {*/
/*!*background: url("../img/remove.png") 5px center no-repeat #f1f1f1;*!*/
/*}*/

/*#content .direcciones a.opcion:hover {*/
/*background-color: #d4d4d4;*/
/*}*/

#content .direcciones .direcciones-info {
    margin-bottom: 15px;
}

/*#content .direcciones .direcciones-info.block {*/
/*float: none;*/
/*width: auto;*/
/*}*/

#content .direcciones .direcciones-info input {
    float: left;
    margin: 7px 20px 0 15px;
}

#content .direcciones .direcciones-info label {
    display: block;
    width: auto;
    text-align: left;
    cursor: pointer;
    padding-left: 50px;
}

#content .direcciones .direcciones-info strong {
    font-size: 16px;
    font-weight: normal;
}

#content .direcciones .direcciones-info span {
    color: #176ab3;
}

#content .direcciones .direcciones-mapa {
    float: right;
    width: 100%;
    height: 200px;
    background: #f5f5f5;
    margin-bottom: 15px;
}

@media (min-width: 768px) {

    #content .direcciones .direcciones-info {
        padding-bottom: 42px;
    }

    #content .direcciones .direcciones-acciones {
        margin-top: -42px;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Lista de Compras">*/
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
    font-family: FontAwesome;
    content: '\f08a';
    color: #777;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
    content: '\f004';
    color: #777;
}

.yith-wcwl-add-to-wishlist.agregado .add_to_wishlist:before {
    content: '\f004';
    /*color: #d4090e;*/
    color: #522583;
}

.yith-wcwl-add-to-wishlist.agregado {
    display: block;
}

.shop_table.lista_compras .product-name {
    width: auto;
}

/*</editor-fold>*/

/*<editor-fold desc="Mi cuenta / Internas">*/
h1.entry-title {
    font-size: 1.8em;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    position: relative;
    overflow: hidden;
}

.nav-tabs .nav-item.show .nav-link:before,
.nav-tabs .nav-link.active:before {
    content: ' ';
    width: 100%;
    height: 3px;
    background: var(--secondary-color);
    /*background: #0275d8;*/
    position: absolute;
    left: 0;
    top: 0;
}

/*</editor-fold>*/
@media (max-width: 767px) {
    ul:not(.slick-dots)[role=tablist] li {
        width: 100%;
    }

    .section-products-carousel-tabs .section-header .section-title {
        margin-bottom: 15px;
    }
}

/*<editor-fold desc="Features List">*/
#content .features-list .features .feature {
    margin-top: .5em;
    margin-bottom: .5em;
}

@media (max-width: 575px) {
    #content .features-list .features {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    #content .features-list .features {
        flex-wrap: wrap;
    }

    #content .features-list .features .feature {
        flex-basis: 140px;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (min-width: 1500px) {
    #content .features-list .features {
        flex-wrap: wrap;
    }

    #content .features-list .features .feature {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #content .features-list .features .feature {
        flex: 0 0 50%;
        max-width: 50%;
        border: none;
    }

    #content .features-list .features .feature img {
        max-width: 40px;
    }

    .features-list .features .feature .media .media-body h5 {
        font-size: .8em;
    }

    #content .features-list .features .feature:nth-child(2n) {
        border-left: 1px solid #ddd !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #content .features-list .features .feature {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        border-left: 1px solid #ddd !important;
    }

    #content .features-list .features .feature:nth-child(3n + 1) {
        border-left: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #content .features-list .features .feature {
        flex: 0 0 25%;
        max-width: 25%;
        border-left: 1px solid #ddd !important;
    }

    #content .features-list .features .feature:nth-child(4n + 1) {
        border-left: none !important;
    }
}

/*</editor-fold>*/

.guardar-lista {
    text-align: right;
}
/* body{
    background-image: url(../../img/fondo.jpg) !important;
    background-position: top center !important;
    background-repeat: repeat !important;
} */
.site-main {
    margin-bottom: 0em;
}
#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, .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: white !important;
}
.departments-menu button{
    border: 0px solid #eee !important;
    background: white !important;
}
.dropdown-toggle:after{
    display: none !important;
}
@media (min-width: 1024px){
.site-header .departments-menu, .site-header .site-branding {
    flex: 0 0 10%;
    max-width: 10%;
}
}
.site-header.header-v9 {
    padding: 2em 0 !important;
}
span.icon-carrito {
    background: #f7a600 !important;
    padding: 15px;
    border-radius: 25px;
    text-align: center;
    justify-content: center;
}
i.tm.tm-login-register {
    background: #f7a600 !important;
    padding: 15px;
    border-radius: 25px;
    text-align: center;
    justify-content: center;
    color: #7e4760;
}
.header-compare i, .header-wishlist i {
    font-size: 1.433em !important;
}
.site-header-cart .cart-contents .count {
    top: -22px !important;
    position: relative !important;
    margin-left: -1.4em;
}
@media (min-width: 1590px){
    .site-header .site-header-cart {
        flex: 0 0 6%;
        max-width: 6%;
    }
}
.site-header {
    font-size: 14px !important;
}
@media (min-width: 1590px){
    .navbar-search button i {
        display: block !important;
    }
}
.navbar-search button {
    min-width: 3.67em !important;
    border-radius: 30px !important;
    background-color: #522583 !important;
    border-color: #522583 !important;
}
@media (min-width: 992px){
    .site-header .navbar-search {
        flex-basis: 0;
        flex-grow: 1;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
input#search {
    border-radius: 28px !important;
    border: 1px solid #522583;
}
.navbar-search .input-group .input-group-btn {
    font-size: 1.066em;
    margin-left: -40px;
}
/* img.imgheadercategoria {
    width: 58px;
    height: 57px;
} */
ul#menu-navbar-primary {
    text-align: center;
}
.departments-menu>.dropdown-menu::before{
    left: 13% !important;
}
ul#menu-departments-menu {
    right: -150px;
}
section#banner-secundario {
    margin-top: 45px;
}
.nav-itemcolor{
    border: 1px solid #ecedff;
}
 a.nav-link.nav-linkcolor {
    align-items: center;
    display: flex;
    padding: 7px;
    color: #10111e;
}
.section-products-carousel-tabs .nav-link.active {
    font-weight: 500;
    color: white;
    background: #522583;
    font-size: 16pxS;
}
@media (min-width: 700px){
    .section-products-carousel-tabs .nav-item+.nav-item {
        margin-left: 1.556em;
    }
}
@media (min-width: 1200px){
    .bannerdoble {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
.bannerdoble img {
    width: 100% !important;
}
.navbar-primary .nav>li>a, .primary-navigation .nav>li>a{
    color: #10111e !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: #522583;
    margin-bottom: 50px;
}
.slick-dots li.slick-active button:before{
   background-color: #522583 !important;
}
@media (min-width: 1200px){
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        flex: 0 0 25%;
        max-width: 25%;
        top: 39px;
    position: relative;
    }
}
@media (min-width: 1200px){
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands+.products-carousel-tabs-block {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
.products-carousel-tabs-block {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.products-carousel-with-brands {
    z-index: 50;
}
h2.section-title {
    color: #522583 !important;
    font-family: Knockout !important;
    font-size: 32px !important;
}
@media (min-width: 1600px){
.site-footer .before-footer-wrap {
     width: 100% !important;  
     position: initial !important;
     margin-left: 0vw !important;
     padding: 140px;
     background-size: 100% 100%;
}
}
@media (min-width: 992px) and (max-width: 1599px)  {
    .site-footer .before-footer-wrap {
         width: 100% !important;  
         position: initial !important;
         margin-left: 0vw !important;
         padding: 70px;
         background-size: 100% 100%;
    }
    }

.button-enviar{
background: #f7a600 !important;
}
.footer-newsletter .media-body {
    display: flex;
    /* white-space: nowrap; */
    align-items: center;
}

.site-footer .before-footer-wrap .col-full{
    top: 70px;
    position: relative;
    justify-content: end;
}
.credit {
    color: #747691 !important;
}
a.white {
    color: #747691;
}
.copyright {
    color: #747691 !important;
}
.infoecommerce{
    font-size: 15.8px !important;
    color: #747691;
}
.footer-contact .footer-logo {
    margin-bottom: 2em;
}
.mediaimg{
    align-items: center !important;
}
.titletelefono{
    color: #492a7d !important;
}
.call-us-title{
    margin-bottom: 10px !important;
}
.site-header.header-v9 {
    box-shadow: 0 0px 0px rgba(1,1,1,.15);
}
.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: inherit;
}
.posts-sm .entry-image {
    width: 64px;
    height: 64px;
}
@media (min-width: 1200px){
    .site-footer .footer-widgets-block .footer-widgets {
        flex-basis: 0;
        flex-grow: 1;
        width: 100%;
    }
}
@media (min-width: 992px){
    .col-lg-2 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media (max-width: 1589px) and (min-width: 1024px){
    .site-footer .before-footer-wrap .col-full .footer-newsletter, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter {
        margin-bottom: 1em !important;
    }
}
@media (min-width: 1390px){
    .site-header .primary-navigation {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }
}
@media (min-width: 1400px) and (max-width: 1589px){
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 12%;
        max-width: 12%;
    }
}
.site-header.header-v9 .site-branding .custom-logo-link {
    justify-content: center !important;
}
@media (min-width: 1590px) and (max-width: 1699px){
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 12%;
        max-width: 12%;
    }
}
@media (min-width: 1200px) and (max-width: 1699px){
    .site-header .site-header-cart {
        flex: 0 0 6%;
        max-width: 6%;
        padding-right: 0;
    }
}
/* .button{
    background-color:#492a7d !important ;
} */
 
@media (min-width: 768px) and (max-width: 1199px){
    .site-header .navbar-search {
        margin-bottom: 0px !important;
       }
    ul.header-compare.nav, ul.header-wishlist.nav {
        
      margin-bottom: 0px !important; 
    }
    .site-header .site-header-cart {
        margin-bottom: 0px !important; 
    }
}
@media (min-width: 1590px){
    ul.header-compare.nav, ul.header-wishlist.nav {
        margin-left: 1.333em !important;
    }
}
#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: #492a7d;
    color: white;
    background-color: #492a7d;
}
#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, .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: #492a7d !important;
}
div#travel-package-list-footer {
    margin-right: 0px;
    margin-left: 0px;
}
.entry.col-12 {
    margin-bottom: 20px;
}
.price{
    color: #747691 !important;
    text-align: left !important;
}
.products .product .ecommercepro-loop-product__title, .products .product h2, .products .product h3{
    text-align: left !important;
    font-size: 18px;
    color: #10111e;
    font-weight: 500;
        max-height: max-content;
}
h2.ecommercepro-categorias {
    color: #522583 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group {
    z-index: 5 !important;
}
.ecommercepro-pagination .page-numbers li .page-numbers.current, .pagination .page-numbers li .page-numbers.current {
    background-color: #492a7d !important;
}
.yith-wcwl-add-to-wishlist {
    display: block !important;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
    background: #f3f4ff !important;
    padding: 6px 15px !important;
    border-radius: 30px !important;
}
button#bot-editar {
    background: #492a7d !important;
}
.handheld-navigation > .handheld-navigation-menu {
    height: 100vh;
}
@media (max-width: 992px){
.footer-newsletter .newsletter-title {
    color: black !important;
}
.footer-newsletter.letter1 {
    margin-top: 16em !important;
}
.footer-newsletter .newsletter-marketing-text {
    color: black !important;
}
.footer-newsletter {
    margin-bottom: 3em !important;
}
}
h4.section-title.color_2 {
    color: #999bae !important;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 200 !important;
}
.square-color {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #fff;
}
.header-v9 #departments-menu.departments-menu > .dropdown-menu > li > a {
    color: #333440;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.footer-newsletter input[type=text]{
    width: 22em !important;
}
a.ecommercepro-Button.button{
    background: #492a7d !important;
}
a.button.wc-forward {
    background: #492a7d !important;
}
button#bot-enviar {
    background: #492a7d !important;
}