﻿
#proceed-button {
    display: none;
}

/*.nav__basket {
    display:none;
}*/

.container.basketcontainer {
    max-width: 100% !important;
    width: 100% !important;
}


div.basketview .desktop {
}

div.basketview .mobile {
    display: none!important;
}

div.basketview .basketview__addqty{
    min-width: 200px;
}

div.basketview .basketcontainer {
    height: 100vh;
}

div.basketview {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

    div.basketview .mobi {
        display: none;
    }

    div.basketview .hide {
        display:none;
    }


    div.basketview h1 {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
    }

    div.basketview .btn {
        min-width: 220px;
    }

        div.basketview .btn.gold {
            background-color: var(--gold) !important;
            color: #fff;
        }

    div.basketview div.headline {
        margin-bottom: 30px;
        border-bottom: 2px solid var(--dark-maroon);
    }

        div.basketview div.headline .remove-all-items {
            display: table-cell;
            vertical-align: middle;
            margin-bottom: 0;
            padding-bottom: 0;
            width: 100%;
            text-align: right;
            /*min-width: 300px;*/
        }



    /*   div.basketview div.headline .remove-all-items a {
                background-color: var(--gold);
                color: #fff;
                width: 120px;
                border-radius: 20px;
                line-height: 1.1rem;
                font-size:0.9rem;
                text-transform: uppercase;
                padding: 5px;
                font-weight: bold;
                display: inline-block;
                text-align: center;
            }*/



    div.basketview div.options {
        margin-top: 30px;
        display: flex;
        justify-content: space-around;
        position: relative;
        background-color: #fff;
        padding-bottom: 10px;
    }

        div.basketview div.sticky {
            position: sticky;
            position: -webkit-sticky;
            bottom: 0;
        }


        div.basketview div.options div.option {
            position: relative;
        }

            div.basketview div.options div.option a {
                position: absolute;
                bottom: 0;
                min-width: 220px;
            }

            div.basketview div.options div.option.left a {
                left: 0;
            }

            div.basketview div.options div.option.right a {
                right: 0;
            }

            div.basketview div.options div.option div.insufficientvalue {
                position: absolute;
                bottom: 0;
                right: 0;
                width: 360px;
                font-size:1rem;
            }

                div.basketview div.options div.option div.insufficientvalue  {
                    
                }


                div.basketview div.total {
                    color: var(--dark-maroon);
                    font-size: 1.8rem;
                    font-weight: bold;
                    height: 80px;
                }




.basketview table {
    width: 100%;
    margin-top: 5px;
    text-align: left;
}

    .basketview table th {
        text-align: center;
        padding: 13px 10px;
        border-bottom: 1px solid #e0e0e0;
    }


.basketview table td {
    text-align: center;
    padding: 13px 10px;
    border-bottom: 1px solid #e0e0e0;
}


    .basketview table .basket-title {
        text-align: left;
    }

    .basketview table .basket-qty {
        width: 220px;
    }

.basketview .product {
    min-height: 180px;
    font-size: 13px;
    line-height: 1.2;
}

    .basketview .product .info {
        margin-left: 210px;
        font-size: 13px;
    }

    .basketview .product .title {
        font-family: 'museo-sans', Arial, sans-serif;
        font-weight: 300;
        font-size: 1.2px;
        color: black;
        padding-top: 8px;
    }

    .basketview .product .options {
        margin-top: 15px;
        color: #4a4a4a;
    }

        .basketview .product .options .label {
            width: 125px;
            display: inline-block;
            font-weight: 100;
        }

.basketview table td.price {
    width: 140px;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}

    .basketview table td.price span {
        display: inline-block;
    }

        .basketview table td.price span.discounted {
            text-decoration: line-through;
            color: var(--gold);
            font-size: 0.8rem;
        }

        .basketview table td.price span.total-price-value {
        }

.basketview table td .remove {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 40px;
    background: url('/images/basket-product-remove.png') center no-repeat;
    cursor: pointer;
    font-size: 0;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}


.basketview .image-container {
    width: 180px;
    height: 180px;
    padding: 0;
}

    .basketview .image-container img {
        max-width: 100% !important;
    }

.basketview table td .basketview__qtyoption {
    width: 40px;
    font-size: 1rem;
    font-weight: bold;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

.basketview table td .basketview__remove-item-button, .basketview__add-item-button {
    background-color: var(--dark-maroon);
    color: #fff;
    cursor: pointer;
}

.basketview .stock-level-hit {
    background-color: #d2d0d0
}


.basketview table td span.stockmessage {
    display: block;
    font-size: 0.8rem;
    margin-top: 5px;
    display: none;
}

.basketview table td .basketview__qty-item {
    background-color: #d2d0d0;
    color: var(--dark-maroon);
    width: 60px;
    cursor: default;
}


#proceedtodelivery-button {
    text-align: right;
    margin: 0;
    background-color: #fff;
    background-color: var(--gold);
    padding: 10px 10px;
    display: block;
    position: sticky;
    bottom: 0;
}

    #proceedtodelivery-button.hidden {
        display: none;
    }

    #proceedtodelivery-button > div {
    }

        #proceedtodelivery-button > div p {
            margin: 0;
            padding: 2px 0;
            line-height: 1em;
        }

        #proceedtodelivery-button > div.first {
            text-align: left;
        }

        #proceedtodelivery-button > div.last {
            text-align: right;
        }

    #proceedtodelivery-button.sticky {
        position: sticky;
        position: -webkit-sticky;
        bottom: 0;
    }

        #proceedtodelivery-button.sticky > div p {
            margin: 0;
            padding: 2px 0;
            line-height: 1em;
        }

    #proceedtodelivery-button a {
        font-family: gotham-book-regular;
        min-width: 300px;
    }


