.woocommerce a {
    color: #fe4f00;
    text-decoration: none;
}

.woocommerce a:hover {
    color: #5d5f5e;
    text-decoration: none;
}

.woocommerce a:visited {
    color: #fe4f00;
    text-decoration: none;
}

.woocommerce a:active {
    color: #fe4f00;
    text-decoration: none;
}

h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #242424;
    text-align: center;
    line-height: 1.2;
    min-height: 3.2rem;
}

a:hover {
    color: #5d5f5e;
    text-decoration: none;
}

.site-main a,
.site-main a:visited,
.site-main a:active {
    color: #fe4f00 !important;
    text-decoration: none !important;
}

.shop_header {
    background-color: #353535;
    margin-top: 13px;
    /* padding: .3em; */
    height: 36px;
    display: flex;
    width: 100%;
    font-size: 0.875rem;
}

.shop_header a {
    color: #fe4f00 !important;

}

@media screen and (max-width:800px) {
    .shop_header {
        margin-top: 37px;
    }

    body:not(:has(#wpadminbar)) .content-area {
        margin-top: 81px;
    }
}

.shop_menu_container {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.shop_menu_container ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop_menu_right ul {
    justify-content: end;
}

.shop_menu_container a {
    text-decoration: none;
    color: white;
}

h2.woocommerce-loop-product__title {
    color: #242424;
    text-align: center;
}

span.price {
    text-align: center;
    color: #ff4e00 !important;
    font-weight: bold !important;
}

p.price {
    color: #ff4e00 !important;
    font-weight: bold !important;
}

.woocommerce .button,
.woocommerce .single_add_to_cart_button,
.woocommerce button.single_add_to_cart_button,
.woocommerce ul.products li.product .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    display: inline-flex;
    width: fit-content;
    align-self: center;
    padding: 0.5em 1em;
    font-size: .8rem;
    /* margin-top: 1em; */
    justify-content: space-around;
    flex-wrap: nowrap;
    text-transform: uppercase;
    background-color: #ff4e00;
    border: none;
    color: #ffffff !important;
}

.woocommerce .button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .button:hover,
.woocommerce a.button:hover {
    background-color: #ff4e00 !important;
    border-color: #ff4e00 !important;
    color: white !important;
}

.woocommerce .button.disabled,
.woocommerce .single_add_to_cart_button.disabled,
.woocommerce button.single_add_to_cart_button.disabled,
.woocommerce ul.products li.product .button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
    background-color: #a43310;
    border: solid 1px #a43310;
}

.woocommerce ul.products::before {
    content: none;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2em;
}

.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    width: unset !important;
    margin: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    flex-grow: 1;
}

.woocommerce ul.products li.product .add_to_cart_button {
    margin: 0;
    font-size: 0.75rem;
}

.astm-search-menu,
.woofc-menu-item {
    display: grid;
    place-content: center;
}

form.cart:not(.grouped_form) {
    display: flex;
}

form.cart .woocommerce-variation-add-to-cart {
    display: flex;
}

input.qty {
    height: 100%;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.woocommerce-MyAccount-navigation ul li a i {
    font-size: 20px;
    margin-right: 10px;
}

.woocommerce-MyAccount-navigation ul li:hover {
    background-color: #f5f5f5;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #007cba;
}

.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
    max-width: unset;
}

.shop-container {
    display: grid;
    gap: 1em;
}

.product-container {
    display: grid;
    gap: 1em;
}

@media screen and (min-width:769px) {
    .shop-container {
        grid-template-columns: 1fr 3fr;
    }

    .product-container {
        grid-template-columns: 3fr 1fr;
    }

    .product-container .woocommerce-notices-wrapper {
        grid-column: span 2;
    }
}

.dashicon {
    font-family: dashicons;
    font-style: normal;
}

aside.right-sidebar .widget>div {
    margin-bottom: 1em;
}

.content-area aside.right-sidebar .widget ul {
    border: none;
}

.content-area aside.right-sidebar .widget ul.product-categories {
    padding-inline-start: 40px;
}

.content-area aside.right-sidebar .widget ul.product-categories li {
    list-style: disc outside;
    display: list-item;
}

.woocommerce table.my_account_orders .button {
    margin-bottom: 0.2em;
    display: block;
    text-align: center;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
    background-color: #ffffff !important;
    border: solid 1px;
    border-color: #ff4e00 !important;
    color: #ff4e00 !important;
    text-decoration: none !important;
    border-radius: 3px;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: #ff4e00 !important;
    color: white !important;
}

.wc-block-components-product-name {
    text-decoration: none !important;
    color: black;
}

.ppom-input.checkbox {
    display: inline;
}

.woocommerce-ordering {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

.furgonetka-wc-blocks-pickup-point-block-button-container button {
    background-color: white;
    border: 1px solid #fe5f00;
    border-radius: 3px;
    color: #fe5f00;
    width: 100%;
}

.furgonetka-wc-blocks-pickup-point-block-button-container button:hover {
    background-color: #fe5f00;
    color: #fff;
}

span.price {
    font-size: 1em !important;
}

@media screen and (max-width: 561px) {

    .woocommerce ul.products li.product .add_to_cart_button,
    .woocommerce ul.products li.product .button {
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (max-width:405px) {
    .shop_header .shop_menu_left {
        display: none;
    }
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    font-weight: normal;
}


.woocommerce-form-login .woocommerce-form-row input,
.woocommerce-form-login .woocommerce-form-row .password-input,
.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-form-register .woocommerce-form-row input,
.woocommerce-form-register .woocommerce-form-row .password-input{
    flex-grow: 1;
    width: 100%;
}

.woocommerce-form-login .woocommerce-form-row .password-input input{
    max-width: 100%;
}