@font-face {
    font-family: 'ABC Diatype';
    src: url('../fonts/ABCDiatype/ABCDiatype-Regular.woff2') format('woff2'),
        url('../fonts/ABCDiatype/ABCDiatype-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Diatype Semi-Mono';
    src: url('../fonts/ABCDiatype/ABCDiatypeSemi-Mono-Bold.woff2') format('woff2'),
        url('../fonts/ABCDiatype/ABCDiatypeSemi-Mono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Diatype';
    src: url('../fonts/ABCDiatype/ABCDiatype-Heavy.woff2') format('woff2'),
        url('../fonts/ABCDiatype/ABCDiatype-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Diatype';
    src: url('../fonts/ABCDiatype/ABCDiatype-Bold.woff2') format('woff2'),
        url('../fonts/ABCDiatype/ABCDiatype-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Diatype Semi-Mono';
    src: url('../fonts/ABCDiatype/ABCDiatypeSemi-Mono-Regular.woff2') format('woff2'),
        url('../fonts/ABCDiatype/ABCDiatypeSemi-Mono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Diatype Semi-Mono';
    src: url('../fonts/ABCDiatype/ABCDiatypeSemi-Mono-Medium.woff2') format('woff2'),
        url('../fonts/ABCDiatype/ABCDiatypeSemi-Mono-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.ABC-Diatype-Semi-Mono {
    font-family: 'ABC Diatype Semi-Mono';
}


/* BOOTSTRAP EXTENDED & REPLACES */
html {
    background-color: transparent;
    scroll-behavior: smooth;
}
body {
    font-family: 'ABC Diatype';
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free";
}

.small, small {
    font-size: 80%;
}

.btn {
    font-family: 'ABC Diatype Semi-Mono';
    text-transform: uppercase;
    padding: .425rem 1rem;
    font-size: .75rem;
    font-weight: bold;
    border-radius: 10rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .display-4, .display-3, .display-2, .display-1 {
    font-weight: 600;
    font-family: 'ABC Diatype';
}

.c-pointer {
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: 100%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}

@media(max-width: 992px) {
    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    #main-header img {
        height: 22px;
    }
}

.icon-20px {
    width: 20px;
    height: 20px;
}

.col-xl-15 {
    flex: 0 0 20%;
    max-width: 20%;
}

.text-white-all * {
    color: #fff !important;
}
.bg-light {
    background-color: #f6f4f2 !important;
}
/*
.bg-lighter {
    background-color: #eeeeee !important;
}
*/
.bg-lighter {
    background-color: #f6f4f2 !important;
}

.bg-soft-light {
    background-blend-mode: soft-light;
}

.text-black {
    color: #000 !important;
}

.icon-45x45 {
    line-height: 45px !important;
    height: 45px;
    width: 45px;
}
.icon-75x75 {
    width: 75px;
    height: 75px;
    padding: 0 !important;
    line-height: 70px !important;
    text-align: center;
}

.border-5px {
    border-width: 3px !important;
    border-style: solid !important;
    border-color: inherit !important;
}


.list-group-item.active, .list-group-item-action:focus {
    background-color: #685bc7;
    color: #fff;
    outline: none;
}

/* END BOOTSTRAP EXTENDED & REPLACES */



/* HELPERS */

img {
    max-width: 100%;
}

.z-index-9 {
    z-index: 9;
}

.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}

.bg-overlay {
    background-color: rgba(255,255,255,0.75);
}
.bg-overlay-025 {
    background-color: rgba(255,255,255,0.25);
}


.bg-cover {
    background-size: cover;
}

.bg-center,
.bg-center-center {
    background-position: center;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
}

.rounded-xl {
    border-radius: 10rem;
}

.object-fit-cover {
    object-fit: cover;
}

/* END HELPERS */

header#main-header #scroll-header {
    border-bottom: 1px solid rgb(217 25 32 / 1) !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
header#main-header .navbar ul li:first-child .nav-link {
    padding-left: 0;
}

header#main-header .navbar ul li:last-child .nav-link {
    padding-right: 0;
}
header#main-header .navbar .nav-link {
    font-size: .75rem;
    font-family: 'ABC Diatype Semi-Mono';
    text-decoration: none;
    letter-spacing: 0em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    color: #000;
}

header#main-header .navbar-brand img {
    height: 70px;
}

header#main-header img.icon {
    height: 20px;
}
header#main-header .collapse-menu.show {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
header#main-header .collapse-menu {
    padding-top: 165px;
    background-color: rgba(255,255,255,0.75) !important;
}

header#main-header {
    z-index: 99;
    position: relative;
}

