/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* */
/* Mini Cart */
.cart-mini .subtitle.empty {
    padding: 16px 20px;
    display: block;
}
.cart-mini .cart-mini-board {
    display: none;
    -webkit-animation: fadein .3s ease-out;
    -moz-animation: fadein .3s ease-out;
    animation: fadein .3s ease-out;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 390px;
    border: #ccc solid 1px;
    margin-top: -3px;
    z-index: 10;
}
.cart-mini ol.minicart-items {
    height: auto !important;
    padding: 0;
}
.cart-mini .mini-subtotal .subtotal-count {
    font-weight: 300;
}
.cart-mini:hover .cart-mini-board {
    display: block;
}
.cart-mini-board .cart-mini-subtotal {
    padding: 20px 32px;
}
.cart-mini-subtotal {
    border-bottom: #ccc solid 1px;
}
.cart-mini-subtotal .total-items {
    float: left;
    margin-right: 10px;
}
.cart-mini-subtotal .mini-subtotal {
    overflow: hidden;
    text-align: right;
}
.cart-mini-subtotal .subtotal-count {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 6px;
}
.cart-mini-subtotal .buttons {
    margin-top: 10px;
}
.cart-mini-subtotal .buttons .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.cart-mini-subtotal .buttons .button + div {
    margin-top: 10px;
    text-align: center;
}
.cart-mini-list {
    max-height: 300px;
    padding: 0;
    overflow: hidden;
}
.cart-mini-list.overflowed {
    overflow: auto;
}
.cart-mini-list .item {
    border-top: #ccc solid 1px;
    padding: 20px 10px;
    position: relative;
    text-align: left;
}
.cart-mini-list .item:first-child {
    border-top: 0;
}
.cart-mini-list .item .tmb {
    float: left;
    margin-right: 16px;
    max-width: 70px;
}
.cart-mini-list .item:nth-child(even) {
    background: #f6f6f6;
}
.cart-mini-list .item .details {
    overflow: hidden;
    padding-right: 30px;
}
.cart-mini-list .item h2 {
    font-weight: 300;
    line-height: 1.35em;
    margin-bottom: .5em;
    font-size: 14px;
}
.cart-mini-list .item .price-normal {
    font-weight: 600;
}
.cart-mini-list .item .price-discount + .price-normal {
    font-weight: 300;
}
.cart-mini-list .item .quantity .count {
    font-weight: 600;
}
.cart-mini-list .item .price {
    padding-bottom: 6px;
}
.cart-mini-list .item p.price {
    font-size: 0;
}
.cart-mini-list .item p.price,
.cart-mini-list .item .quantity {
    display: inline;
    padding-right: 20px;
}
.cart-mini-list .item p.price span.price {
    font-size: 16px;
    font-weight: 700;
}
.cart-mini-list .item .btn-wrap {
    position: absolute;
    top: 16px;
    right: 0;
}
.cart-mini-list .item .btn-wrap a {
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px ;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.cart-mini-list .item .btn-wrap a.btn-edit {
    display: none;
}
.cart-mini-list .item .btn-wrap a:hover {
    color: #111;
}
.cart-mini-view {
    border-top: #ccc solid 1px;
    padding: 20px 0;
    text-align: center;
}
.cart-mini-view a {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}
.cart-mini-view a:hover {
    color: #333;
}
.cart-mini .mini-subtotal + .actions {
    position: relative;
}
.cart-mini .mini-subtotal + .actions .primary {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: -2px;
    white-space: nowrap;
}
.cart-mini .cart-mini-board .mini-subtotal .amount {
    font-weight: 700;
}
.cart-mini h2,
.cart-mini h4 {

}
.cart-mini #top-cart-btn-checkout {
    width: 100%;
}
.cart-mini .paypal-logo {
    text-align: center;
    margin-top: 10px;
}
.cart-mini .ui-dialog {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
}
.cart-mini .ui-dialog.ui-widget {

}
.cart-mini .ui-dialog.ui-widget-content {
    border: 0;
    background: transparent;
    color: #444;
}
.cart-mini-board .block-title,
.cart-mini-board #btn-minicart-close {
    display: none;
}
.cart-mini-board .block-content {
    text-align: left;
}
.cart-mini-board .empty {
    text-align: center;
    font-weight: normal;
}
/* Mini Cart */
.cart-mini .ui-dialog {
    z-index: 510;
}
#minicart-content-wrapper {
    padding: 20px;
}
.cart-mini .ui-dialog.ui-widget-content {
    width: 390px;
    padding-top: 20px;
    position: absolute;
    top: 100%;
    right: 0;
}
.cart-mini .product-item-pricing {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    width: 100%;
}
.cart-mini .details-qty {
    flex: 0 0 50%;
    text-align: right;
}
.cart-mini .price-container {
    padding-top: 5px;
}
.cart-mini .details-qty input {
    width: 60px;
    padding: 5px 10px;
    text-align: center;
    margin-left: 5px;
}
.cart-mini .details-qty button {
    display: block;
    margin-top: 5px;
    margin-right: 0;
    margin-left: auto;
    width: 60px;
    border: #000 solid 2px;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    border: #f1f1f1 solid 1px;
    padding: 2px 0;
    text-transform: uppercase;
}
.cart-mini .details-qty input::-webkit-inner-spin-button,
.cart-mini .details-qty input::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    opacity: 0;
}
.cart-mini .items-total,
.cart-mini .product.actions,
.cart-mini .subtitle {
    display: none;
}
.cart-mini .subtotal {
    display: flex;
    font-weight: bold;
    justify-content: space-between;
}
.cart-mini .actions {
    margin: 14px 0 0 0;
}
.minicart-items-wrapper {
    margin-top: 14px;
    height: auto !important;
    /*max-height: 34s0px;*/
    /*overflow: auto;*/
}
.minicart-items-wrapper::-webkit-scrollbar {
    width: 4px;
}
.minicart-items-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.minicart-items-wrapper::-webkit-scrollbar-thumb {
    background: #111;
}
.minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
    background: #111;
}
.product-image-container {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto !important;
}
.cart-mini .product-image-container {
    display: block;
    width: 75px !important;
}
.cart-mini .product-image-wrapper img {
    max-width: 75px !important;
    border: #f1f1f1 solid 1px;
}
.cart-mini .product a.product-item-photo {
    margin-right: 10px;
}
.cart-mini .product .product-item-name a {
    color: #111;
}
.cart-mini .actions .secondary {
    text-align: center;
}
.cart-mini .actions .secondary a {
    text-align: center;
    color: #111;
}
.minicart-items li.product {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #f1f1f1 solid 1px;
}
.minicart-items .product:first-child {
    margin-top: 0;
}
.cart-mini #top-cart-btn-checkout {
    color: #fff;
    font-weight: bold;
    background: #111;
    border-color: #111;
    height: 54px;
    font-family: 'Open Sans';
}
.cart-mini .action-checkout .extra-actions {
    display: none;
}
.cart-mini #top-cart-btn-checkout ~ div {
    /*display: none;*/
}
.cart-mini .options .toggle,
.cart-mini .options .subtitle {
    display: none;
}
.cart-mini .options .content {
    display: block;
}
/* Alt  */
/*** This code prevent Ulmod_Productinquiry popup to show *********/

.modal-popup {
    display: none;
}

