@charset "UTF-8";

/*
Theme Name: YOOtheme Child
Theme URI: https://yootheme.com
Description: A powerful, flexible and elegant website builder that allows you to create complex pages within minutes and customize every aspect of the theme.
Version: 2.2.4
Author: YOOtheme
Author URI: https://yootheme.com
Template: yootheme
Text Domain: yootheme-child
*/

.tm-header,
.tm-header-mobile {
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.tm-header .uk-navbar-container:not(.uk-navbar-transparent) {
    background: rgba(255, 255, 255, 0.85);
}

.uk-navbar-nav>li>.menu-item.woofc-menu-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.uk-article-title {
    text-align: center;
}

.wc-block-sort-select .wc-block-sort-select__select {
    border: 1px solid #ccc;
    height: 30px;
    padding: 5px;
    font-size: 14px;
}

.wc-block-grid .wc-block-components-product-sort-select {
    margin-bottom: 20px;
}

.wc-block-grid__products {
    margin: 0 0 16px;
}

.wc-block-grid__products .wc-block-grid__product {
    margin-left: 2%;
    width: calc((100% - 5%) / 3);
    padding: 15px;
    margin-bottom: 25px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 22px -10px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 22px -10px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 22px -10px rgba(204, 204, 204, 1);
}

.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
    flex: auto;
}

.wc-block-grid__products .wc-block-grid__product:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.wc-block-grid .wc-block-components-product-title {
    font-weight: 400;
}

@media (min-width: 960px) {
    .tm-main.uk-section {
        padding-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .tm-main.uk-section-default {
        background: transparent;
    }
    .tm-header-mobile .uk-navbar-right .flycartmenu {
        margin: 0;
        padding: 0 15px;
        list-style-type: none;
    }
    .wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
        margin-left: 2%;
        width: calc((100% - 5%) / 2);
        max-width: 50%;
    }
    .wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media screen and (max-width: 639px) {
    .wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
}