header#main-header .sub-menu-container {
    max-height: 465px;
    overflow-y: auto;
}

header#main-header a[href="#marcas"]:after,
header#main-header a[href="#tienda"]:after,
header#main-header a[href="#promociones"]:after,
header#main-header a[href="#tipo-cabello"]:after,
header#main-header a[href="#categorias"]:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

header#main-header {
    height: 99px;
}

header#main-header.scrolled .collapse-menu {
    padding-top: 100px;
}




form#search-products {
    border: 2px solid #000;
    border-radius: 10rem;
    overflow: hidden;
}

form#search-products input {
    border: 0;
    margin: 0;
    padding: 1rem 1.75rem;
    height: 3rem;
}

form#form-newsletter input {
    background: transparent;
    height: 100%;
    border: 0;
    padding: 1rem 1.5rem;
    color: #fff;
}

form#form-newsletter .input-group {
    border-radius: 10rem;
    border: 2px solid #fff;
    overflow: hidden;
    height: 60px;
}

form#form-newsletter .btn {
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0 2rem;
}

form#form-buscar-salon-external .form-control {
    height: 50px;
    line-height: 50px;
}


footer#main-footer aside#legal, footer#main-footer .border-right, footer#main-footer .border-bottom, .payments-shippings.border-top {
    border-color: #ffffff !important;
}

footer#main-footer .navbar-brand img {
    height: 75px;
}

footer#main-footer a {
    color: #fff;
}
footer#main-footer .icons-left img {
    height: 23px;
}
footer#main-footer .icons-right img {
    height: 30px;
}

.first-instagram .sbi_tab_col_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.woocommerce-store-notice, p.demo_store {
    top: auto !important;
    bottom: 0;
    background-color: #000;
    color: #fff;
    position: fixed;
}
.pswp__bg {
    background: rgba(255,255,255,0.95);
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
    background-color: #fff;
    border: 1px solid #dedede;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: #1f1f1fe8;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
    margin: 0;
}



.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square .content {
  position: absolute;
  width: 100%;
  height: 100%;
}

#single-post-content iframe {
    width: 800px;
    height: 420px;
    max-width: 100%;
    margin: 2rem auto;
    display: block;
}

#single-post-content figure {
    padding: 1rem;
    background-color: #f4f4f4;
    border-radius: .5rem;
    border: 1px solid #eee;
}

figure.aligncenter {
    text-align: center;
}



img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


figure.size-large {
    width: 100%;
    margin-bottom: 1rem;
}

figure.size-large img {
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    display: block;
}

.wc-block-grid.wp-block-handpicked-products.wc-block-handpicked-products.has-4-columns.has-multiple-rows {
    border: 1px solid #dedede;
    padding: 1rem;
    margin: 1rem 0;
}



#post-header {
    background-color: #e9e9e9;
    background-blend-mode: soft-light;
}

section#mapa-del-sitio ul {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
}

section#mapa-del-sitio ul li {
    margin: .5rem 0;
    width: 100%;
}

section#mapa-del-sitio ul li {
    margin: .25rem 0;
    width: 100%;
}


#accordion .btn-secondary.collapsed {
    color: #8488aa !important;
    background-color: transparent !important;
}
#accordion .btn-primary.collapsed {
    color: #000 !important;
    background-color: transparent !important;
}



.woocommerce form .form-row label {
    font-weight: bold;
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #cdcdcd;
}

span.woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}



.card-product .tinv-wishlist {
    color: red;
    border: 1px solid #dedede;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    margin: .75rem;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.card-product .tinv-wishlist:hover {
    background-color: red;
    color: #fff;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2rem;
}

.infowindow .show-in-map {
    display: none;
}


form.wpcf7-form label {
    display: block;
    font-weight: bold;
}

form.wpcf7-form span.wpcf7-form-control-wrap label {
    font-weight: normal;
}

form.wpcf7-form p {
    margin: 0;
}

form.wpcf7-form textarea.form-control {
    height: 120px;
}


div.nsl-container .nsl-button {
    border-radius: 10rem !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-color: #685bc7;
}

.woocommerce-info::before {
    color: #685bc7;
}

.badge-especial {
    width: 60px;
    height: 60px;
    line-height: 57px;
    border-radius: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 60px;
    border: 1px solid #dedede;
    margin-right: 5px;
    float: none;
    display: inline-block;
}

.woocommerce div.product div.images .flex-control-thumbs {
    text-align: center;
}



#main-header nav.woocommerce-MyAccount-navigation {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    float: none;
    width: 100%;
}