.cookie-status-message,
.modal-popup.popup-authentication,
.ammenu-button.-hamburger {
    display: none !important;
}
.ammenu-menu-wrapper {
    margin-bottom: 0 !important;
}
.ambanner-slider-wrap,
.ambanner-slider-block {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.ambanner-slider-block .ambanner-image   {
    width: 100%;
}
.ambanner-slider-dots {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    margin: 0;
    padding: 0 0 15px;
    list-style-type: none;
    text-align: center;
    line-height: 1;
    opacity: 1;
    transition-duration: 0.2s;
    transition-property: opacity, bottom;
    pointer-events: none;
}

.ambanner-slider-dots > li {
    display: inline-flex;
    margin: 0 4px;
    pointer-events: auto;
}

.ambanner-slider-dots button {
    padding: 0;
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 100px;
    background: #fff;
    box-shadow: none;
    font-size: 0;
    line-height: 1;
    transition: width 0.3s ease-in-out;
}

.ambanner-slider-dots .slick-active button {
    width: 25px;
    background: #333;
    transition: width 0.3s ease-in-out;
}

.ambanner-slider-block.-ambanner-hover .ambanner-slider-dots {
    bottom: 0;
    opacity: 1;
}

.-dots-2 .ambanner-slider-dots button {
    width: 25px;
    height: 4px;
    border: none;
    border-radius: 0;
    background: #ffffff;
}
.-dots-2 .ambanner-slider-dots .slick-active button {
    width: 50px;
    background: #333333;
}

@media (max-width: 1199px) {
    .ammenu-menu-wrapper {
        display: none;
    }
}
.ambanner-slider-block:not(.slick-slider) {
    white-space: nowrap;
    overflow: hidden;
}
.ambanner-slider-block:not(.slick-slider) .ambanner-item-block {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
body .slick-slider {
    padding: 0;
}
.slick-slider .slick-arrow,
body .ambanner-arrow-button {
    position: absolute;
    top: 50%;
    padding: 0;
    transform: translateY(-50%) rotate(0);
    border: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 50;
}
body .slick-slider .slick-arrow,
body .ambanner-arrow-button {
    width: 64px;
    height: 64px;
    line-height: 64px;
    z-index: 10;
    transform: translateY(-50%) rotate(0);
    background-repeat: no-repeat;
    background-position: center center;
}
body .slick-slider .slick-arrow.-next,
body .slick-slider .slick-arrow.slick-next,
body .ambanner-arrow-button.-next {
    /*right: -64px;*/
    background-image: url(../images/arrow-right-red.png);
}
body .ambanner-arrow-button.-next {
    right: 0;
}
body .slick-slider .slick-arrow.-prev,
body .slick-slider .slick-arrow.slick-prev,
body .ambanner-arrow-button.-prev {
    /*left: -64px;*/
    background-image: url(../images/arrow-left-red.png);
}
body .ambanner-arrow-button.-prev {
    left: 0;
}
@media (max-width: 1199px) {
    body .slick-slider .slick-arrow.-next,
    body .slick-slider .slick-arrow.slick-next {
        right: -30px;
    }
    body .slick-slider .slick-arrow.-prev,
    body .slick-slider .slick-arrow.slick-prev {
        left: -30px;
    }
}
@media (max-width: 767px) {
    body .slick-slider .slick-arrow.-next,
    body .slick-slider .slick-arrow.slick-next {
        right: -25px;
    }
    body .slick-slider .slick-arrow.-prev,
    body .slick-slider .slick-arrow.slick-prev {
        left: -25px;
    }
}
.action-skip-wrapper {
    display: none;
}
.block.related .block-actions,
.block.upsell .block-actions,
.block.related .field.choice.related {
    display: none;
}
span.product-image-wrapper {
    /*position: relative;*/
    display: block;
    overflow: hidden;
    padding-bottom: 100% !important;
}
.product-image-wrapper img,
.cms-page-view .column .product-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100% !important;
}
/* Swatch options */
.swatch-input {
    position: absolute;
    visibility: hidden;
}
.swatch-option {
    border: 1px solid #dadada;
    cursor: pointer;
    float: left;
    /*height: 20px;*/
    margin: 2px 12px 2px 0;
    max-width: 100%;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
}
.swatch-attribute-options {
    margin-top: 5px;
    /*max-height: 68px;
    overflow: auto;*/
    padding: 2px 0 0 2px;
}
.product-detail--wrap .swatch-attribute-options {
    /*margin-top: 0;*/
    /*margin-left: 5px;*/
}
.swatch-attribute-selected-option {
    color: #111;
    padding-left: 20px;
}
.swatch-attribute-label {
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
}
.swatch-option.text {
    /*background: #f0f0f0;*/
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-right: 7px;
    min-width: 22px;
    padding: 6px 10px;
}
.swatch-option.text.selected {
    outline: #111 solid 1px;
}
.swatch-attribute.size,
.swatch-attribute.color {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.color .swatch-option.disabled:after {
    background: linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(42%,rgba(255,255,255,0)),color-stop(43%,#fff),color-stop(46%,#fff),color-stop(47%,#ff5216),color-stop(53%,#ff5216),color-stop(54%,#fff),color-stop(57%,#fff),color-stop(58%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    bottom: 0;
    content: '';
    filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
div.swatch-attribute.size .swatch-option {
    color: black;
    border-color: #ddd;
    background-color: white;
}
div.swatch-attribute.size .swatch-option.disabled {
    background: #f0f0f0;
    color: #949494;
    border-color: #dadada;
}
.swatch-attribute-options::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.swatch-attribute-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.swatch-attribute-options::-webkit-scrollbar-thumb {
    background: #111;
}
/* Handle on hover */
.swatch-attribute-options::-webkit-scrollbar-thumb:hover {
    background: #111;
}
/* Rating */
.field.review-field-rating {
    padding-left: 0;
}
.review-field-rating #Rating_rating_label {
    display: none;
}
.review-field-ratings br {
    display: none;
}
.review-control-vote input.radio {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 1px;
    height: 1px;
    -webkit-appearance: none;
    appearance: none;
}
.review-control-vote {
    position: relative;
    background: url(../images/rating-default.png) 0 0 no-repeat;
    width: 65px;
    height: 11px;
    background-size: 100% auto;
}
.review-control-vote label > span {
    display: none;
}
.review-control-vote label {
    background: url(../images/rating-full.png) 0 0 no-repeat;
    background-size: 65px 11px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 11px;
    cursor: pointer;
}
.review-control-vote label:hover,
.review-control-vote input:checked + label {
    opacity: 1;
}
.review-control-vote .rating-1 {
    width: 22%;
    z-index: 50;
}
.review-control-vote .rating-2 {
    width: 42%;
    z-index: 40;
}
.review-control-vote .rating-3 {
    width: 62%;
    z-index: 30;
}
.review-control-vote .rating-4 {
    width: 82%;
    z-index: 20;
}
.review-control-vote .rating-5 {
    width: 100%;
    z-index: 10;
}
.rating-result {
    position: relative;
    background: url(../images/rating-default.png) 0 0 no-repeat;
    width: 130px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.rating-result > span {
    display: block;
    background: url(../images/rating-full.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
}
.product-info-main .rating-result > span {
    cursor: pointer;
}
.rating-result > span > span {
    display: none;
}
/* Price */
.price-box {
    /*margin-top: 35px;*/
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
.price-box .price-to,
.price-box .price-label {
    display: none !important;
}
.price-box .price-from .price-label {
    display: inline !important;
}
.price-box .special-price {
    /*color: #b90d18;*/
}
.price-box .text-save {
    color: #000 !important;
}
.price-box .old-price {
    color: #999;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
    padding-left: 10px;
}
.price-box .minimal-price-link {
    display: none;
}
.fotorama__active .fotorama__dot {
    background-color: #07519a;
    border-color: #07519a;
}
/* CMS Content */
.main-container:before,
.main-container:after {
    content: " ";
    display: table;
}
.main-container:after {
    clear: both;
}
.main-container {
    *zoom: 1;
}
.customer-account-login .secondary {
    width: auto;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
    /*display: none;*/
}
.customer-account-login .account-social-login,
.customer-account-create .account-social-login {
    padding: 40px 0 20px 0;
}
.customer-account-login .social-btn-actions-toolbar,
.customer-account-create .social-btn-actions-toolbar  {
    margin-left: 2px;
    margin-right: 2px;
}
.form-login .actions-toolbar div.primary,
.form-login .actions-toolbar div.secondary {
    display: inline-block;
    vertical-align: top;
}
.form-login a.remind {
    color: #60B51D;
}
body .actions-toolbar > .secondary:last-child {
    float: none;
    margin-top: 0;
    margin-left: 10px;
}
body .actions-toolbar > .secondary:first-child {
    margin-left: 0;
}
@media (max-width: 339px) {
    body .actions-toolbar > .secondary:last-child {
        margin-left: 0;
        display: block;
    }
}
body .login-container .actions-toolbar > div.secondary {
    padding-top: 0;
}
body #cart-totals .grand.totals th,
body #cart-totals .grand.totals td {
    border-color: #ddd;
    font-size: 14px;
}
.cms-brands .page-title,
.page-main > .page-title-wrapper,
.customer-account-login .page-main > .page-title-wrapper,
.customer-account-create .page-main > .page-title-wrapper,
.customer-account-forgotpassword .page-main > .page-title-wrapper,
.mpblog-category-view .page-main > .page-title-wrapper,
.cms-page-view .page-main > .page-title-wrapper,
.contact-index-index .page-main > .page-title-wrapper,
.mpblog-post-view .page-main > .page-title-wrapper,
.catalog-product_compare-index .page-main > .page-title-wrapper,
.cms-no-route .page-main > .page-title-wrapper,
.cms-standard .page-main > .page-title-wrapper,
.mpblog-author-view .page-main > .page-title-wrapper,
.mpblog-month-view .page-main > .page-title-wrapper {
    padding: 30px 0;
    font-size: 32px;
    font-weight: 300;
    /*text-transform: capitalize;*/
    line-height: 1;
}
.page-main > .break-crumb ~ .page-title-wrapper,
.mpblog-category-view .page-main > .bread-crumb + .page-title-wrapper,
.cms-page-view .page-main > .bread-crumb + .page-title-wrapper,
.contact-index-index .page-main > .bread-crumb + .page-title-wrapper,
.mpblog-post-view .page-main > .bread-crumb + .page-title-wrapper,
.cms-standard .page-main > .bread-crumb + .page-title-wrapper,
.mpblog-author-view .page-main > .bread-crumb + .page-title-wrapper,
.mpblog-month-view .page-main > .bread-crumb + .page-title-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.cms-brands .page-title,
.page-main > .page-title-wrapper .page-title,
.customer-account-login .page-main > .page-title-wrapper .page-title,
.customer-account-create .page-main > .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main > .page-title-wrapper .page-title,
.mpblog-category-view .page-main > .page-title-wrapper .page-title,
.cms-page-view .page-main > .page-title-wrapper .page-title,
.contact-index-index .page-main > .page-title-wrapper .page-title,
.mpblog-post-view .page-main > .page-title-wrapper .page-title,
.catalog-product_compare-index .page-main > .page-title-wrapper .page-title,
.cms-no-route .page-main > .page-title-wrapper .page-title,
.cms-standard .page-main > .page-title-wrapper .page-title,
.mpblog-author-view .page-main > .page-title-wrapper .page-title,
.mpblog-month-view .page-main > .page-title-wrapper .page-title {
    padding: 0 15px;
    max-width: 1440px;
    margin: 0 auto;
    line-height: 1.35em;
}
.blog-page .columns,
.contact-index-index .main-container > .column,
.catalog-product_compare-index .main-container > .column,
.cms-no-route .main-container > .column,
.cms-standard .main-container > .column,
.customer-account-login .main-container > .column,
.customer-account-create .main-container > .column,
.customer-account-forgotpassword .main-container > .column {
    max-width: 1440px !important;
    margin: 40px auto;
}
.sidebar-additional {
    display: none;
}
body .page-title-wrapper ~ .columns .main-container > .column {
    margin-top: 0;
}
@media (max-width: 1599px) {
    .page-main > .page-title-wrapper .page-title,
    .cms-brands .page-title,
    .customer-account-login .page-main > .page-title-wrapper .page-title,
    .customer-account-create .page-main > .page-title-wrapper .page-title,
    .customer-account-forgotpassword .page-main > .page-title-wrapper .page-title,
    .mpblog-category-view .page-main > .page-title-wrapper .page-title,
    .cms-page-view .page-main > .page-title-wrapper .page-title,
    .contact-index-index .page-main > .page-title-wrapper .page-title,
    .mpblog-post-view .page-main > .page-title-wrapper .page-title,
    .catalog-product_compare-index .page-main > .page-title-wrapper .page-title,
    .cms-no-route .page-main > .page-title-wrapper .page-title,
    .cms-standard .page-main > .page-title-wrapper .page-title,
    .mpblog-author-view .page-main > .page-title-wrapper .page-title,
    .mpblog-month-view .page-main > .page-title-wrapper .page-title {
        max-width: 1440px !important;
        padding: 0 30px;
    }
    .blog-page .columns,
    .contact-index-index .main-container > .column,
    .catalog-product_compare-index .main-container > .column,
    .cms-no-route .main-container > .column,
    .cms-standard .main-container > .column,
    .customer-account-login .main-container > .column,
    .customer-account-create .main-container > .column,
    .customer-account-forgotpassword .main-container > .column {
        max-width: 1440px !important;
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .page-main > .page-title-wrapper .page-title,
    .cms-brands .page-title,
    .customer-account-login .page-main > .page-title-wrapper .page-title,
    .customer-account-create .page-main > .page-title-wrapper .page-title,
    .customer-account-forgotpassword .page-main > .page-title-wrapper .page-title,
    .mpblog-category-view .page-main > .page-title-wrapper .page-title,
    .cms-page-view .page-main > .page-title-wrapper .page-title,
    .contact-index-index .page-main > .page-title-wrapper .page-title,
    .mpblog-post-view .page-main > .page-title-wrapper .page-title,
    .catalog-product_compare-index .page-main > .page-title-wrapper .page-title,
    .cms-no-route .page-main > .page-title-wrapper .page-title,
    .cms-standard .page-main > .page-title-wrapper .page-title,
    .mpblog-author-view .page-main > .page-title-wrapper .page-title,
    .mpblog-month-view .page-main > .page-title-wrapper .page-title {
        max-width: 1140px !important;
        padding: 0 15px;
    }
    .blog-page .columns,
    .contact-index-index .main-container > .column,
    .catalog-product_compare-index .main-container > .column,
    .cms-no-route .main-container > .column,
    .cms-standard .main-container > .column,
    .customer-account-login .main-container > .column,
    .customer-account-create .main-container > .column,
    .customer-account-forgotpassword .main-container > .column {
        max-width: 1140px !important;
        padding: 0 15px;
    }
    .blog-page .main-container > .column,
    .contact-index-index .main-container > .column,
    .catalog-product_compare-index .main-container > .column,
    .cms-no-route .main-container > .column,
    .cms-standard .main-container > .column,
    .customer-account-login .main-container > .column,
    .customer-account-create .main-container > .column,
    .customer-account-forgotpassword .main-container > .column {
        margin: 30px auto;
    }
    .page-main > .page-title-wrapper,
    .cms-brands .page-title,
    .mpblog-category-view .page-main > .page-title-wrapper,
    .cms-page-view .page-main > .page-title-wrapper,
    .contact-index-index .page-main > .page-title-wrapper,
    .mpblog-post-view .page-main > .page-title-wrapper,
    .catalog-product_compare-index .page-main > .page-title-wrapper,
    .cms-no-route .page-main > .page-title-wrapper,
    .cms-standard .page-main > .page-title-wrapper,
    .mpblog-author-view .page-main > .page-title-wrapper,
    .mpblog-month-view .page-main > .page-title-wrapper {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .page-main > .page-title-wrapper .page-title,
    .cms-brands .page-title,
    .customer-account-login .page-main > .page-title-wrapper .page-title,
    .customer-account-create .page-main > .page-title-wrapper .page-title,
    .customer-account-forgotpassword .page-main > .page-title-wrapper .page-title,
    .mpblog-category-view .page-main > .page-title-wrapper .page-title,
    .cms-page-view .page-main > .page-title-wrapper .page-title,
    .contact-index-index .page-main > .page-title-wrapper .page-title,
    .mpblog-post-view .page-main > .page-title-wrapper .page-title,
    .catalog-product_compare-index .page-main > .page-title-wrapper .page-title,
    .cms-no-route .page-main > .page-title-wrapper .page-title,
    .cms-standard .page-main > .page-title-wrapper .page-title,
    .mpblog-author-view .page-main > .page-title-wrapper .page-title,
    .mpblog-month-view .page-main > .page-title-wrapper .page-title {
        padding: 0 10px;
    }
    .blog-page .columns,
    .contact-index-index .main-container > .column,
    .catalog-product_compare-index .main-container > .column,
    .cms-no-route .main-container > .column,
    .cms-standard .main-container > .column,
    .customer-account-login .main-container > .column,
    .customer-account-create .main-container > .column,
    .customer-account-forgotpassword .main-container > .column {
        padding: 0 10px;
    }
    .blog-page .columns,
    .contact-index-index .main-container > .column,
    .catalog-product_compare-index .main-container > .column,
    .cms-no-route .main-container > .column,
    .cms-standard .main-container > .column,
    .customer-account-login .main-container > .column,
    .customer-account-create .main-container > .column,
    .customer-account-forgotpassword .main-container > .column {
        margin: 20px 15px;
    }
    .page-main > .page-title-wrapper,
    .cms-brands .page-title,
    .customer-account-login .page-main > .page-title-wrapper,
    .customer-account-create .page-main > .page-title-wrapper,
    .customer-account-forgotpassword .page-main > .page-title-wrapper,
    .mpblog-category-view .page-main > .page-title-wrapper,
    .cms-page-view .page-main > .page-title-wrapper,
    .contact-index-index .page-main > .page-title-wrapper,
    .mpblog-post-view .page-main > .page-title-wrapper,
    .cms-no-route .page-main > .page-title-wrapper,
    .cms-standard .page-main > .page-title-wrapper,
    .mpblog-author-view > .page-title-wrapper,
    .mpblog-month-view > .page-title-wrapper {
        font-size: 24px;
    }
}

.cms-content hr {
    height: 1px;
    background: #e1e1e1;
    border: 0;
}
.cms-content del {
    text-decoration: line-through;
}
.cms-content b,
.cms-content strong {
    font-weight: 600;
}
.cms-content i,
.cms-content em {
    font-style: italic;
}
.cms-content iframe {
    width: 100% !important;
}
.cms-content p {
    line-height: 1.5em;
}
.cms-content img {
    width: auto !important;
    height: auto !important;
    padding-bottom: 5px;
}
.cms-content > *:not(.content-block),
.cms-content div > *:not(.pagebuilder-column) {
    margin-top: 1em;
}
.cms-content > *:not(.content-block):first-child,
.cms-content div > *:not(.pagebuilder-column):first-child,
.cms-content #authenticationPopup + * {
    margin-top: 0;
}
.cms-content .column blockquote p,
.cms-content blockquote p {
    margin-bottom: 0;
}
.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4 {
    font-weight: 300;
    margin-top: .5em;
    line-height: 1.1em;
}
.cms-content h1 {
    font-size: 32px;
}
.cms-content h2 {
    font-size: 28px;
}
.cms-content h3 {
    font-size: 20px;
    color: #111;
}
.cms-content h4 {
    font-size: 18px;
}
.cms-content blockquote {
    padding: 20px;
    line-height: 1.4em;
    border: #efefef solid 1px;
    background: #fff;
}
.cms-content ul li,
.cms-content ol li {
    list-style-type: inherit;
    margin-bottom: 1em;
    line-height: 1.5em;
}
.cms-content ul,
.cms-content ol {
    margin: 1em 0 0 .25em;
    padding: 0 0 0 1em;
}
.cms-content ul {
    list-style-type: disc;
}
.cms-content li ul {
    list-style-type: circle;
}
.cms-content ol {
    list-style-type: decimal;
}
.cms-content a {
    color: #111;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cms-content a:not(.btn) {
    text-decoration: underline;
}
.cms-content .aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.cms-content table {

}
.cms-content th,
.cms-content td {
    padding: 10px;
    border: #f1f1f1 solid 1px;
    vertical-align: top;
}
.block-blog-related {
    margin-top: 20px;
}
@media (min-width: 1024px) {
    .author-content-image {
        float: left;
        margin-right: 20px;
        max-width: 200px;
    }
    .author-content-information {
        overflow: hidden;
    }
    .cms-content .alignleft {
        float: left;
        margin: 0 32px 32px 0;
    }
    .cms-content .alignright {
        float: right;
        margin: 0 0 32px 32px;
    }
}
@media (max-width: 767px) {
    .cms-content h1 {
        font-size: 24px;
    }
    .cms-content h2 {
        font-size: 22px;
    }
    .cms-content h3 {
        font-size: 20px;
    }
    .cms-content h4 {
        font-size: 18px;
    }
}
.mpblog-post-index .page-main > .page-title-wrapper,
.mp-blog-rss {
    display: none;
}
.mpblog-post-view .page-main,
.mpblog-post-index .page-main,
.mpblog-category-view .page-main,
.mpblog-month-view .page-main {
    background: #f7f7f7;
}
.mpblog-month-view .page-main > .columns,
.mpblog-author-view .page-main > .columns,
.mpblog-post-view .page-main > .columns,
.mpblog-post-index .page-main > .columns,
.mpblog-category-view .page-main > .columns,
.account .page-main > .columns {
    max-width: 1440px !important;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;;
}
/* Product Compare */
.catalog-product_compare-index .print {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    font-weight: 600;
}
.table-wrapper.comparison {
    overflow: auto;
}
.table-comparison {
    table-layout: fixed;
    width: 100%;
    font-size: 12px;
}
.table-comparison .table-caption {
    display: none;
}
.table-comparison .cell {
    width: 180px;
    padding: 15px;
    border: #f1f1f1 solid 1px;
    vertical-align: top;
}
.table-comparison .cell p {
    margin-bottom: 1em;
}
.table-comparison .cell p:last-child {
    margin-bottom: 0;
}
.table-comparison .cell.label {
    vertical-align: top;
    text-align: left;
}
.table-comparison th.remove > span {
    opacity: 0;
}
.table-comparison .product-image-container {
    display: inline-block;
}
.table-comparison .product-image-wrapper {

}
.table-comparison .product-item-photo {
    display: block;
}
.table-comparison .product-item-name a {
    color: #111;
    display: block;
    margin: 10px 0;
}
.table-comparison .product-item-actions {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
}
.table-comparison .product-item-actions .actions-primary {
    margin-right: 20px;
}
.table-comparison .special-left {
    margin-top: 16px;
}
.table-comparison .special-left:first-child {
    margin-top: 0;
}
.table-comparison .cell h3 {
    margin: 0 0 .5em 0;
}
.table-comparison .cell table td {
    padding: 6px 12px 0 0;
}
.table-comparison .cell li {
    position: relative;
    margin-top: 0;
    padding-left: 12px;
}
.table-comparison .cell li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #111;
    border-radius: 100%;
}
.table-comparison .cell li:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .table-comparison .product-item-actions {
        flex-wrap: wrap;
    }
    .table-comparison .product-item-actions > div {
        flex: 0 0 100%;
    }
    .table-comparison .product-item-actions .actions-secondary {
        margin-top: 10px;
    }
}
.account .page-title-wrapper {
    display: none;
}
.account .page-main > .columns {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: row-reverse;
}
.account .toolbar {
    display: none;
}
@media (max-width: 1023px) {
    .account .page-main > .columns {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column-reverse;
    }
}
.account .page-main {
    /*background: #f1f1f1;*/
}
.account .main-container {
    border-radius: 3px;
    background: #fff;
    /*box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);*/
    margin-bottom: 20px;
}
.account .main-container > .column {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .account .main-container > .column {
        padding: 20px 0;
    }
}
/* Default table data */
.table-wrapper .table.data {
    margin-top: 0;
}
.table-wrapper .table.data .table-caption {
    margin-bottom: 2em;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.35em;
}
.order-details-items .order-title {
    display: none;
}
.order-items .table.data .col.name {
    width: 50%;
    line-height: 1.35em;
}
.order-details-items .table.data .col.name {
    width: 40%;
    line-height: 1.35em;
    font-weight: normal;
}
@media (max-width: 1199px) {
    .order-details-items .table.data .col.name {
        width: 20%;
    }
}
.order-status {
    padding-top: .5em;
}
.block-title {
    clear: both;
    margin-bottom: .5em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}
.account .block-title .action.more {
    color: #111;
    padding-left: 10px;
}
.account .sidebar {
    padding: 0;
}
.account .main-content form {
    /* max-width: 460px; */
}
.account .main-content h4 {
    margin-bottom: .5em;
}
.account .main-content ul {
    margin-bottom: 1em;
}
.form-create-account .fieldset,
.form-login .fieldset,
.form.password .fieldset {
    max-width: 460px;
    margin-bottom: 30px;
}
.form-create-account .fieldset.account {
    margin-bottom: 0;
}
.form-create-account .actions-toolbar {
    clear: both;
}
.form-create-account .field-name-firstname,
.form-create-account .field-name-lastname {
    float: left;
    width: 48%;
}
.form-create-account .field-name-firstname {
    margin-right: 2%;
}
.form-create-account .field-name-lastname {
    margin-left: 2%;
}
.login-container .actions-toolbar > div.secondary {
    padding-top: 6px;
}
.login-container .block-customer-login,
.login-container .block-new-customer {
    width: 48%;
    float: left;
}
.login-container .field.newsletter,
.form-create-account .field.newsletter {
    clear: both;
}
.login-container .block-customer-login {
    margin-right: 2%;
}
.login-container .block-new-customer {
    margin-left: 2%;
}
.login-container .block-new-customer .actions-toolbar {
    margin-top: 1em;
}
.block-dashboard-info,
.block-dashboard-addresses,
.form-address-edit,
.form-edit-account {
    margin-bottom: 1em;
    padding-top: 10px;
}
.block-dashboard-addresses .block-title a.action.edit,
.block-dashboard-orders .block-title a.action.view {
    background: transparent;
    color: #111;
    margin-left: 10px;
    text-transform: none;
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
}
.block-addresses-default .box,
.block-dashboard-addresses .block-content .box {
    width: 45%;
    margin-right: 2%;
}
.block-dashboard-addresses .block-content {
    display: flex;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    .block-addresses-default .box,
    .block-dashboard-addresses .block-content .box {
        width: 100%;
        margin-right: 0;
    }
    .block-dashboard-addresses .block-title a.action.edit {
        display: block;
        padding-left: 0;
        margin-left: 0;
    }
    .items.addresses .actions > a {
        display: block;
        margin-top: 6px;
    }
}
.box {
    margin-top: 20px;
}
.box-title {
    margin-bottom: 1em;
    line-height: 1.5em;
}
.box-content {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.5em;
}
.box-content .payment-method {
    text-align: left;
}
.box-content .payment-method table {
    width: 100%;
}
.box-content .payment-method .title {
    display: none;
}
.box-content .payment-method caption {
    text-align: left;
}
.box-content table tbody {
    border: 0;
}
.box-content dt,
.box-content dd {
    line-height: 1.5em;
}
.box-content p,
.box-content address,
address {
    font-style: normal;
    line-height: 1.5em;
}
.box a {
    color: #111;
}
.items.addresses .actions {
    margin-top: 20px;
}
#password-strength-meter-container,
#password-strength-meter-container.password-strength-meter-0 {
    border: #ccc solid 1px;
    margin: 4px 0;
    display: none;
}
#password-strength-meter-container.password-strength-meter-1,
#password-strength-meter-container.password-strength-meter-2,
#password-strength-meter-container.password-strength-meter-3,
#password-strength-meter-container.password-strength-meter-4 {
    display: block;
}
#password-strength-meter {
    font-size: 0;
    height: 10px;
    width: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#password-strength-meter-container.password-strength-meter-1 #password-strength-meter {
    background-color: #c52525;
    width: 25%;
}
#password-strength-meter-container.password-strength-meter-2 #password-strength-meter {
    background-color: #c59a25;
    width: 50%;
}
#password-strength-meter-container.password-strength-meter-3 #password-strength-meter {
    background-color: #c59a25;
    width: 75%;
}
#password-strength-meter-container.password-strength-meter-4 #password-strength-meter {
    background-color: #3bba5f;
    width: 100%;
}
@media screen and (max-width: 567px) {
    .customer-account-create .page-title-wrapper .page-title {
        font-size: 19px;
        letter-spacing: 0;
    }
}
/* Account Information */
.account .fieldset.password {
    display: none;
    -webkit-animation: fadein .3s ease-out;
    -moz-animation: fadein .3s ease-out;
    animation: fadein .3s ease-out;
}
body.account .actions-toolbar {
    margin-top: 10px;
}
body.account .actions-toolbar > .primary,
body.account .actions-toolbar > .secondary {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.account .fielset .message.info {
    padding: 10px;
    margin-bottom: 10px;
    background: #f8f8f8;
}
.block-addresses-list {
    margin-top: 30px;
}
/* Account Review */
.block-reviews-dashboard {
    display: none;
}
.table-wrapper.reviews {
    padding-top: 0;
    border-top: 0;
}
.table-wrapper.reviews table {
    margin-top: 0;
}
.table-wrapper.reviews .block-title {
    margin-bottom: 2em;
    text-align: left;
}
.table-wrapper.reviews table td.col.summary {
    text-align: center;
}
.table-wrapper.reviews table td.col.item,
.table-wrapper.reviews table td.col.description {
    width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-wrapper.reviews table td.col.item {
    white-space: normal;
}
.table-wrapper.reviews table td.col.actions {
    text-align: center;
}
.customer-review .product-details {
    width: 40%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: #ccc solid 1px;
    padding: 10px;
}
.customer-review .review-details {
    overflow: hidden;
}
@media (max-width: 767px) {
    .customer-review .product-details {
        width: auto;
        float: none;
    }
}
.customer-review .review-details h2 {
    margin-bottom: 1em;
    font-size: 1.71em;
    line-height: 1.35em;
}
.customer-review .review-details .title {
    margin-bottom: 1em;
    text-transform: uppercase;
}
.rating-summary.reviews-client .stars {
    text-align: left;
}
.col.summary .rating-summary.reviews-client .stars {
    text-align: center;
}
.customer-review .product-info,
.customer-review-rating,
.review-content {
    margin-bottom: 1em;
}
.review-title {
    font-weight: 600;
    margin-bottom: 1em;
}
.review-date {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
}
.table-wrapper .rma-history .table-caption,
.table-wrapper.comparison .table-caption,
.table-wrapper .recent .table-caption {
    display: none;
}
.table-wrapper table.rma-history td {
    text-align: center;
}
.table-wrapper table.rma-history td.product-name {
    text-align: left;
}
.action-top {
    text-align: right;
}
.table-wrapper table.rma-history td .mobile-th {
    display: none;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .table-wrapper table.rma-history thead {
        display: none;
    }
    .table-wrapper table.rma-history td {
        text-align: left;
    }
    .table-wrapper table.rma-history,
    .table-wrapper table.rma-history tbody,
    .table-wrapper table.rma-history tbody tr,
    .table-wrapper table.rma-history tbody td {
        display: block
    }
    .table-wrapper table.rma-history td .mobile-th {
        display: inline;
    }
    .account .table-wrapper .table.rma-history thead + tbody tr:nth-child(odd) td {
        background: #f2f2f2;
    }
    .account .table-wrapper .table.rma-history thead + tbody tr:nth-child(even) td {
        background: transparent;
    }
}
.account .title:not(dt):not(span) {
    display: none;
}
.account .table-wrapper .table.data {
    table-layout: fixed;
    margin-top: 1em;
}
@media (min-width: 768px) {
    .account .table-wrapper .table.data {
        width: 100%;
    }
}
.entry table td,
.account .table-wrapper .table.data th,
.account .table-wrapper .table.data td {
    padding: 10px 20px;
}
.account .table-wrapper .table.data tfoot th {
    text-align: right;
    font-weight: 600;
}
.entry table tr:nth-child(odd) td,
.account .table-wrapper .table.data tr:nth-child(odd) td {
    background: #f2f2f2;
}
.entry table tr:first-child td,
.account .table-wrapper .table.data tr:first-child td {
    /*font-weight: 600;*/
    /*background: #e6e6e6;*/
}
.account .table-wrapper .table.data td {
    line-height: 1.35em;
}
.account .table-wrapper .table.data thead th {
    font-weight: 600;
    background: #e6e6e6;
    text-align: left;
}
.account .table-wrapper .table.data thead + tbody tr:nth-child(odd) td {
    background: transparent;
}
.account .table-wrapper .table.data thead + tbody tr:nth-child(even) td {
    background: #f2f2f2;
}
.account .table-wrapper .table.data tfoot tr:first-child td,
.account .table-wrapper .table.data tfoot tr:nth-child(odd) td {
    background: #fff;
}
.account .table-wrapper .table.data .actions a {
    text-decoration: none;
    color: #666;
    display: block;
}
.account .table-wrapper .table.data .info {
    display: none;
}
.account .table-wrapper .table.data tfoot td:first-child {
    text-align: center;
}
.account .table-wrapper .table.data tr.grand_total th,
.account .table-wrapper .table.data tr.grand_total td {
    background: #e6e6e6 !important;
}
.account .column .block {
    margin-bottom: 1em;
}
.account .column .block-content {
    line-height: 1.5em;
}
.account .column .block-content p {
    margin-bottom: .25em;
}
.account .column .block-content p a {
    text-decoration: underline;
}
.account .rewards-social-buttons {
    padding: .5em 0;
}
.account .rewards-social-buttons > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.account.rewards-referral-index .table-wrapper .table.data {
    table-layout: auto;
}
#referralForm textarea,
.account.rewards-referral-index #referralForm .table-wrapper .table.data td input[type="text"] {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .entry .iframe-wrap {
        width: auto;
        height: 0;
        padding-bottom: 56.25%;
    }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    .entry table td {
        padding: 5px 10px;
    }
    .entry table {
        width: 100% !important;
    }
    .entry h1 {
        font-size: 34px;
        font-size: 3.4rem;
    }
    .entry h2 {
        text-transform: uppercase;
        font-size: 24px;
        font-size: 2.4rem;
    }
    .entry h3 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .entry h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .account.rewards-referral-index .table-wrapper .table.data {
        table-layout: fixed;
    }
    .account.rewards-referral-index #referralForm .table-wrapper .table.data th:first-child,
    .account.rewards-referral-index #referralForm .table-wrapper .table.data td:first-child {
        display: none;
    }
    .account.rewards-referral-index #referralForm .table-wrapper .table.data th,
    .account.rewards-referral-index #referralForm .table-wrapper .table.data td {
        width: 50%;
        padding: 6px;
    }
    .account.rewards-referral-index .table-wrapper #referral-table.table.data th,
    .account.rewards-referral-index .table-wrapper #referral-table.table.data td {
        width: 50%;
        padding: 6px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .account.rewards-referral-index .table-wrapper #referral-table.table.data th:first-child + th ~ th,
    .account.rewards-referral-index .table-wrapper #referral-table.table.data td:first-child + td ~ td {
        display: none;
    }
    .cms-shipping .entry table,
    .cms-shipping .entry tbody,
    .cms-shipping .entry tr {
        display: block;
    }
    .cms-shipping .entry table tr:first-child td {
        min-height: 36px;
    }
    .cms-shipping .entry table tr:first-child td:first-child + td ~ td {
        display: none;
    }
    .cms-shipping .entry table tr {
        font-size: 0;
        word-spacing: 0;
        letter-spacing: 0;
    }
    .cms-shipping .entry table tr td {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .cms-shipping .entry table tr td p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cms-shipping .entry table tr:nth-child(odd) td {
        background: #fff;
    }
    .cms-shipping .entry table tr:nth-child(odd):first-child td,
    .cms-shipping .entry table tr td:first-child + td ~ td {
        background: #f2f2f2;
    }
}
.block-dashboard-orders {
    margin-top: 20px;
}
.block-dashboard-orders .action.view {
    color: #111;
}
.account .table-wrapper {
    overflow: auto;
}
.account .nav.item a,
.account .nav.item strong {
    display: block;
    line-height: 2em;
}
.account .nav.item strong {
    color: #111;
    font-weight: 600;
}
.account .nav.item .delimiter {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #f1f1f1 solid 1px;
}
.account button.secondary,
.account .actions-toolbar .action.share,
.account .actions-toolbar div.secondary a.action.back,
.actions-toolbar div.secondary a.action.back,
.actions-toolbar div.secondary a.action.remind,
.account .actions-toolbar .action.tocart,
.account .action.reset,
.account .actions-toolbar .secondary .action,
.shipping-address-item .action,
.amcard-check {
    display: inline-block;
    color: #111;
    background: #fff;
    border: 0;
    /*border-bottom: #111 solid 1px;*/
    cursor: pointer;
    border-radius: 0;
    /*text-transform: uppercase;*/
    font-size: 14px;
    /*font-weight: 600;*/
    letter-spacing: .5px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0;
}
@media (max-width: 767px) {
    body.customer-account-forgotpassword .actions-toolbar div.secondary .action,
    body.customer-account-login .actions-toolbar div.secondary .action,
    body.customer-account-create .actions-toolbar div.secondary .action {
        padding: 0 6px;
        text-align: center;
        width: 100%;
    }
    body.customer-account-forgotpassword .actions-toolbar div.primary .action,
    body.customer-account-login .actions-toolbar div.primary .action,
    body.customer-account-create .actions-toolbar div.primary .action {
        /*padding: 10px 12px;*/
        width: 100%;
        box-sizing: border-box;
    }
    .form-login .actions-toolbar div.primary,
    .form-login .actions-toolbar div.secondary,
    .block-new-customer .actions-toolbar div.primary {
        display: block;
    }
    body .login-container .actions-toolbar > div.secondary {
        margin-left: 0;
        margin-top: 5px;
    }
}
.autocomplete-suggestions {
    background: #fff;
    border: #f1f1f1 solid 1px;
    max-height: 300px;
    overflow: auto;
    z-index: 500 !important;
}
.autocomplete-suggestions::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.autocomplete-suggestions::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: #111;
}
/* Handle on hover */
.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
    background: #111;
}
.autocomplete-suggestion {
    padding: 10px;
    border-top: #f1f1f1 solid 1px;
}
.autocomplete-suggestion:first-child {
    border-top: 0;
}
.autocomplete-suggestion .mpblog-suggestion {
    display: flex;
    justify-content: space-between;
}
.mpblog-suggestion-left {
    flex: 0 0 50px;
}
.mpblog-suggestion-right {
    flex: 0 0 calc(100% - 60px);
}
.cms-no-route p {
    line-height: 1;
}
body .login-container {
    display: flex;
}
body .login-container .block-customer-login,
body .login-container .block-new-customer {
    float: none;
}
body .login-container .block,
.form-create-account,
.form.password,
.form.contact,
#mc_embed_signup {
    background: #fff;
    padding: 20px;
    /*border-radius: 6px;*/
    /*box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);*/
    margin-bottom: 20px;
    border: #ddd solid 1px;
}
.form-create-account,
.form.password,
.form.contact,
#mc_embed_signup {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.actions-toolbar div.primary,
.actions-toolbar div.secondary {
    width: auto;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767px) {
    body .login-container {
        flex-wrap: wrap;
        max-width: 400px;
        margin: 0 auto;
    }
    body .login-container .block {
        flex: 0 0 100%;
        box-sizing: border-box;
        margin-right: 0;
    }
    body .login-container .block-new-customer {
        border-top: 0;
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    body .login-container .block {
        margin-bottom: 40px;
    }
}
button {
    cursor: pointer;
}
a.aw-acp-popup__close,
button.action.secondary,
.modal-footer .action-secondary,
.account .ui-datepicker-trigger,
.form-continue .secondary button {
    color: #111;
    background: #fff;
    border: 0;
    /*border-bottom: #111 solid 1px;*/
    cursor: pointer;
    border-radius: 0;
    /*text-transform: uppercase;*/
    font-size: 14px;
    /*font-weight: 600;*/
    /*letter-spacing: .5px;*/
    height: 42px;
    line-height: 38px;
    padding: 0;
    margin-left: 10px;
}
a.aw-acp-popup__close {
    margin-left: 0;
}
.modal-footer .action-secondary span,
.modal-footer .action-primary span {
    display: block;
    line-height: 1;
}
.aw-acp-popup__close[data-action="cancel"] {
    display: none !important;
}
.aw-acp-popup__close[data-action="continue"] {
    height: 50px;
    line-height: 48px;
    display: inline-block !important;
    vertical-align: middle;
    width: 100%;
}
button.action.primary,
a.action.primary,
.modal-footer .action-primary,
#checkout-step-shipping .action-show-popup,
body #mc_embed_signup .button,
.opc-payment-additional .action-apply,
#store-selector-popup button.search,
.amcard-field-container .amcard-button {
    color: #fff;
    background: #da2128;
    border: #da2128 solid 1px;
    cursor: pointer;
    border-radius: 5px;
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    /*letter-spacing: .5px;*/
    min-width: 100px;
    display: inline-block;
    text-align: center;
    line-height: 1;
}
body #mc_embed_signup .button {
    height: auto;
    line-height: 1;
    background: #da2128 !important;
}
button.action.primary,
a.action.primary,
.modal-footer .action-secondary,
.modal-footer .action-primary,
#checkout-step-shipping .action-show-popup,
body #mc_embed_signup .button,
#store-selector-popup button.search,
.amcard-field-container .amcard-button {
    padding: 12px 20px;
}
.aw-acp-popup__reviews-wrapper {
    display: none;
}
.aw-acp-popup__result-view-cart a {
    color: #da2128;
}
.tooltip.wrapper {
    display: none;
}
/* Field input */
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="search"],
textarea,
select,
.hosted-control {
    background: #fff;
    border: #f1f1f1 solid 1px;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    text-overflow: ellipsis;
}
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="search"],
textarea,
select {
    width: 100%;
}
.hosted-control {
    height: 20px;
    width: auto;
}
.field {
    margin-bottom: 10px;
}
.field .label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    line-height: 1.5em;
}
.field.choice .label {
    font-weight: normal;
}
.field .note {
    font-size: 11px;
    margin-top: 4px;
}
.field-tooltip {
    display: none;
}
.field legend.label {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.field.captcha .nester {
    margin-top: 10px;
}
.captcha-reload {
    color: #111;
    background: #fff;
    border: #111 solid 2px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}
.payment-method .action-help {
    display: none;
}
.amcheckout-content .fieldset {
    margin-bottom: 10px !important;
}
.fieldset.address {
    display: flex;
    flex-wrap: wrap;
}
.fieldset.address > * {
    letter-spacing: normal;
    width: 100%;
}
.field.choice,
.fieldset.address > .field.choice {
    position: relative;
    padding-left: 20px;
}
.choice label {
    display: block;
}
.choice input {
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
}
.billing-address-same-as-shipping-block.choice {
    padding-left: 20px;
}
.billing-address-same-as-shipping-block.choice input {
    top: 14px;
    left: 0;
}
.payment-method-title span {
    display: block;
}
div.mage-error[generated],
.hosted-error,
div.field-error {
    color: #e02b27;
    font-size: 1.2rem;
    padding-top: 4px;
}
.credit-card-types li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.braintree-card-control img {
    display: none;
}
.discount-code .payment-option-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #f1f1f1 solid 1px;
}
.items-in-cart .content.minicart-items {
    border-top: #f1f1f1 solid 1px;
    padding-top: 10px;
}
.items-in-cart .title {
    position: relative;
    padding-bottom: 10px;
}
.items-in-cart .title:before,
.discount-code .payment-option-title:before,
._collapsible .payment-option-title:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down.svg) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0deg);
}
.items-in-cart {
    margin-bottom: 20px;
}
.items-in-cart.active .title:before,
._collapsible._active .payment-option-title:before {
    transform: rotate(180deg);
}
.zip-checkout-description {
    display: none;
}
.minicart-items .product {
    display: flex;
    justify-content: space-between;
}
.checkout-payment-method.submit {
    margin-top: 20px;
}
.amcheckout-content table {
    width: 100%;
}
.amcheckout-content table th,
.amcheckout-content table td {
    text-align: left;
    /*padding: 0;*/
    border: #f1f1f1 solid 1px;
}
.amcheckout-content .table-caption {
    display: none;
}
.payment-option.discount-code {
    margin-top: 20px;
}
.discount-code.payment-option-title.choice {
    padding-left: 0;
    position: relative;
}
.discount-code .payment-option-title {
    padding-left: 0;
}
.discount-code .payment-option-title:before {
    transform: rotate(0);
}
.discount-code .payment-option-title._active:before {
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .fieldset.address div[name$=".firstname"],
    .fieldset.address div[name$=".lastname"],
    .fieldset.address div[name$=".city"],
    .fieldset.address div[name$=".region_id"],
    .fieldset.address div[name$=".postcode"],
    .fieldset.address div[name$=".country_id"] {
        display: inline-block;
        width: 50% !important;
        box-sizing: border-box;
        vertical-align: top;
    }
    .fieldset.address div[name$=".firstname"],
    .fieldset.address div[name$=".city"],
    .fieldset.address div[name$=".country_id"] {
        padding-right: 5px;
    }
    .fieldset.address div[name$=".lastname"],
    .fieldset.address div[name$=".region_id"],
    .fieldset.address div[name$=".postcode"]
    {
        padding-left: 5px;
    }
}
@media (min-width: 1200px) {
    .amcheckout-main-container {
        display: flex;
        justify-content: space-between;
    }
    .amcheckout-main-container > div {
        flex: 0 0 calc(33.33% - 15px);
    }
}
.mpblog-post-index .page-main > .page-title-wrapper,
.mp-blog-rss {
    display: none;
}
.mpblog-post-view .page-main,
.mpblog-post-index .page-main,
.mpblog-category-view .page-main,
.mpblog-month-view .page-main {
    background: #f7f7f7;
}
.mpblog-month-view .page-main > .columns,
.mpblog-author-view .page-main > .columns,
.mpblog-post-view .page-main > .columns,
.mpblog-post-index .page-main > .columns,
.mpblog-category-view .page-main > .columns {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}
.main-container + .sidebar {

}
.sidebar-main > p {
    margin-bottom: 20px;
}
.list-post-tabs {
    margin-top: 10px;
}
.list-post-tabs:first-child {
    margin-top: 0;
}
.list-post-tabs a {
    display: block;
    background: transparent !important;
}
.list-post-tabs .post-left {
    float: left;
    margin-right: 10px;
    max-width: 50px;
}
.list-post-tabs .post-right {
    overflow: hidden;
}
.sidebar-main .mpblog-search .actions {
    display: none;
}
.sidebar-main .block-title,
.sidebar-main .title,
.sidebar-main .mpblog-search label {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.sidebar-main .mp-sidebar .content {
    margin-top: 10px;
    margin-bottom: 20px;
}
.sidebar-main .mp-sidebar .content:last-child {
    margin-bottom: 0;
}
.list-post-tabs .create-at {
    font-size: 11px;
    color: #666;
}
.mp-sidebar .category-item a,
.mp-sidebar .archive-item a,
.mp-sidebar a.tags-list {
    color: #7CCC3C;
}
.mp-blog-view,
#mpblog-list-container .post-list-item {
    border-radius: 3px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
#mpblog-list-container .post-item-wraper {
    display: flex;
    justify-content: space-between;
}
#mpblog-list-container .post-list-item .post-image {
    flex: 0 0 200px;
}
#mpblog-list-container .post-list-item .post-info-wraper {
    flex: 0 0 calc(100% - 230px);
}
#mpblog-list-container .post-info-wraper h2.mp-post-title {
    font-size: 20px;
    margin-bottom: .5em;
    line-height: 1.35em;
}
#mpblog-list-container .post-info-wraper h2.mp-post-title a {
    color: #111 !important;
}
#mpblog-list-container .post-short-description {
    margin: 10px 0;
}
#mpblog-list-container {
    padding-bottom: 30px;
}
.mp-footer,
#mpblog-list-container .limiter,
#mpblog-list-container .pages-items .label,
#mpblog-list-container .pages-items .pages-item-next,
#mpblog-list-container .pages-items .pages-item-previous,
#mpblog-list-container .toolbar-amount,
#mpblog-list-container #paging-label {
    display: none;
}
#mpblog-list-container .pages {
    text-align: center;
}
#mpblog-list-container .pages-items {
    display: inline-block;
}
#mpblog-list-container .pages .item {
    float: left;
    margin: 0 2px;
}
#mpblog-list-container .pages .page {
    display: block;
    padding: 6px 12px;
    background: #fff;
    color: #111;
}
#mpblog-list-container .pages .current .page {
    background: #60B51D;
    color: #fff;
}
@media (max-width: 767px) {
    #mpblog-list-container .post-item-wraper {
        display: block;
    }
    #mpblog-list-container .post-list-item .post-image {
        max-width: 100px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
