/**
 * Theme Name: Shopeo Child
 * Description: Shopeo Child theme
 * Author: Shopeo
 * Author URI: https://shopeo.cn
 * Template: blocksy
 * Text Domain: blocksy
 */

.btn-center {
    display: block !important;
    margin: auto;
}

.search-input-box {
    width: 60%;
}

.search-input-box .wp-block-search__inside-wrapper {
    width: 100% !important;
}

.search-input-box input {
    background-color: #fff !important;
}

body.stk--is-blocksy-theme .stk-block {
    --stk-block-width-default-detected: 1200px !important;
}

.archive-title-bg {
    background-color: #FBFCFB !important;
}

.cu-archive-cover .wopb-archive-content {
    border-radius: 4px !important;
    min-height: 240px;
}

.cu-archive-cover .wopb-archive-content:hover {
    border-radius: 4px !important;
}

.cu-archive-cover .wopb-archive-name, .cu-archive-cover .wopb-archive-desc {
    display: none;
}

.cu-archive-cover .wopb-archive-content:hover .wopb-archive-overlay {
    display: none;
}

.cu-title-bottom-border .wopb-archive-name {

}

.cu-title-bottom-border .wopb-archive-name:after {
    content: "";
    display: table;
    min-height: 4px;
    min-width: 72px;
    background-color: var(--theme-palette-color-1);
    margin: 20px auto;
}

.cu-category-grid .wopb-block-wrapper .wopb-block-item {
    border: 1px solid #E4E4E7;
    border-radius: 4px;
    height: auto !important;
}

.cu-category-grid .wopb-block-wrapper .wopb-block-item .wopb-block-image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.cu-category-grid .wopb-block-wrapper .wopb-block-item .wopb-pg-cl {
    padding: 0 10px;
}

.cu-width-auto {
    width: 1200px !important;
}

.cu-width-auto .wopb-product-wrapper {
    display: block !important;
}

.blog-categories-container {
    overflow: scroll;
}

.blog-categories-container::-webkit-scrollbar {
    display: none;
}

.blog-categories-tabs {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: max-content;
    margin: auto;
}

.blog-categories-tabs li a {
    color: black;
}

.blog-categories-tabs li a[aria-current="page"] {
    color: var(--theme-link-initial-color);
}

.contact-us-button {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 200px !important;
    margin: auto;
}

.contact-us-button .entry-content > .wp-block-stackable-columns {
    width: 200px !important;
}

/* media queries */
@media only screen and (max-width: 960px) {
    .search-input-box {
        width: 80%;
    }

    .search-input-box .wp-block-search__inside-wrapper {
        width: 100% !important;
    }

    .cu-width-auto {
        width: 92% !important;
    }
}

@media only screen and (max-width: 768px) {
    .search-input-box {
        width: 100%;
    }

    .search-input-box .wp-block-search__inside-wrapper {
        width: 100% !important;
    }

    .cu-width-auto {
        width: 92% !important;
    }
}