body {
    color: var(--tertiary-color);
    font-family: 'Raleway', sans-serif;
}

a,
a:link,
a:active,
a:visited {
    color: var(--tertiary-color);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.title-line-through {
    position: relative;
    z-index: 1;
    color: #424242;
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px 0;
}

.title-line-through:before {
    border-top: 1px solid #eeeeee;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.title-line-through span {
    background: #fff;
    padding: 0 30px;
}

@media (min-width: 1200px) {
    .container {
        width: 1290px;
    }
}


/*<editor-fold desc="Top Bar">*/

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

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

.top-bar .col-full {
    flex-direction: column;
    align-items: center;
}


/*</editor-fold>*/


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

.site-header .nav li a:active,
.site-header .nav li a:focus,
.site-header .nav li a:hover {
    color: var(--secondary-color);
}

header#masthead {
    padding-top: 1.2em;
    /*padding-bottom: 0;*/
    color: var(--quaternary-color);
}


/*header#masthead .sticky-wrapper{
    display: flex;
    align-items: center;
}*/

header#masthead .sticky-wrapper {
    /*flex: 0 0 78%;
    max-width: 78%;*/
    flex: 0 0 80%;
    max-width: 80%;
}

header#masthead .navbar-search button {
    min-width: 1px;
}

.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 .nav>li>a,
.navbar-primary .nav>li>a {
    color: var(--tertiary-color);
}

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

.site-header-cart .cart-contents .count {
    color: #fff;
    background-color: var(--primary-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(--quaternary-color);
}

.site-header-cart .cart-contents .amount .price-label {
    color: var(--quaternary-color);
}

.site-header-cart .cart-contents svg path {
    fill: var(--primary-color);
}

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

.site-header .header-user a {
    font-size: .9em;
    display: flex;
    align-items: center;
    color: var(--quaternary-color);
}

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

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

.site-header .header-wishlist i {
    color: var(--primary-color);
}

.navbar-search button {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.navbar-search input[type=text] {
    padding: .5em;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.menu-principal-wrap {
    padding-top: .5em;
    padding-bottom: .5em;
    width: 80vw;
    margin-left: -40vw;
    left: 50%;
}

.menu-principal-wrap .col-full{
    padding: 0!important;
}

.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(--primary-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.current-cat>a {
    color: var(--secondary-btn-color);
}

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

.site-header .row{
    justify-content: space-between;
}

@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: 100%;
    }
    .site-header .handheld-header .site-branding {
        max-width: 240px;
        min-width: 170px;
        flex-basis: 25%;
    }
    header#masthead {
        padding-bottom: 1.2em;
    }
}
/*</editor-fold>*/


/*<editor-fold desc="Banners medio full width">*/

.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;
            flex: 0 0 100%!important;
            max-width: 100%!important;
        }
    }
}

@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.6%;
        max-width: 25.6%;
    }
}

@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%;
    }
    .site-header.header-v2 .row+.sticky-wrapper {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .custom-logo-link{
        display: inline-block!important;
    }
}


/*</editor-fold>*/


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

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

.site-footer .before-footer-wrap {
    border: 0 none;
}

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

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

.footer-payment-info .footer-payment-info-title,
.footer-payment-info .icon i,
.footer-contact .footer-contact-info .footer-address-map-link,
.footer-contact .footer-contact-info .call-us-text {
    color: #fff;
}

.footer-contact .footer-contact-info .call-us-text svg path {
    fill: #fff;
}

.footer-widgets .columns .widget h4 {
    color: inherit;
}

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

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

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

.site-info {
    background: var(--primary-color);
}

#scrollUp {
    background-color: var(--primary-color);
}

.site-footer .before-footer-wrap a,
.site-footer .before-footer-wrap h5,
.footer-newsletter .newsletter-marketing-text {
    color: var(--tertiary-color);
}

.site-footer .before-footer-wrap i {
    color: #fff;
}

.footer-newsletter svg path {
    fill: var(--tertiary-color);
}

.site-info a {
    color: #fff!important;
    font-weight: 600;
}

@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 .newsletter-body form {
    white-space: nowrap;
}

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

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


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

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

.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 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="Background color">*/

:root {
    --background-color: #fff;
}

body {
    background: var(--background-color);
}

.swiper-slide {
    background: var(--background-color) !important;
}

.slick-list .slick-slide .product {
    vertical-align: top;
}

#section-landscape-product-card-with-gallery .products .product {
    background: var(--background-color);
}

