@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&display=swap');
.ff-cabin {
    font-family: 'Cabin Sketch', cursive;
}

/* Header menu */
.tm-header .uk-navbar-nav .uk-parent .uk-nav-sub {
    max-height: 0;
    overflow: hidden;
    transition: all 200ms ease-in-out;
}

.tm-header .uk-navbar-nav .uk-parent.active .uk-nav-sub {
    max-height: 100px;
}

/* Joomshopping */
.product_label {
    position: absolute;
    left: 0;
    top: 0;
}

.jshop_list_product .product-card .old-price {
    text-decoration: line-through;
}

.product-block {
    padding: 10px 20px !important;
    border-bottom: 1px solid #efefef;
}

@media (max-width: 600px) {
    .product-block {
        padding: 10px !important;
    }
}

.product-block:hover {
    background-color: #fff7f7 !important;
}

.product-block-body {
    display: flex;
    align-items: center;
}

@media (max-width: 1070px) {
    .product-block-body {
        flex-wrap: wrap;
    }
}

@media (max-width: 1070px) {
    .product-block-photo {
        margin-bottom: 20px;
    }
}

.product-block-photo img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 8px;
}

.product-block-content {
    flex-basis: 500px;
    padding-left: 30px;
}

@media (max-width: 1070px) {
    .product-block-content {
        flex-basis: 100%;
        padding-left: 0;
    }
}

.product-block-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
}

@media (max-width: 600px) {
    .product-block-name {
        margin-right: 0;
    }
}

.product-block-name .short_description {
    font-size: 12px;
}

.product-block-name a {
    color: #222;
}

.product-block-price {
    margin-left: auto;
    white-space: nowrap;
}

@media (max-width: 1070px) {
    .product-block-price {
        flex-basis: 100%;
    }
}

.product-block-stock {
    font-size: 13px;
}

.product-block .oiproduct {
    flex: 0 1 auto;
    margin-left: 20px;
}

@media (max-width: 600px) {
    .product-block .oiproduct {
        margin-left: 5px;
    }

    .product-block .oiproduct .uk-form-width-xsmall {
        width: 30px;
        font-size: 12px;
    }
}

.joomshopping-cart-product-quantity-input {
    width: 80px !important;
    text-align: center;
}

.jshop_pagination {
    margin-top: 20px;
}

.jshop_pagination li:not([class*="pagination-"]) span.pagenav {
    color: #fff;
    text-decoration: none;
    background-color: #fc3a3a;
}

.tm-header-overlay {
    background-color: #fff;
}
