@charset "UTF-8";
/* CSS Document */

.product-right .product-buttons a:first-childv {
	margin-left: 0px;
}
.cart-section .cart-table thead th, .wishlist-section .cart-table thead th{
	padding: 0.75rem;
}
.omise-checkout-button{
	line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
	padding: 13px 29px;
	color: #fff;
	letter-spacing: 0.05em;
	border: 2px solid var(--theme-color);
	background-image: linear-gradient(30deg, var(--theme-color) 50%, transparent 50%);
	background-size: 850px;
	background-repeat: no-repeat;
	background-position: 0;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}
.omise-checkout-button:hover{
	background-position:100%;
	color:#000;
	background-color:#fff;
}