.page-title-bar .page-title {
    color: #FFFFFF !important;
}

/* Product Lists
================================================== */
body.theme-efway .product-block,
.post-inner {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

@media only screen and (max-width: 767px) {
    body.theme-efway .product-block {
        padding: 20px 15px;
    }

    body.theme-efway .product-transition {
        margin-bottom: 0px;
    }

    body.theme-efway li.product .posted_in {
        margin-top: 10px;
    }

    body.theme-efway ul.products .woocommerce-loop-product__title,
    body.theme-efway .page-header li.product .page-title,
    body.theme-efway ul.products li.product .page-header .page-title,
    body.theme-efway ul.products li.product .woocommerce-loop-product__title,
    body.theme-efway ul.products li.product h2,
    body.theme-efway ul.products li.product h3 {
        margin-bottom: 20px;
        height: auto;
    }

    body.theme-efway .shop-action {
        margin-top: 10px;
    }

    body.theme-efway ul.products li.product:last-child {
        margin-bottom: 20px;
    }
}

/* Product Category Tab Navigations
================================================== */

.ec-product-category-tab__navigations {
    width: 100%;
    max-width: 930px;
    margin: 0 auto 60px;
    padding: 20px 12px;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
    background-color: #FFFFFF;
}

.ec-product-category-tab__navigations ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.ec-product-category-tab__navigations ul li {
    text-align: center;
    cursor: pointer;
}

.ec-product-category-tab__navigations ul li .ec-product-category-tab__text {
    transition: all 0.3s ease;
}

.ec-product-category-tab__navigations ul li.ec-active .ec-product-category-tab__text,
.ec-product-category-tab__navigations ul li:hover .ec-product-category-tab__text {
    color: var(--e-global-color-secondary) !important;
}

img.ec-product-category-tab__image {
    max-height: 60px;
    width: auto;
}

.ec-product-category-tab__text {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .ec-product-category-tab__navigations ul {
        gap: 60px;
    }
}

@media only screen and (max-width: 992px) {
    .ec-product-category-tab__navigations ul {
        gap: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-product-category-tab__navigations {
        margin-bottom: 30px;
    }

    .ec-product-category-tab__navigations ul {
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }

    img.ec-product-category-tab__image {
        max-height: 43px;
    }
}


/* Footer
============================== */
@media only screen and (max-width: 1024px) {
    .ec-footer-contact-box .elementor-icon-header {
        flex-direction: column;
    }
}

/* Banner Slider Widget
================================================== */

.ec-banner-slider__item {
    position: relative;
}

.ec-banner-slider__item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 2;
}

img.ec-banner-slider__image {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

.ec-banner-slider__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    padding: 0 70px;
    color: #FFFFFF;
    z-index: 4;
}

.ec-banner-slider__title {
    margin: 0 0 20px;
    font-size: 3.1875em;
    font-weight: 800;
    color: #FFFFFF;
}

.ec-banner-slider__description {
    font-size: 1.125em;
}

.ec-banner-slider__button {
    display: inline-block;
    margin-top: 50px;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: var(--e-global-color-primary);
    color: #FFFFFF;
}

.ec-banner-slider__button:hover {
    background-color: var(--e-global-color-secondary);
    color: #FFFFFF;
}

.ec-banner-slider__wrapper .swiper-arrow,
.ec-banner-slider__wrapper .swiper-pagination {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.ec-banner-slider__wrapper:hover .swiper-arrow,
.ec-banner-slider__wrapper:hover .swiper-pagination {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1200px) {
    .ec-banner-slider__title {
        font-size: 2.5em;
    }

    .ec-banner-slider__content {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-banner-slider__content {
        padding: 0 40px;
    }

    .ec-banner-slider__title {
        font-size: 2em;
    }

    .ec-banner-slider__button {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 576px) {
    img.ec-banner-slider__image {
        min-height: 300px;
        object-fit: cover;
    }

    .ec-banner-slider__wrapper .swiper-arrow::after {
        font-size: 30px;
    }

    .ec-banner-slider__wrapper .swiper-arrow.swiper-button-prev {
        left: 5px;
    }

    .ec-banner-slider__wrapper .swiper-arrow.swiper-button-next {
        right: 5px;
    }

    .ec-banner-slider__content {
        padding: 0 20px;
    }

    .ec-banner-slider__title {
        font-size: 1.7em;
    }
}

/* Product Grid
======================================= */
button:focus,
.button:focus,
.add_to_cart_button:focus,
.more-link:focus {
    box-shadow: 0 0 0 2px rgb(78 31 85 / 43%) !important;
}

/* Woocommerce
======================================= */

/* Woocommerce mini cart */
.wvs-theme-efway-child .site-header-cart .widget_shopping_cart_content {
    min-width: 300px;
}

.wvs-theme-efway-child .site-header-cart .widget_shopping_cart .buttons .button {
    display: flex;
    align-items: center;
    border: 1px solid var(--e-global-color-primary) !important;
}

/* Woocommerce pagination */
.woocommerce-pagination {
    text-align: right;
}

.page-numbers:not(ul) {
    height: 40px;
    background-color: #FFFFFF;
    color: var(--e-global-color-primary);
    font-size: 1rem;
}

.page-numbers:not(ul):not(.dots).current,
.page-numbers:not(ul):not(.dots):focus,
.page-numbers:not(ul):not(.dots):hover {
    background-color: var(--e-global-color-primary);
}

body:not(.elementor-page) article.type-page .entry-content {
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .woocommerce-pagination {
        padding-bottom: 30px;
        text-align: center;
    }
}

/* Sidebar */
#secondary .widget {
    padding: 20px;
}

.widget form {
    padding: 0;
}

.wp-block-search__inside-wrapper {
    flex-direction: column;
}

.wp-block-search__label {
    margin-bottom: 1.1rem;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2em;
}

.widget_search input[type="search"] {
    border-color: #ccc;
}

.widget_search button[type="submit"].wp-block-search__button {
    margin-bottom: 0 !important;
    margin-left: 0;
    background-color: #522159;
    border-color: #522159;
    color: #FFFFFF;
}

/* Sidebar product best seller */
.ec-product-best-seller__grid {
    scrollbar-width: thin;
    scrollbar-color: #522159 transparent;
}

.ec-product-best-seller__grid::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.ec-product-best-seller__grid::-webkit-scrollbar-track {
    background: #555;
    border-radius: 10px;
}

.ec-product-best-seller__gridl:-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 10px;
}

.ec-product-best-seller__grid::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ec-product-best-seller__grid-item {
    display: flex;
    gap: 10px;
}

.ec-product-best-seller__grid-item-image {
    flex: 0 0 100px;
}

.ec-product-best-seller__grid-item .product-details {
    max-width: calc(100% - 110px);
}

.ec-product-best-seller__grid-item .product-details .product-category {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.ec-product-best-seller__grid-item .product-details .product-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

/* Back to top */
.scrollup {
    background-color: #FFFFFF;
    color: var(--e-global-color-primary);
}

.scrollup:hover {
    background-color: #FFFFFF;
    color: var(--e-global-color-primary);
}

.scrollup span.icon::before {
    font-size: 30px;
}

/* Lapis Bogor Content Bottom */
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .ec-lapis-bogor-content-bottom > .elementor-container > .elementor-column:nth-child(2) {
        width: 50%;
    }

    .ec-lapis-bogor-content-bottom > .elementor-container > .elementor-column:nth-child(3) {
        width: 0%;
    }
    .ec-lapis-bogor-content-bottom .elementor-heading-title {
        font-size: 42px !important;
    }

    .ec-lapis-bogor-content-bottom-image img {
        width: 100%;
        max-width: 680px;
    }
}

@media only screen and (max-width: 1200px) {
    .ec-lapis-bogor-content-bottom-image img {
        width: 100%;
        max-width: 540px;
    }

    .ec-lapis-bogor-content-bottom .elementor-heading-title{
        font-size: 35px !important;
    }
}

/* Contact Form 7 */
.wpcf7 select.wpcf7-select{
    width: 100%;
    border-radius: 30px;
}

#billing_pinpoint_location_field{
    padding-left: 15px;
    padding-right: 15px;
}

#billing_pinpoint_location_field span.description#billing_pinpoint_location-description{
    display: none !important;
}