:root {
    --background-color: #f9f9f9;
    --title-color: #4d4d4d;
}

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

h1, h2, h3, h4, h5, h6 {
    color: var(--title-color);
}

.btn-color-2 {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.btn-color-2:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #999;
    border-color: #999;
}

.select2-container--open .select2-dropdown {
    top: -8px;
    padding: 8px;
    border-color: #c4c4c4;
}

.btn {
    border-radius: 25px;
}

#content {
    overflow-x: hidden;
}

/*<editor-fold desc="Top Bar">*/
.top-bar {
    background: var(--secondary-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 .nav a.color-2 {
    color: var(--secondary-color);
}

.top-bar .nav a.color-3 {
    color: var(--tertiary-color);
}

.top-bar .col-full {
    flex-direction: row;
}

/*</editor-fold>*/

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

.site-header .custom-logo-link img,
.site-header .site-logo-anchor img,
.site-header .site-logo-link img {
    width: 160px;
}

header#masthead {
    background: var(--primary-color);
    padding-top: 0;
    padding-bottom: 0;
}

header#masthead .sticky-wrapper {
    padding: .8em 0;
}

.header-v10 .departments-menu span {
    display: inline-block;
}

.site-header.header-v10 .row {
    flex-wrap: nowrap;
}

.site-header.header-v10 .stretched-row {
    background: #fff;
   margin-top: -2px;
   /* margin-top: 30px; */
}

.header-v10 .departments-menu button {
    width: auto;
}

.header-v10 .departments-menu {
    flex: 0 1 auto;
    max-width: 100%;
    width: auto;
    margin-right: 1em;
}

.header-v10 .departments-menu button {
    color: #fff;
}

.header-v10 .departments-menu button i {
    text-shadow: none;
    font-size: 1.5em;
    padding-right: .4em;
}


.header-v10 .departments-menu.show button::before {
    z-index: 2;
}

.header-v10 .departments-menu > .dropdown-menu {
    top: 20px;
    z-index: 3;
    border-radius: 10px;
}

.header-v10 .departments-menu.show button::after {
    top: 44px;
    left: auto;
    right: 77px;
    width: 36px;
    display: none;
}

.square-color {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #fff;
}

.header-v10 #departments-menu.departments-menu > .dropdown-menu > li > a {
    color: #333440;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.header-v10 #departments-menu.departments-menu > .dropdown-menu > li {
    /*transition: all 200ms;*/
}

.header-v10 #departments-menu.departments-menu span {
    margin-right: auto;
}

.header-v10 #departments-menu.departments-menu > .dropdown-menu > li:hover > a {
    color: #fff;
}

.header-v10 #departments-menu .yamm-content {
    padding: 0;
}

.header-v10 #departments-menu.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li {
    padding: 0 .8em;
}

.header-v10 #departments-menu.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li.nav-title {
    padding: .8em 1.6em;
    border-bottom: 1px solid #ddd;
}

.header-v10 #departments-menu.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li > a {
    padding: .6em .8em !important;
    border-bottom: 1px solid #ddd;
}

.header-v10 #departments-menu.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li:hover > a {
    color: #fff;
}

.header-v10 #departments-menu.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li > a > .nav-subtext {
    padding: .6em 0;
}

.header-v10 #departments-menu.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li:hover > a > .nav-subtext {
    color: #fff;
}

@media (min-width: 1200px) {
    @media (max-width: 1699px) {
        .header-v10 .departments-menu.show button::after {
            right: 49px;
        }
    }
}

.header-v10 .departments-menu button:hover {
    color: var(--tertiary-color);
}

.header-v10 .departments-menu span {
    font-size: .9em;
}

.sticky-wrapper .techmarket-sticky-wrap.stuck {
    background: var(--primary-color);
}

.navbar-search input[type=text] {
    background: #fff;
    border: 0 none;
    padding: .75em 1.5em;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.site-search input[type=search] {
    border: 0 none;
}

.navbar-search button {
    background: #fff;
    color: var(--primary-color);
    border: 0 none;
    min-width: 4em;
    border-radius: 25px;
}

.navbar-search button .search-btn {
    display: none;
}

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

.dot-farmacenter {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

@media (min-width: 1025px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
        padding: .8em 0;
    }

    @media (max-width: 1199px) {
        .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
}

@media (max-width: 1024px) {
    .site-header .handheld-header .with-back-navigation .site-search.active .widget_product_search,
    .site-header .handheld-header .with-back-navigation .site-search.active .widget_search {
        margin-left: -25px;
    }
}

@media (min-width: 1200px) {
    .navbar-search .input-group {
        width: 100%;
        max-width: 500px;
    }
}

@media (min-width: 1650px) {
    .navbar-search .input-group {
        width: 700px;
    }
}

@media (min-width: 2000px) {
    .site-header .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding-left: 0;
        padding-right: 0;
    }

    .site-header .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
        width: 1740px;
        margin-left: auto;
        margin-right: auto;
    }
}

.header-user .nav-link {
    background: #fff;
    color: var(--primary-color);
    font-weight: 500;
    font-size: .9em;
    padding: 8px 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-user .nav-link:hover {
    background: rgba(0, 0, 0, .6);
    color: #fff;
}

.site-header-cart .cart-contents {
    color: #fff;
    justify-content: flex-end;
}

.site-header-cart .cart-contents:hover {
    color: var(--tertiary-color);
}

.site-header-cart .cart-contents .amount {
    font-weight: normal;
    margin-right: .2em;
}

.site-header-cart .cart-contents .count {
    background: red;
    font-size: .8em;
    margin: -16px 0 0 -10px;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5em;
    padding: 0;
    text-indent: -2px;

    border: 2px solid var(--primary-color);

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.header-compare a, .header-wishlist a {
    color: #fff;
}

.header-compare a:hover, .header-wishlist a:hover {
    color: var(--tertiary-color);
}

.site-header .site-header-cart {
    flex: 0 1 auto;
    max-width: 30%;
    width: auto;
    z-index: 10;
}

.site-header.header-v10 .navbar-primary .nav > li {
    padding: 0;
    margin-right: .2em;
}

.site-header.header-v10 .navbar-primary .nav > li:first-child {
    margin-right: 1.6em;
}

.site-header.header-v10 .navbar-primary .nav > li > a {
    color: #444;
    text-transform: none;
    font-weight: normal;
}

.site-header.header-v10 .navbar-primary .nav > li > a.btn-outline-success {
    color: #5cb85c;
}

.site-header.header-v10 .navbar-primary .nav > li > a.btn-outline-success:hover {
    color: #fff;
}

#menu-navbar-primary li > a {
    border-radius: 25px;
    padding: .25rem 1rem;
}

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

        .header-v10 .departments-menu {
            margin-bottom: 0;
        }

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

        .site-header.header-v10 .site-branding {
            flex: 0 0 auto;
            max-width: 20%;
            width: auto;
        }
    }
}

@media (max-width: 1024px) {
    .site-header .handheld-header .handheld-header-cart-link,
    .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-links ul li i {
        color: #fff;
        border-radius: 0;
    }

    header#masthead .sticky-wrapper {
        margin-top: 0;
    }

    .site-header.header-v10 .site-branding {
        padding-top: 15px;
    }

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

    .shop-control-bar {
        display: flex;
        background: var(--secondary-color);
    }
}

.handheld-navigation > .handheld-navigation-menu {
    height: 100vh;
}

/*</editor-fold>*/

/*<editor-fold desc="Home">*/
.features-list-slick {
    position: relative;
    margin-bottom: 2em;
}

.features-list-slick .feature {
    margin: 0 10px;
    padding: 15px;
    background: #fff;
    border: 1px solid #f0f0f0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.features-list-slick .feature .media a {
    display: block;
    text-align: center;
    width: 100%;
}

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

.features-list-slick .feature .media a h5 {
    font-size: .9em;
    font-weight: normal;
    height: 30px;
    margin: 0;
}