.section-products-carousel .columns-5::after,
.section-products-carousel .columns-5::before,
.section-products-carousel .columns-6::after,
.section-products-carousel .columns-6::before,
.section-products-carousel .columns-7::after,
.section-products-carousel .columns-7::before,
.section-products-carousel .columns-8::after,
.section-products-carousel .columns-8::before,
.section-products-carousel-tabs .columns-5::after,
.section-products-carousel-tabs .columns-5::before,
.section-products-carousel-tabs .columns-6::after,
.section-products-carousel-tabs .columns-6::before,
.section-products-carousel-tabs .columns-7::after,
.section-products-carousel-tabs .columns-7::before,
.section-products-carousel-tabs .columns-8::after,
.section-products-carousel-tabs .columns-8::before {
    background: var(--background-color);
}

.products .product,
.products .product .hover-area {
    background-color: var(--background-color);
}

#grid .products .product:not(.first)::before,
.section-products-carousel .slick-track .slick-active .product::after,
.section-products-carousel-tabs .slick-track .slick-active .product::after,

/**/

.section-products-carousel .products .product.slick-active::after,
.section-products-carousel-tabs .products .product.slick-active::after {
    /*background-color: #0000001a;*/
    background-color: transparent;
}

.striped-bg-gray .products-carousel .products .product.slick-slide:nth-child(odd),
.striped-bg-gray .products-carousel .products .product.slick-slide:nth-child(odd) .hover-area {
    background-color: #e1e1e1;
}

.products .product:focus,
.products .product:hover,
.products .product:focus .hover-area,
.products .product:hover .hover-area {
    border-color: #c1dfe1;
}

/*.products .product .ecommercepro-loop-product__title,
.products .product h2 {
    min-height: 3em;
}*/

.deals-carousel-inner-block .homepage-section-header,
.deals-carousel-inner-block .section-header,
.featured-brands-block .homepage-section-header,
.featured-brands-block .section-header,
.section-categories-carousel .homepage-section-header,
.section-categories-carousel .section-header,
.section-landscape-products-carousel .homepage-section-header,
.section-landscape-products-carousel .section-header,
.section-landscape-products-widget-carousel .homepage-section-header,
.section-landscape-products-widget-carousel .section-header,
.section-products-carousel .homepage-section-header,
.section-products-carousel .section-header,
.section-products-carousel-tabs .homepage-section-header,
.section-products-carousel-tabs .section-header,
.section-products-carousel-widget-with-tabs .section-brands .homepage-section-header,
.section-products-carousel-widget-with-tabs .section-brands .section-header,
.section-single-carousel-with-tab-product .section-single-carousel .homepage-section-header,
.section-single-carousel-with-tab-product .section-single-carousel .section-header,

/**/

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .section-footer,

/**/

.section-landscape-product-card-with-gallery>.section-header,

/**/

.single-product .single-product-header,
.single-product .single-product-meta,

/**/

table.cart:not(.wishlist_table) tbody tr:first-child td,
table.cart:not(.wishlist_table) tbody tr:last-child td,
form.checkout h3,

/**/

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea,
[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before,
.form-checkout .input-group .input-group-btn button,
.form-checkout .btn-secondary,

/**/

.shop-control-bar,
.shop-control-bar-bottom,
#secondary .widget_product_categories .product-categories,
#secondary .widget_product_categories .product_cat>span,
#secondary .widget_product_categories .widget-title+ul,
#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown,
#secondary .widget_product_categories .category-single.product-categories li.product_cat ul+ul li.cat-item ul.children li.cat-item,
#secondary .widget_product_categories .category-single.product-categories li.product_cat ul+ul li.cat-item ul.children li.cat-item ul,
#secondary .widget_product_categories ul li,
#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat li.product_cat ul,

/**/

.contact-page-title {
    border-color: #0000001a !important;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea,
[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before,
.form-checkout .input-group .input-group-btn button,
.form-checkout .btn-secondary {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.navbar-search input[type=text] {
    border-color: #efefef!important;
}

.footer-newsletter input[type=text] {
    border-color: var(--tertiary-color)!important;
}

.newsletter-form button {
    background-color: var(--tertiary-color)!important;
}

.ecommercepro-breadcrumb span.delimiter+a {
    background: #0000001a;
}

.ecommercepro-breadcrumb span.delimiter+a:hover {
    background: #00000030;
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.single-product .single-product-meta .cat-and-sku>span {
    color: var(--secondary-color);
}

.custom-slick-nav .slick-arrow,
.custom-slick-nav a {
    color: var(--secondary-color);
}

.variante_propiedades {
    color: var(--secondary-color);
}

.nav-tabs {
    border-color: #0000001a;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: var(--background-color);
    border-color: #0000001a #0000001a var(--background-color);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #0000001a #0000001a transparent;
}

.table td,
.table th {
    border-color: #0000001a;
}

.table thead th {
    border-color: #0000001a;
}

@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) {
        box-shadow: none;
    }
}


/*Custom from here*/

/*<editor-fold desc="General">*/
.color-blue{
    color: var(--primary-color);
}
.color-gray{
    color: var(--terciary-color);
}
.m-50-auto{
    margin: 50px auto;
}
.bg-gray{
    background-color: #e7edf0;
}
.pad-top-30{
    padding-top: 30px;
}
/*</editor-fold>*/

/*<editor-fold desc="Top bar">*/

#row-top {
    display: flex;
    justify-content: space-between;
}

.menu-top-bar {
    list-style: none;
    margin: 0;
    display: flex;
    color: #fff;
}

.menu-top-bar li {
    padding-right: 15px;
}

.menu-top-bar li span {
    padding-right: 5px;
}

.top-bar a,
.top-bar a:link,
.top-bar a:active,
.top-bar a:visited {
    font-size: 13px;
}


/*</editor-fold>*/

.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
    max-width: 100%;
    margin: 0;
}

.navbar-search button i {
    display: inline-block;
}

.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 20%;
    max-width: 20%;*/
    flex: 0 0 16%;
    max-width: 16%;
    padding: 0;
}

