.cartbutton {
background: rgb(103, 107, 123) none repeat scroll 0% 0%;
color: white;
padding: 4px;
width: 120px;
text-align: center;
box-shadow: 1px 1px 2px black;
float: right;
}

section.related.products {
clear: both !important;
}

.product_meta {
display: none;
}

.woocommerce-message {
    font-size: 20px;
}

.attachment-shop_single  {
width: 85%;
height: auto;
}

img.attachment-shop_thumbnail {
padding: 10px !important;
}

span.woocommerce-Price-amount  {
font-size: 20px !important;
font-weight: bold;
margin-bottom: 10px !important;
}

td.label {
font-size: 20px;
}

select#book-type {
    border-radius: 0px !important;
    border: 1px solid grey !important;
    font-size: 15px !important;
    padding: 5px !important;
}

#main-header {
    z-index: 9999 !important;
}

table.variations {
margin-bottom: 20px;
}

div.quantity {
margin-bottom: 20px;
}

button.single_add_to_cart_button {
background: green none repeat scroll 0% 0% !important;
color: white !important;
box-shadow: none !important;
border: medium none !important;
font-size: 20px;
padding: 5px;
margin-bottom: 10px;
}