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

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


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


}

.category .post-item .box,
.single-post .article-inner {
    border-radius: 20px;
    margin-right: 1px;
    margin-left: 1px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	border-top: 5px solid #FC642D;
    padding: 5px 10px 10px 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
}

.sha-new-w {
	display: flex;
	gap: 10px;
}

.sha-new-w a img {
	height: 12px;
}

.sha-new-w a {
	display: flex;
    height: 25px;
    padding: 0 14px;
    border-radius: 50px;
    color: #fff;
    align-items: center;
    gap: 2px;
    font-size: 13px;
}

.sha-new-w a:hover {
	color: #fff !important;
}

.sha-new-w a:first-child {
	background-color: #FC642D;
}
.sha-new-w a:last-child {
	background-color: #0F9D58;
}