.site-header .navbar-search {
    margin-left: 2%;
}

.amount {
    color: var(--secondary-color);
}

.hide-title .section-title {
    display: none;
}

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

#wild-msg {
    background-color: var(--tertiary-color);
}

.product a.add_to_cart_button {
    border-color: var(--primary-color)!important;
    color: var(--primary-color)!important;
}

.product a.add_to_cart_button:hover {
    border-color: var(--primary-color)!important;
    background-color: var(--primary-color)!important;
    color: #fff!important;
}

#section-landscape-product-card-with-gallery .products .product .ecommercepro-loop-product__title,
#section-landscape-product-card-with-gallery .products .product h3 {
    font-size: 1.5em;
    margin: 0 auto 1.5em auto;
    max-width: 500px;
}

#section-landscape-product-card-with-gallery {
    margin: 100px auto;
}

#section-landscape-product-card-with-gallery header.section-header#first-header {
    display: none;
}

#section-landscape-product-card-with-gallery .pretitle {
    color: #6b6b6b;
    font-size: .6em;
    font-weight: 400;
}

#section-landscape-product-card-with-gallery .add_to_cart_button,
#section-landscape-product-card-with-gallery .add_to_cart_button1 {
    border-color: var(--tertiary-color) !important;
    background-color: var(--tertiary-color) !important;
    color: #fff !important;
}

#section-landscape-product-card-with-gallery .add_to_cart_button:hover {
    border-color: var(--tertiary-color-d10) !important;
    background-color: var(--tertiary-color-d10) !important;
}

#section-landscape-product-card-with-gallery .amount {
    font-size: 1.4em;
}

#section-landscape-product-card-with-gallery .price del {
    font-size: 1em;
}

.price del>span {
    color: #bebebe;
}

.price ins>span {
    color: var(--primary-color);
}

.techmarket-banner .text-in-right {
    text-align: right;
}

.green-section .price .amount {
    color: var(--primary-color);
}

.green-section .product a.add_to_cart_button {
    border-color: var(--tertiary-color) !important;
    background-color: var(--tertiary-color) !important;
    color: #fff !important;
}

.green-section .product a.add_to_cart_button:hover {
    border-color: var(--tertiary-color-d10) !important;
    background-color: var(--tertiary-color-d10) !important;
    color: #fff !important;
}

.slick-dots li.slick-active button::before {
    background-color: var(--tertiary-color)!important;
}

.footer-contact .footer-logo img {
    max-width: 280px;
}

.footer-contact .footer-contact-info .call-us-title {
    margin-bottom: 7px;
    margin-top: 0;
}

.footer-contact-info .call-us-title,
.footer-contact-info .icon i {
    color: #fff!important;
}

