/* Payment */
#payment{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:rgba(130,36,227,0.1);
	background-repeat:no-repeat;
	color:rgb(102, 102, 102);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-top:20px;
	margin-bottom:20px;
}

/* Col inner */
.checkout .col-inner{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

/* Link */
#logo a{
	text-transform:none;
}

/* Span Tag */
#shipping_method .shipping__list_item .shipping__list_label div > span{
	transform:translatex(0px) translatey(0px);
	align-self:center;
	font-size:0.9rem;
}

/* Shipping method */
#shipping_method{
	float:left;
	display:block;
}

/* Table Data */
.checkout .row .col .col-inner .checkout-sidebar #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .shipping__inner .shipping__table tbody tr td{
	border-bottom-width:0px !important;
}

/* Table Data */
.shipping__table tr td{
	border-bottom-width:0px;
}

/* Th */
.shipping__table tr th{
	border-width:0px;
}

/* List */
.checkout .woocommerce-NoticeGroup-checkout ul{
	padding-left:12px;
	padding-right:12px;
	padding-top:9px;
	padding-bottom:11px;
	margin-top:8px;
	margin-bottom:20px;
	border-style:dashed;
	border-color:#f41800;
	border-width:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	display:inline-block;
}

/* Woocommerce checkout form coupon */
#woocommerce-checkout-form-coupon{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}