.features-list-slick .slick-arrow {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.features-list-slick .slick-arrow:hover {
    background: rgba(0, 0, 0, .3);
}

.features-list-slick .prevArrow {
    left: 0;
    margin-left: -50px;
}

.features-list-slick .nextArrow {
    right: 0;
    margin-right: -50px;
}

.features-list-static {
    position: relative;
    margin-bottom: 2em;
}

.features-list-static .features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.features-list-static .feature {
    margin: 0 10px 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #f0f0f0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.features-list-static .feature .media a {
    display: block;
    text-align: center;
    width: 100%;
}

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

.features-list-static .feature .media a h5 {
    font-size: .9em;
    font-weight: normal;
    height: 30px;
    margin: 0;
}

.features-list-static .static-arrow {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.features-list-static .static-arrow:hover {
    background: rgba(0, 0, 0, .3);
}

.features-list-static .prevArrow {
    left: 0;
    margin-left: -50px;
}

.features-list-static .nextArrow {
    right: 0;
    margin-right: -50px;
}

.full-width {
    width: 100%;
}

.full-width-block {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.full-width-block-inner {
    margin: 0 10px;
    background: #fff;
}

.brands-carousel {
    border: none;
}

.brands-carousel .card {
    border: 2px solid #ebebeb;
}


@media (max-width: 1199px) {

    .features-list-slick .prevArrow {
        height: 100%;
        border-radius: 100%;
        width: 100px;
        justify-content: flex-end;

        margin-left: -30px;

        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .features-list-slick .prevArrow i {
        margin-right: 10px;
    }

    .features-list-slick .nextArrow {
        height: 100%;
        border-radius: 100%;
        width: 100px;
        justify-content: flex-start;

        margin-right: -30px;

        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .features-list-slick .nextArrow i {
        margin-left: 10px;
    }
}

@media (max-width: 992px) {
    .footer-bottom-wrapper {
        text-align: center;
    }

    .footer-contact .footer-logo img {
        margin: auto;
    }
}


@media (max-width: 960px) {
    .swiper-container .swiper-slide:not(.swiper-slide-mobile) {
        display: none;
    }
}

@media (min-width: 961px) {
    .swiper-container .swiper-slide:not(.swiper-slide-web) {
        display: none;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Checkout">*/
.full-width.blog-grid .interna-marcas .hentry .content-body {
    display: none;
}

.full-width.blog-grid .interna-marcas .hentry .media-attachment img, .full-width.blog-grid .interna-marcas .hentry .wp-post-image {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.interna-marcas #main {
    margin: 0 !important;
}

@media (min-width: 992px) {
    .interna-marcas #primary {
        padding: 50px !important;
    }

    .blog-grid .interna-marcas article.post {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .full-width.blog-grid .interna-marcas .hentry .media-attachment img, .full-width.blog-grid .interna-marcas .hentry .wp-post-image {
        max-width: 70%;
    }

    .blog-grid article.post:nth-child(3n+1) {
        clear: none;
    }

    .blog-grid article.post:nth-child(4n+1) {
        clear: both;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Catálogo">*/
.ecommercepro-breadcrumb {
    margin: 1.5em 0;
}

#secondary .widget_product_categories .product-categories,
#secondary .widget_product_categories .widget-title + ul {
    background: #fff;
}

#grid .products .product:not(.first)::before {
    display: none;
}

.products .product {
    border: 1px solid #f0f0f0;
    /*margin: .3em;*/
    margin: .8em;
}

.columns-5 .products:not(.slick-slider) .product {
    border: 1px solid #f0f0f0;
}

.section-products-carousel-tabs .section-title {
    color: var(--title-color);
}

.products .product .price small {
    color: #626060;
}

.products .product .price small i {
    font-size: .8em;
    margin-top: -3px;
    vertical-align: middle;
}

.products .product .other-prices {
    font-size: .9em;
}

.products .product .other-prices span {
    white-space: nowrap;
    margin: 0 2px;
}

.products .product .other-prices span del {
    color: #555;
    background-color: #f0f0f0;
    border-radius: 2px;
    padding: 0 2px;
}

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

@media (min-width: 1200px) {
    .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-color: var(--background-color);
    }
}

@media (min-width: 1170px) {
    .section-products-carousel .products .product.slick-active::after,
    .section-products-carousel-tabs .products .product.slick-active::after {
        display: none;
    }
}

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

    .products .product .hover-area {
        display: block;
    }

    .products:not(.slick-initialized) .product {
        width: 49%;
        margin: .5%;
    }
}

@media (max-width: 420px) {
    .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 1% 0;

        box-shadow: none;
    }
}

@media (min-width: 550px) {
    @media (max-width: 767px) {
        .products:not(.slick-slider) .product {
            flex: 0 0 49%;
            max-width: 49%;
            margin: .5%;

            box-shadow: none;
        }
    }
}

@media (min-width: 768px) {

    @media (max-width: 1199px) {
        .products:not(.slick-slider) .product {
            flex: 0 0 24%;
            max-width: 24%;
            margin: .5%;
        }
    }
}

@media (min-width: 1140px) {
    .products .product .hover-area {
        border: 1px solid #f0f0f0;
        border-top: none;
        left: -1px;
        right: -1px;
    }
}

@media (min-width: 1200px) {
    .columns-5 .products:not(.slick-slider) .product {
        flex: 0 0 19.5%;
        max-width: 19.5%;
        margin: 0.25%;

    }
}

/*</editor-fold>*/

/*<editor-fold desc="Footer">*/
.site-footer .before-footer-wrap {
    border: 0 none;
    padding: 0;
}

.site-footer .before-footer-inner {
    background: #fff;
    margin: 10px;
    padding: 1.5em 0;
}

.footer-bottom-wrapper {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.footer-bottom-inner {
    margin: 10px;
    background: #fff;
}

.site-info {
    background: none;
}

.footer-contact .footer-contact-info .call-us-title {
    text-transform: none;
}

.footer-widgets .widget .widget-title,
.footer-widgets .widget .widgettitle {
    text-transform: none;
}

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

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer strong {
    color: #4d4d4d;
}

.footer-widgets .widget div > ul li a,
.footer-widgets .widget > ul li a {
    color: #4d4d4d;
}

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

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

.footer-newsletter .media-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-widgets .widget div > ul li a:hover {
    color: var(--primary-color);
}

/*</editor-fold>*/

/*<editor-fold desc="General">*/
.ecommercepro-form input[type="tel"],
.ecommercepro-form input[type="number"] {
    padding: 9px;
    background-color: #fff;
    color: #444;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1em;
    border: 1px solid #ebebeb;
}

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

.red-color {
    color: red;
}

.gray-color {
    color: #bcbcbc;
}

.yellow-color {
    color: #eca419;
}

.white-color {
    color: #fff;
}

.bg-gray {
    background-color: #e9e9e9;
}

.bg-round {
    border-radius: 5px;
    padding: 5px;
    color: #fff;
}

.bg-green {
    background-color: var(--primary-color);
}

.bg-red {
    background-color: red;
}

.bg-yellow {
    background-color: #eca419;
}

.pad-0 {
    padding: 0 !important;
}

.pad-5 {
    padding: 5px !important;
}

.pad-15 {
    padding: 15px !important;
}

.pad-25 {
    padding: 25px !important;
}

.pad-50 {
    padding: 50px !important;
}

.pad-25-0 {
    padding: 20px 0 !important;
}

.pad-50-0 {
    padding: 50px 0 !important;
}

.pad-100 {
    padding: 100px !important;
}

hr.full-hr {
    margin: 70px -65px;
    background-color: #c4c4c4;
}

.m-50 {
    margin: 50px auto;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

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

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

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--primary-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider + .slider-info {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(10px, -50%);
}

.slider + .slider-info:before {
    content: attr(data-text-off);
    display: inline-block;
}

input:checked + .slider + .slider-info:before {
    content: attr(data-text-on);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.full-h6 {
    display: block;
    width: 100%;
}

.badge-fc {
    padding: 5px 15px;
    border-radius: 5px;
    margin: 7px 0;
    font-size: 15px;
}

.badge-success {
    background-color: #c7e5d4;
    color: var(--primary-color) !important;
}

.badge-warning {
    background-color: #f6e8cc;
    color: var(--tertiary-color-d4) !important;
}

.badge-warning-fc {
    background-color: #eef11b; 
    color: #000 !important;
}

.badge-danger-fc {
    background-color: #d9534f;
    color: white;
}

.badge-error {
    background-color: #d99595;
    color: red !important;
}

.card {
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    background-color: #fff !important;
}

.card .entry-content {
    padding: 2em 4em;
}

.title-form {
    margin-bottom: 30px;
}

.pad-0-15 {
    padding: 0 15px;
}

.underline {
    text-decoration: underline !important;
}

.uppercase {
    text-transform: uppercase;
}

/*Radio Button*/
.radio-container {
    display: flex;
}

.radio-button {
    cursor: pointer;
    padding-right: 25px;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    display: flex;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

/*input {
    border: 2px solid #c4c4c4!important;
}*/
.radio-button__input {
    opacity: 0;
    position: absolute;
}

.radio-button__control {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    vertical-align: middle;
    background-color: inherit;
    color: var(--primary-color);
    border: 3px solid #b7b7b7;
    border-radius: 30px;
}

.radio-button__input:checked + .radio-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    background-color: var(--primary-color);
    border-radius: 12px;
}

.radio-button__input:checked + .radio-button__control {
    border-color: var(--primary-color);
}

.radio-button__control {
    transform: scale(0.75);
}

/*<editor-fold desc="Select 2">*/
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 25px !important;
    border: 1px solid #c4c4c4 !important;
    height: auto !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form-checkout .has-error .select2-container--default .select2-selection--single,
.form-checkout .has-error .select2-container--default .select2-selection--multiple {
    border-color: #a94442 !important;
    -webkit-box-shadow: 0 0 0px 3px rgba(255, 0, 0, .6);
    -moz-box-shadow: 0 0 0px 3px rgba(255, 0, 0, .6);
    box-shadow: 0 0 0px 3px rgba(255, 0, 0, .6);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 5px 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 40px !important;
    width: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #464a4c !important;
}

.select2-container--open .select2-dropdown--below {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/*</editor-fold>*/

.ecommercepro-form select {
    border-radius: 5px !important;
    border: 2px solid #c4c4c4 !important;
    padding: 5px 15px !important;
    height: auto !important;
    line-height: 28px !important;

    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='10' viewBox='0 0 4 5'%3E%3Cpath fill='%23999' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 10px center !important;
}

.ecommercepro-checkout select {
    border-color: #ebebeb; /* TODO: Unificar colores*/
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='10' viewBox='0 0 4 5'%3E%3Cpath fill='%23999' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 10px center !important;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.ecommercepro-form .form-row {
    padding-left: 0;
    padding-right: 0;
}

.ecommercepro-form input[type="text"],
.ecommercepro-form input[type="password"],
.ecommercepro-form input[type="number"],
.ecommercepro-form input[type="tel"],
.ecommercepro-form input[type="date"],
.ecommercepro-form input[type="email"],
.ecommercepro-form select,
.ecommercepro-form textarea {
    border: 1px solid #b7b7b7 !important;
    border-radius: 25px !important;
    padding: 9px 20px;
}

.ecommercepro-form .input-group .form-control:not(:first-child) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.ecommercepro-form .input-group .form-control:first-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ecommercepro-form .input-group .input-group-btn:first-child button {
    border: 1px solid #b7b7b7 !important;
}

.contact-form select {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='10' viewBox='0 0 4 5'%3E%3Cpath fill='%23999' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 10px center !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-25 {
    border-radius: 25px !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

.btn.btn-outline-success {
    background-color: transparent;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    border-radius: 25px !important;
}

.btn.btn-outline-success:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.btn.btn-outline-danger {
    background-color: transparent;
    border-color: #e9132a !important;
    color: #e9132a !important;
    border-radius: 25px !important;
}

.btn.btn-outline-danger:hover {
    background-color: #e9132a !important;
    color: #fff !important;
}

#carrito_detalles .shop_table label {
    justify-content: start;
    font-weight: 500;
}

#primary .mensaje {
    position: relative;
}

#carrito_detalles #cart-cupones {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

#carrito_detalles .shop_table #inp-cupones {
    flex-grow: 2;
    margin-right: 15px;
    padding: 3px 5px;
    border-radius: 3px !important;
}

#carrito_detalles .shop_table #str-cupones,
#carrito_detalles .shop_table #str-giftcards {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    background: #f0f0f0;
    border-radius: 5px;
    margin-right: 10px;
}

#carrito_detalles .shop_table tfoot tr:nth-last-child(2) td,
#carrito_detalles .shop_table tfoot tr:nth-last-child(2) th {
    padding-bottom: 0;
}

#carrito_detalles .shop_table tfoot tr:nth-last-child(1) td,
#carrito_detalles .shop_table tfoot tr:nth-last-child(1) th {
    padding-bottom: .733em;
}

.ecommercepro-form-login a {
    font-size: 1em !important;
}

.boldy {
    font-weight: 500 !important;
}

.add-new {
    float: right;
}

.inline-btn-container {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.inline-btn-container button {
    width: 100%;
    margin: 2px;
}

.table-borderless td {
    border-top: none !important;
}

/*</editor-fold>*/

/*<editor-fold desc="Header">*/
.header-user .login-link {
    font-size: 15px;
    text-align: center;
}

.header-user {
    min-width: 130px;
}

#profile-dropdown-row {
    margin: 0;
    margin-bottom: 10px;
    align-items: center;
}

#profile-dropdown-row h4 {
    min-height: auto;
}

.header-user button, .header-user button i {
    font-size: .95em !important;
}

.header-user button {
    padding: 8px 15px !important;
    color: #fff;
    background: none !important;
}

.header-user .departments-menu.show button::before {
    left: auto !important;
    right: 4px !important;
}

.header-user .departments-menu.show button::after {
    left: auto !important;
    top: 39px !important;
    right: 12px !important;
    width: 28px !important;
}

.header-user .departments-menu > .dropdown-menu {
    top: 15px;
    left: auto !important;
    right: -5px;
    padding: 15px;
    border: 2px solid #eee;
    min-width: 300px;
}

.header-user .departments-menu > .dropdown-menu > li {
    padding: 0 !important;
    border: none;
}

.header-user .departments-menu > .dropdown-menu > h4 {
    color: #b8b8b8 !important;
    min-height: auto !important;
}

.header-user .departments-menu > .dropdown-menu > li > a {
    border: none;
}

.header-user .departments-menu > .dropdown-menu > li > a > i {
    margin-right: 10px;
    color: #b8b8b8 !important;
    width: 18px;
    text-align: center;
}

.header-user .departments-menu > .dropdown-menu > li > a:hover {
    color: var(--primary-color) !important;
}

.header-user .departments-menu > .dropdown-menu > li > a:hover > i {
    color: var(--primary-color) !important;
}

.header-user .departments-menu hr {
    margin: 15px auto 10px auto;
    color: #e9e9e9 !important;
}

.header-user .logout-link a {
    font-size: 17px !important;
    color: var(--primary-color) !important;
}

.header-user .departments-menu > .dropdown-menu > li.logout-link > a > i {
    font-size: 20px !important;
    color: var(--primary-color) !important;
}

.header-user .profile-picture {
    border: none !important;
}

.header-location li a {
    color: #fff;
    white-space: nowrap;
}

header#masthead button img.profile-picture {
    width: 24px;
    margin-right: 5px;
    background-color: #fff;
}

@media (max-width: 1700px) {
    .header-user .departments-menu.show button::after {
        right: -10px !important;
    }
}

@media (max-width: 1330px) {
    #site-header-cart {
        margin: 0;
    }

    .header-user > li, .header-user > li > button {
        margin: 0 !important;
    }
}

@media (max-width: 1200px) {
    .header-user .departments-menu.show button::after {
        right: 12px !important;
    }

    header#masthead button img.profile-picture {
        width: 15px;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Detalle Producto">*/
.single-product .single-product-header {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.single-product .product_title {
    font-size: 2.2em;
}

.single-product .single-product-meta .cat-and-sku > span {
    color: #444444;
    margin-bottom: 15px;
}

.single-product .single-product-meta {
    padding-bottom: 0;
    border: 0;
}

.single-product .single_add_to_cart_button {
    border-radius: 10px;
    background-color: var(--primary-color);
    color: #fff;
}

.single-product .single_add_to_cart_button:hover {
    background-color: var(--primary-color-d10);
    border-color: var(--primary-color-d10);
}

.products .product {
    border-radius: 25px;
}

.products .product .add_to_cart_button {
    border-color: #74bd43;
    color: #74bd43;
    font-weight: 400;
}

.products .product .add_to_cart_button:hover {
    border-color: #74bd43;
    background-color: #74bd43;
    color: #fff;
}

.section-products-carousel-tabs .products .product:focus .hover-area, .section-products-carousel-tabs .products .product:hover .hover-area {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.widget_shopping_cart .product_list_widget .mini_cart_item .remove, .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove {
    background-color: transparent;
    color: #292b2c;
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery {
    flex-direction: column-reverse;
    align-items: center;
    padding: 15px;
}

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

.single-product .slick-vertical .slick-slide {
    max-width: 25%;
    display: inline-block;
    padding: 10px;
}

.single-product .slick-slider .slick-track {
    height: auto !important;
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-list {
    height: auto !important;
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images .slick-slide img {
    cursor: zoom-in;
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-slide img,
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-current img {
    border-radius: 10px;
    cursor: pointer;
}

#add-to-list {
    padding: 0;
    cursor: pointer;
}

#add-to-list i.fa-heart {
    font-size: 22px;
}

#add-to-list span {
    padding: 5px;
    border-radius: 5px;
}

#share-in {
    margin-left: 40px;
}

#share-in a {
    margin-left: 15px;
    font-size: 20px;
}

.full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
    flex: 0 0 36%;
    max-width: 36%;
    margin-right: 6%;
    margin-left: 6%;
}

.full-width.single-product.normal .single-product-wrapper .entry-summary {
    flex: 0 0 50%;
    max-width: 50%;
}

.single-product .product-actions .single-price.price {
    width: 55% !important;
    max-width: 100%;
    color: #444444;
    font-size: 15px !important;
    font-weight: normal !important;
    padding-right: 0 !important;
}

.single-product .product-actions .single-price.price.pad-0 td {
    padding: 0;
}

.single-product .product-actions .single-price.price td {
    vertical-align: middle;
}

.single-product .product-actions .single-price.price span.prev_price {
    text-decoration: line-through;
    background-color: #e9e9e9;
}

.site-header .widget_shopping_cart_content p.total {
    font-weight: 500;
}

/*#producto-precio {
    font-size: 22px;
    font-weight: 500;
}*/

.ecommercepro-mini-cart__buttons.buttons .button.wc-forward.success {
    background-color: transparent;
    border: 1px solid #74bd43;
    color: #74bd43;
}

.ecommercepro-mini-cart__buttons.buttons .button.wc-forward.success:hover {
    background-color: #74bd43;
    color: #fff;
}

.widget_shopping_cart .product_list_widget .mini_cart_item .remove:before, .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove:before {
    font-weight: 600;
    color: #000;
}

.single-product .product-actions .single-price.price.fiel_precio {
    border-radius: 10px;
    font-size: 17px !important;
    margin-bottom: 25px;
}

.single-product .product-actions form.cart .single_add_to_cart_button {
    margin-right: 0;
}

.stock-control {
    font-size: 14px;
}

/*Qty button*/
.qty-button {
    background-color: #e9e9e9 !important;
    color: var(--primary-color) !important;
    font-size: 38px !important;
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0;
    transition: none;
    border-radius: 0;
    border: 0;
    width: 53px !important;
    height: 53px;
}

.qty-button:focus, .qty-button:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.qty-button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.qty-button.minus {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.qty-button.plus {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    float: right;
}

.qty-container div.quantity {
    float: left;
    display: inline-block;
}

.qty-container .quantity input.qty {
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 53px;
    /*width: 85px;*/
    width: 75px;
    box-shadow: none;
    font-size: 15px;
    border: 0 !important;
}

.qty-container {
    border: 1px solid var(--primary-color) !important;
    border-radius: 10px;
}

.qty-container .quantity input::-webkit-outer-spin-button,
.qty-container .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-container .quantity input[type=number] {
    -moz-appearance: textfield;
}

.cliente-fiel-middle {
    width: 100%;
}

.single-product .single-product-wrapper .product-actions-wrapper .product-actions label {
    padding: 5px 15px !important;
}

.single-product .single-product-wrapper .product-actions-wrapper .product-actions label::before {
    display: none !important;
}

#producto-precio-fiel {
    font-weight: 500;
    font-size: 20px;
}

.products .product .onsale {
    background-color: #fff !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 10px !important;
    line-height: 30px !important;
    font-size: 15px !important;
    right: auto !important;
    top: 5px;
    left: -25px !important;
    padding: 0 !important;
}

.products .product .onsale .amount {
    height: 30px !important;
    padding: 6px;
}


.products .product .onsale.oferta {
    background-color: #e22323 !important;
    padding-left: 15px !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.products .product .onsale.oferta:before {
    background-color: #e22323 !important;
}

.products .product .onsale.oferta .amount {
    border-left: 1px solid #fff;
}

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

.products .product .price {
    border: 1px solid var(--primary-color);
    border-radius: 25px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    padding-left: 7px;
    overflow: hidden;
    font-size: 14px;
}

.products .product .price ins {
    display: none;
}

.products .product .price .amount {
    padding-right: 12px;
    padding-left: 7px;
    background-color: var(--primary-color);
    color: #fff;
    margin-right: -5px;
    display: inherit;
    line-height: 1.6em;
}

@media (max-width: 1400px) {
    .single-product .product-actions form.cart .single_add_to_cart_button {
        margin-left: 15px;
    }

    .qty-container .quantity input.qty {
        width: 60px;
    }

    .single-product .product-actions .single-price.price {
        width: 70% !important;
    }
}

@media (max-width: 1200px) {
    .qty-container .quantity {
        padding-right: 0 !important;
    }

    .qty-container .quantity input.qty {
        width: 40px;
    }

    .qty-button {
        font-size: 35px !important;
        width: 35px !important;
    }

    .single-product .product-actions form.cart .quantity {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }

    .full-width.single-product.normal .single-product-wrapper .entry-summary {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .qty-container {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .single-product .product-actions .single-price.price {
        width: 90% !important;
        margin: auto;
        margin-bottom: 25px !important;
        padding-right: 0 !important;
    }

    .full-h6 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .cliente-fiel-middle {
        text-align: center;
        margin-bottom: 20px;
    }

    .cliente-fiel-middle a {
        display: block;
    }

    .normal.full-width.single-product .product-actions form.cart {
        flex-direction: column;
        width: 100%;
    }

    .single-product-wrapper {
        margin-top: 20px;
    }

    .products .product .other-prices {
        display: block;
    }

    .products .product .onsale {
        left: 0 !important;
    }

    .products .product .price {
        padding-left: 5px;
        font-size: 13px;
    }

    .products .product .price .amount {
        padding-right: 7px;
        padding-left: 5px;
        line-height: 1.7em;
    }
}

@media (max-width: 768px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery {
        flex-direction: column;
    }

    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails {
        width: 100%;
    }

    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-slide img {
        width: 100%;
    }

    .products .product .price {
        font-size: 14px;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Mi cuenta">*/
.header-full {
    text-align: center;
    background-color: #fff;
    margin-bottom: 25px;
}

.header-full .entry-title {
    padding: 50px 0;
    text-transform: uppercase;
    margin: 0;
}

.header-full ul {
    justify-content: center;
}

.header-full .nav-link {
    padding: 0;
}

.header-full .nav-tabs .nav-item.show .nav-link,
.header-full .nav-tabs .nav-link.active {
    border: 0;
}

.header-full .nav-tabs .nav-link:focus,
.header-full .nav-tabs .nav-link:hover {
    border: 0;
}

.header-full .nav-tabs .nav-item {
    min-width: 150px;
    max-width: 100%;
}

.header-full .nav-link.active {
    font-weight: 500;
}

.header-full .nav-link.active::after {
    content: ' ';
    border-bottom: 3px solid transparent;
    display: block;
    position: relative;
    bottom: -1px;
    padding-top: 9px;
    border-color: var(--primary-color);
}

.profile-picture {
    position: relative;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    max-width: 100%;
    width: 150px;
    margin: auto;
}

.profile-picture img {
    border-radius: 50%;
}

#hover-change-profile {
    opacity: 0;
    z-index: 100;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #01964196;
    cursor: pointer;
    color: #fff;
}

#hover-change-profile:hover {
    opacity: 1;
}

input[name="imagen"] {
    display: none;
}

.form-100 {
    width: 100%;
    align-items: center;
}

#password-label {
    display: inline-block;
}

.ecommercepro-LostPassword.lost_password {
    float: right;
}

.before-login-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.before-login-text span {
    background-color: #fff;
    padding: 10px;
}

.img-perfil-full {
    min-width: 146px;
    min-height: 146px;
}

.form-select-2 .select2-container {
    width: 100% !important;
}

#save-img {
    margin: auto;
}

.togglePassword {
    position: absolute;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
}

#login-tabs, #login-tabs-content {
    width: 100%;
    overflow: hidden;
}

#login-tabs .nav-item {
    width: 50%;
}

/*</editor-fold>*/

/*<editor-fold desc="Mis direcciones">*/
.individual-card.card {
    padding: 15px;
    flex-direction: row;
    margin-bottom: 25px;
}

.individual-card-acciones {
    position: absolute;
    bottom: 20px;
}

/*</editor-fold>*/

/*<editor-fold desc="Mis rucs">*/
#frm-ruc .switch {
    display: block;
    margin: auto !important;
}

#last-switch {
    text-align: center;
}

