.btn-ak-lightgrey-inv {
    color: #dfe5e6;
    background-color: #fff;
    border-color: #dfe5e6;
}
.btn-ak-lightgrey-inv:hover {
    color: #fff;
    background-color: #575757;
}
.btn-ak-full-width {
    width: 100%;
}

a.link-disabled,
a.link-disabled:hover {
	color: #888a8c;
	cursor: default;
	opacity: 1;
	text-decoration: none;
}


.woocommerce div.product {
    position: relative;
    margin-bottom: 1.5rem;
}	

.woocommerce div.product .ak-block-featured_img {
    overflow: hidden;
    margin-bottom: 1rem;
}

.woocommerce div.product .ak-block-featured_img img {
    margin-bottom: 0!important;
    height: auto;
}

.woocommerce div.product .woocommerce-loop-product__title {
    font-family: 'EB Garamond', serif;
}
		
.woocommerce-loop-product__link {
    text-decoration: none;
}

.woocommerce-loop-product__link:hover,
.woocommerce-loop-product__link:hover h2 {
    opacity: 0.75;
    color: #575757;
}

.woocommerce-product-gallery__image {
	overflow: hidden;
}

.woocommerce-product-gallery__image a:hover {
	opacity: 1;
}

.cart input {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 0;
    height: auto;
    padding-left: 0;
    border-color: #888a8c;
    border: none;
    border-bottom: 1px solid #888a8c;
    font-family: 'myriad-web', Arial, sans-serif;
    text-decoration: none;
    padding: .39rem 1rem;
    font-size: 1rem;
}

.woocommerce div.product form.cart .button {
	-webkit-appearance: button;
	overflow: visible;
	margin: 0;
	display: inline-block;
	text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    border-radius: 0;
    font-family: 'myriad-web', Arial, sans-serif;
    text-decoration: none;
    opacity: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: .5rem 1rem;
    font-size: 0.8em;
    background-color: #004094;
    border-color: #004094;
    margin-left: 1rem;
}

.woocommerce div.product form.cart .button:before {
	content: '» ';
}

.woocommerce div.product form.cart .btn-group {
	display: inline-block;
    float: left;
    margin-left: 1rem;
}

.woocommerce div.product form.cart .btn-group .btn {
    margin-left: 0;
    margin-right: 0;
    border-right: none;
}
.woocommerce div.product form.cart .btn-group .btn:last-child {
    border-right: 1px solid;
}

.woocommerce table.shop_table {
    border: none !important;
}

.woocommerce-cart table.cart th {
	font-size: 0.8em;
	color: #888a8c;
}

.woocommerce-cart table.cart td {
	border: none !important;
}

.woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-block;
    margin-right: 1rem;
}

.woocommerce-shipping-calculator {
	display: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block !important;
    font-size: 1rem !important;
    float: right !important;
    padding: .5rem 1rem !important;
}

form.checkout.woocommerce-checkout.ak-checkout h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

form.checkout.woocommerce-checkout.ak-checkout h3 > label {
    margin-bottom: 0;
}

form.checkout.woocommerce-checkout.ak-checkout input[type=checkbox], 
form.checkout.woocommerce-checkout.ak-checkout input[type=radio] {
    position: relative;
    top: -0.2rem;
}

.woocommerce form .form-row {
	margin-bottom: 0.8rem;
	position: relative;
}

.woocommerce form .form-row label {
    margin-bottom: 0;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100%;
}

#customer_details,
#payment {
	margin-bottom: 2rem !important;
}

.woocommerce-checkout #payment {
	border-radius: 0 !important;
	background: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
	border: none !important;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #dfe5e6 !important;
	border-radius: 0 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #dfe5e6 !important;
}

.woocommerce-checkout .shop_table {
	background-color: #dfe5e6 !important;
	border-radius: 0 !important;
}