/**
* Theme Name: Poco Child
* Description: This is a child theme of Poco, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: poco
* Version: 2.2.1
*/

@media (max-width: 1024px) {
    [data-elementor-type='footer'] {
        margin-bottom: 0px !important;
    }
}

.poco-breadcrumb {
    filter: invert(1) !important;
    padding-top: 200px !important;
    padding-bottom: 50px !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

.product-card:hover .product-image {
    transform: none !important;
}

.product-transition .product-image img {
    transform: scale(1) !important;
    border-radius: 20px;
}

.woocommerce-product-list.producs-list-2 ul.products .product-list-inner img {
    border-radius: 20px 0px 0px 20px !important;
}

body.page-template-template-homepage .site-content .col-full {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 320px) {
    .woocommerce-product-list.producs-list-2 ul.products .product-list-inner img {
        max-width: 270px !important;
        border-radius: 20px 20px 0px 0px !important;
    }

    .single_add_to_cart_button {
        padding: 7px !important;
    }

    button.xt_wooqv-button.xt_wooqv-more-info.button {
        padding: 16px 35px !important;
        font-size: 12px !important;
    }

    #main .elementor .menu {
        width: 100vw !important;
    }
}

@media (max-width: 375px) {
    #main .elementor .menu {
        width: 100vw !important;
    }
	h2.menu-container-heading.elementor-heading-title.elementor-size-default {
		font-size: 35px !important;
    	padding: 0 !important;
	}
}

@media (max-width: 425px) {
    .woocommerce-product-list.producs-list-2 ul.products .product-list-inner img {
        max-width: 270px !important;
        border-radius: 20px 20px 0px 0px !important;
    }

    .single_add_to_cart_button {
        padding: 7px !important;
    }

    button.xt_wooqv-button.xt_wooqv-more-info.button {
        padding: 17px 45px;
        font-size: 12px !important;
    }

    #main .elementor .menu {
        width: 100vw !important;
    }

}

.related.products {
    display: none !important;
}

.product_meta {
    display: none !important;
}

button.woosw-btn {
    display: none !important;
}

.woocommerce-product-details__short-description {
    margin: 0px !important;
    padding: 0px !important;
}

p.price {
    margin-bottom: 0 !important;
}

.woocommerce-product-details__short-description table {
    margin-bottom: 0 !important;
}

.woocommerce-product-details__short-description table tbody tr td {
    padding: 15px 0px 15px 0px !important;
}

.woocommerce-product-details__short-description p {
    display: none !important;
}

td.value.woo-variation-items-wrapper {
    margin-bottom: 0px !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    padding: 0px !important;
}

a.added_to_cart.wc-forward {
    display: none !important;
}

.woocommerce-variation-description {
    display: none !important;
}

span.price {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.xt_wooqv-modal-buttons-pos-inline .xt_wooqv-item-info form .quantity {
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

li.variable-item.button-variable-item.button-variable-item-half-chicken.selected {
    padding: 17px 10px 15px 10px !important;
}

.variable-item {
    padding: 17px 10px 15px 10px !important;
}

.xt-woo-quick-view.woocommerce {
    border-radius: 10px;
}

.xt_wooqv-item-info {
    height: 400px !important;
}

.xt_wooqv-item-info-inner {
    justify-content: space-between !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.xt_wooqv-trigger {
    padding: 1px 9px !important;
    color: white !important;
}

h2.menu-container-heading.elementor-heading-title.elementor-size-default {
    color: white !important;
    text-align: center !important;
    font-size: 50px;
    padding: 10px !important;
}

form#location-form {
    justify-content: center !important;
    display: grid !important;
}

.location-list {
    display: flex !important;	
    gap: 15px !important;
}

.location-list label {
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

button#select-location-btn {
    margin-top: 30px !important;
    padding: 15px !important;
    color: #1e1d23 !important;
}

.location-option input[type="radio"]:checked+span,
.location-option:has(input[type="radio"]:checked) {
    border: 2px solid #f5a623 !important;
    box-shadow: 0 0 10px rgba(245, 166, 35, 0.5) !important;
}

.location-list input[type="radio"] {
    display: none;
}

.location-list label img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}

.location-list label span {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

form.cart {
    flex-wrap: nowrap !important;
}

#slider {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-right: calc(-50vw + 50% +(var(--scroll-bar) / 2)) !important;
    margin-left: -15px !important;
    max-width: 100vw !important;
    padding: 0px;
}

button.single_add_to_cart_button.button.alt {
    background-color: #c3a05e !important;
    color: white !important;
}

button.xt_wooqv-button.xt_wooqv-more-info.button {
    background-color: #c3a05e !important;
    color: white !important;
    padding: 17px 45px !important;
}

button.xt_wooqv-button.xt_wooqv-more-info.button:hover {
    background-color: #c3a05e !important;
    color: white !important;
}

.site-header-account a:hover {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.site-header-cart.menu a:hover {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.site-header-cart .cart-contents:hover .count {
    background-color: black !important;
    color: white !important;
}

button.btn.btn-primary.btn-block.w-100.mt-1 {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

button.btn.btn-primary.btn-block.w-100.mt-1:hover {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.slick-slide.slick-active:hover {
    background-color: black !important;
    transition: background 0.3s ease-in-out;
    color: white !important;
}

.hai-slider .hai-slide-item.swiper-slide-active a img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(40%) saturate(448%) hue-rotate(3deg) brightness(100%) contrast(100%) !important;
}

.hai-slider .hai-slide-item.swiper-slide-active a h3 {
    color: white;
}

.swiper-wrapper {
    align-items: center;
}

.hai-slider .swiper-button-prev {
    opacity: 1 !important;
}

.hai-slider .swiper-button-prev:after,
.hai-slider .swiper-button-next:after {
    font-size: 17px;
    color: white;
}

.hai-slider .swiper-button-prev {
    left: 0 !important;
    background: #404040 !important;
    height: 100% !important;
    top: 22px !important;
    opacity: 1 !important;
}

.hai-slider .swiper-button-next {
    right: 0 !important;
    background: #404040 !important;
    height: 100% !important;
    top: 22px !important;
    opacity: 1 !important;
}

.error404 .poco-breadcrumb {
    display: flex !important;
}

.poco-handheld-footer-bar {
    display: none !important;
}

.text_wrapper {
    font-weight: 600;
}

.swiper-slide a img {
    filter: brightness(7) invert(0) !important;
}

.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.wc-proceed-to-checkout a {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.wc-proceed-to-checkout a:hover {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.coupon button {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.coupon button:hover {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.shop_table tbody tr td button {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.shop_table tbody tr td button:hover {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.shop_table tbody .woocommerce-cart-form__cart-item .product-name a:hover {
    color: #c3a05e;
}

.form-row.place-order button {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.form-row.place-order button:hover {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.woocommerce-Button.button {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.woocommerce-Button.button:hover {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
    background-color: #c3a05e !important;
    color: white !important;
    border-color: #c3a05e !important;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward:hover {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover {
    border-color: black !important;
    color: black !important;
}

.woocommerce-mini-cart-scroll ul li a:hover {
    color: black !important;
}

.westarter-product-image a img {
    background-color: white !important;
}

.MenuSection {
    background-color: #010101;
    background-image: url('https://demo.westarter.co.uk/wp-content/uploads/2025/02/bg-background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px !important;
    border-radius: 8px !important;
    margin: 45px 0px !important;
}