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

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

.box-image .out-of-stock-label {
    color: #fff !important;
    background: rgba(233, 77, 108, 0.9) !important;
    position: absolute !important;
    top: 45px !important;;
    right: -170px !important;;
    padding: 5px 10px !important;;
    transform: rotate(45deg) !important;;
    font-weight: bold !important;;
    text-align: center !important;;
    font-size: 15p !important;;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;;
}


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


}