.footer-email-link {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer-email-link i {
    margin-right: 10px;
}

.footer-contact .footer-contact-info .footer-address-map-link {
    display: flex;
    max-width: 100%;
    width: 260px;
    line-height: 1.4em;
}

.footer-a {
    font-size: 1em;
    color: #fff!important;
}

.destacados-mes {
    margin-bottom: 80px;
}

.destacados-mes .section-header {
    margin-bottom: 0;
}

.destacados-mes .tab-content {
    margin-top: 20px;
}

.destacados-mes h2.section-title {
    padding-bottom: 9px;
}

.section-products-carousel-tabs .nav-link.active::after {
    border-color: var(--tertiary-color);
}

.brands-carousel .slick-list {
    padding: 1em 0;
}

.brands-carousel img {
    max-height: 80px;
    width: auto;
}

.banners.home4-banner.techmarket-banner .row {
    margin: 0;
}

.footer-social-icons .social-icons.nav a {
    color: #fff;
}

.section-landscape-product-card-with-gallery .media .media-body .section-header h2 {
    font-weight: 500;
    margin: .8em auto;
    max-width: 70%;
    min-height: auto;
    font-size: .8em;
}

.footer-contact .footer-contact-info .icon .tm {
    font-size: 1.9em;
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a {
    display: block;
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a:hover,
#secondary .widget_product_categories .category-single>li>ul:last-child li.current-cat>a {
    color: var(--primary-color);
    font-weight: 500;
}

.full-width.single-product.normal .single-product-wrapper .entry-summary a{
    color: #fff;
}

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

@media (max-width: 1200px) {
    .site-header .navbar-search {
        margin-left: 0;
    }
    ul:not(.slick-dots)[role="tablist"] {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .footer-contact .footer-logo img {
        max-width: 100%;
    }
    .footer-a {
        font-size: 1em;
    }
    .footer-contact .footer-contact-info .icon .tm {
        font-size: 1.5em;
    }
    .footer-contact .footer-contact-info .call-us-title {
        font-size: 1.2em;
    }
    .footer-newsletter input[type="text"] {
        width: 20em;
    }
    .footer-newsletter .media svg,
    .footer-newsletter .newsletter-header {
        margin-right: 5px;
    }
}

@media (max-width: 1024px) {
    .site-header .handheld-header .site-branding {
        max-width: 100%;
        flex-basis: auto;
    }
    .footer-social-icons .social-icons.nav a,
    .site-footer .before-footer-wrap i {
        color: var(--tertiary-color) !important;
    }
    .site-footer {
        background: url("../../img/bg-footer.png") center 40% no-repeat, linear-gradient(0deg, #940103 60%, #fff 40%) center no-repeat #940103;
        background-size: 100%;
    }
}

@media (max-width: 992px) {
    .handheld-navigation.toggled>.handheld-navigation-menu {
        height: 100vh;
    }
    .site-footer {
        background: url("../../img/bg-footer.png") center 24% no-repeat, linear-gradient(0deg, #940103 74%, #fff 22%) center no-repeat #940103;
        background-size: 100%;
    }
    .footer-widgets-block {
        text-align: center;
    }
    .footer-contact .footer-logo img {
        margin: auto;
    }
    .footer-contact-info .media,
    .footer-payment-info .media {
        justify-content: center;
    }
    .footer-contact-info .media .media-body,
    .footer-payment-info .media .media-body {
        flex: 0;
    }
    .footer-email-link {
        justify-content: center;
    }
    .footer-contact-info {
        margin-bottom: 60px;
    }
    .payment-icon-image {
        max-width: 100%;
        min-width: 200px;
    }
    .footer-social-icons .social-icons.nav .nav-item {
        flex: 0 0 auto;
    }
    #section-landscape-product-card-with-gallery .amount {
        font-size: 1em;
    }
    #section-landscape-product-card-with-gallery .price del {
        font-size: .8em;
    }
    .products .product .ecommercepro-loop-product__title,
    .products .product h2,
    .products .product h3 {
        font-size: 1.2em;
        margin: 0 auto 1.5em auto;
        max-width: 100%;
    }
    #section-landscape-product-card-with-gallery img {
        max-width: 280px;
    }
    .section-landscape-product-card-with-gallery .media .media-body .section-header h2 {
        margin: .4em auto;
        max-width: 100%;
        min-height: auto;
        font-size: .5em;
    }
    #section-landscape-product-card-with-gallery .pretitle {
        font-size: .5em;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .products .content-landscape-product-card-with-gallery .price,
    .products .product-carousel-with-timer-gallery .price {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .msg-full-width-inside-main {
        font-size: 18px;
    }
    .banners.home4-banner.techmarket-banner .banner.text-in-left,
    .banners.home4-banner.techmarket-banner .banner.text-in-right {
        margin: 0;
    }
    .destacados-mes header h2 {
        text-align: center;
    }
    .clasification-image {
        text-align: center;
        margin-bottom: 50px;
    }
    .clasification-image img {
        margin: auto;
        max-width: 280px;
    }
    .products .product .ecommercepro-loop-product__title,
    .products .product h2,
    .products .product h3 {
        font-size: 1.2em;
        margin: 0 auto 1.5em auto;
        max-width: 100%;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Lista productos Home">*/
.section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: 50px;
}
.product-list-image {
    font-weight: 700;
}
.products .product .ecommercepro-loop-product__title,
.products .product h2 {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}
.navbar-primary .nav>li,
.primary-navigation .nav>li {
    padding: 0 1em;
}
.primary-navigation .nav>li>a,
.navbar-primary .nav>li>a {
    font-weight: 700;
}
.section-products-carousel-tabs .products .product{
    padding: 15px 7px 15px 7px;
}
.products .product .ecommercepro-loop-product__title, .products .product h2{
    text-align: left;
}
#grid p>a{
    color: #fff!important;
}
/*</editor-fold>*/

/*<editor-fold desc="Proveedores Home">*/
.item-icon{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 100px;
}
.item-icon img{
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.item-icon p{
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 15px;
    font-size: 18px;
}
.item-icon span{
    font-size: 14px;
    color: #1abc9c;
    font-weight: 500;
}
.icon-description{
    margin-top: 5px;
}

.proveedores {
    outline: solid 5px white;
    outline-offset: -5px;
}
.proveedores .item {
    padding: 20px 5px;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-color: #dcdcdc;
    border-width: 1px;
    text-align: center;
    position: inherit;
}
.proveedores .item img {
    margin: auto;
}

@media (min-width: 1200px) {
    .proveedores .item {
        width: 20%;
        max-width: 100%;
        flex: 0 0 20%;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Contacto Home">*/
.contacto-home {
    background-image: linear-gradient(180deg, #ffffff 8.16%, #f1f1f1 8.16%, #f1f1f1 38.52%, #fff 38.52%, #fff 46.68%, #283891 46.68%, #283891 50%, #ffffff 50%, #ffffff 58.16%, #f1f1f1 58.16%, #f1f1f1 88.52%, #fff 88.52%, #fff 96.68%, #283891 96.68%, #283891 100%);
    background-size: 1054.00px 1054.00px;
    margin-top: 60px;
}
.contacto-home #row-contact-home {
    background-image: url("../../img/dilf_final_flip.png");
    min-height: 525px;
    background-repeat: no-repeat;
    background-position: 46% bottom;
    display: flex;
    align-items: center;
    background-size: auto 95%;
}
.contacto-home #formulario {
    margin-left: 20px;
}
.contacto-home h1{
    font-size: 55px;
    margin-bottom: 60px;
}
.contacto-home h2{
    font-size: 45px;
    margin-bottom: 0;
}
.contacto-home h3{
    font-size: 32px;
    margin-bottom: 0;
    color: #909090;
}

.contacto-home #formulario .input-text,
.contacto-home #formulario textarea {
    border: none;
    border-radius: 5px;
    font-size: 15px;
}

.entry-content section.section.terms-conditions img{
    margin: auto;
}

#contact-home-submit{
    display: flex;
    align-items: center;
}

#contact-home-submit .g-recaptcha{
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    margin-left: -20px;
}

#row-contact-home .alert-success, #row-contact-home .alert-danger{
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}

@media (max-width: 1200px) {
    .contacto-home #row-contact-home {
        background-size: auto 75%;
        background-position: 40% bottom;
    }
    .contacto-home #formulario .input-text{
        padding: 5px;
        font-size: 14px;
    }
    .contacto-home h1 {
        font-size: 45px;
    }
    .contacto-home h3 {
        font-size: 25px;
    }
    .contacto-home h2 {
        font-size: 35px;
    }
    .contacto-home #formulario{
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    .contacto-home{
        background: #f1f1f1;
        border-bottom: 35px solid #283891;
    }
    .contacto-home #row-contact-home{
        background: none;
        justify-content: center;
        text-align: center;
        min-height: auto;
        padding-top: 30px;
    }
    .contacto-home h1 {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .contacto-home #formulario .first-name input{
        margin-bottom: 1rem;
    }
}
@media (max-width: 400px) {
    .contacto-home h1 {
        font-size: 35px;
    }
    .contacto-home h3 {
        font-size: 20px;
    }
    .contacto-home h2 {
        font-size: 25px;
    }
}
/*</editor-fold>*/