@import url("https://use.typekit.net/mvc8pvd.css");

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	scroll-behavior: smooth;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #173557;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 18- */
    color: #173557;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    color: #173557;
    opacity: 0.25;
    filter: alpha(opacity=25);
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
  -moz-appearance: textfield;
}

/* checkbox style */
input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
input[type=checkbox] + label:before {
  height:15px;
  width:15px;
  margin-right: 6px;
  content: ' ';
  display:inline-block;
  vertical-align: middle;
  border:1px solid #173557;
  border-radius:2px;
  margin-bottom: 2px;
  line-height: 14px;
  text-align: center;
}

input[type=checkbox]:checked + label:before {
  content: '\2714';/* checked */
}

/* radio style */
input[type="radio"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
}

input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 10px 0;
}

input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  height: 14px;
  width: 14px;
  background: transparent;
  border: 1px solid #173557;
  box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.7);
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.7);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.7);
  -o-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.7);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}

input[type="radio"]:checked + label:before {
  background: #173557;
}

/* select-option style */
select {
  background: transparent;
}

input, select, textarea, button {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}


/* COMMON STYLES */
.s-w-home-page .s-w-lft-col, .s-w-black, .s-w-add-info, .s-widget-title, .s-w-ctr-col, .s-w-rgt-col, .s-w-lft-col {
    max-width: 800px;
}
.s-w-top {
	background: none;
}

.s-w-widget-slider-container {
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	float: left;
}
.s-w-widget-slider {
	width: 100%;
	height: 100%;
    display: inline-block;
    float: left;
    position: relative;
    min-height: 100%;
    padding-bottom: 40px;
    top: 0 !important;
}
.s-w-bot {
	background: none;
    display: none;
}
.s-w-email {
	position: relative;
}
.s-w-email .s-w-info-box {
}
.s-w-email div.s-w-email-fields {
	float: none;
	width: auto;
}

/* MAIN STYLE */

.shop-widget img, .shop-widget input, .shop-widget select, .shop-widget textarea {
    margin: 0;
    padding: 0;
    font-family: freight-sans-pro, sans-serif;
    color: #173557;
}
.shop-widget select {
	padding-left: 8px;
}

.s-w-clr {
    clear: both;
    height: 0;
    line-height: 0
}

.shop-widget a {
    color: #005693;
    outline: none
}

.shop-widget a:hover {
    text-decoration: none
}

.s-w-ctr-align {
    text-align: center
}

/* GLOBAL STYLES */
.shop-widget {
    font-family: freight-sans-pro, sans-serif;
    font-size: 14px;
    color: #173557;
    box-shadow: 0 0 5px #ccc;
    max-width: 800px;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-weight: 500;
}

.s-w-cont {
    box-sizing: border-box;
	width: 100%;
    height: 100%;
	min-width: 100%;
    min-height: 100%;
	float: left;
}

.s-w-cont-bg {
	width: 100%;
    height: 100%;
	min-width: 100%;
    min-height: 100%;
	float: left;
}

.s-w-add-info {
    position: fixed;
    width: 100%;
    bottom: 60px;
}

.s-w-add-info .s-w-par {
    color: #fff;
    padding: 0 20px;
}

.s-w-add-info .s-w-par:first-child {
    padding-top: 20px;
}

.s-w-add-info .s-w-par:last-child, .s-w-rgt-col .s-w-par:last-child {
    padding-bottom: 20px;
}

.s-w-black {
    background-color: #333;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 60px;
}

.s-w-empty-bot {
    height: 45px
}

.s-widget-title {
    font-size: 18px;
    padding: 15px 40px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
    word-break: break-word;
}

.s-w-widget-header {
    position: absolute;
    top: 0;
    left: 0;
    margin: 50px 0 0 30px;
    width: calc(100% - 70px);
}

.s-w-widget-header .s-widget-title, .s-w-popup-warning .s-widget-title {
    text-align: left;
    padding: 5px 5px 5px 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 41px;
    white-space: pre-wrap;
}
.s-w-widget-header .s-widget-title {
    display: inline;
    position: static;
}

.s-w-widget-header .s-w-bestseller {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px;
    margin-top: 5px;
}

.s-w-small-title {
    font-size: 14px;
    font-weight: 600;
}

a.s-w-close, a.s-w-back {
    float: left;
    text-decoration: none
}

