/*** Checkout ***/
.desktop-logo {
    display: contents;
    position: relative;
}

.checkout-index-index .am-checkout {
	width: 100%
}

@media only screen and (max-width: 768px) {
	.checkout-index-index .nav-toggle {
		display: block;
	}
}

.theme-pearl.checkout-index-index .header.content .minicart-wrapper {
	display: block !important;
}

.theme-pearl.checkout-index-index .login-links .customer-welcome.active .customer-menu, .theme-pearl.checkout-index-index .login-links .customer-welcome.active .customer-menu .header.links {
	display: block !important;
}

.checkout-index-index .nav-sections {
	display: block;
}

.amcheckout-main-container.-modern, .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title, #block-discount-heading, #block-giftcard-heading, .gift-item-block .title {
	color: #1c6674 !important;
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
	background: #f9f9f9 !important;
}

form#custom-checkout-form {
	margin-bottom: 20px;
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
	background: #1c6674;
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle span {
        color: #ffffff;
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
        background: #f16e67;
	text-decoration: none;
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover span {
        color: #ffffff;
}

.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
	border-color: #1c6674;
}

.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover, .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
	border-color: #f16e67;
}

.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
	border-color: #1c6674;    
}

/*.customer-points-both {
    max-width: 400px;
}*/

.customer-points {
    background-color: #1c6674;
    color: #fff;
    padding: 10px;
   /* max-width: 210px;*/
    min-height: 140px;
    text-align: center;
    margin-bottom: 10px;
}

customer-points .points {
    float: left;
}

.customer-points .points, .customer-points .vouchers {
    padding: 10px;
    /*max-width: 260px;*/
}

.customer-points h2 {
    font-size: 20px;
    color: #fff!important;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 30px;
}

.customer-points h1 {
    font-size: 33px;
    background-color: #195b68;
    color: #fff!important;
    margin-bottom: 5px;
    margin-top: 5px;
}


.loyalty-points {
    padding-top: 2%;
}

.voucher-action {
    background-color: #fff;
    border-radius: 50px;
    width: 50%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

select#voucherChoice, select#voucherChoice option {
    cursor: pointer;
}

.loyalty-points .minicart-wrapper .action.showcart .counter.qty {
    background-color: #f26860;
}

.theme-pearl.store-view-default button.action.action-cancel span {
    color: #f16e67 !important;
}

.theme-pearl.store-view-default button.action.action-cancel:hover span {
    color: #ffffff !important;
}

.theme-pearl.store-view-default button.action.action-cancel {
    height: 40px;
}

.theme-pearl.store-iew-default div.field[name="customCheckoutForm.checkout_store"] {
    display: none;
}

#discount-form .actions-toolbar .primary button.action-apply {
    line-height: 1.42857143;
}

#discount-form #discount-code::placeholder {
    font-size: 14px;
}

button.action-select-shipping-item span,
button.amcheckout-button.-new-address span,
.amcheckout-content button span {
    color: white !important;
}

.amcheckout-payment-methods .amcheckout-content .checkout-agreement button span {
    color: #f16e67 !important;
}

.amcheckout-step-container .checkout-agreements .action-show {
    display: contents;
}

button.action-select-shipping-item:hover,
button.amcheckout-button.-new-address:hover {
    border: none !important;
    background: #f16e67 !important;
}

div.field[name="customCheckoutForm.checkout_store"] {
    display: none;
}

.checkout-index-index button.action.action-cancel {
    background-color: #ffffff !important;
}

.checkout-index-index button.action.action-cancel:hover {
    background-color: #f16e67 !important;
    color: #ffffff !important;
}

.amcheckout-step-container input[type='checkbox'] + label {
    display: block;
}

.checkout-agreements-block .checkout-agreement.field { 
   display: block;
}

.theme-pearl.checkout-index-index .loyalty-points {
    display: none;
}
