/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.kick-view {
    position: absolute;
    right: 0;
    top: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kick-view a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kick-view a svg {
    width: 100%;
    height: 100%;
    display: block;
}


.fot-menu a {
min-height: auto;
padding-top: 0;
padding-bottom: 0;
}

.header .header-bottom {
    position: relative;
    padding-bottom: 8px;
}

.header .header-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: url('assets/img/header-line.png');
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 11;
    background-position: center center;
    background-size: contain;
}


.sliding-text {
    white-space: nowrap;
    position: absolute;
    left: 100vw; /* Inicia fuera de la pantalla */
}

.woocommerce-mini-cart__buttons .checkout  {
display: none;
}

.product-lightbox-inner .product-short-description {
    display:none!important
}

.max-ww img{
    width: initial;
    max-width: 100%!important;
}

.text-shadow h1{
    text-shadow: 0px 4px 4px #89000057;

}

.bolder {
    font-weight:600;
    font-size: .9em;
}

.single_add_to_cart_button {
    background: transparent;
    background-color: transparent!important;
    color: #888888;
    border: solid 1px #ccc;
    border-radius: 20px;

}
.title {
    color: #434343;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}