/***********************************************************************************************************************
                                                    Magento
***********************************************************************************************************************/
@font-face {
    font-family: 'icons-blank-theme';
    src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'),url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

*:focus {
    box-shadow: none;
    outline: 0;
}


table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
table > caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.table:not(.cart):not(.totals) {
    border: none;
}

/* modal: begin */

.modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.modal-slide, .modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide {
    left: 44px;
    z-index: 900;
}
.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto;
}
.modal-popup {
    pointer-events: none;
}
.modal-slide._show, .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.modal-popup._inner-scroll {
    overflow-y: visible;
}
.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
}
.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
}
.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform .2s ease;
}
.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
}

.modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem;
}
.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
}
.modal-popup .modal-header, .modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem;
}
.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-popup .action-close {
    padding: 10px;
}
.modal-slide .action-close {
    padding: 1.1rem 2rem;
}
.modal-slide._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.modal-slide._inner-scroll .modal-footer {
    margin-top: auto;
}


/* modal: end */


/* loading-mask: begin */
.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.loading-mask .loader > p {
    display: none;
}
/* loading-mask: end */

.modal-popup._inner-scroll {
    overflow-y: visible;
}


/* auth popup */
.block-authentication .block[class] {
    margin: 0;
}
.block-authentication .block[class] + .block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}
.block-authentication .block[class] + .block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}
.block-authentication .block-title {
    font-size: 1.8rem;
    border-bottom: 0;
    margin-bottom: 25px;
}
.block-authentication .block-title strong {
    font-weight: 300;
}
.block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px;
}
.block-authentication .actions-toolbar {
    margin-bottom: 5px;
}
.block-authentication .block[class] + .block:before {
    height: 36px;
    line-height: 34px;
    margin: -19px 0 0 -18px;
    min-width: 36px;
    background: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    box-sizing: border-box;
    color: #c1c1c1;
    content: attr(data-label);
    display: inline-block;
    left: 50%;
    letter-spacing: normal;
    padding: 0 .2rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.actions-toolbar > .primary, .actions-toolbar > .secondary {
    text-align: center;
    margin-bottom: 10px;
}
.actions-toolbar > .primary:last-child, .actions-toolbar > .secondary:last-child {
    margin-bottom: 0;
}


.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label, .table-comparison
.cell.label.remove span, .table-comparison .cell.label.product span,
.block.related .field.choice .label, .cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label, .field.street .field.additional .label,
.block-balance .balance-price-label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label, .filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span, .page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label, .review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label, .action.skip:not(:focus),
.page-header .switcher .label, .page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    font-size: 0;
    margin-left: auto;
    margin-right: 20px;
}

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

/* style-m.less */
.minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    width: 320px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
.minicart-wrapper .block-minicart {
    padding: 25px 20px;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.minicart-wrapper .block-minicart:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}
.minicart-wrapper .block-minicart:before {
    right: 26px;
    top: -12px;
}
.minicart-wrapper .block-minicart .block-title {
    display: none;
}
.minicart-wrapper .action.close {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}
.minicart-wrapper .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.minicart-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #757575;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center;
}

/* minicart */
.block-minicart .items-total {
    float: left;
    margin: 0 10px;
}
.block-minicart .items-total .count {
    font-weight: 700;
}
.block-minicart .subtotal {
    margin: 0 15px 5px;
    text-align: right;
    position: relative;
}
.block-minicart .subtotal::before {
    display: block;
    height: 15px;
    width: 100%;
    content: '';
    background: linear-gradient(rgba(255,255,255,0),#fff);
    position: absolute;
    left: 0;
    top: -15px;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700;
    color: #62130e;
}
.block-minicart .subtitle {
    display: none;
}
.block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center;
}
.block-minicart .text.empty {
    text-align: center;
}
.block-minicart .block-content>.actions {
    margin-top: 15px;
}
.block-minicart .block-content>.actions>.secondary {
    text-align: center;
}
.block-minicart .block-content>.actions>.primary {
    margin: 0 10px 15px;
}
.block-minicart .block-content>.actions>.primary .action.primary {
    display: block;
    width: 100%;
}
.block-minicart .block-content>.actions .paypal-logo {
    margin-top: 15px;
    text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
    margin: 15px 0 0;
    text-align: center;
}
.minicart-wrapper .action.showcart {
    white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader>img {
    max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
    text-shadow: 0 0 7px #000;
}
.minicart-wrapper .minicart-widgets {
    margin-top: 15px;
}
.minicart-items-wrapper {
    border: 1px solid #ccc;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px;
}
.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.minicart-items .product-item {
    padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
    /* border-top: 1px solid #ccc */
}
.minicart-items .product-item:first-child {
    padding-top: 0;
}
.minicart-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem;
}
.minicart-items .price-minicart {
    margin-bottom: 5px;
}
.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 2px;
    display: flex;
}
.minicart-items .product-item-name a {
    color: #006bb4;
}
.minicart-items .product-item-details {
    padding-left: 88px;
}
.minicart-items .product-item-details .price {
    font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
    font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
    margin-top: 10px;
}
.minicart-items .product>.product-item-photo,
.minicart-items .product>.product-image-container {
    float: left;
}
.minicart-items .product .toggle {
    border: 0;
    padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
    color: #8f8f8f;
    margin: 0 0 0 5px;
    position: static;
}
.minicart-items .product .active>.toggle:after {
    content: '\e621';
}
.minicart-items .product.pricing {
    margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
    display: inline-block;
    text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: -3px 0 0 7px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.minicart-items .product.options .details {
    display: none;
}
.minicart-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px;
}
.minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top;
}
.minicart-items .subtitle {
    display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
    display: inline-block;
    text-decoration: none;
}
.minicart-items .action.edit>span,
.minicart-items .action.delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
    color: #62130e;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
    color: #757575;
}
.minicart-items .action.delete:before {
    content: '\e604';
}