a.s-w-close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/bg-close.png") 50% 50% no-repeat;
}

a.s-w-white {
    background-image: none;
    padding-top: 15px;
    width: 30px;
    height: 30px;
}

a.s-w-back {
    background: url("../img/bg-back.png") 50% 50% no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 5px;
}

.shop-widget input, .shop-widget textarea {
    outline: none;
}

.s-w-min-hgt {
    min-height: 100px;
    padding-bottom: 20px;
}

.s-w-home-page {
    padding: 0;
}
.s-w-home-page .s-w-lft-col {
    width: 100%;
    height: 250px;
    overflow: hidden;
	position: relative;
}
.s-w-lft-col.s-w-img-description img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.s-w-home-page .s-w-rgt-col {
    float: left;
    width: 100%
}

.s-w-controls {
    padding: 5px 5px 0px 275px;
}

.s-w-controls .s-w-lft-col {
    overflow: hidden;
}

div.s-w-par {
    line-height: 22px;
    padding: 20px 20px 0;
    font-size: 17px;
    white-space: pre-line;
}

div.s-w-bestseller {
    width: 88px;
    font-size: 14px;
    height: 43px;
    position: absolute;
    top: 15px;
    left: -7px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
}

.s-w-blue-lnk {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 3px
}

.s-w-blue-lnk div {
    width: 30px;
    font-size: 0
}

/* date widget  */
.s-w-date-select {
}

.s-w-with-right {
}

.s-w-with-right .s-w-rgt-col {
    text-align: center;
    padding: 5px 10px 0;
}

