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

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


.product-indicators li a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.product-indicators {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.product-indicators li {
    height: auto;
    overflow: hidden;
    width: 60px;
    box-shadow: 0 0 2px rgb(0 0 0 / 40%);
    border-radius: 6px;
   
}

.product-promo {
    position: absolute;
    left: 10px;
    bottom: 15px;
    background: #ffea9a;
    background: linear-gradient(to right,#ffea9a 0%,#a00f39 100%);
    border-radius: 50px;
    width: calc(100% - 20px);
    padding: 0 20px 5px 75px;
}

.ribbon_hot{
    position: absolute;
    left: 0;
    top: 0;
}

.product-promo .promo-img {
    position: absolute;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    display: block;
    bottom: -5px;
    left: 0;
    z-index: 999;
}
.product-promo span b {
    font-size: .875rem;
    display: block;
    text-transform: uppercase;
}

.product-promo span small {
    font-size: .875rem;
}

.product-promo .promo-img {
    position: absolute;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    display: block;
    bottom: -5px;
    left: 0;
    z-index: 999;
}

.product-promo span {
    margin-top: 5px;
    text-align: left;
    display: block;
    color: #fff;
    text-shadow: 0 0 2px rgb(0 0 0 / 30%);
}
.giatt {
    background-color: #faf6e8;
    font-size: .875rem;
    padding: 5px;
    margin: 5px 0;
    display: block;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}