html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    height: 100%;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    color: #333;
    background: #e4e4e4;
    min-width: 320px;
    height: 100%;
}

section {
    border-radius: 10px;
    position: relative;
    margin: 8px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
}

.w1 {
    max-width: 710px;
    margin: 0 auto;
}

header {
    height: 68px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
    padding: 4px 20px;
}

.logo-container {
    width: 300px;
    height: 60px;
    margin: 0 auto;
}

.logo {
    
    height: 38px;
    
}

.price {
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.price-amount {
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #f0f0f0;
    padding: 15px;
    background: #f7f7f7;
    vertical-align: middle;
}

h2 {
    font: 18px/22px "Open Sans", sans-serif;
    line-height: 1.3;
    font-weight: 600;
    margin: 8px 0;
}

.total-amount {
    color: #9B9B9B;
    font-weight: 700;
    font: 18px/22px "Open Sans", sans-serif;
    display: table-cell;
    vertical-align: middle;
    min-width: 150px !important;
}

.method {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.method-name {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
}

.method-label {
    margin: 0px 0 5px 0;
}

.bold-font {
    font-weight: 600;
}

.amount {
    display: table-cell;
    word-wrap: break-word;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    font: 24px/28px "Open Sans", sans-serif;
    font-weight: 600;
}

h1 {
    font: 22px/28px "Open Sans", sans-serif;
    line-height: 1.3;
    font-weight: 600;
    margin: 8px 0;
}

.list {
    padding: 10px 15px;
    list-style: none;
    margin: 0;
}

.heading {
    color: #9b9b9b;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 14px;
}

.txt {
    color: #4a4a4a !important;
    font: 600 20px/26px "Open Sans", sans-serif;
    pointer-events: none;
    text-decoration: none;
}

.list li {
    padding-bottom: 4px;
}

.nav-area {
    padding: 15px 15px 0 15px;
    margin: 0 auto;
    text-align: center;
}

    .nav-area h2 {
        margin: 0 0 15px 0;
        color: #4a4a4a;
        font: 16px/22px "Open Sans", sans-serif;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

a {
    text-decoration: none;
    color: #4a4a4a;
}

.phone {
    color: #4a4a4a !important;
    text-decoration: underline !important;
}

.button-box {
    width: 80%;
    border-radius: 100px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 58%, #cdcdcd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 58%, #cdcdcd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 58%, #cdcdcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdcdcd', GradientType=0); /* IE6-9 */
    text-decoration: none;
    font: 14px/26px "Open Sans", sans-serif;
    text-align: center;
    margin: 0 auto 20px auto;
    vertical-align: middle;
    line-height: 70px;
    height: 70px;
    max-height: 70px;
    cursor: pointer;
}

.reminder-hours-delay-input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

#reminder-hours-delay-error {
    display: inline-block;
    padding: 0;
    margin: 10px 0 0 0;
}

.reminder-send-time-label {
    font-size: 16px;
    vertical-align: middle;
}

#reminder-section {
    padding: 0 15px;
    margin: 0 0 10px 0;
}

    #reminder-section h2 {
        margin: 0 0 15px 0;
    }

#reminder-enable-button, #reminder-disable-button {
    width: 80%;
    padding: 15px;
    margin: 15px 5px;
    background: linear-gradient(to bottom, #ffffff 58%, #cdcdcd 100%);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
    border: none;
    border-radius: 100px;
    font-size: 16px;
}

    #reminder-enable-button:focus, #reminder-disable-button:focus {
        outline: none;
    }

.ico {
    max-height: 60px;
    min-height: 40px;
    padding: 10px;
    vertical-align: middle;
}

footer {
    text-align: center;
    padding-bottom: 20px;
}

/*.checkbox {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
}*/

address {
    font-size: 14px;
    font-style: normal;
}

.terms {
    display: block;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 25px 15px;
}

.conditions {
    display: table-cell;
    word-wrap: break-word;
    width: 100%;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.3;
    vertical-align: middle;
    padding: 10px 10px 0 5px;
}

.terms-conditions {
    text-decoration: underline;
    font-size: 15px;
    color: #9b9b9b;
}

.underlined {
    text-decoration: underline;
}

.try-again {
    text-decoration: underline;
    font-size: 16px;
}

.result {
    text-align: center;
    padding: 20px;
}

.result-icon {
    width: 80px;
}

.align-center {
    text-align: center;
}

.top-10 {
    padding-top: 10px;
}

.bottom-10 {
    padding-bottom: 10px;
}

