/*
Theme Name: Olymp Child
Theme URI: https://woocommerce.com/products/olymp/
Description: Responsive WooCommerce theme.
Author: Viva Themes
Author URI: https://vivathemes.com
Template: olymp
License: GNU GPLv3 or later
License URI: https://www.gnu.org/licenses/license-list.html#GNUGPLv3
Version: 1.1.1
Requires PHP: 5.6
Tested up to: 5.8
Tags: two-columns, full-width-template, right-sidebar, custom-background, custom-header, custom-colors, custom-logo, custom-menu, translation-ready, featured-images, threaded-comments, blog, entertainment
Text Domain: olymp_child
*/

.home #header {
    height: 55vh;
    min-height: 700px;
}

/* .categoryimage : start with first image on the left and then the n*2th on the right */
.categoryimage {
    float: left;
    margin-left: -40px;
    margin-right: 0;
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    animation-delay: 1s;
}

.bwcat:nth-child(2n)
.categoryimage {
    float: right;
    margin-right: 50px;
}

.categoryimage .item__svg {
    z-index: -1;
    fill: #EEE0C4;
    z-index: 1;
}

.bwcat:nth-child(even) .categoryimage .item__svg {
    right: -30px;
    left: auto;
	fill: #EED8C4;
    transform: scale(-1, -1);
}



