﻿.add-to-cart-qty-wrapper .nl-plus,
.add-to-cart-qty-wrapper .nl-minus {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: inline-block;
    width: 15px;
    height: 18px;
    margin: 3px;
    background-color: #f1f1f1;
    text-align: center;
    font-family: "emporium-icons";
    font-size: 7px;
    line-height: 18px;
    color: #8e8e8e;
    cursor: pointer;
    user-select: none;
    transition: all .2s ease;
}

    .add-to-cart-qty-wrapper .nl-plus:hover,
    .add-to-cart-qty-wrapper .nl-minus:hover {
        background-color: #eaeaea;
    }

.add-to-cart-qty-wrapper .nl-minus {
    top: auto;
    bottom: 0;
}

.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper .nl-plus,
.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper .nl-minus {
    height: 16px;
    line-height: 16px;
}

.nl-cart-button-wrapper {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

    .nl-cart-button-wrapper .option-list {
        display: flex;
        align-content: flex-start;
        flex-direction: row;
        align-items: center;
    }

        .nl-cart-button-wrapper .option-list li {
            padding: 0 5px 0 5px;
        }

.nl-add-to-cart-qty-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nl-add-to-cart-button-wrapper {
    flex-grow: 1;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.mode-wrapper {
    /*height: 25px;*/
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 7px;
}

.mode-wrapper {
    height: 30px;
}

@media only screen and (min-width: 768px) {
    .mode-wrapper {
        margin-top: -10px;
    }

    .k-window .mode-wrapper {
        margin-top: 0 !important;
    }
}

.nl-add-to-cart-button {
    width: 100%;
}


    .nl-add-to-cart-button.details {
        background-color: #e3a116 !important;
        color: white !important;
    }

    .nl-add-to-cart-button.button-1 {
        background-color: #f1f1f1;
        border-radius: 3px;
        font-weight: bold;
        font-size: 14px;
        color: #8c8c8c;
        text-transform: uppercase;
        transition: all .2s ease;
        height: 40px;
        padding: 0 5%;
        vertical-align: middle;
        border: none;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .nl-add-to-cart-button.button-1:hover {
            color: white;
        }

.nl-cart-qty {
    width: 60px;
    /*margin: 0 7px 0 7px;*/
    margin: 0px;
    height: 40px !important;
}

.mode-buttons-wrapper {
    width: 40%;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
}

input.nl-cart-qty {
    padding: 0 7px 0 7px !important;
}

.spc-categories .item-box .buttons, .spc-categories .item-box .nl-cart-button-wrapper {
    display: none;
}

.small-products .item-box .buttons, .small-products .item-box .nl-cart-button-wrapper {
    display: none;
}

.nl-cart-button-wrapper *:before, *:after {
    font-family: inherit !important;
    box-sizing: inherit !important;
}

.qty-btn {
    cursor: pointer;
    color: #cbcbcb;
    /*position: absolute;
  left: 20%;*/
    font-size: 22px;
}

    .qty-btn:hover {
        color: #e3a116;
    }

.nl-inc {
    /*bottom: 22px;*/
    margin-left: 3px;
}

.nl-dec {
    /*bottom: 2px;*/
    margin-right: 3px;
}

.qty-internal-wrapper {
    position: relative;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}

.cart .quantity {
    width: 20%;
}

@media (max-width: 480px) {
    .category-page .item-grid .item-box {
        width: 100% !important;
        margin: 0 0 2% 0 !important;
    }

        .category-page .item-grid .item-box .picture {
            width: 30% !important;
            padding-top: 30px;
        }

        .category-page .item-grid .item-box .details {
            position: absolute;
            top: 20px;
            width: 100%;
        }

        .category-page .item-grid .item-box .product-title {
            padding-left: 30%;
        }

        .category-page .item-grid .item-box .product-rating-box {
            padding-left: 30%;
        }

        .category-page .item-grid .item-box .prices {
            padding-left: 30%;
        }

    .category-page .item-grid .product-item {
        position: relative;
        position: relative;
        height: 200px;
    }

    .jCarouselMainWrapper .nl-cart-button-wrapper {
        display: none !important;
    }

    .also-purchased-products-grid .nl-cart-button-wrapper {
        display: none !important;
    }

    .product-details-page .add-to-wishlist {
        width: 100% !important;
        margin-right: 0 !important;
    }

        .product-details-page .add-to-wishlist .add-to-wishlist-button {
            width: 100% !important;
            height: inherit !important;
            font-size: inherit !important;
        }

            .product-details-page .add-to-wishlist .add-to-wishlist-button span {
                margin: 0 5px 0 5px;
            }

    .product-details-page .overview .add-to-cart {
        width: 100% !important;
    }

    .product-details-page .nl-add-to-cart-qty-wrapper {
        margin-left: 0 !important;
    }
}

@media (max-width: 1024px) {
    .cart-item-row .quantity {
        width: 60% !important;
        flex-direction: row;
        align-items: center !important;
        justify-content: space-around;
        display: flex !important;
        padding: 7px !important;
        z-index: 999;
    }

    /*.cart-item-row .quantity .td-title {
      display: none;
    }*/
}

.hide {
    display: none !important;
}

.ajaxCart .attributes dt, .attributes dd {
    text-align: center !important;
}

.mini-shopping-cart a.remove-item {
    font-family: "emporium-icons" !important;
    box-sizing: border-box;
}

.mini-shopping-cart .quantity {
    font-family: inherit !important;
}

@media (min-width: 1025px) {
    .mini-shopping-cart .right {
        max-width: none !important;
    }
}


#nl-k-window {
}

.ajaxCart .product-details-page .product-essential {
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 30px 30px !important;
    padding-top: 0px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    border: 0 !important;
}


.miniProductDetailsView .product-essential .gallery {
    display: block;
    float: left;
    overflow: hidden;
    width: 35%;
    margin: 0;
}

.miniProductDetailsView .product-essential .picture {
    margin: 0;
    float: none;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

.gallery .picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
}

@media (min-width: 1601px) {
    .gallery .picture {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: initial !important;
    }
}

@media (min-width: 481px) {
    .desktop-hide {
        display: none !important;
    }

    .desktop-show {
        display: initial !important;
    }
}

.block-account-navigation .list li {
    font-family: "emporium-icons" !important;
    box-sizing: border-box;
}

.checkout-steps {
    font-family: "emporium-icons" !important;
}
