/*********************************
COMPONENTS 
*********************************/
body {
	font-family: 'Roboto', sans-serif;
	background:#FFF;
	font-size: 15px;
	line-height:23px;
}
a {
	outline: none !important;
	-webkit-transition: back 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
a:focus, a:hover, a:active {
	outline: none !important;
	text-decoration: none;
	color:#b91319;
}
/*-------- html tags --------*/
p {
	line-height:25px;
	font-family: 'Roboto', sans-serif;
	margin: 5px 0 25px 0;
}
ul, li, ol {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
h6 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h4 {
	font-size: 16px;
}
h3 {
	font-size:18px;
}
h2 {
	color: #222222;
	font-size: 20px;
}
h1 {
	color: #222222;
	font-size: 50px;
}
h1 span {
	color: #1a8ad0;
}
h1 span.bg-color {
	color: #fff;
	padding:0px 10px;
	background:#1a8ad0;
}
figure {
	margin:30px 0 0 0;
	padding: 0;
}
em {
	color: #525252;
}
blockquote {
	border-color:#009ae8;
	background:#efefef;
	font-size:25px;
	font-style:italic;
	line-height:36px !important;
	padding:20px;
}
blockquote p {
    line-height: 36px !important;
}
p.logged-in-as {
    margin-bottom: 20px;
}
/*-------- font weight --------*/
.font-thin-xs {
	font-weight:200 !important;
}
.font-thin {
	font-weight:300 !important;
}
.font-slim {
	font-weight: 400 !important;
}
.font-sbold {
	font-weight: 500 !important;
}
.font-bold {
	font-weight: 600 !important;
}
.font-uppercase {
	text-transform: uppercase;
}
.uppercase {
	text-transform: uppercase;
}
.font-lowercase {
	text-transform: initial !important;
}
/*-------- font colors --------*/
.font-white {
	color:#FFF !important;
}
.font-color {
	color:#b91319;
}
.font-red {
	color:#ff0000;
}
.font-black {
	color:#000;
}
.font-grey {
	color:#7D7D70;
}
.font-grey-light {
	color:#6d7279;
}
/*-------- font sizes / style --------*/
.italic {
	font-style:italic;
}
.font13 {
	font-size:13px !important;
}
.font14 {
	font-size:14px !important;
}
.font15 {
	font-size:15px !important;
}
.font16 {
	font-size:16px !important;
}
.font18 {
	font-size:18px !important;
}
.font20 {
	font-size:20px !important;
}
.font25 {
	font-size:25px !important;
}
.font30 {
	font-size:30px !important;
}
.font35 {
	font-size:35px !important;
}
.font40 {
	font-size:40px !important;
}
.font45 {
	font-size:45px !important;
}
.font50 {
	font-size:50px !important;
}
.font55 {
	font-size:55px !important;
}
.font60 {
	font-size:60px !important;
}
.font65 {
	font-size:65px !important;
}
.font70 {
	font-size:70px !important;
}
.font80 {
	font-size:80px !important;
}
.font90 {
	font-size:90px !important;
}
.font100 {
	font-size:100px !important;
}
/*-------- marigns --------*/
.nomargin {
	margin:0 !important;
}
.m-top0 {
	margin-top:0px;
}
.m-top1 {
	margin-top:10px;
}
.m-top2 {
	margin-top:20px;
}
.m-top3 {
	margin-top:30px;
}
.m-top4 {
	margin-top:40px;
}
.m-top5 {
	margin-top:50px;
}
.m-top6 {
	margin-top:60px;
}
.m-top7 {
	margin-top:70px;
}
.m-top8 {
	margin-top:80px;
}
.m-top9 {
	margin-top:90px;
}
.m-top10 {
	margin-top:100px;
}
.m-top-1 {
	margin-top:-10px;
}
.m-top-2 {
	margin-top:-20px;
}
/*bottom margin*/
.m-bottom1 {
	margin-bottom:10px;
}
.m-bottom2 {
	margin-bottom:20px !important;
}
.m-bottom3 {
	margin-bottom:30px;
}
.m-bottom4 {
	margin-bottom:40px;
}
.m-bottom5 {
	margin-bottom:50px;
}
.m-bottom6 {
	margin-bottom:60px;
}
.m-bottom7 {
	margin-bottom:70px;
}
.m-bottom8 {
	margin-bottom:80px;
}
.m-bottom9 {
	margin-bottom:90px;
}
.m-bottomp10 {
	margin-bottom:100px;
}
.m-left1 {
	margin-left:10px;
}
/*-------- padding --------*/
.padding50{
	padding:50px;
}
.nopadding {
	padding:0 !important;
}
.no-left-padd {
	padding-left:0;
}
.no-right-padd {
	padding-right:0;
}
.left-padd0 {
	padding-left:0px !important;
}
.left-padd1 {
	padding-left:10px;
}
.left-padd2 {
	padding-left:20px;
}
.left-padd3 {
	padding-left:30px;
}
.left-padd4 {
	padding-left:40px;
}
.left-padd5 {
	padding-left:50px;
}
.left-padd6 {
	padding-left:60px;
}
.left-padd7 {
	padding-left:70px;
}
.left-padd8 {
	padding-left:80px;
}
.left-padd9 {
	padding-left:90px;
}
.left-padd10 {
	padding-left:100px;
}
.left-padd11 {
	padding-left:110px;
}
.left-padd12 {
	padding-left:120px;
}
.left-padd13 {
	padding-left:130px;
}
.right-padd1 {
	padding-right:10px;
}
.right-padd2 {
	padding-right:20px;
}
.right-padd3 {
	padding-right:30px;
}
.right-padd4 {
	padding-right:40px;
}
.right-padd5 {
	padding-right:50px;
}
.right-padd6 {
	padding-right:60px;
}
.right-padd7 {
	padding-right:70px;
}
.right-padd8 {
	padding-right:80px;
}
.right-padd9 {
	padding-right:90px;
}
.right-padd10 {
	padding-right:100px;
}

/*New styles by Fluent-Themes*/
.butter_logo{
	float: left;
	padding: 8px;
}
ul.pagenation-list li span.current {
    background-color: #a8a8a8;
    border-radius: 100%;
    color: #161616;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    width: 35px;
}
.pad-left3{
	padding-left: 30px;
}
.cat-list li a{
	color: #262526;
	text-decoration: none;
	font-family: Helvetica;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px 0;
}
.cat-list li a:first-child{
    padding: 0 0 15px 0;
}
.cat-list li a:last-child{
    padding: 0 0 15px 0;
}
.cat-list li{
	color: #262526;
	text-decoration: none;
	font-family: Helvetica;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 0;
}
.cat-list li:first-child{
    padding: 0 0 5px 0;
}
.cat-list li:last-child{
    padding: 0 0 5px 0;
}
.cat-list li a:hover{
	text-decoration: none;
}

ul.cat-list{
	list-style: outside none none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding: 0 0 25px;
}
.widget_categories ul.cat-list, .widget_archive ul.cat-list{
	list-style: outside none none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 0;
    padding: 0;
}
.widget_tag_cloud .tags, .widget_text .textwidget, .calendar_wrap, .widget_categories, .widget_archive, .widget_rss{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding: 0 0 25px;
}
.widget_archive select, .widget_categories select {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #989898;
    float: left;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    height: auto;
    margin: 0 0 40px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.widget .screen-reader-text {
    display: none;
}
.widget_rss ul{
	padding-left: 0 !important;
}
.widget_rss ul li{
	padding-top: 20px;
	padding-bottom: 10px;
}
.widget_rss ul li:first-child{
	padding-top: 0;
}
.widget_rss ul li:last-child{
	padding-bottom: 0;
}
.widget_text form select {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #989898;
    float: left;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    height: auto;
    margin: 0 0 40px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
	position: relative;
}
.widget_text form select .option-width{
	width: 250px;
}
.tags a {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    color: #727272;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 8px 15px;
}
.calendar_wrap td, .calendar_wrap th {
    padding: 10px 18px 10px 0 !important;
	border: 0px !important;   
}
.calendar_wrap caption{
	padding-top: 0;
}
.cat-list .post-date{
	display: none;
}
.textwidget img{
	padding: 5px 0;
}
.form-control, .btn-default, .btn{
	border-radius: 0 !important;
}
.comment-notes{
	display: none;
}
.sky-form .m-bottom3{
	margin-bottom: 30px !important;
}
.sky-form .m-top2{
	margin-top: 20px !important;
}
.form-submit button{
	margin-bottom: 20px !important;
}
.comment.depth-2{
	padding-left: 80px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 120px;
	padding-top: 10px;
}
.comment.depth-4{
	padding-left: 160px;
	padding-top: 10px;
}
.comment.depth-5{
	padding-left: 200px;
	padding-top: 10px;
}
h4.media-heading{
	font-size: 20px;
	padding-top: 10px;
    padding-bottom: 5px;
}
@media only screen and (max-width: 998px) {
.comment.depth-2{
	padding-left: 60px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 75px;
	padding-top: 10px;
}
.comment.depth-4{
	padding-left: 90px;
	padding-top: 10px;
}
.comment.depth-5{
	padding-left: 105px;
	padding-top: 10px;
}
h4.media-heading{
	font-size: 18px;
}
.media-body p{
	font-size: 16px;
	line-height: 19px;
}
}
@media only screen and (max-width: 767px) {
.comment.depth-2{
	padding-left: 45px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 60px;
	padding-top: 10px;
}
.comment.depth-4{
	padding-left: 75px;
	padding-top: 10px;
}
.comment.depth-5{
	padding-left: 90px;
	padding-top: 10px;
}
h4.media-heading{
	font-size: 18px;
}
.media-body p{
	font-size: 16px;
	line-height: 19px;
}
.media img {
	max-width: 60px !important;
}
}
@media only screen and (max-width: 600px) {
.comment.depth-2{
	padding-left: 30px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 45px;
	padding-top: 10px;
}
.comment.depth-4{
	padding-left: 60px;
	padding-top: 10px;
}
.comment.depth-5{
	padding-left: 75px;
	padding-top: 10px;
}
h4.media-heading{
	font-size: 16px;
}
.media-body p{
	font-size: 14px;
	line-height: 17px;
}
}
@media only screen and (max-width: 320px) {
.comment.depth-2{
	padding-left: 20px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 30px;
	padding-top: 5px !important;
}
.comment.depth-4{
	padding-left: 40px;
}
.comment.depth-5{
	padding-left: 50px;
	padding-top: 5px;
}
.comment .media-body p{
	margin: 0 !important;
	font-size: 13px !important;
	line-height: 17px !important;
}
.comment-list {
    margin-bottom: 15px !important;
}
.media:first-child{
	margin-top: 0 !important;
	margin-bottom: 10px;
}
}
img{
    max-width: 100%;
	height: auto;
}
.header div, .menupop div, div.vc_row{
	max-width: none;
}
.media img {
    max-width: none !important;
}
.widget .cat-title{
	padding-bottom: 25px;
}
 @media only screen and (max-width: 995px) {
.butter_sidebar{
	margin-top: 50px;
}
}
#contactsMsgs{
	color: #6fb679;
}
.spinner-style{
	display: none !important; 
	color: #000 !important;
}
.wp-caption{}
.wp-caption-text {
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
.gallery-caption{
	font-weight:bold;
	padding-top: 10px;
    text-align: center;
}
.bypostauthor{
	border:0;
}
.type-post.sticky p{
	background-color: #F1F1F1;
	padding: 10px;
}
.alignright{
	text-align: right;
	float: right;
	margin: 10px 0 10px 10px;
}
.alignleft{
	text-align: left;
	float:left;
	margin: 10px 10px 10px 0;
}
.aligncenter {
	text-align: center;
	float: none;
	margin: auto;
}
td, th {
    padding: 5px 5px 5px 0;
}
.sky-form .progress{
	display: none;
}
.cbp-l-caption-title{
	margin-left: 10px;
	margin-right: 10px;
}
.p-bottom3{
	padding-bottom: 30px !important;
}
.padding20 {
    padding: 20px;
}
.white-bg {
    background: #fff none repeat scroll 0 0;
}
.nopadding {
    padding: 0 !important;
}
.color-bg {
    background: #dd3c9d none repeat scroll 0 0;
    padding: 14px 25px;
}
.customad-block{
	border:solid 1px #aad18b;
	padding:15px 25px 15px 15px;
	overflow:hidden;
}
.customad-block a{
	font-size:18px;
	color:#3e2308;
	text-transform:uppercase;
	font-weight:bold;
}
.title-line {
    height: 2px;
    margin: 10px auto 25px 0;
    padding: 0;
    width: 36px;
}
.flickr-widget img {
    border: 0 solid #999 !important;
    height: 58px;
    margin-bottom: 6px;
    margin-right: 6px;
    transition-duration: 0.3s;
    transition-property: background-color, color;
    transition-timing-function: ease-out;
    width: 58px;
}
.breadcrumbs.view-links a{
	color: #fff;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.line-height25{
	line-height: 25px;
}
.line-height30{
	line-height: 30px;
}
.line-height50{
	line-height: 50px;
}
.p-top03{
	padding-top: 3px;
}
.wpb_content_element{
	margin-bottom: 0 !important;
}
.white-box {
    background: #FFF;
    padding: 60px 45px;
    margin: 70px 0 0 -200px;
}
.pro-display{
	border:solid 1px #efeef4;
	overflow:hidden;
	transition: all 0.3s ease 0s;
}
.pro-display:hover{
	border:solid 1px #aad18b;
	overflow:hidden;
}
.post-dis.winery{
	background:#e8e8e8;
	padding:40px 30px;
	overflow:hidden;
}
.maps{
	line-height:0;
}

/*------------------------------------*    $OPEN TABLE RESERVATIONS
\*------------------------------------*/
.powered-by-text{
	font-size: 10px;
    text-transform: uppercase;
    color: #b3b3b3;
	line-height: 1.7;
}
.ot_title{
	display: block;
    padding: 20px 0 0 0;
    background: none;
    font-size: 25px;
    font-weight: 300;
    color: #232323;
	text-align: center;
}
.ot_title_heading{
	display: block;
    padding: 20px 0;
    background: none;
    font-size: 25px;
    font-weight: 300;
    color: #232323;
	text-align: center;
}
.ot_frame{
	max-width: 60%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.otw-button-wrap {
	margin-top: 20px;
}
.otw-button-wrap.sky-form .button{
	float: none;
    height: 40px;
    overflow: hidden;
    margin: 30px auto 70px auto;
    padding: 2px 35px;
    outline: none;
    border: 0;
    font: 500 18px/39px 'Roboto', sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
}
.post-password-form input[type="submit"]{
	float: none;
    overflow: hidden;
    padding: 3px 20px;
    outline: none;
    border: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}
.otw-input-wrap input, .otw-input-wrap select, .otw-time-wrap.otw-input-wrap select, .otw-party-size-wrap.otw-input-wrap select {
	width: 210px !important;
    height: 40px !important;
    padding: 10px !important;
    background: none !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	outline: 0 !important;
}
.selectric {
    border: 1px solid #d8d8d8;
    background: none !important;
    position: relative;
    border-radius: 3px;
    height: 40px;
	width: 210px;
	vertical-align: middle !important;
	display: inline-block !important;
}
.selectric .label{
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
	color: #777575 !important;
	text-align: left;
	margin: 10px !important;
	font-weight: 400 !important;
}
.selectric-items{
	background: #fff !important;
	vertical-align: middle !important;
}
.selectric-items li.selected {
    background: #fff !important;
    color: #000 !important;
}
.selectric-items li:hover {
    background: #fff !important;
	font-size: 15px !important;
    color: #000 !important;
}
.selectric-wrapper {
	float: right;
}
.margin-ot{
	margin-top: 40px;
}
.selectric-items ul{
	float: left;
	clear: both;
}
@media only screen and (max-width: 1199px) {
.otw-input-wrap input, .otw-input-wrap select, .otw-time-wrap.otw-input-wrap select, .otw-party-size-wrap.otw-input-wrap select, .selectric, .selectric-wrapper  {
	width: 170px !important;
}
}
@media only screen and (max-width: 998px) {
.ot_frame{
	max-width: 100%;
	float: left;
	text-align: center;
}
.otw-input-wrap input, .otw-input-wrap select, .otw-time-wrap.otw-input-wrap select, .otw-party-size-wrap.otw-input-wrap select, .selectric, .selectric-wrapper  {
	width: 100% !important;
}
.margin-ot{
	margin-top: 20px;
	margin-bottom; 60px;
}
}
#recentcomments .recentcomments span{color: #262526;}
#recentcomments .recentcomments a{color: #777575;}
.comment .media-body p{
	line-height: 24px;
	margin: 0 0 20px;
}
/*Inline Styles*/
.floatleft{ /*contact.php*/
	float:left !important;
}
.floatright{/*header.php*/
	float:right !important;
}
.floatnone{/*orderby.php*/
	float:none !important;
}
.margin_zero{/*orderby.php*/
	margin: 0 !important;
}
.padding_point2{/*custom-woocommerce-functions.php*/
	padding: 0.2em !important;
}
.nodisplay{/*custom-woocommerce-functions.php, price.php, result-count.php, single-product-reviews.php*/
	display: none !important
}
.autowidth{/*theme-functions.php*/
	width: auto !important;
}
.p_b_10{/*widgets.php*/
	padding-bottom: 10px !important;
}
.wh60_65{/*widgets.php*/
	width: 65px !important;
	height: 60px !important;
}
.maxw{/*searchform.php*/
	max-width: 600px !important;
}
.pleft_zero{/*woocommerce.php, single-product-reviews.php*/
	padding-left: 0 !important;
}
.mleft_zero{/*woocommerce.php*/
	margin-left: 0 !important;
}
/*Inline Styles Complete*/
@media only screen and (max-width: 600px) {
.media img {
	max-width: 40px !important;
	max-height: 40px !important;
}
.media-heading{
	margin-bottom: 0;
}
h4.media-heading{
	padding-bottom: 0;
	padding-top: 0;
}
.comment .media-body p{
	margin: 0 0 15px;
}
.comment-list {
    margin-bottom: 5px;
}
}
.collapse.in{
	overflow-y: auto;
}

/*New css for reservation form*/
.reserve_dropdown select {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #a9a9a9;
    float: left;
    font: 15px/23px 'Roboto', sans-serif;
	font-weight: normal;
    height: auto;
    margin: 0;
    padding: 13px 50px 13px 5px;
	width: 100%;
}
.reserve_dropdown{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 0;
    padding: 0 0 25px;
	width: 100%;
}

@media only screen and (min-width: 1100px) {
.reserve_dropdown select, .reserve_dropdown{
	max-width: 90%;
}
}
@media only screen and (max-width: 998px) {
.reserve_dropdown select, .reserve_dropdown{
	max-width: 80%;
}
}
@media only screen and (max-width: 1099px) {
.reserve_dropdown select, .reserve_dropdown{
	max-width: 85%;
}
}

.sky-form .state-success select{
	background: #fff !important;
}
/*reservation css end*/
/*Events page style*/
h2.event_date{
	color: #262526;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
}
h3.event_title{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
h3.event_title a{
	color: #262526;
}
hr.thick {
    display: inline-block;
    width: 50px;
    margin: 5px 0 15px 0;
    clear: both;
    border-top: 2px solid #262526;
	text-align: center;
}

.sidebar_wrapper, #social_share_wrapper{
    border-color: #262526;
}
.sidebar_wrapper, .sidebar_wrapper .sidebar {
    width: 240px;
    float: left;
    margin-top: 0;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #262526;
}
.sidebar_wrapper .sidebar {
    width: 100%;
    float: left;
    border: 1px solid #262526;
    padding: 15px;
    box-sizing: border-box;
}
.sidebar_wrapper .sidebar .content, #social_share_wrapper, .sidebar_wrapper a {
    color: #262526;
}
.sidebar_wrapper .sidebar .content {
    width: 100%;
    margin: 0 0 0 0;
}
.event_time i {
    margin-right: 7px;
}
.post_img.large {
    width: 100%;
    margin-right: 0;
}
.post_img {
    position: relative;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    z-index: 2;
    overflow: hidden;
    float: left;
    line-height: 0;
}
.sidebar_content img {
    max-width: 100%;
    height: auto !important;
}
.post_img img {
    max-width: 100% !important;
}
#social_share_wrapper, .social_share_wrapper {
    margin-left: 0 !important;
    padding: 10px 0 10px 0;
    border-top: 1px solid #262526;
    border-bottom: 1px solid #262526;
    margin-bottom: 40px;
	text-align: center;
}
#social_share_wrapper ul, .social_share_wrapper.shortcode ul {
    display: block;
    clear: both;
    list-style: none;
    margin: 0;
    margin-left: 0 !important;
	padding-left: 0 !important;
}
#social_share_wrapper ul li, .social_share_wrapper.shortcode ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 11px;
    text-transform: uppercase;
}
.event_description {
    text-align: left;
}
#social_share_wrapper .tooltip.tooltipstered{
	position: inherit;
	opacity: 1;
}
hr.thick.social{
    display: inline-block;
    width: 50px;
    margin: 20px 0 20px 0;
    clear: both;
    border-top: 2px solid #262526;
	text-align: center;
}
.woocommerce .must-log-in{
	display: none;
}