/* Enter Your Custom CSS Here */
@media only screen and (min-width: 768px) {
/* Desktop styles go here */

table.cart .product-quantity .plus, table.cart .product-quantity .minus,  table.cart .product-quantity .plus, table.cart .product-quantity .plus {margin: 8px;}
}

// MOVE THIS FUNCTION INTO THEME SWITCHER
function oxy_check_for_blog_switcher( $name ) {
    if( isset( $_GET['blogstyle'] ) ) {
        $name = $_GET['blogstyle'];
    }
    return $name;
}

.centerimage {
text-align:center;  
  margin-left:50%;
}

.button-fix {
  display:inline-block;
  margin: .5em 2em 0 0;
  padding-left:3em;
  padding-right:3em;
}

#vcom-meta-hero {
  background-color: #21262c;
}

label {
	font-weight: initial;
  margin-top: 10px;
}

.woocommerce #customer_details p input, #wc-authorize-net-cim-credit-card-account-number, #wc-authorize-net-cim-credit-card-expiry, #wc-authorize-net-cim-credit-card-csc, #order_comments {
	border: 1px solid #b4b4b4;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 1px rgb(167 167 167 / 20%);
  font-size: inherit !important;
}

label[for=wc-authorize-net-cim-credit-card-account-number], label[for=wc-authorize-net-cim-credit-card-csc] {
	display: block !important;
}

#wc-authorize-net-cim-credit-card-expiry {
	width: auto;
}

.woocommerce .payment_methods label {
	display: block;
}

.woocommerce-checkout h3 {
	font-weight: initial;
  font-size: 25px;
}

.woocommerce .payment_methods label {
	display: none;
}

.woocommerce-checkout h1 {
  font-size: 40px;
  margin-top: 50px;
}

.woocommerce-cart .btn {
	border-radius: 5px !important;
}

.woocommerce-cart #coupon_code {
	border: 1px solid #b4b4b4;
  border-radius: 3px !important;
  box-shadow: 0px 0px 2px 1px rgb(167 167 167 / 20%);
  font-size: inherit !important;
}

.woocommerce-cart .woocommerce-message {
	display: none;
}

.woocommerce-cart .shop_table th {
	font-weight: initial;
  font-size: 25px;
}

.woocommerce-cart h1 {
  font-size: 40px;
  margin-top: 50px;
}

.woocommerce-cart input[name=apply_coupon] {
	background-color: #0592ca !important;
}

.woocommerce-page .single_add_to_cart_button{
	border-radius: 5px;
  padding-right: 12px !important;
}

.woocommerce-page .single_add_to_cart_button:after{
	display: none;
}