.acadp .acadp-text-white {
    color: #fff;
}

header.acadp-shop-has-cart {
    margin-top: 60px;
}

.acadp-cart-contents {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 16px;
    color: #fff;
}

.acadp-cart-contents:hover {
    text-decoration: none;
}

.acadp-shop-svg-icon {
	display: inline-block;
	width: 32px;
	fill: #8f8f8f;
	stroke: none;
	stroke-width: 0;
	vertical-align: middle;
}

.acadp-cart-contents-count {
	position: absolute;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 1px; 
    top: 32px;
   	right: 16px;     
   	transform: translateY( -105% ) translateX( 25% );
	font-size: 12px;    
    color: #fff;    
    background: #f09201;   
    border-radius: 50%;
    text-align: center;
    line-height: 22px;   	
	vertical-align: middle;
}

.woocommerce h2,
.woocommerce h3 {
    font: 16px/140% 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.woocommerce .cart_totals .blockUI.blockOverlay:before,
.woocommerce .woocommerce-checkout-payment .blockUI.blockOverlay:before {
  display: none! important;
}

.woocommerce form.woocommerce-checkout .col-1 {
    display: none;
}

.woocommerce form.woocommerce-checkout .col-2 {
    float: none;
    width: 100%;
}

.woocommerce form.woocommerce-checkout h3 {
    display: none;
}

.woocommerce form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    margin-bottom: 20px;
}

.woocommerce form.woocommerce-checkout ul.woocommerce-error {
    margin-left: 0;
}

.woocommerce-order-received .woocommerce-table__product-name a {
    text-decoration: none;
    pointer-events: none;
}

.woocommerce-order-received .order-again,
.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

p.cart-empty.woocommerce-info {
    padding-bottom: 1em !important;
}

@media only screen and (max-width: 768px) {
    .woocommerce .acadp-woocommerce-message {
        display: none;
    }
}