.fieldset .field .field-input-wrapper .field-input,
.chosen-container-single {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
}

.fieldset .field .field-input-wrapper .field-input:focus {
    box-shadow: 0 0 0 2px #000000;
    outline: none;
}

.radio-wrapper .radio-input .input-radio:checked,
.checkbox-wrapper .checkbox-input .input-checkbox:checked {
    border: none;
    box-shadow: 0 0 0 10px #000000 inset;
}

.fieldset .field.required .field-input-wrapper .field-input {
    /* box-shadow: 0 0 0 2px #ff6d6d;*/
    outline: none;
}

.alert {
    padding: 16px;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.alert-danger svg {
    width: 20px;
    margin-right: 10px;
}

.alert-danger * {
    flex: 0 0 auto;
}

.alert-danger {
    color: #721c24;
    background-color: #ffebeb;
    border-color: #ffebeb;
    line-height: 20px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.radio-wrapper,
.checkbox-wrapper {
    display: table;
    box-sizing: border-box;
    width: 100%;
    zoom: 1;
}

.radio-wrapper:after, .radio-wrapper:before,
.checkbox-wrapper:after, .checkbox-wrapper:before {
    content: "";
    display: table;
}

.radio-wrapper .radio-input,
.checkbox-wrapper .checkbox-input {
    display: table-cell;
    padding-right: 0.75em;
    white-space: nowrap;
}

.radio-wrapper .radio-input .input-radio,
.checkbox-wrapper .checkbox-input .input-checkbox {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 0 #000000 inset;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    border: solid 1px #d9d9d9;
}

.radio-wrapper .radio-input .input-radio:hover,
.checkbox-wrapper .checkbox-input .input-checkbox:hover {
    border-color: #cccccc;
}



.radio-wrapper .radio-input .input-radio:checked:focus,
.checkbox-wrapper .checkbox-input .input-checkbox:checked:focus {
    border-color: #286f94;
}

.radio-wrapper .radio-input .input-radio:checked:after,
.checkbox-wrapper .checkbox-input .input-checkbox:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
}

.radio-wrapper .radio-input .input-radio:after,
.checkbox-wrapper .checkbox-input .input-checkbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
}

.radio-wrapper .radio-input .input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

.radio-wrapper .radio-label,
.checkbox-wrapper .checkbox-label {
    display: table-cell;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
    padding: 1.3em;
}

.radio-wrapper .radio-label .radio-label-primary,
.checkbox-wrapper .checkbox-label .checkbox-label-primary {
    display: table-cell;
    width: 100%;
}

.radio-wrapper .radio-accessory,
.checkbox-wrapper .checkbox-accessory {
    display: table-cell;
    padding-left: 0.75em;
    white-space: nowrap;
}

.radio-wrapper.no-box,
.checkbox-wrapper.no-box {
    display: block;
}

.radio-wrapper.no-box .radio-input,
.checkbox-wrapper.no-box .checkbox-input {
    display: inline-block;
}

.radio-wrapper.no-box .radio-label,
.checkbox-wrapper.no-box .checkbox-label {
    display: inline-block;
    width: inherit;
}

.btn:not(.btn-disabled):hover {
    color: #000;
    border: 1px solid #000;
    filter: brightness(1.2);
}

.btn-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    /*transition: opacity 0.3s ease-in-out;*/
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
}

.btn-loading {
    pointer-events: none;
    cursor: default;
}

.btn-loading .btn-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
}

.btn-loading .btn-spinner {
    -webkit-animation: rotate 0.5s linear infinite;
    animation: rotate 0.5s linear infinite;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
}