@media (min-width: 1024px) {
    .mp-blog-view .post-view-image {
        float: left;
        width: 350px;
        margin-right: 20px;
        margin-bottom: 20px;
        border: #f1f1f1 solid 1px;
    }
    .mpblog-month-view .page-main > .columns,
    .mpblog-author-view .page-main > .columns,
    .mpblog-post-view .page-main > .columns,
    .mpblog-post-index .page-main > .columns,
    .mpblog-category-view .page-main > .columns,
    .account .page-main > .columns {
        display: flex;
        justify-content: space-between;
    }
    .mpblog-month-view .page-main > .columns > .main-container,
    .mpblog-author-view .page-main > .columns > .main-container,
    .mpblog-post-view .page-main > .columns > .main-container,
    .mpblog-post-index .page-main > .columns > .main-container,
    .mpblog-category-view .page-main > .columns > .main-container,
    .account .page-main > .columns > .main-container {
        flex: 0 0 calc(100% - 330px);
    }
    .post-list-item {

    }
    .main-container + .sidebar {
        width: 300px;
    }
}
@media (max-width: 1599px) {
    .mpblog-month-view .page-main > .columns,
    .mpblog-author-view .page-main > .columns,
    .mpblog-post-view .page-main > .columns,
    .mpblog-post-index .page-main > .columns,
    .mpblog-category-view .page-main > .columns,
    .account .page-main > .columns {
        max-width: 1140px !important;
    }
}
@media (max-width: 1199px) {

}
/* Wishlist */
.wishlist .product-items {
    font-size: 0;
    word-spacing: 0;
    letter-spacing: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.wishlist .product-items .product-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
    /* font-size: 1.2rem; */
    margin-bottom: 20px;
}
.wishlist .product-items .product-item .product-item-info {
    margin: 0 10px 20px 10px;
}
.wishlist .product-item-name {
    /* font-family: 'Nunito'; */
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
    min-height: 36px;
    font-size: 14px;
    /* font-size: 1.4rem; */
}
.wishlist .action.edit {
    padding-right: 20px;
}
.wishlist .product-item-actions {
    margin-top: 6px;
}
.form-wishlist-items .actions-toolbar button.action.update,
.wishlist .box-tocart .field.qty,
.wishlist .field.comment-box {
    display: none;
}
html .block-order-details-view {
    border-bottom: 0;
    margin-top: 20px;
}
html .block-order-details-view .block-content {
    font-size: 0;
}
html .block-order-details-view .block-content .box {
    float: none;
    /*width: 48%;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    font-size: 14px;
}
.order-links {
    overflow: hidden;
    margin-bottom: 20px;
}
.page-print.account .page-wrap > .page-title-wrapper:first-child {
    display: block;
}
.page-print.account .actions-toolbar,
.page-print .topinfo {
    display: none;
}
.page-print #___ratingbadge_0 {
    display: none !important;
}
body.page-print .container {
    padding-top: 0;
}
@media (min-width: 768px) {
    html .block-order-details-view .block-content .box {
        width: 48%;
    }
}
@media screen and (min-width: 1024px) {
    html .block-order-details-view .block-content .box {
        width: 23%;
        margin-right: 2%;
    }
}
.order-links li {
    display: inline-block;
    margin-right: 2px;
    border: #ccc solid 1px;
    background: #efefef;
    vertical-align: middle;
}
.order-links li a {
    display: block;
    padding: 6px;
}
.order-links li.current {
    /*padding: 6px;*/
    background: #fff;
}
.page-print #maincontent > .page-title-wrapper {
    width: 1140px;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    color: #000;
    font-style: normal;
    padding-bottom: 0;
}
.page-print #maincontent > .page-title-wrapper .page-title {
    font-weight: 600;
}
@media (min-width: 1600px) {
    .page-print #maincontent > .page-title-wrapper {
        width: 1440px;
    }
}
@media (max-width: 767px) {
    .order-links {
        white-space: nowrap;
        overflow: auto;
    }
}
@media print {
    .page-print #maincontent > .page-title-wrapper {
        display: block;
    }
    html .block-order-details-view .block-content .box {
        width: 23%;
        margin-right: 2%;
    }
    #maincontent > .page-title-wrapper {
        display: block;
    }
    #___ratingbadge_0 {
        display: none !important;
    }
    .account .topinfo,
    .account .actions-toolbar {
        display: none;
    }
    .account table {
        border: #ccc solid 1px;
    }
    .account .box-order-billing-method table,
    .account .box-order-billing-address table {
        border: 0;
    }
    html .block-order-details-view {
        border-top: 0;
        padding-top: 0;
    }
    .account .table-wrapper .table.data tr:first-child td {
        border-bottom: #ccc solid 1px;
    }
    .account .subtotal th,
    .account .subtotal td {
        border-bottom: #ccc solid 1px;
        border-top: #ccc solid 1px;
    }
}
@media screen and (max-width: 1279px) {
    .page-print #maincontent > .page-title-wrapper {
        margin: 0 20px;
    }
}
/* Messages & Search result */
.listing-products .message {
    font-size: 14px;
    padding: 20px 0;
}
.page.messages .message {
    margin: 20px auto;
}
.page.messages .message,
.search__result-tabs + .message,
.account-billing-agreements > .message {
    background: #fbefe2;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    line-height: 1.35em;
    -webkit-animation: fadein .3s ease-out;
    -moz-animation: fadein .3s ease-out;
    animation: fadein .3s ease-out;
    margin: 0;
}
.page.messages .message > div:before {
    content: "" !important;
}
.page.messages .message.error {
    color: #c52525;
}
.page.messages .message.error > div:before {
    content: "\f057";
    color: #c52525;
}
.page.messages .message.success {
    background: #ddffe0;
}
.page.messages .message.success > div:before {
    content: "\f058";
}
.search__result-tabs + .message {
    margin-bottom: 20px;
}
.search__result-tabs + .message + h3 {
    margin-bottom: 16px;
    text-transform: uppercase;
}
.search__result-tabs + .message + h3 + ul {
    margin-bottom: 20px;
}
.search__result-tabs + .message + h3 + ul + .content-heading {
    padding: 10px 0;
}
.search__result-tabs + .message + h3 + ul + .content-heading h2 {
    margin-bottom: 1em;
    text-transform: uppercase;
}
/* Brands */
.ambrands-letters-list ul,
.alphabet-list ul {
    list-style-type: none !important;
}
.alphabet-list ul li {
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #ccc;
}
.alphabet-list ul li:first-child {
    margin-right: 10px;
}
.alphabet-list ul li a {
    font-weight: 600;
    color: #aaa !important;
    padding: 0 11px;
    cursor: default;
    text-decoration: none;
}
.alphabet-list ul li a.hasBrand {
    color: #111 !important;
    cursor: pointer;
}
.alphabet-list {
    padding-bottom: 20px;
    border-bottom: #ccc solid 1px;
}
.brands-list .brands-section {
    padding: 20px 0;
    border-top: #ccc dotted 1px;
}
.brands-list .brands-section:first-child {
    border-top: 0;
}
.brands-list .brands-section .character {
    float: left;
    color: #111;
    font-size: 34px;
    font-weight: 700;
    width: 120px;
    text-align: left;
    position: relative;
    top: 12px;
}
.brands-list .brands-section .character > span {
    display: block;
    width: 40px;
    text-align: center;
    line-height: 1;
}
.brands-list .brands-section .brand-items {
    overflow: hidden;
    margin-top: 0;
}
.brands-list .brands-section .brand-items ul {
    font-size: 0;
    word-spacing: 0;
    letter-spacing: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.brands-list .brands-section .brand-items li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.brands-list .brands-section .brand-items .item-wrap {
    margin: 0 10px;
    padding: 0 10px;
    background: #fff;
}
.brands-all {
    padding: 40px 0;
}
.brands-all .block-title {
    font-size: 24px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .alphabet-list ul li {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .alphabet-list ul li a {
        padding: 0 6px;
    }
    .alphabet-list ul li:first-child {
        margin-left: 6px;
        margin-right: 6px;
    }
    .brands-list .brands-section .character {
        width: 80px;
        top: 8px;
    }
    .brands-list .brands-section .brand-items li {
        width: 25%;
    }
}
@media screen and (max-width: 767px) {
    .alphabet-list ul li {
        font-size: 1.4px;
    }
    .alphabet-list {
        padding-bottom: 10px;
    }
    .brands-list .brands-section .character {
        width: 60px;
        top: 0;
    }
    .brands-list .brands-section {
        padding: 10px 0;
    }
    .brands-list .brands-section .brand-items li {
        width: 50%;
    }
}

.minicart-weltpixel .mage-dropdown-dialog {
    display: block !important;
}
.minicart-weltpixel.minicart-wrapper .block-minicart {
    z-index: 1001;
}
.minicart-weltpixel.minicart-wrapper .action.close:focus {
    box-shadow: 0 0 3px 1px #00699d;
}
.header .quickcart-wrapper .block-quickcart {
    border-top: 0 none;
    visibility: hidden;
    border-bottom: 0 none;
    height: 100%;
    min-width: inherit;
    overflow: hidden;
    padding: 0;
    position: fixed !important;
    right: -500px !important;
    top: -4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
    height: 100%;
    width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
    min-height: 50px;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top .quote-details-items .actions-toolbar > .action.close {
    min-height: 30px;
    min-width: 54px;
    right: 0;
    margin: 0;
    padding: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close span,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top .quote-details-items .actions-toolbar > .action.close span {
    position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close:hover span,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top .quote-details-items .actions-toolbar > .action.close:hover span {
    color: #fff;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close:before,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top .quote-details-items .actions-toolbar > .action.close:before {
    content: '';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .no-items-position {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper {
    border: 0 none;
    height: calc(100% - 215px) !important;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
    margin-right: -10px;
    padding-right: 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-moz-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
    padding-bottom: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-details {
    position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-details .action.delete {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-name {
    max-width: 90%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-image-wrapper {
    margin-bottom: 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .action.delete span {
    background: transparent;
    display: block;
    font-size: 16px;
    height: 15px;
    margin: 0;
    position: relative;
    padding: 0;
    top: 0;
    width: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty {
    float: left;
    margin-top: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty .spinner {
    display: none;
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 4px 12px 4px 13px;
    float: left;
    border: 1px solid #000;
    border-radius: 50%;
    border-bottom: 0 none;
    border-top: 0 none;
    top: -2px;
    position: relative;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotateX(0deg);
    }
    50% {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty {
    margin-bottom: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty .cart-item-qty {
    float: none;
    height: 28px;
    line-height: 28px;
    border: 1px solid #c2c2c2;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty label.label {
    line-height: 25px;
    float: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty button.update-cart-item,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty .quote-details-items .actions-toolbar > .action.update-cart-item {
    padding: 4px 12px;
    line-height: 16px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty button.update-cart-item span,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty .quote-details-items .actions-toolbar > .action.update-cart-item span {
    text-transform: initial;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container {
    float: right;
    margin-top: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper {
    display: flex;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax {
    display: flex;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax .minicart-price.final-price .price {
    color: red;
    font-size: 13px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax .minicart-old-price {
    font-size: 11px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column {
    flex-direction: column;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column .minicart-price.final-price .price {
    margin: 0 0 5px 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column .minicart-old-price .price {
    margin: 0;
    text-decoration: line-through;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.row .minicart-old-price {
    margin-left: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.row .minicart-old-price .price {
    text-decoration: line-through;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span {
    margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-including-tax {
    width: 100%;
    display: table;
    text-align: right;
    line-height: .5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax {
    width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price span.price {
    font-size: 12px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span.price {
    font-size: 14px;
    margin: 0 0 10px 0;
    float: right;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options {
    margin: 0;
    min-height: 18px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
    float: left;
    margin: 0 5px 0 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
    margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    line-height: 16px;
    float: left;
    padding: 0px;
    width: auto;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update {
    color: #000;
    font-size: 13px;
    float: left;
    padding: 0 8px 8px 8px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus {
    visibility: visible;
    font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus:after {
    content: '\e617';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus {
    visibility: visible;
    font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus:after {
    content: '\e608';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2 {
    padding: 0 5px 0;
    float: left;
    font-size: 13px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-minus {
    margin-left: 5px;
    font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-minus:after {
    content: '\2212';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-plus {
    font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-plus:after {
    content: '\002B';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .cart-item-qty {
    color: #000;
    border: 0 none;
    float: left;
    height: auto;
    line-height: 14px;
    margin: 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    font-size: 13px;
    width: auto;
    max-width: 35px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item button.update-cart-item,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .quote-details-items .actions-toolbar > .action.update-cart-item {
    display: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item:last-child {
    border-bottom: 1px solid #ccc;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container {
    margin-top: auto;
    width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .items-total {
    display: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal {
    margin: 0;
    padding: 20px;
    width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label {
    float: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
    font-size: 16px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
    font-size: 16px;
    font-weight: 400;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart {
    background: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart .secondary {
    padding: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout {
    margin: 0;
    padding: 0 10px;
    width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout .quote-details-items .actions-toolbar > .action.checkout {
    display: block;
    margin: 0 auto 10px;
    min-width: 200px;
    padding: 15px 0;
    width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .minicart-widgets {
    padding: 0;
    margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .custom-msg-wrapper {
    padding: 15px 20px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .custom-msg-wrapper .custom-msg {
    font-weight: 400;
    text-transform: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .custom-cms-block-wrapper {
    max-height: 200px;
    overflow-y: auto;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper {
    padding-top: 20px;
    margin-top: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    padding: 0 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title.align_left {
    text-align: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title.align_center {
    text-align: center;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title.align_right {
    text-align: right;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid {
    margin: 0px !important;
    padding: 0px !important;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .owl-stage-outer {
    padding-bottom: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .product-item {
    width: 100% !important;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .product-item .product-item-info:hover {
    /*box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    margin: 0;
    padding: 0;*/
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .product-item .price-box {
    margin-bottom: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount {
    margin-bottom: 0px;
    padding: 10px;
    text-align: center;
    position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .title {
    margin-bottom: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .content {
    margin-top: 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount #quickcart-block-discount-heading:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 20px;
    font-size: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount.active #quickcart-block-discount-heading:after {
    content: '\e621';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon {
    display: table;
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .mage-error {
    text-align: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .field,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .field .primary,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .actions-toolbar .primary {
    float: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .field #quickcart-coupon_code,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .actions-toolbar #quickcart-coupon_code {
    height: 34px;
}
.header .quickcart-wrapper.active .block-quickcart {
    right: 0 !important;
    flex-direction: column;
    display: flex;
    visibility: visible;
}
.catalog-category-view .trustpilot-widget{
    height: 24px;
    overflow: hidden;
}
.header-middle .cart-mini .counter.empty{
    display: none;
}
/* Cart & Checkout */
/* Shopping Cart */
.checkout-cart-index .action.clear,
.multicheckout {
    display: none;
}
.checkout-cart-index .action.update {
    float: right;
}
.checkout-cart-index .form-cart {
    width: 810px;
    margin-right: 30px;
}
.page.checkout .checkout-cart-index .form-cart {
    width: auto;
    float: none;
    margin-right: 0;
}
.checkout-cart-index .form-cart table {
    table-layout: fixed;
    width: 100%;
}
.checkout-cart-index .form-cart table .col.item {
    width: 70%;
}
.checkout-cart-index .form-cart table th.col {
    text-align: center;
}
.checkout-cart-index .form-cart table th.col.item {
    padding-left: 0;
    text-align: left;
}
.checkout-cart-index .form-cart table td {
    vertical-align: top;
}
.checkout-cart-index .form-cart table tr.item-actions td {
    padding: 0 0 10px 0;
    text-align: right;
}
.checkout-cart-index .form-cart table td.item-actions a {
    padding-left: 10px;
}
.checkout-cart-index .form-cart table td .qty .label {
    display: none;
}
.checkout-cart-index .form-cart table .col.price,
.checkout-cart-index .form-cart table .col.subtotal {
    width: 15%;
}
.checkout-cart-index .payment-col .form-cart table .col.subtotal {
    width: auto;
}
.checkout-cart-index .payment-col .form-cart table td.col.subtotal,
.checkout-cart-index .payment-col .form-cart table td.col.action {
    font-size: 14px;
    vertical-align: top;
}
.checkout-cart-index .form-cart table .col.qty {
    width: 10%;
}
.checkout-cart-index .form-cart table .col.action {
    width: 6.25%;
    padding-left: 0;
    padding-right: 0;
}
.checkout-cart-index .form-cart table .col.action a {
    color: #222;
    padding: 2px;
    text-decoration: none;
}
.checkout-cart-index .form-cart table .col.action a.action-towishlist {
    color: #999;
}
.checkout-cart-index .form-cart table .col {
    text-align: left;
}
.checkout-cart-index .form-cart table .col.a-center {
    text-align: center;
}
.checkout-cart-index .form-cart table th.col {
    font-weight: 600;
    background: #f8f8f8;
    padding: 15px 16px;
}
.checkout-cart-index .form-cart table td.col {
    vertical-align: top;
    padding: 20px 16px;
}
.checkout-cart-index .form-cart table .item-actions td {
    /*border-bottom: #ccc solid 1px;*/
}
.checkout-cart-index .form-cart table td.col.qty {
    font-size: 0;
    word-spacing: 0;
    letter-spacing: 0;
}
.checkout-cart-index .form-cart .product-item-photo {
    float: left;
    max-width: 130px;
    /*border: #ccc solid 1px;*/
    margin-right: 20px;
}
.checkout-cart-index .form-cart .product-item-photo .product-image-container {
    max-width: 100%
}
.checkout-cart-index .checkout-cart-index .form-cart .product-item-photo {
    max-width: 94px;
    padding: 12px;
}
.checkout-cart-index .payment-col .form-cart .product-item-photo {
    max-width: 29px;
    margin-right: 6px;
}
.checkout-cart-index .form-cart .product-item-details {
    overflow: hidden;
}
.checkout-cart-index .form-cart .product-item-details .product-item-name {
    line-height: 1.35em;
    min-height: 0;
}
.checkout-cart-index .form-cart .product-item-details .item-options {
    padding: 6px 0;
}
.checkout-cart-index .form-cart .product-item-details .item-options dt {
    font-weight: bold;
}
.checkout-cart-index .form-cart .product-item-details .item-options dd {
    margin-bottom: .5em;
    color: #aaa;
}
.checkout-cart-index .payment-col .form-cart .product-item-details .product-item-name {
    font-size: 12px;
}
.checkout-cart-index .form-cart .product-item-details a {
    color: #333;
    font-weight: 700;
    display: block;
}
.checkout-cart-index .form-cart table .col.qty .btn-small {
    width: auto;
    min-width: 0;
    padding: 6px 10px;
    background: transparent;
    color: #333;
}
.checkout-cart-index .payment-col .form-cart table .col.qty .btn-small {
    display: none;
}
.checkout-cart-index .form-cart table .col.qty input {
    text-align: center;
    width: 32px;
    min-width: 0;
    padding: 2px 6px 1px 6px;
    height: 29px;
}
.checkout-cart-index .form-cart table .col.qty .btn-small,
.checkout-cart-index .form-cart table .col.qty input {
    vertical-align: middle;
    margin: 0 1px;
}
.checkout-cart-index .form-cart table .col .field {
    position: relative;
}

.checkout-cart-index .payment-col .form-cart table .col .field {
    top: 0;
}
.checkout-cart-index .payment-col .form-cart table .col .subtotal {
    padding-top: 9px;
}
.checkout-cart-index .payment-col .form-cart table .col.action a {
    display: block;
    padding-top: 8px;
}
.checkout-cart-index .product-item-price {
    margin-top: 6px;
    margin: 11px 0;
}
.checkout-cart-index .cart-summary {
    width: 300px;
    padding-top: 79px;
    margin-top: 0;
}
.checkout-cart-index .product-item-details .field.qty {
    width: 120px;
    margin-bottom: 0;
}
.checkout-cart-index .product-item-details .field.qty input {
    text-align: center;
    padding-right: 16px;
}
.checkout-cart-index .product-item-details .field.qty button {
    position: absolute;
    top: 0;
    padding: 12px 8px;
}
.checkout-cart-index .product-item-details .field.qty button.qty-decrease {
    left: 0;
}
.checkout-cart-index .product-item-details .field.qty button.qty-increase {
    right: 0;
}
.page-title-wrapper + input + #authenticationPopup +.checkout-cart-index .cart-summary {
    padding-top: 0;
}
.checkout-cart-index .cart-summary .checkout.methods:first-child {
    margin-bottom: 20px;
    margin-top: -79px;
}
.checkout-cart-index .cart-summary {
    background: #f8f8f8;
    padding: 30px 20px 16px 20px;
}
.checkout-cart-index .cart-summary > strong {
    text-transform: uppercase;
}
.cart-summary .summary.title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.cart-summary #cart-totals .table-caption {
    display: none;
}
.cart-summary .block{
    border-bottom: #ccc solid 1px;
}
.cart-summary .block.discount {
    border: 0;
}
.cart-summary .block .title {
    padding: 10px 0;
    position: relative;
    outline:none;
}
.cart-summary .block .title h5 {
    font-weight: 300;
}
.cart-summary .block .title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    color:#000;
    font-size:6px;
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down.svg) 0 0 no-repeat;
}
.cart-summary .block.active .title:before {
    transform: rotate(180deg);
}
#cart-totals {
    padding: 10px 0;
    border-bottom: #ccc solid 1px;
}
.total-summary .zippay-info-wrap,
.cart-summary .zippay-info-wrap {
    padding-top: 4px;
}
.total-summary .zippay-wrap,
.cart-summary .zippay-wrap {
    padding-top: 16px;
    border-top: #ccc solid 1px;
}
.total-summary .zippay-wrap .img,
.cart-summary .zippay-wrap .img {
    width: 94px;
    height: 19px;
    background: url('../images/static/zipmoney-small.png') 0 0 no-repeat;
    float: left;
    margin-right: 10px;
}
.total-summary .zippay-wrap .btn-more,
.cart-summary .zippay-wrap .btn-more {
    color: #1a376e;
    display: inline-block;
    padding-top: 2px;
}
#cart-totals .grand.totals th,
#cart-totals .grand.totals td {
    font-weight: 600;
    font-size: 18px;
    border-top: #ccc solid 1px;
}
#cart-totals table th {
    text-align: left;
    font-weight: 300;
}
#cart-totals table td {
    text-align: right;
}
#cart-totals table th,
#cart-totals table td {
    padding: 8px 0;
    line-height: 1.35em;
    font-weight: bold;
}
#cart-totals .tax-note {
    text-align: right;
}
.cart-summary .afterpay-wrap {
    padding: 10px 0;
}
.cart-summary .afterpay {
    margin-bottom: 1em;
}
.cart-empty {
    padding: 0 10px;
    text-align: center;
}
.cart-empty p {
    line-height: 1.45em;
    text-align: center;
}
.cart-empty p a {
    text-decoration: underline;
}
.cart-container .checkout.methods .item {
    margin-top: 20px;
    text-align: center;
}
.cart-container .checkout.methods .item:first-child {
    margin-top: 0;
}
.cart-container .item.paypal {
    text-align: right;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
}
.cart-container .item.paypal a {
    display: inline-block;
    vertical-align: middle;
}
.cart .table-caption {
    display: none;
}
.cart-summary {
    margin-bottom: 30px;
}
.cart-container .action.checkout {
    width: 100%;
}
#block-discount {
    position: relative;
}
#block-discount form {
    position: relative;
}
#block-discount form .label {
    display: none;
}
#block-discount .primary {
    width: 100%
}
#block-discount .messages {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    margin-top: 5px;
    color: #c52525;
    font-size: 11px;
}
#block-discount .form div.error:before,
#block-discount .form div.mage-error:before {
    display: none;
}
#block-discount .actions-toolbar {
    text-align: right;
}
#block-discount .form input[type="text"] {
    padding-top: 8px;
    padding-bottom: 8px;
}
#block-discount .actions-toolbar .action {
    padding: 0px 6px;
    width: 100%;
    text-align: center;
    min-width: 0;
    height: 36px;
    font-size:12px;
}
#shipping-zip-form legend,
#shipping-zip-form legend + br,
#shipping-zip-form .field.note {
    display: none;
}
#shipping-zip-form .label {
    font-weight: 600;
}
#shipping-zip-form .message {
    font-size: 12px;
    padding: 4px 0;
    line-height: 1.35em;
}
@media screen and (min-width: 1025px) {
    .checkout-cart-index .form-cart table .col.qty .btn-small {
        position: absolute;
        top: 0;
    }
    .checkout-cart-index .form-cart table .col.qty .btn-small.qty-decrease {
        left: 0;
    }
    .checkout-cart-index .form-cart table .col.qty .btn-small.qty-increase {
        right: 0;
    }
    .checkout-cart-index .form-cart table .col.qty input {
        width: 100%;
    }
}
@media screen and (max-width: 1139px) {
    .checkout-cart-index .form-cart {
        width: 634px;
    }
    .cart-mini .cart-mini-board {
        right: 10px;
    }
}
@media screen and (max-width: 1139px) and (orientation: landscape) {
    .checkout-cart-index .form-cart table .col.qty .btn-small,
    .checkout-cart-index .form-cart table .col.qty input {
        display: block;
        margin: 2px auto;
    }
}
@media screen and (max-width: 1023px) {
    .checkout-cart-index .form-cart {
        width: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .checkout-cart-index .cart-summary {
        float: none;
        width: auto;
        margin-top: 0;
    }
    .checkout-cart-index .cart-summary .checkout.methods:first-child {
        margin-top: 0;
    }
    .checkout-cart-index .form-cart table tr.item-actions td {
        text-align: center;

    }
    .checkout-cart-index .form-cart table tr.item-actions td a {
        padding: 0 5px;
    }
    .checkout-cart-index .form-cart .product-item-photo {
        max-width: 32px;
    }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    .checkout-cart-index .checkout-cart-index .form-cart .product-item-photo {
        max-width: 46px;
        padding: 0;
    }
    .checkout-cart-index .form-cart table .col.item {
        padding-top: 14px;
    }
    .checkout-cart-index .form-cart .product-item-photo {
        margin-right: 10px;
    }
    .checkout-cart-index .form-cart table .col.subtotal {
        width: 0;
        visibility: hidden;
        padding: 0;
    }
    .checkout-cart-index .payment-col .form-cart table .col.subtotal {
        display: table-cell;
    }

    .checkout-cart-index .form-cart table .col.qty {
        width: 30px;
    }
    .checkout-cart-index .form-cart table .col.action {
        width: 24px;
        vertical-align: middle;
    }
    .checkout-cart-index .form-cart table .col .field {
        top: auto;
    }
    .checkout-cart-index .product-item-price {
        display: block;
    }
    .checkout-cart-index .form-cart .actions.main a,
    .checkout-cart-index .form-cart .actions.main button {
        display: block;
        margin-bottom: 10px;
        float: none;
    }
    .checkout-cart-index .form-cart .actions.main .action.clear {
        display: none;
    }
    .checkout-cart-index .form-cart .actions.main button {
        width: 100%;
    }
    .checkout-cart-index .form-cart table th.col {
        padding: 8px 4px;
    }
    .checkout-cart-index .form-cart table .col.qty .btn-small {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .checkout-cart-index .form-cart table td.col {
        padding: 14px 0;
    }
    .cart-mini .cart-mini-board {
        /*display: none !important;*/
    }
}

/* Checkout */
.page-layout-checkout .navigation,
.page-layout-checkout .topinfo,
.page-cart.page-checkout > .page-title {
    display: none;
}
.page-layout-checkout .header .btn-menu,
.page-layout-checkout .header .head-center,
.page-layout-checkout .header .head-right {
    display: none;
}
.page-layout-checkout .header {
    border-bottom: #222 solid 4px;
}
.page-layout-checkout .header:before {
    font-family: 'Open Sans';
    content: "Checkout";
    text-transform: uppercase;
    font-size: 44px;
    position: absolute;
    top: 24px;
    left: 200px;
    right: 200px;
    text-align: center;
    display: block;
}
.page-layout-checkout .header .logo {
    padding-bottom: 14px;
}
.onestepcheckout-review-info .buttons,
.onestepcheckout-login-link .click-login {
    padding: 20px 0;
}
.onestepcheckout-login-link .click-login a.btn-primary {
    background-color: #bf2e1a;
}
.onestepcheckout-review-info .buttons {
    padding: 20px;
    background: #f6f6f6;
    margin-bottom: 20px;
}
.onestepcheckout-login-link .click-login {
    border-top: #ccc solid 1px;
}
.onestepcheckout-login-link .click-login span {
    padding-right: 30px;
}
.onestepcheckout-review-info .actions {
    float: left;
}
.onestepcheckout-review-info .total-summary table {
    width: 100%;
}
.onestepcheckout-review-info .total-summary tr th,
.onestepcheckout-review-info .total-summary tr td {
    padding: 0 0 10px 0;
    font-weight: 300;
}
.onestepcheckout-review-info .total-summary tr td {
    text-align: right;
}
.onestepcheckout-review-info .total-summary tr.totals.shipping th,
.onestepcheckout-review-info .total-summary tr.totals.shipping td {
    border-bottom: #ccc solid 1px;
}
.onestepcheckout-review-info .total-summary tr.totals.shipping .value {
    display: block;
    padding-top: 6px;
    line-height: 1.35em;
    font-size: 12px;
}
.onestepcheckout-review-info .total-summary tr.totals.grand th,
.onestepcheckout-review-info .total-summary tr.totals.grand td {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}
#one-step-checkout-form {
    padding: 30px 0;
    border-top: #ccc solid 1px;
}
#one-step-checkout-form .checkout-cart-index .form-cart table th.col,
#one-step-checkout-form .checkout-cart-index .form-cart table td.col {
    padding-left: 6px;
    padding-right: 6px;
}
.address-information,
.onestepcheckout-shipping-payment-review,
.wrap-col-last-3 {
    float: left;
    width: 33.33%;
}
.onestepcheckout-shipping-payment-review {
    text-align: center;
}
.wrap-col-last-3 {
    text-align: right;
}
#onestepcheckout-shipping-section,
.shipping-method-information,
.payment-col,
li.payment-method {
    width: 300px;
    display: inline-block;
    text-align: left;
}
li.payment-method {
    margin-top: 20px;
}
#one-step-checkout-form .step-title,
#one-step-checkout-form .step_4,
#reward-points-form h3,
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-header {
    font-family: 'Open Sans';
    font-size: 28px;
    /*text-transform: uppercase;*/
    /*font-weight: 600;*/
    margin-bottom: .75em;
    /*padding-left: 36px;*/
    position: relative;
    text-align: left;
}
#one-step-checkout-form .step-title.step_1:before {
    content: "1";
}
#one-step-checkout-form .step-title.step_2:before {
    content: "2";
}
#one-step-checkout-form .step_4:before {
    content: "3";
}
#one-step-checkout-form .step_5:before {
    content: "\f00c";
    font-family: FontAwesome;
}
#reward-points-form h3:before {
    content: "\f005";
    font-family: FontAwesome !important;
}
#reward-points-form .buttons,
#reward-points-form .actions-toolbar,
#reward-points-form .buttons-container {
    padding: 20px 0;
}
#reward-points-form input[type="text"] {
    width: 100%;
}
#reward-points-form .discount-form p {
    font-size: 14px;
    margin-bottom: 6px;
}
#reward-points-form .discount-form label {
    padding-top: 6px;
    /*display: block;*/
}
#reward-points-form .discount-form input + label {
    padding-top: 0;
    font-size: 14px;
}
#reward-points-form .discount-form .input-box label {
    display: block;
}
#reward-points-form .discount-form button {
    font-family: 'Open Sans';
    vertical-align: middle;
    letter-spacing: .5px;
}
#reward-points-form .discount-form button:first-child {
    border-radius: 4px;
    background: #111;
    color: #fff;
    padding: 4px;
    padding: 6px;
}
#reward-points-form .discount-form button + button {
    background: transparent;
    border: 0;
}
#reward-points-form .discount-form button + button > span {
    display: block;
    padding-bottom: 2px;
    border-bottom: #111 solid 1px;
}
.reward-message .messages .message {
    background: #c52525;
    color: #fff;
    padding: 10px;
}
.required-symbol {
    color: #c52525;
    font-style: normal;
}
#one-step-checkout-form .field[name="shippingAddress.company"] .required-symbol {
    display: none;
}
#one-step-checkout-form .form .label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
#one-step-checkout-form .form .total-summary .label {
    font-weight: normal;
    margin-bottom: 0;
}
#one-step-checkout-form .form .label img {
    vertical-align: middle;
}
#one-step-checkout-form .form .label img + span {
    font-size: 0;
}
#one-step-checkout-form .form .action-help {
    padding-left: 20px;
}
#one-step-checkout-form .form input + .label {
    font-weight: 300;
}
#one-step-checkout-form .field {
    margin-bottom: 12px;
}
#one-step-checkout-form .payment-col .field.qty {
    margin-bottom: 0;
}
#one-step-checkout-form .field input[type="radio"] {
    top: 50%;
}
#one-step-checkout-form .wrap-payment-content input[type="checkbox"] {
    top: 15px;
    left: 8px;
}
#one-step-checkout-form .field-tooltip-content,
#one-step-checkout-form .note {
    font-size: 12px;
    color: #666;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    float: none !important;
}
.radioparent,
.field.choice {
    position: relative;
}
#one-step-checkout-form .field[name="shippingAddress.firstname"],
#one-step-checkout-form .field[name="shippingAddress.lastname"],
#one-step-checkout-form .field[name="shippingAddress.postcode"],
#one-step-checkout-form .field[name="shippingAddress.region_id"],
#one-step-checkout-form .field[name="shippingAddress.region"],
#one-step-checkout-form .field[name="billingAddresscheckmo.firstname"],
#one-step-checkout-form .field[name="billingAddresscheckmo.lastname"],
#one-step-checkout-form .field[name="billingAddresscheckmo.postcode"],
#one-step-checkout-form .field[name="billingAddresscheckmo.region_id"],
#one-step-checkout-form .field[name="billingAddresscheckmo.region"] {
    float: left;
    width: 48%;
}
#one-step-checkout-form .field[name="shippingAddress.firstname"],
#one-step-checkout-form .field[name="shippingAddress.region_id"],
#one-step-checkout-form .field[name="billingAddresscheckmo.firstname"],
#one-step-checkout-form .field[name="billingAddresscheckmo.region_id"],
#one-step-checkout-form .field[name="shippingAddress.region"],
#one-step-checkout-form .field[name="billingAddresscheckmo.region"] {
    margin-right: 2%;
}
#one-step-checkout-form .field[name="shippingAddress.lastname"],
#one-step-checkout-form .field[name="billingAddresscheckmo.postcode"]
#one-step-checkout-form .field[name="shippingAddress.postcode"],
#one-step-checkout-form .field[name="billingAddresscheckmo.lastname"] {
    margin-left: 2%;
}
#one-step-checkout-form .field[name="shippingAddress.company"],
#one-step-checkout-form .field[name="billingAddresscheckmo.company"],
#one-step-checkout-form .field[name="shippingAddress.country_id"] {
    clear: both;
}
dl.sp-methods {
    margin-bottom: 16px;
}
dl.sp-methods label > p {
    display: inline;
}
dl.sp-methods label > p b {
    font-weight: normal;
}
dl.sp-methods dt {
    font-weight: bold;
    margin-bottom: 16px;
}
dl.sp-methods dd {
    margin-bottom: 16px;
}
dl.sp-methods li.radioparent {
    margin-bottom: .5em;
}
.items.methods dt,
.items.methods dd {
    margin-left: 0;
}
.onestepcheckout-review-info .total-summary .totals-tax th,
.onestepcheckout-review-info .total-summary .totals-tax td {
    padding: 10px 0;
    border-bottom: #ccc 1px solid;
}
#one-step-checkout-form #co-shipping-method-form {
    padding: 0;
}
#co-shipping-method-form .message {
    padding: 10px 0;
}
#co-shipping-method-form .message.notice {
    color: red;
}
.payment-method label[for="paypal_express"] > span {
    /*display: none;*/
}
#co-shipping-method-form .item-title {
    font-weight: 600;
    margin-bottom: .5em;
}
#co-shipping-method-form .item-options .label {
    font-weight: normal;
}
#co-shipping-method-form .item-options label > .item > p {
    display: inline;
}
#co-shipping-method-form .item-options label > .item > p b {
    font-weight: normal;
}
.billing-address-same-as-shipping-block {
    padding: 12px 10px;
    background: #f8f8f8;
}
.checkout-success {
    padding: 0 10px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.checkout-success p {
    margin-bottom: 1em;
    line-height: 1.5em;
}
.onestepcheckout-discount {
    background: #f8f8f8;
    padding: 16px 20px 26px 20px;
    margin-bottom: 20px;
}
.term-conditions label + p {
    font-size: 12px;
    padding-top: 6px;
}
.payment-method .actions-toolbar {
    display: none;
}
.button-onestepcheckout {
    margin-top: 20px;
}
.button-onestepcheckout .btn-green {
    width: 100%;
}
#one-step-checkout-form .discount-form .field {
    margin-bottom: 0;
}
#one-step-checkout-form .onestepcheckout-discount h4 {
    font-family: 'Roboto';
    font-weight: normal;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}
#one-step-checkout-form .onestepcheckout-discount .discount-form {
    display: none;
}
#one-step-checkout-form .onestepcheckout-discount.active .discount-form {
    display: block;
    -webkit-animation: fadein .3s ease-out;
    -moz-animation: fadein .3s ease-out;
    animation: fadein .3s ease-out;
}
#one-step-checkout-form .onestepcheckout-discount h4:before {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 10px;
}
#one-step-checkout-form .onestepcheckout-discount.active h4:before {
    content: "\f0d8";
}
#control_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    background: rgba(0,0,0,.8);
}
#onestepcheckout-login-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    padding: 40px;
}
.onestepcheckout-popup-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.onestepcheckout-popup-contents {
    display: table-cell;
    vertical-align: middle;
    align: center;
}
.onestepcheckout-popup-contents > div {
    padding: 20px;
    background: #fff;
    text-align: left;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    max-height: 800px;
    overflow: auto;
}
.onestepcheckout-popup-contents h1,
div#confirmBox h1 {
    padding-right: 32px;
    margin-bottom: .5em;
    padding-bottom: .25em;
    border-bottom: #ccc solid 1px;
    font-size: 34px;
}
.onestepcheckout-popup-contents .close,
div#confirmBox .close-box,
.authentication-dropdown .action-close {
    font-size: 0;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}
.authentication-dropdown .action-close {
    top: 10px;
    right: 10px;
}
div#confirmBox .close-box {
    text-decoration: none;
}
.onestepcheckout-popup-contents .close a,
div#confirmBox .close-box,
.authentication-dropdown .action-close {
    cursor: pointer;
}
.onestepcheckout-popup-contents .close a:before,
div#confirmBox .close-box:before,
.authentication-dropdown .action-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 24px;
    color: #333;
    display: block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.onestepcheckout-popup-contents .label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}
.onestepcheckout-popup-contents .required em {
    color: #c52525;
    font-style: normal;
}
.onestepcheckout-popup-contents .form {
    margin-top: 20px;
}
.onestepcheckout-popup-contents .form li {
    margin-bottom: 12px;
}
.onestepcheckout-popup-contents form .buttons,
.onestepcheckout-popup-contents form li.last {
    padding: 10px 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    .onestepcheckout-popup-contents form .buttons > button,
    .onestepcheckout-popup-contents form .buttons > a,
    .onestepcheckout-popup-contents form li.last > button,
    .onestepcheckout-popup-contents form li.last > a {
        display: block;
        margin-bottom: 10px;
    }
    .onestepcheckout-popup-contents form .buttons > button,
    .onestepcheckout-popup-contents form li.last > button {
        width: 100%;
    }
}
.form .two-col {
    float: left;
    width: 48%;
}
.form .two-col.col-first {
    margin-right: 2%;
}
.form .two-col.col-second {
    margin-left: 2%;
}
.block-title {
    font-size: 1.3em;
    margin-bottom: .5em;
    font-weight: 600;
    text-transform: uppercase;
}
.block-title strong {
    font-weight: 600;
}
.field.note,
.block-new-customer p {
    color: #666;
    font-size: 12px;
    line-height: 1.35em;
}
.payment-method-content {
    display: none;
    -webkit-animation: fadein .3s ease-out;
    -moz-animation: fadein .3s ease-out;
    animation: fadein .3s ease-out;
}
#opc-new-shipping-address {
    -webkit-animation: fadein .3s ease-out;
    -moz-animation: fadein .3s ease-out;
    animation: fadein .3s ease-out;
}
#opc-new-shipping-address {
    margin-top: 20px;
}
.payment-method._active .payment-method-content {
    display: block;
}
.payment-method .billing-address-details {
    margin-bottom: 1em;
}
.no-quotes-block {
    padding: 12px 10px;
    background: #f8f8f8;
    line-height: 1.35em;
}
.shipping-address-item {
    margin-bottom: 16px;
    position: relative;
}
.shipping-address-item .customer-name {
    font-weight: bold;
}
.shipping-address-item .input-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.shipping-address-item .address-detail {
    line-height: 1.35em;
    padding-top: 8px;
}
.shipping-address-item h5 {
    margin-bottom: 1em;
}
@media screen and (max-width: 1139px) {
    .page.checkout > .wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .page-layout-checkout .header .head-left {
        margin-left: 0;
    }
    .page-layout-checkout .header:before {
        font-size: 28px;
    }
}
@media screen and (max-width: 1023px) {
    .address-information, .onestepcheckout-shipping-payment-review, .wrap-col-last-3 {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .onestepcheckout-shipping-payment-review, .wrap-col-last-3 {
        padding-top: 20px;
        border-top: #ccc solid 1px;
    }
    #onestepcheckout-shipping-section, .shipping-method-information, .payment-col, li.payment-method {
        display: block;
        width: auto;
    }
    .order-review-info #checkout-review-load {
        display: none;
        -webkit-animation: fadein .3s ease-out;
        -moz-animation: fadein .3s ease-out;
        animation: fadein .3s ease-out;
        margin-bottom: 0;
    }
    .page-checkout .title-buttons {
        position: relative;
    }
    .page-checkout .order-review-info {
        position: relative;
    }
    .page-checkout .order-review-info:before {
        content: "\f067";
        font-family: FontAwesome;
        position: absolute;
        top: 10px;
        right: 0;
    }
    .page-checkout.active .order-review-info:before {
        content: "\f068";
    }
    .page-checkout.active .order-review-info #checkout-review-load{
        display: block;
    }
    .onestepcheckout-discount#block-discount .field {
        width: 60%;
    }
    .onestepcheckout-discount#block-discount .actions-toolbar {
        width: 35%;
        margin-left: 5%;
        float: left;
    }
}
@media screen and (max-width: 767px) {
    .page-layout-checkout .header:before {
        font-size: 20px;
        left: auto;
        right: 10px;
    }
    .onestepcheckout-login-link .click-login > span {
        display: block;
        margin-bottom: 10px;
    }
    #onestepcheckout-login-popup {
        padding: 5px;
    }
    .onestepcheckout-popup-contents > div {
        padding: 10px;
    }
    .onestepcheckout-popup-wrapper,
    .onestepcheckout-popup-contents {
        display: block;
    }
    .onestepcheckout-popup-contents {
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #fff;
    }
    .onestepcheckout-popup-contents .close {
        top: 4px;
        right: 4px;
    }
    .onestepcheckout-popup-contents > div {
        max-height: none;
        max-width: none;
    }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
    .form#shippingCalculate {
        max-width: none;
    }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    #one-step-checkout-form .field[name="shippingAddress.firstname"],
    #one-step-checkout-form .field[name="shippingAddress.lastname"],
    #one-step-checkout-form .field[name="shippingAddress.postcode"],
    #one-step-checkout-form .field[name="shippingAddress.region_id"],
    #one-step-checkout-form .field[name="shippingAddress.region"],
    #one-step-checkout-form .field[name="billingAddresscheckmo.firstname"],
    #one-step-checkout-form .field[name="billingAddresscheckmo.lastname"],
    #one-step-checkout-form .field[name="billingAddresscheckmo.postcode"],
    #one-step-checkout-form .field[name="billingAddresscheckmo.region_id"],
    #one-step-checkout-form .field[name="billingAddresscheckmo.region"] {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    .onestepcheckout-review-info .buttons, .onestepcheckout-login-link .click-login {
        padding: 20px 0;
    }
    .onestepcheckout-review-info .actions,
    .onestepcheckout-review-info .total-summary {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }
    .onestepcheckout-review-info .actions button {
        width: 100%;
    }
    .onestepcheckout-popup-contents .form .buttons button {
        width: 100%;
        margin-bottom: 6px;
    }
    .onestepcheckout-popup-contents .form .buttons button + a {
        display: block;
        width: auto;
    }
    .onestepcheckout-popup-contents .form .buttons {
        text-align: center;
    }
    .onestepcheckout-review-info .checkout-cart-index .form-cart table .col.item {
        width: 55%;
    }
    .onestepcheckout-review-info .checkout-cart-index .form-cart table .col.action {
        display: none;
    }
    .onestepcheckout-popup-contents .form li .input-wrap {
        width: 100%;
    }
}
.checkout-cart-index .header,
.checkout-index-index .header {
    /*padding: 24px 0 0 00;*/
    position: absolute !important;
    /*background: #111;*/
}
.checkout-cart-index .header .logo-wrap,
.checkout-index-index .header .logo-wrap {
    /*float: left;*/
}
.checkout-cart-index .header .header-right,
.checkout-index-index .header .header-right {
    float: right;
}
.checkout-cart-index .header .header-right li,
.checkout-index-index .header .header-right li {
    float: left;
    line-height: 40px;
    margin-left: 55px;
}
.checkout-cart-index .header .header-right span,
.checkout-index-index .header .header-right span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.checkout-cart-index .header .header-right span.text,
.checkout-index-index .header .header-right span.text {
    color: #fff;
    font-size: 10px;
    padding-left: 4px;
}
.checkout-cart-index .header .header-right li:first-child,
.checkout-index-index .header .header-right li:first-child {
    margin-left: 0;
}
.checkout-cart-index .header-announce,
.checkout-index-index .header-announce {
    /*margin-top: 24px;
    background: #fff;*/
}
body .cart-container {
    background: transparent;
}
@media (max-width: 1199px) {
    .checkout-cart-index .header,
    .checkout-index-index .header {
        /*padding: 16px 0 0 0;*/
    }
    .checkout-cart-index .header .logo,
    .checkout-index-index .header .logo {
        /*width: 147px;*/
        display: block;
        /*line-height: 40px;*/
    }
    .checkout-cart-index .header .header-right li,
    .checkout-index-index .header .header-right li {
        margin-left: 40px;
    }
}
@media (max-width: 767px) {
    .checkout-cart-index .header .header-right span.text,
    .checkout-index-index .header .header-right span.text {
        display: none;
    }
    .checkout-cart-index .header .header-right li,
    .checkout-index-index .header .header-right li {
        margin-left: 16px;
    }
}
.cart-bar {
    background: #144e09;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 24px;
}
.cart-footer {
    background: #fff;
}
.cart-footer-title {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
}
.cart-footer-top {
    padding: 50px 0;
    border-bottom: #f7f7f7 solid 2px;
}
.cart-footer-top .list {
    display: flex;
    padding-top: 40px;
}
.cart-footer-top .item {
    flex: 0 0 25%;
}
.cart-footer-top .item .info {
    margin-top: 20px;
}
.cart-footer-top .item-wrap {
    max-width: 202px;
    margin: 0 auto;
}
.cart-footer-top .item h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 8px;
}
.cart-footer-faqs {
    padding: 40px 0;
}
.cart-faqs-title {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: #ccc solid 1px;
    padding-bottom: 20px;
}
.cart-footer-faqs .item {
    border-bottom: #ccc solid 1px;
}
.cart-footer-faqs .item-title {
    margin: 15px 0 0 0;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}
