﻿.static-warning {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}

.blue-light {
    color: #185592;
}

.custom-message {
    max-width: 450px;
    margin: 0 auto 0;
}

    .custom-message .custom-message-content {
        padding: 20px;
        background: #FFF;
        border: 1px solid #ddd;
        font-size: 20px;
        text-align: center;
    }

    .custom-message .custom-message-heading {
        background: #185592;
        color: #fff;
        padding: 10px 10px;
    }

.req-tr p {
    padding: 5px 0px;
    font-size: 16px;
    margin: 0px;
}

.req-tr td, .req-tr th {
    padding-left: 8px;
}

.terms-agree-label {
    margin-left: 10px;
    padding-top: 2px;
}

.red-font {
    color: #BF4A4A !important;
}

.br-none {
    border: none;
}

.con-sec {
    background: #F2F2F2;
    padding: 15px;
}

.mailing-label {
    font-weight: bold;
    padding-left: 10px;
    padding-top: 3px;
}
/*Toggle Button CSS*/
.toggle-btn .fa {
    color: #fff;
    position: absolute;
    cursor: pointer;
    top: 6px;
}

.toggle-btn .switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 27px;
}

    .toggle-btn .switch input {
        display: none;
    }

.toggle-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C54C4C;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle-btn .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.toggle-btn input:checked + .slider {
    background-color: #46AA73;
}

.toggle-btn input:focus + .slider {
    box-shadow: 0 0 1px #46AA73;
}

.toggle-btn input:checked + .slider:before {
    -webkit-transform: translateX(27px);
    -ms-transform: translateX(27px);
    transform: translateX(27px);
}

.toggle-btn .slider.round {
    border-radius: 34px;
}

    .toggle-btn .slider.round:before {
        border-radius: 50%;
    }

.toggle-btn .fa-remove {
    right: 10px;
}

.toggle-btn .fa-check {
    left: 6px;
    z-index: 1;
}
/*End Toggle Button CSS*/
.under-progress {
    width: 25%;
    margin: 0px auto;
}

    .under-progress img {
        width: 100%;
    }

.o-confirm-pdf-btn {
    position: absolute;
    right: 0px;
    top: 35px;
    z-index: 9;
}

.mar0 {
    margin: 0px;
}

.required-label {
    position: absolute;
    left: 10px;
}

.flat-lt-red {
    border-color: #c56d6f;
    color: #fff;
    border-radius: 0px;
    background-color: #c56d6f;
}

.mar-r-20 {
    margin-right: 20px;
}

.mar-r-30 {
    margin-right: 30px;
}

.sandbox-warning {
    color: #fff;
    background-color: #C56D6F;
    border-color: #C56D6F;
    margin: 0px auto 5px auto;
}

.ml-auto a.dropdown-item {
    color: #185592;
}

.tooltip .tooltip-inner {
    background-color: #185592;
    text-align: left;
}

.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #185592;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #185592;
}

.reset-password-form {
    padding: 0px 25px;
}


.success-tooltip-cp, .error-tooltip-cp, .error-tooltip-np-invalid {
    display: none;
}

    .success-tooltip-cp i, .error-tooltip-cp i, .error-tooltip-np-invalid i {
        margin-left: 5px;
        margin-top: 7px;
    }

.error-tooltip, .error-tooltip-invalid {
    position: absolute;
    top: 10px;
    right: -35px;
    display: none;
}

    .error-tooltip i, .error-tooltip-cp i, .error-tooltip-np-invalid i, .error-tooltip-invalid i {
        background: red;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        line-height: 25px;
        text-align: center;
        color: #fff;
    }

.success-tooltip {
    position: absolute;
    top: 10px;
    right: -35px;
    display: none;
}

    .success-tooltip i, .success-tooltip-cp i {
        background: green;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        line-height: 25px;
        text-align: center;
        color: #fff;
    }

.btn {
    cursor: pointer;
}

.rat-section {
    margin: 0px auto;
    text-align: center;
}

.selected-rat {
    background-color: #0072bc;
    color: #fff;
}