.predeterminado {
    display: flex;
    justify-content: flex-end;
}

.predeterminado h3 {
    margin-left: 10px !important;
}

.card-predeterminado {
    border: 1px solid var(--primary-color);
}

@media (max-width: 768px) {
    #last-switch {
        text-align: left;
    }

    #frm-ruc .switch {
        margin: 0 !important;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Carrito">*/
#frm-carrito {
    margin-bottom: 0 !important;
    height: 100%;
}

.cart-collaterals .cart_totals {
    padding: 30px;
    border-radius: 25px;
}

.cart-collaterals .wc-proceed-to-checkout {
    border: 0;
}

.cart-collaterals .cart_totals .shop_table td .ecommercepro-Price-amount {
    font-weight: 500;
}

#frm-carrito table.cart thead th.product-name {
    padding: 10px 40px !important;
}

#frm-carrito table.cart thead th {
    font-weight: 500;
    font-size: 16px;
    color: #4d4d4d;
}

.cart-collaterals .back-to-shopping {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

.cart-h4 {
    border-bottom: 1px solid #b7b7b7 !important;
    padding: 20px 40px;
}

.cart-collaterals .cart_totals > h4 {
    border-bottom: 1px solid #bebebe !important;
    padding-bottom: 15px;
}

.cart-collaterals .cart_totals .shop_table tr:last-child th {
    font-weight: 500;
}

.cart-collaterals .cart_totals .shop_table tr:last-child td {
    font-weight: 500;
}

table.cart a.remove:before {
    content: "\f1f8";
    font-family: 'FontAwesome';
    font-size: 20px;
    margin-top: -5px;
    color: #e9132a !important;
}

table.cart td.product-name {
    padding-left: 20px;
}

table.cart td.product-subtotal {
    /*padding-right: 25px;*/
    padding-right: 0;
}
table.cart tbody tr td:last-child{
    padding-right: 15px;
    min-width: 135px;
}
table.cart td.product-price {
    font-weight: normal;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.header-full.cart-title {
    text-align: left;
    border-bottom: 2px solid #eceeef;
}

.header-full.cart-title .entry-title {
    padding: 20px 0;
}

table.cart td.product-name .cart-item-product-detail .media-body a {
    color: black;
    font-size: 1.4em;
}

.variante_propiedades {
    font-size: 1.3em;
    color: #4d4d4d;
}

input[name="update_cart"] {
    border: none !important;
}

.product-quantity .qty-container {
    border: none !important;
    max-width: 191px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-quantity .qty-button {
    border-radius: 50%;
    color: #b8b8b8 !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 28px !important;
}

.product-quantity .qty-button.minus {
    border: 1px solid #b8b8b8;
}

.product-quantity .qty-button.plus {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.product-quantity .qty-button.minus:focus,
.product-quantity .qty-button.minus:hover {
    background-color: #e9e9e9 !important;
}

.product-quantity .qty-button:focus {
    outline: 0;
}

table.cart td.product-price {
    font-weight: normal;
}

.site-header .handheld-header .handheld-header-cart-link .count {
    background-color: red;
}

.alert-cart {
    display: flex;
    align-items: center;
    position: relative;
}

.alert-cart.bg-yellow {
    background-color: #fdecbe;
}

.alert-cart.bg-yellow svg {
    color: #fdb601;
}

.alert-cart.bg-yellow * {
    margin-right: 10px !important;
}

.alert-cart.bg-green {
    background-color: var(--primary-color);
    padding: 5px 40px;
    justify-content: space-between;
}

.alert-cart.bg-green .profile-picture {
    width: 50px;
    margin: 0;
}

.alert-cart .close-alert {
    margin-left: auto;
    cursor: pointer;
}

.alert-cart .close-alert.close-green {
    margin-left: 35px;
}

.alert-cart.bg-green button {
    margin-left: auto;
}

.svg-container {
    width: 30px !important;
    height: 30px !important;
}

.container-alert {
    display: flex;
    align-items: center;
}

.container-alert .item-alert {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

#client-fiel-cart-data {
    width: 50%;
    justify-content: space-between;
}

.canjear {
    margin-left: auto;
    text-align: center;
}

#frm-carrito .text-warning {
    display: none;
    line-height: normal;
    margin-top: 5px;
}

#frm-carrito .text-warning .info-local {
    display: none;
}

#frm-carrito .text-warning.stock {
    display: block;
    color: #f00 !important;
}

#frm-carrito .text-warning.stock_local {
    display: block;
    color: #eca419 !important;
}

