/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.3
Tested up to: 6.7
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.menu-product_cat_sidebar-container ul li {background: white;
    border-bottom: 1px solid lightgray;
	padding:5px 0px; 
}

.menu-product_cat_sidebar-container ul li a{
	color:black;
	text-transform:uppercase;
	    font-size: 15px;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100% !important;
}

#merlyn_order_b_3 .product_title {
    border-bottom: 2px solid;
    color: #0a412a;
    font-size: 30px;
}

@media screen and (max-width: 1550px) {
    .cs_nav .cs_nav_list > li {
        margin-right: 2px;
    }
}

.menu-product_cat_sidebar-container ul li.current-menu-item{
	background: lightgray;
}

.sub-menu { 
	max-height: 500px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