#FeedbackComment {
    resize: none;
}

.rating {
    width: 8%;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.rat-number {
    border: 1px solid #ddd;
    border-radius: 100%;
    padding: 15px;
    cursor: pointer;
}

.comment-section {
    background-color: rgba(0,0,0,.02);
    padding: 10px 15px;
    border-left: 4px solid #185592;
}

.pdf-btn {
    /*bottom: -60px;
    z-index: 999;
    position: relative;*/
    position: absolute;
    right: 0px;
    top: 70px;
    z-index: 9;
}

.ml-auto {
    position: relative;
}

.price-link a {
    text-decoration: underline;
}

.price-link i {
    color: #ddd;
    padding-left: 5px;
}


.control-label {
    font-weight: bold;
}

.bold {
    font-weight: bold !important;
}

.blue-tr {
    background: #A1CBE6 !important;
    color: #185592;
}

.br-t {
    border-top: 1px solid #e9ecef;
}

.br-top {
    border-top: 1px solid #ddd;
}

.mt-25 {
    margin-top: 25px;
}

.mt-15 {
    margin-top: 25px;
}

.wd40 {
    width: 40%;
}

.wd50 {
    width: 50%;
}

.wd80 {
    width: 80%;
}

.wd90 {
    width: 90%;
}

.wd100 {
    width: 100%;
}

.wd15 {
    width: 15%;
}

.wd20 {
    width: 20%;
}

.wd25 {
    width: 25%;
}

.align-right {
    float: right;
}

.wh-block {
    background: #fff;
    padding: 20px 15px 10px 15px;
    border: 1px solid #dddddd;
}

.tab-list .panel-body {
    background: #fff;
    border-radius: 0px;
    padding: 20px;
}

.tab-list .card-header {
    background: #185592;
    border-radius: 0px;
    padding: 8px 14px;
    border-bottom: solid 1px #407cb9;
}

.tab-list h5 {
    font-size: 15px;
}

    .tab-list h5 a {
        color: #fff;
    }

.pad-t-25 {
    padding-top: 25px;
}

.pad-r-5 {
    padding-right: 5px;
}

.pad-l-10 {
    padding-left: 10px;
}

.no-border {
    border: none !important;
}

.white-border {
    border-bottom: 1px solid #fff !important;
    background-color: #fff !important;
    color: #000 !important;
    font-weight: bold !important;
}

.amountValue {
    width: 45%;
    display: block;
    float: left;
    text-align: right;
}

.amountLabel {
    width: 55%;
    display: block;
    float: left;
    text-align: right;
}

.nopad .dataTables_wrapper {
    padding: 0px;
}

a.btn {
    color: #fff;
}

.wd250 {
    width: 250px;
}

.blue-border {
    border-top: 3px solid #185592;
}

#main {
    position: relative;
}

.body-overlay:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0072bc;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.modal-title {
    color: #185592;
}

    .modal-title .fa {
        padding-right: 5px;
    }

.modal-content {
    border-radius: 0px;
    padding: 15px 30px;
}

.modal-body, .modal-header, .modal-footer {
    padding: 15px 0px;
}

.flat-lt-gray {
    /*background-color: #868e96;
    border-color: #868e96;*/
    background-color: #CACDD4;
    border-color: #CACDD4;
    /*color: #fff;*/
    border-radius: 0px;
    color: #000;
}

.modal .btn, .close {
    cursor: pointer;
}

.file-block {
    padding-bottom: 15px;
}

/*Login/Forgot Password/Reset Password Page*/
.user-entry-page {
    max-width: 400px;
    margin: 0 auto 0;
}

    .user-entry-page .content-holder {
        margin: 30px auto;
        padding: 20px;
        background: #FFF;
        border-top: 3px solid #185592;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        font-size: 14px;
    }

        .user-entry-page .content-holder .login-form {
            max-width: 350px;
            margin: 0 auto;
        }

        .user-entry-page .content-holder .form-group {
            margin-bottom: 20px;
            position: relative;
        }