#frm-carrito .text-warning.stock_local .info-local {
    display: inline;
}

#tbl-total-carrito .alerta-stock {
    font-size: .8em;
    display: inline-block;
    line-height: normal;
    margin: 10px 0 0;
}

#tbl-total-carrito .alerta-stock a {
    display: inline !important;
    color: inherit;
    text-decoration: underline;
}

#frm-carrito table.cart td, #frm-carrito table.cart th {
    border-top: 1px solid #b7b7b7 !important;
}

@media (max-width: 1440px) {
    .svg-container {
        margin-bottom: auto;
    }

    .alert-cart.bg-yellow .container-alert {
        display: block;
        margin-right: 30px !important;
    }

    .alert-cart .close-alert {
        position: absolute;
        right: 0;
        top: 40%;
    }

    .alert-cart .close-alert.close-green {
        right: 15px;
        top: 35%;
    }

    #client-fiel-cart-data {
        width: 60%;
        justify-content: space-between;
    }
}

@media (max-width: 992px) {
    .cart-collaterals .cart_totals {
        margin-top: 30px;
    }

    .hidden-xs {
        display: none;
    }

    .alert-cart.bg-green {
        padding: 5px 40px 5px 5px;
    }

    .canjear {
        font-size: 12px;
        max-width: 35%;
    }
}

