/*<editor-fold desc="Products Carousel Single Row With Timer">*/
section.products-carousel-single-row-with-timer {
    display: flex;
    flex-wrap: wrap;
}

section.products-carousel-single-row-with-timer header {
    display: block;
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
    z-index: 50;
}

section.products-carousel-single-row-with-timer header h2 {
    margin: 35px 0 25px;
    font-weight: normal;
    font-size: 1.8em;
    color: var(--primary-color);
}

/*<editor-fold desc="Timer">*/
section.products-carousel-single-row-with-timer header .timer {

}

section.products-carousel-single-row-with-timer header .timer ul,
section.products-carousel-single-row-with-timer header .timer ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}

section.products-carousel-single-row-with-timer header .timer ul li {
    margin: 0 4px;
}

section.products-carousel-single-row-with-timer header .timer ul li strong {
    background: #f0f0f0;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

section.products-carousel-single-row-with-timer header .timer ul li span {
    font-size: .7em;
    text-transform: uppercase;
}

section.products-carousel-single-row-with-timer header .timer.loading ul {
    visibility: hidden;
}

.timer.timer-circular {
    text-align: center;
    margin-bottom: 15px;
}

.timer.timer-circular ul,
.timer.timer-circular ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.timer.timer-circular ul li {
    margin: 0 4px;
}

.timer.timer-circular ul li strong {
    background: #f0f0f0;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timer.timer-circular ul li span {
    font-size: .7em;
    text-transform: uppercase;
}

.timer.timer-circular.loading ul {
    visibility: hidden;
}

/*</editor-fold>*/

section.products-carousel-single-row-with-timer header .custom-slick-nav {
    display: block;
}

section.products-carousel-single-row-with-timer > section {
    display: block;
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
}

section.products-carousel-single-row-with-timer > section header {
    display: none !important;
}

.section-products-carousel-tabs-wrap.section-products-carousel-tabs .products .slick-list {
    padding-bottom: 0;
}

@media (min-width: 861px) {
    @media (max-width: 1199px) {
        section.products-carousel-single-row-with-timer header {
            flex: 0 0 29.1666666667%;
            max-width: 29.1666666667%;
        }

        section.products-carousel-single-row-with-timer > section {
            flex: 0 0 70.8333333333%;
            max-width: 70.8333333333%;
        }
    }
}

@media (max-width: 860px) {
    section.products-carousel-single-row-with-timer header {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    section.products-carousel-single-row-with-timer > section {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Landscape Product Card With Gallery">*/
.section-landscape-product-card-with-gallery > .section-header {
    margin-top: 0;
    font-size: 1em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.813em;
}

.section-landscape-product-card-with-gallery > .section-header .section-title {
    font-size: 1.5em;
    font-weight: normal;
    /*color: #090909;*/
    margin: 0;
}

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

.section-landscape-product-card-with-gallery .content-landscape-product-card-with-gallery .media .media-body {
    padding-top: 0;
}

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

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

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

/*</editor-fold>*/

/*<editor-fold desc="Products Categories Rounded Images">*/
.product-categories .products .product-category,
.product-categories .product-loop-categories .product-category {
    background: none;
    justify-content: flex-start;
}

.product-categories .products .product-category h2 {
    font-size: .8em;
}

.product-categories .products .product-category .product-list-image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 10px;
}

.product-categories .products .product-category .product-list-image-wrapper .product-list-image-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15%;
    background: #f1eff0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-categories .products .product-category .product-list-image-wrapper .product-list-image-inner .product-list-image {
    position: relative;
    top: 50%;
    left: 50%;

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

/*</editor-fold>*/

/*<editor-fold desc="Banners">*/
.section-banner-cols {
    margin-bottom: 3em;
}

.section-banner-cols [class^='col-'] {
    margin-bottom: 30px;
}

.section-products-carousel-widget-with-tabs {
    margin-bottom: 3em;
}

.section-products-carousel-widget-with-tabs .products-carousel-with-brands {
    z-index: 50;
}

/*</editor-fold>*/

/*<editor-fold desc="Slick Arrows">*/
.slick-arrows-flat,
.slick-arrows-rounded {
    position: relative;
    margin-bottom: 50px;
    padding: 0 50px;
}

.slick-arrows-flat .slick-arrow,
.slick-arrows-rounded .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 100;

    margin-top: -20px;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    line-height: 2.313em;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
}

.slick-arrows-flat .slick-arrow {
    border: 0 none;
}

.slick-arrows-flat .prevArrow,
.slick-arrows-rounded .prevArrow {
    left: 5px;
}

.slick-arrows-flat .nextArrow,
.slick-arrows-rounded .nextArrow {
    right: 5px;
}

/*</editor-fold>*/

/*<editor-fold desc="Swipper">*/
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    font: normal normal normal 24px/1 techmarket-icons !important;
    background: none !important;
    height: 36px !important;
    line-height: 36px !important;
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
    color: #fff;
    content: "\65";
    text-shadow: 0 0 10px #000;
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
    color: #fff;
    content: "\67";
    text-shadow: 0 0 10px #000;
}

/*</editor-fold>*/

/*<editor-fold desc="Catálogo de productos">*/
/*<editor-fold desc="Filtros en el catálogo">*/
#secondary .widget.widget_layered_nav ul li a:hover:before {
    content: "\f096";
    font-size: 22px;
}

#secondary .widget.widget_layered_nav ul li.chosen a:hover:before {
    content: "\f0c8";
    font-size: 20px;
}

#secondary .widget.widget_layered_nav ul li a:hover:before,
#secondary .widget.widget_layered_nav ul li.chosen a:before {
    color: var(--primary-color);
}

#main {
    position: relative;
}

#main > .loading {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    z-index: 10;
}

#main > .loading i {
    position: absolute;
    left: 50%;
    top: 30%;
    font-size: 70px;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    color: var(--primary-color);
}

/*</editor-fold>*/

/*</editor-fold>*/