/*
Theme Name:   Optimal Child Theme
Theme URI:    https://www.optimalyazilim.com/
Description:  Woodmart Child Tema
Author:       Mehmet
Author URI:   https://www.optimalyazilim.com/
Template:     woodmart
Version:      1.34
Text Domain:  woodmartchild
*/

.woocommerce-mini-cart__buttons .checkout {
    display: none
}

.wd-shop-tools .woocommerce-ordering.wd-style-underline {
    display: none !important
}

.multiselect {
    width: 100%;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    border: 1px solid #ced4da;
    color: #444;
}

.mySelectOptions input.form-control {
    width: 100%;
    border: 1px solid #ced4da;
    color: #444;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mySelectOptions {
    display: none;
    border: 1px lightgrey solid;
    border-top: none;
    background-color: #ffffff;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1em;
}

.mySelectOptions label {
    display: block;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    background-color: #ffffff00;
    padding: .2rem 2.25rem .2rem .75rem;
    cursor: pointer;
}

.mySelectOptions label:hover input[type="checkbox"] {
    background-color: #1e90ff !important;
    box-shadow: inset 0px 0px 5px rgba(30, 144, 255, 0.4);
}

.single-post li.meta-author {
    display: none;
}

.article-body-container .hovered-social-icons {
    display: none;
}

.article-body-container .entry-meta {
    display: none;
}

@media screen and (max-width: 1224px) {
    .whb-top-bar {
        border-bottom-width: 0 !important;
    }
}


/* width */
::-webkit-scrollbar {
    width: auto;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--btn-accented-bgcolor);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-671680b);
}

@media screen and (min-width: 1224px) {
    footer .footer-column {
        padding-left: 50px;
        padding-right: 50px;
    }

    footer .footer-column:first-child {
        padding-left: 15px;
    }

    footer .footer-column:last-child {
        padding-right: 15px;
    }

}

@media screen and (min-width: 768px) {
    footer .footer-column:not(:first-child) {
        margin-top: 92px;
    }
}

.shop-loop-head .wd-shop-tools .wd-products-per-page,
.shop-loop-head .wd-shop-tools .wd-products-shop-view {
    display: none;
}

#evil-load-more-btn {
    margin: 0 auto;
    padding: 15px 40px;
    background: var(--btn-accented-bgcolor);
    color: white;
}

div.woocommerce-additional-fields {
    margin-top: 26px;
}

.form-control.filtreArama {
    border-radius: 73px;
    background: #fff url(https://www.aydinonat.com/wp-content/uploads/2024/04/.gif) no-repeat 90% 45%;
    margin-bottom: 1em;
    display: block;
}

.wd-nav-product-cat {
    display: none
}

form.woocommerce-checkout {
    column-gap: 0
}

.wp-block-woocommerce-proceed-to-checkout-block a {
    background-color: var(--wd-primary-color);
    color: #fff;
}

.gizle,
.wc-block-cart-items__header-total,
.wp-block-woocommerce-cart-order-summary-block {
    display: none;
}

.evilbozkurt-filter-section {
    cursor: pointer;
}

.optimal_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: visible;
    padding: 0;
    width: inherit
}

.optimal_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible
}

.optimal-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .4)
}

.optimal_shopby_apply_filters_mobile .optimal-show-button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.optimal_shopby_apply_filters .optimal-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    transform: rotate(45deg);
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2))
}

.optimal-show-button .filter-action {
    margin-left: 10px
}

.optimal_shopby_apply_filters_mobile .filter-action {
    display: none;
}

#filterLoadingMobile,
#filterApplyButtonMobile {
    height: 66px;
}

@media screen and (max-width: 1024px) {
    #filterLoadingMobile,
    #filterApplyButtonMobile {
        height: 144px;
    }

    .optimal_shopby_apply_filters_mobile .optimal-show-button button {
        margin: 10px 0;
    }

    .optimal_shopby_apply_filters_mobile .filter-action {
        display: flex;
    }

    .optimal_shopby_apply_filters {
        display: none!important;
    }
}