div.basketview div.specialoffers {
    background-color: var(--light-beige);
}


div.basketview .specialoffers .productresult__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

div.basketview .specialoffers .product__result__item {
    flex: 0 0 180px;
    padding: 1rem;
    margin: 0.5rem;
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
    border: solid 1px #dadada;
    background-color: #fff;
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
}

    div.basketview .specialoffers .product__result__item > a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        color: var(--dark-maroon);
        position: relative;
    }

    div.basketview .specialoffers .product__result__item .btn {
        min-width: 100%;
    }


div.basketview .specialoffers .product__result__item__image {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
}

    div.basketview .specialoffers .product__result__item__image img {
        height: 100%;
        margin: auto;
        width: 100%;
        object-fit: contain;
        vertical-align: middle;
    }

div.basketview .specialoffers .product__result__item__title {
    position: relative;
    max-height: 4rem;
    overflow: hidden;
    color: var(--dark-maroon);
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0.75rem;
    line-height: 1rem;
    font-size:0.9rem;
}

div.basketview .specialoffers .product__result__item__price {
    text-align: center;
    font-family: gotham-bold;
    font-size: 1.4rem;
    margin-top: auto;
}

    div.basketview .specialoffers .product__result__item__price .discounted {
        text-decoration: line-through;
        font-size: 0.8em;
        color: var(--gold);
    }


div.basketview .specialoffers .productview__pricing__unavailable {
    max-width: 190px;
    text-align: center;
    border: solid 2px var(--dark-maroon);
    background-color: var(--dark-maroon);
    color: #fff;
    padding: 8px;
    vertical-align: middle;
}


div.basketview .specialoffers div.productview__product-info div.coffee-strength {
    margin: 20px 0px;
    text-align: left;
}

    div.basketview .specialoffers div.productview__product-info div.coffee-strength span {
        display: inline-block;
        font-weight: bold;
        color: var(--dark-maroon);
        margin-right: 10px;
    }

    div.basketview .specialoffers div.productview__product-info div.coffee-strength img {
        height: 40px;
    }