/*.user-entry-page .content-holder .input-group-addon {
            color: #999999;
            font-size: 20px;
            border: none;
            background-color: #E1E1E1;
            display: block;
            text-align: center;
            padding: 10px 0px;
            width: 50px;
        }*/

/*.user-entry-page .content-holder .form-group .form-control {
            height: 50px;
            font-weight: normal;
            border-width: 1px;
            border-radius: 4px;
            border-left: none;
        }*/

/*.user-entry-page .content-holder .btn {
            background: #10447c;
            border-color: #10447c;
            border-radius: 5px;
            width: 100%;
            font-size: 20px;
        }*/

.forget-link {
    display: block;
    font-size: 14px;
    margin-top: 15px;
}

.login-btn {
    background: #0072bc !important;
}

.login-error {
    background-color: #ED1C24;
    border-radius: 4px;
}

    .login-error ul {
        list-style: none;
        padding: 0px;
    }

    .login-error li {
        color: #fff;
        text-align: center;
        padding: 10px 0px;
    }

.forgot-password-form .form-group .form-control, .reset-password-form .form-group .form-control {
    border-left: 1px solid #ecf0f1 !important;
}

    .forgot-password-form .form-group .form-control:focus, .reset-password-form .form-group .form-control:focus {
        border-left: 1px solid #ccc !important;
    }

.size18 {
    font-size: 18px !important;
}

.size14 {
    font-size: 14px;
}

.size12 {
    font-size: 12px;
}

/*Home Page*/
.white-bx {
    background: #fff;
    border: 1px solid #dddddd;
    margin: 15px 0px 0px 0px;
    padding: 10px 15px;
}

.white-bx-logos {
    background: #fff;
    border: 1px solid #dddddd;
    margin: 15px 0 15px;
}

.white-bx p, .sm-white-bx p, .sm-white-bx-2-3 {
    font-size: 14px;
}

.white-bx h2 {
    margin: 10px 0px 15px 0px;
}

.sm-white-bx-2-3 h3 {
    font-size: 20px;
    margin: 10px 0px 25px 0px;
}


.sm-white-bx {
    background: #fff;
    border: 1px solid #dddddd;
    margin: 15px 0px 0px 0px;
    padding: 10px 15px;
    min-height: 280px;
}

.sm-white-bx-2-3 {
    background: #fff;
    border: 1px solid #dddddd;
    margin: 15px 0px 0px 0px;
    min-height: 280px;
}


.sm-white-bx h3 {
    font-size: 20px;
    color: #234c8b;
    margin: 5px 0px 10px 0px;
}

.sm-white-bx-2-3 h3 {
    font-size: 20px;
    color: #234c8b;
    margin: 15px 0px 20px 15px;
}

.sm-white-bx-2-3 .banner {
    width: 100%;
    height: 85px;
}

