@charset "UTF-8";

nav.woocommerce-breadcrumb {
    background-color: #FFF;
    background-image: none;
    max-width: 1765px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px auto;
    width: 100%;
    box-shadow: none;
    height: 30px;
}



h1.woocommerce-products-header__title.page-title {
    text-align: left;
    font-size: 50px;
}

p.woocommerce-result-count {
    display: inline-block;
    font-size: 18px;
    float: left;
}
form.woocommerce-ordering {
    float: right;
}

ul.products {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    word-break: break-word;
    min-width: 12vw;
}

ul.products::after, ul.products::before, ul.products::after, ul.products::before {
    content: " ";
    display: table;
}

ul.products, ul.products {
    clear: both;
}

ul.products.columns-4 li.product {
    width: calc(25% - 17px);
}

ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 8px 16px 8px !important;
    box-sizing: border-box;
}

ul.products li.first, ul.products li.first {
    clear: both;
}

ul.products li.product, ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}

ul.products li.product {
    list-style: none;
}

.onsale {
    position: absolute;
    top: -0.7rem;
    right: -0.7rem;
    background: #366192;
    color: #fff;
    font-family: var(--heading--font-family);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    padding: 0.8rem;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

ul.products li.product img.woocommerce-placeholder {
    height: auto!important;
    width: 100%;
    max-width: 1200px;
}

ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2;
}

ul.products li.product .woocommerce-loop-product__title {
    margin: 0.5rem 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
}

ul.products li.product .price, ul.products li.product .star-rating {
    display: block;
}
ul.products li.product .price {
    margin-bottom: 1rem;
}

.price {
    font-family: var(--heading--font-family);
    font-size: 1rem;
}

ul.products li.product .woocommerce-loop-product__link {
    display: block;
    text-decoration: none;
    position: relative;
}

.price {
    font-family: var(--heading--font-family);
    font-size: 1rem;
}

.price del {
    opacity: .5;
    display: inline-block;
}
del .woocommerce-Price-amount {
    display: inline;
}

.price ins {
    display: inline-block;
    text-decoration: none;
}

a.button.wp-element-button.product_type_simple.add_to_cart_button {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    background-color: #366192;
    vertical-align: middle;
    border: 3px solid transparent;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 20px;
    color: #fff;
}
a.button.wp-element-button.product_type_simple.add_to_cart_button:hover{
    text-decoration: none;
    background-color: #508EC8;
}


/*single product*/

.woocommerce-product-gallery {
    float: left;
    width: 48%;
    display: inline-block;
}