.bottom-30 {
    padding-bottom: 30px;
}

.error {
    color: #DF3D21 !important;
}

.warning {
    color: #F89406 !important;
}

/*input[type="checkbox"] {
	display: none;
}*/

/*input[type="checkbox"] + label {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1px;
		color: #333;
		cursor: pointer;
	}

		input[type="checkbox"] + label:before {
			content: '\00a0';
			display: inline-block;
			width: 23px;
			height: 23px;
			margin-right: 10px;
			font-size: 33px;
			background-color: #eee;
			text-align: center;
			color: #9b9b9b;
			position: relative;
			top: 8px;
			border: 1px solid #9b9b9b;
			padding: 3px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}

	input[type="checkbox"]:checked + label:before {
		content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpiYBj24P///wZA3E9Nw97/h4D51DQMBM4DscCoYVQ0DCiZANJETcP+QzUZUOxNqKL/6IaSHWYgRVgMTaAoArAY+p/i2MRhKPlJA4uhlBmGZuh8qhg2/AFAgAEA3x1sImNA6G4AAAAASUVORK5CYII=') !important;
		background: #9b9b9b;
		color: white;
		padding-bottom: 4px;
	}*/
/*input[type="checkbox"] {
	display: none;
}*/

input[type="checkbox"] + label {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #333;
    cursor: pointer;
}

    input[type="checkbox"] + label:before {
        content: '\00a0';
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-right: 10px;
        font-size: 33px;
        background-color: #eee;
        text-align: center;
        color: #9b9b9b;
        position: relative;
        top: 8px;
        border: 1px solid #9b9b9b;
        padding: 3px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

input[type="checkbox"]:checked + label:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpiYBj24P///wZA3E9Nw97/h4D51DQMBM4DscCoYVQ0DCiZANJETcP+QzUZUOxNqKL/6IaSHWYgRVgMTaAoArAY+p/i2MRhKPlJA4uhlBmGZuh8qhg2/AFAgAEA3x1sImNA6G4AAAAASUVORK5CYII=') !important;
    background: #9b9b9b;
    color: white;
    padding-bottom: 4px;
}

button {
    border: none;
}

.stralfors-section {
    /*font-family: StagSans-Book;*/
    max-width: 710px;
    margin: 0 auto;
    position: relative;
    padding: 30px 20px 30px 20px;
    background: #ffffff;
    text-align: left;
}

.stralfors-heading {
    /*font-family: StagSans-Medium;*/
    font-size: 28px;
    padding-bottom: 10px;
}

.stralfors-info {
    font-size: 21px;
    padding-top: 20px;
    text-align: left;
}

.stralfors-line-left {
    font-size: 21px;
    padding: 5px;
    text-align: left;
}

.stralfors-line-right {
    font-size: 21px;
    padding: 5px;
    text-align: right;
}

.stralfors-line-center {
    font-size: 21px;
    padding-top: 5px;
    text-align: center;
}

.stralfors-text {
    font-size: 18px;
}

.stralfors-hr {
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #888; /* old IE */
    background-color: #888; /* Modern Browsers */
}

.stralfors-table {
    width: 100%;
    margin-top: 30px;
}