.flexbox body, .flexbox .content, .flexbox .content .wrap, .flexbox .main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flexbox .main-content {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.step-footer {
    z-index: 2;
    position: relative;
    margin-top: 1em;
    zoom: 1;
}

.step-footer:after, .step-footer:before {
    content: "";
    display: table;
}

.step-footer:after {
    clear: both;
}

.step-footer .step-footer-previous-link {
    cursor: pointer;
    display: block;
}

.step-footer .step-footer-previous-link .previous-link-icon {
    fill: #000000;
    transition: all 0.2s cubic-bezier(0.3, 0, 0, 1);
    margin-right: 0.25em;
}

.step-footer .step-footer-previous-link:hover .previous-link-icon {
    fill: #2b78a0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.step-footer .step-footer-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content.content-second {
    display: none;
}

.section {
    position: relative;
    padding-top: 2em;
}

.section.thank-you-checkout-info {
    padding-top: 0.5em;
}

.section:first-child {
    padding-top: 0;
}

.section .section-header {
    position: relative;
}

.section .section-content {
    zoom: 1;
    margin-bottom: 2em;
}

.section .section-content .section-content-text {
    margin-bottom: 0.75em;
}

.section .section-content.no-mb, .section .section-content:last-child {
    margin-bottom: inherit;
}

.section .section-content:after, .section .section-content:before {
    content: "";
    display: table;
}

.section .section-content .content-box {
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #000;
    margin-top: 1em;
    border: none;
}

.field-input-wrapper .error {
    color: #ff6d6d;
        width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 1rem;
}

.section .section-content .content-box.has-error {
    box-shadow: 0 0 0 2px #ff6d6d;
    color: #ff6d6d;
}

.section .section-content .content-box.no-border {
    box-shadow: none;
}

.section .section-content .content-box:first-child {
    margin-top: 0;
}

.section .section-content .content-box .content-box-row {
    display: table;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    zoom: 1;
}

.section .section-content .content-box .content-box-row.content-box-row-padding {
    padding: 0.8em 0.6em;
}

.section .section-content .content-box .content-box-row:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: none;
}

.section .section-content .content-box .content-box-row:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.section .section-content .content-box .content-box-row:after,
.section .section-content .content-box .content-box-row:before {
    content: "";
    display: table;
}

