@media all and (max-width:768px) {
    .amazon-button-container {
        width: 100%
    }
}

.amazon-logout-widget {
    display: none
}

@media all and (max-width:768px) {
    .amazon-minicart-container .amazon-button-container {
        width: auto
    }
}

.selectize-control {
    position: relative
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #343434;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 16px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb
}

.selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d
}

.selectize-control.multi .selectize-input.disabled>div, .selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa
}

.selectize-input input {
    display: inline-block !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important
}

.selectize-input input::-ms-clear {
    display: none
}

.selectize-input input:focus {
    outline: none !important
}

.selectize-input .item+input {
    display: none !important
}

.selectize-input:after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 8px 16px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #343434;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(52, 52, 52, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    color: #343434;
    font-size: 14px;
    right: 16px;
    line-height: 1;
    top: calc(35%)
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.iwd_main_wrapper .field .input-text._has-datepicker {
    width: 53%
}

._has-datepicker~.ui-datepicker-trigger {
    margin-left: -3rem
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 13px;
    padding-right: 13px
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: 0 0
}

.selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: 0 0
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, .3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.selectize-control.single .selectize-input {
    min-height: 35px;
    padding-right: 20px
}

.selectize-control.single .selectize-input input {
    min-height: 37px
}

.selectize-control.single .selectize-input input:focus {
    outline: none;
    box-shadow: none
}

.selectize-control.single .selectize-input.has-items input {
    padding-left: 0
}

.selectize-control.single .selectize-input:not(.has-items) input {
    width: 100% !important
}

.selectize-control.single .item {
    min-height: 37px;
    padding: 8px 0 8px 16px
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #e5e5e5
}

._error .selectize-control.single .selectize-input, ._error .selectize-dropdown.single {
    border-color: #e02b27
}

.selectize-dropdown .optgroup-header {
    padding-top: 10px;
    font-weight: 700;
    font-size: .85em
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0
}

.selectize-dropdown .optgroup:first-child {
    border-top: 0 none
}

.selectize_hide_input {
    opacity: 0 !important;
    position: absolute !important;
    left: -10000px !important
}

.form.methods-shipping input.input-text {
    height: 37px !important
}

#iwd_opc_shipping_method {
    width: 100%;
    min-height: 37px
}

.iwd_main_wrapper .selectize-control+.iwd_opc_field_tooltip.iwd_opc_cvv_tooltip {
    right: -25px
}

.padding-default {
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px
}

.iwd_main_wrapper {
    width: 100%;
    position: relative;
    margin: 48px 0 0;
    display: inline-block;
    color: #676767;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.iwd_main_wrapper * {
    box-sizing: border-box
}