div.basketview .specialoffers .product-info {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: help;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

div.basketview .specialoffers div.basketview .product-info > div {
    width: 100%;
    height: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: var(--gold);
    cursor: help;
    background: #fff !important;
    border: none !important;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

div.basketview .specialoffers div.basketview div.specialoffers {
    background-color: var(--light-beige);
}

@media (max-width: 950px) {
    div.basketview div.headline {
        border-bottom: none;
    }

    div.basketview h1 {
        text-align: center;
        display: block;
    }

    div.basketview div.headline .remove-all-items {
        display: block;
    }
}

@media (max-width: 767px){

    div.basketview div.total {
        height: auto;
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    div.basketview table tr {
        display: block;
    }

    div.basketview .desktop {
        display: none!important;
    }

    div.basketview .mobile {
        display: block!important;
        background: #fff;
        border-top: solid 1px var(--gold);
        padding-bottom: 0rem;
    }

    div.basketview tr.table-heading{
        display: none;
    }

    .basketview table tr:last-child {
        border-bottom: solid 1px #e0e0e0;
    }

        .basketview table tr {
            border-top: solid 1px #e0e0e0;
        }

        .basketview table td {
            border-bottom: none;
        }
        .basketview table .basket-title {
        width: 100%;
        display: block;
        text-align: center;
    }

    .basketview td.number-toggle {
        width: 30%;
        display: inline-block;
    }

    .basketview table td.price {
        width: 25%;
        display: inline-block;
    }

    .basketview td.basket-remove {
        width: 10%;
        display: inline-block;
    }

    div.basketview div.headline .remove-all-items{
        text-align: center;
        margin-top: 1rem;
    }

    div.headline {
        display: block;
    }

    div.remove-all-items {
        display: block;
    }

}

@media (max-width: 670px) {

    div.basketview div.headline{
        margin-bottom: 1rem;
    }

    div.basketview .basketview__addqty {
        min-width: inherit;
    }

    div.basketview .options {
        display: none !important;
    }

    .basketview table td{
        padding: 4px 5px;
    }

    .basketview table td .basketview__qtyoption{
        width: 30px;
        font-size: 0.85rem;
    }

    .basketview table td .basketview__qty-item {
        width: 50px;
        font-size: 0.85rem;
    }

    .basketview td.number-toggle {
        width: 50%;
        display: inline-block;
    }

    .basketview table td.price {
        width: 15%;
        display: inline-block;
    }

    .basketview td.basket-remove {
        width: 10%;
        display: inline-block;
    }

    .basketview table td .remove {
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
        width: 15px;
        height: 22px;
        vertical-align: middle;
        margin:0;
    }
}

@media (max-width: 620px) {

/*    .nav__mobile .searchbar{
        display: none;
    }*/

    div.basketview h1 {
        font-size: 1.5rem !important;
    }

    div.basketview div.total {
        font-size: 1.5rem !important;
    }

    div.basketview .btn {
        min-width: 170px;
    }

    .basketview table td .basketview__qtyoption{
        margin-right: 0!important;
    }

    .basketview table td .basketview__qty-item{
        width: 35px;
    }

    .basketview td.number-toggle{
        width: 40%;
    }

    .basketview table td.price {
        width: 22%;
    }

}

@media (max-width: 500px) {

    div.basketview a {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
        min-width: 100%;
    }

    

    div.basketview .mobile-buttons {
        flex-wrap: wrap;
        flex-direction: column-reverse !important;
    }

        div.basketview .mobile-buttons > div {
            flex: 0 0 100%;
        }

    .basketview table td.price{
        font-size: 0.85rem;
    }
}

@media( max-width: 430px) {

    div.basketview .specialoffers .productresult__list{
        padding: 1rem;
    }

    div.basketview .specialoffers .product__result__item {
        flex: 0 0 100% !important;
    }
}