.payment-method-toggle {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.section .section-content .content-box > div:not(.radio-wrapper) {
    padding: 0 10px 10px 10px;
}

.section .section-content .content-box .content-box-row.content-box-row-secondary {
    background-color: #fafafa;
}

.section .section-content .content-box .content-box-row.content-box-row-no-border {
    padding-bottom: 0;
}

.section .section-content .content-box .content-box-row.content-box-row-no-border + .content-box-row {
    border-top: none !important;
}

.section .section-content .content-box .content-box-emphasis {
    font-weight: 500;
    color: #4d4d4d;
}

.section .section-content .content-box h3 {
    color: #4d4d4d;
}

.section .section-content .content-box h2 {
    color: #333333;
}

.section .section-content .content-box h2:only-child {
    margin: 0;
}

.section .section-title {
    color: #333333;
}

.fieldset {
    margin: -0.45em;
    zoom: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fieldset:after, .fieldset:before {
    content: "";
    display: table;
}

.fieldset:after {
    clear: both;
}

.fieldset .field {
    width: 100%;
    float: left;
    padding: 0.45em;
    box-sizing: border-box;
}

.fieldset .field .field-input-btn-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fieldset .field .field-input-btn-wrapper .field-input-btn {
    width: auto;
    margin-left: 0.9em;
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
}

.fieldset .field .field-input-btn-wrapper .field-input-wrapper {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fieldset .field .field-input-wrapper {
    position: relative;
}

.fieldset .field .field-input-wrapper .field-label {
    font-size: 0.85714em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 0.93333em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    color: #999999;
    transition: all 0.2s ease-out;
    margin: 0.5em 0;
    margin-top: 0.3em;
    display: block;
}

.fieldset .field .field-input-wrapper .field-description {
    display: block;
    margin-left: 25px;
    margin-top: 2px;
}

.fieldset .field .field-input-wrapper.field-input-wrapper-select {
}

.fieldset .field .field-input-wrapper.field-input-wrapper-select select{
        appearance: none;
}

.fieldset .field .field-input-wrapper.field-input-wrapper-select::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIxIDE5Ij48dGl0bGU+QXJ0Ym9hcmQgMTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjMDAwIj48Zz48cGF0aCBkPSJNMCAwaDF2MTlIMFYweiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9Ii4xNSIvPjxwYXRoIGQ9Ik0xMSA4aDEwbC01IDUtNS01eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg=='), none;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.fieldset .field .field-message {
    font-size: 0.85714em;
}

.fieldset .field .field-message.field-message-error {
    margin: 0;
    display: none;
    margin: 0.75em 0 0.25em;
    transition: all 0.3s ease-out;
    line-height: 1.3em;
    color: #ff6d6d
}

.fieldset .field.field-active {
}

.fieldset .field.field-active .field-input-wrapper .field-label {
    color: #000;
}

.fieldset .field.field-show-floating-label {
}

.fieldset .field.field-show-floating-label .field-input-wrapper .field-label {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
}

.fieldset .field.field-show-floating-label .field-input-wrapper .field-input {
    padding-top: 1.5em;
    padding-bottom: 0.38em;
}

.fieldset .field.field-show-floating-label .field-input-wrapper .field-input::-webkit-input-placeholder {
    color: transparent;
}

.fieldset .field.field-show-floating-label .field-input-wrapper .field-input::-moz-placeholder {
    color: transparent;
}

.fieldset .field.field-show-floating-label .field-input-wrapper .field-input::-moz-placeholder {
    color: transparent;
}

.fieldset .field.field-show-floating-label .field-input-wrapper .field-input::-ms-input-placeholder {
    color: transparent;
}

.fieldset .field.required {
}

.fieldset .field.required .field-input-wrapper {
}

.fieldset .field.required .field-message.field-message-error {
    display: block;
}

.wrap {
    margin: 0 auto;
    max-width: 40em;
    zoom: 1;
}

.wrap:after {
    clear: both;
}

.wrap:after, .wrap:before {
    content: "";
    display: table;
}

.sidebar {
    position: relative;
    color: #717171;
}

.sidebar h2 {
    color: #323232;
}

.sidebar:after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    background: #fafafa;

    z-index: -1;
    box-shadow: 0 -1px 0 #e1e1e1 inset;
}

.sidebar .sidebar-content {
}

.sidebar .sidebar-content .order-summary {
}

.sidebar .sidebar-content .order-summary .order-summary-sections {
}

.sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section {
    border-top: 1px solid;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-color: #e1e1e1;
}

.sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section:first-child {
    border-top: none;
}

.sidebar .sidebar-content .order-summary .order-summary-emphasis {
    font-weight: 500;
    color: #4b4b4b;
}

.sidebar .sidebar-content .order-summary .order-summary-small-text {
    font-size: 0.85714em;
    color: #969696;
}

.sidebar .sidebar-content .order-summary .product {
}

.sidebar .sidebar-content .order-summary .product:first-child td {
    padding-top: 0;
}

.sidebar .sidebar-content .order-summary .product td {
    padding-top: 1em;
}

.sidebar .sidebar-content .order-summary .product .product-image {
}

.sidebar .sidebar-content .order-summary .product .product-image .product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.sidebar .sidebar-content .order-summary .product .product-image .product-thumbnail .product-thumbnail-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar .sidebar-content .order-summary .product .product-image .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.sidebar .sidebar-content .order-summary .product .product-image .product-thumbnail .product-thumbnail-quantity {
    font-size: 0.85714em;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.15em 0.65em;
    border-radius: 2em;
    background-color: rgba(153, 153, 153, 0.9);
    color: #fff;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 2;
}

.sidebar .sidebar-content .order-summary .product .product-image .product-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.sidebar .sidebar-content .order-summary .product .product-description {
    width: 100%;
}

.sidebar .sidebar-content .order-summary .product .product-description .product-description-name,
.sidebar .sidebar-content .order-summary .product .product-description .product-description-variant,
.sidebar .sidebar-content .order-summary .product .product-description .product-description-property {
    display: block;
}

.sidebar .sidebar-content .order-summary .product .product-quantity {
}

.sidebar .sidebar-content .order-summary .product .product-price {
    white-space: nowrap;
}

.order-summary-section .panel-heading {
    display: none
}

.product-description .product-description-name {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 35px;
    display: -webkit-box !important;
}

.product-description .product-description-option {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 15px;
    display: -webkit-box !important;
}

.sidebar .btn-disabled {
    cursor: default;
    background: #c8c8c8;
    box-shadow: none;
}

.logo-text {
    color: #333333;
}

.main {
}

.main .main-header {
}

.main .main-header .logo {
    display: none;
}

.main .main-header .breadcrumb {
}

.main .main-header .breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 0.85714em;
    color: #999999;
}

