/* theme options */


/* custom CSS */
/* sample custom CSS */
#Top_bar a.button.action_button {
	margin-left:10px;
}

#Top_bar .logo {
    float: left;
    margin: 0px!important;
}

.header-classic #Top_bar {
    border-bottom: solid #fab717;
    border-width: 5px;
}

.mcb-sidebar:before {
    background: #fff;
}

.widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor) > a, .widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor) > a{
	background-color: #fab717;
}

.widget_mfn_menu ul li a:hover, .widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor) > a, .widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor) > a {
    color: #0d55a3!important;
}


.widget_mfn_menu ul li a:hover{
	    color: #fff!important;
}

#Top_bar a#header_cart {
    display: none;
}

.woocommerce div.product {
    margin-top: 80px;
}

.with_aside .sidebar.columns {
    margin-top: 30px;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin-top: 50px;
}

.woocommerce .product .post-nav {
    display: none;
}

.shop-filters {
    display: none;
}

.woocommerce ul.products li.product {
	border: 1px solid #dbdfe4; text-align: center; overflow: hidden; box-sizing: border-box;
}

.woocommerce ul.products li.product .desc {
    background: #F9B715;
}

.aside#text-3.widget.widget_text{
  padding: 50px
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}

a.glink {
    color: #Ffffff;
}

#text-3{
 padding-left: 80px !important;
}

@media screen and (max-width: 768px) {
#text-3{
 padding-left: 0px !important;
	}}

#Footer .footer_copy {
    border-top-color: #C6C6C6;
}

.shop_slider .shop_slider_ul li .item_wrapper .desc {
    text-align: center;
}

.fixed-nav {
    display: none;
}

#Side_slide .extras .extras-wrapper .cart {
    display: none;
}

.woocommerce .product div.entry-summary .product_meta {
    margin: 50px 0 0 0px!important;
}


#Top_bar .search_wrapper input[type="text"] {
color: #0854a3 !important;
}

.woocommerce ul.products li.product .desc {
    min-height: 90px;
  	padding: 5px 35px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h4 {
    font-size: 16px;
}

ul.a {
    list-style-position: outside;
    list-style: initial;
    padding-left: 15px;
}