/*
Theme Name: Fanuli 2025
Theme URI: https://ostenpowers.com.au 
Author: Nikko Agustino
Author URI: https://ostenpowers.com.au
Description: Fanuli 2025 website
Version: 1.0
*/

@media screen and (max-width: 60em) {
    .mobile-menu .main-menu > ul li a {
        text-decoration: none;
        font-size: 14px;
        color: #434444;
    }

    .fa-angle-down:before {
    content: "\f107";
    font-size: 20px;
}

}

.product-detail .product-info-wrap .product-detail-column .price {
    color: #748588;
    font-size: .8rem;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.site-notification {
    width: 100%;
    padding: 12px;
    text-align: center;
    color: #fff;
    background-color: #f1b08a;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    height: 60px;
    z-index: 9;
}


.body a {
    color: black !important;
    text-decoration: underline;
}

.product-detail .product-info-wrap .product-detail-column .price {
    color: #748588;
    font-size: .8rem;
    letter-spacing: 1.5px;
    font-weight: 700;
    /* line-height: 2.8125rem; */
    margin-bottom: 10px;
}

.p-list-curve {
    position: relative;
    top: -30px !important;
}

.product-wrapper li a .price {
    color: #748588;
    display: none !important;
}

.product-item .image-holder .product-info {
    height: 0;
    width: 100%;
    display: block;
    -webkit-transition: height .2s;
    transition: height .2s;
    overflow: hidden;
    text-align: center;
    background-color: #eef0ee;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none !important;
}

.product-detail .video-widget {
	margin-bottom: 10px;
}