.main .main-header .breadcrumb .breadcrumb-item.breadcrumb-item-current {
    font-weight: 500;
    color: #4d4d4d;
}

.main .main-header .breadcrumb .breadcrumb-item:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    vertical-align: middle;
    margin: 0 0.5em;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjExIiBvcGFjaXR5PSIuNCIgZmlsbD0iIzAwMCI+PHBhdGggZD0iTS41MjYgMS40MDhsNCA0LjY0NS4wMTQtLjgzLTQgNC4zNTQuOTIuODQ2IDQtNC4zNTYuMzc2LS40MS0uMzYyLS40Mi00LTQuNjQ1LS45NDguODE2eiIvPjwvc3ZnPg=='), none;
}

.main .main-header .breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.main .main-header .breadcrumb .breadcrumb-item .breadcrumb-link {
    cursor: pointer;
}

.main .main-footer {
    padding: 1em 0;
    border-top: 1px solid #e6e6e6;
}

.main h2 {
    margin-bottom: 15px;
    color: #333333;
}

.field-label-strong {
    font-weight: 600;
}

.ctrl_payment_method {
    padding: 10px 60px;
}

.ctrl_payment_method > label {
    margin-bottom: 5px;
    display: block;
}

.ctrl_payment_method .payment_method_list {
    padding-left: 10px;
}

.total-line {
}

.total-line td {
    padding-top: 0.75em;
}

.total-line-table-footer td {
    padding-top: 3em;
    position: relative;
}

.total-line-table-footer td::before {
    background-color: #e1e1e1;
    content: '';
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 100%;
    height: 1px;
}

.payment-due-label {
}

.payment-due-label .payment-due-label-total {
    font-size: 1.14286em;
    color: #4b4b4b;
}

.payment-due {
}

.payment-due .payment-due-currency {
    font-size: 0.85714em;
    vertical-align: 0.2em;
    margin-right: 0.5em;
    color: #969696;
}

.payment-due .payment-due-price {
    font-size: 1.71429em;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #4b4b4b;
    line-height: 1em;
}

.applied-reduction-code {
    margin-left: 0.5em;
}

.applied-reduction-code .applied-reduction-code-icon {
    fill: #000000;
    vertical-align: middle;
    margin-right: 0.14286em;
}

.applied-reduction-code .applied-reduction-code-information {
    font-size: 0.85714em;
    color: #000000;
    font-weight: 500;
}

.applied-reduction-code-clear-button {
    vertical-align: middle;
    margin-left: 0.28571em;
}

.hanging-icon {
    margin-right: 0.75em;
    stroke: #000000;
}

.hanging-icon.hanging-icon-error {
    stroke: #ff6d6d;
}