/* search: begin */
.block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right;
}
.search-autocomplete {
    display: none;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}
.search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.search-autocomplete ul li {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0;
    padding: 5px 40px 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
    border-top: 0;
    border: 1px solid #c2c2c2;
    background: #ffffff;
}
.search-autocomplete ul li:first-child {
    border-top: none;
}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
    background: #e8e8e8;
}

.account .column.main .toolbar {
    text-align: center;
}
.pages > .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.pages .items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: inline-block;
    font-weight: 700;
}
.pages .item {
    font-size: 1.2rem;
    line-height: 3.2rem;
    letter-spacing: normal;
    margin: 0 2px 0 0;
    display: inline-block;
}
.pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pages .action.next:visited:before {
    color: #7d7d7d;
}
.pages strong.page {
    font-size: 1.2rem;
    line-height: 3.2rem;
    letter-spacing: normal;
    color: #333333;
    display: inline-block;
    font-weight: 700;
    padding: 0 4px;
}

.limiter-options {
    margin: 0 5px 0 7px;
    width: auto;
}
.limiter-label {
    font-weight: 400;
}
.account .column.main .toolbar .limiter-options {
    width: auto;
}
.account .column.main .toolbar {
    text-align: center;
}
.block p:last-child {
    margin: 0;
}
.block .box-actions {
    margin-top: 5px;
}
.abs-account-blocks .block-title, .block-compare .block-title, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-results .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
    margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong, .block-compare .block-title > strong, .block-giftregistry-results .block-title > strong, .block-giftregistry-shared-items .block-title > strong, .block-wishlist-search-results .block-title > strong, .block-reorder .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.box-billing-address .box-content, .box-shipping-address .box-content, .box-information .box-content, .box-newsletter .box-content {
    line-height: 26px;
}
.account .column.main .block:not(.widget) .block-content p:last-child, .multicheckout .block-content p:last-child, .paypal-review .block .block-content p:last-child, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child, .sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
    margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box, .multicheckout .block-content .box, .paypal-review .block .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 {
    margin-bottom: 20px;
}
.account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
    display: inline-block;
    margin: 0 0 5px;
}
.account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .paypal-review .block .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.message.info {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 40px;
    position: relative;
}
.message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: '\e602';
    font-family: 'icons-blank-theme';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center;
}
@media (min-width: 768px), print {
    .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;
    }
}

@media (min-width: 768px), print {
    .abs-visually-hidden-desktop, .modes-label, .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-pager-toolbar, .account .toolbar, .toolbar-giftregistry-results, .toolbar-wishlist-results {
        margin-bottom: 20px;
        position: relative;
    }
    .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-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-giftregistry-results .limiter, .toolbar-wishlist-results .limiter {
        float: right;
        position: relative;
        z-index: 1;
    }
    .search-autocomplete {
        margin-top: 0;
    }
}
/* search: end */




/*
 * style-l.less
*/


.header.panel > .header.links > li {
    margin: 0 0 0 15px;
    line-height: 1.4;
    font-size: 14px;
}

/* modal */
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* checkout */
.opc-estimated-wrapper {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: -21px -15px 15px;
    padding: 18px 15px;
}
.opc-block-summary .items-in-cart > .title {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative;
}
.opc-block-summary .items-in-cart > .title strong {
    line-height: 1.1;
    font-weight: 300;
    margin: 0;
    font-size: 18px;
}