.stralfors-amount {
    vertical-align: middle;
    width: 100%;
    text-align: left;
    font: 28px/32px "Open Sans", sans-serif;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.payment-complete-button {
    background-color: rgb(38, 170, 72);
    border: 2px solid rgb(38, 170, 72);
}

.payment-complete-text {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 20px;
    font-size: 28px;
    color: #fff;
}

.payment-cancel-text {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 20px;
    font-size: 28px;
    color: #000;
}

.stralfors-line-alt {
    background-color: rgb(245, 245, 249);
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-custom-amount-container {
    width: 50%;
    padding: 10px;
}

.btn-custom-amount {
    min-width: 180px;
    height: 90px;
    background: linear-gradient(to bottom, #ffffff 58%, #cdcdcd 100%);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
    max-height: 90px;
    border-radius: 10px;
    text-align: center;
}

.btn-custom-amount, .btn-custom-amount:before, .btn-custom-amount:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.btn-custom-amount:focus {
    outline: none !important;
}

.btn-custom-amount-active {
    background: #e6e6e6;
    border-color: #adadad;
}

.btn-custom-amount p {
    font-size: 24px;
    margin-bottom: 0;
}

.btn-custom-amount::-moz-placeholder,
.btn-custom-amount::-ms-input-placeholder,
.btn-custom-amount::-webkit-input-placeholder {
    font-size: 24px;
}

.btn-digit {
    height: 96px;
    max-height: 96px;
    border-radius: 0px;
    border-width: 1px;
    text-align: center;
    padding: 0;
    width: 100%;
    word-break: break-word;
}

    .btn-digit img {
        height: 50%;
        width: auto;
    }

.gray {
    background-color: rgb(227, 229, 236);
    border-width: 1px;
    border-color: #adadad;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

h2, .text {
    color: rgb(74, 74, 74);
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

hr, .separator {
    border-top-color: rgb(112, 112, 112);
    border-top-width: 2px;
}

#noscript-warning {
    font-family: sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    text-align: center;
    font-weight: bold;
    font-size: 80%;
    margin-bottom: 5px;
    color: #FFF;
    background-color: #FF9900;
    padding: 5px 0 5px 0;
}

@media (min-width: 240px) {

    .btn-custom-amount {
        font-size: 16px;
        min-width: 140px;
    }

        .btn-custom-amount p {
            font-size: 16px;
        }

    .btn-digit {
        min-width: 80px;
    }

    .btn-custom-amount::-moz-placeholder,
    .btn-custom-amount::-ms-input-placeholder,
    .btn-custom-amount::-webkit-input-placeholder {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    h1, .amount {
        font-size: 16px;
    }

    .button-box {
        min-height: 70px;
        line-height: 70px;
    }

    .method-name {
        font-size: 20px;
    }

    .btn-custom-amount {
        font-size: 14px;
        min-width: 120px;
    }

        .btn-custom-amount p {
            font-size: 14px;
        }

    .btn-digit {
        min-width: 80px;
    }

    .btn-custom-amount::-moz-placeholder,
    .btn-custom-amount::-ms-input-placeholder,
    .btn-custom-amount::-webkit-input-placeholder {
        font-size: 14px;
    }
}

@media (min-width: 769px) {

    h2, .total-amount {
        font-size: 21px;
    }

    .nav-area h2 {
        font-size: 18px;
    }

    h1 {
        font-size: 24px;
    }

    .button-box {
        min-height: 70px;
        line-height: 70px;
    }

    .method-name {
        font-size: 22px;
    }

    .amount {
        font-size: 32px;
    }

    .price-amount {
        padding: 25px 20px;
    }

    .heading {
        font-size: 16px;
    }

    .txt {
        font-size: 25px;
        line-height: 33px;
    }

    address {
        font-size: 16px;
    }

    .try-again {
        font-size: 20px;
    }

    .terms {
        padding: 10px 15px 25px 15px;
    }

    .list, .price {
        padding: 10px 20px;
    }

    .btn-custom-amount {
        font-size: 22px;
        min-width: 160px;
    }

        .btn-custom-amount p {
            font-size: 22px;
        }


    .btn-digit {
        min-width: 100px;
    }

    .btn-custom-amount::-moz-placeholder,
    .btn-custom-amount::-ms-input-placeholder,
    .btn-custom-amount::-webkit-input-placeholder {
        font-size: 22px;
    }
}

@media (min-width: 550px) {

    .button-box {
        min-height: 90px;
        line-height: 90px;
    }

    footer {
        padding-top: 15px;
    }

    address {
        font-size: 18px;
    }

    .heading {
        font-size: 16px;
    }

    .nav-area h2 {
        font-size: 20px;
    }

    .try-again {
        font-size: 24px;
    }

    .terms {
        padding: 10px 15px 25px 15px;
    }

    .price-amount {
        padding: 25px 25px;
    }

    .list, .price {
        padding: 10px 25px;
    }

    .btn-custom-amount {
        font-size: 20px;
        min-width: 180px;
    }

        .btn-custom-amount p {
            font-size: 20px;
        }

    .btn-digit {
        min-width: 140px;
    }

    .btn-custom-amount::-moz-placeholder,
    .btn-custom-amount::-ms-input-placeholder,
    .btn-custom-amount::-webkit-input-placeholder {
        font-size: 20px;
    }
}

@media (max-width: 550px) {

    .ico {
        max-height: 44px;
        min-width: 13px;
        padding: 10px 0;
    }

    .method-name {
        font-size: 14px;
        display: inline-block;
        width: 30%;
        vertical-align: middle;
    }
}

@media (min-width: 730px) {

    section {
        margin: 8px 0;
    }
}

@media (max-width: 360px) {
    .method-name {
        font-size: 12px;
    }
}