/*
 Theme Name: Klavey
 Template: storefront
 Author: Lluna
 Description: A child theme for Storefront
 Version: 1.0
*/

.product_title {
    font-family: var(--font-title);
}

.woocommerce-product-gallery {
    width: 45% !important;
    margin: 0px !important;
    padding-right: 5%;
    padding-top: 2rem;
}

.entry-summary {
    width: 55% !important;
    padding-left: 5%;
    padding-top: 5rem;
    border-left: 1px solid var(--color-primary);
}

.quantity {
    display: none;
}

.single_add_to_cart_button {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--color-primary) !important;
    height: 4rem;
}


.wc-tabs {

    border-top: none !important;

    li {
        border-bottom: 1px solid var(--color-primary) !important;
        color: var(--color-primary) !important;

        a {
            color: var(--color-primary) !important;
        }
    }

    li.active {
        font-weight: bold;
        text-transform: uppercase;
    }
}

.wc-tabs-wrapper {
    border-top: 1px solid var(--color-primary);
}

.storefront-breadcrumb {
    display: none;
}

/* PRODUCT SLIDER */
.slick-list.draggable > .slick-track {
    margin-left: 0px !important;
    width: 100% !important;

    .slick-slide {
        margin-left: 0px !important;
        margin-right: 10px !important;
        width: fit-content !important;

        img {
            border-radius: 0px !important;
        }
    }
}

.woocommerce-product-gallery__image {
    border-radius: 0px !important;
}

.widget_shopping_cart {
    border: 1px solid black;
}

.menu-navigation ul li {
    color: var(--color-primary) !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
    border-top: 1px solid var(--color-primary) !important;
}

#fkcart-floating-toggler {
    border: 1px solid var(--color-primary) !important;
    border-radius: 10px !important;
}

#fkit-floating-count {
    transform: translate(-50%, -50%);
}

#fkcart-checkout-button {
    border-radius: 0px !important;

    display: flex;
    align-items: center;
    height: 4rem;
}

.fkcart-preview-ui {
    border-left: 1px solid var(--color-primary);
}

/* MOBILE */
@media only screen and (max-width: 768px) {
    .entry-summary {
        width: 100% !important;
        border-left: none;
        border-top: 1px solid var(--color-primary);
        padding-left: 0px;
        padding-top: 1rem;
        margin-left: 0px !important;
    }

    .woocommerce-product-gallery {
        width: 100% !important;
        padding-right: 0px;
        padding-bottom: 1rem;
        border-right: none;
    }

    ol.flex-control-nav {
        li {
            margin-right: 1rem !important;
            width: 4rem !important;

            img {
                border-radius: 0px !important;
            }
        }
    }

    .wc-tabs-wrapper {
        border-top: none;
        margin-top: 0px;
    }

    .storefront-handheld-footer-bar {
        display: none;
    }
}
