.header-menu {
    background: black;
    color: white;

}

.header-menu .menu-item {
    list-style: none;
    display: block;
    float: left;
}
.header-menu .menu-item a {
    display: inline-block;
    padding: 5px 20px;
    color: white;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;

}
.header-menu .menu-item.current_page_item a {
    color: black;
    background: white;
}

.header-menu .menu-item a:hover {
    color: black;
    background: white;

}
.menu-item.current_page_item a .header-menu-span {
    border-bottom: 1px black solid;

}

.yith_magnifier_gallery li {
    padding-left: 6px;
    padding-right: 6px;
}

.single-product.woocommerce .thumbnails #slider-prev {
    background: url(img/arrows.png) no-repeat left center !important;
    width: 17px !important;
    height: 29px !important;
}
 .single-product.woocommerce .thumbnails #slider-next {
    background: url(img/arrows.png) no-repeat right center !important;
    width: 17px !important;
    height: 29px !important;
}
