.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #1772a9;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: 0 0;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 23px;
    top: 18px;
    pointer-events: none;
    transition: none;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 8px;
    padding: 13px 50px;
    transition: 0.4s;
    border: none;
}
body .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover, 
body .dgwt-wcas-tpd-image {
    background-color: #f2f2f2;
    border: none;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: #d3eeff;
		border: none;
}
body .dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color: #ff0000;
		border: none;
}






#fibos{display:none;}

body li.product-category.product {
    display: grid;
}
body.woocommerce li.product-category.product > a {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
}
body.woocommerce li.product-category.product > a img{margin: 5px auto!important;}

body .wc-block-components-spinner:after {
    border-left: .2em solid #000000;
}

.tova a {
    width: fit-content;
}

.tova {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

body .woocommerce ul.products li.product .price, body .woocommerce ul.products li.product .woocommerce-loop-category__title, body .woocommerce ul.products li.product .woocommerce-loop-product__title, body .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-weight: 600;
    color: #000;
    padding-left: 15px;
}
p.stock.out-of-stock {
    color: #F44336;
}
p.stock {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 55px;
}

body .woocommerce ul.products li.product .price {
    text-align: right;
}

body .woocommerce ul.products li.product a.woocommerce-loop-product__link, body ul.products li.product a {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.woocommerce ul.products li.product a img {
    width: 200px;
    margin: 0;
}

body .dgwt-wcas-search-wrapp {
    max-width: 100%;
    margin: 0;
}
form.cart {
    display: flex;
    justify-content: space-around;
}
form.cart button {
    height: fit-content;
    background: #87b65e !important;
    color: #fff !important;
    margin-left: 10px !important;
}
.rbl {
    display: flex;
    justify-content: center;
    flex-direction: column;
    order: 10;
}
body .woocommerce .products ul, 
body .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: grid;
    grid-template-columns: 100%;
}
body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product {
    display: grid;
    width: 100%;
    grid-template-columns: 44% 17% 7% auto;
    gap: 1%;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}
body .woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0em;
}

@media (max-width: 768px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
}

@media (max-width: 650px) {
#fibos {
    display: block;
    position: absolute;
    top: 76px;
    left: calc(50% - 151px);
}
section.home-zag.small {
    position: relative;
    padding-top: 150px;
    padding-bottom: 65px;
    color: #fff;
}
form.cart {
    display: flex;
    justify-content: space-around;
    margin-bottom: 55px;
}
input, textarea, select {
    word-break: break-word;
    max-width: 100%;
}
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
        max-width: 100%;
    }
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2;
    margin-bottom: 26px;
}
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        padding-bottom: 50px;
        width: fit-content;
        margin: 0 auto;
    }
body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product {
    display: grid;
    width: 100%;
    grid-template-columns: 100%;
    gap: 8%;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}
body .woocommerce ul.products li.product a.woocommerce-loop-product__link, body ul.products li.product a {
    display: block;
    justify-content: center;
}
body .woocommerce ul.products li.product .price {
    text-align: left;
}
}