.column.one.post-nav,
.share_wrapper {
    display: none;
}
	
.product_wrapper.clearfix {
    padding-left: 0px !important;
	padding-top: 50px;
}
	
.above-product {
    background: black;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
	
.above-product > div {
	display: inline-flex !important;
    align-items: center;	
}
	
.column.one.woocommerce-content {
    /* background: red; */
    width: 100%;
    margin: 0;
}
	
body .section_wrapper, .container {
    max-width: none !important;
}
	
.column.one.woocommerce-content .product {
    max-width: 1200px;
    margin: auto;
}
	
	table.variations {
    display: none;
}
	
.accordion {
    display: none;
}
	
.variation-thumb {
    /* background: red; */
    display: inline-block;
    height: 100px;
    width: 100px;
}
	
button.single_add_to_cart_button,
button.single_add_to_cart_button:hover {
    border: 1px solid #cdaa35;
    border-radius: 0 !important;
}
	
.summary.entry-summary.column.one-second {
    margin-left: 5%;
    width: 44%;
}
	
.above-footer {
    display: flex;
    width: 100%;
    border-top: solid 1px #eee;
    padding-top: 50px;
}
	
.above-footer > div {
    width: 25%;
    padding: 0px 20px;
    border-right: solid 1px #eee;
}
	
.above-footer > div:last-child {
    border-right: solid 0px #eee;
}
	
.above-footer span {
    /* border: solid 1px #eee; */
    height: 33px;
    display: block;
    width: 33px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 50px;
}
	
	#Footer .container {
    max-width: 1200px !important;
}
	
.summary.entry-summary.column.one-second {
    display: flex;
	flex-wrap: wrap;
}
	
.product_meta {
    display: none;
}
	
h1.product_title.entry-title {
    order: 1;
    width: 100% !important;
}
	
p.price {
    order: 2;
    width: 100%;
}
	
.prod-desc {
    order: 3;
}
	
.card-section {
    order: 4;
}
	
form.variations_form.cart {
    order: 5;
}
	
button.cart-btn {
    order: 6;
	text-transform: uppercase;
}
	
p.gift-message {
    order: 7;
}
	
textarea#gift-message {
    width: 100%;
    height: 100px;
}

form.custom-extra-data label {
    /* background: red !important; */
    display: inline-block;
}
	
form.custom-extra-data strong {
    /* background: red; */
    padding: 15px 0px;
    display: inline-block;
}
	
ol.flex-control-nav.flex-control-thumbs {
    padding-top: 20px !important;
    border-top: solid 1px #eeeeee;
    margin-top: 20px !important;
}
	
a.fixed-nav {
    display: none;
}
	
section.related.products {
    border: none !important;
}
	
section.related.products h2 {
    text-align: center;
    font-size: 30px !important;
    line-height: normal;
    padding: 20px;
    border-bottom: solid 2px #eeeeee;
    margin-bottom: 40px;
}
	
section.related.products h4 {
    text-align: center;
}
	
section.related.products span.price {
    text-align: center;
    color: #000 !important;
    font-weight: bold !important;
}
	
.summary.entry-summary.column.one-second .price {
    border-bottom: solid 2px #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}
	
h1.product_title.entry-title:after {
    display: none !important;
}
	
h1.product_title.entry-title {
    margin: 0px !important;
}
	
.prod-desc {
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 5px !important;
}

.above-product img {
    width: 55px !important;
}
	
.above-product span {
    padding: 0px 50px;
}
	
.card-section {
    width: 100% !important;
}

.active span {
	font-weight: bold;
}
	
	form.custom-extra-data > div {
    padding-bottom: 30px;
}
	
body .variation-thumb {
    /* background: red; */
    display: inline-block;
    height: auto;
    width: 100px;
    padding-bottom: 10px !important;
    line-height: normal !important;
}

.brand-div{
  display: flex;
  justify-content: space-between;
  width: 100%;

}

.brand-div a {	
	color: black;
	background: #cdaa35;
	padding: 10px;
}

.hide-custom{
	display: none;
}

.hide-custom.active{
    display: block;
}