/* shipping address */
.opc-wrapper .shipping-address-items {
    font-size: 0;
}
.opc-wrapper .shipping-address-item {
    border: 2px solid transparent;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: 0.3s border-color;
    width: 50%;
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #ff5501;
    color: #ffffff;
    content: '\e610';
    font-family: 'icons-blank-theme';
    height: 27px;
    width: 29px;
    font-size: 27px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.opc-wrapper .edit-address-link {
    display: block;
    float: left;
    margin: 26px 5px 0 0;
}
.opc-wrapper .action-select-shipping-item {
    float: right;
    margin: 20px 0 0;
}

@media (min-width: 768px), print {
    .compare.wrapper {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none none;
    }

    /* header */

    /* .navigation, .breadcrumbs,  */
    .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;
    }

    .header.panel > .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        float: right;
        margin-left: auto;
    }
    .page-header .header.panel {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header.panel > .header.links > li {
        display: inline-block;
        vertical-align: top;

        margin: 0 0 0 15px;
    }

    .header.panel > .header.links > li.welcome,
    .header.panel > .header.links > li > a {
        display: inline-block;
        line-height: 1.4;
    }

    /* customer welcome */
    .customer-welcome {
        display: inline-block;
        position: relative;
    }
    .customer-welcome.active {
        overflow: visible;
    }

    .customer-welcome:before,
    .customer-welcome:after {
        content: '';
        display: table;
    }
    .customer-welcome:after {
        clear: both;
    }

    .customer-welcome ul {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #ffffff;
        border: 1px solid #bbbbbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    }

    .customer-welcome ul:before,
    .customer-welcome ul:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }
    .customer-welcome ul:before {
        border: 6px solid;
        border-color: transparent transparent #ffffff transparent;
        z-index: 99;
    }
    .customer-welcome ul:before {
        right: 10px;
        top: -12px;
    }

    .customer-welcome ul:after {
        border: 7px solid;
        border-color: transparent transparent #bbbbbb transparent;
        z-index: 98;
    }
    .customer-welcome ul:after {
        right: 9px;
        top: -14px;
    }


    .customer-welcome .customer-name {
        cursor: pointer;
    }

    .customer-welcome .action.switch {
        padding: 0;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
    }

    .customer-welcome .action.switch {
        background-image: none;
        background: none;
        -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;
        color: #ffffff;
    }

    .customer-welcome .action.switch:focus,
    .customer-welcome .action.switch:active {
        background: none;
        border: none;
    }

    .customer-welcome .action.switch:hover {
        background: none;
        border: none;
    }

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

    .customer-welcome .action.switch:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .customer-welcome.active .action.switch:after {
        content: '\e621';
    }


    .customer-welcome .customer-menu {
        display: none;
    }
    .customer-welcome.active .customer-menu {
        display: block;
    }

    .customer-welcome .header.links {
        min-width: 175px;
    }
    .customer-welcome ul li {
        margin: 0;
        padding: 0;
    }
    .customer-welcome li a {
        color: #333333;
        text-decoration: none;
        display: block;
        line-height: 1.4;
        padding: 8px;
    }
    .customer-welcome li a:visited {
        color: #333333;
        text-decoration: none;
    }

    /* minicart */
    .minicart-wrapper .action.showcart {
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
    }

    .minicart-wrapper .action.showcart {
        white-space: nowrap;
    }

    .minicart-wrapper .action.showcart:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 28px;
        color: #757575;
        content: '\e611';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        background: #ff5501;
        color: #fff;
        height: 24px;
        line-height: 24px;
        border-radius: 2px;
        display: inline-block;
        margin: 3px 0 0;
        min-width: 18px;
        overflow: hidden;
        padding: 0 3px;
        text-align: center;
        white-space: normal;
    }

    .minicart-wrapper .action.showcart .counter.qty.empty {
        display: none;
    }

    .minicart-wrapper .action.showcart .counter-number {
        text-shadow: 0 0 7px #000;
    }

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

    /* authorization link */

    .header.panel > .header.links > .authorization-link:after {
        content: attr(data-label);
        display: inline-block;
        margin: 0 -5px 0 5px;
    }

    .header.panel > .header.links > .customer-welcome + .authorization-link {
        display: none;
    }

    /* checkout */
    .opc-estimated-wrapper {
        display: none;
    }
    .checkout-payment-method .payment-method._active .payment-method-content  {
        display: none; /* hide option */
    }

    .opc-sidebar {
        margin: 46px 0 20px;
        width: 33.33333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .opc-block-summary {
        background: #f5f5f5;
        padding: 22px 30px;
        margin: 0 0 20px;
    }

    /*
    .opc-wrapper .step-title,
    .opc-block-shipping-information .shipping-information-title,
    .opc-block-summary > .title,
    .checkout-agreements-items .checkout-agreements-item-title {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
        color: #333333;
        font-weight: 300;
        font-size: 2.6rem;

    }
    //*/

    .opc-summary-wrapper .modal-header .action-close {
        display: none;
    }
    .opc-block-summary .items-in-cart > .title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: 12px;
        color: inherit;
        content: '\e622';
        font-family: 'icons-blank-theme';
        margin: 3px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .opc-block-summary .items-in-cart > .title:after {
        position: absolute;
        right: 0;
        top: 10px;
    }


    .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;
    }

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


    /* auth popup: begin */
    .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;
    }
    .block-authentication .block-title {
        font-size: 2.6rem;
        border-bottom: 0;
        margin-bottom: 25px;
    }
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: auto;
    }
    .block-authentication .actions-toolbar > .primary {
        display: inline;
        float: right;
        margin-right: 0;
    }
    .popup-authentication .block[class] + .block:before {
        left: 0;
        top: 50%;
    }

    /* shipping address */
    .opc-wrapper .shipping-address-item {
        width: 95%;
    }

    /* auth popup: end */
    .actions-toolbar .primary .action {
        margin: 0;
        width: auto;
    }
    .actions-toolbar:before, .actions-toolbar:after {
        content: '';
        display: table;
    }
    .actions-toolbar:after {
        clear: both;
    }


    /* form */
    .fieldset > .field:after {
        clear: both;
    }
    .fieldset > .field:not(.choice) > .control {
        width: 74.2%;
        float: left;
    }
    .field-error {
        color: #e02b27;
        font-size: 1.2rem;
        margin-top: 7px;
    }

}