.legacy {
    background: url(/assets/images/legacy-shop-banner.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    opacity: 0.5;
}

.new-partner {
    background: url(/assets/images/new-partner.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.sm-white-bx-2-3 .content {
    padding: 15px;
}


.br-t-dark-blue {
    border-top: 3px solid #185592;
}

.br-t-lt-blue {
    border-top: 3px solid #0072bc;
}

.br-t-lt-grey {
    border-top: 3px solid #cacdd4;
}



.mg-top20 {
    margin-top: 20px;
}

.mg-btm10 {
    margin-bottom: 10px;
}

.text-underline {
    text-decoration: underline;
}

.btn-register {
    text-transform: uppercase;
    border: 2px solid #0072bc;
    padding: 5px 0px;
    display: block;
    text-align: center;
    color: #0072bc !important;
    margin-top: 25px;
    font-size: 14px;
}

    .btn-register:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }



.banner-img {
    background: url(/assets/images/blue-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 170px;
}

    .banner-img h1 {
        margin: 15px;
    }

@media(max-width:768px) {
    .banner-img h1 {
        font-size: 25px;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@media (max-width:767px) {
    .bold a.text-underline {
        font-size: 11px;
    }

    button[type="submit"] {
        width: 100%;
    }

    .p2 .h2 {
        font-size: 18px;
    }

    .mobile-mg-btm-15 {
        margin-bottom: 15px;
    }

    .custom-message .custom-message-content {
        overflow: hidden;
    }
	div#filter-left[_ngcontent-c1]{ width:100% !important;}
	div#filter-right[_ngcontent-c1]{ width:100% !important; margin-left:0px !important; margin-top:0px !important}
    .product-selector #steps[_ngcontent-c1] > div[_ngcontent-c1] > div.bar[_ngcontent-c1] {
        width: 10px !important;
        margin-left: 0px !important;
    }
    .mobile-full-btn{ width:100%; display:block; margin:10px auto !important;}
    #CancelQuoteModel .modal-footer button {
        width: auto;
    }
    #ProductDetail #dvProDtlQtyHtml input[type="number"]{
        width: 175px !important;
        float:right;
    }
    #ProductDetail #dvProDtlQtyHtml button {
        margin: 10px 0 0;
        width: 100%;
    }
    #ProductDetail .modal-footer {
    }
    .product-selector div#filter[_ngcontent-c0] {
        display: inline-block;
    }
    #myTabContent .cart-footer input[type=button], #myTabContent .cart-footer input[type=submit] {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    button[type="submit"] {
        width: 100%;
    }

    .tab-100 {
        max-width: 100% !important;
        width: 100%;
    }

    .tab-50 {
        max-width: 50% !important;
        width: 50%;
    }

    .mobile-mg-btm-15 {
        margin-bottom: 15px;
    }
}

#steps[_ngcontent-c1] > div[_ngcontent-c1] > div.number[_ngcontent-c1] {
    padding: 5px 0px !important;
}

.product-selector div#products[_ngcontent-c0] {
    padding: 0px !important;
}

#steps[_ngcontent-c1] > div[_ngcontent-c1] {
    width: auto !important;
}



.product-selector .ui-corner-all {
    border-radius: 0px !important;
    border: 1px solid #305090 !important;
    background: #305090 !important;
    color: #fff !important;
}

.product-selector .ui-state-default a {
    color: #fff !important;
    padding: 8px !important;
}

    .product-selector .ui-state-default a:hover {
        text-decoration: none !important;
    }

.product-selector div#filter-left[_ngcontent-c1] {
    background: transparent !important;
    border: none !important;
}

.product-selector .ui-accordion .ui-accordion-content {
    padding: 1px !important;
    border: solid 1px #ccc;
}

.product-selector .ui-state-active {
    border-color: #0072bc !important;
    background: #0072bc !important;
}

    .product-selector .ui-state-active a {
        color: #fff !important;
    }

.product-selector ul[_ngcontent-c1] {
    border: solid 1px #ccc !important;
    padding: 2px;
}

    .product-selector ul[_ngcontent-c1] li.selected[_ngcontent-c1] {
        background: #0072bc !important;
    }

    .product-selector ul[_ngcontent-c1] li[_ngcontent-c1]:active {
        background: #0072bc !important;
    }

    .product-selector ul[_ngcontent-c1] li[_ngcontent-c1] {
        padding: 3px 3px 3px 6px !important;
        font-size: 14px;
    }

.product-selector .ag-layout-auto-height .ag-header-container {
    background: #185592 !important;
    color: #fff !important;
}

.product-selector .ag-fresh .ag-header-cell {
    padding-left: 7px;
    padding-top: 2px !important;
}

.product-selector .ag-fresh .ag-cell-not-inline-editing {
    padding: 0px 0px 0px 6px !important;
}

.product-selector input#search[_ngcontent-c1] {
    max-width: 228px !important;
    padding: 1px 5px !important;
}

.product-selector button#reset[_ngcontent-c1] {
    width: auto !important;
    min-width: 228px;
}

.product-selector div#filter[_ngcontent-c0] {
    height: auto !important;
}

.product-selector div#filter-left[_ngcontent-c1] {
    height: auto !important;
    margin-bottom: 20px !important;
}

