/* 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: 101;
    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: 767px) {
    .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: 767px) {
    .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: 767px) {
    .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: 55px 60px 0;
    max-width: 800px;
    background: #fff;
}

@media (max-width: 767px) {
    .aw-acp-popup {
        position: static;
        margin: 0;
        padding: 50px 15px 0;
    }
}

.aw-acp-popup,
.aw-acp-popup * {
    box-sizing: border-box;
}

.aw-acp-popup .swatch-option {
    box-sizing: content-box;
}

@media (min-width: 768px) {
    .aw-acp-popup__mobile-header {
        display: none;
    }
}

@media (max-width: 767px) {
    .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 (min-width: 768px) {
    .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: #1979c3;
    width: 100%;
}

.aw-acp-popup__message {
    margin: 0 0 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .aw-acp-popup__message {
        font-size: 19px;
        margin-bottom: 25px;
    }
}

.aw-acp-popup__message--good {
    /* background: #e8fff2;
    color: #27ae60; */
    color: #444;
    text-align: center;
}

.product-heading-success-message {
    margin-bottom: 0;
}

.product-heading-success-message span {
    position: relative;
    display: inline-block;
}

.product-heading-success-message span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #62B958;
    content: '\f846';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: -30px;
    width: 25px;
    top: -2px;
    position: absolute;
    text-align: center;
}


.product-name-success-message span {
    color: #cf4832;
}

.aw-acp-popup__message--bad {
    background: #ffedeb;
    color: #e74c3c;
}

.aw-acp-popup__message--info {
    background: #fffae6;
    color: #2c3e50;
}

.aw-acp-popup__main {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .aw-acp-popup__main {
        margin-bottom: 25px;
    }
}

.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: 200px;
}

.aw-acp-popup__loader-bar {
    height: 100px;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.aw-acp-popup__loader-bar:after {
    content: '';
    position: absolute;
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #184F8C;
    border-width: 3px 5px 2px 0;
    border-radius: 20px;
    border-bottom-color: transparent !important;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@media (max-width: 767px) {
    .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%;
}

/* .aw-acp-popup__main.aw-acp-popup--result .aw-acp-popup__columns {
    display: none !important;
} */

.aw-acp-popup__main .aw-acp-popup__columns {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 18px;
}

@media (min-width: 768px) {
    .aw-acp-popup__main .aw-acp-popup__columns {
        justify-content: center;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}

.aw-acp-popup__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.aw-acp-popup__columns .aw-acp-popup__product-info {
    display: flex;
    align-content: center;
    justify-content: center;
}

.aw-acp-popup__columns .aw-acp-popup__title {
    font-size: 14px;
    line-height: 21px;
    margin: auto;
}

.aw-acp-popup__column:first-child {
    width: 50%;
    margin-right: 6px;
}

@media (min-width: 768px) {
    .aw-acp-popup__column:first-child {
        width: 45%;
    }
}

.aw-acp-popup__column:nth-child(2) {
    width: 50%;
    margin-left: 6px;
}

@media (min-width: 768px) {
    .aw-acp-popup__column:first-child {
        margin-right: 12px;
    }

    .aw-acp-popup__column:nth-child(2) {
        margin-left: 12px;
    }
}

.aw-acp-popup__columns .aw-acp-popup__column--media {
    margin-right: 6px;
    width: auto !important;
}

@media (min-width: 768px) {
    .aw-acp-popup__columns .aw-acp-popup__column--media {
        margin-right: 12px;
    }
}

.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 .product-image-container {
    width: auto !important;
    display: block;
    max-width: 0;
    min-width: auto;
    position: static;
    overflow: visible;
}

.aw-acp-popup__image-wrapper .product-image-wrapper {
    padding-bottom: 0 !important;
    height: auto;
    overflow: visible;
    position: static;
}

.aw-acp-popup__image-wrapper .product-image-photo {
    position: static;
    max-width: 0;
    width: 60px;
    height: auto;
}

@media (min-width: 768px) {
    .aw-acp-popup__image-wrapper .product-image-photo {
        width: 72px;
    }
}

@media (max-width: 767px) {
    .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;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .aw-acp-popup__actions {
        justify-content: center;
    }
}

.aw-acp-popup__close-wrapper {
    text-align: center;
}

.aw-acp-popup__submit,
.aw-acp-popup__close {
    /* font-size: 18px!important; */
}

@media (max-width: 767px) {
    .aw-acp-popup__submit-wrapper {
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
}

.aw-acp-popup__submit {
    width: 100%;
    height: 50px;
}

.aw-acp-popup__result {
    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;
}

/* Related */

.aw-acp-popup__related {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    margin-bottom: 0;
}

.aw-acp-popup__related .title {
    margin-top: 10px;
}

.aw-acp-popup__related .products {
    margin: 0;
}

.aw-acp-popup__related .products .product-item-info {
    margin: -10px;
    padding: 9px;
}

@media (min-width: 640px) {
    .products-grid.products-acp-related .product-item {
        width: 24% !important;
    }

    .products-grid.products-acp-related .product-item:nth-child(n+5) {
        display: none;
    }
}

@-webkit-keyframes a {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 50px 50px;
    }
}

@keyframes a {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 50px 50px;
    }
}

/* Controls */
.input-text.qty {
    width: 54px;
    text-align: center;
}

.field.qty .label {
    font-weight: 600;
    margin: 8px 0;
    display: block;
}

button[data-action="wait"],
button[data-action="checkout"] {
    height: 36px !important;
    font-size: 14px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    line-height: inherit !important;
}

a[data-action="continue"] {
    display: inline-block;
    color: #F47421;
    background-color: white;
    height: 36px;
    font-size: 14px;
    width: 100%;
    line-height: 34px;
    border-radius: 0;
    border: 1px solid #D8D8D8;
}

a[data-action="continue"]:hover {
    border-color: #F47421;
    text-decoration: none;
    color: #F47421;
}

a[data-action="cancel"] {
    font-size: 14px !important;
}

.products.items {
    width: 100%;
}

#general-nosto-1 .nosto-header {
    text-align: left !important;
    border-bottom: 1px solid #333 !important;
    padding: 6px 0 !important;
    font-size: 18px !important;
}

#general-nosto-1 .nosto-block {
    padding: 0 !important;
}

.close-modal:hover {
    background: none !important;
}