
@media (min-width: 767px) {
	.flex-col.hide-for-medium.flex-right{
		width:50%;
	}
	 
	#masthead .flex-col.hide-for-medium.flex-left.flex-grow li {
    margin: 0 23px;
	}

	.header-main .nav > li > a {
    line-height: 16px;
    font-weight: normal;
	}
}

.flex-col.hide-for-medium.flex-right{
	width: 40%;
}

.footer-1, .footer-2{
	border-top: 0px solid!important;
}

.archive.category .row .large-10.col{
	flex-basis: 100%;
    max-width: 100%;
}

.archive.category .box-text-inner .is-divider{
	display: none;
}

.archive.category .box-text-inner .from_the_blog_excerpt{
	display: none;
}

.archive.category .box-text-inner .from_the_blog_comments{
	display: none;
}

.product-template-default.single .product-title{
	margin-top: 20px;
}

.product-template-default.single .price-wrapper{
	margin-top: 30px;
    margin-bottom: 30px;
}

.product-template-default.single .product-info .is-divider{
	display: none;
}

.woocommerce-Addresses .u-column1{
	width: 100%;
}

.woocommerce-Addresses .u-column2{
	width: 100%;
}

.woocommerce-customer-details .woocommerce-column{
	width: 100%;
}

.woocommerce-order.row .large-5.col .col-inner{
	border-radius: 10px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .button{
	border-radius: 10px;
	margin: 0;
}

.button{
	border-radius: 10px!important;
}