.cart-footer-faqs .item-title:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/arrow-down.svg) 0 0 no-repeat;
    transform: rotate(0) translateY(-50%);
}
.cart-footer-faqs .item.expanded .item-title:before {
    transform: rotate(180deg) translateY(50%);
}
.cart-footer-faqs .item-content {
    margin-top: 15px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}
.cart-footer-faqs .item.expanded .item-content {
    max-height: 2000px;
    padding-bottom: 15px;
}
.cart-footer-faqs .item.expanded .item-content p {
    line-height: 1.35em;
}
.cart.table-wrapper .cart.item {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    border-top: #f7f7f7 solid 2px;
}
@media (max-width: 1199px) {
    .cart-footer-top .list {
        padding-top: 30px;
    }
    .cart-footer-top .item h4 {
        font-size: 14px;
    }
    .cart-footer-top .item p {
        font-size: 13px;
    }
    .cart-footer-top,
    .cart-footer-faqs {
        padding: 30px 0;
    }
    .cart-footer-title {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .cart-footer-top .list {
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .cart-footer-top .item {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    .cart-footer-top .item-wrap {
        margin: 0 10px;
    }
    .cart-footer-title {
        font-size: 18px;
    }
    .cart-footer-top {
        padding-bottom: 0;
    }
}
.cart-container {
    background: #f7f7f7;
    padding: 38px 0;
}
.cart-container > .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.checkout-cart-index .page-title-wrapper {
    /*background: #fff;*/
    text-align: center;
    padding: 30px 0;
    font-size: 32px;
    font-weight: bold;
    /*text-transform: capitalize;*/
    line-height: 1;
}
body.checkout-cart-index .action.update, body.checkout-cart-index .action.continue {
    text-transform: none;
}
.payment-imgs ul{
    display: flex;
    vertical-align: middle;
    margin-top: 10px;
}
.checkout-cart-index .cart-summary {
    flex: 0 0 460px;
    width: auto;
    padding: 0 !important;
}
.checkout-cart-index .cart-summary .summary.title {
    font-size: 28px;
    /*text-transform: uppercase;*/
    font-family: 'Open Sans';
    font-weight: bold;
    text-align: center;
    display: block;
}
.cart-summary-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkout-methods-items button.btn-afterpay-checkout {
    background: #111;
    border: 0;
    border-radius: 0;
    border: #111 solid 1px;
}
.cart-container .action.checkout,
.amcheckout-step-container .action.primary.checkout.amasty {
    border: 0;
    color: #fff;
    padding: 17px;
    text-align: center;
    border-radius: 0;
    background-color: #60b51d;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .5px;
}
.afterpay-checkout-note {
    display: none;
}
.paypal.checkout {
    position: relative;
    padding: 12px;
    background: #ffc400 url('../images/btn-paypal.jpg') center center no-repeat;
    height: 30px;
    border-radius: 3px;
}
.braintree-applepay-minicart .braintree-apple-pay-button {
    position: relative;
    padding: 12px;
    background: #111 url('../images/btn-apay.jpg') center center no-repeat;
    height: 30px;
    border-radius: 3px;
    border: #111 solid 1px;
    margin-top: 14px;
}
.googlepay-minicart-logo {
    position: relative;
    padding: 12px;
    background: #fff url('../images/btn-gpay.jpg') center center no-repeat;
    height: 30px;
    border-radius: 3px;
    border: #d1d1d1 solid 1px;
    margin-top: 14px;
}
.braintree-applepay-minicart button,
.googlepay-minicart-logo button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.paypal.checkout input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cart-container .checkout.methods .item {
    margin-top: 14px !important;
}
#block-discount .field {
    float: none !important;
    flex: 0 0 calc(100% - 178px);
}
#block-discount .field input {
    width: 100%;
    border: solid 1px #ddd;
    background-color: #fff;
    border-radius: 0;
    padding: 9px 10px;
}
#block-discount .actions-toolbar {
    width: 168px;
}
#block-discount .fieldset {
    display: flex;
    justify-content: space-between;
}
body #block-discount .actions-toolbar .action {
    height: 40px !important;
    color: #111;
    background: #fff;
    border: #111 solid 2px;
    font-family: 'Open Sans';
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5px;
}
.checkout-cart-index .form-cart {
    width: auto !important;
    flex: 0 0 calc(100% - 492px);
}
.checkout-cart-index .form-cart .product-item-details .actions-toolbar a,
.checkout-cart-index .form-cart .product-item-details .actions-toolbar button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    padding-left: 30px;
    position: relative;
    background: transparent;
}
@media (max-width: 767px) {
    .checkout-cart-index .form-cart .product-item-details .actions-toolbar a,
    .checkout-cart-index .form-cart .product-item-details .actions-toolbar button {
        margin-right: 15px;
    }
    .checkout-cart-index .form-cart .product-item-details .actions-toolbar a:last-child,
    .checkout-cart-index .form-cart .product-item-details .actions-toolbar button:last-child {
        margin-right: 0;
    }
}
.checkout-cart-index .form-cart .product-item-details .actions-toolbar .action-towishlist:before,
.checkout-cart-index .form-cart .product-item-details .actions-toolbar .action.split:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url('../images/icon-wishlist.svg') center center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.checkout-cart-index .form-cart .wishlist.split {
    display: inline-block;
    vertical-align: middle;
}
.checkout-cart-index .form-cart .wishlist.split .change,
.checkout-cart-index .form-cart .wishlist.split .items,
.checkout-cart-index .form-cart .gift-options-cart-item {
    display: none;
}
.checkout-cart-index .form-cart .product-item-details .actions-toolbar .action-delete:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url('../images/icon-close-r.svg') center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.checkout-cart-index .form-cart .product-item-details a.action-delete {
    color: #b90d18;
}
.checkout-cart-index .form-cart .product-item-details .product-item-name a {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
}
.checkout-cart-index .detail-price {
    margin-bottom: 25px;
    font-family: 'Open Sans';
}
.checkout-cart-index .detail-price .cart-price {
    /*font-size: 18px;*/
    font-weight: 600;
}
.checkout-cart-index .form-cart table td.col.subtotal,
.checkout-cart-index .form-cart table th.col.subtotal {
    text-align: right;
}
.checkout-cart-index .form-cart table .col.qty {
    padding-left: 0;
    padding-right: 0;
}
.checkout-cart-index .form-cart table .col.qty input {
    border-radius: 0;
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 6px !important;
}
.checkout-cart-index .form-cart table .col.qty input::-webkit-outer-spin-button,
.checkout-cart-index .form-cart table .col.qty input::-webkit-inner-spin-button {
    -webkit-appearance: auto;
    appearance: auto;
    opacity: 1;
}
.checkout-cart-index .form-cart .subtotal .cart-price {
    line-height: 30px;
    font-size: 16px;
    font-family: 'Open Sans';
}
.checkout-cart-index .form-cart .actions.main {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
    border-top: #f7f7f7 solid 2px;
    padding: 16px;
}
@media (min-width: 768px) {
    .checkout-cart-index .form-cart .actions.main {
        display: flex;
        justify-content: space-between;
    }
}
.checkout-cart-index .action.update,
.checkout-cart-index .action.continue {
    text-align: center;
    height: 40px !important;
    color: #111;
    background: #fff;
    border: #111 solid 2px;
    font-family: 'Open Sans';
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5px;
    display: inline-block;
    padding: 0 20px;
}
.checkout-cart-index .action.continue {
    height: 36px !important;
    line-height: 36px;
}
.checkout-cart-index .form-cart table th {
    text-transform: uppercase;
}
.checkout-cart-index .item .actions-toolbar {
    text-transform: uppercase;
}
#checkout-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
    .checkout-cart-index .detail-price {
        /*display: none;*/
    }
}
@media (max-width: 1199px) {
    .checkout-cart-index .cart-summary {
        flex: 0 0 300px;
    }
}
@media (max-width: 1023px) {
    .checkout-cart-index .page-title-wrapper {
        font-size: 28px;
    }
    .checkout-cart-index .form-cart .product-item-photo {
        max-width: 72px !important;
    }
    .checkout-cart-index .cart-summary .summary.title {
        font-size: 20px;
    }
    .checkout-cart-index .form-cart,
    .checkout-cart-index .cart-summary .summary.title {
        margin-bottom: 20px !important;
    }
    .cart-container {
        padding: 15px 0;
    }
    .cart-container > .container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .checkout-cart-index .cart-summary {
        flex: 0 0 100%;
    }
}
@media (max-width: 767px) {
    .checkout-cart-index .form-cart table thead {
        display: none;
    }
    .checkout-cart-index .page-title-wrapper {
        font-size: 24px;
    }
    .checkout-cart-index .cart-summary {
        margin-bottom: 10px !important;
    }
    .checkout-cart-index .form-cart table td.col {
        padding: 16px;
    }
    .cart-summary-wrap {
        padding: 15px;
    }
    .checkout-cart-index .cart-summary {
        flex: 0 0 100%;
    }
}
.checkout-container {
    padding: 0 10px;
}
@media (min-width: 768px) {
    .checkout-container {
        padding: 0 24px;
    }
}
@media (min-width: 1200px) {
    .checkout-container {
        padding: 0;
        max-width: 1140px;
        margin: 0 auto;
    }
    body .cart-footer-top .item h4 {
        font-size: 17px;
    }
}
@media (min-width: 1600px) {
    .checkout-container {
        max-width: 1440px;
    }
}
.action-auth-toggle,
.authentication-wrapper,
.opc-progress-bar {

}
.authentication-wrapper {
    position: absolute;
    top: 66px;
    left: 10px;
    z-index: 550;
}
.authentication-wrapper .action-auth-toggle {
    display: none;
}
.authentication-dropdown {
    display: none;
    background: #fff;
    border: #ddd solid 1px;
    padding: 10px;
}
.authentication-dropdown._show {
    display: block;
}
.authentication-wrapper .actions-toolbar div.primary,
.authentication-wrapper .actions-toolbar div.secondary {
    vertical-align: middle;
}
.checkout-messages {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.opc-progress-bar {
    flex: 0 0 100%;
    display: flex;
    margin-bottom: 20px;
    counter-reset: progress-counter;
}
.opc-progress-bar-item {
    flex: 0 0 50%;
    text-align: center;
    border-top: #ddd solid 5px;
    padding-top: 25px;
    position: relative;
}
.opc-progress-bar-item:before {
    counter-increment: progress-counter;
    content: counter(progress-counter);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    border: #ddd solid 2px;
    border-radius: 100%;
}
.opc-progress-bar-item._active {
    border-color: #111;
}
.opc-progress-bar-item._active:before {
    background: url(../images/icon-c-check.png) center center no-repeat;
    background-size: 100% auto;
    font-size: 0;
    border-color: #111;
}
.opc-estimated-wrapper,
.opc-summary-wrapper .modal-header {
    display: none;
}
@media (max-width: 1023px) {
    .opc-progress-bar {
        order: 1;
    }
    .checkout-messages {
        order: 2;
    }
}
@media (min-width: 1024px) {
    .opc-progress-bar-item {
        flex: 0 0 25%;
    }
}
#checkout-step-shipping .shipping-address-item {
    padding-bottom: 16px;
    border-bottom: #ddd solid 1px;
    position: relative;
    line-height: 1.5em;
}
#checkout-step-shipping .shipping-address-item.selected-item:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon-c-check.png) center center no-repeat;
    background-size: 100% auto;
}
#checkout-step-shipping .shipping-address-item button {
    position: absolute;
    top: 0;
    right: 0;
}
#checkout-step-store-selector .no-selected-location {
    line-height: 1.5em;
}
#checkout-step-store-selector .form-continue {
    margin-top: 10px;
}
.store-selector-popup-no-locations,
.store-selector-popup-empty-query {
    margin-top: 10px;
}
#store-selector {
    margin-bottom: 16px;
}
#delivery-method-selector {
    margin-bottom: 20px;
}
#delivery-method-selector button {
    background: #fff;
    border: #111 solid 1px;
    color: #111;
    text-transform: uppercase;
    padding: 6px;
    margin: 0 0 2px 0;
    font-family: 'Open Sans';
}
#delivery-method-selector button.selected {
    background: #111;
    color: #fff;
}
#store-pickup.selected-store-pickup + #shipping {
    display: none;
}
#checkoutSteps .step-title {
    color: #07519a;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.store-selector-popup-table {
    width: 100%;
    margin-top: 16px;
}
.store-selector-popup-table th,
.store-selector-popup-table td {
    padding: 10px;
    border-bottom: #ddd solid 1px;
}
.store-selector-popup-table .col-carrier,
.store-selector-popup-table .col-location-actions {
    text-align: right;
}
.selected-location-details p,
.store-selector-popup-table p {
    margin-bottom: 1em;
    line-height: 1.5em;
}
.field.street legend.label {
    display: none;
}
.checkout-shipping-method {
    margin-top: 0;
}
.table-checkout-shipping-method th,
.table-checkout-shipping-method td {
    padding: 10px;
}
.table-checkout-shipping-method th {
    font-weight: 600;
}
#opc-sidebar {
    margin-bottom: 20px;
    background: #fff;
    border-top: 0;
    border-left: #e9e9e9 solid 1px;
    border-right: #e9e9e9 solid 1px;
    border-bottom: #e9e9e9 solid 1px;
}
.opc-block-summary > span.title {
    display: block;
    padding: 20px;
    background: #111;
    color: #fff;
    font-weight: 600;
}
.opc-block-summary .items-in-cart {
    padding: 20px;
    margin-bottom: 0;
}
.opc-block-summary .items-in-cart .title {

}
.opc-block-summary .items-in-cart .title strong {
    font-weight: 600;
}
.opc-block-summary .minicart-items .product {
    justify-content: flex-start;
    position: relative;
}
.opc-block-summary .minicart-items .product.options {
    margin-top: 5px;
    color: #aaa;
}
.opc-block-summary .minicart-items .product.options .toggle {
    display: none;
}
.opc-block-summary .minicart-items .product.options .content {
    display: block !important;
}
.opc-block-summary .minicart-items .product.options .subtitle {
    display: none;
}
.opc-block-summary .minicart-items .product.options .label {
    display: none;
}
.opc-block-summary .product-item-details {
    margin-left: 20px;
}
.opc-block-summary .product-item-name {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    line-height: 1.35em;
}
.opc-block-summary .product-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: #e9e9e9 solid 1px;
}
.opc-block-summary .product-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.opc-block-summary .details-qty {
    margin-bottom: 10px;
}
.opc-block-summary .product-image-container {
    border: #e9e9e9 solid 1px;
    width: 70px !important;
    height: 70px !important;
    flex: 0 0 70px;
}
.opc-block-summary .table-totals {
    width: calc(100% - 40px);
    border-bottom: #e9e9e9 solid 1px;
    margin: 0 20px;
}
.opc-block-summary .table-totals th,
.opc-block-summary .table-totals td {
    padding: 10px;
    font-weight: normal;
}
.opc-block-summary .table-totals th strong,
.opc-block-summary .table-totals td strong {
    font-weight: normal;
}
.opc-block-summary .table-totals th {
    text-align: left;
}
.opc-block-summary .table-totals td {
    text-align: right;
}
.opc-block-summary .table-caption {
    display: none;
}
.opc-block-shipping-information .shipping-information {
    padding: 0 20px;
}
.opc-block-shipping-information .shipto {
    margin-bottom: 20px;
}
.opc-block-shipping-information .shipping-information-content {
    line-height: 1.35em;
    margin-bottom: 20px;
}
.opc-block-shipping-information .shipping-information-title {
    padding-top: 20px;
    border-top: #e9e9e9 solid 1px;
    margin-bottom: 10px;
    font-weight: 600;
}
.opc-block-shipping-information .shipping-information-title .action,
#delete-customer-balance {
    float: right;
    border: #111 solid 1px;
    color: #111;
    background: #fff;
    text-transform: uppercase;
}
.checkout-billing-address .action {
    border: #111 solid 1px;
    color: #111;
    background: #fff;
    text-transform: uppercase;
    padding: 6px;
}
.opc-block-summary .actions-toolbar {
    margin-top: 10px;
}
.opc-block-summary .actions-toolbar .action.viewcart {
    color: #111;
    text-decoration: underline;
}
.checkout-container {
    display: flex;
    flex-wrap: wrap;
}
.checkout-container > .message {
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.opc-wrapper {
    margin-bottom: 20px;
}
.checkout-container .opc-sidebar {
    position: relative;
}
.checkout-container .form-create-account .fieldset,
.checkout-container .form-login .fieldset,
.checkout-container .form.password .fieldset {
    max-width: none;
}
.opc-wrapper .payment-method .actions-toolbar {
    display: block;
    padding-top: 10px;
}
.opc-wrapper .payment-method .actions-toolbar button.checkout {
    background: #f8be19;
    border-color: #f8be19;
    color: #111;
}
body.checkout-index-index > .loading-mask {
    display: none !important;
}
.field .message.warning {
    font-size: 12px;
    color: #444;
    line-height: 1.35em;
    margin-top: 4px;
}
#co-payment-form br {
    display: none;
}
#co-payment-form legend {
    display: none;
}
#co-payment-form .payment-method-title img + span {
    /*display: none;*/
}
#co-payment-form .billing-address-details {
    line-height: 1.35em;
    margin-top: 20px;
}
#co-payment-form .billing-address-details br {
    display: block;
}
.giftcardaccount .payment-option-title.choice {
    padding-left: 0;
}
.giftcardaccount .actions-toolbar .primary,
.giftcardaccount .actions-toolbar .secondary {
    vertical-align: middle;
}
.giftcardaccount .action-check {
    background: transparent;
    border: 0;
    padding: 0;
    text-decoration: underline;
}
.opc-payment-additional .label,
.giftcardaccount .label {
    display: none;
}
.payment-option.giftcardaccount {
    margin-top: 20px;
}
.payment-option.giftcardaccount .payment-option-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #f1f1f1 solid 1px;
}
.opc-payment-additional .action-apply {
    padding: 10px 20px;
}
body .cart-totals .totals-mageworx-fee-summary .amount .price:after,
body .opc-block-summary .table-totals .totals-mageworx-fee-summary .amount .price:after,
body .cart-totals .totals-mageworx-product-fee-summary .amount .price:after,
body .opc-block-summary .table-totals .totals-mageworx-product-fee-summary .amount .price:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down.svg) 0 0 no-repeat;
    top: 0;
    right: 0;
}
body .abs-sidebar-totals .totals-mageworx-fee-summary.expanded .amount .price:after,
body .cart-totals .totals-mageworx-fee-summary.expanded .amount .price:after,
body .opc-block-summary .table-totals .totals-mageworx-fee-summary.expanded .amount .price:after,
body .abs-sidebar-totals .totals-mageworx-product-fee-summary.expanded .amount .price:after,
body .cart-totals .totals-mageworx-product-fee-summary.expanded .amount .price:after,
body .opc-block-summary .table-totals .totals-mageworx-product-fee-summary.expanded .amount .price:after {
    content: '';
    transform: rotate(180deg);
}
.checkout-container .opc-wrapper {
    background: #fff;
    padding: 20px;
    border: #e9e9e9 solid 1px;
}
.billing-address-same-as-shipping-block {
    background: transparent;
}
.list .action.tocart.configurable{
    /*background: url(../images/icon-cart.svg) center center no-repeat;*/
    /*background-color: #f8be19;*/
}
@media (min-width: 1024px) {
    .checkout-container {
        align-items: flex-start;
    }
    .checkout-container .checkout-messages {
        flex: 0 0 100%;
    }
    .checkout-container .opc-wrapper {
        flex: 0 0 calc(100% - 532px);
    }
    .checkout-container .opc-sidebar {
        flex: 0 0 460px;
        margin-left: 30px;
    }
}
@media (max-width: 1023px) {
    .checkout-container {
        /*flex-direction: column-reverse;*/
    }
}

