li#tab-title-reviews {
    display: none;
}
img.how-order {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

div#tab-orders {
    text-align: center;
}
li#menu-item-2871 {
    display: none;
}
p#preorder_date_field {
    display: none;
}
td.product-name small {
    display: none;
}
h2.preorder-note {
    color: red;
    padding-top: 20px;
}

.mobile-page a {
    color: #45b44d !important;
    opacity: 1;
}
.only-mobile{
	display: none;
}
.custom-gallery-image {
    text-align: center;
}

.custom-gallery-image img {
    width: 100%;
    max-width: 800px;
}

.custom-gallery-image:not(:nth-child(1)) {
    margin-top: 20px;
}
@media only screen and (max-width: 767px){
	 li#menu-item-2871 {
		display: block;
	}
	.only-mobile{
		display: block;
	}
	.wc-tabs > li {
		margin-left: 15px;
	}
	wc-tabs > li > a {
		font-size: 10px;
		line-height: 1;
	}
}