@media (min-width: 1024px), print {
    /* modal: begin */
    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%;
    }

    /* modal: end */
}

/*********************************************** Gift Card Product View ***********************************************/

  .giftcard-information-container .giftcard-information {
    margin-bottom: 8px;
  }
  .giftcard-information-container .giftcard-field-label {
    width: 105px;
    min-height: 5px;
    text-align: right;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    float: left;
    line-height: 33px;
    font-weight: 600 !important;
  }
  .giftcard-information-container .giftcard-field-wrapper {
    width: calc(100% - 115px);
    float: left;
  }
  .giftcard-information-container .giftcard-field-wrapper button {
    width: auto;
  }
  .giftcard-information-container .giftcard-field-wrapper .giftcard-design-input-container {
    display: inline-block;
    vertical-align: middle;
  }
  .giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount {
    width: 95px;
    font-size: 12px;
    background-color: #fff;
    height: 30px;
    padding: 3px 7px;
    line-height: normal;
    border: 1px solid #a6a6a6;
    border-top-color: #949494;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07000000000000001) inset;
    outline: 0;
  }
  .giftcard-information-container .giftcard-field-wrapper .active input.giftcard-design-open-amount,
  .giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount:focus {
    border-color: #e77600;
    box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
  }
  .giftcard-information-container .giftcard-field-wrapper ul,
  .giftcard-information-container .giftcard-field-wrapper ul li {
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
  }
  .giftcard-information-container .giftcard-field-wrapper #delivery_date {
    width: 130px;
    margin-right: 5px;
  }
  .giftcard-information-container .giftcard-field-wrapper .note {
    font-style: italic;
    font-size: 12px;
  }
  .giftcard-information-container .giftcard-information-delivery,
  .giftcard-information-container .giftcard-information-amount {
    margin-bottom: 0 !important;
  }
  .giftcard-design-button-container {
    position: relative;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    border-color: #adb1b8 #a2a6ac #8d9096;
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  }
  .giftcard-design-button-container:hover {
    border-color: #a2a6ac #979aa1 #82858a;
    background-color: #f3f3f3;
  }
  .giftcard-design-button-container .fa {
    display: none;
    position: absolute;
    bottom: -26px;
    color: #fef8f2;
    font-size: 22px;
    text-shadow: 0px -1px #cccccc;
  }
  .giftcard-design-button-container.active {
    border-color: #e77600;
    background-color: #fef8f2;
    font-weight: 600;
  }
  .giftcard-design-button-container.active .fa {
    display: inline-block;
  }
  .giftcard-design-button-container button {
    color: #111;
    white-space: normal;
    padding: 5px 10px 5px 11px;
    line-height: 19px;
    width: 121px;
    text-align: center;
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 13px;
    margin: 0;
    outline: 0;
    vertical-align: middle;
    font-weight: normal;
  }

  /*********************************************** End Gift Card Product View *******************************************/
