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

/*************** ADD CUSTOM CSS HERE.   ***************/
.cart{display:none;}
.tagcloud a {
     border:none;
    border-radius: 3px;
    display: inline-block;
    font-size: .8em!important;
    margin: 0px 0px 0px 0;
    opacity: 1;
    padding: 1px 2px;
    text-align: justify;
}
.section-title-normal span {
    border-bottom: 2px solid rgb(210 35 44);
}
.product-small .badge-container.z-1 {
    margin-left: 10px;
}
.product .badge-container.z-1 {
    margin-left: 15px;
	margin-top: 7px;
}
.product-small .badge-inner.on-sale{
    background: #f00;
    border-radius: 100%;
    height: 50px;
    padding: 5px;
}
.product .product-images .on-sale {
    background: #f00;
    border-radius: 100%;
    height: 60px;
    padding: 5px;
}
.item-icon-policy {
    display: flex;
    align-items: center;
}
.absolute-footer {
    padding: 5px 0;
}
.absolute-footer .pull-left .copyright-footer {
    margin: 7px 0;
}
.absolute-footer {
    border-top: 1px solid #1e1e1e;
}
.product .price.product-page-price {
    margin-bottom: 30px;
}
.section-news-home .box-blog-post .is-divider {
    display: none;
}
.relatedcat .image img {
    height: 200px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.relatedcat .related-title a {
    color: #000;
    font-weight: 600;
}
.relatedcat .related-title a:hover {
    color: #d1222b;
}
.relatedcat .title-main-related {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 3px double;
    margin-bottom: 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.product-small .badge-inner.on-sale {
    font-size: 13px;
    height: 65px;
}
	.product .badge-container.z-1 {
    margin-top: 5px;
}
	.product-small .price {
    font-size: 13px;
}
	.product-info .price {
    font-size: 17px;
}
	.product .product-images .on-sale {
    height: 64px;
    font-size: 13px;
}

}