.os-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.os-header .os-header-heading {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.os-header .os-header-heading .os-order-number {
    display: block;
}

.os-header .os-header-heading .os-header-title {
    font-size: 1.5em;
    margin-bottom: 0.1em;
}

.os-header .os-header-heading .os-description {
    color: #4d4d4d;
}

.wrap {
    margin: 0 auto;
    max-width: 40em;
    zoom: 1;
}

.wrap:after, .wrap:before {
    content: "";
    display: table;
}

.order-summary-toggle {
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.25em 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
    width: 100%;
}

.order-summary-toggle .order-summary-toggle-inner {
    display: table;
    box-sizing: border-box;
    width: 100%;
    zoom: 1;
}

.order-summary-toggle .order-summary-toggle-inner:after,
.order-summary-toggle .order-summary-toggle-inner:before {
    content: "";
    display: table;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-icon-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.75em;
    white-space: nowrap;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-icon-wrapper .order-summary-toggle-icon {
    fill: #000000;
    transition: fill 0.2s ease-in-out;
}


.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-text {
    color: #000000;
    vertical-align: middle;
    transition: color 0.2s ease-in-out;
    display: none;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-text .order-summary-toggle-dropdown {
    vertical-align: middle;
    transition: fill 0.2s ease-in-out;
    fill: #000000;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-total-recap {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-left: 0.75em;
    white-space: nowrap;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-total-recap .total-recap-final-price {
    font-size: 1.28571em;
    line-height: 1em;
    color: #4d4d4d;
}

.order-summary-toggle.order-summary-toggle-show {
}

.order-summary-toggle.order-summary-toggle-hide .order-summary-toggle-inner .order-summary-toggle-text.order-summary-toggle-text-show,
.order-summary-toggle.order-summary-toggle-show .order-summary-toggle-inner .order-summary-toggle-text.order-summary-toggle-text-hide {
    display: table-cell;
    width: 100%;
}

.logged-in-customer-information {
    display: table;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1.5em;
}

.logged-in-customer-information:after,
.logged-in-customer-information:before {
    content: "";
    display: table;
}

.logged-in-customer-information .logged-in-customer-information-avatar-wrapper {
    display: table-cell;
    padding-right: 1em;
    white-space: nowrap;
    vertical-align: middle;
}

.logged-in-customer-information .logged-in-customer-information-avatar-wrapper .logged-in-customer-information-avatar {
    border-radius: 8px;
    background-size: cover;
    position: relative;
    max-width: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

@media (min-width: 1300px) {
    .hanging-icon {
        position: absolute;
        right: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 1.5em;
    }
}

@media (min-width: 1000px) {
    .wrap {
        padding: 0 15px;
        width: 100%;
        max-width: 78.57143em;
    }

    .order-summary-toggle {
        display: none;
    }

    .flexbox .content .wrap {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .main {
        width: 52%;
        width: 52%;
        padding-right: 6%;
        /* float: left;*/
    }

    .main .main-header {
        padding-bottom: 2em;
    }

    .main .main-header .logo {
        display: block;
    }

    .main .main-header .breadcrumb {
        margin-top: 1em;
    }

    .sidebar {
        width: 38%;
        padding-left: 4%;
        background-position: left top;
        /* float: right; */
    }

    .sidebar:after {
        left: 0;
        background-position: left top;
        box-shadow: 1px 0 0 #e1e1e1 inset;
    }

    .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section:first-child {
        /*padding-top: 0;*/
    }

    .order-summary-section.order-summary-section-product-list {
        padding: 10px 0;
        padding-right: 10px;
        overflow-y: auto;
        max-height: calc(100vh - 350px);
    }

    .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5;
    }

    .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 1px solid #555555;
    }
}

@media (max-width: 999px) {
    .content {
    }

    .content.content-second {
        display: block;
    }

    .wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1em;
    }

    .banner {
        display: block;
    }

    .main .main-header .breadcrumb {
        display: none;
    }

    .sidebar .sidebar-content .order-summary.order-summary-is-collapsed {
        height: 0;
        overflow: hidden;
    }
}

@media (max-width: 999px) and (min-width: 750px) {
    .hanging-icon {
        position: absolute;
        right: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 1.5em;
    }
}

@media (min-width: 750px) {
    h1 {
        font-size: 2em;
    }

    .main {
        padding-top: 1.5em;
    }

    .main .main-content {
        padding-bottom: 4em;
    }

    .step-footer {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1.5em;
    }

    .step-footer .step-footer-continue-btn {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        float: right;
    }

    .step-footer .step-footer-previous-link {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 1em;
        float: left;
        display: block;
    }

    .step-footer .step-footer-info {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 1em;
        float: left;
    }

    .section {
        padding-top: 3em;
    }

    .section.thank-you-checkout-info {
        padding-top: 1.5em;
    }

    .section .section-header {
        margin-bottom: 1.5em;
    }

    .field-half {
        width: 50% !important;
    }

    .field-two-thirds {
        width: 66.66667% !important;
    }

    .field-third {
        width: 33.33333% !important;
    }

    .os-header {
        margin: 0 0 -0.5em !important;
    }

    .icon {
    }

    .icon.icon-closed-box {
        width: 108px;
        height: 85px;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDgiIGhlaWdodD0iODUiIHZpZXdCb3g9IjAgMCAxMDggODUiPjxnIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xIDE4aDEwNk0xMSA3MC4zaDI2bS0yNi02aDI2bS0yNi02aDE3Ii8+PC9nPjxwYXRoIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xIDE4bDEwLjctMTdoODQuN2wxMC42IDE3djYxLjVjMCAyLjUtMiA0LjUtNC41IDQuNWgtOTdjLTIuNSAwLTQuNS0yLTQuNS00LjV2LTYxLjV6TTU0IDF2MTYuNiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg=='), none;
    }

    .icon.icon-closed-box.has-error {
        width: 108px;
        height: 85px;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDgiIGhlaWdodD0iODUiIHZpZXdCb3g9IjAgMCAxMDggODUiPjxnIHN0cm9rZT0iI2ZmNmQ2ZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xIDE4aDEwNk0xMSA3MC4zaDI2bS0yNi02aDI2bS0yNi02aDE3Ii8+PC9nPjxwYXRoIHN0cm9rZT0iI2ZmNmQ2ZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xIDE4bDEwLjctMTdoODQuN2wxMC42IDE3djYxLjVjMCAyLjUtMiA0LjUtNC41IDQuNWgtOTdjLTIuNSAwLTQuNS0yLTQuNS00LjV2LTYxLjV6TTU0IDF2MTYuNiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg=='), none;
    }
}

@media (min-width: 1000px) {
    .main, .sidebar {
        padding-top: 4em;
    }
}

.text-center {
    text-align: center;
}

@media (max-width: 749px) {
    .main {
        padding-top: 1.5em;
    }

    .main .main-content {
        padding-bottom: 1.5em;
    }

    .section-header {
        margin-bottom: 1em;
    }

    .text-center {
        text-align: left;
    }

    /*.btn {
        width: 100%;
        padding-top: 1.75em;
        padding-bottom: 1.75em;
    }*/
    .step-footer {
    }

    .step-footer .step-footer-previous-link {
        padding-top: 1.5em;
        text-align: center;
    }

    .step-footer .step-footer-info {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1.5em;
        text-align: center;
    }
}

.thank-you-additional-content {
    margin-top: 15px;
    line-height: 1.25em;
}

.blank-slate {
    white-space: pre-line;
    padding: 1.5em;
    text-align: center;
}

.blank-slate .blank-slate-icon {
    margin-bottom: 1em;
}

.dp-none {
    display: none;
}

.dp-inline-block {
    display: inline-block;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.pt0 {
    padding-top: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.hidden {
    display: none !important;
}

form#form_update_shipping_method {
    position: relative;
}

.footer-powered-by {
    text-align: center;
    color: #bbb5b5;
    font-size: 0.65000em;
}

.order-checkout__loading {
    position: static;
}

.order-checkout__loading--box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.order-checkout__loading--box.show {
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.order-checkout__loading--circle {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #5cabe0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0;
    -webkit-transform-origin: 50%;
    -o-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -moz-animation: spin 700ms infinite linear;
    -ms-animation: spin 1.5s infinite linear;
    -webkit-animation: spin 700ms infinite linear;
    -o-animation: spin 700ms infinite linear;
    animation: spin 700ms infinite linear;
    z-index: 1;
}

.order-checkout__loading--box.show:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}


.step-sections {
    position: static;
    z-index: 3;
}

@media (max-width: 767px) {
    .order-checkout__loading--box {
        position: fixed;
    }

    .order-checkout__loading--box.show:after {
        display: none;
    }

    .step-footer__by-step__flex {
        flex-direction: column !important;
    }
}


.order-checkout__loading--show .order-checkout__loading--box {
    display: block;
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.redeem-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.redeem-login-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.redeem-login-title h2 {
    color: #333;
    margin-right: 5px;
}


.redeem-login-btn a {
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    padding: 13px 10px;
    background: #000000;
    color: #fff;
    width: 82px;
    text-align: center;
}

.redeem-login-btn a:hover, .redeem-login-btn a:focus {
    filter: brightness(1.2);
}

.redeem-form-used {
    padding-top: 10px;
}

.btn-redeem-loading .btn-redeem-spinner {
    -webkit-animation: rotate 0.5s linear infinite;
    animation: rotate 0.5s linear infinite;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
}

.icon-redeem-button-spinner {
    position: absolute;
    top: 0;
    opacity: 0;
    right: -25px;
    width: 12px;
    height: 12px;
    border: 2px solid #999999;
    border-bottom-color: transparent;
    border-radius: 100%;
}

.total-line-table-footer {
    white-space: nowrap;
}

.row-align-top {
    vertical-align: top;
}

.section .section-content #form_update_shipping_method.default .content-box .content-box-row.content-box-row-secondary {
    padding: 0;
    background: transparent;
    border: none !important;
    margin: 0;
    width: 100%;
    display: block;
    box-shadow: unset !important;
}

form#form_update_shipping_method.default {
    padding: 0;
}

#form_update_shipping_method.default .content-box {
    box-shadow: unset;
}

.step-sections {
    position: static;
    z-index: 3;
}

#collapse-coupon .form-group,
#collapse-voucher .form-group {
    width: 100%;
    float: left;
    padding: 0.45em 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#collapse-coupon .form-group .input-group,
#collapse-voucher .form-group .input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#collapse-coupon .form-group .input-group > input,
#collapse-voucher .form-group .input-group > input {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
}

#collapse-coupon .input-group-btn > input,
#collapse-voucher .input-group-btn > input {
    margin-left: 0.9em;
}