.product-selector div#filter-right[_ngcontent-c1] {
    margin-top: 70px;
}

.product-selector .stylish-input-group .input-group-addon {
    background: white !important;
}

.product-selector .stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.product-selector .stylish-input-group button {
    border: 0;
    background: transparent;
}

.product-selector .ag-header-viewport {
    background: #185592 !important;
}

.product-selector #filter-right .fa-search {
    left: -25px;
    position: relative;
    color: #dcdcdc;
}

.product-selector .ag-cell input {
    border: 1px solid #999;
    width: 110px;
    height: 20px;
    text-align:right;
}

.product-selector .ag-body-viewport { /*max-height: 500px;*/
}

.ag-layout-auto-height .ag-body-container {
    /*height: auto !important;
    max-height: 500px;*/
}

#ProductDetail .modal-body {
    font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .product-selector div#filter-left[_ngcontent-c1] {
        width: 100% !important;
    }

    .product-selector div#filter-right[_ngcontent-c1] {
        margin: 0px 0px 18px 0px !important;
        width: 100% !important;
    }
}

.msp-page {
    padding: 0px;
}

    .msp-page .nav-tabs {
        border: 1px solid #ddd;
    }

        .msp-page .nav-tabs li {
            margin-bottom: 0px;
            cursor: pointer;
        }

            .msp-page .nav-tabs li a {
                background-color: #fff;
                border-right: 1px solid #ddd;
                border-left: 0px;
            }

                .msp-page .nav-tabs li a.active {
                    background-color: #0072bc;
                    color: #fff;
                    border: 1px solid #0072bc;
                }

                    .msp-page .nav-tabs li a.active i {
                        margin-left: 10px;
                    }

    .msp-page .tab-content {
    }

.vendor-block {
    color: #185592;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 2px solid #185592;
}

    .vendor-block ul {
        padding-left: 0px;
    }


        .vendor-block ul li {
            list-style: none;
            padding: 10px 5px;
            border-bottom: 1px solid #eee;
            margin: 0px 10px;
            cursor: pointer;
            border-left: 2px solid #fff;
        }

            .vendor-block ul li.first-li {
                color: #212529;
                background-color: #F5F5F5;
                margin: 0px;
                padding: 5px 15px;
                font-weight: bold;
            }

            .vendor-block ul li a {
                color: #212529;
            }

                .vendor-block ul li a:hover, .vendor-block ul li a:focus {
                    color: #185592;
                    text-decoration: none;
                }

                .vendor-block ul li a i {
                    float: right;
                    font-size: 20px;
                    font-weight: bold;
                    color: #ddd;
                }

            .vendor-block ul li.selected {
                border-left: 2px solid #0072bc;
                background: #F5F5F5;
            }

                .vendor-block ul li.selected a {
                    color: #185592;
                }

.slick-slide {
}

    .slick-slide .product-bx {
        margin: 5px 25px;
        padding: 25px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-top: 2px solid #185592;
        font-size: 14px;
    }

        .slick-slide .product-bx .sub-title {
        }

        .slick-slide .product-bx img {
            max-height: 65px;
        }

        .slick-slide .product-bx a {
            border: 2px solid #185592;
            padding: 5px 7px;
        }

.msp-cat {
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
    font-weight: bold;
    padding-left:25px;
}

    .msp-cat span {
        font-size: 10px;
        background: #0072bc;
        color: #fff;
        border-radius: 50%;
        padding: 1px 5px;
        vertical-align: middle;
    }
.slick-prev i {
    border-radius: 50%;
    border: 1px solid #807878;
    padding: 0px 9px 2px 7px;
    font-weight: bold;
    background: #807878;
    display: block;
    margin: 5px;
}

.slick-next i {
    border-radius: 50%;
    border: 1px solid #807878;
    padding: 0px 4px 1px 7px;
    font-weight: bold;
    background: #807878;
    display: block;
    margin: 5px;
}


