/*
 Theme Name: Best Shop Child
 Template: best-shop
 Version: 1.0.0
 Author: Dhaka Jacos
*/

@import url("../best-shop/style.css");

.product-search-form {
    position: relative;
    border-radius: 0;
    height: 41px;
    background-color: #fff;
    padding-right: 52px;
    float: left;
    margin-left: 15px;
    width: 40%;
    border-radius: 24px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

button.header-search-button {
    border: none;
    color: inherit;
    position: absolute;
    right: -1px;
    padding: 0 12px;
    font-size: 22px;
    line-height: 48px;
    background-color: brown;
    top: 0;
    height: 41px;
    border-radius: 0;
    width: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    opacity: 0.8;
}

button, input[type="submit"], input[type="button"] {
    background-color: var(--gbl-primary-color);
    color: #4C4000 !important;
    cursor: pointer;
}

.primary-btn {
    color: #4C4000 !important;
    border-radius: 3px;
    padding: 16px 30px;
    border: 1px solid var(--gbl-primary-color);
    font-size: 1em;
    font-weight: 500;
    background: var(--gbl-primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_grouped,
.woocommerce ul.products li.product .product_type_external,
.woocommerce ul.products li.product .product_type_variable {
    background-color: var(--gbl-primary-color);
    color: #4C4000 !important;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
    margin-bottom: 15px;
    margin-top: 5px;
}

.woocommerce ul.products li.product a .woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 0.9em;
    padding: 3px 0 10px;
    min-height: 100px;
}

.woocommerce ul.products li.product {
    text-align: center;
    box-shadow: 0px 1px 15px 6px #44444420;
    margin-bottom: 20px;
}

body .entry-title {
  display: none !important;
}

h1.entry-title {
  display: none !important;
}

.page .site-main .entry-title {
  display: none !important;
}