.radio-wrapper .radio-content-input {
    display: flex;
    align-items: center;
}

.radio-wrapper .radio-label, .checkbox-wrapper .checkbox-label {
    display: flex !important;
    cursor: pointer !important;
    align-items: center !important;
    padding: 1.3em !important;
    width: auto !important;
}

.radio-wrapper .radio-content-input .main-img {
    margin-right: 10px;
    display: flex;
    align-self: center;
    width: 40px;
    height: 40px;
}

.step-footer__by-step {
    width: 100%;
}

.step-footer__by-step__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-danger {
    color: #a94442;
    margin:0;
}

/*********/
.checkbox input[type=checkbox] {
    display: none;
}

.checkbox .box {
    border: 1px solid #000;
    padding: 7px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.checkbox label:hover {
    cursor: pointer;
}

.checkbox input[type=checkbox]:checked + .box {
    background: #000;
    border: 1px solid #000;
}

.checkbox input[type=checkbox]:checked + .box:after {
    content: '\2714\fe0e';
    font-size: 13px;
    position: absolute;
    top: -1px;
    left: 2px;
    color: #fff;
}

.section-content-text.checkbox {
    align-items: center;
    display: flex;
}

[id^='show_notice_'] .close {
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
}
/***Update label selected***/
.fieldset .field-input-wrapper.field-input-wrapper-select .chosen-container-single {
    padding-top: 1.5em;
    padding-bottom: 0.38em;
}
.fieldset .field-input-wrapper.field-input-wrapper-select .field-label {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
}