@media (max-width: 759px) {


    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .header-container {
        height: 50px;
        box-shadow: 0px 2px 5px 2px #575757;
    }

    .header-bg {
        background-color: #419E33;
    }

    .main-container-bg {
        background-color: #419E33;
    }

    .header-image {
        max-width: 100%;
        height: auto;
        box-shadow: 0px 5px 10px 0px #575757;
    }
    .cover-image {
        position: relative;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        min-height: 160px;
    }
    .container-content {
        align-content: center;
        width: 70%;
    }

    .content-height {
        min-height: 20px;
        overflow: auto;
    }

    .main-container-white {
        background-color: white;
        min-height: 200px;
        width: 98%;
        border-radius: 10px;
    }

    .main-container-breadcrumbs {
        background-color: white;
        min-height: 45px;
        width: 98%;
        border-radius: 10px;
    }

    .main-container-breadcrumbs2 {
        background-color: white;
        min-height: 45px;
        width: 98%;
        float: left;
        border-radius: 10px;
        margin-left: 4px;
    }
    /* NOT VISIBLE FOR MOBILE 
.main-container-left-white {
	background-color: white;
	min-height: 380px;
	width: 90%;
	border-radius: 10px;
	float: left;
	margin-left: 10px;
}
*/

    .main-container-left-white2 {
        background-color: white;
        min-height: 50px;
        width: 98%;
        border-radius: 10px;
        float: left;
        margin-left: 4px;
    }

    .main-container-right-white {
        background-color: white;
        min-height: 380px;
        width: 98%;
        border-radius: 10px;
        float: left;
        margin-left: 4px;
        margin-top: 10px;
    }
    /* used only for profile content */
    .main-container-right-white2 {
        background-color: white;
        min-height: 380px;
        width: 98%;
        border-radius: 10px;
        float: left;
        margin-left: 4px;
        margin-top: 10px;
    }
    /* used only for shopping basket label */
    .divpadding4 {
        margin-top: -25px;
        margin-left: 2%;
    }

    /* used only for shopping basket icon */
    .divpadding5 {
        margin-top: -25px;
        margin-left: -142px;
    }

    .container-border {
        border: 1px;
        border-style: solid;
        width: 163px;
        height: 295px;
        color: #DDDDDD;
        /*margin-right: 2%;*/
        margin-bottom: 25px;
        display: inline-block;
    }
       .container-outlet-border {
        border: 1px;
        border-style: solid;
        width: 163px;
        height: 310px;
        color: #DDDDDD;
        /*margin-right: 2%;*/
        margin-bottom: 25px;
        display: inline-block;
    }

    .container-border-add {
        border: 1px;
        border-style: solid;
        width: 98%;
        height: 30px;
        color: #73B9FF;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .container-border-add2 {
        border: 1px;
        border-style: solid;
        float: left;
        width: 180px;
        height: 250px;
        color: #73B9FF;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .logo-outlet-mobile {
        width: 163px;
        height: 101px;
    }

    .divpadding7 {
        padding: 5px;
    }

    .divpadding9 {
        margin-top: -20px;
    }

    /* used for the alignment of shopping basket items */
    .divpadding11 {
        width: 90%;
    }

    .divpadding11-admin {
        width: 100%;
    }

    /* used for the alignment of shopping basket items */
    .divpadding12 {
        width: 40px;
    }

    .divpadding12-admin {
        width: 40px;
    }

    /* used for the alignment of shopping basket items */
    .divpadding13 {
        width: 98%;
    }

    /* used for the alignment of shopping basket items */
    .divpadding18 {
        width: 98%;
    }

    /* used for the alignment of Visas */
    .divpadding19 {
        width: 98%;
        text-align: left;
    }

    .divpadding20 {
        width: 30%;
        vertical-align:middle;
    }
    /* this will need to be adjusted when the control is in place */
    .basket-items-container {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background-color: #FF7F00;
        width: 15px;
        height: 15px;
        margin-right: 130px;
        margin-bottom: -15px;
        position: relative;
        font-size: 12px; /* do not remove - changes the position of the font */
    }

    .outlet-item-align {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .spacer60-m {
        margin-top: 60px;
    }

    .spacer-container-m {
        margin-top: 50%;
    }

    .basket-Square {
        height: 100%;
        width: 100%;
        margin-left: -150px;
        position: relative; /* To allow children to be absolutely positioned */
    }

    .basket-Circle {
        position: absolute; /* Use absolute positioning */
        height: 63%;
        width: 4%;
        top: 33%;
        left: 50%;
        background-color: #FF7F00;
        border-radius: 50%;
        /*80px;*/
        /*margin-bottom: 50%;*/
        /*30px; */
        float: left;
        /*margin-right: 20px;*/
    }

        .basket-Circle span {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 91%;
            height: 87%;
            margin: auto;
            text-align: center;
            font-size: 10px;
            color: white;
        }

    .textbox-profile-details-radtextbox {
        width: 80%;
    }

    .textbox-profile-password-radtextbox {
        width: 80%;
    }

    .container-border-kitchen {
        border: 1px;
        border-style: solid;
        width: 180px;
        margin-bottom: 5px;
        display: inline-block;
        border-radius: 5px;
    }



    .font-blue5 {
        color: #0000BF;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
    }

    .font-blue6 {
        color: #0000BF;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
    }

    .font-green3 {
        color: #409E33;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
    }

    .rootLogo {
        max-height: 22px;
        margin-top: 12px !important;
    }
    .table-creditcart {
    display: table;
    width:95%;
}

.row-creditcart {
    display: flex;
    height: 40px;
}

.cell-creditcart {
    width: 40%;
    vertical-align:middle;
    text-align:left;
    flex-shrink:0;
}
.cell-data-creditcart {
    flex-grow: 1;
    vertical-align: middle;
    text-align:left;
}
.pan-creditcart {
        width: 90%;
    }
.checkout-child {
    width: 380px; 
    margin: auto; 
}
.spacer1W {
        width: 100%;
        height:1px;
        margin-top:20px;
        margin-bottom:20px;
    } 
}