ul.main-tab {
    background: #fff;
    margin-bottom: 55px;
    position: relative;
}
    ul.main-tab li:hover a {
        background-color: #0072bc;
        color: #fff !important;
        border-top: 1px solid #0072bc !important;
        border-bottom: 1px solid #0072bc !important;
        border-right: 1px solid #0072bc !important;
    }
    ul.main-tab ul.layer {
        position: absolute;
        background: #0072bc;
        width: 100%;
        left: 0px;
        border: none;
        display:none;
    }
        ul.main-tab ul.layer li {
            background-color: #0072bc;
            color: #fff;
            padding: 10px 31px;
            border: none !important;
            display:inline-block;
            cursor:auto;
        }
            ul.main-tab ul.layer li a {
                background-color: inherit;
                border: none !important;
                padding: 1px 6px;
                border-radius: 8px;
                cursor:pointer;
            }
                ul.main-tab ul.layer li a.active, ul.main-tab ul.layer li a:hover {
                    background: #005288;
                }
            ul.main-tab ul.layer li a i{
                margin-left:10px;
            }
.vendor-block ul li.active, .vendor-block ul li:hover {
    color: #0072bc;
    border-left: 2px solid #0072bc;
    background: #F5F5F5;
    cursor: pointer;
}
    .vendor-block ul li.active a, .vendor-block ul li:hover a {
        color: inherit;
    }
        .vendor-block ul li.active a i.fa-times {
            color: #aaa;
        }

.vendor-block ul li.first-li {
    color: #212529;
    border-left: 2px solid #F5F5F5;
    cursor: auto;
}

.main-tab li:hover ul.layer, .main-tab li a.active > ul.layer, .main-tab li ul.layer:hover {
    display: block;
}

.modal-detail h5 {
    font-size: 24px;
    margin-bottom: 8px;
}
.modal-detail .discripition {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}
.modal-detail p {
    font-size: 14px;
    margin-bottom: 23px;
    color: #000;
}
.btn-sec .btn{ margin-right:28px;}
#MSPItemDetail .modal-title img{
max-height:60px;
}

.benefits {
    margin-top: 27px;
    border-top: solid 1px #f1f1f1;
    padding-top: 17px;
}
    .benefits h3 {
        font-size: 16px;
        color: #185592;
        margin-bottom: 17px;
        }

    .benefits label {
        font-size: 14px;
    }

.btn-light-blue {
    background: rgb(0, 165, 248);
}
.btn-white {
    background: #fff;
    color: #185592 !important;
}
    .btn-white:hover {
        color: #fff !important;
    }


@media (min-width:768px) {
    .benefits td.trend {
        height: 305px;
    }

    .benefits td.bitdefender {
        height: 265px;
    }

    .benefits td.cloudally {
        height: 240px;
    }

    .benefits td.heimdal {
        height: 320px;
    }

    .benefits td.datafortress {
        height: 300px;
    }

    .benefits td.vembu {
        height: 240px;
    }
    .product-selector #steps[_ngcontent-c1] > div[_ngcontent-c1] > div.bar[_ngcontent-c1] {
        width: 44px !important;
        margin-left: 0px !important;
    }
}

.benefits th.benefits {
    font-size: 12px;
    color: #fff;
    font-weight: normal !important;
}

.benefits td.benefits {
    background: #ebebeb;
    font-size: 12px;
}

.benefits .size13 {
    font-size: 13px;
}

.benefits ul.tick {
    list-style-type: none;
    padding-left: 0px;
}

    .benefits ul.tick li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 12px;
    }

        .benefits ul.tick li:before {
            position: absolute;
            top: 0;
            left: 0;
            font-family: 'FontAwesome';
            content: '\f00c';
            color: #185592;
        }

ul.nav li a.cart-link {
    display: block;
    padding: .5rem 14px;
}
ul.nav li a.cart-link i{
    font-size:27px;
}
ul.nav li a.cart-link:hover {
    background-color: #f8f9fa;
}
#dvProDtlQtyHtml .note {
    font-size: 12px;
}
#ProductDetail #dvProDtlQtyHtml input[type="number"] {
    width: 100px;
    display: inline-block;
}