/*
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.   ***************/
.type-catalog_item .col-inner,
.products-block .products .product-small.featured .col-inner{
    box-shadow: 0px 0px 10px rgb(40, 138, 187, 0.30);
}

.type-catalog_item .col-inner:hover,
.products-block .products .product-small.featured .col-inner:hover {
    box-shadow: 0px 0px 10px rgb(40, 138, 187, 0.75) !important;
}

.dokan-dashboard-subscription-wrap .dokan_tabs {
    display: none !important;
}

.dokan-dashboard-subscription-wrap #dokan_tabs_container {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
}

.dokan-subscription-content .pack_content_wrapper {
    flex-wrap: nowrap;  
}

.dokan-subscription-content .product_pack_item {
    border-radius: 10px;
    border: 2px solid #dcdcdc4a;
    box-shadow: none !important;
}

.dokan-subscription-content .product_pack_item:hover {
    box-shadow: 0px 0px 11px #00000029 !important;
    transition: 0.3s
}

.dokan-subscription-content .product_pack_item .pack_content {
    margin-top: 0px !important;
    margin-bottom: 119px !important;
}

.dokan-subscription-content .product_pack_item .pack_content .pack_data_option {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.dokan-subscription-content .product_pack_item .pack_price {
    bottom: 64px !important;
    top: auto !important;
    width: 90% !important;
    left: 5% !important;
    height: 45px !important;
    padding: 5px 0px !important;
    background-color: var(--fs-color-secondary) !important;
    color: white !important;
}

.dokan-subscription-content .product_pack_item .pack_price .amount {
    color: white !important;
}

.dokan-subscription-content .product_pack_item .buy_pack_button {
    width: 90% !important;
}

.dokan-subscription-content .product_pack_item .buy_pack_button a {
    width: 100% !important;
    background-color: var(--fs-color-primary) !important;
    border-color: var(--fa-color-primary) !important;
    animation-duration: 0.3s !important;
    animation-timing-function: ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.dokan-subscription-content .product_pack_item .buy_pack_button a:hover {
    background-color: var(--fs-color-success) !important;
    border-color: var(--fa-color-success) !important;
}

/* remover saldo do dashboard do vendedor */
.dokan-analytics-vendor-earning-section {
    display: none !important;
}

#dokan-store-listing-filter-form-wrap {
    /* background: none; */
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0.9rem;
    padding: 32px 0 20px 0;
}

#dokan-store-listing-filter-form-wrap .store-search.grid-item {
    box-shadow: none;
    font-size: 0.9rem;
    margin: 0 20px;
}

#dokan-store-listing-filter-form-wrap .store-search-input {
    box-shadow: none;
}

#dokan-store-listing-filter-form-wrap .store-lists-category .category-input {
    border: none !important;
    margin-bottom: 0px !important;
}
#dokan-store-listing-filter-form-wrap .store-lists-category .category-input .category-items {
    color: var(--wp--preset--color--primary, #0073aa);
}

#dokan-store-listing-filter-form-wrap .dokan-btn {
    margin: 0 20px;
}

#dokan-store-listing-filter-form-wrap .category-box {
    background: none !important;
    width: 100% !important;
}

#dokan-store-listing-filter-form-wrap .category-box::before {
    display: none !important;
}

#dokan-store-listing-filter-form-wrap .category-box ul li {
    border: none !important;
    padding: 5px 20px !important;
    margin: 0px !important;
    background: none !important;
    color: var(--wp--preset--color--primary, #0073aa) !important;
}

#dokan-store-listing-filter-form-wrap .category-box ul li.dokan-btn-theme {
    background: #e8f4fb !important;
}

#dokan-store-listing-filter-form-wrap .category-box ul li:hover {
    background: var(--wp--preset--color--primary, #0073aa) !important;
    color: white !important;
}

div#dokan-store-listing-filter-wrap {
    background: none !important;
}

#dokan-seller-listing-wrap .store-card {
    border: 2px solid #dcdcdc4a;
    background-color: #fff !important;
    min-height: 220px;
}

#dokan-seller-listing-wrap .store-card .store-name {
    font-size: 0.9rem !important;
}

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


}