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

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

.wc-proceed-to-checkout .checkout-button {
	background-color:#139852 !important
}

.loading-more {
	background: #3578e5;
    border: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    padding: 12px;
    text-shadow: none;
    width: 100%;
	display: inline-block;
    text-align: center;
}

.load-more-comment a:hover{
	color: #fff;
	cursor: pointer;
}

.image-loading{
	width: 30px;
}

.load-more-comment {
    text-align: center;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}