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


}
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.col.col-a1 .box-image {
    border: 3px solid #61BB1F;
    border-radius: 10px;
}
.tittle-pt {
    font-family: "Pattaya", sans-serif !important;
    font-size: 30px;
}

.row .product-small.col .col-inner {
    border: 1.3px solid #2E9B11;
    border-radius: 15px;
    padding: 3px;
    overflow: hidden;
}
.badge-container.absolute.left.top.z-1 {
    margin: 0;
    top: 15px;
    left: 15px;
}
.add-to-cart-button a {
    border-radius: 20px;
}
.blog-w1 .col.post-item .col-inner {
    border: 2px solid white;
}
.post-title {
    font-size: 24px;
    font-weight: 400;
}
.blog-w1 .col.post-item:hover .col-inner {
    border: 2px solid #4EA81B;
}
.form-tv {
    border: 2px solid #2E9B11;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    background: #e2f50d54;
}
.form-tv .wpcf7-submit {
    width: 100%;
    border-radius: 27px;
}
.sidebar-inner span.widget-title, .post-sidebar span.widget-title {
    display: block;
    background: #2E9B11;
    color: white;
    text-align: center;
    padding: 10px 0px;
}
.sidebar-inner .widget, .post-sidebar .widget {
    border: 1px solid black;
}
.sidebar-inner .widget .is-divider, .post-sidebar .widget .is-divider {
    display: none;
}
.sidebar-inner .widget>ul>li>a, .post-sidebar .widget>ul>li>a {
    padding-left: 10px;
}
span.widget-title {
    font-size: 21px;
}