@font-face {
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: normal;
    src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
    src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    -webkit-font-smoothing: antialiased;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
}
.pagebuilder-icon-down:before {
    content: '\f101';
}
.pagebuilder-icon-next:before {
    content: '\f102';
}
.pagebuilder-icon-prev:before {
    content: '\f103';
}
.pagebuilder-icon-up:before {
    content: '\f104';
}
.product-full-width-section {
    padding: .5em 0;
}
.product-full-width-section .block.review-add {
    margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
    margin-top: 2.7rem;
}
.page-main-details .product-section-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 15px;
    padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
    border: none;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
    /*border: none;*/
    padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
    /*border: none;*/
    padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
    margin-bottom: 0;
}
.slick-slider {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    user-select: none;
}
.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
    left: 2rem;
}
.slick-prev:before {
    /*content: '\f103';*/
    padding-right: 5px;
}
.slick-next {
    right: 2rem;
}
.slick-next:before {
    /*content: '\f102';*/
    padding-left: 5px;
}
.slick-prev,
.slick-next {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: rgba(252, 252, 252, 0.6);
    border: none;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 60px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
    background: #fcfcfc;
    border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
    opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    color: #555555;
    font-size: 38px;
    opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
    background: rgba(252, 252, 252, 0.7);
    border: none;
    box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
    box-shadow: none;
}
.slick-dots {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 14px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
    border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
    box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
    background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
    color: inherit;
    text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
    color: inherit;
    text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
    background-clip: padding-box;
    border-radius: inherit;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
    z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
    min-height: 50px;
    overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-left: auto;
    margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
    margin-bottom: 1rem;
    margin-top: 0;
}
[data-content-type='buttons'] {
    max-width: 100%;
}
[data-content-type='button-item'] {
    max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
    max-width: 100%;
    word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
    cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
    line-height: 2.2rem;
    font-size: 1.8rem;
    line-height: 1.42857143;
    /*margin: 0 10px 10px 0;*/
    /*padding: 14px 17px;*/
    /*color: #111;*/
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 600;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
    /*color: #111;*/
    /*text-decoration: none;*/
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
    /*color: #006bb4;*/
    /*text-decoration: underline;*/
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
    /*color: #bf2e1a;*/
    /*text-decoration: underline;*/
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
    /*background: none;*/
    /*border: 0;*/
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
    color: #111;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
    text-decoration: none;
    background-image: none;
    background: #111;
    border: 1px solid #111;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 10px 10px 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 3px;
    box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
    text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
    text-decoration: none;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 10px 10px 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 3px;
    box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
    text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.pagebuilder-column {
    box-sizing: border-box;
}
[data-content-type='heading'] {
    word-wrap: break-word;
}
[data-content-type='html'] {
    word-wrap: break-word;
}
figure[data-content-type='image'] {
    box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
    border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
    word-wrap: break-word;
}
[data-content-type='map'] {
    box-sizing: border-box;
    height: 300px;
}
[data-content-type='row'] li.product-item {
    text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
    max-width: 100%;
    min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
    word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
    white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
    display: inline-block;
    max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
    display: inline-block;
    width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
    max-width: 100%;
    white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
    display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
    visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
    width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
    display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
    display: block;
    visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
    opacity: .5;
    transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
    opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
    opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    /*max-width: 1280px;*/
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
    box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
    box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
[data-content-type='slide'] {
    box-sizing: border-box;
    line-height: 20px;
    min-height: inherit;
    overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
    color: inherit;
    text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
    height: 0;
    min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
    height: initial;
    min-height: inherit;
}
.pagebuilder-slide-wrapper {
    border-radius: inherit;
    box-sizing: border-box;
    min-height: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
    height: 100%;
    left: -15000vw;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
    left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
    -webkit-transform: unset;
    z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    position: relative;
    z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
    margin: auto !important;
    transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    border-radius: inherit;
    box-sizing: border-box;
    padding: 30px;
    transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
    min-height: 50px;
    overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-left: auto;
    margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-left: auto;
}
div[data-content-type='slider'] {
    visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
    visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
    min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
    line-height: 0;
    min-height: inherit;
    overflow: hidden;
    width: 100%;
}
a.button {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    color: initial;
    padding: 10px;
    text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
    display: block;
    font-size: 0;
    margin: 0 0 -1px;
    padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
    margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
    margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    border-right: 0;
    color: #000000;
    cursor: pointer !important;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 1.4rem 2rem;
    position: relative;
    transition: all .3s;
    vertical-align: middle;
    white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
    display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
    text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
    border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
    background: #ffffff;
    z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
    position: relative;
    transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
    box-sizing: border-box;
    min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
    display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
    border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
    border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
    word-wrap: break-word;
}
div[data-content-type='video'] {
    font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
    border-radius: inherit;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    font-family: 'object-fit: cover;', sans-serif;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.jarallax-video-fallback {
    transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
    visibility: hidden;
}
.cms-content-important {
    background-color: #f5f5f5;
    color: #333333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 35px -20px;
    padding: 20px;
}
.pagebuilder-full-width {
    float: left;
    width: 100%;
}
.pagebuilder-content-type {
    box-sizing: border-box;
    margin-bottom: 20px;
}
.pagebuilder-accordion {
    margin: 0;
    padding: 0;
}
.pagebuilder-accordion > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
    display: block;
}
.pagebuilder-accordion > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
    content: '';
    display: table;
}
.pagebuilder-accordion > .item.content:after {
    clear: both;
}
.pagebuilder-accordion > .item.content.active {
    display: block;
}
.pagebuilder-accordion > .item.title {
    margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
}
@media only screen and (max-width: 767px) {
    .pagebuilder-banner-wrapper {
        background-attachment: scroll !important;
    }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
        max-width: none;
    }
    .pagebuilder-column {
        background-attachment: scroll !important;
        flex-basis: 100%;
        max-width: 100%;
    }
    .pagebuilder-column-group {
        flex-wrap: wrap;
    }
    [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
        background-attachment: scroll !important;
    }
    [data-content-type='row'][data-appearance='full-bleed'] {
        background-attachment: scroll !important;
    }
    [data-content-type='row'][data-appearance='full-width'] {
        background-attachment: scroll !important;
    }
    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
        max-width: none;
    }
    [data-content-type='tab-item'] {
        background-attachment: scroll !important;
    }
    .pagebuilder-mobile-hidden {
        display: none !important;
    }
}
.price-box .special-price.for-rrp{
    color: #111;
}
.ui-datepicker {
    font-size: 14px;
}
.page-title-wrapper .action.print {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
.swatch-attribute span.swatch-option-price {
    display: none;
}
/* AM Checkout */
.required-captcha.checkbox {
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px;
}
/* Loading */
body > .loading-mask {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255,255,255,.8);
    z-index: 9999;
}
body[aria-busy="true"] > .loading-mask {
    display: block !important;
}
body > .loading-mask .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
/* Paypal Review */
.paypal-review .block-order-details-view {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: #ddd solid 1px;
}
.paypal-review {
    padding: 0 10px;
}
.paypal-review-discount .block {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #ddd solid 1px;
}
.paypal-review .block.giftcard {
    border-top: 0;
}
.paypal-review-discount .block .title {
    position: relative;
}
.paypal-review-discount .block > .title:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down.svg) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0deg);
}
.paypal-review-discount .block.active > .title:before {
    transform: rotate(180deg);
}
.paypal-review-items {
    margin-bottom: 20px;
}
.paypal-review-items .paypal-review-title {
    margin-bottom: 10px;
}
.paypal-review-items .paypal-review-title .action.edit {
    float: right;
    color: #111;
    text-decoration: underline;
}
.paypal-review-items table {
    width: 100%;
}
.paypal-review-items table th,
.paypal-review-items table td {
    padding: 6px;
}

