.payment_section {
	width: 100%;
	padding-top: 93px;
	padding-bottom: 111px;
}

.payment_title {
	font-size: 30px;
	font-weight: 500;
}


.addresses-select {
	user-select: none;
}

.addresses-select .add-address-container {
	height: 200px;
	width: 100%;
	border: 1px dashed #8eb2cc;
	color: #8eb2cc;
	transition: 0.1s;
	cursor: pointer;
	text-align: center;
}

.addresses-select .address-single {
	border: 1px dashed #7b7b7b;
	height: 200px;
	width: 100%;
	cursor: default;
}

.addresses-select .address-single div.actions {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16px;
	color: #424040;
}

.addresses-select .address-single div.actions a {
	cursor: pointer;
	transition: 0.1s;
}

.addresses-select .address-single div.actions a:hover {
	color: #000000;
	transform: scale(1.1);
}

.addresses-select .address-single div:not(.actions) {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 3px;
}

.addresses-select .address-single div {
	font-size: 12px;
}

.addresses-select .address-single div:last-child {
	border: none;
	margin-bottom: 0px;
}

.addresses-select .add-address-container .content-contain {
	margin-top: 65px;
}

.addresses-select .add-address-container:hover {
	border-color: #0e8ce4;
	color: #0e8ce4;
}

.addresses-select .add-address-container i {
	display: block;
	font-size: 26px;
}

.addresses-select .add-address-container span {
	font-size: 20px;
}

.addresses-select .address-single div.address-select {
	position: static;
}

.addresses-select .address-single div.address-select a {
	cursor: pointer;
	transition: 0.1s;
	color: #868e96;
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 14px;
	border: 1px solid #868e96;
	border-radius: 100%;
	height: 23px;
	width: 23px;
	text-align: center;
}

.addresses-select .address-single div.address-select a:hover {
	color: #0e8ce4;
	border: 1px solid #0e8ce4;
	transform: scale(1.1);
}

.addresses-select .address-single.selected div.address-select a {
	color: #005aff;
	border: 1px solid #005aff;
	font-weight: bold;
}

.addresses-select .address-single .address-single-content {
	position: static;
}

.product-list .product-item:first-child {
	border-top: 1px solid #e3e4e4;
}

.product-list .product-item {
	border-bottom: 1px solid #e3e4e4;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.payment-type li {
	padding: 0px;
	margin: 0px;
}

ul.payment-type li label {
	border-top: 1px solid #e3e4e4;
	padding: 0px 0px;
	margin: 0px;
	width: 100%;
}

ul.payment-type li:last-child label {
	/* border-top: none; */
}

ul.payment-type li label input {
	display: none;
}

ul.payment-type li label input+div {
	padding: 20px 10px;
	cursor: pointer;
}

ul.payment-type li label input+div>span {
	height: 14px;
	width: 14px;
	margin-top: 3px;
	margin-right: 10px;
	border-radius: 10px !important;
	background: #d4d4d4;
	float: left;
	vertical-align: middle;
}

ul.payment-type li label input+div i {
	line-height: 100%;
	float: right;
	font-size: 30px;
	margin-top: -4px;
}

ul.payment-type li label input+div:hover {
	background-color: #efefef;
}

ul.payment-type li label input:checked+div {
	color: #28a745;
	background-color: #efefef;
}

ul.payment-type li label input:checked+div>span>span {
	background-color: #9e9e9e;
	height: 8px;
	width: 8px;
	margin-top: 3px;
	margin-left: 3px;
	border-radius: 100% !important;
	display: block;
}

.coupon-code-input {
	height: 30px;
	padding: 3px 5px;
}

.coupon-code-btn {
	height: 30px;
	padding: 3px 5px;
}

#couponCodeStartBtn {
	font-size: 12px;
}