.s-w-with-right div.s-w-par {
    padding-top: 29px;
    font-size: 14px;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.s-w-date-select .s-w-date-month.s-w-frst {
}

.s-w-date-select .s-w-small-title {
    padding: 20px 15px 10px 20px;
    text-transform: uppercase;
}

.s-w-date-month .s-w-month-cont {
    padding: 0 0 0 5px;
}

.s-w-date-select .s-w-last .s-w-month-cont {
    border: none;
}

.s-w-date-month table {
    width: 100%;
    border-spacing: 0;
}

.s-w-date-month .datePickerMonth {
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 50px
}

.s-w-date-month .datePickerDays td {
    text-align: center;
    padding: 15px;
    font-size: 16px;
}

.datePickerDays td.datePickerWeekendLabel, .datePickerDays td.datePickerWeekdayLabel {
    font-weight: 600;
	opacity: 0.50;
	filter: alpha(opacity=50);
}

.datePickerDays td.datePickerDay {
    cursor: pointer
}

.datePickerDays td.datePickerDay.datePickerDayIsToday {
    border: 1px solid #173557;
    border-radius: 30px;
}

.datePickerDays td.datePickerDayIsDisabled {
    cursor: default
}

.datePickerDays td.datePickerDayIsOut, .datePickerDays td.datePickerDayIsPast, .datePickerDays td.datePickerDayIsDisabled, .datePickerDays td.datePickerDayIsFiller {
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.datePickerDays td.datePickerDayIsValue {
    color: #fff;
    font-weight: 600;
    border-radius: 30px
}

.s-w-date-month .datePickerDays tr td:last-child {
    border-right: none
}

.s-w-frst .datePickerPreviousButton, .s-w-frst .datePickerNextButton {
    display: block;
    margin-left: 5px;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url("../img/bg-back.png") 50% 50% no-repeat;
	cursor: pointer;
}

.s-w-frst .datePickerNextButton {
    float: right;
    background: url("../img/bg-next.png") 50% 50% no-repeat;
}

.s-w-last .datePickerNextButton {
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 5px
}

.s-w-frst .s-w-month-cont {
    padding-left: 0
}

.s-w-last table.gwt-DatePicker > tbody > tr:last-child > td {
    border-right: none
}

.s-w-sel-date {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.s-w-time-option {
    position: relative;
    padding-top: 20px;
}

.s-w-time-option:before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -6px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #ccc;
}

.s-w-time-select:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -9px;
    height: 9px;
    background-color: #ccc;
    width: 1px;
}

.s-w-time-for-choose {
}

.s-w-time-for-choose .s-w-time-select, .s-w-plan-for-choose .s-w-plan-select {
    width: 110px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto 10px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #c9cdd4;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 3px 3px #dedede;
    position: relative;
}

.s-w-time-for-choose div.s-w-time-select:hover, .s-w-plan-for-choose div.s-w-plan-select:hover {
    border-color: #00588f;
    background-color: #00588f;
    color: #fff;
}

div.s-w-time-for-choose .s-w-select-dis, div.s-w-plan-for-choose .s-w-select-dis, .s-w-time-for-choose div.s-w-time-select.s-w-select-dis:hover, .s-w-plan-for-choose div.s-w-plan-select:hover {
    color: #cccccc;
    cursor: default;
    background-color: #fff;
    border-color: #ccc;
}

.s-w-time-for-choose .s-w-selected {
    background-position: 0 -31px;
    color: #fff;
}

/* plans screen */
.s-w-priceplan .s-w-time-select {
  border-radius: 0;
  max-width:350px;
  width:300px;
}
.s-w-priceplan .s-w-time-option:before {
  display:none;
}
.s-w-priceplan .s-w-time-select:before {
  display:none;
}

/* tickets  */
.s-w-time-tickets {
    padding-bottom: 105px;
}

.s-w-time-tickets table {
    width: 100%
}

.s-w-time-tickets table tr {
}

.s-w-time-tickets table td {
    padding: 20px 20px 20px 15px;
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    line-height: 26px;
}

.s-w-time-tickets table td .s-w-item-price {
    padding-top: 5px;
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.s-w-time-tickets .s-w-tbl-frst {
}

.s-w-time-tickets .s-w-tbl-qty {
    width: 165px;
}

.s-w-time-tickets .s-w-tbl-qty .s-w-int-control {
    float: right;
}

.s-w-time-tickets-long .s-w-tbl-qty {
    width: 400px;
}

td.s-w-tbl-qty .s-w-select-dis {
    color: #cccccc;
    cursor: default;
    background: url(../img/bg_time-dis.png) 0 0 no-repeat
}

.s-w-tbl-qty .s-w-selected {
    background-position: 0 -21px;
    color: #fff
}

.s-w-tbl-frst a {
    width: 17px;
    height: 16px;
    text-decoration: none;
    margin-left: 5px;
    display: none;
}

.s-w-tickets-overall {
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
    position: fixed;
    bottom: 60px;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    background-color: #fff;
}

.s-w-tickets-overall .s-w-info {
    margin-right: 5px;
    margin-bottom: 10px;
	padding-left: 20px;
}

.s-w-tickets-overall .s-w-info div {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.s-w-tickets-overall .s-w-ticket-total {
    float: right;
    font-weight: 600;
	padding-right: 20px;
}
.s-w-tickets-overall .s-w-gray-note {
	padding-left: 20px;
}

/* confirm view */
.s-w-gray-note {
    float: left;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.s-w-gray-note div {
    font-weight: 600;
    display: inline
}

/* email */
.s-w-email {
}

.s-w-email div.s-w-email-fields {
}

div.s-w-email-fields div.s-w-dt {
    padding: 0 15px 5px;
}

.s-w-pax-container > div {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.s-w-dt.s-w-inp-withlabel {
	display: flex;
	flex-direction: column;
}
.s-w-inp-wrap {
    padding-right: 20px;
}
.s-w-dob div.s-w-inp-wrap {
	display: block;
}

.s-w-inp-wrap input {
    width: 100%;
    height: 46px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.s-w-inp-wrap input:focus {
    border-color: #005693;
}

.s-w-inp-wrap textarea {
    width: 100%;
    height: 92px;
    padding: 10px 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
}

.s-w-inp-wrap textarea:focus {
    border-color: #005693;
}

.s-w-dt .gwt-Label {
	float: left;
	width: 100%;
}
.s-w-dt select {
    margin: 5px 0px !important;
}

.s-w-inp-wrap .s-w-spreedly {
	width: 100%;
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px 7px 0px 8px;
}
.s-w-inp-wrap .s-w-spreedly.focus {
    border-color: #005693;
}

.s-w-info-box {
}

.s-w-info-box img {
    margin: 12px 0 10px
}

.s-w-info-box .s-w-info-box-cont {
    color: #a0adbc;
    padding: 10px 15px 10px;
    font-size: 15px;
    clear: both;
}

.s-w-info-box .s-w-info-box-top, .s-w-info-box .s-w-info-box-bot {
    height: 5px;

}

.s-w-info-box .s-w-info-box-bot {
}

.s-w-check-cont {
    padding: 10px 20px 0 0px;
}

.s-w-check-cont .s-v-chb label {
    float: left;
    margin: 1px 5px 0 0;
    font-size: 15px;
}

.s-w-error-field {
    border-color: #E62B36 !important;
}

.s-w-error-field option {
    color: #000 !important;
}
.s-w-error-field select {
    border-color: #E62B36 !important;
}

/* payment */
.s-w-date-select .s-w-cards-bg {
    background-image: url(https://checkoutshopper-live.adyen.com/checkoutshopper/images/logos/mc.svg), url(https://checkoutshopper-live.adyen.com/checkoutshopper/images/logos/visa.svg), url(https://checkoutshopper-live.adyen.com/checkoutshopper/images/logos/small/amex.png);
    background-position: calc(100% - 86px) 0, calc(100% - 43px) 0, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.s-w-date-select .s-w-paypal {
    background: url(../img/bg-paypal.png) 100% 0 no-repeat;
}

.s-w-input-header {
    padding: 15px 15px 0 35px;
    clear: both;
    margin: 0 -15px 0;
    border-top: 1px solid #dedede;
}

.s-w-input-header:first-child {
    margin: 0;
    border-top: none;
    padding: 0 0 10px 20px;
}

.s-w-input-header input {
    float: left;
    margin: 2px 0 0 -20px;
}

.s-w-input-header .s-w-small-title {
    padding: 0 0 15px;
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
}

div.s-w-payment-fields {
    margin: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    background-color: #fff;
}
div.s-w-payment-content {
	padding-bottom: 5px;
}

.s-w-paypal-button {
    display: block;
    width: 250px;
    margin: 10px auto 0;
}

div.s-w-payment-fields div.s-w-dt {
    padding-bottom: 5px
}

select {
    float: left;
    font-size: 18px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

select.s-w-exp-y {
    width: 70px;
}

select.s-w-exp-m {
    width: 60px;
    margin-right: 5px !important;
}

.currency-selector-panel {
	display: flex;
	margin-top: -18px;
}
select.currency-listbox {
	margin: 0 !important;
}

div.s-w-exp .s-w-exp-rgt {
    float: right;
    text-align: right
}

.s-w-ver-code-label {
    display: inline
}

.s-w-exp-rgt .s-w-ver-code {
    width: 88px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 2px;
    color: #4D4D4D;
    line-height: 32px;
    font-size: 18px;
}
.s-w-exp-rgt .s-w-ver-code.s-w-spreedly {
    padding-left: 8px;
}

.s-w-ver-code.focus {
    border-color: #005693;
}

.s-w-payment .s-w-info-box {
    margin-right: 10px
}

.icon-triangle {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    border: 1px solid #0086cf;
    display: inline-block;
    box-shadow: 0 0 1px rgba(101,100,81, 0.7);
}
.icon-triangle:after {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #0086cf;
    content: "";
    display: block;
    margin: 4px 0 0 6px;
}

.s-w-payment-total {
    margin: 0 20px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 20px;
}

.s-w-payment-total .s-w-total-line {
    overflow: hidden;
    padding: 10px 0;
    font-size: 17px;
}

.s-w-payment-total .s-w-total {
    border-width: 1px 0;
    border-style: solid;
    border-color: #e6e6e6;
    font-weight: 600;
}

.s-w-order-summary {
    padding-bottom: 40px;
}

.s-w-order-summary .s-w-big-right .s-w-total {
    border-bottom: none;
    margin: 5px -20px 0;
    padding: 10px 20px 10px;
}

.s-w-payment-total .s-w-border {
    border-top: 1px solid #e6e6e6;
}

.s-w-payment-total .s-w-total-under {
    padding: 10px 0;
}

.s-w-payment-total .s-w-last {
    padding: 3px 0 0;
}

.s-w-total-line .s-w-lft-item {
    float: left;
}

.s-w-total-line .s-w-lft-item div {
    font-weight: 600;
    display: inline;
}

.s-w-total-line .s-w-rgt-prc {
    float: right;
    font-weight: 600;
}

.s-w-order-summary .s-w-big-right .s-w-total-line .s-w-rgt-prc {
    font-weight: 500;
}

.s-w-order-summary .s-w-big-right .s-w-total .s-w-rgt-prc, .s-w-order-summary .s-w-total-under .s-w-rgt-prc {
    font-weight: 600;
}

.s-w-total-under .s-w-lft-item {
    font-weight: 600
}

.s-w-total-under .s-w-rgt-prc {
    font-weight: 500
}

.s-w-total-under .s-w-prc-time {
    display: inline;
    padding-left: 5px
}

.s-w-order-summary .s-w-ltl-left .s-w-rgt-prc {
    float: left;
    font-weight: 500;
    margin-left: 5px
}

.s-w-with-alert-msg {
    display: flex;
	justify-content: center;
	align-items: center;
}

div.s-w-alert-msg {
    background: url(../img/bg_alert.png) 0 0 no-repeat;
    padding-left: 25px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}

div.s-w-succ-msg {
    background-image: url(../img/bg_success.png);
}

.s-w-prom-lnk {
	margin: 0 20px;
	font-size: 15px;
	color: #005693;
	cursor: pointer;
}
.s-w-prom-code {
    margin: 0 20px;
}
.s-w-prom-field {
    position: relative;
    padding-right: 60px;
}
.s-w-prom-code .s-w-coupon-validation {
    padding: 10px 0 10px 20px;
}
.s-w-coupon-validation.s-w-coupon-valid {
    color: #005e35;
    background: url("../img/bg-correct.png") 0 50% no-repeat;
}

.s-w-prom-field input {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #00588f;
    border-radius: 5px 0 0 5px;
    width: 100%;
    padding: 0 4px 0 40px;
    height: 46px;
    background: url("../img/bg-discount.png") 12px 50% no-repeat #fff;
    font-size: 14px;
}

.s-w-prom-field .s-w-blue-big-lnk {
    border-radius: 0 5px 5px 0;
    line-height: 46px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #00588f;
}

.s-w-blue-big-lnk {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 4px;
    text-decoration: none
}

.s-w-blue-big-lnk div {
    height: 100%;
    color: #fff;
}

.s-w-input-header .gwt-RadioButton {
	float: left;
}

/* confirm/download page  */
.s-w-download {
    padding: 10px 0 15px;
    font-size: 14px
}

.s-w-download div.s-w-par {
    color: #405263
}

a.s-w-link-dnld {
    display: block;
    padding: 70px 30px 20px;
    color: #005693;
    margin: 15px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 3px;
}

a.s-w-link-dnld .dnld-msg {
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 40px;
    padding: 0 7px;
}
.arrow-down-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 71px;
}
.arrow-down-border {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 40px;
	border: 1px solid #005693;
}
.arrow-down {
    width: 2px !important;
    height: 30px !important;
    background-color: #005693;
}
.arrow-down:before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #005693;
    display: block;
    position: relative;
    top: 24px;
    left: -12px;
    transform: rotate(45deg);
}
.arrow-down:after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #005693;
    display: block;
    position: relative;
    top: 21px;
    left: -1px;
    transform: rotate(-45deg);
}


.s-w-download .s-w-gray-note {
    float: none;
    display: none;
    white-space: nowrap;
    margin-left: -5px
}

.s-w-no-capital-letters {
    text-transform: none !important;
}

.s-w-toc-cont {
	margin-left: 20px;
}

/* out-of-duty */

.s-w-duty-cont {
    overflow: hidden;
    padding: 0
}

.s-w-duty {
    background: url(../img/bg_duty.png) 50% 0 no-repeat;
    padding-top: 65px;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
    color: #405263;
    font-size: 14px
}

/* bottom navigation / Next link */


.s-w-black .s-w-rgt-btn {
    height: 50px;
    line-height: 50px;
}

.s-w-black .s-w-free-btn {
    width: auto
}

.s-w-black div.s-w-scnd-rgt-btn {
    background: none;
    padding-right: 0
}

.s-w-black div.s-w-dis-btn {
    background: url(../img/bg_bot-rgt-dis.png) 100% 0 no-repeat;
}

.s-w-rgt-btn a {
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

.s-w-rgt-btn a.s-w-choose {
    float: left;
    width: 50%;
}

.s-w-rgt-btn a.s-w-choose:last-child {
    border-left: 1px solid #000;
    margin-left: -1px;
}

.s-w-free-btn a {
    padding: 0 15px 0 20px;
}

div.s-w-dis-btn a {
    background-color: #c0c8d2;
    color: #fff;
    cursor: default
}
div.s-w-dis-btn a.s-w-lead-action {
	background-color: #c0c8d2 !important;
}

.shop-widget a.s-w-order div {
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding: 0 25px 0 20px
}

.s-w-gray-bg {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%
}

/* ticket page */
.s-w-passcat-label {
	float:left;
}
.s-w-passcat {
    position: relative;
}
.s-w-passcat-info {
    background-color: #fff;
    border: 1px solid #e3e5e8;
    border-radius: 15px;
	width: 20px !important;
	height: 20px !important;
    display: inline-block !important;
	margin-top: 3px;
}
.s-w-passcat-info:before {
    content: "i";
    font-family: monospace;
    width: 20px;
    text-align: center;
    line-height: 20px;
    float: left;
    color: #00588f;
    font-weight: 600;
    font-size: 12px;
}

.s-w-int-control {
    position: relative;
}

.s-w-int-control .s-w-int-control-minus, .s-w-int-control-plus {
    background-color: #fff;
    border: 1px solid #e3e5e8;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: inline-block;
	cursor: pointer;
}

.s-w-int-control .s-w-int-control-minus:before, .s-w-int-control .s-w-int-control-plus:after {
    content: '-';
    font-family: monospace;
    width: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    color: #00588f;
    font-weight: 600;
    font-size: 30px;
}

.s-w-int-control .s-w-int-control-plus:after {
    content: '+';
}

.s-w-int-control .s-w-int-control-value {
    width: 30px;
    position: relative;
    top: -20px;
    text-align: center;
    font-size: 22px;
    border: none;
    background: none;
}

/* email and pickup page */
.s-w-pickup {
    padding: 15px;
    border-top: 1px solid #dedede;
    margin-top: 15px;
    position: relative;
}

.s-w-pickup .s-w-dt {
    padding: 10px 0;
}

.s-w-pickup-list {
    padding: 15px 0;
}

.s-w-pickup-item {
    padding: 0 30px 10px 0px;
    position: relative;
}

.s-w-pickup-item .s-w-pickup-time {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.s-w-pickup-item .s-w-pickup-info {
    font-size: 13px;
    color: #a1aebc;
    margin-top: 5px;
}

.s-w-search-icon {
  font-size: 32px;
  border: 2px solid #005693;
  border-radius: 30px;
  width: 10px;
  height: 10px;
}
.s-w-search-icon:after {
  width: 2px;
  height: 8px;
  background-color: #005693;
  content: "";
  display: block;
  position: relative;
  left: 8px;
  top: 10px;
  transform: rotate(-25deg);
}

.s-w-pickup .s-w-search-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* checkout page */
.s-w-group-header {
    margin-top: 20px;
    padding: 20px 20px 0;
    border-top: 1px solid #dedede;
}

.s-w-big-ttl {
    font-size: 17px;
    font-weight: 600;
}

.s-w-contact-info {
    padding: 10px 20px 0;
}

.s-w-contact-info > div {
    line-height: 20px;
}

a.s-w-change-it {
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    color: #126899;
    font-size: 14px;
	cursor: pointer;
}

.s-w-input-header.s-w-no-paypal-option div {
	margin-left: -20px;
}

/* date time page */
a.s-w-change-date-lnk {
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	margin: 5px;
}

.s-w-black.s-w-waiting {
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-w-waiting {
    font-size: 0;
}

/* THESE ARE THE STYLES THAT CAN BE OVERRIDEN BY THE CUSTOMER */
.s-w-intro-title {
    background-color: #ffc000;
}
.s-w-lead-action, .s-w-lead-action.s-w-plan-select, .s-w-lead-action.s-w-time-select {
    background-color: #005693;
}
.s-w-lead-information {
    background-color: #173557;
}
.s-w-main {
	background-color: #f9fafc;
}
.s-w-main-header {
    background-color: #ffffff;
}

/* SPINNER PURE CSS3 WITH ALMOST ALL BROWSERS SUPPORT */
#spinnerG{
	position:relative;
	width:29px;
	height:29px;
	margin: auto;
}

.spinnerG{
	position:absolute;
	background-color: #FFFFFF;
	width:7px;
	height:7px;
	border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	animation-name:bounce_spinnerG;
		-o-animation-name:bounce_spinnerG;
		-ms-animation-name:bounce_spinnerG;
		-webkit-animation-name:bounce_spinnerG;
		-moz-animation-name:bounce_spinnerG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#spinnerG_1{
	left:0;
	top:11px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#spinnerG_2{
	left:3px;
	top:3px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#spinnerG_3{
	top:0;
	left:11px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#spinnerG_4{
	right:3px;
	top:3px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#spinnerG_5{
	right:0;
	top:11px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#spinnerG_6{
	right:3px;
	bottom:3px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#spinnerG_7{
	left:11px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#spinnerG_8{
	left:3px;
	bottom:3px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_spinnerG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_spinnerG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_spinnerG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_spinnerG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_spinnerG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}

.spreedly-fakeplaceholder {
    color: #173557;
    opacity: 0.25;
    filter: alpha(opacity=25);
    font-size: 16px !important;
    line-height: 32px;
    position: absolute;
    left: 9px;
}
.spreedly-fakeplaceholder.cvv {
	top: 4px;
}
.spreedly-fakeplaceholder.number {
	top: 10px;
}

.container {
  --n: 1;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  width: 100%;
  width: calc(var(--n) * 100%);
  height: 100%; /*50vw;*/
  max-height: 100vh;
  transform: translate(calc(var(--tx, 0px) + var(--i, 0) / var(--n) * -100%));
}

.container div {
  width: 100%;
  width: calc(100% / var(--n));
  user-select: none;
  pointer-events: none;
  height: 100%;
}

.container div > img {
    object-fit: cover;
	width: 100%;
	height: 100%;
}

.smooth {
  transition: transform calc(var(--f, 1) * .5s) ease-out;
}

.navigation {
    position: absolute;
    color: white;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
	padding-right: 15px;
}
.navigation a {
	margin: 5px;
	display: flex;
	align-items: center;
}
.navigation a:before {
	content: ' ';
	display: block;
	width: 35px;
	height: 3px;
	background-color: white;
	opacity: 0.5;
}
.navigation a.active:before {
	opacity: 1;
}

/* serialization error popup */
.shop-widget.s-w-popup-warning {
	background-color: transparent;
	min-height: unset;
	height: unset;
	position: fixed;
	top: 250px;/*fallback value*/
	left: 50%;
	z-index: 1;
    transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
.s-w-popup-root-panel {
	background-color: white;
}
.s-w-popup-warning .s-widget-title.s-w-intro-title {
	padding: 0 20px;
}
.s-w-popup-root-panel .actions-cont {
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-w-popup-root-panel .actions-cont a {
	flex: 1;
}
.popup-body .s-w-par {
	padding: 20px 20px 30px;
}
.s-w-thr {
    text-decoration: line-through;
    display: inline;
}

/* New Adyen payment method using Adyen Components */
input[type=text] {   
    /* Remove iPad/iPhone styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.adyen-checkout__card-input{
    padding-bottom: 20px !important;
}
.adyen-checkout__input {
    padding: 0 0 0 8px !important;
    font-size: 16px !important;
    font-family: Helvetica, sans-serif !important;
    color: #000 !important;
    font-weight: 200 !important;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #b9c4c9;
    box-shadow: none;
}
/* .shop-widget input {
    color: #000 !important;
} */
.adyen-checkout__label__text {
	display: none !important;
}
.adyen-checkout__fieldset.adyen-checkout__fieldset--billingAddress .adyen-checkout__label__text {
	display: unset !important;
}
.adyen-checkout__input-wrapper {
	width: 100% !important;
}
.adyen-checkout__input.adyen-checkout__input--large {
    width: 100% !important;
    /* color: #000 !important; */
}
.adyen-checkout__card__cardNumber__input {
    padding: 0 0 0 8px !important;
}
.adyen-checkout__input-wrapper > img, .BN_1SqR6X8UcFX1kOZVSU {
    left: 8px !important;
}

.adyen-checkout__input--small {
    width: 100% !important;
}

.adyen-checkout__card__exp-cvc .adyen-checkout__field {
    margin-right: 4% !important;
    width: 50% !important;
    max-width: 150px;
}

.adyen-checkout__card__exp-cvc .adyen-checkout__field:last-child {
    margin-right: 0 !important;
}

.adyen-checkout__error-text {
    font-size: .8em !important;
}

input.adyen-checkout__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: .6;
	filter: alpha(opacity=60);
	font-size: 16px;
	font-family: Helvetica;
}

input.adyen-checkout__input::-moz-placeholder { /* Firefox 18- */
	opacity: .6;
	filter: alpha(opacity=60);
	font-size: 16px;
	font-family: Helvetica;
}

input.adyen-checkout__input:-ms-input-placeholder { /* IE 10+ */
	opacity: .6;
	filter: alpha(opacity=60);
	font-size: 16px;
	font-family: Helvetica;
}

.adyen-checkout__input.adyen-checkout__input--valid {
    color: green !important;
}

.adyen-warning {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	color: #A91237;
}

/* SPINNER FOR THE DESKTOP VIEW */
.loader {
  color: #005693;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 600px) {
    .adyen-checkout__card__exp-cvc .adyen-checkout__field {
        max-width: inherit;
        width: 50% !important;
    }
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/** error **/

.s-w-error-cont {
    overflow: hidden;
    padding: 0
}


.s-w-error {
    background: url(../img/bg_alert.png) 50% 0 no-repeat;
    padding-top: 65px;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
    color: #405263;
    font-size: 14px
}

/** tmt-3ds **/
.challenge {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/** adyen challenge **/
.adyen-checkout__threeds2__challenge .adyen-checkout__threeds2__challenge, .adyen-checkout__threeds2__challenge .adyen-checkout__threeds2__challenge .adyen-checkout__iframe {
	width: 100%;
}

/*                */
/* Redirect Popup */
/*                */
.modal {
	display: block;
  
	width: 400px;
	max-width: 100%;
	
	height: 200px;
	max-height: 100%;
	
	position: fixed;
	
	z-index: 100;
	
	left: 50%;
	top: 0%;
	transform: translate(-50%, -50%);
	
	/* Use this for centering if unknown width/height */
	transition: 0.5s ease !important;
	
	background: white;
	box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
	border-radius: 5px;
}
.modal.show {
	top: 50%;
}

.modal-glass-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	
	background: rgba(0, 0, 0, 0.6);
}
.modal-widget {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 20px 50px 20px 20px;
}

.redirect-form {
	font-family: freight-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #173557;
}
.redirect-form button {
	margin-top: 20px;
}

/*                         */
/* New Payments Containers */
/*                         */
.s-w-singlepayment-container {
	border: 1px solid #a9a9a9a9;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
}
.s-w-singlepayment-container .gwt-RadioButton label {
	align-items: center;
	padding-left: 5px;
}
.s-w-singlepayment-container .gwt-RadioButton label > * {
	float: left;
	margin: auto;
	margin-left: 35px;
}
.s-w-singlepayment-container .gwt-RadioButton label span {
	position: relative;
	margin-right: 8px;
	height: 26px;
	width: 40px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 27, 43, .17);
	border-radius: 3px;	
}
.s-w-singlepayment-container .gwt-RadioButton label img {
	height: 26px;
	width: 40px;
	display: block;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid rgba(0, 27, 43, .17);
}
.s-w-singlepayment-container > div {
	margin-top: 10px;
	height: unset;
    -webkit-transition: 0.5s ease !important;
    -moz-transition: 0.5s ease !important;
    -o-transition: 0.5s ease !important;
    transition: 0.5s ease !important;
}
.s-w-singlepayment-container  div.hide {
	height: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
    -webkit-transition: 0.5s ease !important;
    -moz-transition: 0.5s ease !important;
    -o-transition: 0.5s ease !important;
    transition: 0.5s ease !important;
}

.s-w-multipayment-container.single-payment .s-w-singlepayment-container {
	border: 0px solid;
	padding: 0;
}

/* Twint style */
.twintContainer {
	margin: 20px 0;
	padding: 20px 10px;
	border: 1px solid #00588f;
	border-radius: 3px;
	color: white;
	background-color: #005693;
}
/* iDeal style */
.idealContainer {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.idealContainer .gwt-Label {
	margin-right: 10px;
}

/* CreditCard Form Postal Code */
input.adyen-postalcode {
	width: calc(100% - 12px);
	border: 1px solid #b9c4c9;
	border-radius: 5px;
	padding: 0px 0px 0px 8px;
	height: 40px;
	font-size: 16px;
	font-family: Helvetica;
	border-bottom-color: #0abf53;
	color: green;
}
input.adyen-postalcode.invalid {
	border-color: #d10244;
	color: #d10244;
}

div.checkout-disabled .adyen-checkout__input-wrapper {
	opacity: 0.2;
}
div.checkout-disabled .threeDS2 {
	box-shadow: 0 0 0 9999999px rgba(0, 0, 0, .2);
}
