/*
Theme Name: ws247
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  ***************/


}

.cm-care .zalome{
	position: fixed;
	z-index: 999;
	left: 30px;
	bottom: 163px;
}
.single_add_to_cart_button.button {
    background-color: #000 !important;
    height: 40px;
    min-height: 40px;
    display: block;
    padding: 7px 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    width: 100%;
    margin: 10px 0;
    border: none;
}
button.button.buy_now_button {
    color: #fff;
text-transform: initial;
}
button.button.buy_now_button {width: 100%;border: none;font-size: 14px;color: #fff;position: relative;cursor: pointer;text-transform: capitalize;padding: 4px 10px;border-radius: 5px;transition: all 0.3s ease-in-out;margin-bottom: 10px;}
button.button.buy_now_button span {
    font-size: 12px;
    display: block;
}
button.button.buy_now_button strong {
    text-transform: uppercase;
}