@media (max-width: 768px) {
    .cart-h4 {
        padding: 15px;
        text-align: center;
    }

    table.cart td.product-name .media.cart-item-product-detail .media-body.align-self-center {
        text-align: left;
    }

    .cart-wrapper {
        padding: 0 15px;
    }

    .cart-wrapper .cart-collaterals {
        padding: 0;
    }

    table.cart td.product-name {
        padding-left: 15px;
    }

    table.cart tbody td.product-quantity {
        padding: 5px 15px;
    }

    table.cart:not(.wishlist_table) tbody tr:first-child td {
        border: none !important;
    }

    /*table.cart td.product-subtotal a.remove {
        display: block !important;
    }*/
    #frm-carrito {
        margin-bottom: 30px !important;
    }

    table.cart td.product-name .cart-item-product-detail .media-body a {
        font-size: 1.2em;
    }

    .variante_propiedades {
        font-size: 1em;
    }

    table.cart td.product-subtotal {
        padding-right: 15px;
    }
}

@media (max-width: 418px) {
    .shop_table #btn-guardar-lista {
        margin-bottom: 10px;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Checkout">*/
.header-full.checkout-title header {
    display: flex;
    align-items: center;
}

.checkout-title .stepwizard {
    width: 50%;
}

.form-checkout .stepwizard-row:before {
    top: 20px;
    height: 2px;
    left: 16.5%;
    width: 67%;
}

.form-checkout .stepwizard-row.active-step-2:before {
    background: linear-gradient(90deg, var(--primary-color) 50%, #ccc 50%);
}

.form-checkout .stepwizard-row.active-step-3:before {
    background: var(--primary-color);
}

.form-checkout .stepwizard-step .btn-primary,
.form-checkout .stepwizard-step .btn-secondary {
    border-radius: 50%;
    padding: .5rem .9rem;
}

.form-checkout .stepwizard-step .btn-secondary {
    background-color: #cccccc;
    color: #8f8f8f;
}

.form-checkout .stepwizard-step .btn-secondary.active {
    background-color: #fff;
    border-color: var(--primary-color);
}

.form-checkout .stepwizard-step p {
    font-size: 13px;
}

.order-review-wrapper .shop_table tfoot td .ecommercepro-Price-amount {
    font-weight: normal;
}

form.checkout label {
    font-weight: 500;
}

.form-checkout .setup-content.disabled {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}

/*</editor-fold>*/

/*<editor-fold desc="Marcas">*/
.brands-carousel img {
    opacity: 1;
}

#all-marcas {
    margin: 0;
    display: block;
}

#all-marcas .column {
    display: inline-block;
}

#all-marcas span {
    width: 25%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
}

#all-marcas-nav a {
    margin: 5px;
    border-radius: 10px;
    padding: 5px 13px;
    border: 1px solid #eceeef;
    background-color: #fff;
    color: var(--title-color) !important;
    font-size: 14px;
}

#all-marcas-nav a:first-child {
    margin-left: 0;
}

#all-marcas-nav a.ln-selected {
    border-color: var(--primary-color);
}

#marcas input {
    border: 1px solid #c4c4c4 !important;
    min-width: auto;
    max-width: 100%;
    color: var(--title-color) !important;
}

#marcas .feedback-icon {
    position: absolute;
    width: auto;
    right: 15px;
    margin-top: 0;
    top: 15px;
    z-index: 10;
}

.marcas-parent .section-banner-cols {
    margin-bottom: 0;
}

.section-banner-cols img {
    border-radius: 25px;
}

@media (max-width: 1200px) {
    #all-marcas span {
        width: 50%;
    }
}

@media (max-width: 992px) {
    #all-marcas-nav .ln-letters {
        margin: auto;
        text-align: center;
        display: block;
        position: relative;
    }

    #all-marcas span {
        width: 100%;
    }

    #all-marcas-nav a {
        display: inline-block;
        position: relative;
        float: none;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Footer">*/
#frm-newsletter button {
    background-color: #00a950;
    border: 1px solid #00a950;
    border-radius: 25px !important;
    color: #fff !important;
    width: 20%;
    margin-left: 2%;
    font-weight: 500;
}

#frm-newsletter input {
    max-width: 100%;
    width: 35%;
    border-radius: 25px !important;
    border: 1px solid #b7b7b7;
}

#frm-newsletter span {
    max-width: 100%;
    width: 5%;
}

.footer-newsletter .newsletter-header {
    width: 20%;
}

.footer-newsletter .newsletter-body {
    width: 80%;
}

.footer-newsletter .newsletter-title {
    font-size: 1.58em;
}

@media (max-width: 1440px) {
    .footer-newsletter .newsletter-header {
        margin-right: 0;
        width: 18%;
    }
}

@media (max-width: 1200px) {
    .footer-newsletter {
        display: block;
        text-align: center;
    }

    .footer-newsletter .newsletter-header {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-newsletter .newsletter-body {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .footer-newsletter .newsletter-body form {
        padding: 0;
    }

    #frm-newsletter input {
        width: 25%;
    }

    #frm-newsletter span {
        padding: 0 !important;
        margin: auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #frm-newsletter input {
        width: 100%;
        margin: 15px auto;
    }

    #frm-newsletter button {
        width: 100%;
        margin-left: 0;
    }

    footer .site-info .col-full {
        display: block;
    }

    footer .site-info .col-full .col-sm-12 {
        margin-bottom: 15px;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Internas">*/
.page-header-caption .dropdown {
    display: none;
    float: right;
    margin: .9em .9em 0 0;
}

.page-header-caption h2 {
    clear: none;
}

@media (max-width: 1199px) {
    #secondary {
        display: none;
    }

    .page-header-caption .dropdown {
        display: block;
    }

    #content {
        margin-top: 1em;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Sucursales">*/
table .suc-title-th {
    padding-left: 40px;
}

table .suc-title {
    padding-left: 35px;
}

table .suc-address p:last-child {
    display: flex;
    align-items: center;
}

table .suc-address p i, table .suc-address p span {
    margin-right: 7px;
}

#servicios-comunes {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

#info-succ-interna table {
    width: 50%;
    max-width: 100%;
    margin-left: 5%;
}

#map {
    height: 450px;
}

#add-mapa.agregado:after {
    content: "\f058";
    font-family: FontAwesome;
    vertical-align: middle;
    margin-left: 5px;
    color: #0f834d;
}

.r-pill__group {
    width: 100%;
    text-align: center;
    justify-content: space-between;
}

.r-pill__item {
    position: relative;
}

.r-pill input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 2px solid;
    height: 100%;
    left: 0;
    opacity: .00001;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.r-pill__item label {
    border: 2px solid transparent;
    color: var(--primary-color) !important;
    padding: .5em .75em !important;
    min-width: 100px;
    max-width: 100%;
    background-color: #eae9e9;
}