.iwd_main_wrapper .iwd_opc_column_name {
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #343434;
    margin-bottom: 24px
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper {
    position: relative
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:first-child {
    padding-right: 24px
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child {
    float: right;
    padding-left: 24px
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child .iwd_opc_alternative_column {
    float: right
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column {
    max-width: 368px;
    min-width: 288px;
    width: 100%;
    box-sizing: border-box;
    position: relative
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column_content, .iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column {
    outline: none;
    box-shadow: none
}

.iwd_main_wrapper .iwd_opc_collapsible_container {
    line-height: 19px
}

.iwd_main_wrapper .iwd_opc_collapsible_container.iwd_opc_collapsible_opened .iwd_opc_collapsible_title:after {
    content: '\f106'
}

.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title {
    color: #333;
    cursor: pointer;
    border-radius: 4px;
    display: block
}

.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:after {
    font-family: 'FontAwesome';
    content: '\f107';
    padding-left: 4px
}

.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:hover {
    color: #006bb4
}

.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable {
    border: 1px solid #e5e5e5;
    overflow-wrap: break-word;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    max-height: 140px;
    font-size: 12px;
    line-height: 17px;
    width: 100%;
    border-radius: 4px
}

.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable:focus {
    box-shadow: 0 0 3px 1px #68a8e0
}

.iwd_main_wrapper .iwd_opc_clear {
    clear: both
}

.iwd_main_wrapper .iwd_opc_section_delimiter {
    height: 1px;
    background: #e5e5e5;
    width: calc(100% - 120px);
    margin: 24px auto 24px auto
}

.iwd_main_wrapper .iwd_opc_universal_wrapper {
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message {
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    padding: 0 16px;
    cursor: pointer
}

.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_success {
    color: #333
}

.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_error {
    color: #e02b27
}

.iwd_main_wrapper .iwd_opc_short_fields {
    display: flex
}

.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper {
    display: block;
    margin: 0;
    box-sizing: border-box;
    width: 50%;
    float: left
}

.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:first-child {
    padding-right: calc(8px)
}

.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:last-child {
    padding-left: calc(8px)
}

.iwd_main_wrapper .iwd_opc_field select.mage-error~.scroll-wrapper, .iwd_main_wrapper .field select.mage-error~.scroll-wrapper, .iwd_main_wrapper .iwd_opc_field select.mage-error~.iwd_opc_select_container, .iwd_main_wrapper .field select.mage-error~.iwd_opc_select_container {
    border-color: #e02b27
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .scroll-content, .iwd_main_wrapper .field .scroll-wrapper .scroll-content {
    border: none
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper, .iwd_main_wrapper .field .scroll-wrapper, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container, .iwd_main_wrapper .field .iwd_opc_select_container {
    border: 1px solid #e5e5e5;
    outline: none;
    border-radius: 4px;
    width: 100%;
    max-height: 184px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id=iwd_opc_shipping_method_group], .iwd_main_wrapper .field .scroll-wrapper[data-element-id=iwd_opc_shipping_method_group], .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id=iwd_opc_shipping_method_group], .iwd_main_wrapper .field .iwd_opc_select_container[data-element-id=iwd_opc_shipping_method_group], .iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id=iwd_opc_shipping_method_rates], .iwd_main_wrapper .field .scroll-wrapper[data-element-id=iwd_opc_shipping_method_rates], .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id=iwd_opc_shipping_method_rates], .iwd_main_wrapper .field .iwd_opc_select_container[data-element-id=iwd_opc_shipping_method_rates] {
    max-height: 368px
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option, .iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option, .iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option {
    display: none;
    border-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected, .iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected, .iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected {
    display: block;
    background-color: inherit;
    padding-right: calc(34px)
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''], .iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''], .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''], .iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''] {
    color: #676767
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:after, .iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:after, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:after, .iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    color: #343434;
    font-size: 14px;
    right: 16px;
    line-height: 1;
    top: calc(50% - 7px)
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:hover, .iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:hover, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:hover, .iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:hover {
    background-color: inherit
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled, .iwd_main_wrapper .field .scroll-wrapper.disabled, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled, .iwd_main_wrapper .field .iwd_opc_select_container.disabled {
    cursor: default
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option, .iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option, .iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option, .iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected, .iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected, .iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected {
    opacity: .5;
    color: #676767
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''], .iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''], .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''], .iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''], .iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''], .iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''], .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''], .iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''] {
    color: #676767
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled:focus, .iwd_main_wrapper .field .scroll-wrapper.disabled:focus, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled:focus, .iwd_main_wrapper .field .iwd_opc_select_container.disabled:focus {
    box-shadow: none
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option, .iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option, .iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    color: #343434;
    font-size: 14px;
    line-height: 19px;
    border-bottom: 1px solid rgba(229, 229, 229, .4);
    overflow: hidden;
    box-sizing: border-box;
    text-align: left
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option.selected, .iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option.selected, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.selected, .iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option.selected, .iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:hover, .iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:hover, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:hover, .iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:hover {
    background-color: rgba(229, 229, 229, .4)
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:last-child, .iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:last-child, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:last-child, .iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:last-child {
    border-bottom: none
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper:focus, .iwd_main_wrapper .field .scroll-wrapper:focus, .iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container:focus, .iwd_main_wrapper .field .iwd_opc_select_container:focus {
    box-shadow: 0 0 3px 1px #68a8e0
}

.iwd_main_wrapper .iwd_opc_field:not(.choice) label, .iwd_main_wrapper .field:not(.choice) label, .iwd_main_wrapper .iwd_opc_field:not(.choice) label.label, .iwd_main_wrapper .field:not(.choice) label.label, .iwd_main_wrapper .iwd_opc_field:not(.choice) legend.label, .iwd_main_wrapper .field:not(.choice) legend.label, .iwd_main_wrapper .iwd_opc_field:not(.choice) .label, .iwd_main_wrapper .field:not(.choice) .label {
    display: none
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input, .iwd_main_wrapper .field.iwd_opc_input, .iwd_main_wrapper .iwd_opc_field .input-text, .iwd_main_wrapper .field .input-text, .iwd_main_wrapper .iwd_opc_field textarea, .iwd_main_wrapper .field textarea, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field, .iwd_main_wrapper .field .iwd_opc_hosted_field, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea, .iwd_main_wrapper .field.iwd_opc_textarea {
    background: inherit;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 19px;
    outline: none;
    height: 37px;
    width: 100%;
    color: #343434
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:focus, .iwd_main_wrapper .field.iwd_opc_input:focus, .iwd_main_wrapper .iwd_opc_field .input-text:focus, .iwd_main_wrapper .field .input-text:focus, .iwd_main_wrapper .iwd_opc_field textarea:focus, .iwd_main_wrapper .field textarea:focus, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:focus, .iwd_main_wrapper .field .iwd_opc_hosted_field:focus, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:focus, .iwd_main_wrapper .field.iwd_opc_textarea:focus {
    box-shadow: 0 0 3px 1px #68a8e0
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:invalid, .iwd_main_wrapper .field.iwd_opc_input:invalid, .iwd_main_wrapper .iwd_opc_field .input-text:invalid, .iwd_main_wrapper .field .input-text:invalid, .iwd_main_wrapper .iwd_opc_field textarea:invalid, .iwd_main_wrapper .field textarea:invalid, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:invalid, .iwd_main_wrapper .field .iwd_opc_hosted_field:invalid, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:invalid, .iwd_main_wrapper .field.iwd_opc_textarea:invalid, .iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-ui-invalid, .iwd_main_wrapper .field.iwd_opc_input:-moz-ui-invalid, .iwd_main_wrapper .iwd_opc_field .input-text:-moz-ui-invalid, .iwd_main_wrapper .field .input-text:-moz-ui-invalid, .iwd_main_wrapper .iwd_opc_field textarea:-moz-ui-invalid, .iwd_main_wrapper .field textarea:-moz-ui-invalid, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-ui-invalid, .iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-ui-invalid, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-ui-invalid, .iwd_main_wrapper .field.iwd_opc_textarea:-moz-ui-invalid {
    outline: none
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-moz-placeholder, .iwd_main_wrapper .field.iwd_opc_input::-moz-placeholder, .iwd_main_wrapper .iwd_opc_field .input-text::-moz-placeholder, .iwd_main_wrapper .field .input-text::-moz-placeholder, .iwd_main_wrapper .iwd_opc_field textarea::-moz-placeholder, .iwd_main_wrapper .field textarea::-moz-placeholder, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-moz-placeholder, .iwd_main_wrapper .field .iwd_opc_hosted_field::-moz-placeholder, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-moz-placeholder, .iwd_main_wrapper .field.iwd_opc_textarea::-moz-placeholder {
    color: #676767;
    opacity: 1;
    transition: opacity .3s ease
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-placeholder, .iwd_main_wrapper .field.iwd_opc_input:-moz-placeholder, .iwd_main_wrapper .iwd_opc_field .input-text:-moz-placeholder, .iwd_main_wrapper .field .input-text:-moz-placeholder, .iwd_main_wrapper .iwd_opc_field textarea:-moz-placeholder, .iwd_main_wrapper .field textarea:-moz-placeholder, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-placeholder, .iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-placeholder, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-placeholder, .iwd_main_wrapper .field.iwd_opc_textarea:-moz-placeholder {
    color: #676767;
    opacity: 1;
    transition: opacity .3s ease
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-ms-input-placeholder, .iwd_main_wrapper .field.iwd_opc_input:-ms-input-placeholder, .iwd_main_wrapper .iwd_opc_field .input-text:-ms-input-placeholder, .iwd_main_wrapper .field .input-text:-ms-input-placeholder, .iwd_main_wrapper .iwd_opc_field textarea:-ms-input-placeholder, .iwd_main_wrapper .field textarea:-ms-input-placeholder, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-ms-input-placeholder, .iwd_main_wrapper .field .iwd_opc_hosted_field:-ms-input-placeholder, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-ms-input-placeholder, .iwd_main_wrapper .field.iwd_opc_textarea:-ms-input-placeholder {
    color: #676767;
    opacity: 1;
    transition: opacity .3s ease
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-webkit-input-placeholder, .iwd_main_wrapper .field.iwd_opc_input::-webkit-input-placeholder, .iwd_main_wrapper .iwd_opc_field .input-text::-webkit-input-placeholder, .iwd_main_wrapper .field .input-text::-webkit-input-placeholder, .iwd_main_wrapper .iwd_opc_field textarea::-webkit-input-placeholder, .iwd_main_wrapper .field textarea::-webkit-input-placeholder, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-webkit-input-placeholder, .iwd_main_wrapper .field .iwd_opc_hosted_field::-webkit-input-placeholder, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-webkit-input-placeholder, .iwd_main_wrapper .field.iwd_opc_textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    color: #676767
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:disabled, .iwd_main_wrapper .field.iwd_opc_input:disabled, .iwd_main_wrapper .iwd_opc_field .input-text:disabled, .iwd_main_wrapper .field .input-text:disabled, .iwd_main_wrapper .iwd_opc_field textarea:disabled, .iwd_main_wrapper .field textarea:disabled, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:disabled, .iwd_main_wrapper .field .iwd_opc_hosted_field:disabled, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:disabled, .iwd_main_wrapper .field.iwd_opc_textarea:disabled, .iwd_main_wrapper .iwd_opc_field.iwd_opc_input[readonly], .iwd_main_wrapper .field.iwd_opc_input[readonly], .iwd_main_wrapper .iwd_opc_field .input-text[readonly], .iwd_main_wrapper .field .input-text[readonly], .iwd_main_wrapper .iwd_opc_field textarea[readonly], .iwd_main_wrapper .field textarea[readonly], .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field[readonly], .iwd_main_wrapper .field .iwd_opc_hosted_field[readonly], .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea[readonly], .iwd_main_wrapper .field.iwd_opc_textarea[readonly] {
    opacity: .5;
    pointer-events: none
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input.mage-error, .iwd_main_wrapper .field.iwd_opc_input.mage-error, .iwd_main_wrapper .iwd_opc_field .input-text.mage-error, .iwd_main_wrapper .field .input-text.mage-error, .iwd_main_wrapper .iwd_opc_field textarea.mage-error, .iwd_main_wrapper .field textarea.mage-error, .iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.mage-error, .iwd_main_wrapper .field .iwd_opc_hosted_field.mage-error, .iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea.mage-error, .iwd_main_wrapper .field.iwd_opc_textarea.mage-error {
    border-color: #e02b27
}

.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field, .iwd_main_wrapper .field .iwd_opc_hosted_field {
    height: 37px
}

.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-focused, .iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-focused {
    box-shadow: 0 0 3px 1px #68a8e0
}

.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-invalid, .iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-invalid {
    border-color: #e02b27
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea, .iwd_main_wrapper .field.iwd_opc_textarea, .iwd_main_wrapper .iwd_opc_field textarea, .iwd_main_wrapper .field textarea {
    max-width: 100%;
    overflow: hidden;
    resize: none;
    vertical-align: top
}

.iwd_main_wrapper .iwd_opc_field[type=password]:not(:placeholder-shown), .iwd_main_wrapper .field[type=password]:not(:placeholder-shown) {
    font-size: 34px;
    line-height: 19px;
    height: 37px;
    letter-spacing: -1px
}

.iwd_main_wrapper .fieldset {
    margin: 0;
    padding: 0
}

.iwd_main_wrapper .fieldset .field {
    padding: 0;
    margin: 0 0 20px
}

.iwd_main_wrapper .fieldset .field.choice {
    position: relative
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox]:focus~label:before {
    box-shadow: 0 0 3px 1px #68a8e0
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox]:checked~label:before {
    background: #333
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox].mage-error~label:before {
    border-color: #e02b27
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox]~label {
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    display: block;
    padding-left: 26px
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox]~label:before {
    content: '';
    font-family: 'FontAwesome';
    width: 12px;
    height: 12px;
    border-radius: 4px;
    border: 1px solid #333;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center
}

.iwd_main_wrapper .fieldset .field .control {
    position: relative
}

.iwd_main_wrapper .fieldset .field .control .message.warning {
    display: none
}

.iwd_main_wrapper .fieldset .field ._with-tooltip .input-text {
    width: 100%;
    margin: 0
}

.iwd_main_wrapper .fieldset .field .field-tooltip {
    display: none
}

.iwd_main_wrapper .fieldset .field._error .control input, .iwd_main_wrapper .fieldset .field._warn .control input, .iwd_main_wrapper .fieldset .field._error .control textarea, .iwd_main_wrapper .fieldset .field._warn .control textarea, .iwd_main_wrapper .fieldset .field._error .control .scroll-wrapper, .iwd_main_wrapper .fieldset .field._warn .control .scroll-wrapper, .iwd_main_wrapper .fieldset .field._error .control .iwd_opc_select_container, .iwd_main_wrapper .fieldset .field._warn .control .iwd_opc_select_container {
    border-color: #e02b27
}

.iwd_main_wrapper .fieldset .field.additional {
    margin-bottom: 10px
}

.iwd_main_wrapper .fieldset .field.additional:last-child {
    margin-bottom: 0
}

.iwd_main_wrapper div.mage-error[generated] {
    display: none !important
}

.iwd_main_wrapper .iwd_opc_show_hide_password {
    font-family: 'FontAwesome';
    color: #333;
    font-size: 14px;
    position: absolute;
    width: 15px;
    height: 15px;
    display: inline-block;
    right: 18px;
    top: 11px;
    line-height: 1;
    cursor: pointer
}

.iwd_main_wrapper .iwd_opc_show_hide_password.active:after {
    content: "\f070"
}

.iwd_main_wrapper .iwd_opc_show_hide_password:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\f06e"
}

.iwd_main_wrapper .iwd_opc_show_hide_password:hover {
    color: #006bb4
}

.iwd_main_wrapper .iwd_opc_collapsible_opened .with_angle:after {
    content: '\f106' !important
}

.iwd_main_wrapper button.iwd_opc_small_button, .iwd_main_wrapper a.iwd_opc_small_button, .iwd_main_wrapper div.iwd_opc_small_button, .iwd_main_wrapper a.iwd_opc_button, .iwd_main_wrapper div.iwd_opc_button, .iwd_main_wrapper button.iwd_opc_button {
    font-weight: 400;
    display: block;
    box-sizing: border-box;
    line-height: 19px;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    outline: none;
    margin: 0;
    background: #fff;
    border: 1px solid #676767;
    color: #676767;
    cursor: pointer;
    position: relative
}

.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after, .iwd_main_wrapper a.iwd_opc_small_button.with_angle:after, .iwd_main_wrapper div.iwd_opc_small_button.with_angle:after, .iwd_main_wrapper a.iwd_opc_button.with_angle:after, .iwd_main_wrapper div.iwd_opc_button.with_angle:after, .iwd_main_wrapper button.iwd_opc_button.with_angle:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 16px
}

.iwd_main_wrapper button.iwd_opc_small_button.with_angle.opened:after, .iwd_main_wrapper a.iwd_opc_small_button.with_angle.opened:after, .iwd_main_wrapper div.iwd_opc_small_button.with_angle.opened:after, .iwd_main_wrapper a.iwd_opc_button.with_angle.opened:after, .iwd_main_wrapper div.iwd_opc_button.with_angle.opened:after, .iwd_main_wrapper button.iwd_opc_button.with_angle.opened:after {
    content: '\f106'
}

.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after, .iwd_main_wrapper a.iwd_opc_small_button.with_angle:after, .iwd_main_wrapper div.iwd_opc_small_button.with_angle:after, .iwd_main_wrapper a.iwd_opc_button.with_angle:after, .iwd_main_wrapper div.iwd_opc_button.with_angle:after, .iwd_main_wrapper button.iwd_opc_button.with_angle:after {
    content: '\f107'
}

.iwd_main_wrapper button.iwd_opc_small_button:focus, .iwd_main_wrapper a.iwd_opc_small_button:focus, .iwd_main_wrapper div.iwd_opc_small_button:focus, .iwd_main_wrapper a.iwd_opc_button:focus, .iwd_main_wrapper div.iwd_opc_button:focus, .iwd_main_wrapper button.iwd_opc_button:focus, .iwd_main_wrapper button.iwd_opc_small_button:active, .iwd_main_wrapper a.iwd_opc_small_button:active, .iwd_main_wrapper div.iwd_opc_small_button:active, .iwd_main_wrapper a.iwd_opc_button:active, .iwd_main_wrapper div.iwd_opc_button:active, .iwd_main_wrapper button.iwd_opc_button:active, .iwd_main_wrapper button.iwd_opc_small_button:hover, .iwd_main_wrapper a.iwd_opc_small_button:hover, .iwd_main_wrapper div.iwd_opc_small_button:hover, .iwd_main_wrapper a.iwd_opc_button:hover, .iwd_main_wrapper div.iwd_opc_button:hover, .iwd_main_wrapper button.iwd_opc_button:hover {
    box-shadow: none;
    color: #343434;
    border-color: #343434;
    text-decoration: none
}

.iwd_main_wrapper button.iwd_opc_small_button:disabled, .iwd_main_wrapper a.iwd_opc_small_button:disabled, .iwd_main_wrapper div.iwd_opc_small_button:disabled, .iwd_main_wrapper a.iwd_opc_button:disabled, .iwd_main_wrapper div.iwd_opc_button:disabled, .iwd_main_wrapper button.iwd_opc_button:disabled {
    opacity: .5;
    cursor: default
}

.iwd_main_wrapper button.iwd_opc_small_button.active, .iwd_main_wrapper a.iwd_opc_small_button.active, .iwd_main_wrapper div.iwd_opc_small_button.active, .iwd_main_wrapper a.iwd_opc_button.active, .iwd_main_wrapper div.iwd_opc_button.active, .iwd_main_wrapper button.iwd_opc_button.active {
    color: #333;
    border-color: #333
}

.iwd_main_wrapper button.iwd_opc_small_button.active:hover, .iwd_main_wrapper a.iwd_opc_small_button.active:hover, .iwd_main_wrapper div.iwd_opc_small_button.active:hover, .iwd_main_wrapper a.iwd_opc_button.active:hover, .iwd_main_wrapper div.iwd_opc_button.active:hover, .iwd_main_wrapper button.iwd_opc_button.active:hover, .iwd_main_wrapper button.iwd_opc_small_button.active:focus, .iwd_main_wrapper a.iwd_opc_small_button.active:focus, .iwd_main_wrapper div.iwd_opc_small_button.active:focus, .iwd_main_wrapper a.iwd_opc_button.active:focus, .iwd_main_wrapper div.iwd_opc_button.active:focus, .iwd_main_wrapper button.iwd_opc_button.active:focus, .iwd_main_wrapper button.iwd_opc_small_button.active:active, .iwd_main_wrapper a.iwd_opc_small_button.active:active, .iwd_main_wrapper div.iwd_opc_small_button.active:active, .iwd_main_wrapper a.iwd_opc_button.active:active, .iwd_main_wrapper div.iwd_opc_button.active:active, .iwd_main_wrapper button.iwd_opc_button.active:active {
    color: #006bb4;
    border-color: #006bb4
}

.iwd_main_wrapper button.iwd_opc_small_button, .iwd_main_wrapper div.iwd_opc_small_button, .iwd_main_wrapper a.iwd_opc_small_button, .iwd_main_wrapper div.iwd_opc_small_button {
    padding-right: 8px;
    padding-left: 8px;
    display: block;
    box-sizing: border-box;
    width: 48%;
    overflow: hidden
}

.iwd_main_wrapper button.iwd_opc_small_button:first-child, .iwd_main_wrapper div.iwd_opc_small_button:first-child, .iwd_main_wrapper a.iwd_opc_small_button:first-child, .iwd_main_wrapper div.iwd_opc_small_button:first-child {
    float: left
}

.iwd_main_wrapper button.iwd_opc_small_button:last-child, .iwd_main_wrapper div.iwd_opc_small_button:last-child, .iwd_main_wrapper a.iwd_opc_small_button:last-child, .iwd_main_wrapper div.iwd_opc_small_button:last-child {
    float: right
}

.iwd_main_wrapper .iwd_opc_small_button_container {
    overflow: hidden
}

.iwd_main_wrapper .loading-mask .loader {
    width: 71px !important;
    height: 71px !important
}

.iwd_main_wrapper .iwd_opc_field_tooltip {
    position: absolute;
    cursor: pointer;
    top: 9px;
    right: 17px;
    line-height: 19px
}

.iwd_main_wrapper .iwd_opc_field_tooltip:hover .iwd_opc_field_tooltip_content {
    display: block
}

.iwd_main_wrapper .iwd_opc_field_tooltip:after {
    content: attr(data-icon);
    font-size: 14px;
    line-height: 14px;
    font-family: 'FontAwesome'
}

.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content {
    box-shadow: 0 4px 8px 0 rgba(52, 52, 52, .2);
    background: #fff;
    width: 197px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    line-height: 17px;
    font-size: 12px;
    right: 100%;
    margin-right: 14px;
    border-radius: 4px
}

.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:after {
    left: calc(100% - 12px);
    top: calc(50% - 6px);
    content: " ";
    height: 24px;
    width: 12px;
    position: absolute;
    background: #fff
}

.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:before {
    box-shadow: 1px 1px 8px 0 rgba(52, 52, 52, .2);
    content: '';
    position: absolute;
    left: calc(100% - 6px);
    top: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1
}

.iwd_main_wrapper .scroll-wrapper {
    overflow: hidden;
    padding: 0;
    position: relative;
    outline: none;
    margin: 0
}

.iwd_main_wrapper .scroll-wrapper .scroll-content {
    outline: none;
    height: auto;
    left: 0;
    max-width: none !important;
    overflow-y: scroll !important;
    position: relative !important;
    top: 0;
    width: auto !important
}

.iwd_main_wrapper .scroll-wrapper .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.iwd_main_wrapper .scroll-wrapper .scroll-content.scroll-scrolly_visible:not(.selected)~.scroll-y.scroll-scrolly_visible {
    display: block
}

.iwd_main_wrapper .scroll-wrapper .scroll-element {
    display: none;
    box-sizing: content-box;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.iwd_main_wrapper .scroll-wrapper .scroll-element div {
    box-sizing: content-box;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer {
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
    top: 8px
}

.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_size {
    top: -16px
}

.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_track {
    display: none
}

.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar {
    left: -16px;
    min-height: 80px;
    width: 8px;
    cursor: default;
    background-color: #343434;
    opacity: .4;
    display: block;
    border-radius: 4px;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear
}

.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:hover, .iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:active {
    background-color: #343434
}

.iwd_main_wrapper .iwd-group {
    width: 100%
}

.onepage-index-index .loading-mask, .iwd_opc_success_page .loading-mask {
    background: rgba(255, 255, 255, .4)
}

.onepage-index-index .loading-mask .loader, .iwd_opc_success_page .loading-mask .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100001;
    margin: auto;
    border-top: 11px solid rgba(229, 229, 229, .4);
    border-right: 11px solid rgba(229, 229, 229, .4);
    border-bottom: 11px solid rgba(229, 229, 229, .4);
    border-left: 11px solid #999;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    width: 49px;
    height: 49px
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.onepage-index-index .loading-mask .loader img, .iwd_opc_success_page .loading-mask .loader img {
    display: none
}

.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column {
    margin: 0 auto
}

.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info, .iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info {
    padding: 0 24px;
    text-align: center
}

.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a, .iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a {
    color: #333
}

.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a:hover, .iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a:hover {
    color: #006bb4;
    text-decoration: none
}

.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column {
    margin: 0 auto
}

.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_opc_empty_cart_info {
    padding: 0 24px;
    text-align: center
}

.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by {
    text-align: center;
    margin-bottom: 0
}

.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a {
    color: #333
}

.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a:hover {
    color: #006bb4;
    text-decoration: none
}

.iwd_opc_wrapper #iwd_opc_powered_by_logo {
    overflow: hidden
}

.iwd_opc_wrapper #iwd_opc_powered_by_logo a {
    float: right;
    display: inline-block
}

.iwd_opc_wrapper #iwd_opc_powered_by_logo a img {
    width: 69px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper>.iwd_opc_two_column_wrapper:first-child .iwd_opc_column {
    width: 50%
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper>.iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 590px
}

@media (max-width:368px) {
    .iwd_opc_wrapper .iwd_opc_alternative_wrapper>.iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
        max-width: 288px
    }
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
    float: left
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column {
    width: 100%;
    float: none
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column {
    margin: 0 auto;
    max-width: 590px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name {
    color: #333;
    line-height: 18px;
    cursor: pointer
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:hover {
    color: #006bb4
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:before {
    font-family: 'FontAwesome';
    color: #676767;
    content: '\f104';
    margin-right: 10px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_content {
    text-align: center;
    margin: 0 auto
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
    padding-right: 24px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
    float: left
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
    padding: 0 24px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
    margin: 0 auto;
    float: none
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
    padding-left: 24px;
    margin-bottom: 0 !important
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
    float: right
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column .loading-mask {
    overflow: hidden
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .checkout-agreement div.mage-error[generated] {
    display: block !important
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors {
    cursor: pointer
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.error, .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.success {
    margin-bottom: 20px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
    width: 32.6881%;
    position: relative;
    float: left
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    max-width: inherit
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
    padding-right: 24px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
    float: left
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
    padding: 0 24px;
    width: 34.6233%
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
    margin: 0 auto;
    float: none
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
    padding-left: 24px;
    margin-bottom: 0 !important
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
    float: right
}

@media (max-width:1008px) {
    .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 48px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
        margin: 0 auto !important;
        float: none !important;
        max-width: 368px
    }
}

@media (max-width:368px) {
    .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
        max-width: 288px
    }
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info {
    font-size: 12px;
    line-height: 21px;
    padding-left: 16px;
    padding-right: 16px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_label {
    display: inline;
    padding-right: 4px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_value {
    display: inline;
    font-weight: 700
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content, .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content {
    top: -30px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:after {
    top: calc(34px - 6px)
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:before {
    top: 34px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content {
    top: -7px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:after {
    top: calc(11px - 6px)
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:before {
    top: 11px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content {
    top: -24px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:after {
    top: calc(28px - 6px)
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:before {
    top: 28px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content {
    top: -38px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:after {
    top: calc(42px - 6px)
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:before {
    top: 42px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
    margin-bottom: 48px;
    display: inline-block
}

@media (max-width:1008px) {
    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
        margin-bottom: 24px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top .iwd_opc_column {
        margin-bottom: 24px
    }
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review .iwd_opc_review_grand_total_tax {
    color: #999;
    display: inline
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals {
    margin-top: 20px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    z-index: 101;
    box-shadow: 0 4px 8px 0 rgba(52, 52, 52, .2);
    padding: 8px 0;
    color: #343434
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_top_review_items_wrapper {
    max-height: 500px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items {
    display: table;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0 16px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item {
    display: table-row
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item:first-child .iwd_opc_review_item_cell {
    padding-top: 8px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell {
    display: table-cell;
    text-align: right;
    line-height: 21px;
    width: 40%;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 16px;
    padding-left: 12px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell:first-child {
    text-align: left;
    width: 60%;
    padding-right: 12px;
    padding-left: 0
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_name {
    padding-bottom: 8px;
    font-weight: 600;
    line-height: 21px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal {
    padding-bottom: 8px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:before {
    padding-right: 8px;
    color: #999;
    content: attr(data-item-tax)
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:first-child:before {
    content: attr(data-item-qty)
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options {
    font-size: 12px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option {
    padding-bottom: 8px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_label {
    display: inline;
    word-wrap: break-word;
    word-break: break-word
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value {
    color: #999;
    display: inline;
    word-wrap: break-word;
    word-break: break-word
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value a {
    color: #333;
    font-size: 12px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals {
    display: table;
    position: relative;
    width: 100%;
    background: #fff;
    font-weight: 600;
    margin-top: 16px;
    padding: 0 16px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total {
    display: table-row
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_review_total_tax {
    color: #999
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell {
    padding-bottom: 8px;
    display: table-cell;
    width: 68%;
    line-height: 21px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell:last-child {
    width: 38%;
    text-align: right
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell {
    color: #333
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper {
    position: relative
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
    position: absolute;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
    width: 42px;
    height: 26px;
    background-image: url('../IWD_Opc/images/icons1x.png')
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=AE]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=AMEX]:before {
    content: '';
    background-position: -199px -19px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=VI]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=VISA]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DELTA]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=UKE]:before {
    content: '';
    background-position: -19px -19px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MC]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MCDEBIT]:before {
    content: '';
    background-position: -79px -19px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DI]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DC]:before {
    content: '';
    background-position: -139px -19px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DICL]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DN]:before {
    content: '';
    background-position: -139px -63px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=CUP]:before {
    content: '';
    background-position: -199px -63px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=SO]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=SOLO]:before {
    content: '';
    background-position: -139px -107px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=ME]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MAESTRO]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MI]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MD]:before {
    content: '';
    background-position: -19px -63px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=JCB]:before {
    content: '';
    background-position: -259px -19px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=SM]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=SWITCH]:before {
    content: '';
    background-position: -79px -107px
}

@media (-webkit-min-device-pixel-ratio:2), (min--moz-device-pixel-ratio:2), (-o-min-device-pixel-ratio:4/2), (min-device-pixel-ratio:2), (min-resolution:192dpi), (min-resolution:2dppx) {
    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
        background-image: url('../IWD_Opc/images/icons2x.png');
        background-size: 258px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=AE]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=AMEX]:before {
        content: '';
        background-position: -158px 136px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=VI]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=VISA]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DELTA]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=UKE]:before {
        content: '';
        background-position: -9px 136px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MC]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MCDEBIT]:before {
        content: '';
        background-position: -58px 136px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DI]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DC]:before {
        content: '';
        background-position: -108px 136px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DICL]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=DN]:before {
        content: '';
        background-position: -108px 102px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=CUP]:before {
        content: '';
        background-position: -158px 102px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=SO]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=SOLO]:before {
        content: '';
        background-position: -108px 69px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=ME]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MAESTRO]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MI]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=MD]:before {
        content: '';
        background-position: -9px 102px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=JCB]:before {
        content: '';
        background-position: -207px 136px
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=SM]:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type=SWITCH]:before {
        content: '';
        background-position: -58px 69px
    }
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
    display: none
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image {
    padding-right: 79px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
    display: none;
    right: 34px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image {
    padding-right: 61px;
    position: relative
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
    width: 40px;
    height: 24px;
    right: 17px;
    position: absolute;
    bottom: 0;
    margin: auto;
    top: 0
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long {
    padding-right: 135px;
    position: relative;
    overflow: visible
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper {
    width: 42px;
    height: 26px;
    float: left;
    margin-left: 5px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview {
    display: inline-block;
    position: absolute;
    top: 5px;
    height: 26px;
    right: 45px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
    top: 6px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #333
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content {
    width: 215px;
    position: fixed
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before {
    top: 16px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after {
    top: calc(16px - 6px)
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before {
    top: 31px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after {
    top: calc(31px - 6px)
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n), .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n), .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n), .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n) {
    margin-right: 0
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4), .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4), .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4), .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4) {
    margin-top: 0
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before {
    background: #006bb4
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
    background: #333;
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 4px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after {
    top: 10px;
    left: 5px;
    width: 12px;
    height: 2px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
    top: 5px;
    left: 10px;
    content: '';
    position: absolute;
    height: 12px;
    width: 2px;
    background: #333
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short {
    padding-right: 106px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview {
    right: 17px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method {
    display: none
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method._active {
    display: block
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-title {
    display: none
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper:before {
    right: 16px;
    top: 5.5px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper[data-https="1"]:before {
    right: 40px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content iframe {
    display: block
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_gateway_payment {
    height: 190px;
    background: url('../IWD_Opc/images/redirect.png') center center no-repeat;
    background-size: contain
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions {
    color: #333;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    padding: 0 16px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_title {
    font-size: 14px;
    line-height: 21px;
    text-align: left
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_small {
    color: #676767;
    text-align: left;
    max-width: 50%
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .actions-toolbar {
    display: none
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .iwd_opc_hosted_label {
    display: block
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_image {
    text-align: center
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container {
    font-size: 12px;
    line-height: 17px;
    text-align: center
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_case_sensitive_captcha {
    display: inline
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button {
    display: inline;
    cursor: pointer;
    color: #333;
    text-transform: capitalize
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button:hover {
    color: #006bb4;
    text-decoration: underline
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image, .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
    width: 19px;
    height: 19px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-left: 16px;
    border-radius: 4px
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image, .iwd_opc_wrapper .iwd_opc_alternative_wrapper .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
    float: right
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
    color: #fff;
    background: #333;
    font-weight: 600
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:hover, .iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:focus, .iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:active {
    color: #fff;
    background: #006bb4
}

.iwd_opc_wrapper #payment_form_iwd_authcim #iwd_authcim_cc_cid {
    max-width: inherit
}

.onepage-index-index .nav-sections, .onepage-index-index .nav-toggle {
    display: none
}

.onepage-index-index .logo {
    margin-left: 0
}

.iwd_opc_popup_wrapper {
    display: none;
    position: fixed;
    top: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 105;
    width: 100%;
    height: 100%
}

.iwd_opc_popup_wrapper.active {
    display: block
}

.iwd_opc_popup_wrapper .iwd_opc_popup {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 34.6233%;
    padding: 0 24px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -40%);
    max-height: 85%
}

@media (max-width:1008px) {
    .iwd_opc_popup_wrapper .iwd_opc_popup {
        width: 100%;
        padding: 0;
        max-width: 368px;
        min-width: 288px
    }
}

.iwd_opc_popup_wrapper .iwd_opc_popup .iwd_opc_popup_content {
    background: #fff;
    border-radius: 4px;
    outline: none;
    padding: 16px;
    box-shadow: 0 4px 8px 0 rgba(52, 52, 52, .2);
    max-width: 368px;
    margin: 0 auto
}

.iwd_opc_popup_wrapper .iwd_opc_popup_mask {
    position: relative;
    padding: inherit;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.iwd_main_wrapper .field .input-text._has-datepicker {
    width: 53%
}

._has-datepicker~.ui-datepicker-trigger {
    margin-left: -3rem
}

#checkout-payment-method-load .selectize-control.single .selectize-dropdown.single {
    z-index: 9999
}

@-moz-document url-prefix() {
    .iwd_main_wrapper .iwd_opc_field[type=password]:not(:placeholder-shown) {
        font-size: 14px
    }
}

.product-label {
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 10px;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    z-index: 15
}

.product-label.new-label {
    background-color: #0083c1;
    left: 10px
}

.product-label.sale-label {
    background-color: #f55;
    right: 10px
}

.products.wrapper.products-grid {
    margin-left: -15px;
    margin-right: -15px
}

.grid-product-type .product-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image {
    position: relative;
    overflow: hidden
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-photo {
    width: 100% !important;
    height: auto !important;
    position: relative
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-wrapper {
    position: relative;
    height: auto
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo {
    font-size: 0;
    display: block;
    padding: 6px;
    border: 1px solid #ddd;
    position: static;
    margin: 0 !important
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container {
    width: 100% !important
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container .product-image-wrapper {
    padding: 0 !important;
    height: auto
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary {
    position: absolute;
    z-index: 15;
    bottom: 5px;
    right: 10px;
    opacity: 0;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a {
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    color: #222;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a span {
    display: none
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:before {
    display: none
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.towishlist:after {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.tocompare:after {
    content: '\f021';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.quickview-handler:after {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:hover {
    color: #fff
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top {
    width: 100%;
    display: table;
    table-layout: fixed;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    z-index: 10;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top form .tocart {
    width: 100%
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action {
    padding: 0 !important;
    display: table-cell;
    height: 46px;
    vertical-align: top;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff !important;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action:hover {
    background-color: rgba(0, 0, 0, .8)
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action span {
    display: none
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action:before {
    display: none
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.tocart:after {
    content: '\f291';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    line-height: 46px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.towishlist:after {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    line-height: 46px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.tocompare:after {
    content: '\f021';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    line-height: 46px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.quickview-handler:after {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    line-height: 46px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image:hover .button-top {
    opacity: 1
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details {
    text-align: center;
    padding: 10px 10px 0
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
    margin: 0;
    font-size: 116.67%
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary {
    display: block;
    margin: 0
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
    margin: 0
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
    display: none
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary.empty .reviews-actions {
    display: block;
    line-height: 1.6em;
    margin: 5px 0 3px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box {
    margin: 5px 0
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .old-price {
    padding-left: 0
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .price {
    font-size: 150%
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .minimal-price {
    margin: 0
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .price-box {
    margin: 0
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner {
    padding-top: 5px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
    color: #777;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    background-color: transparent;
    position: relative;
    margin-bottom: 1px
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart span {
    position: relative
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:before {
    background-color: rgba(0, 0, 0, .2);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:hover:before {
    opacity: 1
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options {
    margin: 5px 0
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options .swatch-option {
    float: none;
    display: inline-block;
    margin: 0 3px
}

.grid-product-type .product-item .item-inner:hover .product-item-info .product-item-image .actions-secondary {
    opacity: 1
}

.grid-product-type .product-item .item-inner:hover .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
    color: #fff
}

.list-product-type .product-item {
    margin-bottom: 30px;
    display: table;
    width: 100%;
    clear: both
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image {
    position: relative;
    overflow: hidden;
    float: left;
    width: 207px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-photo {
    width: 100% !important;
    height: auto !important;
    position: relative
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-wrapper {
    position: relative;
    height: auto
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo {
    font-size: 0;
    display: block;
    padding: 6px;
    border: 1px solid #ddd
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container {
    width: 100% !important
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container .product-image-wrapper {
    padding: 0 !important;
    height: auto
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary {
    position: absolute;
    z-index: 15;
    bottom: 5px;
    right: 10px;
    opacity: 0;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a {
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    color: #222;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a span {
    display: none
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:before {
    display: none
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.towishlist:after {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.tocompare:after {
    content: '\f021';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.quickview-handler:after {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:hover {
    color: #fff
}

.list-product-type .product-item .item-inner .product-item-info .product-item-image:hover .actions-secondary {
    opacity: 1
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details {
    margin-left: 226px;
    padding: 10px 0 0
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute {
    display: table
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
    margin: 0 0 7px;
    font-size: 150%
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary {
    display: block;
    margin: 0 0 7px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary {
    display: inline-block;
    left: -4px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
    margin: 0;
    width: 71px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result:before {
    color: #ccc;
    letter-spacing: -6px;
    font-size: 20px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result>span:before {
    color: #222;
    letter-spacing: -6px;
    font-size: 20px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
    display: none
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box {
    margin-bottom: 15px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .price {
    font-size: 171.428%
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .old-price {
    padding-left: 0
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .old-price .price {
    font-weight: 400;
    font-size: 128.571% !important;
    position: relative;
    top: 2px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-description {
    margin-bottom: 15px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner {
    padding-top: 5px
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
    color: #777;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    background-color: transparent
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:hover {
    color: #fff
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options {
    margin: 5px 0
}

.list-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options .swatch-option {
    float: left;
    display: inline-block;
    margin-right: 6px
}

.sidebar .block {
    margin-bottom: 30px !important
}

.sidebar .block .block-title strong {
    font-size: 150%;
    color: #222
}

.sidebar .block .block-content {
    background-color: #f8f8f8;
    padding: 20px;
    border: 1px solid #ddd
}

.sidebar .block.filter .block-title {
    display: none
}

.sidebar .block.filter .block-subtitle.filter-subtitle {
    display: none
}

.sidebar .block.filter .block-content {
    background: 0 0;
    border: none;
    padding: 0
}

.sidebar .block.filter .block-content .filter-current .block-subtitle.filter-current-subtitle {
    font-size: 150%;
    color: #222;
    font-weight: 400
}

.sidebar .block.filter .block-content .filter-current .items {
    border: 1px solid #ddd;
    border-bottom: none;
    overflow: hidden
}

.sidebar .block.filter .block-content .filter-current .items .item {
    margin: 0;
    padding: 13px 20px 10px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd
}

.sidebar .block.filter .block-content .filter-current .items .item:last-child {
    border: none
}

.sidebar .block.filter .block-content .filter-current .items .item span {
    display: inline;
    font-weight: 400
}

.sidebar .block.filter .block-content .filter-current .items .item .action.remove {
    color: #f55
}

.sidebar .block.filter .block-content .filter-current .items .item .action.remove:before {
    content: '\f00d';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.sidebar .block.filter .block-content .filter-current .items .item .action.remove span {
    display: none
}

.sidebar .block.filter .block-content .filter-current+.filter-actions {
    padding: 20px;
    border: 1px solid #ddd;
    text-align: right
}

.sidebar .block.filter .block-content .filter-options .filter-options-title {
    font-size: 150%;
    color: #222;
    font-weight: 400
}

.sidebar .block.filter .block-content .filter-options .filter-options-content {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    overflow: auto;
    margin-bottom: 30px;
    max-height: 309px
}

.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item {
    margin: 0
}

.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a {
    background-color: transparent;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 13px 20px 10px;
    font-size: 116.67%;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .price {
    color: inherit
}

.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a:hover {
    background-color: #fff
}

.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .count {
    float: right
}

.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .count:before, .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .count:after {
    display: none
}

.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item:last-child a {
    border: none
}

.sidebar .block.block-compare .empty {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f8f8f8
}

.sidebar .block.block-compare .product-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar .block.block-compare .product-items .product-item-name {
    margin: 0;
    font-weight: 400;
    display: block;
    padding-right: 24px
}

.sidebar .block.block-compare .product-items.action.delete {
    position: relative;
    float: right
}

.sidebar .block.block-compare .action.delete {
    right: 0;
    left: auto
}

.sidebar .block.block-compare .actions-toolbar .secondary a.action {
    margin-top: 11px
}

.sidebar .product-items .product-item-info:after {
    clear: both;
    content: "";
    display: block
}

.rotate-hover-effect .product-item-image .product-item-photo:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .35);
    z-index: 10;
    transform: rotate(-45deg) scale(.5);
    -webkit-transform: rotate(-45deg) scale(.5);
    -ms-transform: rotate(-45deg) scale(.5);
    opacity: 0;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.rotate-hover-effect .item-inner:hover .product-item-photo:before {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    opacity: 1
}

.opacity-hover-effect .product-item-image:hover .product-item-photo img {
    opacity: .6
}

.second-image-hover-effect .product-item .item-inner .product-item-info .product-item-image .product-image-photo.hover_image {
    position: absolute !important;
    left: -105%;
    right: auto;
    top: 0;
    z-index: 11;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.second-image-hover-effect .product-item .item-inner .product-item-info .product-item-image:hover .product-image-photo.hover_image {
    left: 0
}

.page-layout-1column .column.main .block.filter .block-title {
    display: none
}

.page-layout-1column .column.main .block.filter .block-subtitle.filter-subtitle {
    display: none
}

.page-layout-1column .column.main .block.filter .block-content {
    background: 0 0;
    border: none;
    padding: 0
}

.page-layout-1column .column.main .block.filter .block-content .filter-current .block-subtitle.filter-current-subtitle {
    font-size: 150%;
    color: #222;
    font-weight: 400
}

.page-layout-1column .column.main .block.filter .block-content .filter-current .items {
    border: 1px solid #ddd;
    border-bottom: none;
    overflow: hidden
}

.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item {
    margin: 0;
    padding: 13px 20px 10px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd
}

.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item:last-child {
    border: none
}

.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item span {
    display: inline;
    font-weight: 400
}

.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item .action.remove {
    color: #f55
}

.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item .action.remove:before {
    content: '\f00d';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item .action.remove span {
    display: none
}

.page-layout-1column .column.main .block.filter .block-content .filter-current+.filter-actions {
    padding: 20px;
    border: 1px solid #ddd;
    text-align: right
}

.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-title {
    font-size: 150%;
    color: #222;
    font-weight: 400
}

.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    overflow: auto;
    margin-bottom: 30px;
    max-height: 309px
}

.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item {
    margin: 0
}

.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a {
    background-color: transparent;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 13px 20px 10px;
    font-size: 116.67%;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .price {
    color: inherit
}

.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a:hover {
    background-color: #fff
}

.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .count {
    float: right
}

.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .count:before, .page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .count:after {
    display: none
}

.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item:last-child a {
    border: none
}

.page-layout-1column .column.main .block.block-compare .empty {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f8f8f8
}

.page-layout-1column .column.main .block.block-compare .product-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.page-layout-1column .column.main .block.block-compare .product-items .product-item-name {
    margin: 0;
    font-weight: 400;
    display: block;
    padding-right: 24px
}

.page-layout-1column .column.main .block.block-compare .product-items.action.delete {
    position: relative;
    float: right
}

.page-layout-1column .column.main .block.block-compare .action.delete {
    right: 0;
    left: auto
}

.page-layout-1column .column.main .block.block-compare .actions-toolbar .secondary a.action {
    margin-top: 11px
}

.toolbar {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    padding: 10px;
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.toolbar select {
    height: 32px;
    line-height: 30px
}

.toolbar .modes {
    margin-right: 20px;
    display: inline-block;
    float: left
}

.toolbar .modes .modes-label {
    display: none
}

.toolbar .modes .modes-mode {
    float: left;
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    color: #777;
    margin-right: 5px;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.toolbar .modes .modes-mode span {
    display: none
}

.toolbar .modes .modes-mode.active {
    color: #fff
}

.toolbar .modes .modes-mode:hover {
    color: #fff
}

.toolbar .modes .modes-mode.mode-grid:before {
    content: '\f009';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.toolbar .modes .modes-mode.mode-list:before {
    content: '\f00b';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.toolbar .toolbar-amount {
    float: left;
    display: inline-block;
    line-height: 34px;
    margin: 0 20px 0 0
}

.toolbar .limiter {
    float: left;
    margin-right: 20px
}

.toolbar .limiter .label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 34px
}

.toolbar .limiter .control {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

.toolbar .limiter .limiter-text {
    display: inline-block;
    vertical-align: middle
}

.toolbar .toolbar-sorter.sorter {
    float: left
}

.toolbar .toolbar-sorter.sorter .sorter-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 34px
}

.toolbar .toolbar-sorter.sorter .sorter-options {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    width: auto
}

.toolbar .toolbar-sorter.sorter .action.sorter-action {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

.toolbar .toolbar-sorter.sorter .action.sorter-action.sort-asc:before {
    content: '\f176';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.toolbar .toolbar-sorter.sorter .action.sorter-action.sort-desc:before {
    content: '\f175';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.toolbar .toolbar-sorter.sorter .action.sorter-action span {
    display: none
}

.toolbar .pages {
    float: right;
    line-height: 0
}

.toolbar .pages .pages-items li {
    float: left;
    margin: 0 0 0 5px
}

.toolbar .pages .pages-items li strong, .toolbar .pages .pages-items li a {
    color: inherit;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    min-width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-weight: 400;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.toolbar .pages .pages-items li strong.action.next:before, .toolbar .pages .pages-items li a.action.next:before {
    display: none
}

.toolbar .pages .pages-items li strong.action.next:after, .toolbar .pages .pages-items li a.action.next:after {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    line-height: 32px
}

.toolbar .pages .pages-items li strong.action.previous:before, .toolbar .pages .pages-items li a.action.previous:before {
    display: none
}

.toolbar .pages .pages-items li strong.action.previous:after, .toolbar .pages .pages-items li a.action.previous:after {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    line-height: 32px
}

.toolbar .pages .pages-items li a:hover {
    color: #fff
}

.toolbar .pages .pages-items li strong {
    color: #fff
}

.toolbar-top .toolbar .modes, .toolbar-bottom .toolbar .modes {
    margin-right: 50px
}

.toolbar-top .pages {
    display: none
}

.toolbar-top .toolbar .toolbar-sorter.sorter {
    float: right
}

.toolbar-top .toolbar .toolbar-amount {
    margin-right: 200px
}

.toolbar-bottom .toolbar .limiter, .toolbar-bottom .toolbar .toolbar-sorter.sorter {
    display: none
}

.col3-layout .toolbar-amount {
    display: none !important
}

@media all and (min-width:768px), print {
    .abs-product-options-list-desktop dt, .block-giftregistry-shared .item-options dt {
        clear: left;
        float: left;
        margin: 0 10px 5px 0
    }

    .block-giftregistry-shared .item-options dt:after {
        content: ': '
    }

    .abs-product-options-list-desktop dd, .block-giftregistry-shared .item-options dd {
        display: inline-block;
        float: left;
        margin: 0 0 5px
    }

    .abs-button-desktop {
        width: auto
    }

    .abs-blocks-2columns, .amazon-addresses .amazon-address, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
        width: 48.8%
    }

    .amazon-addresses .amazon-address:nth-child(odd), .login-container .block:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd), [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box:nth-child(odd), .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
        clear: left;
        float: left
    }

    .amazon-addresses .amazon-address:nth-child(even), .login-container .block:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even), [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box:nth-child(even), .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
        float: right
    }

    .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .column.main .cart-summary .actions-toolbar, .cart.table-wrapper .item-actions .actions-toolbar, .gift-summary .actions-toolbar, .cart.table-wrapper .gift-summary .actions-toolbar, .column.main .block-giftregistry-shared-items .actions-toolbar, .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar, .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
        margin-left: 0
    }

    .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove, .form-giftregistry-share .fieldset .additional .action.remove, .form-giftregistry-edit .fieldset .additional .action.remove, .form-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
        margin-left: 75.8%;
        top: 6px
    }

    .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
        width: 50%
    }

    .abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after {
        margin-left: 25.8%
    }

    .abs-visually-hidden-desktop, .block-search .label, .dashboard-welcome-toggler {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-desktop:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:before, .abs-pager-toolbar:after, .amazon-addresses:before, .amazon-addresses:after, .block-cart-failed .block-content:before, .block-cart-failed .block-content:after, .cart-container:before, .cart-container:after, .login-container:before, .login-container:after, .account .column.main .block:not(.widget) .block-content:before, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:before, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:before, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:before, .gift-wrapping .nested:after, .table .gift-wrapping .content:before, .table .gift-wrapping .content:after, .block-wishlist-management:before, .block-wishlist-management:after, .paypal-review .block-content:before, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:before, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:after, .sales-guest-view .column.main .block:not(.widget) .block-content:before, .sales-guest-view .column.main .block:not(.widget) .block-content:after, .header.content:before, .header.content:after, .page-header .header.panel:before, .page-header .header.panel:after, .account .toolbar:before, .account .toolbar:after, .toolbar-giftregistry-results:before, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:before, .toolbar-wishlist-results:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .amazon-addresses:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:after, .sales-guest-view .column.main .block:not(.widget) .block-content:after, .header.content:after, .page-header .header.panel:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after {
        clear: both
    }

    .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional {
        box-sizing: border-box
    }

    .abs-add-box-sizing-desktop-m, .opc-wrapper {
        box-sizing: border-box
    }

    .abs-revert-field-type-desktop .fieldset>.field, .abs-revert-field-type-desktop .fieldset .fields>.field, .product-add-form .fieldset>.field, .product-add-form .fieldset .fields>.field {
        margin: 0 0 20px
    }

    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label, .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label, .product-add-form .fieldset>.field:not(.choice)>.label, .product-add-form .fieldset .fields>.field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }

    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control, .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control, .product-add-form .fieldset>.field:not(.choice)>.control, .product-add-form .fieldset .fields>.field:not(.choice)>.control {
        float: none;
        width: auto
    }

    .abs-revert-field-type-desktop .fieldset>.field>.label, .abs-revert-field-type-desktop .fieldset .fields>.field>.label, .product-add-form .fieldset>.field>.label, .product-add-form .fieldset .fields>.field>.label {
        margin: 0 0 5px;
        display: inline-block
    }

    .abs-revert-field-type-desktop .fieldset>.field.choice:before, .abs-revert-field-type-desktop .fieldset .fields>.field.choice:before, .abs-revert-field-type-desktop .fieldset>.field.no-label:before, .abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before, .product-add-form .fieldset>.field.choice:before, .product-add-form .fieldset .fields>.field.choice:before, .product-add-form .fieldset>.field.no-label:before, .product-add-form .fieldset .fields>.field.no-label:before {
        display: none
    }

    .product-add-form .fieldset>.field:not(:first-child):last-of-type, .product-add-form .fieldset .fields>.field:not(:first-child):last-of-type {
        margin-bottom: 0
    }

    .abs-no-display-desktop, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
        display: none
    }

    .abs-pager-toolbar, .account .toolbar, .toolbar-giftregistry-results, .toolbar-wishlist-results {
        margin-bottom: 20px;
        position: relative
    }

    .abs-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-giftregistry-results .limiter, .toolbar-wishlist-results .limiter {
        float: right;
        position: relative;
        z-index: 1
    }

    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount, .toolbar-wishlist-results .toolbar-amount {
        float: left;
        line-height: normal;
        padding: 7px 0 0;
        position: relative;
        z-index: 1
    }

    .abs-pager-toolbar .pages, .account .toolbar .pages, .toolbar-giftregistry-results .pages, .toolbar-wishlist-results .pages {
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
        float: left;
        position: relative;
        width: 73%
    }

    .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions, .cart-container .form-cart .actions, .cart-container .cart-gift-item .actions {
        text-align: right
    }

    .block-cart-failed .action.clear, .block-cart-failed .action.update, .cart-container .form-cart .action.clear, .cart-container .form-cart .action.update, .cart-container .cart-gift-item .action.clear, .cart-container .cart-gift-item .action.update {
        margin-left: 10px
    }

    .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart-container .cart-gift-item .action.continue {
        float: left
    }

    h1 {
        font-size: 40px;
        margin-bottom: 40px
    }

    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto
    }

    .page-main {
        width: 100%
    }

    .ie9 .page-main {
        width: auto
    }

    .columns {
        display: block
    }

    .column.main {
        min-height: 300px
    }

    .page-layout-1column .column.main {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-3columns .column.main {
        width: 66.66666667%;
        display: inline-block;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-left .column.main {
        width: 83.33333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-right .column.main {
        width: 83.33333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .sidebar-main {
        padding-right: 2%
    }

    .page-layout-3columns .sidebar-main {
        width: 16.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-layout-2columns-left .sidebar-main {
        width: 16.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-layout-2columns-right .sidebar-main {
        width: 16.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-layout-2columns-right .sidebar-main {
        padding-left: 2%;
        padding-right: 0
    }

    .sidebar-additional {
        clear: right;
        padding-left: 2%
    }

    .page-layout-3columns .sidebar-additional {
        width: 16.66666667%;
        float: right;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .page-layout-2columns-left .sidebar-additional {
        width: 16.66666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-right .sidebar-additional {
        width: 16.66666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
        padding-left: 0;
        padding-right: 2%
    }

    .panel.header {
        padding: 10px 20px
    }

    .nav-toggle {
        display: none
    }

    .nav-sections {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 25px
    }

    .nav-sections-item-title {
        display: none
    }

    .nav-sections-item-content {
        display: block !important
    }

    .nav-sections-item-content>* {
        display: none
    }

    .nav-sections-item-content>.navigation {
        display: block
    }

    .navigation {
        background: #f5f5f5;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 3
    }

    .navigation:empty {
        display: none
    }

    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative
    }

    .navigation li.level0 {
        border-top: none
    }

    .navigation li.level1 {
        position: relative
    }

    .navigation .level0 {
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative
    }

    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .navigation .level0:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: calc(103%);
        z-index: 1
    }

    .navigation .level0>.level-top {
        color: #575757;
        line-height: 53px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
        display: inline-block
    }

    .navigation .level0>.level-top:hover, .navigation .level0>.level-top.ui-state-focus {
        color: #333;
        text-decoration: none
    }

    .navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block
    }

    .navigation .level0.parent:hover>.submenu {
        overflow: visible !important
    }

    .navigation .level0.parent>.level-top {
        padding-right: 20px
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon {
        position: absolute;
        right: 0;
        display: inline-block;
        text-decoration: none
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e622';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #d1d1d1;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .19);
        font-weight: 700;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: absolute;
        z-index: 1;
        margin-top: 11px
    }

    .navigation .level0 .submenu>ul {
        margin-top: 11px
    }

    .navigation .level0 .submenu>ul:before, .navigation .level0 .submenu>ul:after {
        content: '';
        display: block;
        overflow: hidden;
        position: absolute
    }

    .navigation .level0 .submenu>ul:before {
        color: #fff;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #fff;
        z-index: 4
    }

    .navigation .level0 .submenu>ul:after {
        border: 11px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #d1d1d1;
        color: #d1d1d1;
        left: 19px;
        top: -22px;
        z-index: 3
    }

    .navigation .level0 .submenu:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: -4px;
        z-index: 1
    }

    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #575757;
        padding: 8px 20px
    }

    .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
        background: #e8e8e8;
        color: #333;
        text-decoration: none
    }

    .navigation .level0 .submenu .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 3px
    }

    .navigation .level0 .submenu .submenu {
        top: 0 !important;
        left: 100% !important
    }

    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%
    }

    .navigation .level0 .submenu li {
        margin: 0
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon {
        position: absolute;
        right: 3px;
        display: inline-block;
        text-decoration: none
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e608';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none
    }

    .navigation .level0.more:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: '\e607';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .level0.more:before {
        display: none
    }

    .navigation .level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1
    }

    .navigation .level0.more:hover>.submenu {
        overflow: visible !important
    }

    .navigation .level0.more li {
        display: block
    }

    .panel.header .links, .panel.header .switcher {
        display: inline-block
    }

    .fieldset>.field {
        margin: 0 0 20px;
        box-sizing: border-box;
        margin: 0 0 29px
    }

    .fieldset>.field>.label {
        margin: 0
    }

    .fieldset>.field:before, .fieldset>.field:after {
        content: '';
        display: table
    }

    .fieldset>.field:after {
        clear: both
    }

    .fieldset>.field.choice:before, .fieldset>.field.no-label:before {
        padding: 6px 15px 0 0;
        width: 25.8%;
        box-sizing: border-box;
        content: ' ';
        float: left;
        height: 1px
    }

    .fieldset>.field .description {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left
    }

    .fieldset>.field:not(.choice)>.label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left
    }

    .fieldset>.field:not(.choice)>.control {
        width: 74.2%;
        float: left
    }

    .product.data.items {
        position: relative;
        z-index: 1
    }

    .product.data.items:before, .product.data.items:after {
        content: '';
        display: table
    }

    .product.data.items:after {
        clear: both
    }

    .product.data.items>.item.title {
        float: left;
        width: auto
    }

    .product.data.items>.item.title>.switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2
    }

    .product.data.items>.item.content {
        margin-top: 20px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%
    }

    .product.data.items>.item.content:before, .product.data.items>.item.content:after {
        content: '';
        display: table
    }

    .product.data.items>.item.content:after {
        clear: both
    }

    .product.data.items>.item.content.active {
        display: block
    }

    .product.data.items>.item.title {
        margin: 0 5px 0 0
    }

    .product.data.items>.item.title>.switch {
        font-weight: 600;
        line-height: 20px;
        font-size: 1.4rem;
        color: #7d7d7d;
        text-decoration: none;
        background: #f0f0f0;
        border: 1px solid #d1d1d1;
        border-bottom: none;
        height: 20px;
        padding: 5px 20px
    }

    .product.data.items>.item.title>.switch:visited {
        color: #7d7d7d;
        text-decoration: none
    }

    .product.data.items>.item.title>.switch:hover {
        color: #7d7d7d;
        text-decoration: none
    }

    .product.data.items>.item.title>.switch:active {
        color: #333;
        text-decoration: none
    }

    .product.data.items>.item.title:not(.disabled)>.switch:focus, .product.data.items>.item.title:not(.disabled)>.switch:hover {
        background: #fcfcfc
    }

    .product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
        background: #fff;
        color: #333;
        text-decoration: none
    }

    .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
        padding-bottom: 6px
    }

    .product.data.items>.item.content {
        background: #fff;
        margin-top: 31px;
        padding: 20px;
        border: 0;
        border-top: 1px solid #d1d1d1
    }

    .actions-toolbar:before, .actions-toolbar:after {
        content: '';
        display: table
    }

    .actions-toolbar:after {
        clear: both
    }

    .actions-toolbar .primary {
        float: left
    }

    .actions-toolbar .secondary {
        float: right
    }

    .actions-toolbar .primary, .actions-toolbar .secondary {
        display: inline-block
    }

    .actions-toolbar .primary a.action, .actions-toolbar .secondary a.action {
        display: inline-block
    }

    .actions-toolbar .primary .action {
        margin: 0 5px 0 0
    }

    .actions-toolbar .secondary a.action {
        margin-top: 6px
    }

    .actions-toolbar>.primary, .actions-toolbar>.secondary {
        margin-bottom: 0
    }

    .actions-toolbar>.primary .action, .actions-toolbar>.secondary .action {
        margin-bottom: 0;
        width: auto
    }

    .modal-popup.modal-slide .modal-footer {
        border-top: 1px solid #c1c1c1;
        text-align: right
    }

    .login-container .block-amazon-login {
        clear: none;
        float: right
    }

    .login-container .block-amazon-login .actions-toolbar {
        margin-top: 25px
    }

    .login-container .block:nth-child(2)+.block-amazon-login {
        clear: none
    }

    .amazon-validate-container {
        margin: 40px auto 0 auto;
        width: 500px
    }

    .amazon-validate-container .primary {
        width: 190px
    }

    .amazon-validate-container .continue-as-guest {
        width: 130px
    }

    .amazon-validate-container .forgot-password {
        text-align: right;
        width: 175px
    }

    .amazon-addresses .amazon-address {
        margin-bottom: 0
    }

    body.wp-sl .login-container .fieldset>.field>.control {
        width: 80%
    }

    body.wp-sl .slide-popup {
        left: unset;
        right: -20px;
        width: 420px;
        height: auto
    }

    body.wp-sl .slide-popup .modal-inner-wrap {
        min-width: unset;
        display: block;
        width: 100%
    }

    body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
        overflow-y: auto;
        height: 90%
    }

    body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup {
        display: block;
        border-top: 0 none
    }

    body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer, body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login {
        width: 100%;
        border-left: 0 none;
        padding: 0;
        margin-top: 15px
    }

    body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer:before, body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login:before {
        content: '';
        border: 0 none
    }

    body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer .sociallogin-block, body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login .sociallogin-block {
        padding: 0
    }

    body.wp-sl .authentication-wrapper .block-authentication {
        text-align: left
    }

    body.wp-sl .authentication-wrapper .slide-popup .sociallogin-wrapper {
        margin-top: 15px
    }

    .block-cart-failed .actions {
        text-align: left
    }

    .block-cart-failed .actions.primary {
        float: right
    }

    .bundle-options-container .bundle-options-wrapper, .bundle-options-container .product-options-wrapper {
        float: left;
        width: 57%
    }

    .bundle-options-container .block-bundle-summary {
        float: right;
        position: relative;
        width: 40%
    }

    .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-left .bundle-options-container .block-bundle-summary, .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-right .bundle-options-container .block-bundle-summary, .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-layout-3columns .bundle-options-container .block-bundle-summary {
        width: 48%
    }

    .product-info-main .box-tocart, .product-options-bottom .box-tocart {
        display: table
    }

    .product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty {
        display: table-cell
    }

    .product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
        display: table-cell;
        padding-top: 25px;
        text-align: center;
        vertical-align: bottom
    }

    .product-info-main .page-title-wrapper .page-title {
        margin-top: -13px
    }

    .sidebar .product-items .product-item-info .product-item-photo {
        float: left;
        left: auto;
        margin: 0 10px 10px 0;
        position: relative;
        top: auto
    }

    .sidebar .product-items .product-item-details {
        margin: 0
    }

    .sidebar .product-items .product-item-actions {
        clear: left
    }

    .product-info-main {
        float: right
    }

    .product.media {
        float: left;
        margin-bottom: 25px
    }

    .page-layout-1column .product-info-main {
        width: 40%
    }

    .page-layout-1column .product.media {
        width: 57%
    }

    .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main {
        width: 48%
    }

    .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media {
        width: 50%
    }

    .block-category-event.block:last-child {
        margin-bottom: 30px;
        padding: 10px 0 30px
    }

    .block-category-event .block-title {
        margin: 0
    }

    .block-category-event .block-title strong {
        font-size: 2.4rem
    }

    .block-category-event .ticker li {
        display: none;
        margin: 0 50px
    }

    .block-category-event .ticker .value {
        font-size: 6rem
    }

    .block-category-event .ticker .label {
        font-size: 1.4rem;
        text-transform: none
    }

    .block-category-event .dates .date {
        font-size: 5rem
    }

    .block-category-event .dates .start {
        padding-right: 50px
    }

    .block-category-event .dates .start:after {
        font-size: 5rem;
        right: 10px
    }

    .block-search {
        float: right;
        padding-left: 15px;
        position: relative;
        width: 250px;
        z-index: 4
    }

    .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0 0 25px
    }

    .block-search .nested {
        display: block;
        padding-top: 5px;
        position: absolute
    }

    .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static
    }

    .block-search input::-webkit-input-placeholder {
        color: #c2c2c2
    }

    .block-search input:-moz-placeholder {
        color: #c2c2c2
    }

    .block-search input::-moz-placeholder {
        color: #c2c2c2
    }

    .block-search input:-ms-input-placeholder {
        color: #c2c2c2
    }

    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: 0 0;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        padding: 5px 0;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1
    }

    .block-search .action.search>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #8f8f8f;
        content: '\e615';
        font-family: 'icons-blank-theme';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .block-search .action.search:hover:before {
        color: inherit
    }

    .block-search .action.search:active:before {
        color: inherit
    }

    .block-search .action.search:focus, .block-search .action.search:active {
        background: 0 0;
        border: none
    }

    .block-search .action.search:hover {
        background: 0 0;
        border: none
    }

    .block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
        pointer-events: none;
        opacity: .5
    }

    .block-search .action.search:focus:before {
        color: #333
    }

    .search-autocomplete {
        margin-top: 0
    }

    .cart-container .widget {
        float: left
    }

    .cart-summary {
        float: right;
        position: relative;
        width: 23%
    }

    .column.main .cart-summary .actions-toolbar>.secondary {
        float: none
    }

    .cart-summary .block .fieldset .field {
        margin: 0 0 20px;
        margin: 0 0 10px
    }

    .cart-summary .block .fieldset .field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }

    .cart-summary .block .fieldset .field:not(.choice)>.control {
        float: none;
        width: auto
    }

    .cart-summary .block .fieldset .field>.label {
        margin: 0 0 5px;
        display: inline-block
    }

    .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
        display: none
    }

    .cart.table-wrapper .items {
        min-width: 100%;
        width: auto
    }

    .cart.table-wrapper .item .col.item {
        padding: 27px 8px 10px
    }

    .cart.table-wrapper .item-actions td {
        text-align: right
    }

    .cart.table-wrapper .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding-right: 20px;
        position: static;
        vertical-align: top;
        width: 1%
    }

    .cart.table-wrapper .product-item-details {
        display: table-cell;
        vertical-align: top;
        white-space: normal;
        width: 99%
    }

    .cart.table-wrapper .item-actions .actions-toolbar {
        text-align: left
    }

    .cart .action {
        margin-bottom: 10px
    }

    .cart-products-toolbar .toolbar-amount {
        line-height: 30px;
        margin: 0
    }

    .cart-products-toolbar .pages {
        float: right;
        margin: 0 0 1px
    }

    .cart-products-toolbar .pages .item:last-child {
        margin-right: 0
    }

    .cart.table-wrapper .cart-products-toolbar+.cart thead tr th.col {
        padding-bottom: 7px;
        padding-top: 8px
    }

    .cart.table-wrapper .cart+.cart-products-toolbar {
        margin-top: 25px
    }

    .minicart-wrapper {
        margin-left: 13px
    }

    .minicart-wrapper .block-minicart {
        right: -15px;
        width: 390px
    }

    .opc-wrapper {
        width: 66.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 30px
    }

    .checkout-onepage-success .print {
        display: block;
        float: right;
        margin: 22px 0 0
    }

    .opc-estimated-wrapper {
        display: none
    }

    .opc-progress-bar-item {
        width: 185px
    }

    .opc-wrapper .fieldset>.field.required, .opc-wrapper .fieldset>.field._required {
        position: relative
    }

    .opc-wrapper .fieldset>.field.required>label, .opc-wrapper .fieldset>.field._required>label {
        padding-right: 25px
    }

    .opc-wrapper .fieldset>.field.required>label:after, .opc-wrapper .fieldset>.field._required>label:after {
        margin-left: 10px;
        position: absolute;
        top: 9px
    }

    .checkout-index-index .modal-popup .form-shipping-address {
        max-width: 600px
    }

    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 10px
    }

    .checkout-shipping-method .actions-toolbar>.primary {
        float: right
    }

    .checkout-shipping-method .actions-toolbar .action.primary {
        margin: 0
    }

    .opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
        max-width: 600px
    }

    .table-checkout-shipping-method {
        width: auto
    }

    .opc-sidebar {
        margin: 46px 0 20px;
        width: 33.33333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .opc-summary-wrapper .modal-header .action-close {
        display: none
    }

    .authentication-dropdown {
        background-color: #fff;
        border: 1px solid #aeaeae;
        -webkit-transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
        position: absolute;
        text-align: left;
        top: 100%;
        transform: scale(1, 0);
        transform-origin: 0 0;
        transition: transform linear .1s, visibility 0s linear .1s;
        visibility: hidden;
        width: 100%
    }

    .authentication-dropdown._show {
        z-index: 100;
        -webkit-transform: scale(1, 1);
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
        transform: scale(1, 1);
        transition: transform linear .1s, visibility 0s linear 0s;
        visibility: visible
    }

    .authentication-wrapper {
        width: 33.33333333%;
        text-align: right
    }

    .block-authentication .block-title {
        font-size: 2.6rem;
        border-bottom: 0;
        margin-bottom: 25px
    }

    .block-authentication .actions-toolbar>.primary {
        display: inline;
        float: right;
        margin-right: 0
    }

    .block-authentication .actions-toolbar>.primary .action {
        margin-right: 0
    }

    .block-authentication .actions-toolbar>.secondary {
        float: left;
        margin-right: 2rem;
        padding-top: 1rem
    }

    .popup-authentication .modal-inner-wrap {
        min-width: 768px;
        width: 60%
    }

    .popup-authentication .block-authentication {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #c1c1c1
    }

    .popup-authentication .block[class], .popup-authentication .form-login, .popup-authentication .fieldset, .popup-authentication .block-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-grow: 1;
        flex-grow: 1
    }

    .popup-authentication .block[class] {
        box-sizing: border-box;
        float: left;
        padding: 10px 30px 0 0;
        width: 50%
    }

    .popup-authentication .block[class]+.block {
        border-left: 1px solid #c1c1c1;
        border-top: 0;
        margin: 0;
        padding: 10px 0 0 40px
    }

    .popup-authentication .block[class]+.block:before {
        left: 0;
        top: 50%
    }

    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: auto
    }

    .checkout-payment-method .actions-toolbar .primary {
        float: right;
        margin: 0
    }

    .checkout-payment-method .fieldset>.field-select-billing>.control {
        float: none;
        width: 100%
    }

    .checkout-payment-method .payment-method-content .fieldset>.field {
        margin: 0 0 20px
    }

    .checkout-payment-method .payment-method-content .fieldset>.field.type .control {
        margin-left: 25.8%
    }

    .checkout-payment-method .payment-method-content .fieldset>.field.type.no-detection .control {
        margin-left: 0
    }

    .checkout-billing-address .action-update {
        float: right
    }

    .checkout-billing-address .actions-toolbar .action-cancel {
        margin: 6px 20px 0 0
    }

    .checkout-payment-method .payment-option-title {
        padding-left: 22px
    }

    .checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar {
        margin-left: 0
    }

    .login-container .block.login .actions-toolbar>.primary {
        margin-bottom: 0;
        margin-right: 30px
    }

    .login-container .block.login .actions-toolbar>.secondary {
        float: left
    }

    .login-container .fieldset>.field>.control {
        width: 80%
    }

    .fieldset .fullname .field .label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left
    }

    .fieldset .fullname .field .control {
        width: 74.2%;
        float: left
    }

    .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account {
        min-width: 600px;
        width: 50%
    }

    .account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
        width: 22.3%
    }

    .account.page-layout-2columns-left .column.main {
        width: 77.7%
    }

    .block-addresses-list .items.addresses {
        font-size: 0
    }

    .block-addresses-list .items.addresses>.item {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 48.8%
    }

    .block-addresses-list .items.addresses>.item:nth-last-child(1), .block-addresses-list .items.addresses>.item:nth-last-child(2) {
        margin-bottom: 0
    }

    .block-addresses-list .items.addresses>.item:nth-child(even) {
        margin-left: 2.4%
    }

    .control.captcha-image .captcha-img {
        margin: 0 10px 10px 0
    }

    .page-product-downloadable .product-options-wrapper {
        float: left;
        width: 55%
    }

    .page-product-downloadable .product-options-bottom {
        float: right;
        width: 40%
    }

    .page-product-downloadable .product-options-bottom .field.qty+.actions {
        padding-top: 0
    }

    .gift-message .field {
        margin-bottom: 20px
    }

    .gift-options {
        position: relative;
        z-index: 1
    }

    .gift-options .actions-toolbar {
        clear: both;
        float: right;
        position: static
    }

    .gift-options .actions-toolbar .secondary {
        float: right
    }

    .gift-options .actions-toolbar .secondary .action {
        float: right;
        margin-left: 20px
    }

    .gift-options .actions-toolbar .secondary .action-cancel {
        display: block;
        float: left;
        margin-top: 6px
    }

    .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0
    }

    .gift-options-title {
        font-weight: 300;
        font-size: 1.8rem
    }

    .cart.table-wrapper .action-gift {
        float: left
    }

    .order-options .gift-wrapping, .table-order-review .gift-wrapping {
        max-width: 50%
    }

    .form-giftregistry-search .fieldset {
        margin-bottom: 29px
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field {
        margin: 0 0 20px;
        box-sizing: border-box
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field>.label {
        margin: 0
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field:before, .form-giftregistry-search .fieldset>.fields-specific-options>.field:after {
        content: '';
        display: table
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field:after {
        clear: both
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field.choice:before, .form-giftregistry-search .fieldset>.fields-specific-options>.field.no-label:before {
        padding: 6px 15px 0 0;
        width: 25.8%;
        box-sizing: border-box;
        content: ' ';
        float: left;
        height: 1px
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field .description {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.control {
        width: 74.2%;
        float: left
    }

    .block-giftregistry-shared-items .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding: 0 20px 0 0;
        vertical-align: top;
        width: 1%
    }

    .block-giftregistry-shared-items .product-item-details {
        display: table-cell;
        vertical-align: top;
        width: 99%;
        word-break: normal
    }

    .block-giftregistry-shared-items .col.product {
        width: 48%
    }

    .block-giftregistry-shared-items .col:not(.product) {
        text-align: center
    }

    .block-giftregistry-shared-items .col.price {
        padding-top: 17px
    }

    .block-giftregistry-shared-items .input-text.qty {
        margin-top: -4px
    }

    .gift-options-cart-item .gift-wrapping, .cart-gift-item .gift-wrapping {
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        width: 50%
    }

    .gift-options-cart-item .gift-wrapping+.gift-message, .cart-gift-item .gift-wrapping+.gift-message {
        border-left: 1px solid #c1c1c1;
        box-sizing: border-box;
        float: left;
        padding-left: 4.5rem;
        width: 50%
    }

    .form-add-invitations .additional, .form-add-invitations .field.text {
        margin-top: 29px
    }

    .table-invitations .col {
        width: 50%
    }

    .wishlist.window.popup {
        bottom: auto;
        top: 20%;
        left: 50%;
        margin-left: -212px;
        width: 380px;
        right: auto
    }

    .wishlist.window.popup .field {
        margin: 0 0 20px
    }

    .wishlist.window.popup .field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }

    .wishlist.window.popup .field:not(.choice)>.control {
        float: none;
        width: auto
    }

    .wishlist.window.popup .field>.label {
        margin: 0 0 5px;
        display: inline-block
    }

    .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
        display: none
    }

    .block-wishlist-management {
        margin-bottom: 20px
    }

    .block-wishlist-management .wishlist-select {
        border-bottom: 1px solid #e8e8e8;
        display: table;
        margin-bottom: 15px;
        width: 100%
    }

    .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%
    }

    .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top
    }

    .block-wishlist-management .wishlist-select-items .item {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px 10px
    }

    .block-wishlist-management .wishlist-select-items .item:last-child {
        margin-right: 0
    }

    .block-wishlist-management .wishlist-select-items .current {
        border-bottom: 3px solid #ff5501;
        font-weight: 600
    }

    .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none
    }

    .block-wishlist-management .wishlist-add.item {
        position: absolute;
        right: 0;
        top: 0
    }

    .block-wishlist-management .wishlist-title strong {
        font-size: 4rem
    }

    .block-wishlist-management .wishlist-info {
        float: left
    }

    .block-wishlist-management .wishlist-toolbar {
        float: right
    }

    .block-wishlist-info-items .product-item-photo {
        margin-left: 0
    }

    .products-grid.wishlist .product-item-checkbox {
        float: left
    }

    .products-grid.wishlist .product-item-checkbox+.product-item-name {
        margin-left: 25px
    }

    .block.newsletter {
        width: 32%
    }

    .block.newsletter .field {
        margin-right: 5px
    }

    .block.newsletter .field .control {
        width: 100%
    }

    .block.newsletter .action.subscribe {
        border-radius: 3px
    }

    .paypal-review .paypal-review-title {
        border-bottom: 1px solid #d1d1d1
    }

    .paypal-review .block-content .box-order-shipping-address, .paypal-review .block-content .box-order-shipping-method, .paypal-review .block-content .box-order-shipping-method+.box-order-billing-address {
        box-sizing: border-box;
        float: left;
        width: 33%
    }

    .paypal-review .block-content .box-order-shipping-address {
        padding: 0 5%;
        width: 34%
    }

    .paypal-review .col.subtotal, .paypal-review .mark, .paypal-review .amount {
        text-align: right
    }

    .products.wrapper.list .product-reviews-summary {
        margin: 0
    }

    .reward-settings+.actions-toolbar {
        margin-top: -32px
    }

    .form-create-return .additional .field:last-child {
        margin-top: 29px
    }

    .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 20px
    }

    .block-returns-tracking .block-title .action {
        margin: 0 0 0 30px
    }

    .block-returns-tracking .block-title .actions-track {
        float: right;
        margin-top: 12px
    }

    .table-order-items .subtotal, .table-order-items .amount {
        text-align: right
    }

    .table-order-items.creditmemo .col.qty, .table-order-items.creditmemo .col.discount, .table-order-items.creditmemo .col.subtotal {
        text-align: center
    }

    .table-order-items.creditmemo .col.total {
        text-align: right
    }

    .order-pager-wrapper .order-pager-wrapper-top {
        padding-left: 0;
        padding-right: 0
    }

    .order-pager-wrapper .pages {
        float: right
    }

    .order-actions-toolbar .action.print {
        display: block;
        float: right
    }

    .page-title-wrapper .order-date {
        margin-top: -20px
    }

    [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 20px
    }

    .page-wrapper>.breadcrumbs, .page-wrapper>.top-container, .page-wrapper>.widget {
        box-sizing: border-box;
        width: 100%
    }

    .navigation ul {
        padding: 0 8px
    }

    .header.panel>.header.links {
        float: right;
        font-size: 0;
        margin: 0;
        padding: 0;
        list-style: none none;
        margin-left: auto
    }

    .header.panel>.header.links>li {
        display: inline-block;
        vertical-align: top
    }

    .header.panel>.header.links>li {
        font-size: 14px;
        margin: 0 0 0 15px
    }

    .header.panel>.header.links>li.welcome, .header.panel>.header.links>li a {
        line-height: 1.4
    }

    .header.panel>.header.links>li.welcome a {
        padding-left: 5px
    }

    .header.content {
        padding: 30px 20px 0
    }

    .page-header {
        border: 0;
        margin-bottom: 0
    }

    .page-header .panel.wrapper {
        border-bottom: 1px solid #e8e8e8
    }

    .page-header .header.panel {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .page-header .switcher {
        display: inline-block
    }

    .page-main>.page-title-wrapper .page-title {
        display: inline-block
    }

    .page-main>.page-title-wrapper .page-title+.action {
        float: right;
        margin-top: 20px
    }

    .logo {
        margin: -8px auto 25px 0
    }

    .logo img {
        max-height: inherit
    }

    .footer.content .block {
        float: right
    }

    .footer.content .links {
        display: inline-block;
        margin-bottom: 20px;
        padding: 0 50px 0 0;
        vertical-align: top
    }

    .footer.content .switcher.store {
        display: inline-block;
        padding-right: 50px;
        vertical-align: top
    }

    .my-credit-cards .card-type img {
        display: block
    }

    .products-grid.wishlist .product-item-tooltip {
        display: inline-block
    }

    .products-grid.wishlist .product-item-actions {
        margin: 10px 0 0
    }

    .products-grid.wishlist .product-item .fieldset .field.qty {
        margin-bottom: 10px;
        padding-right: 10px
    }

    .products-grid.wishlist .product-item .fieldset .field.qty .label {
        width: auto
    }

    .products-grid.wishlist .product-item .box-tocart .actions-primary {
        margin: 0
    }

    .products-grid.wishlist .product-item .box-tocart .stock {
        margin: 20px 0 0
    }

    .wishlist-index-index .product-item-info {
        width: 240px
    }

    .block.widget .products-grid .product-item {
        width: 33.33333333%
    }

    .sidebar .block.widget .products-grid .product-item {
        margin-left: 0;
        width: 100%
    }

    .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        width: 25%
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 50%
    }

    .sidebar .block.widget .pager .pages-item-next {
        padding: 0
    }

    .sidebar .block.widget .pager .pages-item-next .action {
        margin: 0
    }
}

@media all and (min-width:1024px), print {
    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%
    }

    .opc-wrapper .shipping-address-item {
        width: 33.33333333%
    }

    .opc-wrapper .shipping-address-item:before {
        background: #ccc;
        height: calc(100% - 20px);
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        width: 1px
    }

    .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
        display: none
    }

    .opc-wrapper .shipping-address-item.selected-item:before {
        display: none
    }

    .opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before {
        display: none
    }

    .table-checkout-shipping-method {
        min-width: 500px
    }

    .wishlist-index-index .products-grid .product-items {
        margin: 0
    }

    .wishlist-index-index .products-grid .product-item {
        margin-left: calc((100% - 4*24.439%)/3);
        padding: 0;
        width: 24.439%
    }

    .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }

    .block.widget .products-grid .product-item {
        width: 20%
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: calc((100% - 5*(100%/6))/4);
        width: 16.66666667%
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: calc((100% - 5*(100%/6))/4)
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 25%
    }

    .block.widget .products-grid .product-items {
        margin: 0
    }

    .block.widget .products-grid .product-item {
        margin-left: calc((100% - 4*24.439%)/3);
        padding: 0;
        width: 24.439%
    }

    .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }
}

@media all and (min-width:1440px), print {
    .sidebar .product-items .product-item-info .product-item-photo {
        float: none;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0
    }

    .sidebar .product-items .product-item-details {
        margin-left: 85px
    }
}

/*20241111  無障礙按鈕內容修改 Chloe*/

.aca_footer_link a:visited, a.aca_developer_link2:visited,.aca_footer_link a, a.aca_developer_link2{
	color: white;
}

/*20241115 Experience Centres按鈕css  Chloe*/

.product.attribute.overview .value a img {
    width: 150px;
    display: inline-block;
    margin: 10px;
}