.paypal-review-items tfoot th,
.paypal-review-items tfoot td,
.paypal-review-items tbody th,
.paypal-review-items tbody td {
    background: #fff;
}
.paypal-review-items tfoot th {
    text-align: right;
}
#order-review-form {
    margin-top: 20px;
}
#order-review-form .action.checkout {
    width: 100%;
    background-color: #f8be19;
    border-color: #f8be19;
    color: #111;
}
#order-review-form .actions-toolbar {
    text-align: right;
}
#order-review-form .actions-toolbar div.primary {
    display: block;
}
body .paypal-review .cart.table-wrapper .cart.item {
    border: 0;
    border-bottom: #ddd solid 1px;
    box-shadow: none;
}
.paypal-review-items tbody .qty {
    text-align: center;
}
.paypal-review-items tbody .qty .label {
    display: none;
}
.paypal-review-items tbody .col.subtotal {
    text-align: center;
}
.paypal-review-items tbody .col.subtotal,
.paypal-review-items tbody .col.qty {
    width: 20%;
}
.paypal-review-items tbody .col.qty input {
    padding-right: 0;
    padding-left: 0;
}
.paypal-review-items thead .col.price {
    display: none;
}
.paypal-review-items .product-item-details .product-item-name {
    min-height: 0;
}
.paypal-review-items .detail-price {
    font-weight: 600;
}
.paypal-review #shipping-method optgroup {
    font-weight: 600;
}
.cms-content > *:not(.content-block),
.cms-content div > *:not(.pagebuilder-column) {
    margin-top: 1em;
}
.cms-content > *:not(.content-block):first-child,
.cms-content div > *:not(.pagebuilder-column):first-child,
.cms-content #authenticationPopup + * {
    margin-top: 0;
}
@font-face {
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: normal;
    src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
    src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    -webkit-font-smoothing: antialiased;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
}
.pagebuilder-icon-down:before {
    content: '\f101';
}
.pagebuilder-icon-next:before {
    content: '\f102';
}
.pagebuilder-icon-prev:before {
    content: '\f103';
}
.pagebuilder-icon-up:before {
    content: '\f104';
}
.pagebuilder-banner-wrapper {
    background-clip: padding-box;
    border-radius: inherit;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
    z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
    min-height: 50px;
    overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-left: auto;
    margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
    margin-bottom: 1rem;
    margin-top: 0;
}
[data-content-type='buttons'] {
    max-width: 100%;
}
[data-content-type='button-item'] {
    max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
    max-width: 100%;
    word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
    cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
    line-height: 2.2rem;
    font-size: 1.8rem;
    line-height: 1.42857143;
    /*margin: 0 10px 10px 0;*/
    /*padding: 14px 17px;*/
    /*color: #111;*/
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 600;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
    /*color: #111;*/
    /*text-decoration: none;*/
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
    /*color: #006bb4;*/
    /*text-decoration: underline;*/
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
    /*color: #bf2e1a;*/
    /*text-decoration: underline;*/
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
    /*background: none;*/
    /*border: 0;*/
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
    color: #111;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
    text-decoration: none;
    background-image: none;
    background: #111;
    border: 1px solid #111;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 10px 10px 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 3px;
    box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
    text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
    text-decoration: none;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 10px 10px 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 3px;
    box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
    text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.pagebuilder-column {
    box-sizing: border-box;
}
[data-content-type='heading'] {
    word-wrap: break-word;
}
[data-content-type='html'] {
    word-wrap: break-word;
}
figure[data-content-type='image'] {
    box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
    border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
    word-wrap: break-word;
}
[data-content-type='map'] {
    box-sizing: border-box;
    height: 300px;
}
[data-content-type='row'] li.product-item {
    text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
    max-width: 100%;
    min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
    word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
    white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
    display: inline-block;
    max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
    display: inline-block;
    width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
    max-width: 100%;
    white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
    display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
    visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
    width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
    display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
    display: block;
    visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
    opacity: .5;
    transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
    opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
    opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    /*max-width: 1280px;*/
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
    box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
    box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
[data-content-type='slide'] {
    box-sizing: border-box;
    line-height: 20px;
    min-height: inherit;
    overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
    color: inherit;
    text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
    height: 0;
    min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
    height: initial;
    min-height: inherit;
}
.pagebuilder-slide-wrapper {
    border-radius: inherit;
    box-sizing: border-box;
    min-height: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
    height: 100%;
    left: -15000vw;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
    left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
    -webkit-transform: unset;
    z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    position: relative;
    z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
    margin: auto !important;
    transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    border-radius: inherit;
    box-sizing: border-box;
    padding: 30px;
    transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
    min-height: 50px;
    overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-left: auto;
    margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-left: auto;
}
div[data-content-type='slider'] {
    visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
    visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
    min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
    line-height: 0;
    min-height: inherit;
    overflow: hidden;
    width: 100%;
}
a.button {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    color: initial;
    padding: 10px;
    text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
    display: block;
    font-size: 0;
    margin: 0 0 -1px;
    padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
    margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
    margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    border-right: 0;
    color: #000000;
    cursor: pointer !important;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 1.4rem 2rem;
    position: relative;
    transition: all .3s;
    vertical-align: middle;
    white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
    display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
    text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
    border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
    background: #ffffff;
    z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
    position: relative;
    transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
    box-sizing: border-box;
    min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
    display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
    border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
    border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
    word-wrap: break-word;
}
div[data-content-type='video'] {
    font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
    border-radius: inherit;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    font-family: 'object-fit: cover;', sans-serif;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.jarallax-video-fallback {
    transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
    visibility: hidden;
}
.cms-content-important {
    background-color: #f5f5f5;
    color: #333333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 35px -20px;
    padding: 20px;
}
.pagebuilder-full-width {
    float: left;
    width: 100%;
}
.pagebuilder-content-type {
    box-sizing: border-box;
    margin-bottom: 20px;
}
.pagebuilder-accordion {
    margin: 0;
    padding: 0;
}
.pagebuilder-accordion > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
    display: block;
}
.pagebuilder-accordion > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
    content: '';
    display: table;
}
.pagebuilder-accordion > .item.content:after {
    clear: both;
}
.pagebuilder-accordion > .item.content.active {
    display: block;
}
.pagebuilder-accordion > .item.title {
    margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
}
@media only screen and (max-width: 767px) {
    .pagebuilder-banner-wrapper {
        background-attachment: scroll !important;
    }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
        max-width: none;
    }
    .pagebuilder-column {
        background-attachment: scroll !important;
        flex-basis: 100%;
        max-width: 100%;
    }
    .pagebuilder-column-group {
        flex-wrap: wrap;
    }
    [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
        background-attachment: scroll !important;
    }
    [data-content-type='row'][data-appearance='full-bleed'] {
        background-attachment: scroll !important;
    }
    [data-content-type='row'][data-appearance='full-width'] {
        background-attachment: scroll !important;
    }
    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
        max-width: none;
    }
    [data-content-type='tab-item'] {
        background-attachment: scroll !important;
    }
    .pagebuilder-mobile-hidden {
        display: none !important;
    }
}
/* Popup */
.aw-acp-popup-container.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    opacity: 0.8
}
.aw-acp-popup-container.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    outline: none!important;
    -webkit-backface-visibility: hidden
}
.aw-acp-popup-container .mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    height: 100%;
    text-align: center
}
@media (max-width:579px) {
    .aw-acp-popup-container .mfp-container {
        position: static;
        padding: 0;
        background: #fff
    }
}
.aw-acp-popup-container .mfp-container:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}
@media (max-width:579px) {
    .aw-acp-popup-container .mfp-container:before {
        display: none;
    }
}
.aw-acp-popup-container.mfp-align-top .mfp-container:before {
    display: none;
}
.aw-acp-popup-container .mfp-content {
    position: relative;
    z-index: 106;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left
}
@media (max-width:579px) {
    .aw-acp-popup-container .mfp-content {
        position: static;
    }
}
.aw-acp-popup-container .mfp-ajax-holder .mfp-content,
.aw-acp-popup-container .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.aw-acp-popup-container.mfp-ajax-cur {
    cursor: progress;
}
.aw-acp-popup-container.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.aw-acp-popup-container .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.aw-acp-popup-container .mfp-preloader {
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    z-index: 105;
    margin-top: -0.8em;
    width: auto;
    color: #ccc;
    text-align: center;
}
.aw-acp-popup-container .mfp-preloader a {
    color: #ccc;
}
.aw-acp-popup-container .mfp-preloader a:hover {
    color: #fff;
}
.aw-acp-popup-container .mfp-s-ready .mfp-preloader {
    display: none;
}
.aw-acp-popup-container .mfp-s-error .mfp-content {
    display: none;
}
.aw-acp-popup-container .aw-acp-popup-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (min-width:580px) {
    .aw-acp-popup-container .aw-acp-popup-with-anim {
        -webkit-transform: scale(0.8);
        transform:scale(0.8);
    }
}
.aw-acp-popup-container.mfp-bg{
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.aw-acp-popup-container--zoom-in.mfp-ready .aw-acp-popup-with-anim {
    opacity: 1;
}
@media (min-width:580px){
    .aw-acp-popup-container--zoom-in.mfp-ready .aw-acp-popup-with-anim {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.aw-acp-popup-container--zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.aw-acp-popup-container--zoom-in.mfp-removing .aw-acp-popup-with-anim {
    opacity: 0;
}
@media (min-width:580px) {
    .aw-acp-popup-container--zoom-in.mfp-removing .aw-acp-popup-with-anim {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.aw-acp-popup-container--zoom-in.mfp-removing.mfp-bg {
    opacity:0;
}
.mfp-hide {
    display: none!important;
}

.aw-acp-popup {
    position: relative;
    margin: 20px auto;
    padding: 15px;
    max-width: 640px;
    background: #fff;
}
@media (max-width:579px) {
    .aw-acp-popup {
        position: static;
        margin: 0;
    }
}
.aw-acp-popup,
.aw-acp-popup * {
    box-sizing: border-box;
}
.aw-acp-popup .swatch-option {
    box-sizing: content-box;
}
@media (min-width:580px) {
    .aw-acp-popup__mobile-header {
        display: none;
    }
}
@media (max-width:579px) {
    .aw-acp-popup__mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 102;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        padding: 0 15px;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #000;
        background: #fff
    }
}
.aw-acp-popup__title,
.aw-acp-popup__description,
.aw-acp-popup__options-wrapper {
    margin: 0 0 20px;
}
.aw-acp-popup__mobile-title {
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}
@media (max-width:579px) {
    .aw-acp-popup__product-info {
        display: none;
    }
}
@media (min-width:580px) {
    .aw-acp-popup__options-wrapper {
        max-height: 700px;
        overflow-y: auto;
        padding: 0 5px 0 0;
    }
}
.aw-acp-popup__form .fieldset > .field:not(.choice) > .label,
.aw-acp-popup__form .fieldset > .field:not(.choice) > .control {
    width: auto;
    float: none;
}
.aw-acp-popup__form .fieldset > .field:not(.choice) > .label {
    text-align: left;
    box-sizing: content-box;
    padding: 0;
    margin: 0 0 5px;
}
.aw-acp-popup__options-wrapper .fieldset {
    margin-left: 2px;
}
.aw-acp-popup__options-wrapper .fieldset .legend {
    margin: 0 0 20px;
}
.aw-acp-popup__box-tocart-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.aw-acp-popup__box-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
}
.aw-acp-popup__box-price {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.aw-acp-popup__box-price .price-container .price {
    font-size: 24px;
    color: #009900;
}
.aw-acp-popup__mobile-close-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px;
    line-height: 10px;
}

.aw-acp-popup__mobile-close-wrapper.headless {
    margin-left: 0;
    width: 100%;
}

.aw-acp-popup__mobile-close-wrapper .aw-acp-popup__mobile-close.action.primary {
    border: none;
    background: none;
    color: #c52525;
    width: 100%;
}

.aw-acp-popup__message {
    margin: 0 0 20px;
    padding: 13px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
}
.aw-acp-popup__message--good {
    background: #e8fff2;
    color: #27ae60;
}
.aw-acp-popup__message--bad {
    background: #ffedeb;
    color: #e74c3c;
}
.aw-acp-popup__message--info {
    background: #fffae6;
    color: #2c3e50;
}
@media (max-width:579px) {
    .aw-acp-popup--result .aw-acp-popup__message {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .aw-acp-popup__message--info {
        display: none;
    }
}
.aw-acp-popup__main {
    margin-bottom: 20px;
}
@media (max-width:579px) {
    .aw-acp-popup__main {
        left: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        padding: 40px 15px 40px 15px;
        width: 100%;
    }
}
@media (max-width:579px) {
    .aw-acp-popup__main.aw-acp-popup--result {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.aw-acp-popup__loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    height: 300px;
}
@media (max-width:579px) {
    .aw-acp-popup__loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.aw-acp-popup__loader-bar {
    position: relative;
    display: block;
    overflow: hidden;
    margin: auto;
    max-width: 300px;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background: #2bc253 -webkit-linear-gradient(top,#54f054,#2bc253);
    background: #2bc253 linear-gradient(180deg,#54f054,#2bc253);
    box-shadow: inset 0 2px 9px hsla(0,0%,100%,.3),inset 0 -2px 6px rgba(0,0,0,.4);
}
.aw-acp-popup__loader-bar:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    overflow: hidden;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(135deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);
    background-image: linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);
    background-size: 50px 50px;
    content: "";
    -webkit-animation: a 2s linear infinite;
    animation: a 2s linear infinite;
}
@media (min-width:580px) {
    .aw-acp-popup__columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width:579px) {
    .aw-acp-popup--result .aw-acp-popup__columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: auto;
        padding-bottom: 20px;
    }
}
@media (min-width:580px) {
    .aw-acp-popup__column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 250px;
    }
    .aw-acp-popup__column:nth-child(2) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: 20px;
    }
}
@media (max-width:579px) {
    .aw-acp-popup__column:first-child {
        margin-bottom: 20px;
    }
}
@media (max-width:579px) {
    .aw-acp-popup--result .aw-acp-popup__column--media {
        display: none;
    }
}
.aw-acp-popup__column--media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content:flex-start;
    justify-content: flex-start;
}
.aw-acp-popup__reviews-wrapper,
.aw-acp-popup__image-wrapper {
    margin: 0;
    text-align: center;
}
.aw-acp-popup__reviews-wrapper {
    height: 20px;
    flex: 1 1 auto;
}
.aw-acp-popup__reviews-wrapper .product-reviews-summary {
    display: block;
}
.aw-acp-popup__reviews-wrapper .product-reviews-summary .rating-summary,
.aw-acp-popup__reviews-wrapper .product-reviews-summary .reviews-actions {
    display: inline-block;
    vertical-align: middle;
}
.aw-acp-popup__image-wrapper {
    flex: 0 0 auto;
}
@media (max-width:579px) {
    .aw-acp-popup__column--media {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .aw-acp-popup__column--media.small .aw-acp-popup__image-wrapper {
        width: 50%;
        margin: auto;
    }
    .aw-acp-popup__reviews-wrapper {
        text-align: left;
        margin-bottom: 10px;
    }
}
.aw-acp-popup__image {
    max-width:100%;
    max-height:300px;
    height:auto;
}
.aw-acp-popup__actions {
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -ms-grid-row-align:center;
    align-items:center;
}
.aw-acp-popup__close-wrapper {
    text-align:center;
}
@media (max-width:579px) {
    .aw-acp-popup__close-wrapper {
        display:none;
    }
}
.aw-acp-popup__submit,
.aw-acp-popup__close {
    font-size: 18px!important;
}
@media (max-width:579px) {
    .aw-acp-popup__submit-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
}
.aw-acp-popup__submit {
    width: 100%;
}
.aw-acp-popup__result {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}
.aw-acp-popup__result-title {
    margin: 0 0 10px;
    font-size: 18px;
}
.aw-acp-popup__result-price {
    margin: 0 0 10px;
    font-size: 24px;
}
.aw-acp-popup__result-items {
    margin: 0 0 10px;
}
.aw-acp-popup__result-view-cart {
    margin: 0;
}
@media (min-width: 768px) {
    .paypal-review-items tbody .col.subtotal,
    .paypal-review-items tbody .col.qty {
        width: 10%;
    }
    #order-review-form .action.checkout {
        width: auto;
        min-width: 200px;
    }
    .paypal-review-items .product-item-photo {
        float: left;
    }
    .paypal-review-items .product-item-details {
        overflow: hidden;
    }
    .paypal-review {
        padding: 0 24px;
    }
}
@media (min-width: 1200px) {
    .paypal-review-items tbody td {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .paypal-review {
        padding: 0;
        margin: 0 auto;
        max-width: 1140px;
    }
    .paypal-review-items {
        margin-bottom: 40px;
    }
}
@media (min-width: 1600px) {
    .paypal-review {
        max-width: 1440px;
    }
}
/* AW Checkout */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
    margin-bottom: 10px !important;
}
.required-captcha.checkbox {
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.review-form .field-recaptcha {
    margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
    margin-top: 40px;
}
.onestepcheckout-index-index .stripe-icon-container img {
    display: inline-block !important;
}
.onestepcheckout-index-index .stripe-icon-container.right {
    top: -0.15em !important;
}
.onestepcheckout-index-index .stripe-icon-container img.stripe-icon {
    top: 0.2rem !important;
}
.onestepcheckout-index-index .stripe-payments-brand {
    margin-left: -49px !important;
}
.onestepcheckout-index-index #payment_form_anet_creditcard input[type="number"] {
    -moz-appearance: textfield;
}
@font-face {
    font-family: 'aw-osc_icons-font';
    src: url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff2') format('woff2'), url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
.products .product-reward-points-earning {
    padding-bottom: 1rem;
}
.product-info-main .product-reward-points-earning {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.form-reward-points .label.conversion-rate {
    margin-bottom: 10px;
}
.form-reward-points .field {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}
.form-reward-points .field .label.for-input {
    padding-top: 5px;
}
.form-reward-points .field .control {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    width: auto !important;
    min-width: 75px;
}
.form-reward-points .field .control .input-text {
    width: auto;
    min-width: 75px;
}
.form-reward-points .field .control .input-text.mage-error {
    margin-bottom: 32px;
}
.form-reward-points .field .control .mage-error[generated] {
    position: absolute;
    bottom: -24px;
}
.aw-ui-listing .admin__action-dropdown-wrap {
    display: inline-block;
    position: relative;
}
.aw-ui-listing .admin__action-dropdown-wrap .admin__action-dropdown-text:after {
    left: -6px;
    right: 0;
}
.aw-ui-listing .admin__action-dropdown-wrap .admin__action-dropdown-menu {
    left: auto;
    right: 0;
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown {
    border-color: #007bdb;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-text:after,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
    background-color: #ffffff;
    content: '';
    height: 6px;
    position: absolute;
    top: 100%;
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-menu,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
    display: block;
}
.aw-ui-listing .admin__action-dropdown-wrap._disabled .admin__action-dropdown {
    cursor: default;
}
.aw-ui-listing .admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
    color: #333333;
}
.aw-ui-listing .admin__action-dropdown {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    color: #41362f;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -.025em;
    margin-left: 5px;
    padding: 0.7rem 3.3rem 1.4rem 1.5rem;
    position: relative;
    vertical-align: baseline;
    z-index: 2;
}
.aw-ui-listing .admin__action-dropdown:hover,
.aw-ui-listing .admin__action-dropdown:focus {
    background-color: #ffffff;
    color: #060504;
    text-decoration: none;
}
.aw-ui-listing .admin__action-dropdown:after {
    right: 1.5rem;
}
.aw-ui-listing .admin__action-dropdown:before {
    margin-right: 1rem;
}
.aw-ui-listing .admin__action-dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #007bdb;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    display: none;
    line-height: 1.36;
    margin-top: -1px;
    min-width: 120%;
    padding: 2.2rem 3.5rem 1rem;
    position: absolute;
    top: 100%;
    transition: all 0.15s ease;
    z-index: 1;
}
.aw-ui-listing .admin__action-dropdown-menu > li {
    display: block;
}
.aw-ui-listing .admin__action-dropdown-menu > li > a {
    color: #333333;
    display: block;
    text-decoration: none;
    padding: 0.6rem 0.5rem;
}
.aw-ui-listing .selectmenu {
    display: inline-block;
    position: relative;
    text-align: left;
    width: auto;
    border: 1px solid #adadad;
    z-index: 1;
    -webkit-appearance: none;
    background-color: #ffffff;
    border-radius: 1px;
    box-shadow: none;
    color: #303030;
    font-size: 1.4rem;
    font-weight: 400;
    height: auto;
    line-height: 1.36;
    transition: border-color 0.1s linear;
    vertical-align: baseline;
}
.aw-ui-listing .selectmenu:hover {
    border-color: #878787;
}
.aw-ui-listing .selectmenu:hover .selectmenu-toggle:before {
    border-color: #878787;
}
.aw-ui-listing .selectmenu._active {
    border-color: #007bdb;
    z-index: 500;
}
.aw-ui-listing .selectmenu._active .selectmenu-toggle:after {
    transform: rotate(180deg);
}
.aw-ui-listing .selectmenu .action-save,
.aw-ui-listing .selectmenu .action-edit,
.aw-ui-listing .selectmenu .action-delete {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding: 0 1rem 0 1rem;
}
.aw-ui-listing .selectmenu .action-save:hover,
.aw-ui-listing .selectmenu .action-edit:hover,
.aw-ui-listing .selectmenu .action-delete:hover {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.aw-ui-listing .selectmenu .action-save:before,
.aw-ui-listing .selectmenu .action-edit:before,
.aw-ui-listing .selectmenu .action-delete:before {
    content: '\e604';
    font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .action-edit,
.aw-ui-listing .selectmenu .action-delete {
    border: 0 solid #ffffff;
    border-left-width: 1px;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.aw-ui-listing .selectmenu .action-edit:hover,
.aw-ui-listing .selectmenu .action-delete:hover {
    border: 0 solid #ffffff;
    border-left-width: 1px;
}
.aw-ui-listing .selectmenu .action-save:before {
    content: '\e619';
    font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .action-edit:before {
    content: '\e601';
    font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu button:not(.primary) {
    box-shadow: none;
}
.aw-ui-listing .selectmenu-value {
    display: inline-block;
}
.aw-ui-listing .selectmenu-value input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    display: inline;
    margin: 0;
    width: 8rem;
}
body._keyfocus .aw-ui-listing .selectmenu-value input[type='text']:focus {
    box-shadow: none;
}
.aw-ui-listing .selectmenu-toggle {
    padding-right: 1.8rem;
    background: transparent;
    border: none !important;
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.aw-ui-listing .selectmenu-toggle:focus,
.aw-ui-listing .selectmenu-toggle:active,
.aw-ui-listing .selectmenu-toggle:hover {
    background: transparent;
}
.selectmenu._active .aw-ui-listing .selectmenu-toggle:before {
    border-color: #007bdb;
}
body._keyfocus .aw-ui-listing .selectmenu-toggle:focus {
    box-shadow: none;
}
.aw-ui-listing .selectmenu-toggle:before {
    background: #e3e3e3;
    border-left: 1px solid #adadad;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.2rem;
}
.aw-ui-listing .selectmenu-toggle:after {
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 0.5rem 0.4rem 0 0.4rem;
    content: '';
    height: 0;
    margin-top: -0.2rem;
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transition: all .2s linear;
    width: 0;
}
.aw-ui-listing .selectmenu-items {
    background: #ffffff;
    border: 1px solid #007bdb;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    display: none;
    float: left;
    left: -1px;
    margin-top: 3px;
    max-width: 20rem;
    min-width: calc(100% + 2px);
    position: absolute;
    top: 100%;
}
.aw-ui-listing .selectmenu-items._active {
    display: block;
}
.aw-ui-listing .selectmenu-items ul {
    float: left;
    list-style-type: none;
    margin: 0;
    min-width: 100%;
    padding: 0;
}
.aw-ui-listing .selectmenu-items li {
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    display: flex;
    flex-direction: row;
    transition: background .2s linear;
    margin-bottom: 0;
}
.aw-ui-listing .selectmenu-items li:hover {
    background: #e3e3e3;
}
.aw-ui-listing .selectmenu-items li:last-child .selectmenu-item-action {
    color: #007bdb;
    text-decoration: none;
}
.aw-ui-listing .selectmenu-item {
    position: relative;
    width: 100%;
    z-index: 1;
}
li._edit > .aw-ui-listing .selectmenu-item {
    display: none;
}
.aw-ui-listing .selectmenu-item-edit {
    display: none;
    padding: .3rem 4rem .3rem .4rem;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
li:last-child .aw-ui-listing .selectmenu-item-edit {
    padding-right: .4rem;
}
.aw-ui-listing .selectmenu-item-edit .admin__control-text {
    margin: 0;
    width: 5.4rem;
}
li._edit .aw-ui-listing .selectmenu-item-edit {
    display: block;
}
.aw-ui-listing .selectmenu-item-action {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    color: #333333;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    min-width: 100%;
    padding: 1rem 6rem 1rem 1.5rem;
    text-align: left;
    transition: background .2s linear;
    width: 5rem;
    border: none !important;
    border-radius: 0;
}
.aw-ui-listing .selectmenu-item-action:hover,
.aw-ui-listing .selectmenu-item-action:focus {
    background: #e3e3e3;
}
.aw-ui-listing .admin__data-grid-action-columns._active {
    opacity: 0.98;
    z-index: 290;
}
.aw-ui-listing .admin__data-grid-action-columns-menu {
    color: #303030;
    font-size: 1.3rem;
    overflow: hidden;
    padding: 2.2rem 3.5rem 1rem;
    z-index: 1;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-header {
    border-bottom: 1px solid #d1d1d1;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-content {
    max-width: 50.4rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-footer {
    border-top: 1px solid #d1d1d1;
    padding-top: 2.5rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
    max-height: 140.5px;
    overflow-y: auto;
    padding-top: 1.5rem;
    position: relative;
    width: 51.9rem;
}
@media (max-width: 450px) {
    .aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
        width: 17.3rem;
    }
}
@media (min-width: 450px) and (max-width: 620px) {
    .aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
        width: 34.6rem;
    }
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__field-option {
    float: left;
    height: 20px;
    margin-bottom: 1.5rem;
    padding: 0 1rem 0 0;
    width: 15.8rem;
    display: flex;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__field-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-top: 4px;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-header {
    padding-bottom: 1.5rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-footer {
    padding: 1rem 0 2rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-footer-main-actions {
    margin-left: 25%;
    text-align: right;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-footer-secondary-actions {
    float: left;
    margin-left: -1em;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
    .amazon-button-container {
        width: 100%;
    }
}
.amazon-logout-widget {
    display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
    .amazon-minicart-container .amazon-button-container {
        width: auto;
    }
}
.aw-customer-attr__file-uploader-area {
    position: relative;
}
.aw-customer-attr__file-uploader-drop-zone {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    background: #fff;
    border: 1px dashed #ccc;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    padding-left: 35px;
}
.aw-customer-attr__file-uploader-dragging .aw-customer-attr__file-uploader-drop-zone-inner {
    opacity: 0.4;
}
.aw-customer-attr__file-uploader-drop-zone-inner {
    background: #fff;
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.aw-customer-attr__file-uploader-placeholder-text::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iMDVfRHJvcHpvbmUtKENBKS0tLXVwbG9hZGVkIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIgogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
    background-position: 0 0;
    width: 24px;
    height: 21px;
    position: absolute;
    margin-left: -31px;
    display: inline-block;
    content: " ";
}
.aw-customer-attr__file-uploader-spinner::after {
    animation: ellipsis 2s steps(3) infinite;
    content: "...";
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
@keyframes ellipsis {
    0% {
        width: 0;
    }
    75% {
        width: 1.5ch;
    }
    100% {
        width: 2ch;
    }
}
.aw-customer-attr__file-uploader-spinner {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #636363;
    display: none;
}
.aw-customer-attr__file-uploader._loading .aw-customer-attr__file-uploader-spinner {
    display: inline-block;
}
.aw-customer-attr__file-uploader-preview {
    position: relative;
    margin-top: 5px;
    width: 150px;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove {
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 20px;
    z-index: 3;
    display: block;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    right: 0;
    bottom: 0;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove:before {
    font-size: 2rem;
    line-height: inherit;
    color: #9e9e9e;
    content: 'X';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.aw-customer-attr__file-uploader-preview .title {
    width: 80%;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#checkout select[multiple] {
    height: auto;
    background-image: none;
}
.klarna-payments-method-cell {
    display: table-cell;
    vertical-align: middle;
}
label.klarna-payments-method-cell > span {
    padding-left: 5px;
}
span.klarna-payments-method-cell > img {
    display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
    padding: 0;
    border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
    .product-video {
        height: 100%;
        width: 81%;
    }
}
.file-uploader-area {
    position: relative;
}
.file-uploader-area input[type='file'] {
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
    box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
    cursor: default;
    opacity: .5;
    pointer-events: none;
}
.file-uploader-summary {
    display: inline-block;
    vertical-align: top;
}
.file-uploader-button {
    background: #eeeeee;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0;
    padding: 7px 15px;
    vertical-align: middle;
}
.file-uploader-button._is-dragover {
    background: #d4d4d4;
    border: 1px solid #006bb4;
}
.file-uploader-spinner {
    background-image: url('../images/loader-1.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    display: none;
    height: 30px;
    margin-left: 10px;
    vertical-align: top;
    width: 15px;
}
.file-uploader-preview .action-remove {
    bottom: 4px;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 6px;
    padding: 2px;
    position: absolute;
    text-decoration: none;
    width: 25px;
    z-index: 2;
}
.file-uploader-preview .action-remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.file-uploader-preview .action-remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #514943;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
    color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
    opacity: 0.7;
}
.file-uploader-preview .preview-link {
    display: block;
    height: 100%;
}
.file-uploader-preview .preview-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.file-uploader-preview .preview-video {
    display: inline-block;
    text-decoration: none;
}
.file-uploader-preview .preview-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    line-height: inherit;
    color: #cccccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
    color: #cccccc;
}
.file-uploader-preview .preview-video:before {
    left: 0;
    margin-top: -2rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
}
.file-uploader-preview .preview-document {
    display: inline-block;
    text-decoration: none;
}
.file-uploader-preview .preview-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7rem;
    line-height: inherit;
    color: #cccccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
    color: #cccccc;
}
.file-uploader-preview .preview-document:before {
    left: 0;
    margin-top: -3.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
    background: #ffffff;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 150px;
    line-height: 1;
    margin: 10px 25px 10px 0;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
    display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
    margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
    margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
    color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
    margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
    box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
    display: inline-block;
    text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #cccccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
    color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
    display: inline-block;
    text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #cccccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
    color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
    display: inline-block;
    text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    line-height: inherit;
    color: #cccccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
    color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2;
}
.file-uploader-placeholder-text {
    bottom: 0;
    color: #008bdb;
    font-size: 1.1rem;
    left: 0;
    line-height: 1.42857143;
    margin-bottom: 15%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center;
}
.data-grid-file-uploader {
    min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
    display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
    display: none;
}
.data-grid-file-uploader .file-uploader-image {
    background: transparent;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
    display: none;
}
.data-grid-file-uploader .file-uploader-area {
    z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
    height: 48px;
    text-align: center;
    display: block;
    text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    line-height: 48px;
    color: #8a837f;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
    color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
    float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
    border: 1px solid #cacaca;
    display: block;
    height: 5rem;
    margin-left: -1px;
    padding: 0;
    width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
    border-color: #8a837f transparent transparent transparent;
    left: 50%;
    margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
    border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
    display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
    left: 4rem;
    right: auto;
    z-index: 2;
}
.data-grid-file-uploader-inner {
    border: 1px solid #cacaca;
    float: left;
    height: 5rem;
    position: relative;
    width: 5rem;
}
@media only screen and (max-width: 768px) {
    .field-tooltip .field-tooltip-content {
        left: auto;
        right: -10px;
        top: 40px;
    }
    .field-tooltip .field-tooltip-content::before,
    .field-tooltip .field-tooltip-content::after {
        border: 10px solid transparent;
        height: 0;
        left: auto;
        margin-top: -21px;
        right: 10px;
        top: 0;
        width: 0;
    }
    .field-tooltip .field-tooltip-content::before {
        border-bottom-color: #999999;
    }
    .field-tooltip .field-tooltip-content::after {
        border-bottom-color: #f4f4f4;
        top: 1px;
    }
}
@media only screen and (max-width: 768px) {
    .opc-block-summary .product-item .product-item-inner {
        display: block;
    }
    .opc-block-summary .product-item .product-item-name-block {
        display: block;
        text-align: left;
    }
    .opc-block-summary .product-item .subtotal {
        display: block;
        text-align: left;
    }
}
@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,
    .abs-discount-block-desktop .block,
    .amazon-addresses .amazon-address,
    .login-container .block,
    .account .column.main .block:not(.widget) .block-content .box,
    .form-address-edit > .fieldset,
    .form-edit-account .fieldset,
    .storecredit .block,
    .paypal-review-discount .block,
    .cart-discount .block {
        width: 48%;
    }
    .abs-discount-block-desktop .block:nth-child(1),
    .amazon-addresses .amazon-address:nth-child(1),
    .login-container .block:nth-child(1),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
    .form-address-edit > .fieldset:nth-child(1),
    .form-edit-account .fieldset:nth-child(1),
    .storecredit .block:nth-child(1),
    .paypal-review-discount .block:nth-child(1),
    .cart-discount .block:nth-child(1) {
        clear: left;
        float: left;
    }
    .abs-discount-block-desktop .block:nth-child(2),
    .amazon-addresses .amazon-address:nth-child(2),
    .login-container .block:nth-child(2),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
    .form-address-edit > .fieldset:nth-child(2),
    .form-edit-account .fieldset:nth-child(2),
    .storecredit .block:nth-child(2),
    .paypal-review-discount .block:nth-child(2),
    .cart-discount .block:nth-child(2) {
        float: right;
    }
    .abs-discount-block-desktop .block:nth-child(2) + *,
    .amazon-addresses .amazon-address:nth-child(2) + *,
    .login-container .block:nth-child(2) + *,
    .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
    .form-address-edit > .fieldset:nth-child(2) + *,
    .form-edit-account .fieldset:nth-child(2) + *,
    .storecredit .block:nth-child(2) + *,
    .paypal-review-discount .block:nth-child(2) + *,
    .cart-discount .block:nth-child(2) + * {
        clear: both;
    }
    .abs-margin-for-blocks-and-widgets-desktop,
    .page-main .block,
    .customer-review .product-details {
        margin-bottom: 50px;
    }
    .abs-reset-left-margin-desktop,
    .column.main .paypal-review .actions-toolbar,
    .column.main .block-giftregistry-shared-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-create-return .fieldset .additional .action.remove,
    .form.send.friend .fieldset .additional .action.remove {
        margin-left: 90%;
    }
    .abs-add-fields-desktop .fieldset .field .control,
    .form-giftregistry-share .fieldset .field .control,
    .form-giftregistry-edit .fieldset .field .control,
    .form-create-return .fieldset .field .control,
    .form.send.friend .fieldset .field .control {
        width: auto;
    }
    .abs-margin-for-forms-desktop {
        margin-left: 25.8%;
    }
    .abs-visually-hidden-desktop,
    .modes-label,
    .block-search .label,
    .block-collapsible-nav .title {
        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,
    .amazon-addresses:before,
    .amazon-addresses:after,
    .paypal-review .block-content:before,
    .paypal-review .block-content:after,
    .paypal-review-discount:before,
    .paypal-review-discount:after,
    .order-review-form:before,
    .order-review-form: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 .page-title-wrapper:before,
    .account .page-title-wrapper: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,
    .data.table .gift-wrapping .nested:before,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:before,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:before,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
    .order-links:before,
    .order-links:after,
    .account .column.main .block.block-order-details-view:before,
    .account .column.main .block.block-order-details-view:after,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:before,
    .sales-guest-view .column.main .block.block-order-details-view:after,
    .page-header .header.panel:before,
    .page-header .header.panel:after,
    .header.content:before,
    .header.content:after {
        content: '';
        display: table;
    }
    .abs-add-clearfix-desktop:after,
    .amazon-addresses:after,
    .paypal-review .block-content:after,
    .paypal-review-discount:after,
    .order-review-form:after,
    .block-cart-failed .block-content:after,
    .cart-container:after,
    .login-container:after,
    .account .page-title-wrapper:after,
    .account .column.main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
    .order-links:after,
    .account .column.main .block.block-order-details-view:after,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:after,
    .page-header .header.panel:after,
    .header.content:after {
        clear: both;
    }
    .abs-add-box-sizing-desktop,
    .abs-shopping-cart-items-desktop,
    .column.main,
    .sidebar-main,
    .sidebar-additional,
    .bundle-options-container .block-bundle-summary,
    .block.crosssell,
    .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        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 {
        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 {
        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 {
        float: none;
        width: auto;
    }
    .abs-revert-field-type-desktop .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
        margin: 0 0 8px;
        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 {
        display: none;
    }
    .abs-form-field-column-2 .fieldset .field,
    .form-giftregistry-share .fieldset .field,
    .form-giftregistry-edit .fieldset .field,
    .form-create-return .fieldset .field,
    .form.send.friend .fieldset .field {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .abs-form-field-column-2 .fieldset .field + .fieldset,
    .form-giftregistry-share .fieldset .field + .fieldset,
    .form-giftregistry-edit .fieldset .field + .fieldset,
    .form-create-return .fieldset .field + .fieldset,
    .form.send.friend .fieldset .field + .fieldset {
        clear: both;
    }
    .form-giftregistry-share .fieldset .field:nth-last-child(1),
    .form-giftregistry-share .fieldset .field:nth-last-child(2),
    .form-giftregistry-edit .fieldset .field:nth-last-child(1),
    .form-giftregistry-edit .fieldset .field:nth-last-child(2),
    .form-create-return .fieldset .field:nth-last-child(1),
    .form-create-return .fieldset .field:nth-last-child(2),
    .form.send.friend .fieldset .field:nth-last-child(1),
    .form.send.friend .fieldset .field:nth-last-child(2) {
        margin-bottom: 0;
    }
    .abs-form-field-column-2 .fieldset .field .field,
    .form-giftregistry-share .fieldset .field .field,
    .form-giftregistry-edit .fieldset .field .field,
    .form-create-return .fieldset .field .field,
    .form.send.friend .fieldset .field .field {
        padding: 0;
        width: 100%;
    }
    .abs-form-field-revert-column-1 {
        width: 100%;
    }
    .abs-forms-general-desktop,
    .form-giftcard-redeem,
    .form-giftregistry-create {
        max-width: 500px;
    }
    .abs-forms-general-desktop .legend,
    .form-giftcard-redeem .legend,
    .form-giftregistry-create .legend {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .abs-forms-general-desktop .legend + br,
    .form-giftcard-redeem .legend + br,
    .form-giftregistry-create .legend + br {
        display: none;
    }
    .abs-revert-side-paddings,
    .checkout-cart-index .page-title-wrapper,
    .cart-summary .block .content,
    .cart-empty {
        padding-left: 0;
        padding-right: 0;
    }
    .abs-account-block-font-size,
    .block-addresses-list address,
    .box-billing-address .box-content,
    .box-shipping-address .box-content,
    .box-address-billing .box-content,
    .box-address-shipping .box-content,
    .box-information .box-content,
    .block-balance-giftcard .block-content,
    .block-reviews-dashboard .product-name {
        font-size: 1.6rem;
    }
    .abs-account-table-margin-desktop,
    .table-wrapper.balance-history,
    .table-wrapper.reward-history,
    .table-wrapper.orders-recent {
        /*margin-top: -25px;*/
    }
    .abs-action-print {
        display: inline-block;
        text-decoration: none;
    }
    .abs-action-print:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 16px;
        color: inherit;
        content: '\e624';
        font-family: 'luma-icons';
        margin: 0 4px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .abs-no-display-desktop,
    .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
        display: none;
    }
    .abs-status-desktop,
    .return-status,
    .order-status {
        margin-top: 6px;
        padding: 5px 10px;
    }
    .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
    .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
    .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
    .account .page-main .page-title-wrapper .order-date,
    [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
    .sales-guest-view .page-main .page-title-wrapper .order-date {
        margin: -14px 0 18px;
    }
    .abs-table-bordered-desktop {
        border: none;
    }
    .abs-table-bordered-desktop > thead > tr > th,
    .abs-table-bordered-desktop > tbody > tr > th,
    .abs-table-bordered-desktop > tfoot > tr > th,
    .abs-table-bordered-desktop > thead > tr > td,
    .abs-table-bordered-desktop > tbody > tr > td,
    .abs-table-bordered-desktop > tfoot > tr > td {
        border: none;
    }
    .abs-table-bordered-desktop > thead > tr > th,
    .abs-table-bordered-desktop > thead > tr > td {
        border-bottom: 1px solid #cccccc;
    }
    .abs-pager-toolbar,
    .account .toolbar,
    .toolbar-giftregistry-results,
    .toolbar-wishlist-results {
        position: relative;
    }
    .abs-pager-toolbar .toolbar-amount,
    .abs-pager-toolbar .limiter,
    .account .toolbar .toolbar-amount,
    .account .toolbar .limiter,
    .toolbar-giftregistry-results .toolbar-amount,
    .toolbar-giftregistry-results .limiter,
    .toolbar-wishlist-results .toolbar-amount,
    .toolbar-wishlist-results .limiter {
        position: relative;
        z-index: 1;
    }
    .abs-pager-toolbar .limiter,
    .account .toolbar .limiter,
    .toolbar-giftregistry-results .limiter,
    .toolbar-wishlist-results .limiter {
        display: inline-block;
        float: right;
    }
    .abs-pager-toolbar .toolbar-amount,
    .account .toolbar .toolbar-amount,
    .toolbar-giftregistry-results .toolbar-amount,
    .toolbar-wishlist-results .toolbar-amount {
        line-height: 30px;
        padding: 0;
    }
    .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 {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 4%;
        position: relative;
    }
    .abs-discount-block-desktop .block > .title,
    .paypal-review-discount .block > .title,
    .cart-discount .block > .title {
        border: 0;
        padding: 0 0 10px;
    }
    .abs-discount-block-desktop .block > .title strong,
    .paypal-review-discount .block > .title strong,
    .cart-discount .block > .title strong {
        font-size: 1.6rem;
    }
    .abs-discount-block-desktop .block .content,
    .paypal-review-discount .block .content,
    .cart-discount .block .content {
        padding: 0 0 20px;
    }
    .abs-discount-block-desktop .actions-toolbar .secondary,
    .paypal-review-discount .actions-toolbar .secondary,
    .cart-discount .actions-toolbar .secondary {
        bottom: -30px;
        left: 0;
        position: absolute;
    }
}
.login-container .g-recaptcha,
.form-login .g-recaptcha {
    margin-bottom: 10px !important;
}
.required-captcha.checkbox {
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.review-form .field-recaptcha {
    margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
    margin-top: 40px;
}
.onestepcheckout-index-index .aw-button-simple {
    position: relative;
    box-sizing: border-box;
    min-width: 150px;
    min-height: 32px;
    color: #da2128;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.onestepcheckout-index-index .aw-button-simple:focus,
.onestepcheckout-index-index .aw-button-simple:hover {
    box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .aw-button-simple__plus {
    padding-left: 24px;
}
.onestepcheckout-index-index .aw-button-simple__plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 2px;
    background-color: #da2128;
}
.onestepcheckout-index-index .aw-button-simple__plus::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    display: block;
    width: 2px;
    height: 8px;
    background-color: #da2128;
}
.onestepcheckout-index-index .new-shipping-address-form .aw-button-simple {
    margin-left: 5px;
}
.onestepcheckout-index-index .stripe-icon-container img {
    display: inline-block !important;
}
.onestepcheckout-index-index .stripe-icon-container.right {
    top: -0.15em !important;
}
.onestepcheckout-index-index .stripe-icon-container img.stripe-icon {
    top: 0.2rem !important;
}
.onestepcheckout-index-index .stripe-payments-brand {
    margin-left: -49px !important;
}
.onestepcheckout-index-index #payment_form_anet_creditcard input[type="number"] {
    -moz-appearance: textfield;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-title,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-title,
.onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-content,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-content {
    margin-bottom: 0;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-title,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-title {
    font-weight: 500;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .actions-toolbar .action,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .actions-toolbar .action {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #333333;
    margin-right: 0;
    background-color: #EDEDED;
    border-color: #D1D1D1;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .actions-toolbar .action {
    padding: 8px 16px;
}
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .actions-toolbar .action {
    padding: 8px;
}
.onestepcheckout-index-index .customerbalance + .rewardpoints {
    margin-top: 8px;
}
@font-face {
    font-family: 'aw-osc_icons-font';
    src: url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff2') format('woff2'), url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
.onestepcheckout-index-index .nav-toggle {
    display: none !important;
}
.onestepcheckout-index-index .columns.main {
    width: 100%;
}
.onestepcheckout-index-index div.mage-error[generated],
.onestepcheckout-index-index .note {
    margin: 0;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
}
.onestepcheckout-index-index div.mage-error[generated] {
    font-size: 13px;
    color: #8c1d1d;
}
.onestepcheckout-index-index div.mage-success[generated] {
    color: #006400;
    font-size: 1.2rem;
}
.onestepcheckout-index-index .page-title {
    margin-bottom: 10px;
}
.onestepcheckout-index-index .aw-onestep-main div.mage-error[generated] {
    position: relative;
    background-color: #fadbdc;
    margin-top: 5px;
    padding: 12px 20px 12px 45px;
}
.onestepcheckout-index-index .aw-onestep-main div.mage-error[generated]:before {
    content: '!';
    position: absolute;
    left: 10px;
    top: 8px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fadbdc;
    width: 24px;
    height: 24px;
    background-color: #8c1d1d;
    border-radius: 100%;
}
.onestepcheckout-index-index .aw-onestep-description {
    color: #4d4d4d;
    margin-bottom: 15px;
}
.onestepcheckout-index-index .page-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.onestepcheckout-index-index .page-main .checkout-container {
    color: #333333;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.43;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    font-size: 1.4rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.onestepcheckout-index-index .page-main .checkout-container img {
    display: block;
}
.onestepcheckout-index-index .page-main .checkout-container label {
    cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar .secondary,
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar .secondary a {
    padding: 0;
    margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .block[class] .field .control {
    width: 100% !important;
    padding-top: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text,
.onestepcheckout-index-index .page-main .checkout-container .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    padding: 0 16px;
    border-radius: 2px;
    min-height: 50px;
    transition: 0.3s;
    cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text:disabled,
.onestepcheckout-index-index .page-main .checkout-container .select:disabled {
    opacity: 0.5;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::-moz-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::-moz-placeholder {
    color: #575757;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::-webkit-input-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::-webkit-input-placeholder {
    color: #575757;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text:-ms-input-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select:-ms-input-placeholder {
    color: #575757;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text.mage-error,
.onestepcheckout-index-index .page-main .checkout-container .select.mage-error {
    border: 1px solid #8c1d1d;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::placeholder {
    color: #838383;
}
.onestepcheckout-index-index .page-main .checkout-container .select {
    padding-right: 30px;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) 50% !important;
    background-image: url(../Aheadworks_OneStepCheckout/images/arrow_down.svg);
    background-size: 13px !important;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'],
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] {
    display: none;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'] + label:before,
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] + label:before {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    content: '';
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-left: 31px;
    vertical-align: middle;
    margin-top: 0;
    height: 17px;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'] + label:before {
    content: '\e903';
    font-family: 'aw-osc_icons-font';
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox']:checked + label:before {
    content: '\e906';
    font-family: 'aw-osc_icons-font';
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox']:disabled + label {
    opacity: .3;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] + label:before {
    content: '\e90a';
    font-family: 'aw-osc_icons-font';
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='radio']:checked + label:before {
    content: '\e909';
    font-family: 'aw-osc_icons-font';
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='radio']:disabled + label {
    opacity: .3;
}
.onestepcheckout-index-index .page-main .checkout-container th.mark {
    font-weight: normal;
}
.onestepcheckout-index-index .page-main .checkout-container .field-tooltip {
    right: 10px;
    top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .field-phone .field-tooltip {
    top: unset;
    bottom: 10px;
    transform: translateY(0);
    z-index: 1;
}
.onestepcheckout-index-index .page-main .checkout-container .control {
    width: 100%;
    position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .field {
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required > .control > .label:first-of-type > span:first-child:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .control > .label:first-of-type > span:first-child:after,
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label:first-of-type > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label:first-of-type > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label.short > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label.short > span:first-of-type:after {
    content: '*';
    color: #8c1d1d;
    font-size: 1.2rem;
    margin: -2px 0 0 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label:after {
    content: none;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required legend.label span:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required legend.label span:after {
    content: '';
    display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .field._error .input-text,
.onestepcheckout-index-index .page-main .checkout-container .field._error .select {
    border: 1px solid #8c1d1d;
}
.onestepcheckout-index-index .page-main .checkout-container .field.addresses {
    margin: auto;
    width: calc(100% - 10px);
}
.onestepcheckout-index-index .page-main .checkout-container .field.choice {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .field-row,
.onestepcheckout-index-index .page-main .checkout-container fieldset.field.street .control {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.onestepcheckout-index-index .page-main .checkout-container .field-row fieldset.field.street {
    margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .fl-placeholder-state .label,
.onestepcheckout-index-index .page-main .checkout-container .fl-label-state .label,
.onestepcheckout-index-index .page-main .checkout-container fieldset .field .label {
    color: #838383;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    max-height: 44px;
    pointer-events: none;
    position: absolute;
    width: calc(100% - 10px);
    z-index: 1;
    padding: 0;
    padding-left: 10px;
    bottom: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset {
    margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset .field-email .label {
    margin-bottom: 0;
    top: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset .field-email.fl-label-state .label {
    transform: scaleY(0);
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .date .label {
    padding: 0;
    position: static;
    margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .date .select {
    padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .field.street .field .control {
    flex-direction: column;
}
.onestepcheckout-index-index .page-main .checkout-container .page-title-wrapper .page-title {
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field + .field {
    margin-left: 10px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field.field-phone {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid + .osc-fluid {
    margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .payment-option + .payment-option {
    margin-top: 8px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .customerbalance .payment-option-title,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .rewardpoints .payment-option-title {
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .customerbalance .action,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .rewardpoints .action {
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address {
    margin-bottom: 24px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .addresses .control,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .control .control {
    padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address > .field .label[for='billing-address-same-as-shipping'] {
    font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping {
    display: inline-block;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping + .label::before {
    color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:checked + .label::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:focus + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:focus + .label span {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
    -moz-box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner {
    margin-top: 24px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title {
    background-color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    padding-right: 40px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .label::before {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #C4C4C4;
    position: absolute;
    right: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:focus + .label::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:hover + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:checked + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method._active .payment-method-content {
    padding-top: 0;
    padding-bottom: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-start;
    margin: 10px 0;
    width: 60%;
    border-radius: 2px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title {
    width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .title {
    font-size: 2rem;
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .mark {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 2rem;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #bf2e1a;
    box-sizing: border-box;
    font-weight: 600;
    height: 26px;
    width: 26px;
    justify-content: center;
    margin-right: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .mark:after {
    content: counter(i);
    counter-increment: i;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields {
    width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .field-row {
    margin-top: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .control {
    display: flex;
    padding-top: 26px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .label {
    max-height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .fl-placeholder-state .label {
    bottom: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .fl-label-state .label {
    font-size: 80%;
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    white-space: nowrap;
    overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .admin__control-textarea {
    resize: none;
    height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .admin__control-multiselect {
    height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title ~ .aw-onestep-groups {
    counter-reset: i 1;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups {
    counter-reset: i;
    margin: 0;
    padding: 0;
    width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item {
    list-style-type: none;
    width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item:not(:first-of-type) {
    margin-top: 30px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 30px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background-color: #bf2e1a;
    font-size: 2rem;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-sizing: border-box;
    font-weight: 600;
    height: 26px;
    width: 26px;
    justify-content: center;
    margin-right: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark:after {
    content: counter(i);
    counter-increment: i;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups > .amazon-button-container {
    margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .field {
    margin: 5px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .actions-toolbar {
    margin-left: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .form,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .form,
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication {
    margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication {
    font-size: 12px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-notice,
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-link {
    display: inline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action {
    margin: 5px;
    text-align: center;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .choice {
    margin: 20px 5px 8px;
    width: inherit;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form {
    margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox[type="checkbox"] {
    display: inline-block;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox + .label::before {
    color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox:checked + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox:focus + .label span {
    box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox:focus + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox[type="checkbox"] {
    display: inline-block;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox + .label::before {
    color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:checked + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:focus + .label span {
    box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:focus + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .addresses .control {
    padding-top: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .admin__control-multiselect {
    height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-book-field {
    justify-content: flex-end;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .aw-button-simple {
    margin-bottom: 1rem;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong {
    font-weight: 400;
    color: #da2128;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong:hover {
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title:before {
    background-color: #da2128;
    background-size: cover;
    content: '';
    display: inline-block;
    margin-right: 3px;
    height: 10px;
    left: 0;
    top: 0;
    width: 10px;
    mask-image: url(../Aheadworks_OneStepCheckout/images/plus.svg);
    -webkit-mask-image: url(../Aheadworks_OneStepCheckout/images/plus.svg);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .label {
    font-size: 80%;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    white-space: nowrap;
    overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .input-text,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .input-text,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .select,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .select,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state textarea,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] textarea {
    outline: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .control {
    padding-top: 16px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .control .control {
    padding-top: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox[type="checkbox"] {
    display: inline-block;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox + .label::before {
    color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox:checked + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox:focus + .label span {
    box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox:focus + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 26px;
    padding-left: 26px;
    margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .aw-button-simple {
    min-width: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-weight: 400;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol {
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item {
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 15px 20px 43px;
    position: relative;
    width: calc(50% - 5px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .shipping-address-name {
    font-size: 16px;
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item {
    background-color: #f8f8f8;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item:hover {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 #333333;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item .edit-address-link {
    display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item:after {
    content: '\e90a';
    display: inline-block;
    color: #C4C4C4;
    font-family: 'aw-osc_icons-font';
    line-height: 1;
    font-weight: normal;
    font-size: 17px;
    pointer-events: none;
    position: absolute;
    top: 12px;
    right: 12px;
    height: 17px;
    width: 17px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item {
    border: 1px solid #bf2e1a;
    box-shadow: inset 0 0 0 1px #bf2e1a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item:after {
    content: '\e909';
    display: inline-block;
    color: #bf2e1a;
    font-family: 'aw-osc_icons-font';
    line-height: 1;
    font-weight: normal;
    font-size: 17px;
    pointer-events: none;
    position: absolute;
    top: 12px;
    right: 12px;
    height: 17px;
    width: 17px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    font-size: 13px;
    font-weight: normal;
    outline: none;
    position: absolute;
    text-indent: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:visited,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:focus,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link[disabled],
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link,
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link span,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item span {
    position: absolute;
    bottom: 18px;
    left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover {
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .field-select-billing {
    margin: 10px auto;
    width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    margin: auto;
    padding: 22px 16px 12px 16px;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .splitit-default-ui {
    overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .splitit-default-ui input[type="checkbox"] {
    display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .label {
    width: initial;
    bottom: 12px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .control {
    padding-top: 16px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .field.fl-label.fl-label-state .label {
    font-size: 80%;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    white-space: nowrap;
    overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method:first-of-type {
    border-top: 1px solid #d8d8d8;
    border-radius: 2px 2px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-title {
    background-color: transparent;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content {
    height: inherit;
    opacity: 1;
    padding-bottom: 25px;
    visibility: visible;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content .form {
    display: block;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content .label {
    width: initial;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 .field {
    max-width: calc(50% - 5px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 .field .label.short {
    display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field.choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field.choice .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .label {
    left: 0;
    padding-left: 0;
    pointer-events: auto;
    position: static;
    transform: translateY(0);
    line-height: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .label:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field.choice .label:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .label:before {
    margin-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .field-tooltip,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field.choice .field-tooltip,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .field-tooltip {
    right: inherit;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content {
    overflow: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content .legend {
    margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content .field:not(.choice) .label {
    padding-left: 0;
    margin: 0;
    top: -16px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content .field:not(.choice) .field-tooltip {
    top: 23px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field-tooltip {
    top: 0 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice {
    margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form label[for=adyen_cc_cc_type] {
    display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method#amazon-payment .payment-method-title span {
    display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .label {
    padding-left: 0;
    position: static;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .control,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .control {
    margin: 0 0 12px 0;
    width: initial;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .control a,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .control a {
    cursor: pointer;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    transition: 0.3s;
    min-height: 44px;
    box-shadow: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control:disabled {
    opacity: 0.5;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control::-moz-placeholder {
    color: #575757;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control::-webkit-input-placeholder {
    color: #575757;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control:-ms-input-placeholder {
    color: #575757;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.braintree-hosted-fields-invalid {
    border: 1px solid #8c1d1d;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label-state .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label[data-value-specified='1'] .label {
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    white-space: nowrap;
    overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label-state iframe,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label[data-value-specified='1'] iframe {
    padding-top: 8px;
    outline: none;
    transition: 0.3s;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control {
    width: calc(50% - 25px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control .label {
    padding-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control .label.short {
    display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control:first-of-type:after {
    top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-error {
    width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.cvv .field-tooltip {
    left: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.fl-label-state .hosted-control,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.fl-label[data-value-specified='1'] .hosted-control {
    padding-top: 15px;
    outline: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.cryozonic-stripe .cryozonic-stripe-elements {
    min-width: 300px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #paypal-express-in-context-button {
    display: block !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .paypal-button-context-iframe .zoid-outlet {
    z-index: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .braintree-paypal-actions + .actions-toolbar {
    overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #braintree_paypal_enable_vault + label {
    margin: 0 15px 10px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #braintree_paypal_enable_vault + label::before {
    margin-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background-color: #f8f8f8;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title #ingenico_e_payments ~ label > img {
    margin-bottom: 3px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label a {
    z-index: 2;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > span,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > img {
    margin: 0 10px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > img {
    float: left;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title input[type='radio'] + label:before {
    margin-left: 14px;
    margin-top: -6px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title input[type='radio'].radio {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title:hover {
    background-color: #ffffff;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content {
    height: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    width: calc(100% - 110px);
    overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content * {
    margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content #braintree-ach-mandate {
    margin: 40px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .fieldset.ccard {
    padding: 0 25px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .control {
    margin: 0 0 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .control .control {
    margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .form {
    display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .saved-cards input[type='radio'] {
    display: block;
    margin: 3px 5px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .actions-toolbar .primary {
    display: block;
    float: none;
    margin: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payment.payflowpro .field .label {
    top: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payment.payflowpro .fl-label-state .label {
    font-size: 80%;
    transform: translateY(-34px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payment.payflowpro ._with-tooltip .field-tooltip {
    top: 26px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    justify-content: flex-start;
    padding: 0;
    margin: 20px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types .item {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-right: 10px;
    border: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types .item._active {
    filter: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .field .fields.group:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .fields > .field .fields.group:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .field .fields.group:after,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .fields > .field .fields.group:after {
    display: none !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown {
    /* z-index: 200;
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -ms-transition: 0.4s;
     transition: 0.4s;
     max-width: 360px;
     min-width: 320px;
     position: fixed;
     left: calc(50% - 180px);
     top: calc(50% - 160px);*/
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap {
    /*margin: auto;*/
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset .captcha-reload {
    position: relative;
    bottom: -10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset .field.captcha > .label {
    top: 4px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .modal-header .action-close:focus {
    height: 14px;
    box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .field-email .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .field-password .label {
    margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .fl-label-state .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .fl-label-state .label {
    font-size: 80%;
    transform: translateY(-34px);
    white-space: nowrap;
    overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .dropdown-overlay {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .field.street .label {
    clip: inherit;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
    cursor: pointer;
    width: inherit;
}
.onestepcheckout-index-index .page-main .aw-osc_customer-not-logged-in .aw-onestep-main .aw-onestep-groups {
    counter-reset: i 1;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list {
    width: 100%;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card {
    position: relative;
    flex-direction: column;
    width: auto;
    padding: 16px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-height: 100%;
    min-width: 100%;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label::before {
    position: absolute;
    top: 26px;
    right: 12px;
    color: #C4C4C4;
    margin: 0;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio {
    display: inline-block;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:checked + .label::before,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label:hover::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:focus + .label {
    box-shadow: 0 0 3px 1px #00699d !important;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title {
    font-size: 14px;
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-subtitle {
    color: #717171;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card + .shipping-method-card {
    margin-top: 10px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .label {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .radio:checked + .label {
    border-color: #bf2e1a;
    box-shadow: inset 0 0 0 1px #bf2e1a;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery {
    padding-top: 40px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .fieldset:last-child {
    margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field {
    display: block;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field .control .label {
    top: -20px;
    min-width: auto;
    padding-left: 0;
    font-size: 12px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field:first-child {
    margin-bottom: 28px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger {
    display: inline-block;
    height: 100%;
    margin: 0 0 0 -32px;
    position: absolute;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger:before {
    content: '\e902';
    font-family: 'aw-osc_icons-font';
    font-size: 20px;
    pointer-events: none;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .ui-datepicker-trigger:focus {
    box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .input-text::-ms-clear {
    display: none;
}
.onestepcheckout-index-index .select::-ms-expand {
    display: none;
}
.onestepcheckout-index-index #co-transparent-form-aw-nmi .fieldset > .legend {
    margin-bottom: 20px;
}
.onestepcheckout-index-index #co-transparent-form-aw-nmi .field:not(.choice) label {
    position: inherit;
    padding-left: 0;
    margin: 0 0 8px;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree #braintree_expirationDate {
    width: 150px;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .credit-card-types .item {
    filter: grayscale(0);
    border: none;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .field.choice.fl-label-state .label {
    font-size: 100%;
    transform: unset;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .field.choice .checkbox {
    display: inline-block;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .field.choice .field-tooltip {
    position: static;
    margin-left: 8px;
}
.onestepcheckout-index-index .field .control._with-tooltip input {
    margin-right: 0;
}
.onestepcheckout-index-index .onestep-billing-address .field {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.onestepcheckout-index-index .onestep-billing-address .label[for="billing-address-same-as-shipping"]::before {
    margin-left: 0 !important;
}
.onestepcheckout-index-index .onestep-billing-address .title {
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}
.onestepcheckout-index-index .onestep-billing-address .title strong {
    font-weight: 400;
    color: #da2128;
}
.onestepcheckout-index-index .onestep-billing-address .title strong:hover {
    text-decoration: underline;
}
.onestepcheckout-index-index .onestep-billing-address .control {
    padding-top: 16px;
}
.onestepcheckout-index-index .onestep-billing-address .field.fl-label-state .control {
    transition: all .3s;
}
.onestepcheckout-index-index .onestep-billing-address .field.fl-label-state .label {
    font-size: 80% !important;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    white-space: nowrap;
    overflow: hidden;
}
.onestepcheckout-index-index .onestep-billing-address .admin__control-multiselect {
    height: 50px;
}
.onestepcheckout-index-index .action-select-shipping-item:focus {
    box-shadow: 0 0 5px 0 #333 !important;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email #customer-email-fieldset .actions-toolbar {
    margin-bottom: 16px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fieldset .fieldset .control {
    padding-top: 16px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fieldset .fieldset .label {
    bottom: 14px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fl-label-state .label {
    font-size: 80% !important;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    white-space: nowrap;
    overflow: hidden;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .field.captcha .label {
    top: 32px;
    height: 18px;
    min-height: unset;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .field.captcha .captcha-image {
    padding-top: 0;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .control {
    padding-top: 16px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .control .control {
    padding-top: 0;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .fl-label-state .label {
    font-size: 80% !important;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    white-space: nowrap;
    overflow: hidden;
}
.onestepcheckout-index-index .page-main .checkout-container .onestep-shipping-address .control {
    padding-top: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .onestep-shipping-address .control .control {
    padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .onestep-shipping-address .fl-label-state .label {
    transform: translateY(-34px);
    font-size: 80%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    background-color: #f8f8f8;
    border: 1px solid #d8d8d8;
    margin-left: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    width: 40%;
    padding: 20px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar input[type='checkbox'] + label:before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar input[type='radio'] + label:before {
    margin-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper {
    border: none;
    padding: 0 0 22px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle {
    align-items: center;
    cursor: pointer;
    line-height: 1.42857143;
    margin: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    padding: 2px;
    width: fit-content;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle.focus-visible {
    box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle::after {
    content: '\e900';
    text-decoration: none;
    font-size: 9px;
    font-weight: 600;
    color: #4d4d4d;
    font-family: 'aw-osc_icons-font';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-wrapper {
    width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-header {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block {
    margin-top: 25px;
    margin-bottom: 25px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    content: '\e900';
    font-family: 'aw-osc_icons-font';
    font-size: 10px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list.active .aw-onestep-sidebar-block_title:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    content: '\e901';
    font-family: 'aw-osc_icons-font';
    font-size: 9px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product {
    margin-right: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding: 16px;
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image {
    margin-right: 10px;
    min-width: 75px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-container,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-container .product-image-wrapper {
    width: 75px;
    height: 75px;
    max-width: 75px;
    max-height: 75px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description-container {
    width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description-container .aw-onestep-gift-message {
    margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-name {
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-price {
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin: 16px 0 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty .item-qty {
    max-width: 45px;
    min-width: 38px;
    padding: 0;
    text-align: center;
    box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty .aw-qty-placeholder {
    font-size: 12px;
    font-weight: 600;
    color: #4d4d4d;
    margin-right: 8px;
    margin-top: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty a {
    text-decoration: none;
    font-size: 11px;
    color: #4d4d4d;
    opacity: .6;
    font-family: 'aw-osc_icons-font';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-subtotals {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: right;
    min-height: 60px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_remove {
    text-decoration: none;
    font-size: 12px;
    color: #4d4d4d;
    opacity: .6;
    font-family: 'aw-osc_icons-font';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    display: inline-block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_remove:before {
    content: '\e9ad';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_count-down:before {
    content: '\e90d';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_count-up:before {
    content: '\e911';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:after {
    content: '\e900';
    text-decoration: none;
    font-size: 9px;
    font-weight: 600;
    color: #4d4d4d;
    font-family: 'aw-osc_icons-font';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle.focus-visible {
    box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle {
    cursor: pointer;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:after {
    content: '\e901';
    text-decoration: none;
    font-size: 9px;
    font-weight: 600;
    color: #4d4d4d;
    font-family: 'aw-osc_icons-font';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content {
    margin-top: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content .item-options .field {
    margin: 5px 0 15px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content .item-options .field .label {
    font-weight: 600;
    cursor: default;
    margin-bottom: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content .item-options .price {
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration + .aw-onestep-gift-message {
    margin-top: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card + .aw-sidebar-product-card {
    margin-top: 8px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary {
    padding-bottom: 6px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .mark {
    font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete {
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete > span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
    cursor: pointer;
    display: inline-block;
    font-family: 'aw-osc_icons-font';
    font-size: 9px;
    margin-right: 5px;
    opacity: .6;
    position: relative;
    top: -1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete > span:before {
    content: '\e90b';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > th,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > td {
    font-size: 14px;
    margin: 0;
    padding: 0 0 15px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .amount {
    text-align: right;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .sub {
    font-size: 120%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .shipping .mark {
    font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .shipping .mark .value {
    opacity: .5;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .amount,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .mark {
    cursor: pointer;
    border-top: 1px solid #cccccc;
    padding: 10px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .amount .price:after,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .mark .price:after {
    margin-left: 5px;
    content: '\e900';
    font-family: 'aw-osc_icons-font';
    font-size: 12px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
    content: '\e901';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-details {
    border-bottom: 1px solid #cccccc;
    display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-details.shown {
    display: table-row;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals.balance .action:hover {
    background-color: #eeeeee;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand {
    font-size: 150%;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand th,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand td {
    padding-top: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand strong {
    font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option {
    margin-top: 25px;
    margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:after {
    display: inline-block;
    margin-left: 5px;
    content: '\e900';
    font-family: 'aw-osc_icons-font';
    font-size: 9px;
    font-weight: 600;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:after {
    display: inline-block;
    margin-left: 5px;
    content: '\e900';
    font-family: 'aw-osc_icons-font';
    font-size: 9px;
    font-weight: 600;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:after {
    display: inline-block;
    margin-left: 5px;
    content: '\e901';
    font-family: 'aw-osc_icons-font';
    font-size: 9px;
    font-weight: 600;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .field {
    margin: 0 0 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:after {
    display: none;
    margin-left: 5px;
    content: '\e901';
    font-family: 'aw-osc_icons-font';
    font-size: 9px;
    font-weight: 600;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .actions-toolbar {
    margin: 0 0 0 auto;
    max-width: 30%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .actions-toolbar,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .actions-toolbar {
    max-width: 40%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .payment-option-inner,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .payment-option-inner {
    margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 60%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar div:first-child {
    margin-right: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .giftcard-account-balance {
    margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .checkout-agreement {
    margin: 10px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .checkout-agreement .input {
    display: inline-block;
    top: unset;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .checkout-agreement .label {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .checkout-agreement .label::before {
    color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .checkout-agreement .input:hover + .label::before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .checkout-agreement .input:focus + .label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .checkout-agreement button:focus {
    box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    text-align: left;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input {
    display: inline-block;
    top: unset;
    appearance: none;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__label::before {
    color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:focus + .newsletter-subscriber__label {
    box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:checked + .newsletter-subscriber__label::before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:hover + .newsletter-subscriber__label::before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:focus + .newsletter-subscriber__label::before {
    color: #bf2e1a;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block:first-child {
    margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #da2128;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:visited {
    color: #006bb4;
    text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:hover {
    color: #da2128;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:active {
    color: #bf2e1a;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:focus {
    background: none;
    border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button {
    color: #da2128;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    content: '\e900';
    font-family: 'aw-osc_icons-font';
    font-size: 9px;
    font-weight: 600;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:focus {
    box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active button {
    margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active button:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    content: '\e901';
    font-family: 'aw-osc_icons-font';
    font-size: 9px;
    font-weight: 600;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note textarea {
    min-height: 125px;
    resize: none;
    box-shadow: none;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar {
    margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar * {
    width: 100%;
    min-height: 40px;
    text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout {
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals {
    width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_label {
    color: #545454;
    text-align: center;
    margin: 15px 0 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_label:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../Aheadworks_OneStepCheckout/css/icons-font/secure_lock.svg') no-repeat;
    background-size: cover;
    margin-bottom: -3px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_badges ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_badges ul li {
    margin: 0px 10px 10px;
    max-width: calc(33% - 20px);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_text {
    color: #545454;
    text-align: justify;
    font-size: 85%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary {
    position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action {
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-family: 'aw-osc_icons-font';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .action-edit:before {
    content: '\e916';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .action-delete:before {
    content: '\e914';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .actions-toolbar {
    max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .actions-toolbar > div {
    width: 30%;
    float: right;
    margin-left: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .field:first-child {
    margin-top: 6px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .item-options:not(.gift-message-form) {
    margin-bottom: 0;
    padding: 12px 0 0 4px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper {
    display: flex;
    align-items: baseline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper .label::after {
    content: ":";
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper .values {
    margin-left: 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide {
    display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-sidebar-product-list .aw-onestep-sidebar-block_title {
    position: relative;
    padding-top: 4px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-block.aw-sidebar-summary {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-onestep-sidebar-block {
    margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-mobile-hide {
    display: block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr {
    display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub {
    display: block;
    font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub th {
    width: 100%;
    padding: 11px 5px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub td {
    padding: 11px 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded] .action-toggle {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded] .action-toggle::after {
    font-size: 10px;
    color: #333333;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .payment-option-title.toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    width: fit-content;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .payment-option-title.toggle::after {
    display: inline-block;
    margin-left: 5px;
    content: '\e901';
    font-family: 'aw-osc_icons-font';
    font-weight: 600;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #333333;
    transform: rotate(180deg);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .payment-option-title.toggle[aria-expanded="true"]::after {
    transform: rotate(0);
}
.onestepcheckout-index-index .discount-code .form-discount:not(#reward-points-form) {
    display: flex;
    align-items: flex-start;
}
.onestepcheckout-index-index .discount-code .form-discount .payment-option-inner {
    width: 100%;
}
.onestepcheckout-index-index .discount-code .form-discount .actions-toolbar {
    margin-left: 10px !important;
}
.onestepcheckout-index-index .discount-code .form-discount .input-text {
    height: auto;
    min-height: 40px;
}
.onestepcheckout-index-index .discount-code .form-discount .action-apply {
    color: #333333;
    min-height: 40px;
    max-width: 70px;
    margin-right: 0;
    background-color: #EDEDED;
    border-color: #D1D1D1;
}
.onestepcheckout-index-index #reward-points-form {
    padding-top: 10px;
}
.onestepcheckout-index-index #reward-points-form p {
    margin-bottom: 6px;
}
.onestepcheckout-index-index #reward-points-form .checkbox-group {
    margin-top: 6px;
}
.onestepcheckout-index-index #reward-points-form .actions-toolbar {
    margin: 0 !important;
    max-width: none;
    padding-bottom: 0;
}
.onestepcheckout-index-index #reward-points-form .actions-toolbar > div {
    text-align: left;
}
.onestepcheckout-index-index #reward-points-form .actions-toolbar * {
    min-height: 0 !important;;
}
.onestepcheckout-index-index #reward-points-form button {
    font-family: 'Open Sans';
    vertical-align: middle;
    letter-spacing: .5px;
    width: auto;
    min-height: 0 !important;
}
.payment-option.discount-code .action-toggle {
    font-size: 14px !important;
    font-weight: normal !important;
}
.payment-option.discount-code .action-toggle:after {
    display: none !important;
}
.onestepcheckout-index-index #reward-points-form button:first-child {
    border-radius: 4px;
    background: #111;
    color: #fff;
    padding: 4px;
    padding: 6px;
}
.onestepcheckout-index-index #reward-points-form button + button {
    background: transparent;
    border: 0;
}
.onestepcheckout-index-index #reward-points-form button + button > span {
    display: block;
    padding-bottom: 2px;
    border-bottom: #111 solid 1px;
}
.onestepcheckout-index-index .form-aw-giftcard,
.onestepcheckout-index-index .form-aw-merged-gc-discount {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.onestepcheckout-index-index .form-aw-giftcard .payment-option-inner,
.onestepcheckout-index-index .form-aw-merged-gc-discount .payment-option-inner {
    width: 100%;
}
.onestepcheckout-index-index .form-aw-giftcard .actions-toolbar,
.onestepcheckout-index-index .form-aw-merged-gc-discount .actions-toolbar {
    margin-left: 10px !important;
    max-width: none !important;
    min-width: 84px;
}
.onestepcheckout-index-index .form-aw-giftcard .input-text,
.onestepcheckout-index-index .form-aw-merged-gc-discount .input-text {
    height: auto;
    min-height: 40px !important;
}
.onestepcheckout-index-index .form-aw-giftcard .action-apply,
.onestepcheckout-index-index .form-aw-merged-gc-discount .action-apply {
    color: #333333;
    min-height: 40px;
    background-color: #EDEDED;
    border-color: #D1D1D1;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .field {
    margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .field:last-child {
    margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .input-text {
    min-height: 40px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .admin__control-textarea {
    min-height: 140px;
    resize: none;
    border-color: #D8D8D8;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .admin__control-textarea::placeholder {
    color: #838383;
}
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .mark,
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .amount {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option {
    margin-top: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account {
    display: flex;
    align-items: flex-start;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .payment-option-inner {
    width: 100%;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .field {
    margin-top: 0;
    margin-bottom: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .input-text {
    height: auto;
    min-height: 40px;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .actions-toolbar {
    display: flex;
    align-items: center !important;
    margin-left: 0 !important;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .actions-toolbar .secondary {
    min-width: 130px;
    margin-left: 10px;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .actions-toolbar .action {
    color: #333333;
    min-height: 40px;
    min-width: 70px;
    margin-right: 0;
    background-color: #EDEDED;
    border-color: #D1D1D1;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options {
    display: flex;
    flex-direction: column;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option.discount-code .field,
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option.giftcardaccount .field {
    margin-top: 0;
    margin-bottom: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .discount-code + .aw-onestep-gift-message {
    border-top: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-giftcard-code {
    order: 1;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .payment-option + .payment-option {
    margin-top: 16px;
}
@media only screen and (max-width: 767px) {
    .modal-inner-wrap {
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 1023px) {
    .onestepcheckout-index-index .page-title-wrapper {
        max-width: 530px;
        margin: auto;
        padding: 5px 10px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }
    .onestepcheckout-index-index .page-title-wrapper .page-title {
        font-size: 28px;
    }
    .onestepcheckout-index-index .aw-onestep-description {
        font-size: 14px;
        padding: 0 10px;
    }
    .onestepcheckout-index-index .header .logo {
        margin-left: 0;
    }
    .onestepcheckout-index-index .page-main {
        padding: 10px;
    }
    .onestepcheckout-index-index .page-main .checkout-container {
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 530px;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main,
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
        width: 100%;
        position: static;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
        margin: 0;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options {
        margin-top: 7px;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar_order-note {
        padding-bottom: 15px;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email {
        margin-bottom: 20px;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
        margin-top: 40px;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .modal-custom.authentication-dropdown {
        position: fixed;
        left: inherit;
        top: 0;
        max-width: 90%;
        width: 100%;
        right: 0;
        height: 100%;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main fieldset.field.street .control {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .authentication {
        margin-top: 0;
    }
}
.aw-mobile {
    width: 100%;
}
@media all and (min-width: 1024px), print {
    .onestepcheckout-index-index .page-main .checkout-container {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1128px;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main {
        width: 100%;
        max-width: 510px;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
        width: 100%;
        max-width: 490px;
        margin-top: 44px;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-mobile {
        display: none;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide {
        display: block;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide .page-title {
        font-size: 32px;
    }
    .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-description {
        font-size: 16px;
        font-weight: 600;
    }
    .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .fieldset {
        width: 100%;
    }
    .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field {
        display: block;
        width: 100%;
    }
    .onestepcheckout-index-index .gift-message-form .fieldset {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .onestepcheckout-index-index .gift-message-form .fieldset .field:first-child {
        margin-top: 10px !important;
        width: 48%;
    }
    .onestepcheckout-index-index .gift-message-form .fieldset .field:nth-child(2) {
        width: 48%;
    }
    .box-tocart .paypal:first-of-type {
        margin-top: 13px;
    }
    .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: #cccccc;
        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;
    }
    .order-links .item {
        margin: 0 -1px 0 0;
    }
    .order-links .item a,
    .order-links .item strong {
        padding: 1px 35px;
    }
    .wishlist-index-index .products-grid .product-items {
        margin: 0;
    }
    .wishlist-index-index .products-grid .product-item {
        margin-bottom: 20px;
        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;
    }
}
@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;
    }
}
body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
    display: none;
}
body._has-modal-custom .modal-custom._show + .modal-custom-overlay {
    display: block;
}
/* Magento Modal */
.modal-popup,
.modal-popup .action-close {
    display: none;
}
.modal-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    z-index: 300 !important;
}
.modal-popup._show {
    display: block;
    -webkit-animation: fadein .3s ease-out;
    -moz-animation: fadein .3s ease-out;
    animation: fadein .3s ease-out;
}
.modal-content {
    padding: 20px;
}
.modal-footer {
    text-align: center;
}
.modal-inner-wrap {
    padding: 20px;
    width: 420px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -230px;
    background: #fff;
    z-index: 1000;
}
.sidebar-additional .block-reorder{display: none;}
img.product-image-photo {
    image-rendering: pixelated;
}
.payment-imgs ul li{
    width: 25%;
    text-align: center;
}
.cate-filter .filter-options-content .items, .cate-filter .filter-options-content>.swatch-attribute{
    height: 285px;
    overflow-y: auto;
}

.bundle-options-container .block-bundle-summary .bundle.items{
    margin: 0;
    padding: 0;
    list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li{
    margin: 0;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action{
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333333;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active{
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333333;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover{
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555555;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus {
    text-decoration: none;
}
.bundle-options-container .input-text.qty{
    text-align: center;
    width: 55px;
}
.bundle-options-container .block-bundle-summary {
    box-sizing: border-box;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action{
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem;
    width: 100%;
    margin-top: 15px;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    line-height: 2.2rem;
    padding: 10px 17px;
    font-size: 1.8rem;
    width: 100%;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee{
    font-size: 1.4rem;
    display: inline-block;
    white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax{
    display: inline-block;
    font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before{
    content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after{
    content: ')';
}
.bundle-options-container {
    clear: both;
    margin-bottom: 40px;
    display: flow-root;
}
.bundle-options-container .legend.title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0;
    margin-bottom: 0;
}
.bundle-options-container .product-add-form {
    display: none;
}
.bundle-options-container .product-options-wrapper {
    margin-bottom: 30px;
    margin-top: 0;
}
.bundle-options-container .action.back {
    margin-bottom: 20px;
    background: none;
    border: none;
    text-decoration: underline;
}
.bundle-options-container .price-box .price {
    font-size: 18px;
    font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
    background: #e8e8e8;
    padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
    display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
    margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 15px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
    vertical-align: top;
}
.bundle-options-container .nested .field.qty {
    margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
    font-weight: 700;
    margin: 0 0 5px;
    display: inline-block;
}
.bundle-options-container p.required {
    color: #e02b27;
}
.bundle-options-container .product-options-bottom {
    clear: left;
}

.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%;
}
.bundle-options-container .payment-imgs, .bundle-options-container .key-feature{
    display: none;
}
.bundle-options-container .product-image-wrapper img{
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: auto !important;
}
.bundle-options-container span.product-image-wrapper{
    display: initial;
}
.bundle-options-container .stock, .bundle-options-container .quantity, .bundle-options-container .product-addto-links{display: none;}
.bundle-options-container .tocart img{
    max-width: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 4px;
}
#bundleSummary .title{
    margin: 15px 0px;
}
.bundle-options-container .product.name{
    margin: 10px 0px;
    float: left;
    width: 100%;
    font-weight: 600;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_B2bRegistration
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
@-webkit-keyframes "fade" {
    from {
        opacity: .6;
    }
    to {
        opacity: 1;
    }
}
@keyframes "fade" {
    from {
        opacity: .6;
    }
    to {
        opacity: 1;
    }
}
.container-main .box-des {
    box-sizing: border-box;
}
#color-buttons {
    display: none;
}
#background-buttons {
    display: none;
}
.container-main {
    width: 90%;
    margin: 0 auto;
}
.container-main p {
    font-size: 13px;
}
.container-main span {
    font-size: 13px;
}
.container-main date {
    font-size: 13px;
}
.container-main a {
    font-size: 13px;
}
.order-success {
    width: 100%;
}
.order-success p {
    display: table;
    margin: 0 auto;
}
.order-success p::before {
    content: url("../../../../../frontend/Magento/blank/en_AU/Bss_CheckoutSuccessPage/images/check.png");
}
.order-success span {
    font-size: 15px !important;
    display: table-cell;
    vertical-align: middle;
}
.thanksbackground {
    width: 100% !important;
}
.messdiv {
    position: relative;
}
.thanksmess {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.order-id {
    margin-top: 10px;
    font-weight: bold;
}
.order-id p {
    width: 100%;
}
.order-stt {
    font-weight: normal;
}
.order-date date {
    text-transform: uppercase;
}
.info {
    margin-top: 2%;
}
.infor-left {
    float: left;
    width: 50%;
}
.infor-right {
    float: right;
    width: 50%;
}
.small-infor {
    float: left;
    width: 50%;
    height: 200px;
}
.bottom-infor {
    margin-top: 10px;
}
.box-des {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    display: inline-block;
    width: 200px;
    border: 1px solid black;
    background-color: #F0F1F0;
}
.box-content {
    margin-top: 18px;
    margin-left: 5%;
}
.line-info {
    line-height: 25px;
}
.product-image {
    width: 17%;
    margin-right: 3%;
    min-height: 120px;
    float: left;
    position: relative;
}
.inner-image {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.product-info {
    float: left;
    width: 80%;
    min-height: 120px;
    position: relative;
}
.product-info p {
    line-height: 1;
}
.inner-product {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.show-order {
    margin-top: 5px;
}
.pname {
    font-weight: bold;
    margin-top: 10px;
}
.table-main {
    border: 10px solid #EFF1EF;
    background-color: #EFF1EF;
}
.table-main tbody tr {
    line-height: 15px;
}
.table-main .number {
    float: right;
    font-weight: bold;
}
.product-total {
    float: right;
    margin-right: 5%;
}
.product-total::before {
    content: url("../../../../../frontend/Magento/blank/en_AU/Bss_CheckoutSuccessPage/images/line.png");
}
.sort-order-block {
    clear: both;
}
.action.primary.continue {
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 12px;
}
.button-right {
    width: 80%;
    float: right;
}
.reorder {
    float: right;
    margin-top: 10px;
    width: 40%;
    margin-left: 15px;
}
.printorder {
    float: right;
    margin-top: 10px;
    width: 40%;
    margin-left: 15px;
}
.primary.inner {
    width: 100%;
    float: right;
}
.action.primary.continue.color-changing {
    width: 100%;
}
.action.primary.continue.color-changing span {
    white-space: nowrap !important;
}
.action.primary.continue.color-changing.prt span::before {
    content: url("../../../../../frontend/Magento/blank/en_AU/Bss_CheckoutSuccessPage/images/print.png");
}
.action.primary.continue.color-changing.reod span::before {
    content: url("../../../../../frontend/Magento/blank/en_AU/Bss_CheckoutSuccessPage/images/reorder.png");
}
.continue-shop {
    float: right;
    margin-right: 0;
    margin-top: 10px;
}
.continue-shop span {
    white-space: nowrap !important;
}
.adr-main p {
    line-height: 1.4;
}
.table-method {
    padding-left: 10%;
}
.first-tr {
    padding-top: 10px;
}
.half-a-page {
    width: 48%;
}
.half-a-page p img {
    width: 100%;
    max-width: 100%;
}
.half-left {
    float: left;
}
.half-a-page .form {
    min-width: 100% !important;
}
.half-a-page .cms-content-important {
    margin: 0;
}
.half-right {
    float: right;
}
.background-coupon {
    position: relative;
}
.coupon-words {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 25px;
}
.coupon-code {
    border: 1px dashed white;
    padding: 4px 20px;
}
.coupon-bg {
    width: 100%;
}
.fb-share-button {
    float: right !important;
    margin-left: 5px;
}
.g-plus {
    float: right !important;
    margin-left: 5px;
}
.twitter-share-button {
    float: right !important;
    margin-left: 5px;
}
.share-order2 {
    margin-left: 5px;
    float: right !important;
}
.social-right {
    margin-left: 5px;
    float: right !important;
}
.table-sort tr td {
    padding: 0;
}
.suggest-header {
    width: 250px !important;
}
.image-suggest {
    float: left;
    width: 25%;
}
.image-suggest a {
    width: 100%;
}
.name-suggest {
    width: 100%;
    text-align: center;
}
.title-suggest {
    text-transform: uppercase;
}
.img-suggest {
    width: 23%;
    float: left;
    text-align: center;
}
.suggest-image {
    height: 150px;
    max-height: 175px;
}
.suggest-image img {
    width: 100%;
    max-width: 100%;
    background-size: cover;
}
.suggestion {
    position: relative;
}
.slideshow-container {
    margin-top: 10px !important;
    margin: auto;
}
.slideshow-container a {
    text-decoration: none;
}
.mySlides {
    display: none;
}
.prev-suggest {
    cursor: pointer;
    position: absolute;
    width: auto;
    margin-top: 10%;
    padding: 8px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    left: 0;
    margin-left: 10px;
    border-radius: 3px 0 0 3px;
}
.prev-suggest:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
.next-suggest {
    cursor: pointer;
    position: absolute;
    width: auto;
    margin-top: 10%;
    padding: 8px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    right: 0;
    margin-right: 10px;
    border-radius: 3px 0 0 3px;
}
.next-suggest:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.mySlides.fade {
    opacity: 1 !important;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.2s;
    animation-name: fade;
    animation-duration: 1.2s;
}
.block.newsletter.news-subs {
    width: 100%;
}
.text-wrap {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}
.share-order1 {
    display: none;
}
.checkoutsuccess-guest-view #print-order-guest {
    max-width: 150px;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .box-des {
        width: 200px;
    }
}
@media only screen and (max-width: 991px) {
    .box-des {
        width: 150px;
    }
    .button-label {
        font-size: 10px !important;
    }
    .product-image {
        width: 22%;
    }
    .product-info {
        width: 75%;
    }
}
@media only screen and (max-width: 767px) {
    .thanksmess span {
        font-size: 18px !important;
    }
    .infor-left {
        width: 100%;
    }
    .infor-right {
        width: 100%;
    }
    .small-infor {
        float: left;
        width: 100%;
        height: auto;
    }
    .table-method {
        padding-left: 5%;
    }
    .container-main {
        width: 100%;
        margin: 0 auto;
    }
    .container-main p {
        font-size: 14px;
    }
    .container-main span {
        font-size: 14px;
    }
    .container-main date {
        font-size: 14px;
    }
    .container-main a {
        font-size: 14px;
    }
    .box-des {
        margin-top: 20px;
        width: 100% !important;
    }
    .half-a-page {
        width: 100%;
    }
    .button-right {
        width: 90%;
        margin-left: 10%;
        float: left;
    }
    .reorder {
        width: 50%;
        float: right;
    }
    .printorder {
        width: 50%;
        float: right;
    }
    .continue-shop {
        width: 50%;
        float: right;
        margin-left: 25%;
    }
    .product-image {
        width: 22%;
        min-height: 200px;
    }
    .product-info {
        width: 75%;
        min-height: 200px;
        float: left;
    }
    .img-suggest {
        width: 22%;
    }
}
@media only screen and (max-width: 600px) {
    .product-image {
        width: 22%;
        min-height: 170px;
    }
    .product-info {
        width: 75%;
        min-height: 170px;
    }
    .coupon-words p {
        font-size: 10px !important;
    }
    .button-right {
        width: 100%;
        margin-left: 0;
    }
    .reorder {
        width: 50%;
    }
    .printorder {
        width: 50%;
    }
    .continue-shop {
        width: 50%;
        float: right;
    }
}
@media only screen and (max-width: 414px) {
    .thanksmess span {
        font-size: 14px !important;
    }
    .product-image {
        width: 25%;
        min-height: auto;
        margin: 0 0 30px;
    }
    .product-info {
        width: 72%;
        min-height: auto;
        margin: 0 0 30px;
    }
    .button-label {
        font-size: 10px !important;
    }
    .share-order2 {
        display: none;
    }
    .share-order1 {
        display: inline-block;
    }
    .product-total {
        margin-right: 10%;
    }
}
@media only screen and (max-width: 414px) {
    .checkout-onepage-success .show-order .product-image .inner-image,
    .checkout-onepage-success .show-order .product-info .inner-product {
        transform: unset;
        position: unset;
    }
}
@media only screen and (max-width: 320px) {
    .product-image {
        width: 27%;
        min-height: 130px;
    }
    .product-info {
        width: 70%;
        min-height: 130px;
    }
}
.customer-account-login .message-success.success.message:nth-child(2) {
    display: none;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_B2bRegistration
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
@-webkit-keyframes "fade" {
    from {
        opacity: .6;
    }
    to {
        opacity: 1;
    }
}
@keyframes "fade" {
    from {
        opacity: .6;
    }
    to {
        opacity: 1;
    }
}
.container-main .box-des {
    box-sizing: border-box;
}
#color-buttons {
    display: none;
}
#background-buttons {
    display: none;
}
.container-main {
    width: 90%;
    margin: 0 auto;
}
.container-main p {
    font-size: 13px;
}
.container-main span {
    font-size: 13px;
}
.container-main date {
    font-size: 13px;
}
.container-main a {
    font-size: 13px;
}
.order-success {
    width: 100%;
}
.order-success p {
    display: table;
    margin: 0 auto;
}
.order-success p::before {
    content: url("../../../../../frontend/Magento/blank/en_AU/Bss_CheckoutSuccessPage/images/check.png");
}
.order-success span {
    font-size: 15px !important;
    display: table-cell;
    vertical-align: middle;
}
.thanksbackground {
    width: 100% !important;
}
.messdiv {
    position: relative;
}
.thanksmess {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.order-id {
    margin-top: 10px;
    font-weight: bold;
}
.order-id p {
    width: 100%;
}
.order-stt {
    font-weight: normal;
}
.order-date date {
    text-transform: uppercase;
}
.info {
    margin-top: 2%;
}
.infor-left {
    float: left;
    width: 50%;
}
.infor-right {
    float: right;
    width: 50%;
}
.small-infor {
    float: left;
    width: 50%;
    height: 200px;
}
.bottom-infor {
    margin-top: 10px;
}
.box-des {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    display: inline-block;
    width: 200px;
    border: 1px solid black;
    background-color: #F0F1F0;
}
.box-content {
    margin-top: 18px;
    margin-left: 5%;
}
.line-info {
    line-height: 25px;
}
.product-image {
    width: 17%;
    margin-right: 3%;
    min-height: 120px;
    float: left;
    position: relative;
}
.inner-image {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.product-info {
    float: left;
    width: 80%;
    min-height: 120px;
    position: relative;
}
.product-info p {
    line-height: 1;
}
.inner-product {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.show-order {
    margin-top: 5px;
}
.pname {
    font-weight: bold;
    margin-top: 10px;
}
.table-main {
    border: 10px solid #EFF1EF;
    background-color: #EFF1EF;
}
.table-main tbody tr {
    line-height: 15px;
}
.table-main .number {
    float: right;
    font-weight: bold;
}
.product-total {
    float: right;
    margin-right: 5%;
}
.product-total::before {
    content: url("../../../../../frontend/Magento/blank/en_AU/Bss_CheckoutSuccessPage/images/line.png");
}
.sort-order-block {
    clear: both;
}
.action.primary.continue {
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 12px;
}
.button-right {
    width: 80%;
    float: right;
}
.reorder {
    float: right;
    margin-top: 10px;
    width: 40%;
    margin-left: 15px;
}
.printorder {
    float: right;
    margin-top: 10px;
    width: 40%;
    margin-left: 15px;
}
.primary.inner {
    width: 100%;
    float: right;
}
.action.primary.continue.color-changing {
    width: 100%;
}
.action.primary.continue.color-changing span {
    white-space: nowrap !important;
}
.action.primary.continue.color-changing.prt span::before {
    content: url("../../../../../frontend/Magento/blank/en_AU/Bss_CheckoutSuccessPage/images/print.png");
}
.action.primary.continue.color-changing.reod span::before {
    content: url("../../../../../frontend/Magento/blank/en_AU/Bss_CheckoutSuccessPage/images/reorder.png");
}
.continue-shop {
    float: right;
    margin-right: 0;
    margin-top: 10px;
}
.continue-shop span {
    white-space: nowrap !important;
}
.adr-main p {
    line-height: 1.4;
}
.table-method {
    padding-left: 10%;
}
.first-tr {
    padding-top: 10px;
}
.half-a-page {
    width: 48%;
}
.half-a-page p img {
    width: 100%;
    max-width: 100%;
}
.half-left {
    float: left;
}
.half-a-page .form {
    min-width: 100% !important;
}
.half-a-page .cms-content-important {
    margin: 0;
}
.half-right {
    float: right;
}
.background-coupon {
    position: relative;
}
.coupon-words {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 25px;
}
.coupon-code {
    border: 1px dashed white;
    padding: 4px 20px;
}
.coupon-bg {
    width: 100%;
}
.fb-share-button {
    float: right !important;
    margin-left: 5px;
}
.g-plus {
    float: right !important;
    margin-left: 5px;
}
.twitter-share-button {
    float: right !important;
    margin-left: 5px;
}
.share-order2 {
    margin-left: 5px;
    float: right !important;
}
.social-right {
    margin-left: 5px;
    float: right !important;
}
.table-sort tr td {
    padding: 0;
}
.suggest-header {
    width: 250px !important;
}
.image-suggest {
    float: left;
    width: 25%;
}
.image-suggest a {
    width: 100%;
}
.name-suggest {
    width: 100%;
    text-align: center;
}
.title-suggest {
    text-transform: uppercase;
}
.img-suggest {
    width: 23%;
    float: left;
    text-align: center;
}
.suggest-image {
    height: 150px;
    max-height: 175px;
}
.suggest-image img {
    width: 100%;
    max-width: 100%;
    background-size: cover;
}
.suggestion {
    position: relative;
}
.slideshow-container {
    margin-top: 10px !important;
    margin: auto;
}
.slideshow-container a {
    text-decoration: none;
}
.mySlides {
    display: none;
}
.prev-suggest {
    cursor: pointer;
    position: absolute;
    width: auto;
    margin-top: 10%;
    padding: 8px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    left: 0;
    margin-left: 10px;
    border-radius: 3px 0 0 3px;
}
.prev-suggest:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
.next-suggest {
    cursor: pointer;
    position: absolute;
    width: auto;
    margin-top: 10%;
    padding: 8px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    right: 0;
    margin-right: 10px;
    border-radius: 3px 0 0 3px;
}
.next-suggest:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.mySlides.fade {
    opacity: 1 !important;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.2s;
    animation-name: fade;
    animation-duration: 1.2s;
}
.block.newsletter.news-subs {
    width: 100%;
}
.text-wrap {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}
.share-order1 {
    display: none;
}
.checkoutsuccess-guest-view #print-order-guest {
    max-width: 150px;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .box-des {
        width: 200px;
    }
}
@media only screen and (max-width: 991px) {
    .box-des {
        width: 150px;
    }
    .button-label {
        font-size: 10px !important;
    }
    .product-image {
        width: 22%;
    }
    .product-info {
        width: 75%;
    }
}
@media only screen and (max-width: 767px) {
    .thanksmess span {
        font-size: 18px !important;
    }
    .infor-left {
        width: 100%;
    }
    .infor-right {
        width: 100%;
    }
    .small-infor {
        float: left;
        width: 100%;
        height: auto;
    }
    .table-method {
        padding-left: 5%;
    }
    .container-main {
        width: 100%;
        margin: 0 auto;
    }
    .container-main p {
        font-size: 14px;
    }
    .container-main span {
        font-size: 14px;
    }
    .container-main date {
        font-size: 14px;
    }
    .container-main a {
        font-size: 14px;
    }
    .box-des {
        margin-top: 20px;
        width: 100% !important;
    }
    .half-a-page {
        width: 100%;
    }
    .button-right {
        width: 90%;
        margin-left: 10%;
        float: left;
    }
    .reorder {
        width: 50%;
        float: right;
    }
    .printorder {
        width: 50%;
        float: right;
    }
    .continue-shop {
        width: 50%;
        float: right;
        margin-left: 25%;
    }
    .product-image {
        width: 22%;
        min-height: 200px;
    }
    .product-info {
        width: 75%;
        min-height: 200px;
        float: left;
    }
    .img-suggest {
        width: 22%;
    }
}
@media only screen and (max-width: 600px) {
    .product-image {
        width: 22%;
        min-height: 170px;
    }
    .product-info {
        width: 75%;
        min-height: 170px;
    }
    .coupon-words p {
        font-size: 10px !important;
    }
    .button-right {
        width: 100%;
        margin-left: 0;
    }
    .reorder {
        width: 50%;
    }
    .printorder {
        width: 50%;
    }
    .continue-shop {
        width: 50%;
        float: right;
    }
}
@media only screen and (max-width: 414px) {
    .thanksmess span {
        font-size: 14px !important;
    }
    .product-image {
        width: 25%;
        min-height: auto;
        margin: 0 0 30px;
    }
    .product-info {
        width: 72%;
        min-height: auto;
        margin: 0 0 30px;
    }
    .button-label {
        font-size: 10px !important;
    }
    .share-order2 {
        display: none;
    }
    .share-order1 {
        display: inline-block;
    }
    .product-total {
        margin-right: 10%;
    }
}
@media only screen and (max-width: 414px) {
    .checkout-onepage-success .show-order .product-image .inner-image,
    .checkout-onepage-success .show-order .product-info .inner-product {
        transform: unset;
        position: unset;
    }
}
@media only screen and (max-width: 320px) {
    .product-image {
        width: 27%;
        min-height: 130px;
    }
    .product-info {
        width: 70%;
        min-height: 130px;
    }
}
.product-image-wrapper .top-left {
    left: 0;
    max-width: 25%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.product-image-wrapper .top-right {
    max-width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.product-image-wrapper .lower-left {
    bottom: 0;
    left: 0;
    max-width: 25%;
    position: absolute;
    z-index: 2;
}

.product-image-wrapper .lower-right {
    bottom: 0;
    max-width: 25%;
    position: absolute;
    right: 0;
    z-index: 2;
}

.product.media{
    position: relative;
}

.product.media .top-left {
    left: 0;
    max-width: 25%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.product.media .top-right {
    max-width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.product.media .lower-left {
    bottom: 110px;
    left: 0;
    max-width: 25%;
    position: absolute;
    z-index: 2;
}

.product.media .lower-right {
    bottom: 110px;
    max-width: 25%;
    position: absolute;
    right: 0;
    z-index: 2;
}

.catalog-product-view .product.media .lower-left {
    bottom: 30px;
}

.catalog-product-view .product.media .lower-right {
    bottom: 30px;
}
