#ckoApplePay, #ckoApplePay_minicart {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#ckoGooglePay {
	padding: 0px;
	width: 240px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#ckoGooglePay_minicart {
	padding: 0px;
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.apple-pay-button {
	width: 240px;
	height: 40px;
	display: block;
	-webkit-appearance: -apple-pay-button;
	-apple-pay-button-type: plain;
    -apple-pay-button-style: black;
	cursor: pointer;
	margin-bottom: 15px;
}

.apple-pay-button-minicart {
	width: 100%;
	height: 50px;
	display: block;
	-webkit-appearance: -apple-pay-button;
	-apple-pay-button-type: plain;
    -apple-pay-button-style: black;
	cursor: pointer;
	margin-bottom: 15px;
}

.apple-pay-button-with-text>* {
	display: none;
}

.apple-pay-button-black-with-text {
	-apple-pay-button-style: black;
}

.apple-pay-button-white-with-text {
	-apple-pay-button-style: white;
}

.apple-pay-button-white-with-line-with-text {
	-apple-pay-button-style: white-outline;
}

.apple-pay-button-text-book {
	-apple-pay-button-type: book;
}

.apple-pay-button-text-buy {
	-apple-pay-button-type: buy;
}

.apple-pay-button-text-subscribe {
	-apple-pay-button-type: subscribe;
}

.apple-pay-button-text-check-out {
	-apple-pay-button-type: check-out;
}

.apple-pay-button-text-donate {
	-apple-pay-button-type: donate;
}

/* For mobile devices */

@media only screen and (max-width: 600px) {
	.apple-pay-button {
		width: 100%;
		height: 50px;
	}

	.apple-pay-button-minicart {
		width: 100%;
		height: 50px;
	}
	
	#ckoGooglePay {
		width: 100%;
		height: 50px;
	}

	#ckoGooglePay_minicart {
		width: 100%;
		height: 50px;
	}
}

.title_lines {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.title_lines:before, .title_lines:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: #cccccc;
    margin-left: 2%;
}
.title_lines:before {
    margin-left: -50%;
    text-align: right;
}

.alternate_payment_methods {
	display: none;
}