.r-pill[disabled] .r-pill__item input:checked + label:hover, .r-pill__item input:checked + label {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.r-pill input[type=radio]:checked + label:before,
.r-pill input[type=radio]:not(:checked) + label:before {
    display: none !important;
}

.r-pill input[type=radio]:checked + label:after,
.r-pill input[type=radio]:not(:checked) + label:after {
    display: none !important;
}

@media (max-width: 1600px) {
    .r-pill__group {
        justify-content: center;
    }

    .r-pill__item {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    #search-sucursales .search-btn {
        display: none;
    }
}

@media (max-width: 992px) {
    .sucursales table tbody {
        display: block;
    }

    .sucursales table tbody tr > td {
        display: block;
        width: 100%;
        padding: .8em !important;
    }

    .sucursales table tbody tr {
        display: block;
    }

    .sucursales table tbody tr > td.suc-title h6 {
        margin: 0;
    }

    .sucursales table tbody tr:first-child {
        display: none;
    }

    table .suc-title {
        border-top: 1px solid #4d4d4d;
    }

    #info-succ-interna table {
        width: 100%;
        margin-left: 0;
    }
}

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

.yith-wcwl-add-to-wishlist.agregado .add_to_wishlist:before {
    content: '\f004';
    color: var(--secondary-color);
}

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

.yith-wcwl-add-to-wishlist.with-promo-logo {
    top: 70px;
}

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

@media (min-width: 768px) {
    @media (max-width: 1024px) {
        ul.header-compare.nav, ul.header-wishlist.nav {
            margin-left: 0 !important;
        }
    }
    @media (max-width: 1199px) {
        ul.header-compare.nav, ul.header-wishlist.nav {
            margin-bottom: 0 !important;
        }
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Temporal Pass">*/
#pass {
    font-size: 2.5em;
    max-width: 100%;
    width: 300px;
    margin: auto;
    text-align: center;
    font-weight: 500;
}

.login-temp-pass {
    font-size: 1.3em;
    max-width: 100%;
    width: 100% !important;
    margin: auto;
    font-weight: 500 !important;
    border-radius: 10px;
}

/*</editor-fold>*/

/*<editor-fold desc="Promociones">*/
#content.promociones .banner-image {
    width: 100%;
}

#promos_destacadas {
    align-items: center;
}

#promos_destacadas img {
    width: 100%;
}

/*</editor-fold>*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-autocomplete .ui-menu-item a span.info span.precio-fiel i {
    font-size: .7em;
    vertical-align: middle;
}

.ui-autocomplete .ui-menu-item a span.info span.precio {
    color: #777;
    margin-left: 10px;
}

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

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

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

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

#div-change-pass .form-group {
    position: relative;
}

#div-change-pass .togglePassword {
    bottom: 12px;
}

.ecommercepro-form input.obli,
.ecommercepro-form select.obli,
.ecommercepro-form .obli input,
.ecommercepro-form .obli select {
    border-color: #a94442;
    -webkit-box-shadow: 0 0 0 3px rgb(255 0 0 / 60%);
    -moz-box-shadow: 0 0 0 3px rgba(255, 0, 0, .6);
    box-shadow: 0 0 0 3px rgb(255 0 0 / 60%);
}

.form-checkout div.opciones-carrito a {
    font-size: 18px;
}

#checkout-title.stuck {
    position: fixed;
    right: 0;
    left: 0;
    top: 65px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 7px -1px rgb(0 0 0 / 66%);
}

.shop_table .badge-warning {
    color: #43454b !important;
    background-color: #fdecbe;
    display: inline-block;
}

@media (max-width: 992px) {
    .checkout-title .stepwizard {
        width: 70%;
    }

    #checkout-title {
        padding: 5px 0;
    }

    #checkout-title.stuck {
        top: 80px;
    }

    form.ecommercepro-checkout.checkout .formulario > .row {
        margin: 0;
    }

    .header-full .nav-tabs .nav-item {
        min-width: 120px;
        font-size: 14px;
    }

    .card .entry-content {
        padding: .5em 0;
    }

    .cart-h4 {
        padding: 20px 0;
    }
}

#producto-precio-lista {
    text-decoration: line-through;
}

@media (max-width: 768px) {
    .pad-50 {
        padding: 25px !important;
    }

    #checkout-title header h2 {
        font-size: 18px;
    }
}

@media (max-width: 460px) {

    #social-container {
        flex-direction: column !important;
    }

    #social-container .login-button-social {
        width: 100%;
        margin: 5px 0 !important;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Horarios de entrega">*/
#tbl-Delivery .disabled,
#tbl-Pickup .disabled {
    opacity: .4 !important;
    text-decoration: line-through;
}

#horario-picker-modal .card {
    margin-top: 1em;
    text-align: center;
    overflow: hidden;
    border-color: #c4c4c4;
}

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

    background: var(--primary-color);
    color: #fff;
}

#horario-picker-modal .card .card-header a {
    display: block;
    color: #fff;
    padding: 0.55rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

#horario-picker-modal .card .card-header a.collapsed {
    border-bottom: 0 none;
}

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

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

/*</editor-fold>*/

/*<editor-fold desc="Día F">*/
#dia-f-counter-wrapper {
    background: #e9132a;
    color: #fff;
    height: 65px;
    margin: -.8em -.5em -.8em -2.2em;
    position: relative;
    padding: 0 1em 0 50px;
    overflow: hidden;
}

#dia-f-counter-wrapper:before {
    content: '';
    display: block;
    width: 100px;
    height: 130px;
    transform: translate(-100%, calc(-50% - 2px));
    background: var(--primary-color);
    border-radius: 50%/40%;
    position: absolute;
}

#dia-f-counter-bottom-line {
    display: block;
    height: 2px;
    background: #e9132a;
    position: absolute;
    right: 0;
    top: 63px;
    width: 100vw;
    z-index: 1;
}

#dia-f-counter-wrapper > a {
    display: flex;
    padding: .5em 0;
    height: 65px;
    text-align: center;
    color: #fff;
    align-items: center;
}

#dia-f-counter-wrapper > a:hover {
    color: var(--tertiary-color);
}

#dia-f-counter-wrapper > a div.logo {
    padding: 0 .8em 0 .4em;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
}

#dia-f-counter-wrapper > a div img {
    max-height: 26px;
    filter: brightness(10);
}

#dia-f-counter-wrapper > a div p {
    margin: 0;
    font-size: .8em;
}

#dia-f-counter-wrapper > a div .timer {
    font-weight: 500;
    font-size: 1.1em;
    min-width: 80px;
    text-align: center;
}

#dia-f-counter-wrapper > a div .porcentaje,
#dia-f-counter-wrapper-mobile > a div .porcentaje {
    background: #fff;
    color: #e9132a;
    padding: 0 2px 0 10px;
    border-radius: 2px;
    display: inline-block;
    height: 18px;
    line-height: 20px;
    position: relative;
    font-weight: 500;
    vertical-align: middle;
}

#dia-f-counter-wrapper > a:hover div .porcentaje,
#dia-f-counter-wrapper-mobile > a:hover div .porcentaje {
    background: var(--tertiary-color);
}

#dia-f-counter-wrapper > a div .porcentaje:before,
#dia-f-counter-wrapper-mobile > a div .porcentaje:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 1px;
    left: 0;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 7px solid #e9132a;
}


@media (min-width: 1200px) {
    #dia-f-counter-wrapper {
        margin: -.8em -4.6875% -.8em -2.2em;
    }
}

@media (min-width: 2000px) {
    #dia-f-counter-wrapper {
        margin-right: 15px;
    }

    #dia-f-counter-bottom-line {
        margin-right: 4.6875vw;
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .row {
        position: relative;
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .row #dia-f-counter-wrapper,
    .sticky-wrapper .techmarket-sticky-wrap.stuck .row #dia-f-counter-bottom-line {
        margin-right: 0;
    }
}


#dia-f-counter-wrapper-mobile {
    background: #e9132a;
    margin: 0;
    padding: 5px 15px;
    position: sticky;
    top: 70px;
    z-index: 100;
    /*box-shadow: 0 0 17px -1px rgb(0 0 0 / 66%);*/
}

#dia-f-counter-wrapper-mobile a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: .9em;
}

#dia-f-counter-wrapper-mobile a:hover {
    color: var(--tertiary-color);
}

#dia-f-counter-wrapper-mobile > a div img {
    max-height: 26px;
    filter: brightness(10);
}

/*dia f canales style img mobile*/
#dia-f-canales-counter-wrapper-mobile > a div img {
    max-height: 35px;
}

#dia-f-counter-wrapper-mobile a div {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 10px;
    align-items: center;
}

#dia-f-counter-wrapper-mobile a div p {
    margin: 0;
}

#dia-f-counter-wrapper-mobile > a div .timer {
    font-size: 1.2em;
    font-weight: 500;
    min-width: 100px;
    text-align: right;
}

@media (min-width: 1025px) {
    #dia-f-counter-wrapper-mobile {
        display: none;
    }
}


#dia-f-counter-wrapper.dia-f48,
#dia-f-counter-wrapper-mobile.dia-f48 {
    background: #f68d29;
}

#dia-f-counter-wrapper.dia-f48 + #dia-f-counter-bottom-line {
    background: #f68d29;
}

#dia-f-counter-wrapper.dia-f48 > a div .porcentaje,
#dia-f-counter-wrapper-mobile.dia-f48 > a div .porcentaje {
    color: #f68d29;
}

#dia-f-counter-wrapper.dia-f48 > a div .porcentaje:before,
#dia-f-counter-wrapper-mobile.dia-f48 > a div .porcentaje:before {
    border-left: 7px solid #f68d29;
}

