/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all theme stylesheets.
 */
.woocommerce-checkout .payment-fixed {
position: fixed;
z-index: 9;
box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
left: 52%;
margin-left: 0;
padding: 20px;
top: 0;
width: 45.5% !important;
-webkit-transition: padding .1s ease-in;
-moz-transition: padding .1s ease-in;
-o-transition: padding .1s ease-in;
-ms-transition: padding .1s ease-in;
transition: padding .1s ease-in;
}

.woocommerce .related ul li.product {
width: 16.8% !important;
clear: none;
margin-right: 4%;
}
.woocommerce .related ul li.product:nth-of-type(5n) {
margin-right: 0;
}

.col-full {
max-width: 75.141em;
}

a:focus,
.focus a {
	outline: none !important;
}

