.top-bar {
padding: 0 !important;
}
.top-bar-motto,
.top-bar-menu {
display: inline-block;
margin-top: 10px;
}
.woocommerce .button {
background-color: #f9a825 !important;
color: white !important;
border-radius: 4px !important;
border: 1px solid #f9a825 !important;
}
.woocommerce .added_to_cart.wc-forward {
padding-top: 0px !important;
}
.woocommerce .button:hover {
background-color: #222222 !important;
border: 1px solid #222222 !important;
color: white !important;
}
.product-purchase {
width: 50%;
}
.shop_table .product-thumbnail {
display: none;
}
.woocommerce ul > li {
position: static;
list-style-type: inherit;
}
.woocommerce ul > li:before {
display: none;
}
#terms {
float: left;
margin-top: 9px;
margin-left: -2px;
}
.woocommerce-terms-and-conditions-checkbox-text {
width: 100%;
padding-left: 20px;
}
.cart-contents {
float: right;
display: inline-block;
background-color: #f9a825;
height: 37px;
width: 37px;
margin-left: 15px;
text-align: center;
position: relative;
}
.cart-contents .fa {
position: absolute;
width: 24px;
height: 24px;
line-height: 24px;
left: 50%;
top: 50%;
margin-top: -12px;
margin-left: -12px; font-size: 16px;
color: #fff;
}
.cart-contents-count {
display: block;
position: absolute;
top: 2px;
right: 2px;
width: 16px;
height: 16px;
line-height: 16px;
background-color: #222;
color: white;
text-align: center;
border-radius: 50%;
font-size: 10px;
}
@media (max-width: 768px) {
.product-purchase {
width: 100%;
}
}