/*diaf canales css*/
#dia-f-counter-wrapper.dia-fcanales,
#dia-f-counter-wrapper-mobile.dia-fcanales {
    background: #027aa6;
}

#dia-f-counter-wrapper.dia-fcanales + #dia-f-counter-bottom-line {
    background: #027aa6;
}

#dia-f-counter-wrapper.dia-fcanales > a div .porcentaje,
#dia-f-counter-wrapper-mobile.dia-fcanales > a div .porcentaje {
    color: #027aa6;
}

#dia-f-counter-wrapper.dia-fcanales > a div .porcentaje:before,
#dia-f-counter-wrapper-mobile.dia-fcanales > a div .porcentaje:before {
    border-left: 7px solid #027aa6;
}


/*</editor-fold>*/

/*<editor-fold desc="Día F Canales">*/
#dia-f-canales-counter-wrapper {
    background: #e9132a;
    color: #fff;
    height: 65px;
    margin: -.8em -.5em -.8em -2.2em;
    position: relative;
    padding: 0 1em 0 50px;
    overflow: hidden;
}

#dia-f-canales-counter-wrapper:before {
    content: '';
    display: block;
    width: 100px;
    height: 130px;
    transform: translate(-100%, calc(-50% - 2px));
    background: var(--primary-color);
    border-radius: 50%/40%;
    position: absolute;
}

#dia-f-canales-counter-bottom-line {
    display: block;
    height: 2px;
    background: #027aa6;
    position: absolute;
    right: 0;
    top: 63px;
    width: 100vw;
    z-index: 1;
}

#dia-f-canales-counter-wrapper > a {
    display: flex;
    padding: .5em 0;
    height: 65px;
    text-align: center;
    color: #fff;
    align-items: center;
}

#dia-f-canales-counter-wrapper > a:hover {
    color: var(--tertiary-color);
}

#dia-f-canales-counter-wrapper > a div.logo {
    padding: 0 .8em 0 .4em;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
}

#dia-f-canales-counter-wrapper > a div img {
    max-height: 40px;
    filter: brightness(1);
}

#dia-f-canales-counter-wrapper > a div p {
    margin: 0;
    font-size: .8em;
}

#dia-f-canales-counter-wrapper > a div .timer {
    font-weight: 500;
    font-size: 1.1em;
    min-width: 80px;
    text-align: center;
}

#dia-f-canales-counter-wrapper > a div .porcentaje,
#dia-f-canales-counter-wrapper-mobile > a div .porcentaje {
    background: #fff;
    color: #e9132a;
    padding: 0 2px 0 10px;
    border-radius: 2px;
    display: inline-block;
    height: 18px;
    line-height: 20px;
    position: relative;
    font-weight: 500;
    vertical-align: middle;
}

#dia-f-canales-counter-wrapper > a:hover div .porcentaje,
#dia-f-canales-counter-wrapper-mobile > a:hover div .porcentaje {
    background: var(--tertiary-color);
}

#dia-f-canales-counter-wrapper > a div .porcentaje:before,
#dia-f-canales-counter-wrapper-mobile > a div .porcentaje:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 1px;
    left: 0;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 7px solid #c6c7e1;
}


@media (min-width: 1200px) {
    #dia-f-canales-counter-wrapper {
        margin: -.8em -4.6875% -.8em -2.2em;
    }
}

@media (min-width: 2000px) {
    #dia-f-canales-counter-wrapper {
        margin-right: 15px;
    }

    #dia-f-canales-counter-bottom-line {
        margin-right: 4.6875vw;
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .row {
        position: relative;
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .row #dia-f-canales-counter-wrapper,
    .sticky-wrapper .techmarket-sticky-wrap.stuck .row #dia-f-canales-counter-bottom-line {
        margin-right: 0;
    }
}


#dia-f-canales-counter-wrapper-mobile {
    background: #e9132a;
    margin: 0;
    padding: 5px 15px;
    position: sticky;
    top: 70px;
    z-index: 100;
    /*box-shadow: 0 0 17px -1px rgb(0 0 0 / 66%);*/
}

#dia-f-canales-counter-wrapper-mobile a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: .9em;
}

#dia-f-canales-counter-wrapper-mobile a:hover {
    color: var(--tertiary-color);
}

#dia-f-canales-counter-wrapper-mobile > a div img {
    max-height: 35px;
    filter: brightness(1);
}

#dia-f-canales-counter-wrapper-mobile a div {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 10px;
    align-items: center;
}

#dia-f-canales-counter-wrapper-mobile a div p {
    margin: 0;
}

#dia-f-canales-counter-wrapper-mobile > a div .timer {
    font-size: 1.2em;
    font-weight: 500;
    min-width: 100px;
    text-align: right;
}

@media (min-width: 1025px) {
    #dia-f-canales-counter-wrapper-mobile {
        display: none;
    }
}

#dia-f-canales-counter-wrapper.dia-fcanales,
#dia-f-canales-counter-wrapper-mobile.dia-fcanales {
    background: #027aa6;
}

#dia-f-canales-counter-wrapper.dia-fcanales + #dia-f-counter-bottom-line {
    background: #027aa6;
}

#dia-f-canales-counter-wrapper.dia-fcanales > a div .porcentaje,
#dia-f-canales-counter-wrapper-mobile.dia-fcanales > a div .porcentaje {
    color: #027aa6;
}

#dia-f-canales-counter-wrapper.dia-fcanales > a div .porcentaje:before,
#dia-f-canales-counter-wrapper-mobile.dia-fcanales > a div .porcentaje:before {
    border-left: 7px solid #027aa6;
}


/*</editor-fold>*/

/*<editor-fold desc="Día F Especial">*/
#dia-f-especial-counter-wrapper {
    background: #e9132a;
    color: #000000; /*cambio para dia f especial*/
    height: 65px;
    margin: -.8em -.5em -.8em -2.2em;
    position: relative;
    padding: 0 1em 0 50px;
    overflow: hidden;
}

#dia-f-especial-counter-wrapper:before {
    content: '';
    display: block;
    width: 100px;
    height: 130px;
    transform: translate(-100%, calc(-50% - 2px));
    background: var(--primary-color);
    border-radius: 50%/40%;
    position: absolute;
}

#dia-f-especial-counter-bottom-line {
    display: block;
    height: 2px;
    background: #027aa6;
    position: absolute;
    right: 0;
    top: 63px;
    width: 100vw;
    z-index: 1;
}

#dia-f-especial-counter-wrapper > a {
    display: flex;
    padding: .5em 0;
    height: 65px;
    text-align: center;
    color: #000000; /*cambio para dia f especial*/
    align-items: center;
}

#dia-f-especial-counter-wrapper > a:hover {
    color: var(--tertiary-color);
}

#dia-f-especial-counter-wrapper > a div.logo {
    padding: 0 .8em 0 .4em;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
}

#dia-f-especial-counter-wrapper > a div img {
    max-height: 40px;
    filter: brightness(1);
}

#dia-f-especial-counter-wrapper > a div p {
    margin: 0;
    font-size: .8em;
}

#dia-f-especial-counter-wrapper > a div .timer {
    font-weight: 500;
    font-size: 1.1em;
    min-width: 80px;
    text-align: center;
}

#dia-f-especial-counter-wrapper > a div .porcentaje,
#dia-f-especial-counter-wrapper-mobile > a div .porcentaje {
    background: #fff;
    color: #e9132a;
    padding: 0 2px 0 10px;
    border-radius: 2px;
    display: inline-block;
    height: 18px;
    line-height: 20px;
    position: relative;
    font-weight: 500;
    vertical-align: middle;
}

#dia-f-especial-counter-wrapper > a:hover div .porcentaje,
#dia-f-especial-counter-wrapper-mobile > a:hover div .porcentaje {
    background: var(--tertiary-color);
}

#dia-f-especial-counter-wrapper > a div .porcentaje:before,
#dia-f-especial-counter-wrapper-mobile > a div .porcentaje:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 1px;
    left: 0;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 7px solid #c6c7e1;
}


@media (min-width: 1200px) {
    #dia-f-especial-counter-wrapper {
        margin: -.8em -4.6875% -.8em -2.2em;
    }
}

@media (min-width: 2000px) {
    #dia-f-especial-counter-wrapper {
        margin-right: 15px;
    }

    #dia-f-especial-counter-bottom-line {
        margin-right: 4.6875vw;
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .row {
        position: relative;
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .row #dia-f-especial-counter-wrapper,
    .sticky-wrapper .techmarket-sticky-wrap.stuck .row #dia-f-especial-counter-bottom-line {
        margin-right: 0;
    }
}


#dia-f-especial-counter-wrapper-mobile {
    background: #e9132a;
    margin: 0;
    padding: 5px 15px;
    position: sticky;
    top: 70px;
    z-index: 100;
    /*box-shadow: 0 0 17px -1px rgb(0 0 0 / 66%);*/
}

#dia-f-especial-counter-wrapper-mobile a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: .9em;
}

#dia-f-especial-counter-wrapper-mobile a:hover {
    color: var(--tertiary-color);
}

#dia-f-especial-counter-wrapper-mobile > a div img {
    max-height: 35px;
    filter: brightness(1);
}

#dia-f-especial-counter-wrapper-mobile a div {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 10px;
    align-items: center;
}

#dia-f-especial-counter-wrapper-mobile a div p {
    margin: 0;
}

