.divDeliveryDetails .divAck {padding-left:20px;}
.ddlDelivery {margin-left:30px; border:1px solid #7d5702; width:206px; padding:5px 5px 5px 5px; background:#ffffff; color:#575757; font-style:italic;}
.divShippingContainer, .divDeliveryMsg {margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #ddd;}
.divShippingFee {
    font-size: 85%;
    /*text-align: center;*/
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.tdShipping {color:#191919;}

#tblDeliveryPart > div, #divAddressBook, .delivery-form > div {
    /*border-radius: 5px;*/
    /*padding: 10px;*/
    margin-bottom: 10px;
    /*border: solid 1px #dddddd;*/
}

    .delivery-form > div.save-profile {
        border: none;
    }

#delivery-option {padding:0; border:none; background:none; padding-top:20px;}
#delivery-option > ul.ui-tabs-nav {display:flex; padding:0; background:none; border:none; border-radius:0;}
#delivery-option > .ui-tabs-nav li {width:100%; margin:0; padding-bottom:0; border:none; background:none; font-weight:400; border-bottom:solid 2px #222222 !important; border-radius:0;max-width:50%;}
#delivery-option > .ui-tabs-nav li.ui-state-active {border:solid 2px #222222;}
#delivery-option > .ui-tabs-nav li a {width:100%; text-align:center; color:#222; font-family:'Cabin', Arial; box-sizing:border-box;font-weight:bold;}
#delivery-option > .ui-tabs-nav li:nth-child(1) a {/*padding:.7em 4em;*/ background: url(../img/usr/icon-installation.gif) no-repeat left 80px center;}
/*#delivery-option > .ui-tabs-nav li:nth-child(2) a {padding:.7em 2em; background: url(../img/usr/icon-delivery.gif) no-repeat left 40px center;}*/
#delivery-option > .ui-tabs-nav li:nth-child(2) a {/*padding:.7em 4em;*/ background: url(../img/usr/icon-selfcollect.gif) no-repeat left 80px center;}
#delivery-option > .ui-tabs-panel {color:#575757; font-family:'Cairo', Arial; padding:1em .2em 0px;padding:unset;}
#delivery-option > .ui-tabs-panel > * {animation: fade 1s;}
.ui-helper-clearfix:after {display:none;}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.save-profile {
    display: flex;
    align-items: center;
    /*justify-content: space-between;
    justify-content:center;*/
    padding-bottom:10px;
    font-size:85%;
}

.switch {
    position: relative;
    width: 40px;
    height: 20px;
    margin: 0;
    margin-right:10px;
}

    .switch input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 1rem;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 4px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: white;
        border-radius: 1rem;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:after {
        display: flex;
        align-items: center;
        position: absolute;
        content: "";
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 10px;
        font-family: 'Nunito', Arial;
        font-weight: 700;
        color: #fff;
    }

input[type=checkbox]:checked + .slider {
    background-color: #ed1c24;
}

input[type=checkbox]:focus + .slider {
    box-shadow: 0 0 1px #ed1c24;
}

input[type=checkbox]:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

input[type=checkbox]:checked + .slider:after {
    content: "";
    left: 10px;
}

.spnTotalPoint {font-size:20px; font-weight:700; line-height:1.2;}