#main-header nav.woocommerce-MyAccount-navigation .list-group a:first-child {
    display: none !important;
}


a[href="#collapseUser"]:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
a[href="#collapseUser"].collapsed:after {
    display: none;
}

#main-footer .current-menu-item a {
    color: #fff;
}


#main-footer ul li {
    display: inline-block;
    margin-right: .5rem;
}

#main-footer ul {
    display: flex;
    justify-content: space-between;
}

#main-footer ul li:last-child {
    margin-right: 0;
}

#main-footer ul li.current-menu-item a {
    color: #fff;
}

.minh-60vh {
    min-height: 60vh;
}
#welcome .slider, #welcome .slider .container, #welcome .slider .row {
    min-height: 60vh;
}




.card-product h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.6rem;
}

div#newsletter-alert ul {
    margin: 0;
    padding: 0;
    padding-left: 1.5rem;
    border: none;
    background: transparent;
}

div#newsletter-alert .woocommerce-error::before,
div#newsletter-alert .woocommerce-info::before,
div#newsletter-alert .woocommerce-message::before {
    top: 0 !important;
    left: 0 !important;
}


td.woocommerce-grouped-product-list-item__quantity {
    min-width: 8rem;
}

.content-testimonio:before {
    content: "\f10d";
    font-size: 2.75rem;
    position: absolute;
    line-height: 1;
    left: 0;
    top: 0;
    padding-left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.content-testimonio {
    padding-left: 5.5rem;
    position: relative;
    height: 120px;
    overflow: hidden;
}

.content-testimonio:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    */
}



.card-product img {
    width: 100%;
    height: auto;
}

.bg-darken {
    background-blend-mode: darken;
    background-color: rgba(0,0,0,0.75);
}

#post-content img {
    max-width: 90%;
    width: auto;
    max-height: 400px;
    height: auto;
    border: 1px solid #dedede;
    margin: 1rem auto;
    display: block;
    border-radius: 1rem;
} 

.card-video {
    
}

.card-video a.video {
    text-decoration: none;
    height: 180px;
    background-blend-mode: darken;
    background-color: rgba(0,0,0,0);
    transition: all .5s ease;
}
.card-video a.video:hover {
    background-color: rgba(0,0,0,0.2);
}


.card-video h3 {

}

.card-video i {
    font-size: 2.5em;
    color: #fff;
    text-shadow: 0 0 2px #666;
}

#menu-principal .current-menu-item {
    text-decoration: underline;
}

.video-player iframe {
    width: 100%;
    height: 203px;
    max-width: 100%;
}


@media(max-width:576px) {
    header#main-header .navbar-brand img {
        height: 55px;
    }
    header#main-header .collapse-menu {
      padding-top: 190px;
    }
    header#main-header.scrolled .collapse-menu {
      padding-top: 150px;
    }
    header#main-header .sub-menu-container {
        max-height: none;
        overflow-y: auto;
    }

}


@media(max-width: 768px) {
    #welcome .flickity-prev-next-button {
        display: none;
    }
}
@media(max-width: 992px) {
    #main-footer {
        padding-bottom: 70px !important;
    }
    header#main-header {
        height: 81px;
    }
    header#main-header #scroll-header {
        padding-top: 4px !important;
        padding-bottom: 14px !important;
    }

}
@media(max-width: 768px) {
    #main-footer .navbar-brand- img {
        height: auto;
    }
    footer#main-footer #FooterMenu a {
        display: block;
        width: 100%;
        padding: 1rem;
        border-bottom: 1px solid #fff;
        font-size: .85rem;
    }

    footer#main-footer #FooterMenu ul,
    footer#main-footer #FooterMenu ul li {
        display: block;
    }
}


@media (min-width: 992px) {
    .col-lg-15 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
}
@media (min-width: 768px) {
    .col-md-15 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .video-player iframe {
        width: 100%;
        height: 405px;
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .col-sm-15 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

nav#mobileMenu  a {
    font-weight: 500;
    color: #000;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #000;
    font-size: 1rem;
}

nav#mobileMenu {
    margin: 0 !important;
    position: fixed;
    top: 81px;
    width: 100vh;
    left: -100%;
    transition: all .3s ease;
    height: 100vh;
    overflow: auto;
    height: calc(100vh - 81px);
}
nav#mobileMenu.active {
    left: 0;
}
.scrolled nav#mobileMenu {
    top: 51px;
}

.border-danger {
    border-color: rgb(217 25 32 / 1) !important;
}

.card-product {
    margin-left: -1px;
    margin-bottom: -1px;
    border-bottom: 0;
}