﻿div.opcan-contain {
    background: white;
    padding: 3.5rem 4rem;
    margin: 1rem 0 1.85rem;
    border-color: #e2dfdf;
    border-width: 1px 1px 4px;
    border-style: solid;
}

    div.opcan-contain.no-pad {
        padding: 0;
    }

.onl-opts {
    line-height: 1.5;
    font-weight: 400;
}


.onlchk-form {
    margin-top: 2.5rem;
    display: block;
}

    .onlchk-form input, .onlchk-form label {
        display: block;
        width: 100%;
    }

    .onlchk-form input {
        background: #fafafa;
        border: 1px solid #c3c3c3;
        padding: 1.25rem;
        box-shadow: 0 0 2px 1px rgba(195, 195, 195, 0.3) inset;
    }

    .onlchk-form label {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: .35rem;
    }

.btn-onl-submit {
    display: block;
    width: 100%;
    background: #fdb813;
    border: 0;
    padding: .5rem 1rem;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 35px;
    border-radius: 3px;
}

.opca-title-1 {
    font-size: 26px;
    color: #006098;
    margin-bottom: 1rem;
}

.opcan-contain .opc-nav-title {
    background: #f5fbfe;
}


.opcan-contain .opc-nav-title, .opcan-contain .opt-left-nav a {
    display: block;
    line-height: 1;
    padding: 1.2rem 2.5rem;
}

.opcan-contain .opc-nav-title {
    color: #337ab7;
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

    .opcan-contain .opc-nav-title span, .opcan-contain .opc-nav-title i {
        display: inline-block;
        vertical-align: middle;
    }

    .opcan-contain .opc-nav-title .bag, .opcan-contain .opc-nav-title .plus {
        background-image: url(https://Vodafone.azureedge.net/Content/img/icon-pl-bag.png);
        background-repeat: no-repeat;
        margin-right: .8rem;
    }

    .opcan-contain .opc-nav-title .bag {
        background-position: 0 0;
        width: 30px;
        height: 30px;
        margin-top: -4px;
    }

    .opcan-contain .opc-nav-title .plus {
        background-position: -44px 0;
        width: 29px;
        height: 30px;
    }

.opc-header-menu {
    padding: 2rem;
    width: 480px;
}


.opcan-contain .opt-left-nav li {
    margin-bottom: -1px !important;
}


.opcan-contain .opt-left-nav a {
    border-top: 1px solid #e2dfdf;
    border-bottom: 1px solid #e2dfdf;
    color: #222;
    font-weight: 600;
    font-size: 15px;
    transition: color .1s ease-out, background-color .12s ease-in;
    padding-right: 5rem;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .opcan-contain .opt-left-nav a:after {
        content: '';
        display: block;
        border-bottom: solid 2px #474747;
        border-right: solid 2px #474747;
        background: 0;
        transform: rotate(-45deg);
        height: 7px;
        width: 7px;
        position: absolute;
        top: 50%;
        right: 26px;
        margin: -3px 0 0 -4px;
        transition: right .15s ease-out, border-color .125s ease-in;
    }

.opcan-contain .opt-left-nav li:last-child a {
    border-bottom: 0;
}

.opcan-contain .opt-left-nav a:hover, .opcan-contain .opt-left-nav a.active {
    background: #337ab7;
    color: white;
}

    .opcan-contain .opt-left-nav a:hover:after {
        border-color: white;
        right: 20px;
    }

.opcan-contain div.opc-header-menu a {
    border: 0;
    color: #222;
    font-weight: 600;
    font-size: 15px;
    transition: color .1s ease-out, background-color .12s ease-in;
    padding-right: 5rem;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


@media (max-width: 768px) {
    div.opcan-contain {
        padding: 2rem;
    }
}