#dia-f-especial-counter-wrapper-mobile > a div .timer {
    font-size: 1.2em;
    font-weight: 500;
    min-width: 100px;
    text-align: right;
}

@media (min-width: 1025px) {
    #dia-f-especial-counter-wrapper-mobile {
        display: none;
    }
}

#dia-f-especial-counter-wrapper.dia-f-especial,
#dia-f-especial-counter-wrapper-mobile.dia-f-especial {
    background: #027aa6;
}

#dia-f-especial-counter-wrapper.dia-f-especial + #dia-f-especial-counter-bottom-line {
    background: #027aa6;
}

#dia-f-especial-counter-wrapper.dia-f-especial > a div .porcentaje,
#dia-f-especial-counter-wrapper-mobile.dia-f-especial > a div .porcentaje {
    color: #027aa6;
}

#dia-f-especial-counter-wrapper.dia-f-especial > a div .porcentaje:before,
#dia-f-especial-counter-wrapper-mobile.dia-f-especial > a div .porcentaje:before {
    border-left: 7px solid #027aa6;
}


/*</editor-fold>*/


/*<editor-fold desc="Modal y Popup zIndex">*/
.modal-backdrop {
    z-index: 1000000;
}

.modal {
    z-index: 1000010;
}

.mfp-bg {
    z-index: 1000020;
}

.mfp-wrap {
    z-index: 1000030;
}

.cart-content h2 {
    color: var(--primary-color);
}

.cart-content #rechazado-txt strong {
    color: var(--primary-color);
    font-weight: 500;
}

.cart-content button {
    border-radius: 25px;
    font-weight: 500;
}

.cart-content .mpf-close {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.chattigo-widget {
    top: 100px !important;
    }
    #chat-icons .chat-icon {
    bottom: 20px !important;
    }
    .chattigo-widget {
    height: 80% !important;
    }
    .chattigo-widget-trigger {
    z-index: 600 !important;
}
.chattigo-widget-trigger--complete .chattigo-widget-trigger__logo {
    bottom: 40px !important;
}
@media (max-width: 991px){
    #scrollUp {
        bottom: 1rem !important;
    }
}
.chat-icon.ci-whatsapp {
    margin-bottom: 5px;
}
/*</editor-fold>*/

.descuentosclass{
    margin-bottom: 30px;
 }

 .col-full.desktop-only.colodescuentos {
    background: white;
    left: -90px;
    width: 120%;
    padding-top: 15px;
    margin-bottom: 20px;
    height: auto;
}
@media (max-width: 1025px){
    .col-full.desktop-only.colodescuentos {
        display: block;
        padding-left: 10%;
    }
}
@media (min-width: 1400px) and (max-width: 2000px){
    .col-full.desktop-only.colodescuentos {
     margin-left: -30px;
    }
}
@media (min-width: 1400px) and (max-width: 2000px){
    .col-full.desktop-only.colodescuentos {
     margin-left: -30px;
    }
}
@media (min-width: 300px) and (max-width: 1199px){
    .col-full.desktop-only.colodescuentos {
     margin-left: 65px;
    }
}
.descuentosporcentaje .section-products-carousel-tabs .columns-8::after{
    background-color: white;
}
.descuentosporcentaje .section-products-carousel-tabs .columns-8::before{
    background-color: white;
}
.descuentosporcentaje{
    background-color: white;
}

.navbar-primary .nav>li, .primary-navigation .nav>li {
    padding: 0 0.4em !important;
  }
  .home-v4-slider{
    margin-bottom: 20px;
}
li.slick-slide {
    width: auto !important;
    margin-right: 20px;
}
.section-products-carousel-tabs .products .slick-dots{
    padding-bottom: 2.375em;
}
.descuentositem .slick-track {
    margin-left: 25px !important;
}
/* @media (min-width: 1900px) and (max-width: 2000px){
    .slick-track{
     width: auto !important;
    }
} */
.descuentosporcentaje .section-products-carousel-tabs .section-title{
    margin-top: 10px;
}
.descuentosporcentaje .tab-content {
    padding-bottom: 20px;
}
@media (max-width: 700px){
    .section-products-carousel-tabs .section-header .section-title {
        margin-bottom: 1px;
    }
}
.ecommercepro.columns-8.descuentositem {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 960px) {
    .descuentosporcentaje .tab-content{
        padding-bottom: 0px;
    }
}
.descuentosporcentaje .section-products-carousel-tabs .section-header {
    border-bottom: none;
    margin-bottom: 0.3em !important;
}
.section-products-carousel-tabs .products .slick-dots{
    padding-bottom: 1px;
}
.descuentosporcentaje .tab-content {
    padding-bottom: 10px;
}
.descuentosporcentaje strong {
    font-size: 15.008px;
}
/*</editor-fold>*/
@media (max-width: 2500px){
    .products .porcentajeproductos {
         
        min-height: 0px;
        border: 0px solid #f0f0f0;
        background: none;
        padding: 0px 0px 0px 0px !important; 
    }
}
.descuentosporcentaje .section-products-carousel-tabs .section-title {
    margin-top: 10px;
}
.descuentosporcentaje .section-products-carousel-tabs .section-header{
    margin-bottom: 0.313em;
}
.descuentosporcentaje .col-full{
    padding-left: 1px;
}
@media (max-width: 899px){
.section-products-carousel-tabs .section-header{
    flex-direction: column !important;
    align-items: center !important;
}
}
@media (min-width: 900px) and (max-width: 1399px){
    .descuentosporcentaje .section-products-carousel-tabs .section-header{
        padding: 1px 30px 1px !important; 

    }
}
@media (min-width: 900px) and (max-width: 1399px){
    .products .porcentajeproductos{
        padding: 0px 0px 0px 0px !important;

    }
}
.porcentajeproductos.btn-group-sm>.btn{
    padding: .5rem 0.8rem !important;
    width: 100%;
   
}
.fontdescuento{
    font-size: 30px;
    height: 100px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold;
}
.product.porcentajeproductos  {
    margin: 0.2em;
   
}
@media (max-width: 899px){
.fontdescuento {
    height: 70px;
    font-size: 25px;
}
}
.slick-track {
    margin-left: auto;
    margin-right: auto;
}
.hot-sale {
    background: #c84a25 !important;
}
#dia-f-counter-wrapper.hot-sale  > a div img {
    max-height: 100% !important;
    filter: inherit !important;
    /* filter: brightness(10); */
}
#dia-hotsale-counter-bottom-line {
    display: block;
    height: 36px;
    background: #c84a25;
    position: absolute;
    right: 0;
    top: 63px;
    width: 100vw;
    z-index: 1;
    text-align: center;
    color: white;
}
img.imghotsale {
    margin: auto;
}

#dia-cyberday-counter-bottom-line {
    /* display: none; */
    height: 36px;
    /* background: #752281; */
    position: absolute;
    right: 0;
    top: 63px;
    width: 100vw;
    z-index: 1;
    text-align: center; /* Centra el contenido horizontalmente */
    color: white;
}

#dia-cyberday-counter-bottom-line img {
    display: inline-block; /* Asegura que la imagen se muestre en línea */
}


img.imgcyberday {
    margin: auto;
}
#dia-f-counter-wrapper-mobile.hot-sale > a div img {
    max-height: 100% !important;
    filter: inherit !important;
}

.products.productosbeaty.slick-initialized.slick-slider {
    /*height: 390px !important;*/
    height: 470px!important;
}
.product-loop-categories .product-category, .products .product-category {
    background-color: white;
}
.productos-destacados-banner .section-categories-carousel.section-top-categories header img {
    margin: 0 auto;
}
.section-categories-carousel.section-top-categories .section-header {
    display: block;
    border: 0 none;
    padding: 0 !important;
    margin: auto;
    display: flex;
    justify-content: center;
}
@media (max-width: 1025px){
    .beautytrends{
        background-image: url(../../userfiles/images/clasificaciones/fondomovil.png) !important;
        background: no-repeat;
        background-size: contain;
    }
    }
    @media (max-width: 1025px){ 
    header.section-header.headerbackground img {
        height: 272px !important;
    }
}
.section-banner-cols {
    margin-bottom: 1em !important;
}
.stretch-full-width.productos-destacados-banner {
    /* padding: 10px 0 10px; */
    /* background: center no-repeat transparent; */
    background-size: cover;
    margin-bottom: 3.5em;
}
.products .product .pricebasa,  .products .product .pricesudameris{
    border: 1px solid #0066c1;
    border-radius: 25px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    padding-left: 7px;
    overflow: hidden;
    font-size: 14px;
    color:#0066c1;
}
.products .product .pricebasa .amount, .products .product .pricesudameris .amount {
    padding-right: 12px;
    padding-left: 7px;
    background-color: #0066c1;
    color: #fff;
    margin-right: -5px;
    display: inherit;
    line-height: 1.6em;
}
.products .product .pricesudameris{
    border: 1px solid #fe0000!important;
    color:#fe0000!important;
}
.products .product .pricesudameris .amount{
    background-color: #fe0000!important;
}
.products .product .pricesudameris small{
    color:#fe0000!important;
}
.single-product .product-actions .single-price.price.bg-blue td,
.single-product .product-actions .single-price.price.bg-red td {
    color: #fff!important;
}
.bg-blue{
    background: #0066c1;
    color: white;
}
.bg-red{
    background: #fe0000;
    color: white;
}