﻿


.basket-section-container {
    display: flex;
    clear: both;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 900px) {
    .basket-section-container {
        clear: both;
        width: 100%;
        display: inline-grid;
    }
}

.basket-left-section {
    width: 69%;
    /*min-width: 680px;    /////////////////////////////////*/
    padding-left: 1rem;
    margin: 0px 20px 20px 20px;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
}

@media screen and (max-width: 900px) {
    .basket-left-section {
        width: 100%;
        padding-left: 1rem;
        margin: 0px 20px 20px 0px;
        background-color: #f4f4f4;
        border: 1px solid #e5e5e5
    }
}

.basket-right-section {
    width: 30%;
    min-width: 255px;
    max-height: 440px;
    margin: 0px 20px 20px auto;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5
}

@media screen and (max-width: 900px) {

    .basket-right-section {
        width: 100%;
        padding-left: 1rem;
        margin: 0px 20px 20px 0px;
        background-color: #f4f4f4;
        border: 1px solid #e5e5e5
    }
}

.basket-pricing {
    padding-left: 15px;
    padding-right: 15px;
}

.basket-summary {
    font-size: 2.0rem;
    padding-top: 15px;
    line-height: 1.4;
    font-variant-caps: all-small-caps;
}

.postage-type {
    float: left;
    clear: both;
}
.postage-amount {
    float:right;
}

.total-type {
    color: darkslategrey;
    border: 1px;
    font-size: 2.2em;
    padding: 0px;
    float: left;
    clear: both;
}

.total-amount {
    color: darkslategrey;
    border: 1px;
    font-size: 2.2em;
    padding: 0px;
    float: right;
}

.basket-detail {
    padding: 15px;
    /*    min-width: 350px;
    max-width: 550px;*/
}

    .basket-detail .basket-item-title {
        font-size: 2.0rem;
        margin: 0;
        line-height: 1.4;
        padding-left: 10px;
        margin-top:auto;
        margin-bottom:auto;
        max-width: 450px;
    }

    .basket-detail .basket-item-price {
        font-size: 1.5rem;
        font-variant-caps: all-small-caps;
        margin: 0;
        line-height: 1.4;
        padding-left: 20px;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: darkslategrey;
        border: 1px;
        padding: 40px;
        text-align:right;

    }

    .basket-detail .basket-item-remove {
        font-size: 2.5rem;
        line-height: 1.4;
        padding-bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 20px;
        width: 30px;
        color: dodgerblue;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
    }

    .basket-detail .basket-items {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0px 0 0 0px;
        overflow: hidden;
        padding-left: 0;
        margin-bottom: 10px;
        min-width: 210px;
        float: left;
        width: 100%;
    }

        .basket-detail .basket-items .basket-item {
            list-style-type: none;
            position: relative;
            padding-left: 15px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border: 1px solid #e5e5e5;
            background-color: white;
            min-height: 90px;
        }

        .basket-detail .basket-items .basket-item .product-image{
            display: -webkit-box;
            display: -ms-flexbox;
            display: inline;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .basket-detail .basket-items .basket-item .product-image img {
                margin: auto;
                border-radius: 5px;
                transition: 0.3s;
                width:75px;
            }
                .basket-detail .basket-items .basket-item .product-image img:hover {
                    margin: auto;
                    border-radius: 5px;
                    cursor: zoom-in;
                    transition: 0.3s;
                    opacity: 0.7;
                }

.basket-item-detail {
    display: flex;
    flex-direction: row;
}

.basket-thumbnail-container {
    display: flex;
    flex-direction: row;
}


@media screen and (max-width: 760px) {
    .basket-thumbnail-container {
        display: table;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }
}


.title span {
    font-size: 1.0em;
    color: darkslategrey;
}

.stock-availability {
    color: darkslategrey;
    border: 1px;
    font-size: 1.2em;
    padding: 10px;
}


.add-to-basket-button {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    text-align: center;
    height: 42px;
    color: #FFF;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 10px;
    border: 0;
    background-color: #3BB879;
    width: 100%;
}

    .add-to-basket-button:hover,
    .add-to-basket-button:focus {
        background-color: #61d098;
        color: #fff;
        text-decoration: none;
    }




.basket-description-container {
    display: flex;
    clear: both;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 900px) {
    .basket-description-container {
        clear: both;
        width: 100%;
        display: inline-grid;
    }
}


.basket-description {
    width: 69%;
    /*min-width: 680px;    /////////////////////////////////*/
    padding-left: 0rem;
    margin: 0px 20px 20px 20px;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5
}

@media screen and (max-width: 900px) {
    .basket-description {
        width: 100%;
        /*min-width: 680px;    /////////////////////////////////*/
        padding-left: 0px;
        margin: 0px 20px 20px 0px;
        background-color: #f4f4f4;
        border: 1px solid #e5e5e5
    }
}

.basket-description-collapsible {
    background-color: dodgerblue;
    color: white;
    cursor: pointer;
    padding: 18px;
    margin-left: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
}

    .basket-description-collapsible span {
        color: #f4f4f4;
    }

    .active, .basket-description-collapsible:hover {
        background-color: #555;
    }

        .active, .basket-description-collapsible:hover span {
            color: dodgerblue;
        }

.basket-description-collapsible-content {
    padding: 18px;
    background-color: #f1f1f1;
}





/*.basket-detail {
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 15px;
    min-width: 350px;
    max-width: 550px;
    filter: drop-shadow(1px 1px 3px #a6a6a6);
    margin: auto 0 auto 0;*/
/*margin-left: 30px;*/
/*}*/

.gallery-detail {
    background-color: #F5F5F5;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 15px;
    min-width: 350px;
    max-width: 350px;
    min-height: 585px;
    filter: drop-shadow(1px 1px 3px #a6a6a6);
    margin-bottom: 20px;
    padding: 15px;
    margin: auto 0 auto auto;
}

.price-detail-tagline {
    font-size: 0.8em;
    color: #a6a6a6;
    font-weight: bold;
    margin-top: -10px
}


hr {
    height: 2px;
    background-color: white;
    border: none;
}





/*Modal windows*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    cursor: zoom-out;
}

/* The Modal (background) */
.modalvideo {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    cursor: zoom-out;
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    margin: auto;
    border-radius: 10px;
    cursor: zoom-out;
}

/* Modal Content (Image) */
.modal-video-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    margin: auto;
    border-radius: 10px;
    cursor: zoom-out;
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* Add Animation - Zoom in the Modal */
.modal-content-video, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* The Close Button */
.close-video {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close-video:hover,
    .close-video:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }



.paypal-checkout {
    clear: both;
    margin-left: 16%;
    outline: none;
    background: url('https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/C2/logos-buttons/44_Yellow_CheckOut_Pill_Button.png') no-repeat 0 0;
    border: 0;
    border-style: none;

}
