/*Slider*/



.sr-only{
	display: none;
}
.est-block{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 16px;
}
.est-block-title{
    padding-top: 20px;
    padding-bottom: 20px;
}

.est-block-content{
    display: none;
}
.est-side-cart{
    position: fixed;
    overflow: scroll;
    max-height: 80vh;
}
.est-side-cart .wc-block-cart-item__total{
    display: none;
}
.est-side-cart .wc-block-components-product-metadata{
    display: none;
}
.est-cart-box{
    position: fixed;
    bottom: 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px 4px #ccc;
    padding: 10px;
}
.est-block-productlist{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 16px;
}
.est-block-productlist > a{
    display: none;
}

/*woocommerce*/
.wc-block-cart-items__row{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
}
.wp-block-button__link{
    border-radius: 20px;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{
    background-color: #fff;
    border: 3px solid #111;
    border-radius: 20px;
    line-height: 1;
    border-style: solid !important;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover{
    background-color: #fec803;
    color: #fff;
}


ul.products li.product .button{
    color: #111111;
    background-color: #fff;
    border: 2px solid #111111;
    border-radius: 61px;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1180px !important;
}


#estcontent_where #customer_details, #estcontent_where #order_review_heading, #estcontent_where #payment{
    display: none;
}

#estcontent_where .shop_table  thead,#estcontent_where .shop_table tbody, #estcontent_where .cart-subtotal, #estcontent_where .order-total{
    display: none;
}
#estcontent_where table.shop_table {
    width: 100%;
}
.wp-element-button{
    font-family: "Gilroy-Bold";
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1%;
}
.wp-block-button__link{
    border-radius: 50px;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.button-arrow a{
    padding-right: 10px !important;
}
.button-arrow a::after {
    content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOSAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNC41IiBjeT0iMTQuNSIgcj0iMTQuNSIgZmlsbD0iIzE3MTcxNyIvPjxwYXRoIGQ9Ik0xNSA4LjVWMjEuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTE4LjUgMThMMTUgMjEuNUwxMS41IDE4IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    display: inline;
    margin-left: 35px;
    float: right;
    margin-bottom: -8px;
}
.button-arrow-up a::after {
    content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOSAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNC41IiBjeT0iMTQuNSIgcj0iMTQuNSIgZmlsbD0iIzE3MTcxNyIvPjxwYXRoIGQ9Ik0xNSA4LjVWMjEuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTE4LjUgMThMMTUgMjEuNUwxMS41IDE4IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    display: inline;
    margin-left: 35px;
    float: right;
    transform: rotate(180deg);
    margin-top: -7px;
}
.button-alt a{
    background-color: #fff;
    border: 2px solid #fec803;
    font-family: "Gilroy-Regular";
}
.button-alt a:hover{
    background-color: #fec803;
}

.wp-block-search__inside-wrapper {
    padding: 0;
    background-color: #fff;
}

.wp-block-search__inside-wrapper button{
    background-color: #fff;
}
.wp-block-search__inside-wrapper button:hover{
    background-color: #fec803;
}
.wp-block-search__button{
    padding: 6px!important;
}

.orderby{
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 40px;
    background-color: #fffcf3;
    font-size: 16px;
}
.wc-block-product-categories-list--depth-0{
    padding-left: 0;
}
.wc-block-product-categories-list-item{
    padding-bottom: 20px;
    list-style: none;
    font-size: 0.8em;
}
.wc-block-product-categories-list-item a:hover{
    color: #8e8c8c;
}
.wc-block-product-categories-list-item a{
    text-decoration: none;
}
#est_date_input, #est_size_input{
    min-width: 60%;
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 14px;
    background-color: #fff;
    font-size: 16px;
}

.wp-block-woocommerce-mini-cart-contents{
    background-color: #fff;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-product-price__value::after{
    content: ' / szt.';
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-product-metadata, .wc-block-cart-item__total-price-and-sale-badge-wrapper{
    display: none !important;
}
.wc-block-cart-item__remove-link{
    text-decoration-color: #fec803 !important;
}
.wp-block-woocommerce-mini-cart-cart-button-block, .wp-block-woocommerce-mini-cart-checkout-button-block{
    border-radius: 50px;
}

/*.wc-block-components-quantity-selector{
    position: absolute;
    right: 29px;
    top: 82px;
    z-index: 9;
}*/

.woocommerce-form-login, .woocommerce-form-register{
    background-color: #fff;
    border-radius: 20px;
}
.woocommerce-form-login button, .woocommerce-form-register button, .woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .button{
    border-radius: 40px;
}
.woocommerce-MyAccount-content{
    padding: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    width: 60% !important;
}
.wp-block-woocommerce-cart-order-summary-totals-block{
    background-color: #fff;
}
.wc-block-components-totals-wrapper{
    background-color: #fff;
}
.wp-block-woocommerce-product-collection.wp-block-product-collection-is-layout-flow{
    background-color: #fff;
}
.wp-block-post-excerpt{
    font-family: "Gilroy-Regular";
}
.woocommerce-Tabs-panel{
    font-family: "Gilroy-Regular";
}
.taxonomy-product_cat.wp-block-post-terms{
    display: none;
}
.quantity input{
    border-radius: 40px;
}
.single_add_to_cart_button{
    border-radius: 40px;
}
.woocommerce-billing-fields__field-wrapper{
    background-color: #fff;
    padding: 25px;
}
.woocommerce-additional-fields{
    background-color: #fff;
    padding: 25px;
}
.woocommerce-shipping-fields{
    background-color: #fff;
    padding: 25px;
}
.woocommerce-checkout-review-order-table tr{
    background-color: #fff;
    padding: 25px;
}
.woocommerce-checkout-payment{
    background-color: #fff !important;
    padding: 25px;
}
.wp-element-button{
    border-radius: 40px;
}

details {
    border: 1px solid #000;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

summary:focus {
    border: none;
    outline: none;
}