﻿@charset "utf-8";
/* CSS Document */

html {
    /* -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -moz-text-size-adjust: 100%;
    -moz-font-smoothing: antialiased;
    -moz-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
    -moz-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    text-size-adjust: 100%;
    font-smoothing: antialiased;
    text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
    text-stroke: rgba(255, 255, 255, 0.01) 0.1px;*/
}

/*****************************************************************************
***************************Global css start **********************************
******************************************************************************/

ul, ol {
    margin: 0;
    padding: 0;
    /*list-style: none;*/
}

p {
    font-family: Helvetica, Arial, sans-serif;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.p-13 {
    font-size: 13px;
    line-height: 20px;
}

.p-14 {
    font-size: 14px;
    line-height: 22px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none !important;
    text-decoration: none;
}

.btn:focus {
    outline: none !important;
}

a {
    /*-webkit-transition: all 0.4s ease-in-out 0.1s;
    -moz-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    color: #0D2EA0;*/
}

    a:hover, a:focus {
        color: #4A63B8;
    }

/*****************************************************************************
***************************Global css end ************************************
******************************************************************************/

body {
    font-family: 'Helvetica', sans-serif !important;
    background: #fff !important;
    color: #000 !important;
    transition: none !important;
    line-height: 1.428571429;
    font-weight: 400;
}

.text-color-1 {
    color: #108A8B !important;
}

.janus-btn-blue-border {
    background: #fff !important;
    border: 1px solid #0D2EA0 !important;
    border-radius: 2px !important;
    color: #0D2EA0 !important;
}

    .janus-btn-blue-border.btn-lg {
        font-size: 20px;
        line-height: 32px;
        padding: 10px 22px;
        min-width: 216px;
    }

    .janus-btn-blue-border.btn-xl {
        font-size: 16px;
        line-height: 30px;
        padding: 7px 22px;
        min-width: 216px;
    }

    .janus-btn-blue-border.btn-md {
        font-size: 16px;
        line-height: 25px;
        padding: 5px 15px !important;
        min-width: 160px !important;
        /*max-width: 160px;*/
    }

    .janus-btn-blue-border:hover .ps-button-label {
        color: #0D2EA0;
    }

    .janus-btn-blue-border:hover, .janus-btn-blue-border:focus {
        color: #0D2EA0;
    }

.janus-where-to-buy-btn {
    padding: 0 !important;
}

    .janus-where-to-buy-btn .ps-widget {
        border: 1px solid #0D2EA0;
        background: #fff;
        border-radius: 2px;
    }

        .janus-where-to-buy-btn .ps-widget:hover {
            background: #fff !important;
        }

    .janus-where-to-buy-btn.btn-md .ps-widget {
        line-height: 25px;
        padding: 5px 15px !important;
        min-width: 160px;
    }

        .janus-where-to-buy-btn.btn-md .ps-widget .ps-button-label {
            font-family: 'Helvetica', sans-serif;
            font-size: 16px;
            color: #0D2EA0;
            font-weight: normal;
            line-height: 25px;
            text-shadow: none;
            text-transform: uppercase;
        }

    .janus-where-to-buy-btn.btn-lg .ps-widget {
        line-height: 32px;
        padding: 8px 22px;
        min-width: 216px;
    }

        .janus-where-to-buy-btn.btn-lg .ps-widget .ps-button-label {
            font-family: 'Helvetica', sans-serif;
            font-size: 20px;
            color: #0D2EA0;
            font-weight: normal;
            line-height: 32px;
            text-shadow: none;
            text-transform: uppercase;
        }

        .janus-where-to-buy-btn.btn-lg .ps-widget:hover {
            background: #fff !important;
        }

.janus-btn-green {
    background: #01A65F !important;
    border: 1px solid #01A65F !important;
    border-radius: 2px !important;
    color: #fff !important;
}

    .janus-btn-green:hover, .janus-btn-green:focus {
        background: #01A65F !important;
        color: #fff;
    }

    .janus-btn-green.btn-lg {
        font-size: 20px;
        line-height: 32px;
        padding: 10px 22px;
        min-width: 216px !important;
        font-weight: 600;
    }

    .janus-btn-green:hover {
        color: #fff !important;
    }

    .janus-btn-green.btn-md {
        font-size: 16px;
        line-height: 25px;
        padding: 6px 15px !important;
        min-width: 160px;
        font-weight: 600;
    }

.janus-btn-blue {
    background: #0D2EA0;
    border: 1px solid #0D2EA0;
    border-radius: 2px;
    color: #fff;
}

    .janus-btn-blue.btn-xl {
        font-size: 16px;
        line-height: 30px;
        padding: 7px 22px;
        min-width: 216px;
    }

    .janus-btn-blue.btn-md {
        font-size: 16px;
        line-height: 25px;
        padding: 5px 15px;
        min-width: 160px;
        font-weight: 600;
    }

    .janus-btn-blue:hover, .janus-btn-blue:focus {
        color: #fff;
    }

.btn .janus-btn-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    width: 21px;
}

.janus-btn-link {
    color: #0D2EA0;
    font-weight: 600;
}

    .janus-btn-link:hover, .janus-btn-link:focus {
        color: #0D2EA0;
    }

.janus-btn-link-underline {
    color: #000 !important;
    font-size: 13px;
    display: inline-block;
    position: relative;
    padding: 8px 5px !important;
    text-transform: uppercase;
}

    .janus-btn-link-underline:after {
        content: "";
        width: 90%;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .janus-btn-link-underline:hover, .janus-btn-link-underline:focus {
        background: none !important;
        box-shadow: none;
    }

.janus-pdp-call-icon-btn {
    padding: 2px 22px !important;
}

    .janus-pdp-call-icon-btn .call-p-icon-btn {
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
    }

.janus-list-style-1 {
    font-size: 16px;
    color: #000;
    list-style-type: disc;
    line-height: 24px;
    padding-left: 15px;
}

.janus-apply-btn {
    min-width: 100% !important;
}

.janus-sign-up-btn {
    min-width: 315px;
    font-size: 16px;
    line-height: 40px;
    padding: 5px 15px;
    font-weight: 600;
    letter-spacing: .3px;
}

.btn-link2 {
    display: inline-block;
}

.expand-show-link {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

    .expand-show-link[aria-expanded="true"]:before {
        content: "Hide Promotion Details";
    }

    .expand-show-link[aria-expanded="false"]:before {
        content: "Show Promotion Details";
    }

    .expand-show-link[aria-expanded="false"]:after {
        transform: rotate(180deg);
        top: 10px;
    }

    .expand-show-link::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
        position: absolute;
        width: 11px;
        height: 11px;
        top: 5px;
        right: 2px;
    }

.font-size-18 {
    font-size: 18px !important;
}

.border-0 {
    border: none !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-24 {
    margin-top: 24px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-r-0 {
    padding-right: 0px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-0 {
    margin: 0 !important;
}

.img-inline {
    display: inline-block;
}

.green-text {
    color: #108A8B;
}

.price-text-size {
    font-size: 40px !important;
    color: #C14F5F;
}

.green-text-color {
    color: #108A8B;
}

.janus-checkboxs {
    display: block;
    position: relative;
    min-height: 27px;
}

    .janus-checkboxs input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .janus-checkboxs label {
        position: relative;
        cursor: pointer;
        margin: 0;
        padding: 0 0 0 45px;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
    }

.janus-s-cart-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 6px;
}

.janus-checkboxs label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #979797;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
    width: 27px;
    height: 27px;
}

.janus-checkboxs input:checked + label:before {
    background: #0D2EA0;
    border: 1px solid #0D2EA0;
}

.janus-checkboxs input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 8px;
    height: 17px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.janus-checkboxs input:checked + span + label:before {
    background: #0D2EA0;
    border: 1px solid #0D2EA0;
}

.janus-checkboxs input:checked + span + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 8px;
    height: 17px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.janus-checkboxs input:checked + input + label:before {
    background: #0D2EA0;
    border: 1px solid #0D2EA0;
}

.janus-checkboxs input:checked + input + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 8px;
    height: 17px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.janus-radiobox {
    position: relative;
}

    .janus-radiobox input[type=radio] {
        width: 18px;
        margin: 0;
        padding: 0;
        opacity: 0;
        position: absolute;
    }

        .janus-radiobox input[type=radio] + label {
            display: block;
            margin: 0;
            cursor: pointer;
            position: relative;
            min-height: 28px;
            font-size: 17px;
            font-weight: normal;
            color: #000;
            padding-left: 42px;
        }

            .janus-radiobox input[type=radio] + label::before {
                content: "";
                width: 27px;
                height: 27px;
                border: 1px solid #979797;
                display: inline-block;
                margin: 0px 10px 0 0;
                border-radius: 18px;
                padding: 8px;
                vertical-align: bottom;
                position: absolute;
                left: 0;
            }

        .janus-radiobox input[type=radio]:checked + label::after {
            background: #FFBD51;
            width: 11px;
            height: 11px;
            content: "";
            position: absolute;
            left: 8px;
            border-radius: 50px;
            top: 8px;
        }

.janus-checkbox-listing li {
    margin: 0 0 18px 0;
}

.janus-title-1 {
    position: relative;
    font-size: 21px;
    background: #4A63B8;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 15px;
    line-height: 38px;
    min-width: 270px;
    text-align: center;
}

    .janus-title-1::before {
        content: "";
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 4px;
        right: -11px;
        background: #4A63B8;
        transform: skew(-22deg);
        -webkit-transform: skew(-22deg);
        -moz-transform: skew(-22deg);
        -o-transform: skew(-22deg);
        -ms-transform: skew(-22deg);
        z-index: 5;
        box-shadow: -9px 0px 0px #0D2EA0 inset;
    }

.janus-orange-title {
    background: #FF7440;
}

    .janus-orange-title::before {
        background: #FF7440;
        box-shadow: -9px 0px 0px #FF4500 inset;
    }

.janus-pink-title {
    background: #DE5082;
}

    .janus-pink-title::before {
        background: #DE5082;
        box-shadow: -9px 0px 0px #D31658 inset;
    }

/*****************************************************************************
***************************Typography CSS***************************
******************************************************************************/

/*h1 {
    font-size: 30px;
    line-height: 30px;
}

h2 {
    font-size: 24px;
    line-height: 24px;
}

h3 {
    font-size: 21px;
    line-height: 21px;
}

h4 {
    font-size: 18px;
    line-height: 18px;
}

h5 {
    font-size: 16px;
    line-height: 16px;
}

h6 {
    font-size: 14px;
    line-height: 14px;
}
    */

.line-height1 {
    line-height: 54px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-27 {
    line-height: 27px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.promo-btn-link {
    color: #C14F5F;
    font-size: 12px;
    display: inline-block;
}

    .promo-btn-link:hover, .promo-btn-link:focus {
        color: #C14F5F;
    }

.janus-view-more-btn1 {
    border: 1px solid #0D2EA0 !important;
    min-width: 255px;
    border-radius: 4px;
    font-size: 16px !important;
    color: #0D2EA0;
    padding: 10px 15px !important;
    line-height: 34px !important;
    position: relative;
    background: #fff;
    box-shadow: none;
    text-align: center !important;
}

    .janus-view-more-btn1:hover, .janus-view-more-btn1:focus {
        color: #0D2EA0;
    }

    .janus-view-more-btn1 span::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/right-arrow-1.svg);
        width: 20px;
        height: 13px;
        position: relative;
        background-size: 17px;
        background-repeat: no-repeat;
        right: -5px;
        top: 2px;
        display: inline-block;
    }

.janus-view-more-btn {
    border: 1px solid #0D2EA0 !important;
    min-width: 255px;
    border-radius: 4px;
    font-size: 16px !important;
    color: #0D2EA0;
    padding: 10px 15px !important;
    line-height: 34px !important;
    position: relative;
    background: #fff;
    box-shadow: none;
}

    .janus-view-more-btn:hover, .janus-view-more-btn:focus {
        color: #0D2EA0 !important;
    }

    .janus-view-more-btn span::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        background-size: 13px;
        background-repeat: no-repeat;
        right: 35px;
        top: 17px;
    }

    .janus-view-more-btn span::before {
        content: "";
        background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        background-size: 13px;
        background-repeat: no-repeat;
        left: 35px;
        top: 17px;
    }

.divider-1 {
    display: block;
    clear: both;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.divider-2 {
    display: block;
    clear: both;
    border-top: 1px solid #ddd;
}

/*.form-group>label {
    font-weight: 200;
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 8px;
}

.form-group .form-control {
    border: 1px solid #979797;
    border-radius: 1px;
    min-height: 37px;
    box-shadow: none;
    height: auto;
}*/

.form-group select.form-control {
    background: url(/presentation/includes/_images/janus-image/down-arrow-icon-fill.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 96% 15px;
    padding-right: 25px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .6;
}

.janus-form-field {
    background: #F8F8F8;
    border: 1px solid #DEDEDE !important;
    border-radius: 2px !important;
    color: #4A4A4A;
}

    .janus-form-field::-webkit-input-placeholder {
        color: #4A4A4A;
    }

    .janus-form-field:-moz-placeholder {
        color: #4A4A4A;
    }

    .janus-form-field::-moz-placeholder {
        color: #4A4A4A;
    }

    .janus-form-field:-ms-input-placeholder {
        color: #4A4A4A;
    }

.janus-form-field2 label {
    color: #000;
    font-size: 14px;
    margin-bottom: 4px;
    padding: 0;
    font-weight: normal;
}

.janus-form-field2 .form-control {
    border: 1px solid #DEDEDE;
    border-radius: 1px;
    min-height: 52px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    padding: 6px 12px;
}

.janus-form-field2.has-error .form-control {
    border-color: #D0021B;
}

.janus-form-field2 .help-block {
    background: #FAE7EE;
    margin: 0;
    line-height: 21px;
    position: relative;
    padding-left: 24px;
    background-image: url(/presentation/includes/_images/janus-image/error-icon.svg);
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

    .janus-form-field2 .help-block li {
        font-size: 14px;
        color: #D0021B;
        padding: 5px 8px;
    }

/*****************************************************************************
***************************css for header sec start***************************
******************************************************************************/

.janus-header-wrapper {
    background: #0D2EA0;
}

    .janus-header-wrapper .container .row {
        margin-left: 0;
        margin-right: 0;
    }

.janus-h-left-col {
    float: left;
}

.janus-h-right-col {
    float: right;
}

.janus-logo-sect {
    width: 125px;
    margin: 20px 0 12px 0;
    padding-right: 18px;
    display: inline-block;
    vertical-align: top;
}

.janus-h-dropdown {
    min-width: 140px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 18px;
}

    .janus-h-dropdown .triger-btn1 {
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        display: block;
        padding: 0 15px;
        position: relative;
        cursor: pointer;
    }

    .janus-h-dropdown.open .triger-btn1 {
        background-color: #071956;
        font-weight: 600;
    }

    .janus-h-dropdown .triger-btn1::after {
        content: "";
        display: block;
        position: absolute;
        background: url(/presentation/includes/_images/janus-image/icon-angle-down-white.svg) no-repeat;
        height: 8px;
        width: 14px;
        top: 17px;
        right: 8px;
    }

    .janus-h-dropdown .dropdown-menu {
        box-shadow: none;
        border: 1px solid #071956;
        border-radius: 0;
        min-width: 140px;
        margin: 0;
        padding: 0;
    }

        .janus-h-dropdown .dropdown-menu li {
            border-top: 1px solid #071956;
        }

            .janus-h-dropdown .dropdown-menu li a {
                font-size: 14px;
                padding: 10px 0px 10px 25px;
                color: #071956;
                width: 100%;
                cursor: pointer;
            }

.janus-h-icon-sect {
    position: relative;
}

    .janus-h-icon-sect li {
        float: left;
        margin-left: 2px;
    }

        .janus-h-icon-sect li > a {
            display: block;
            color: #fff;
            font-size: 18px;
            padding: 35px 15px 20px 15px;
        }

        .janus-h-icon-sect li a > span {
            position: relative;
            background-repeat: no-repeat;
            width: 25px;
            height: 25px;
        }

        .janus-h-icon-sect li .br-search {
            display: block;
            background-image: url(/presentation/includes/_images/janus-image/h-search-icon.svg);
            background-size: 20px 20px;
        }

        .janus-h-icon-sect li .br-user {
            display: block;
            background-image: url(/presentation/includes/_images/janus-image/h-user-icon.svg);
            background-size: 20px 20px;
        }

        .janus-h-icon-sect li .br-cart {
            display: block;
            background-image: url(/presentation/includes/_images/janus-image/h-cart-icon.svg);
            background-size: 20px 20px;
        }

        .janus-h-icon-sect li .br-menubar {
            display: block;
            background-image: url(/presentation/includes/_images/janus-image/menu-icon.svg);
            background-size: 20px 20px;
        }

.janus-cart-count {
    background: #FFBD51;
    font-size: 16px !important;
    color: #000;
    border-radius: 50px;
    width: 22px !important;
    height: 22px !important;
    position: absolute;
    display: block;
    text-align: center;
    font-style: normal;
    right: 2px;
    top: 29px;
    background-image: none !important;
    z-index: 1;
    line-height: 1.5;
}

    .janus-cart-count:before {
        content: "";
        left: -17px;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

/**** navigation css ****/

.janus-navigation {
    background: #fff;
    position: relative;
    box-shadow: 0 4px 2px -2px grey;
}

.janus-main-menus li a {
    display: block;
    padding: 15px 22px 15px 20px;
    color: #000;
    font-size: 14px;
    font-family: Helvetica;
    position: relative;
}

.janus-main-menus li.dropdowm-m a::after {
    content: "";
    background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
}

.janus-pdp-container {
    max-width: 1200px;
    margin: 0 auto;
}

.janus-pdp-row {
    position: relative;
}

    .janus-pdp-row:after {
        content: "";
        display: table;
        clear: both;
    }

.janus-pdp-col-l {
    float: left;
    width: 59%;
}

.janus-pdp-col-r {
    overflow: hidden;
}

.janus-product-detail-container {
    padding: 20px 0 10px 0;
}

.janus-product-meta .janus-model-number {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif !important;
    color: #000 !important;
    margin: 0;
}

.janus-product-meta .janus-product-title {
    font-size: 25px;
    line-height: 38px;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.janus-product-meta .recall-notice {
    display: block;
}

.janus-product-features ul {
    list-style-type: disc;
    list-style-position: outside;
    padding: 5px 0 12px 25px;
    font-family: 'Helvetica', sans-serif !important;
}

    .janus-product-features ul li {
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }

.rating-stars {
    position: relative;
    float: left;
    padding-right: 15px;
}

    .rating-stars li {
        display: inline-block;
        vertical-align: top;
    }

        .rating-stars li .star-icon {
            background: url(/presentation/includes/_images/janus-image/rating-star-icon.svg);
            display: block;
            width: 22px;
            height: 22px;
        }

.janus-rating-count {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.janus-pdp-supplies-card .janus-p-rating-sect {
    transform: scale(.75);
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
}

.janus-p-rating-sect {
    display: inline-block;
    vertical-align: middle;
    /*transform: scale(.75);
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);*/
}

.janus-product-summary-bar {
    padding: 0;
}

.janus-pdp-write-review {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    padding-left: 16px;
    position: relative;
}

    .janus-pdp-write-review:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 14px;
        background: #000;
        left: 0;
        top: 3px;
    }

    .janus-pdp-write-review a {
        color: #0D2EA0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }

.janus-price-container {
    padding: 10px 0;
    max-width: 90%;
}

.janus-price-rows {
    display: flex;
    width: 100%;
}

    .janus-price-rows .janus-pr-col:last-child {
        width: 35%;
        text-align: right;
    }

    .janus-price-rows .janus-pr-col:first-child {
        width: 75%;
        font-size: 16px;
        color: #000;
        line-height: 35px;
    }

.janus-org-price {
    font-size: 21px;
    color: #000;
}

    .janus-org-price del {
        display: inline-block;
        position: relative;
    }

        .janus-org-price del:after {
            content: "";
            width: 100%;
            height: 1.2px;
            background: #000;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto 0;
            top: 0;
            bottom: 0;
        }

.janus-price-rows a {
    color: #0D2EA0;
    font-weight: 600;
}

.janus-rebate-price {
    font-size: 21px;
    color: #108A8B;
}

.janus-rebate-text {
    display: inline-block;
    background: #D31658;
    color: #fff;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 15px;
    line-height: 25px;
}

.janus-price-text {
    font-size: 18px !important;
    line-height: 55px !important;
}

.janus-your-price {
    font-size: 40px;
    color: #C14F5F;
}

/*** PDP slider css ***/

.janus-pdp-slider-wrapper {
    padding: 40px 0 0 0px;
    position: relative;
}

.pdp-slider-thumb {
    width: 100px;
    float: left;
    padding-top: 0%;
    overflow: hidden;
    height: 100px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    /*padding-top:20px;*/
}

    .pdp-slider-thumb.slick-initialized {
        visibility: visible;
        opacity: 1;
        height: auto;
        overflow: visible;
    }

.pdp-slider-content {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    /*max-height: 420px;
	padding-top:50px;*/
    margin-bottom: 0 !important;
}

    .pdp-slider-content.slick-initialized {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .pdp-slider-content .slick-arrow {
        display: none !important;
        z-index: 15;
    }

    .pdp-slider-content .slick-dots {
        display: none !important;
    }

    .pdp-slider-content .slick-slide {
        text-align: center;
        outline: none;
    }

        .pdp-slider-content .slick-slide .embed-responsive {
            min-height: 350px;
        }

        .pdp-slider-content .slick-slide img {
            display: inline-block;
        }

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.pdp-slider-thumb .slick-slide {
    display: block;
    border: 1px solid #000;
    border-radius: 1px;
    margin: 7px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .pdp-slider-thumb .slick-slide img {
        /*max-width: 85px;*/
        display: inline-block;
        height: 56px;
        vertical-align: top;
    }

    .pdp-slider-thumb .slick-slide .thumbnail {
        margin: 0 !important;
        padding: 0 !important;
        display: block;
        border: none;
    }

.pdp-slider-thumb .slick-current {
    border: 1px solid #0D2EA0 !important;
}

.pdp-slider-thumb .slick-arrow {
    border: none;
    text-indent: -500px;
    overflow: hidden;
    width: 100%;
    padding: 0;
    height: 20px;
    outline: none;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: none;
}

.pdp-slider-thumb .slick-prev {
    background: url(/presentation/includes/_images/janus-image/pdp-up-arro-icon.svg);
    background-position: center 4px;
    background-repeat: no-repeat;
}

.pdp-slider-thumb .slick-next {
    background: url(/presentation/includes/_images/janus-image/pdp-down-arro-icon.svg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.pdp-slider-content .slick-slide img {
    max-width: 100%;
}

.pdp-slider-content .slick-slide.video-item iframe {
    padding: 15px;
}

.pdp-slider-content .slick-list {
    /*padding:75px 0 35px 0;*/
    margin: 0px 0 0px 0;
}

.cxa-producttabsheader-component {
    min-height: 68px;
    margin-top: 20px;
}

.janus-product-tabs {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    position: relative;
    background: #FFF;
    margin: 0 !important;
}

.product-details-page .janus-product-tabs.affix {
    margin-top: 20px !important;
}

.janus-product-tabs.affix {
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 43px;
    padding-top: 12px;
}

.janus-product-tabs .nav {
    border: none;
    padding-left: 20px;
}

    .janus-product-tabs .nav li {
        margin-right: 30px;
        padding: 14px 0;
        float: left;
    }

        .janus-product-tabs .nav li a {
            color: #000;
            font-size: 18px;
            padding: 6px 0px;
            display: block;
            position: relative;
        }

            .janus-product-tabs .nav li a:hover, .janus-product-tabs .nav li a:focus {
                background: none;
                border: none;
            }

    .janus-product-tabs .nav .active a {
        background: none;
        border: none;
        font-weight: 600;
    }

        .janus-product-tabs .nav .active a::after {
            content: "";
            height: 3px;
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background: #0D2EA0;
            border-radius: 10px;
        }

.support-link a {
    color: #0D2EA0 !important;
    padding-right: 28px !important;
}

    .support-link a::before {
        content: "";
        background: url(/presentation/includes/_images/janus-image/right-arrow-1.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        position: absolute;
        right: 0;
        width: 20px;
        height: 12px;
        top: 13px;
    }

.janus-product-tabs #janus-pr-tbas {
    display: none;
}

.janus-product-tabs .dropdown-menu {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0;
    box-shadow: none;
    z-index: 18;
}

.janus-product-tabs .dropdown-backdrop {
    display: none;
}

.janus-pdp-sticky-bar {
    padding: 12px 0;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, .2);
    top: 0;
    background: #fff;
    z-index: -1;
    width: 100%;
    opacity: 0;
    position: fixed;
}

    .janus-pdp-sticky-bar.affix {
        opacity: 1;
        z-index: 99;
    }

.pdp-sticky-left-col {
    float: left;
    width: 52%;
    display: table;
}

.pdp-sticky-right-col {
    overflow: hidden;
    padding-top: 2px;
}

.janus-pdp-sticky-detail {
    position: relative;
    display: table;
    width: 100%;
}

.jannus-pdp-rating-sticky {
    display: table-cell;
    width: 135px;
    text-align: center;
    padding-right: 8px;
    vertical-align: middle;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
}

.janus-pdp-sticky-rating-sect .spp-rating-stars {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

    .janus-pdp-sticky-rating-sect .spp-rating-stars li .star-icon {
        width: 12px;
        height: 12px;
        background-size: 12px;
    }

.jannus-pdp-rating-sticky .janus-rating-supp-count {
    font-size: 12px;
    display: inline-block;
    padding: 0;
}

.janus-pdp-sticky-detail .janus-pdp-stikcy-img {
    vertical-align: middle;
    float: left;
    width: 45px;
    margin-right: 15px;
    display: table-cell;
    overflow: hidden;
}

.janus-pdp-sticky-detail h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px 5px 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-family: 'Helvetica', sans-serif;
}

.janus-pdp-prices {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
}

.janus-pdp-price-btns {
    float: right;
}

    .janus-pdp-price-btns .btn {
        display: inline-block !important;
        vertical-align: top;
    }

.janus-pdp-org-price {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    color: #000;
    line-height: 32px;
}

    .janus-pdp-org-price del {
        font-size: 21px;
        color: #000;
    }

    .janus-pdp-org-price del {
        display: inline-block;
        position: relative;
    }

        .janus-pdp-org-price del:after {
            content: "";
            width: 100%;
            height: 1.2px;
            background: #000;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto 0;
            top: 0;
            bottom: 0;
        }

.janus-pdp-your-price {
    font-size: 32px;
    color: #C14F5F;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.janus-pdp-p-detail .janus-pdp-left-col {
    width: 72%;
}

.janus-pdp-p-detail .janus-pdp-right-col {
    width: 28%;
}

.janus-pdp-content-sect {
    position: relative;
    border-top: 1px solid #ddd;
}

.janus-pdp-about-section {
    border-top: none;
}

.janus-pdp-specification-section {
    padding-top: 15px;
}

.janus-pdp-supplies-section {
    padding-top: 15px;
}

.janus-pdp-content-sect.janus-pdp-sysrequirements-section {
    margin-bottom: 30px;
}
.janus-pdp-title2 {
    font-size: 21px;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    overflow: hidden;
    text-transform: uppercase;
    margin-top: 0;
}

    .janus-pdp-title2 span {
        display: block;
        padding-bottom: 185px;
        margin-top: -180px;
        visibility: hidden;
        position: relative;
        z-index: -999;
    }

.janus-pdp-content-sect p {
    font-size: 16px;
    line-height: 24px;
}

.janus-pdp-content-sect blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: none;
    background: #FFF8ED;
}

    .janus-pdp-content-sect blockquote ul {
        list-style-type: disc;
        list-style-position: outside;
        line-height: 24px;
        font-size: 16px;
        padding-left: 12px;
    }

        .janus-pdp-content-sect blockquote ul li {
            margin: 15px 5px;
        }

            .janus-pdp-content-sect blockquote ul li:last-child {
                margin-bottom: 0;
            }

.janus-info-block {
    position: relative;
    margin-bottom: 20px;
}

    .janus-info-block::after {
        content: "";
        clear: both;
        display: table;
    }

.janus-info-b-img {
    position: relative;
    border: 1px solid #ececec;
}

    .janus-info-b-img.video-box a::before {
        background-repeat: no-repeat;
        content: "";
        background: url(/presentation/includes/_images/janus-image/video-play-icon.svg);
        position: absolute;
        width: 56px;
        height: 40px;
        background-size: 55px;
        z-index: 3;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .janus-info-b-img.video-box a:after {
        content: "";
        background: rgba(0, 0, 0, .25);
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

.j-info-video-time {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    color: #FFBD51;
    padding-left: 30px;
    line-height: 22px;
}

    .j-info-video-time::before {
        content: "";
        background: url(/presentation/includes/_images/janus-image/clock-icon.svg);
        position: absolute;
        width: 22px;
        height: 22px;
        left: 0;
    }

.janus-info-block h2:empty {
    display: none;
}

.janus-info-block h2 {
    font-size: 18px;
    text-align: left;
    padding: 12px 0px;
    line-height: 25px;
    color: #000;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
}

.learn-more-btn-2 {
    color: #0D2EA0;
    font-size: 16px;
    display: inline-block;
    padding: 3px 32px 3px 0px;
    position: relative;
    font-weight: 600;
}

    .learn-more-btn-2::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/learn-more-icon.svg);
        background-repeat: no-repeat;
        background-size: 22px;
        position: absolute;
        right: 0;
        width: 22px;
        height: 22px;
        top: 3px;
    }

    .learn-more-btn-2:hover, .learn-more-btn-2:focus {
        color: #0D2EA0;
        box-shadow: none;
    }

.learn-more-btn {
    color: #0D2EA0;
    font-size: 14px;
    display: inline-block;
    padding: 3px 28px 3px 5px;
    position: relative;
    font-weight: 600;
}

    .learn-more-btn::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/learn-more-icon.svg);
        background-repeat: no-repeat;
        background-size: 17px;
        position: absolute;
        right: 0;
        width: 18px;
        height: 18px;
        top: 4px;
    }

    .learn-more-btn:hover, .learn-more-btn:focus {
        color: #0D2EA0;
        box-shadow: none;
    }

.more-btn-links {
    color: #0D2EA0;
    font-size: 18px;
    display: inline-block;
    padding: 3px 28px 3px 0px;
    position: relative;
    font-weight: 600;
}

    .more-btn-links::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/right-arrow-1.svg);
        background-repeat: no-repeat;
        background-size: 17px;
        position: absolute;
        right: 0;
        width: 20px;
        height: 15px;
        top: 8px;
    }

    .more-btn-links:hover, .more-btn-links:focus {
        color: #0D2EA0;
    }

.more-btn-links-16 {
    color: #0D2EA0;
    font-size: 16px;
    display: inline-block;
    padding: 0px 32px 0px 0px;
    position: relative;
    font-weight: 600;
}

    .more-btn-links-16::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/right-arrow-1.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        width: 20px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

.more-yellow-btn-links {
    color: #ffbd51;
    font-size: 18px;
    display: inline-block;
    padding: 3px 28px 3px 5px;
    position: relative;
    font-weight: 600;
}

    .more-yellow-btn-links::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/right-arrow-yellow.svg);
        background-repeat: no-repeat;
        background-size: 21px;
        position: absolute;
        right: 0;
        width: 21px;
        height: 15px;
        top: 8px;
    }

    .more-yellow-btn-links:hover, .more-yellow-btn-links:focus {
        color: #ffbd51;
    }

.pdp-btn-links {
    color: #0D2EA0;
    font-size: 14px;
    display: inline-block;
    padding: 3px 28px 3px 5px;
    position: relative;
    font-weight: 600;
}

    .pdp-btn-links::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/right-arrow-1.svg);
        background-repeat: no-repeat;
        background-size: 17px;
        position: absolute;
        right: 0;
        width: 20px;
        height: 15px;
        top: 7px;
    }

.pdp-btn-links-2 {
    color: #0D2EA0;
    font-size: 16px !important;
    display: inline-block !important;
    padding: 0px 26px 0px 0px !important;
    position: relative !important;
    font-weight: 600 !important;
}

    .pdp-btn-links-2::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/right-arrow-1.svg);
        background-repeat: no-repeat;
        background-size: 17px;
        position: absolute;
        right: 0;
        width: 20px;
        height: 15px;
        top: 5px;
    }

.janus-pdp-info-block-sect {
    margin-right: -8px;
    margin-left: -8px;
}

.janus-pdp-supplies-card .janus-where-to-buy-btn {
    margin-bottom: 15px !Important;
}

.janus-pdp-supplies-card .janus-btn-green {
    text-transform: uppercase;
}

.janus-pdp-info-block-sect .col-md-4 {
    padding: 0 8px;
}

.janus-pdp-info-block-sect .col-md-6 {
    padding: 0 8px;
}

/*** accordion-panel css ***/

.accordion-panel {
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
}

    .accordion-panel .panel-body {
        overflow-x: auto;
    }

    .accordion-panel .panel-heading {
        background: #0D2EA0;
        padding: 0;
        border-radius: 0;
        border: none;
    }

        .accordion-panel .panel-heading a {
            display: block;
            font-size: 18px;
            color: #fff;
            padding: 8px 20px;
            height: 60px;
            line-height: 44px;
            position: relative;
            font-family: Helvetica, Arial, sans-serif;
            font-weight: normal;
        }

            .accordion-panel .panel-heading a::after {
                content: "";
                background: url(/presentation/includes/_images/janus-image/accordion-arrow-down-icons.svg);
                background-repeat: no-repeat;
                position: absolute;
                right: 20px;
                width: 25px;
                height: 25px;
                top: 17px;
            }

            .accordion-panel .panel-heading a[aria-expanded="true"]::after {
                content: "";
                background: url(/presentation/includes/_images/janus-image/accordion-arrow-up-icons.svg);
                background-repeat: no-repeat;
                position: absolute;
                right: 20px;
                width: 25px;
                height: 25px;
                top: 17px;
            }

.pdp-table {
    font-size: 16px;
    color: #000;
}

    .pdp-table tr:nth-child(odd) {
        background: #E6EAF5;
    }

    .pdp-table tr th {
        border-right: 1px solid #979797;
    }

    .pdp-table > tbody > tr > td, .pdp-table > tbody > tr > th, .pdp-table > tfoot > tr > td, .pdp-table > tfoot > tr > th, .pdp-table > thead > tr > td, .pdp-table > thead > tr > th {
        padding: 10px 15px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: none;
    }

.janus-pdp-supplies-card {
    position: relative;
    border: 1px solid #DEDEDE;
}

.janus-pdp-supplies-card {
    position: relative;
    margin-bottom: 20px;
}

    .janus-pdp-supplies-card::after {
        display: table;
        clear: both;
        content: "";
    }

.ja-pdp-supp-col-1 {
    width: 59%;
    float: left;
    padding: 20px 12px 20px 12px;
}

.ja-pdp-s-col-2 {
    float: left;
    width: 17%;
    padding: 20px 12px 10px 12px;
}

.ja-pdp-s-col-3 {
    float: left;
    width: 24%;
    padding: 20px 12px 5px 12px;
}

.jan-pdp-supp-img {
    width: 85px;
    display: block;
    float: left;
    height: 85px;
    margin-right: 12px;
    padding: 0px 0;
}

.ja-pdp-supp-col-1 h2 {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
}

.ja-pdp-supp-col-1 h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif;
    overflow: hidden;
    /*max-height: 50px;*/
    margin-top: 0;
}

.janus-org-supp-price {
    font-size: 24px;
    color: #000;
    display: block;
    padding-bottom: 14px;
    line-height: 20px;
}

.spp-rating-stars {
    position: relative;
}

    .spp-rating-stars li {
        display: inline-block;
        vertical-align: top;
    }

        .spp-rating-stars li .star-icon {
            background: url(/presentation/includes/_images/janus-image/rating-star-icon.svg);
            display: block;
            width: 16px;
            height: 16px;
            background-size: 16px;
        }

.janus-rating-supp-count {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    padding-top: 14px;
    display: block;
}

.janus-sidebar-widgets {
    border: 1px solid #9B9B9B;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 2px;
}

.janu-widge-head {
    color: #0D2EA0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.janus-pdp-widget-panel {
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

    .janus-pdp-widget-panel .panel-heading {
        border-bottom: 1px solid #cccc;
        font-size: 18px;
        font-weight: 500;
        padding: 15px 20px;
        line-height: 29px;
    }

.suppor-popup-sect .modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

    .suppor-popup-sect .modal-header .modal-title {
        margin: 0;
        line-height: 1.42857143;
        font-size: 18px;
        font-weight: 500 !important;
        text-transform: uppercase;
    }

.janus-pdp-widgets-block {
    /*display: table;*/
    vertical-align: top;
    width: 100%;
}

    .janus-pdp-widgets-block:after {
        content: "";
        display: block;
        clear: both;
    }

    .janus-pdp-widgets-block .janus-pdp-widget-col {
        display: table-cell;
        border-right: 1px solid #ccc;
        padding: 20px;
        width: 33.33%;
        /*float: left;*/
    }

        .janus-pdp-widgets-block .janus-pdp-widget-col:last-child {
            border: none;
        }

.janus-pdp-suppor-widget p {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.janus-pdp-suppor-widget strong {
    font-size: 16px;
    display: block;
    line-height: 24px;
    font-weight: 600;
}

.janus-pdp-suppor-widget ul {
    list-style-type: disc;
    font-size: 16px;
    line-height: 24px;
    padding-left: 16px;
    min-height: 144px;
}

.auto-fill-block {
    display: inline-block;
    width: 170px;
    text-align: left;
    vertical-align: top;
}
.auto-fill-block-refresh {
    display: inline-block;
    width: 300px;
    text-align: left;
    vertical-align: top;
}
.auto-f-icon {
    width: 45px;
    padding: 3px;
    float: left;
    margin-right: 5px;
}

    .auto-f-icon img {
        width: 35px;
    }
.auto-f-icon-refresh {
    width: 100px;
    height:auto;
    padding: 3px;
    float: left;
    margin-right: 5px;
}

    .auto-f-icon-refresh img {
        width: 100%;
    }
.auto-fill-block h4 {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: normal;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
}

.free-shipping-block {
    display: inline-block;
    width: 170px;
    text-align: left;
    vertical-align: top;
}

.shipping-f-icon {
    width: 45px;
    padding: 3px;
    float: left;
    margin-right: 5px;
}

    .shipping-f-icon img {
        width: 37px;
    }

.free-shipping-block h4 {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: normal;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
}

.top-seller-block {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 5;
    padding-left: 100px;
}

.top-seller-title {
    display: inline-block;
    background: #FF7440;
    color: #fff;
    border-radius: 3px;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 20px 5px 15px;
    line-height: 38px;
    min-width: 210px;
    position: relative;
    text-transform: uppercase;
    margin: 0;
}

    .top-seller-title::before {
        content: "";
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        right: -11px;
        background: #FF7440;
        transform: skew(-22deg);
        -webkit-transform: skew(-22deg);
        /* WebKit */
        -moz-transform: skew(-22deg);
        /* Mozilla */
        -o-transform: skew(-22deg);
        /* Opera */
        -ms-transform: skew(-22deg);
        /* Internet Explorer */
        z-index: 1;
        box-shadow: -9px 0px 0px #FF4500 inset;
    }

    .top-seller-title span {
        font-weight: bold;
        font-family: 'Helvetica', sans-serif;
        position: relative;
        z-index: 2;
    }

.janusl-label-discontinuded {
    background: #FFCE7D !important;
    color: #000 !important;
}

    .janusl-label-discontinuded::before {
        background: #FFCE7D !important;
        box-shadow: -9px 0px 0px #FFBD51 inset;
    }

.janusl-label-discontinuded {
    background: #FFCE7D !important;
    color: #000 !important;
}

.janusl-label-refurbished {
    background: #41BD87 !important;
}

    .janusl-label-refurbished::before {
        background: #41BD87 !important;
        box-shadow: -9px 0px 0px #01A65F inset;
    }

.janus-new-label-product {
    background: #DE5082 !important;
}

    .janus-new-label-product::before {
        background: #DE5082 !important;
        box-shadow: -9px 0 0 #D31658 inset !important;
    }

.support-icon {
    position: fixed;
    bottom: 15px;
    right: 85px;
    /*width: 45px;
    height: 45px;*/
    z-index: 999;
}

    .support-icon a {
        display: block;
    }

.scroll-top-icon {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    display: none;
    z-index: 999;
}

    .scroll-top-icon a {
        display: block;
    }

/***** mobile css *****/

.janus-mobile-pdp-head-sect {
    position: relative;
    padding: 15px 0;
}

.m-top-seller-block {
    margin-bottom: 10px;
}

.m-top-seller-title {
    display: inline-block;
    background: #FF7440;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0px 3px 8px;
    line-height: 28px;
    min-width: 116px;
    position: relative;
    letter-spacing: 1px;
    z-index: 6;
    margin-right: 35px;
}

    .m-top-seller-title::before {
        content: "";
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        right: -15px;
        background: #FF7440;
        transform: skew(-22deg);
        -webkit-transform: skew(-22deg);
        -moz-transform: skew(-22deg);
        -o-transform: skew(-22deg);
        -ms-transform: skew(-22deg);
        z-index: 5;
    }

    .m-top-seller-title:after {
        content: "";
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        right: -25px;
        background: #FF4500;
        transform: skew(-22deg);
        -webkit-transform: skew(-22deg);
        -moz-transform: skew(-22deg);
        -o-transform: skew(-22deg);
        -ms-transform: skew(-22deg);
        z-index: 2;
    }

    .m-top-seller-title span {
        position: relative;
        z-index: 10;
    }

.m-top-seller-block .m-janus-model-number {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
}

.m-janus-product-title {
    font-size: 18px;
    line-height: 27px;
}

.pdp-slider-content .slick-arrow {
    border: none;
    width: 37px;
    height: 37px;
    padding: 0;
    overflow: hidden;
    text-indent: 200px;
    outline: none;
}

.pdp-slider-content .slick-prev {
    background: url(/presentation/includes/_images/janus-image/slide-arro-prev.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.pdp-slider-content .slick-next {
    background: url(/presentation/includes/_images/janus-image/slide-arro-next.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.pdp-slider-content .slick-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

    .pdp-slider-content .slick-dots li {
        display: inline-block;
        margin: 0 3px;
        vertical-align: middle;
        height: auto;
        width: auto;
        overflow: hidden;
    }

        .pdp-slider-content .slick-dots li button {
            background: #333;
            border: none;
            width: 8px;
            height: 8px;
            overflow: hidden;
            text-indent: -100px;
            border-radius: 60px;
            display: block;
            cursor: pointer;
            padding: 0;
            outline: none;
        }

    .pdp-slider-content .slick-dots .slick-active button {
        width: 12px;
        height: 12px;
        background: #054FA6;
    }

.m-janus-pr-col {
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    text-decoration: line-through;
    line-height: 14px;
}

.view-promo-links {
    color: #0D2EA0;
    font-weight: bold;
}

.m-pdp-shiping-block .auto-fill-block h4 {
    font-size: 14px;
    line-height: 20px;
}

.m-pdp-shiping-block .free-shipping-block h4 {
    font-size: 14px;
    line-height: 20px;
}

.m-pdp-shiping-block .auto-fill-block {
    width: auto;
    float: left;
}

.m-pdp-shiping-block .free-shipping-block {
    width: auto;
    float: right;
}

.m-pdp-shiping-block .auto-fill-block .auto-f-icon {
    width: 32px;
}

    .m-pdp-shiping-block .auto-fill-block .auto-f-icon img {
        width: 25px;
    }

.m-pdp-shiping-block .free-shipping-block .shipping-f-icon {
    width: 32px;
}

    .m-pdp-shiping-block .free-shipping-block .shipping-f-icon img {
        width: 25px;
    }

.janus-m-tab-dropdown {
    display: block;
}

    .janus-m-tab-dropdown > a {
        display: block !important;
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        padding: 5px 15px 8px 15px;
    }

    .janus-m-tab-dropdown.open .btn {
        box-shadow: none;
    }

    .janus-m-tab-dropdown .btn .caret {
        position: absolute;
        position: absolute;
        right: 20px;
        top: 9px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px dashed #333;
    }

    .janus-m-tab-dropdown .dropdown-menu {
        top: 35px;
        border: none;
        border-radius: 0;
        margin: 0;
        width: 100%;
        padding: 0;
    }

        .janus-m-tab-dropdown .dropdown-menu li a {
            display: block;
            font-size: 15px;
            padding: 8px 15px;
        }

        .janus-m-tab-dropdown .dropdown-menu .active a {
            background: #0D2EA0;
        }

.janus-product-tabs .dropdown-menu > .active > a:hover {
    color: #000 !important;
}

.janus-product-tabs .dropdown-menu > .active > a:focus {
    color: #000 !important;
}

.footer-section {
    height: 250px;
}

/*** Suppor model popup css ***/

/*.janus-pdp-page.modal-open{padding:0!important; overflow:inherit;}
.janus-pdp-page.modal-open .modal-backdrop{display:none;}*/

.suppor-popup-sect {
    position: fixed;
    bottom: 0 !important;
    right: 45px;
    left: inherit;
    top: inherit;
    padding: 0 20px;
}

    .suppor-popup-sect .modal-dialog {
        width: 830px;
        margin: 15px auto;
    }

    .suppor-popup-sect .modal-content {
        border: 1px solid #ccc;
    }

.support-model-close {
    position: absolute;
    width: 35px;
    right: 10px;
    background: #d8d8d8;
    height: 35px;
    border-radius: 50px;
    padding: 11px;
    top: 11px;
    cursor: pointer;
}

    .support-model-close img {
        opacity: .6;
    }

/****** shopping page css ******/

.janus-shopping-cart-items-sect {
    position: relative;
    margin-bottom: 30px;
}

.janus-s-c-item-head {
    position: relative;
    display: table;
    width: 100%;
}

.janus-s-c-item-head {
    position: relative;
    display: table;
    width: 100%;
    background: #0D2EA0;
}

.janus-s-c-item-body {
    border: 1px solid #ddd;
    position: relative;
}

.janus-s-c-item-head .janus-s-c-col {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.janus-s-c-row {
    border-bottom: 1px solid #ddd;
}

.my-accont-cart-sect .janus-s-c-row {
    display: table;
    width: 100%;
}

.janus-shc-quantity-col .janus-shc-quantity-col {
    width: 85px;
}

.janus-shc-quantity-col {
    width: 101px;
    padding: 13px 8px !important;
}

.janus-shopp-c-item-m-title {
    font-size: 13px;
    display: block;
    color: #4A4A4A;
    text-align: center;
    padding: 8px 0;
    display: none;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
}

.janus-s-c-row .janus-s-c-col {
    display: table-cell;
    vertical-align: top;
    padding: 14px 15px;
    color: #000;
    font-size: 14px;
}

.janus-shopp-c-items-sect {
    position: relative;
    display: table;
    width: 100%;
}

.janus-shopp-c-item-img {
    display: table-cell;
    width: 60px;
    padding-right: 15px;
    max-width: 60px;
}

.janus-shopp-c-item-info {
    display: table-cell;
    vertical-align: top;
}

    .janus-shopp-c-item-info h4 {
        font-size: 13px;
        line-height: 20px;
        margin: 0;
        font-family: 'Helvetica', sans-serif;
    }

        .janus-shopp-c-item-info h4 a {
            font-family: 'Helvetica', sans-serif;
        }

    .janus-shopp-c-item-info h2 {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        font-family: 'Helvetica', sans-serif;
    }

        .janus-shopp-c-item-info h2 a {
            font-family: 'Helvetica', sans-serif;
        }

        .janus-shopp-c-item-info h2 a {
            color: #000;
        }

.janus-shopp-c-supplies-link {
    color: #0D2EA0;
    font-size: 14px;
    padding: 5px 20px 5px 0px;
    position: relative;
    display: inline-block;
    margin-top: 3px;
}

    .janus-shopp-c-supplies-link::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
        position: absolute;
        width: 15px;
        height: 11px;
        background-repeat: no-repeat;
        background-position: center center;
        right: 0;
        top: 8px;
    }

    .janus-shopp-c-supplies-link[aria-expanded="true"]::after {
        content: "";
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        top: 13px;
    }

    .janus-shopp-c-supplies-link:hover, .janus-shopp-c-supplies-link:focus {
        color: #0D2EA0;
    }

.janus-shc-org-price {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

    .janus-shc-org-price:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        left: 0;
        right: 0;
        bottom: 10px;
    }

.janus-shc-your-price {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

.janus-shc-unit-col {
    width: 95px;
    padding: 13px 8px !important;
}

.janus-items-accessories-wrap {
    position: relative;
    width: 100%;
}

.janus-pro-supplie-block {
    border: 1px solid #ddd;
    position: relative;
    max-width: 165px;
    text-align: center;
    margin: 0 auto;
    border-radius: 0 0 3px 3px;
}

.janus-p-s-c-img {
    display: flex;
    max-width: 100%;
    text-align: center;
    padding: 10px 10px;
    min-height: 110px;
    max-height: 110px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .janus-p-s-c-img img {
        display: inline-block;
        max-width: 105px;
    }

.janus-p-s-c-model-numb {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.janus-pro-supplie-block h2 {
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 0px 8px 5px 8px;
    text-align: left;
    margin: 0;
    max-height: 70px;
    overflow: hidden;
    min-height: 70px;
}

    .janus-pro-supplie-block h2 a {
        color: #000;
        font-family: Helvetica,Arial,sans-serif;
    }

.janus-p-s-c-price {
    color: #C14F5F;
    font-size: 24px;
    line-height: 27px;
    display: block;
    padding-bottom: 5px;
}

.janus-p-s-c-rating-sect {
    padding-bottom: 10px;
    transform: scale(.80);
    -webkit-transform: scale(.80);
    -moz-transform: scale(.80);
    -ms-transform: scale(.80);
    -o-transform: scale(.80);
}

    .janus-p-s-c-rating-sect .janus-rating-supp-count {
        padding-top: 4px;
    }

.janus-items-accessories-wrap {
    padding: 0 45px 0px 67px;
    background: #fff;
    margin-top: -1px;
    border-bottom: 1px solid #ddd;
}

.janus-product-itm-slider {
    padding: 0 0 20px 0;
}

.janus-pro-supplie-block .janus-btn-green.btn-md {
    min-width: 165px;
}

.janus-product-items-slider .slick-prev {
    background: url(/presentation/includes/_images/janus-image/left-arrow-icon.svg);
    width: 36px;
    height: 37px;
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    left: -35px;
    margin: auto 0;
    overflow: hidden;
    text-indent: -200px;
    outline: none;
    background-repeat: no-repeat;
}

.janus-product-items-slider .slick-next {
    background: url(/presentation/includes/_images/janus-image/right-arrow-icon.svg);
    width: 36px;
    height: 37px;
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    right: -37px;
    margin: auto 0;
    overflow: hidden;
    text-indent: -200px;
    outline: none;
    background-repeat: no-repeat;
}

.janus-items-accessories-wrap .collapse {
    display: block;
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

    .janus-items-accessories-wrap .collapse.in {
        display: block;
        opacity: 1;
        height: auto;
        overflow: visible;
    }

.janus-blue-panel {
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
}

    .janus-blue-panel .panel-heading {
        background: #0D2EA0;
        color: #fff;
        border-radius: 0;
        min-height: 48px;
        border: none;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        display: block;
        align-self: normal !important;
        margin: 0 !important;
    }

.j-blue-p-h-col {
    width: 50%;
}

.janus-blue-panel .panel-body {
    border: 1px solid #ddd;
    position: relative;
}

.janus-we-accepts p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 22px;
}

.free-shipping-text1 {
    color: #108A8B;
}

.janus-we-accepts img {
    margin-top: 10px;
}

.janus-quanity-block {
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
}

    .janus-quanity-block input {
        width: 35px;
        border: 1px solid #0D2EA0;
        border-radius: 2px;
        height: 28px;
        text-align: center;
        margin: 0 4px 5px 4px;
        font-size: 16px;
        color: #000;
        float: left;
        background: #fff;
    }

    .janus-quanity-block .j-q-min {
        background: url(/presentation/includes/_images/janus-image/minus-icon.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        border: none;
        background-size: 20px;
        outline: none;
        margin-top: 4px;
        float: left;
        box-sizing: border-box;
        padding: 0px;
    }

    .janus-quanity-block .j-q-plus {
        background: url(/presentation/includes/_images/janus-image/plus-icon.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        border: none;
        background-size: 20px;
        outline: none;
        margin-top: 4px;
        float: left;
        box-sizing: border-box;
        padding: 0px;
    }

.janus-remove-itme {
    color: #C14F5F;
    font-size: 13px;
    display: block;
    padding: 8px 0;
}

.janus-total-amount-table {
    margin: 0;
}

    .janus-total-amount-table tr td {
        font-size: 15px;
        color: #000;
        padding: 5px 0 !important;
        border: none !important;
    }

/*** checkout accordian panel css ***/

.janus-checkout-accordion-panel {
    border: 1px solid #ddd;
    margin: 0 0 -1px 0;
    border-radius: 0;
}

    .janus-checkout-accordion-panel .panel-heading {
        padding: 0;
        position: relative;
    }

        .janus-checkout-accordion-panel .panel-heading > a {
            display: block;
        }

.janus-checkout-accordion-step {
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 50px;
    float: left;
    position: relative;
}

.janus-checkout-accordion-panel .panel-heading > a {
    display: block;
    padding: 19px 15px;
}

    .janus-checkout-accordion-panel .panel-heading > a::after {
        content: "";
        display: block;
        clear: both;
    }

.janus-checkout-a-head {
    padding-left: 65px;
}

.janus-checkout-a-head-title {
    font-size: 18px;
    color: #000;
    line-height: 50px;
    margin: 0;
    font-family: Helvetica,Arial,sans-serif;
}

.janus-checkout-a-head-title2 {
    font-size: 17px;
    color: #333;
    line-height: 22px;
    padding-top: 16px;
}

.janus-checkout-accordion-panel .panel-heading a[aria-expanded="true"]::after {
    content: "";
    background: url(/presentation/includes/_images/janus-image/blue-up-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    width: 25px;
    height: 25px;
    top: 32px;
}

.janus-checkout-accordion-panel .panel-heading a[aria-expanded="false"]::after {
    content: "";
    background: url(/presentation/includes/_images/janus-image/blue-down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    width: 25px;
    height: 25px;
    top: 32px;
}

.janus-checkout-accordion-panel .panel-body {
    padding: 0px 65px 10px 80px;
}

.standar-shipping-block h4 {
    font-size: 14px;
    color: #4A4A4A;
    margin: 0;
    line-height: 18px;
    font-family: Helvetica,Arial,sans-serif;
}

.standar-shipping-block .janus-checkout-a-head-title {
    line-height: 33px;
    margin-bottom: 5px;
}

.standar-shipping-block p {
    margin: 0;
    font-size: 14px;
}

.janus-form-filled .janus-checkout-accordion-step::after {
    content: "";
    background: url(/presentation/includes/_images/janus-image/checked-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -1px;
    width: 50px;
    height: 50px;
    top: 0px;
}

.janus-form-filled-block p {
    margin: 3px 0;
    font-size: 16px;
    line-height: 28px;
}

.janus-icon-listing li {
    font-size: 16px;
}

.janus-icon-listing li {
    font-size: 16px;
    position: relative;
    min-height: 35px;
    margin: 15px 0;
    line-height: 35px;
    display: table;
    width: 100%;
}

    .janus-icon-listing li:first-child {
        margin-top: 0px;
    }

    .janus-icon-listing li:last-child {
        margin-bottom: 0px;
    }

    .janus-icon-listing li span {
        display: table-cell;
        width: 35px;
        vertical-align: middle;
    }

    .janus-icon-listing li h6 {
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
        line-height: 25px;
        padding-left: 15px;
        font-weight: normal;
    }

        .janus-icon-listing li h6 a {
            font-family: 'Helvetica', sans-serif;
        }

        .janus-icon-listing li h6 label {
            color: #000;
            font-weight: normal;
            margin: 0;
            padding: 0;
        }
/*** order place guest checkout page css ****/

.janus-set-p-listing li {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    position: relative;
    margin: 10px 0px;
    padding-left: 26px;
    font-weight: normal;
}

    .janus-set-p-listing li::before {
        content: "";
        background: #f0f0f0;
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        top: 2px;
        left: 0;
        position: absolute;
    }

.janus-c-pas-list li {
    font-size: 14px;
    line-height: 22px;
}

/**** Login page css *****/

/*** tabs css ***/

.janus-tab-section {
    position: relative;
}

    .janus-tab-section .nav-tabs {
        border-bottom: 1px solid #ddd;
    }

        .janus-tab-section .nav-tabs > li.active > a, .janus-tab-section .nav-tabs > li.active > a:focus, .janus-tab-section .nav-tabs > li.active > a:hover {
            font-size: 16px;
            border-radius: 0;
            color: #000;
            background: #fff;
            position: relative;
        }

        .janus-tab-section .nav-tabs > li.active::after {
            content: "";
            position: absolute;
            /* width:100%; */
            height: 2px;
            background: #fff;
            left: 1px;
            right: 1px;
        }

        .janus-tab-section .nav-tabs > li > a {
            margin-right: 0;
            font-size: 16px;
            color: #000;
            background: #FFF8ED;
            border-radius: 0px;
        }

            .janus-tab-section .nav-tabs > li > a:hover {
                border: 1px solid #FFF8ED;
            }

        .janus-tab-section .nav-tabs > li {
            margin-bottom: 0px;
            vertical-align: top;
        }

    .janus-tab-section .justified-nav {
        width: 100%;
    }

        .janus-tab-section .justified-nav li {
            display: table-cell;
            width: 1%;
            outline: none;
        }

    .janus-tab-section .nav-tabs.nav-justified > li > a {
        border-bottom: none;
    }

    .janus-tab-section .nav-tabs.nav-justified > li.active > a {
        font-weight: 600;
        border-bottom: none;
    }

    .janus-tab-section .tab-content {
        border: 1px solid #ddd;
        border-top: none;
        padding: 30px;
    }

.janus-login-tab li a {
    font-size: 18px !important;
    padding: 19px 15px;
}

.janus-accounts-tab > li > a {
    padding: 19px 10px;
}

.janus-addres-listing-block {
    position: relative;
    width: 100%;
    display: table;
    margin: 5px 0 30px 0;
}

.janus-addres-list-col-1 {
    width: 80%;
    display: table-cell;
    vertical-align: top;
    padding-left: 70px;
}

.janus-addres-list-col-2 {
    width: 20%;
    display: table-cell;
    vertical-align: top;
}

.janus-addres-l-icon {
    float: left;
    width: 50px;
    border: 1px solid #4A4A4A;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 50px;
    margin-right: 20px;
    text-align: center;
    position: absolute;
    left: 0;
}

.janus-addres-list-col-1 .janus-checkboxs {
    float: left;
}

.janus-addres-l-icon img {
    max-width: 52px;
    position: relative;
    top: -2px;
    left: -2px;
    width: 52px;
}

.janus-addres-listing-block h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 3px 0 6px 0;
    margin: 0;
}

    .janus-addres-listing-block h3 label {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

.janus-addres-listing-block p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

    .janus-addres-listing-block p label {
        font-weight: normal;
        margin: 0;
    }

.janus-addres-edit-block .janus-add-delte-link {
    margin: 4px 0;
}

.janus-add-delte-link {
    color: #C14F5F;
    display: block;
    font-size: 12px;
    position: relative;
    line-height: 22px;
    text-transform: uppercase;
}

    .janus-add-delte-link::before {
        content: "";
        background: url(/presentation/includes/_images/janus-image/delete-icon.svg);
        width: 20px;
        height: 20px;
        position: relative;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: top;
        margin-right: 7px;
    }

.janus-add-edit-link {
    color: #0D2EA0;
    display: block;
    font-size: 12px;
    position: relative;
    line-height: 22px;
}

    .janus-add-edit-link a {
        text-transform: uppercase;
        color: #0D2EA0;
    }

    .janus-add-edit-link::before {
        content: "";
        background: url(/presentation/includes/_images/janus-image/edit-icon.svg);
        width: 20px;
        height: 20px;
        position: relative;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: top;
        margin-right: 5px;
        background-size: 13px;
    }

.janus-order-listing-block {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: top;
    padding: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.janus-order-listing-col-1, .janus-order-listing-col-2, .janus-order-listing-col-3 {
    display: table-cell;
    vertical-align: top;
}

.janus-order-listing-col-1 {
    padding-left: 15px;
    width: 48%;
}

.janus-order-listing-col-2 {
    width: 28%;
}

.janus-order-listing-col-3 {
    text-align: right;
}

.janus-order-l-col-l {
    display: table-cell;
    vertical-align: top;
    width: 50px;
}

.janus-order-l-col-r {
    display: table-cell;
    vertical-align: top;
}

.janus-order-l-col-rows {
    display: table;
    width: 100%;
}

.janus-order-listing-step {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #4A4A4A;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    /*position: absolute;
    left:20px;*/
}

    .janus-order-listing-step img {
        max-width: 51px;
        height: 51px;
        position: relative;
        top: -1px;
        left: -1px;
    }


.janus-order-listing-col-1 h3 {
    font-size: 16px;
    /*font-weight: 600;*/
    line-height: 24px;
    padding: 3px 0 6px 0;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
}

.janus-order-listing-col-1 h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
}

.janus-order-col-list {
    font-size: 16px;
}

    .janus-order-col-list span {
        display: block;
        margin-bottom: 8px;
    }

        .janus-order-col-list span b {
            float: right;
            width: 95px;
        }

.track-order-btn {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0px 0px;
    color: #0D2EA0;
    position: relative;
}

    .track-order-btn:after {
        content: "";
        background: url(/presentation/includes/_images/down-arrow-icon.svg);
        width: 12px;
        height: 7px;
        background-size: 11px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        background-position: bottom center;
        position: relative;
        top: -2px;
    }

    .track-order-btn[aria-expanded="true"]::after {
        content: "";
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }

    .track-order-btn:hover, .track-order-btn:focus {
        color: #0D2EA0;
    }

.janus-order-item-total {
    font-size: 16px;
    margin-top: 6px;
}

.janus-order-listing-col-3 .janus-order-item-total {
    margin-top: 0px;
}

.janus-my-accont-order-title {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
}

.janus-order-show-btn {
    position: absolute;
    border: 1px solid #0D2EA0;
    font-size: 16px;
    color: #0D2EA0;
    width: 200px;
    bottom: -13px;
    background: #fff;
    text-align: center;
    padding: 3px 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .janus-order-show-btn::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        background-size: 13px;
        background-repeat: no-repeat;
        right: 8px;
        top: 6px;
    }

    .janus-order-show-btn::before {
        content: "";
        background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        background-size: 13px;
        background-repeat: no-repeat;
        left: 8px;
        top: 6px;
    }


    .janus-order-show-btn span:after {
        content: "SHOW DETAILS";
    }

    .janus-order-show-btn[aria-expanded="true"] span:after {
        content: "HIDE DETAILS";
    }

.janus-shipping-method-block {
    margin-bottom: 18px;
}

.janus-order-progress {
    background: #e9f2df;
}

    .janus-order-progress .janus-order-listing-step {
        background: #0D2EA0;
        border-color: #0D2EA0;
        color: #0D2EA0;
    }

.janus-standard-shipping-listing {
    position: relative;
}

.janus-shipping-method-block .janus-radiobox {
    display: inline-block;
    margin-bottom: 2px;
}

.janus-shipping-total {
    font-size: 16px;
    color: #C14F5F;
    float: right;
}

.janus-shipping-method-block p {
    font-size: 15px;
    color: #666;
    margin: 0;
    padding-left: 42px;
    font-weight: 400;
}

/*** my account accordian page css ***/

.janus-my-account-accordion-panel {
    position: relative;
    margin: 0;
    border-top: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
}

    .janus-my-account-accordion-panel .panel-heading {
        padding: 0;
        border: none;
    }

        .janus-my-account-accordion-panel .panel-heading a {
            display: block;
            padding: 16px 20px;
            font-size: 14px;
            color: #000;
            font-family: Helvetica,Arial,sans-serif;
        }

            .janus-my-account-accordion-panel .panel-heading a[aria-expanded="false"]::after {
                content: "";
                background: url(/presentation/includes/_images/janus-image/plus-icon.svg);
                background-repeat: no-repeat;
                position: absolute;
                right: 15px;
                width: 25px;
                height: 25px;
                top: 13px;
                background-size: 25px;
            }

            .janus-my-account-accordion-panel .panel-heading a[aria-expanded="true"]::after {
                content: "";
                background: url(/presentation/includes/_images/janus-image/minus-icon.svg);
                background-repeat: no-repeat;
                position: absolute;
                right: 15px;
                width: 25px;
                height: 25px;
                top: 13px;
                background-size: 25px;
            }

    .janus-my-account-accordion-panel .panel-body {
        border-top: 1px solid #ddd;
        padding: 15px;
    }

.janus-event-info-block {
    max-width: 260px;
    margin: 15px auto;
    display: table;
}

    .janus-event-info-block .janus-event-time {
        display: table-cell;
        width: 70px;
        border-right: 1px solid #ddd;
        text-align: center;
    }

.janus-event-time .janus-e-t-m {
    font-size: 18px;
}

.janus-event-time .janus-e-y-m {
    font-size: 18px;
}

.janus-event-time .janus-e-d-m {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
}

.janus-event-info-block .janus-event-time-cont {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.janus-event-time-cont h3 a {
    color: #000;
    line-height: 27px;
    margin-bottom: 8px;
    display: block;
}

.janus-event-time-cont p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.janus-anitas-logo {
    text-align: center;
}

    .janus-anitas-logo img {
        display: inline-block;
    }

.janus-order-p-info-widget {
    max-width: 320px;
    margin: 0 auto;
}

.janus-product-info-t-sect {
    display: table;
    width: 100%;
}

.janus-product-info-t-col {
    display: table-cell;
    vertical-align: top;
}

    .janus-product-info-t-col .rating-stars {
        display: block;
        text-align: center;
    }

    .janus-product-info-t-col .janus-rating-count {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

.janus-pro-price-24 {
    font-size: 24px;
    color: #C14F5F;
    line-height: 25px;
}

/**** Card wrapper css ****/

.janus-card-full-wrap {
    width: 100%;
    position: relative;
    display: table;
}

    .janus-card-full-wrap .janus-card-full-l-col {
        border: 1px solid #DEDEDE;
        display: table-cell;
        vertical-align: top;
    }

    .janus-card-full-wrap .janus-card-full-r-col {
        display: table-cell;
        vertical-align: top;
    }

.janus-card-info {
    padding: 25px;
    max-width: 521px;
}

.jasnu-ink-logo {
    margin-bottom: 25px;
}

.janus-card-info p {
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.janus-card-price-box {
    font-size: 18px;
    line-height: 27px;
}

    .janus-card-price-box .janus-card-pric-text {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        display: inline-block;
    }

    .janus-card-price-box .janus-card-you-price {
        font-size: 22px;
        color: #C14F5F;
        line-height: 34px;
        margin-left: 15px;
        position: relative;
        top: 2px;
    }

/**** hero block css ****/

.janus-hero-billboard-wrapper {
    position: relative;
    height: 60vh;
    display: table;
    width: 100%;
}

    .janus-hero-billboard-wrapper::after {
        content: "";
        clear: both;
        display: block;
    }

.janus-h-b-col-l {
    height: 100%;
    display: table-cell;
}

.janus-h-b-col-r {
    width: 410px;
    height: 100%;
    display: table-cell;
    vertical-align: top;
}

.janus-hero-left-info-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.janus-hero-bg-img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 70%;
    background-position: top right;
    background-size: cover;
    transform: translateX(46%);
}

.janus-hero-white-layer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 42%;
}

.janus-hero-t-layer1 {
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
}

.janus-hero-t-layer2 {
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    opacity: .5;
}

.janus-hero-t-layer3 {
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    opacity: .25;
}

.janus-hero-inner-info {
    position: relative;
    width: 40%;
    padding: 50px 40px 15px 35px;
}

    .janus-hero-inner-info h3 {
        font-family: Catamaran;
        font-size: 45px;
        font-weight: 400;
        line-height: 65px;
        margin-bottom: 20px;
    }

    .janus-hero-inner-info p {
        font-size: 21px;
        line-height: 31px;
    }

.janus-hero-right-info-wrap {
    position: relative;
    padding: 20px 40px;
    height: 100%;
}

.janus-hero-r-info-widget {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

.janus-hero-r-info-img {
    display: block;
    width: 160px;
    vertical-align: top;
}

.janus-hero-r-info-caption {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

    .janus-hero-r-info-caption h3 {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 10px;
    }

        .janus-hero-r-info-caption h3 a {
            color: #000;
        }

.janus-hero-info-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
}

/**** video block css ****/

.janus-video-section {
    position: relative;
    min-height: 80vh;
    display: table;
    width: 100%;
}

.janus-video-col-l {
    display: table-cell;
    vertical-align: middle;
}

.janus-video-col-r {
    display: table-cell;
    width: 630px;
}

.janu-video-bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}

.janus-v-shadow::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -moz-linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0.85) 28%, rgba(0, 0, 0, 0.00) 83%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0.85) 28%, rgba(0, 0, 0, 0.00) 83%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0.85) 28%, rgba(0, 0, 0, 0.00) 83%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.janus-video-s-button {
    display: inline-block;
}

    .janus-video-s-button img {
        width: 105px;
    }

.janus-video-block-info {
    padding: 30px 35px;
}

    .janus-video-block-info h3 {
        font-size: 45px;
        color: #fff;
        line-height: 65px;
        color: #fff;
        font-family: Catamaran;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .janus-video-block-info .janus-where-to-buy-btn {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }

    .janus-video-block-info .cxa-addtocart-component {
        display: inline-block;
    }

        .janus-video-block-info .cxa-addtocart-component .quantity-input {
            display: none;
        }

    .janus-video-block-info ul {
        list-style-type: disc;
        list-style-position: outside;
        padding-left: 20px;
    }

        .janus-video-block-info ul li {
            font-size: 20px;
            color: #fff;
            line-height: 30px;
            margin-bottom: 10px;
        }

/*** Feature block css ***/

.janus-featured-produc-wrapper {
    background: #FFECE5;
    border-radius: 1px;
    padding: 20px 20px;
    position: relative;
    display: table;
    width: 100%;
}

.janus-f-p-w-l-col {
    display: table-cell;
    vertical-align: top;
}

.janus-f-p-w-r-col {
    display: table-cell;
    vertical-align: top;
    width: 485px;
}

.janus-feature-product-block {
    position: relative;
    padding-right: 20px;
}

.janus-f-prod-img {
    display: inline-block;
    float: left;
    max-width: 207px;
    margin-right: 20px;
}

.janus-feature-product-block .top-seller-title {
    font-size: 18px;
    padding: 5px 0px 5px 17px;
    min-width: 181px;
    line-height: 28px;
    margin-top: 4px;
    margin-bottom: 20px;
}

.janus-f-p-model {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 18px
}

.janus-f-p-pricing-list .price-text-size {
    font-size: 35px !important;
}

.janus-inof-btn-group .quantity-input {
    display: none;
}

.janus-f-p-title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    color: #000;
}

.janus-f-product-info {
    background: #fff;
    border-radius: 1px;
    height: 100%;
    display: table;
    width: 100%;
}

.janus-f-p-info-col-1 {
    display: table-cell;
    vertical-align: top;
}

.janus-f-p-info-col-2 {
    display: table-cell;
    width: 205px;
    text-align: center;
    padding: 20px 20px;
    border-left: 1px solid #ddd;
    vertical-align: top;
}

.janus-f-p-pri-sect {
    position: relative;
    padding: 15px 20px 8px 20px;
    border-bottom: 1px solid #ddd;
    min-height: 96px;
}

.janus-f-p-pricing-list li {
    position: relative;
    display: table;
    width: 100%;
}

    .janus-f-p-pricing-list li span {
        display: table-cell;
        vertical-align: middle;
        padding: 3px 0;
    }

.janus-f-p-text {
    font-size: 16px;
    line-height: 21px;
}

.janus-f-p-amount {
    font-size: 21px;
}

.janus-feature-in-col {
    padding: 0px 20px 15px 20px;
}

    .janus-feature-in-col .janus-p-rating-sect {
        display: block;
        padding-top: 5px;
    }

        .janus-feature-in-col .janus-p-rating-sect .rating-stars {
            float: none;
            display: inline-block;
        }

        .janus-feature-in-col .janus-p-rating-sect .janus-rating-count {
            position: relative;
            top: 3px;
        }



/**** Support page css ****/

.janus-support-product-block {
    position: relative;
    display: table;
    width: 100%;
}

.janus-s-p-b-media {
    display: table-cell;
    vertical-align: top;
}

.janus-s-p-b-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

.janus-s-p-b-media {
    width: 240px;
    position: relative;
    max-width: 240px;
}

.janus-s-p-model-n {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 0;
    font-family: Helvetica,Arial,sans-serif;
}

.janus-s-p-titles {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
    font-family: Helvetica,Arial,sans-serif;
}

    .janus-s-p-titles a {
        color: #000;
        font-family: Helvetica,Arial,sans-serif;
    }

.janus-card-link-block {
    position: relative;
}

    .janus-card-link-block h3 {
        background: #333;
        color: #fff;
        font-size: 18px;
        padding: 6px 12px;
        line-height: 24px;
        font-weight: normal;
        font-family: Helvetica,Arial,sans-serif;
        margin: 0;
    }

.janus-card-l-body {
    padding: 20px 16px;
}

.janus-card-green h3 {
    background: #41BD87;
}

.janus-card-blue h3 {
    background: #4A63B8;
}

.janus-card-pink h3 {
    background: #DE5082;
}

.janus-card-link-list li {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 8px;
}

    .janus-card-link-list li a {
        font-size: 18px;
        line-height: 27px;
        color: #0D2EA0;
        margin-bottom: 10px;
        display: block;
    }

.janus-card-l-icon {
    width: 35px;
    height: 35px;
    display: table-cell;
    vertical-align: top;
    padding: 2px 0 3px 0;
}

    .janus-card-l-icon img {
        width: 22px;
    }

.janus-card-link-list li .janus-s-p-link {
    display: table-cell;
}

.janus-psp-tabs.affix {
    top: -1px;
    padding-top: 0;
    margin: 0;
}

/*** video block css ***/

.janus-card-video-carrier-sect {
    position: relative;
    margin-bottom: 15px;
}

.janus-c-v-c-image {
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
}

    .janus-c-v-c-image img {
        display: inline-block;
    }

    .janus-c-v-c-image a {
        display: block;
    }

.janus-c-video-button::after {
    content: "";
    background: url(/presentation/includes/_images/janus-image/video-play-icon.svg);
    width: 41px;
    height: 30px;
    position: absolute;
    background-size: 41px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.janus-c-v-c-image a:before {
    content: "";
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.janus-c-v-c-caption {
    position: relative;
    padding: 15px 0 10px 0;
}

.janus-c-v-title {
    font-size: 16px;
    line-height: 24px;
    height: 70px;
    overflow: hidden;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
}

    .janus-c-v-title a {
        color: #000;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 24px;
    }

.janus-psp-left-col {
    width: 72%;
}

.janus-psp-right-col {
    width: 28%;
}

.janus-psp-sidebar .janus-pdp-widget-col {
    padding: 20px;
    color: #000;
}

    .janus-psp-sidebar .janus-pdp-widget-col ul {
        min-height: auto;
    }

.janus-psp-sidebar .divider-1 {
    margin: 5px 0;
}

.janus-psp-sidbar-title {
    font-size: 21px;
    padding: 20px 20px 5px 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.janus-card-carrier-large-block {
    position: relative;
    margin-bottom: 20px;
}

.janus-c-carrier-l-media {
    position: relative;
}

.janus-card-carrier-large-block h3 {
    font-size: 18px;
    color: #000;
    line-height: 27px;
    font-weight: 600;
    padding: 5px 0;
    /*height: 70px;*/
    overflow: hidden;
    margin: 2px 0 5px 0;
    font-family: Helvetica,Arial,sans-serif;
}

    .janus-card-carrier-large-block h3 a {
        color: #000;
    }

.janus-card-carrier-large-block p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.janus-askpm-form-section {
    border: 1px solid #9B9B9B;
    padding: 25px 30px;
}

.janus-ask-form-in-block {
    display: table;
    width: 100%;
}

.janus-ask-f-cont {
    display: table-cell;
    vertical-align: top;
    width: 180px;
    border-right: 1px solid #9B9B9B;
    padding: 8px 10px 8px 0px;
}

.janus-ask-f-form {
    display: table-cell;
    vertical-align: top;
    padding: 15px 0px 5px 30px;
}

.janus-ask-f-cont p {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}

.janus-askpm-f-title {
    margin-bottom: 25px;
    line-height: 31px;
    font-weight: 600;
    margin-top: 0px;
    font-size: 21px;
    font-family: Helvetica,Arial,sans-serif;
}

.janus-ask-f-form .janus-form-field2 textarea.form-control {
    max-height: 136px;
}

/**** Promotion section css ****/

.janus-promotions-section {
    border: 1px solid #DEDEDE;
    position: relative;
    padding: 20px;
}

.janus-promo-p-image {
    display: block;
    vertical-align: top;
    float: left;
    width: 100px;
    margin-right: 15px;
    text-align: center;
    height: 80px;
}

    .janus-promo-p-image img {
        display: inline-block;
    }

.janus-promotions-section p {
    font-size: 18px;
    line-height: 27px;
}

.promoton-expires-label {
    display: inline-block;
    background: #D31658;
    color: #fff;
    font-size: 16px;
    padding: 3px 8px;
    border-radius: 3px;
}

.janus-product-listing-block {
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    display: table;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.janus-promotions-section h5 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
    margin-top: 0;
}

.janus-promotions-section .janus-product-listing-block .janus-p-list-btn-group .add-to-cart-btn {
    margin-top: 0;
}

.janus-p-list-image {
    vertical-align: top;
    display: table-cell;
    width: 100px;
    padding: 0px 10px;
    text-align: center;
    max-width: 100px;
}

    .janus-p-list-image img {
        display: inline-block;
    }

.janus-p-list-descript {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.janus-p-list-info {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
    width: 170px;
}

.janus-p-list-btn-group {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 160px;
}

    .janus-p-list-btn-group .janus-btn-green {
        display: inline-block;
        width: auto;
        margin-top: 15px;
    }

.janus-p-list-descript h4 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
    margin: 0;
}

.janus-p-list-descript h3 a {
    color: #000;
    font-family: 'Helvetica', sans-serif !important;
}

.janus-p-list-descript h3 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    /*max-height: 50px;*/
    margin: 0;
    font-family: 'Helvetica', sans-serif;
}

    .janus-p-list-descript h3 a {
        font-size: 18px;
        line-height: 27px;
    }

.janus-promo-p-summary {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.janus-pro-p-org {
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 3px;
}

    .janus-pro-p-org:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 10px;
    }

.janus-pro-p-your-pr {
    font-size: 24px;
    color: #C14F5F;
    display: inline-block;
    vertical-align: middle;
}

.janus-promo-rating-stars {
    position: relative;
    display: inline-block;
}

    .janus-promo-rating-stars li {
        display: inline-block;
        vertical-align: top;
    }

        .janus-promo-rating-stars li .star-icon {
            background: url(/presentation/includes/_images/janus-image/rating-star-icon.svg);
            display: block;
            width: 16px;
            height: 16px;
            background-size: 16px;
        }

.janus-rating-prom-count {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    padding-top: 8px;
    display: block;
}

/*** Shopping cart panel css ***/

.janus-shope-cart-dropdown {
}

    .janus-shope-cart-dropdown .dropdown-backdrop {
        display: none;
    }

    .janus-shope-cart-dropdown.open > a {
        background: #fff;
    }

        .janus-shope-cart-dropdown.open > a .br-cart {
            background-image: url(/presentation/includes/_images/janus-image/h-cart-icon-blue.svg);
        }

.janus-cart-dropdown {
    overflow: hidden;
    padding-right: 17px;
}

    .janus-cart-dropdown:after {
        content: "";
        background: rgba(255, 255, 255, .92);
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 80px;
        right: 0;
        bottom: 0;
        z-index: 20;
    }

.janus-shope-cart-dropdown .dropdown-menu .janus-shop-cart-panel {
    border-top: none;
}

.janus-shope-cart-dropdown .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: 700px;
    right: -132px;
    left: inherit;
    border: none;
}

.janus-shop-cart-panel {
    border: 1px solid #dedede;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.janus-shop-panel-head {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dedede;
    height: 45px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #0D2EA0;
}

.janus-shop-panel-body {
    /*display: table;
    width: 100%;
    height: calc(100vh - 325px);
    overflow-y: auto;
    max-height: 238px;*/
    width: 100%;
    max-height: calc(100vh - 315px);
    overflow-y: auto;
}

#cartReviewText2.active + .janus-shop-panel-body {
    max-height: calc(100vh - 360px);
}

.janus-shop-c-col-description, .janus-shop-c-col-quantity, .janus-shop-c-col-unit-total, .janus-shop-c-col-item-total {
    display: table-cell;
    vertical-align: top;
    padding: 10px 15px;
}

    .janus-shop-c-col-description:before, .janus-shop-c-col-description:after {
        display: block;
        content: "";
        clear: both;
    }

.janus-shop-prod-description {
    position: relative;
}

    .janus-shop-prod-description h5 {
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
        font-family: Helvetica, Arial, sans-serif;
        margin: 0;
    }

    .janus-shop-prod-description h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        overflow: hidden;
        /*max-height: 44px;*/
        margin: 0;
    }

        .janus-shop-prod-description h3 .add-to-cart-error-message {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 14px;
        }

        .janus-shop-prod-description h3 a {
            color: #000 !important;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 16px;
            line-height: 24px;
        }

.janus-s-p-media {
    display: inline-block;
    width: 50px;
    float: left;
    height: 50px;
    padding: 4px;
    margin-right: 12px;
    border: 1px solid #dedede;
    overflow: hidden;
}

    .janus-s-p-media img {
        max-width: 100% !important;
        white-space: nowrap;
    }

.janus-shop-c-col-quantity {
    width: 105px;
    padding: 10px 8px;
    text-align: center;
}

.janus-shop-c-col-unit-total {
    width: 115px;
    text-align: right;
}

.janus-shop-c-col-item-total {
    width: 115px;
    text-align: right;
}

.janus-shop-c-col-quantity {
    width: 105px;
    padding: 10px 8px;
    text-align: center;
}

.janus-shop-c-m-title {
    color: #4A4A4A;
    font-size: 13px;
    display: block;
    padding: 8px 0;
    font-weight: normal;
    display: none;
    margin: 0;
}

.j-shop-c-org-price {
    display: inline-block;
    font-size: 14px;
    color: #000;
    position: relative;
    line-height: 21px;
}

    .j-shop-c-org-price:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 9px;
        left: 0;
    }

.j-shop-b-price {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.janus-shop-c-sect {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    display: table;
    width: 100%;
}

.janus-shop-panel-footer {
    border-top: 1px solid #dedede;
    padding: 18px 15px;
}

.janus-alert-success {
    background: #01A65F;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    padding: 9px 15px;
    margin: 0;
    border: none;
}

.janus-alert-alert-danger {
    background: #fae7ee;
    color: #D0021B;
    font-size: 14px;
    margin: 0;
    padding: 4px 15px;
    border: none;
    border-radius: 0;
}

.janus-shop-c-item-summary {
    display: block;
    padding: 15px 15px;
}

    .janus-shop-c-item-summary span {
        font-size: 16px;
        color: #000;
    }

.janus-shop-c-total {
    float: right;
}

.janus-pdp-outstock-box {
    width: 93%;
    text-align: right;
    padding: 10px 0;
}

.janus-out-ofstock-text {
    color: #C14F5F;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    min-width: 216px;
    text-align: center;
}

.notifyme-model-section {
}

    .notifyme-model-section .modal-header {
        border-radius: 0px;
        padding: 13px 20px;
        color: #0D2EA0;
    }

        .notifyme-model-section .modal-header .modal-title {
            font-size: 16px;
            font-weight: 600;
        }

    .notifyme-model-section .modal-content {
        border-radius: 0px;
        border: 1px solid #dedede;
        box-shadow: 0 0px 11px rgba(0, 0, 0, .2);
    }

    .notifyme-model-section .modal-footer {
        text-align: center;
    }

    .notifyme-model-section .modal-dialog {
        margin: auto;
        top: 50%;
        transform: translate(0, -50%) !important;
    }

.modal-backdrop.in {
    background: #fff;
    opacity: .92;
}

.janus-inner-head-fixed.affix {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
    padding: 10px 0px;
    top: 0;
    margin-top: 0;
    left: 0;
}

.janus-sho-c-close-icon {
    display: block;
    width: 24px;
    background: #d8d8d8;
    padding: 0px 1px;
    height: 24px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    margin: 10px 8px;
}

    .janus-sho-c-close-icon img {
        opacity: .6;
        width: 10px;
        position: relative;
        top: 7px;
        left: 6px;
        display: block !important;
    }

.janus-pdp-video-block {
    position: relative;
}

    .janus-pdp-video-block iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: none;
        padding: 0px 25px;
    }

.janus-label-p {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.janus-video-block {
    padding: 6% 0;
}

.janus-loader-sect {
    text-align: center;
    position: relative;
    padding: 15px 0;
}

.janus-loader-icon {
    display: inline-block;
}

.janus-psp-title {
    overflow: hidden;
    font-size: 21px;
    font-weight: normal;
    line-height: 32px;
    font-family: 'Helvetica', sans-serif;
    margin-top: 0;
}

    .janus-psp-title span {
        display: block;
        padding-bottom: 110px;
        margin-top: -105px;
        visibility: hidden;
        position: relative;
        z-index: -999;
    }

/**** where to buy button css ****/

.janus-wtbuy-btn {
    display: inline-block;
    vertical-align: middle;
}

    .janus-wtbuy-btn.btn-lg {
        padding: 0;
    }

    .janus-wtbuy-btn .btn-primary {
        background: #fff !important;
        color: #0D2EA0 !important;
        padding: 10px 16px !important;
        border: 1px solid #0D2EA0;
        border-radius: 2px;
    }

    .janus-wtbuy-btn.btn-lg .btn-primary {
        padding: 10px 22px !important;
        min-width: 216px;
    }

        .janus-wtbuy-btn.btn-lg .btn-primary .ps-button-label {
            font-size: 20px;
            line-height: 32px;
        }

    .janus-wtbuy-btn .btn-primary .ps-button-label {
        text-transform: uppercase;
        font-weight: 400 !important;
    }

    .janus-wtbuy-btn.btn-lg .btn-primary:hover, .janus-wtbuy-btn.btn-lg .btn-primary:focus {
        box-shadow: none !important;
    }

/**** FAQ content css ****/

.janus-faqcotent #divContentFAQs .rn_List > li .rn_Title {
    font-size: 18px;
    color: #0D2EA0;
    font-weight: bold;
    line-height: 32px;
    font-family: Helvetica, Arial, sans-serif;
}

    .janus-faqcotent #divContentFAQs .rn_List > li .rn_Title a {
        color: #0D2EA0 !important;
        font-family: Helvetica, Arial, sans-serif !important;
        font-weight: bold !important;
    }

.janus-faqcotent #divContentFAQs .rn_List > li .rn_Description {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 0;
}

.janus-faqcotent .more-result {
    border: 1px solid #0D2EA0;
    min-width: 185px;
    border-radius: 4px;
    font-size: 14px !important;
    color: #0D2EA0 !important;
    padding: 2px 15px;
    line-height: 34px;
    position: relative;
    font-family: Helvetica;
    font-weight: normal !important;
    display: inline-block;
    text-transform: uppercase;
}

    .janus-faqcotent .more-result::after {
        content: "";
        background: url(/presentation/includes/_images/janus-image/right-arrow-1.svg);
        width: 20px;
        height: 13px;
        position: relative;
        background-size: 17px;
        background-repeat: no-repeat;
        right: -5px;
        top: 2px;
        display: inline-block;
    }

.janus-faqcotent .load-more-container {
    background: transparent !Important;
    margin: 0px 0 !important;
}

    .janus-faqcotent .load-more-container:hover {
        box-shadow: none;
    }

body .header-container.fixed {
    transform: translateY(-105%) !important;
    transition: none;
}

    body .header-container.fixed .header.brand-nav.fixed {
        display: none;
    }

.product-details-page .header-container.fixed {
    transform: translateY(-105%) !important;
    transition: none;
}

.container-rounded {
    padding: 30px;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.janus-addtocart-btn {
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 18px;
    color: #fff !important;
}

    .janus-addtocart-btn:hover, .janus-addtocart-btn:focus {
        color: #fff !important;
    }

.coveo-list-layout.CoveoResult ul {
    list-style: outside;
}

.coveo-list-layout.CoveoResult ul {
    padding-left: 15px;
}

.janus-shope-cart-dropdown .minicart.dropdown-menu {
    padding: 0 !important;
    border-radius: 0px !important;
    margin-top: 0px !important;
}

.janus-shope-cart-dropdown .top-text {
    padding: 24px 18px 24px 14px;
    cursor: pointer;
}

.janus-shope-cart-dropdown .cxa-minicart-component {
    padding: 0;
}

.janus-shope-cart-dropdown .top-text:after {
    content: "";
    width: 23px;
    height: 21px;
    background: url(/presentation/includes/_images/h-cart-icon.svg);
    position: relative;
    top: 7px;
}

.component.cxa-minicart-component .basket .minicart .minicart-content .minicart-item {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: block !important;
    margin: 0 !Important;
    padding: 0 !important;
}

.component.cxa-minicart-component .basket .top-text:hover:before {
    content: none;
}

.janus-shope-cart-dropdown .show-minicart .top-text {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.component.cxa-minicart-component .basket .top-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.janus-shope-cart-dropdown .show-minicart .top-text:after {
    background: url(/presentation/includes/_images/h-cart-icon-blue.svg);
}

.cxa-productinformation-component {
    margin: inherit !important;
}

.janus-plp-rating {
    text-align: center;
    padding-bottom: 10px;
}

.janus-plp-view-link {
    position: relative;
    color: #000 !important;
    font-size: 14px;
    display: inline-block !important;
    border-bottom: 1px solid #000;
    line-height: 14px;
}

.product-details-page .site-body {
    padding-top: 0px !important;
}

.product-details-page .container-rounded {
    min-height: auto !important;
    padding-bottom: 0 !important;
}

.product-details-page .row.component.column-splitter {
    max-width: 1200px;
    margin: 0 auto;
}

.janus-pdp-slider-wrap.column-splitter .col-xs-12.col-sm-12.col-md-6.col-lg-6:first-child {
    width: 55%;
}

.janus-pdp-slider-wrap.column-splitter .col-xs-12.col-sm-12.col-md-6.col-lg-6.container-rounded:last-child {
    width: 45%;
}

html.open-cart {
    overflow: hidden;
}

body.open-cart {
    overflow-y: hidden;
    padding-right: 17px;
}

    body.open-cart:after {
        content: "";
        background: rgba(255, 255, 255, .92);
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }

.psp-wher-b-link .janus-btn-blue-border.btn-md {
    padding: 5px 10px !important;
    font-size: 13px;
    max-width: 160px;
}

    .psp-wher-b-link .janus-btn-blue-border.btn-md .ps-button-label {
        line-height: 22px;
        font-weight: normal;
        color: #0D2EA0;
        font-size: 16px;
    }

/*
body.default-device .modal.fade.in{display:block!Important;}*/

.janus-faqcotent .KnowledgeSyndication .rn_ButtonInput {
    height: 34px;
    padding: 5px;
    border-radius: 3px;
    max-width: 100px;
}

.cxa-addtocart-component .product-cta-container > form {
    display: inline-block;
}

    .cxa-addtocart-component .product-cta-container > form .quantity-input {
        display: none;
    }

.product-cta-container.rebate-price-container {
    margin: 0px;
}

.janus-pdp-supplies-card .cxa-addtocart-component .quantity-input {
    display: none;
}

.product-details-page .container-rounded {
    padding-top: 20px !important;
}

.janus-product-features {
    position: relative;
    /*height: 116px;
    overflow: hidden;*/
}

/*.janus-pdp-section:hover .janus-product-features{
    height: auto;
}
*/

.product-card-bottom .janus-org-price del {
    color: #000 !important;
    font-size: 18px;
    line-height: 16px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.coveo-result-list-container .product-card-bottom {
    padding-top: 5px;
}

.janus-faqcotent .load-more-container {
    z-index: 1 !Important;
}

.janus-pdp-tabs-content .product-overview-container {
    padding: 0;
}

.janus-s-p-media a img {
    display: block !important;
}

.janus-pdp-content-sect .janus-p-list-btn-group .cxa-addtocart-component .quantity-input {
    display: none;
}

.janus-psp-page-wrapper .janus-pdp-title2 span {
    padding-bottom: 110px;
    margin-top: -105px;
}

.janus-promo-p-rating {
    color: red !important;
    width: 130px;
    /*overflow: hidden;*/
    transform: scale(.75);
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
}

.janus-product-meta .top-seller-block {
    position: relative;
    float: left;
    position: relative;
    z-index: 2;
    margin-right: 23px;
}

    .janus-product-meta .top-seller-block .top-seller-title {
        display: inline-block;
        background: #FF7440;
        color: #fff;
        border-radius: 3px;
        font-size: 16px;
        font-weight: bold;
        padding: 3px 10px 3px 8px;
        line-height: 28px;
        min-width: 130px;
        position: relative;
        text-transform: uppercase;
    }

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.component.cxa-minicart-component .basket .minicart:before {
    content: none;
}

.janus-pdp-right-col .janus-sidebar-widgets:first-child {
    margin-top: 50px;
}

.janus-sidebar-widget-ads .j-sidebar-sect {
    text-align: center;
}

    .janus-sidebar-widget-ads .j-sidebar-sect img {
        display: inline-block;
    }

.janus-sidebar-widget-ads li {
    list-style: none;
}

    .janus-sidebar-widget-ads li > div > img {
        display: inline-block;
    }

.coveo-list-layout-container .product-card-bottom .view-details {
    color: #000 !important;
    font-size: 14px;
    text-decoration: underline !important;
    font-weight: 400;
}

.j-shop-pro-price {
    color: #108A8B;
    font-size: 14px;
    display: block;
}

.janus-pdp-supplies-card .dealer-locator-tool .btn.btn-expand {
    height: 40px;
    line-height: 25px;
    padding: 8px 8px 8px 8px;
    border-radius: 2px;
    max-width: 170px;
    background: #0D2EA0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}

    .janus-pdp-supplies-card .dealer-locator-tool .btn.btn-expand:hover, .janus-pdp-supplies-card .dealer-locator-tool .btn.btn-expand:focus {
        background: #0D2EA0;
    }

.janus-pdp-supplies-card .janus-where-to-buy-btn.btn-md .ps-widget {
    min-width: 170px;
}
/*.janus-pdp-supplies-card .dealer-locator-tool .btn.btn-expand:after {
    content: "";
    background: url(/presentation/includes/_images/white-plus-icon.svg)!important;
    width: 16px;
    height: 16px;
    background-size: 16px!important;
    right: 7px;
    top: 12px;
}*/

.form-control-feedback {
    display: none !important;
}

.janus-pdp-supplies-card .btn-container .btn.btn-expand.btn-expand-primary:after {
    background-position: 0 -20px;
}



.janus-pdp-left-col .container .container {
    padding: 0px;
}

.janus-pdp-slider-wrap .dealer-locator-tool .btn-expand {
    background: #0D2EA0 !important;
    border-radius: 2px;
    height: 54px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    line-height: 56px;
    max-width: 250px;
    padding: 0 15px 0 15px;
    color: #fff !important;
}

/*.janus-pdp-slider-wrap .dealer-locator-tool .btn-expand:after {
    content:"";
    background: url(/presentation/includes/_images/white-plus-icon.svg)!important;
    width: 25px;
    height: 25px;
    background-size: 25px!important;
    right: 12px!important;
    top: 16px!important;
}*/
/*.janus-pdp-slider-wrap .dealer-locator-tool .btn-expand.expanded:after {
    content:"";
    background: url(/presentation/includes/_images/white-minus-icon.svg)!important;
    width: 25px;
    height: 25px;
    background-size: 25px!important;
}*/

.janus-pdp-slider-wrap .dealer-locator-tool .expand-primary-section {
    background-color: #fff !important;
}

.janus-pdp-price-btns .dealer-locator-tool .btn-expand {
    background: #0D2EA0 !important;
    border-radius: 2px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    height: 39px;
    line-height: 30px;
    min-width: 170px;
    padding: 5px 5px 5px 10px;
    color: #fff;
}

/*.janus-pdp-price-btns .dealer-locator-tool .btn-expand:after {
    content: "";
    background: url(/presentation/includes/_images/white-plus-icon.svg)!important;
    width: 16px;
    height: 16px;
    background-size: 16px!important;
    right: 7px;
    top: 11px;
}*/

.janus-pdp-price-btns .dealer-locator-tool .expand-primary-section {
    display: none;
}

.janus-pdp-right-col .wffm-container {
    border: 1px solid #9B9B9B;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 2px;
    margin-top: 50px;
}

.janus-pdp-right-col .container {
    padding: 0px;
}

.janus-pdp-left-col .container {
    padding: 0px;
}

.janus-pdp-right-col .wffm-container .page-header {
    margin: 0;
    font-size: 18px;
    color: #0D2EA0;
    font-weight: bold;
    border: none;
    padding-bottom: 0;
}

    .janus-pdp-right-col .wffm-container .page-header p {
        margin: 0;
    }

.janus-pdp-right-col .wffm-container .form-group > label {
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 8px;
}

.janus-pdp-right-col .wffm-container form > label {
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 14px;
    color: #4a4a4a;
}

.janus-pdp-right-col .wffm-container .form-control {
    border: 1px solid #979797 !Important;
    min-height: 37px;
    height: 37px;
    border-radius: 1px;
    box-shadow: none;
}

.janus-pdp-right-col .wffm-container .form-submit-border {
    text-align: center;
}

.janus-pdp-right-col .wffm-container textarea.form-control {
    height: auto;
}

.janus-pdp-right-col .wffm-container .btn-default {
    font-size: 16px !important;
    line-height: 25px;
    padding: 5px 15px !important;
    min-width: 160px;
    font-weight: 600;
    background: #0D2EA0 !important;
    border: 1px solid #0D2EA0 !important;
    border-radius: 2px !important;
    color: #fff;
    text-transform: uppercase;
    width: 160px !important;
    margin: 0 auto !important;
}

.janus-pdp-right-col .wffm-container .form-group select.form-control {
    font-weight: normal;
}

.janus-shop-prod-description .j-shop-pro-price {
    padding-left: 63px;
    padding-top: 5px;
    line-height: 20px;
}

.pdp-slider-thumb .slick-list .slick-track {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.pdp-slider-thumb.pdp-more-img .slick-list .slick-track {
    position: relative;
}

.mobile-device .home-hero.left-open .text-container * {
    z-index: 99;
}

.pdp-slider-thumb .slick-slide .thumbnail--video:after {
    content: "";
    width: 30px;
    height: 22px;
    background: url(/Presentation/Includes/_images/janus-image/video-play-icon.svg);
    position: absolute;
    left: 0;
    z-index: 3;
    background-size: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pdp-slider-thumb .slick-slide .thumbnail--video:before {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

/*-----------sk-css-start-------------------------*/

.janus-pdp-autofill-freehsiping {
    padding-left: 130px;
}

@media(max-width:1024px) {
    .janus-pdp-autofill-freehsiping {
        padding-left: 0px;
    }
}


/*** new css 20-06-2019**/

/*** video block css ***/

.janus-video-wrap {
    border: 1px solid #DEDEDE;
    display: table;
    width: 100%;
    vertical-align: top;
}

.janus-v-l-col {
    display: table-cell;
    vertical-align: top;
    width: 55%;
}

.janus-v-r-content {
    display: table-cell;
    padding: 15px 20px;
    vertical-align: top;
}

    .janus-v-r-content h3 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .janus-v-r-content p {
        margin: 0;
    }

.janus-v-l-col a {
    display: block;
    position: relative;
}

    .janus-v-l-col a::after {
        background-repeat: no-repeat;
        content: "";
        background: url(/presentation/includes/_images/video-play-icon.svg);
        position: absolute;
        width: 65px;
        height: 47px;
        background-size: 65px;
        z-index: 3;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.janus-v-l-col img {
    height: 100%;
    vertical-align: top;
    display: block;
}

.janus-product-view-wrap {
    border: 1px solid #dedede;
    display: table;
    width: 100%;
    vertical-align: middle;
}

.j-p-v-col-img {
    display: table-cell;
    vertical-align: top;
    width: 275px;
}

.j-p-v-col-content {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    border-right: 1px solid #dedede;
}

.j-p-v-col-prod {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
}

.j-p-v-col-content h4 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Helvetica', sans-serif;
}

.j-p-v-col-content p {
    margin-bottom: 10px;
}

.janus-p-vp-img {
    display: block;
    min-height: 150px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}

    .janus-p-vp-img img {
        display: inline-block;
    }

/*** product table css ***/

.title-product-table {
    font-size: 45px;
    line-height: 50px;
    font-family: 'Helvetica', sans-serif;
}

.slogan-product-table {
    font-size: 24px;
    font-family: 'Helvetica', sans-serif;
}

.product-table-wrap {
    border: 1px solid #dedede;
    margin: 0;
}

    .product-table-wrap tr td, .product-table-wrap tr th {
        font-size: 16px;
        padding: 10px 14px !Important;
    }

    .product-table-wrap thead tr td, th {
        vertical-align: middle;
    }

    .product-table-wrap tr td:nth-child(even) {
        background: #F5F6FB;
    }

    .product-table-wrap tr th:nth-child(even) {
        background: #F5F6FB;
    }

.janus-prod-t-image {
    display: block;
    text-align: center;
    padding-top: 12px;
}

    .janus-prod-t-image img {
        display: inline-block;
    }

.product-table-wrap th {
    font-size: 18px;
    font-weight: 500;
}

.janus-pt-info-list {
    list-style-type: disc;
    list-style-position: outside;
    padding: 5px 0 5px 18px;
}

/*** pdp product infor box css ***/

.janus-prods-info-wrap {
    display: table;
    width: 100%;
}

.janus-prods-info-content {
    background: #7B797A;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5px 15px;
}

.janus-prods-info-media {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
}

.janus-prods-info-content h3 {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    margin-bottom: 20px;
}

.janus-prods-info-content p {
    color: #fff;
    font-size: 24px;
    line-height: 33px;
    margin: 0;
}

.janus-gray-title-sect {
    background: #7B797A;
    text-align: center;
    color: #fff;
    padding: 15px 12px;
}

    .janus-gray-title-sect h3 {
        font-size: 30px;
        line-height: 32px;
        font-weight: normal;
    }

.bullets-listing {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 16px;
    padding: 5px 5px 5px 20px;
    line-height: 24px;
}

.order-listing {
    list-style: decimal;
    list-style-position: inside;
    line-height: 24px;
}

.janus-powered-by {
    color: #4A4A4A;
    font-size: 14px;
}

    .janus-powered-by span {
        display: inline-block;
        vertical-align: middle;
    }

.janus-no-price-text {
    font-size: 24px;
    right: 0;
    white-space: nowrap;
    color: #C14F5F;
}

.janus-order-placed-col-right .janus-shc-quantity-col {
    width: 65px;
    padding: 13px 2px !important;
}

.janus-order-placed-col-right .janus-s-c-row .janus-s-c-col {
    padding: 12px 10px;
}

.janus-r-b-min-m {
    margin-top: -40px;
}

.janus-pro-steps-sect {
    background: rgba(255, 255, 255, .7);
    padding: 10px 15px;
    border-radius: 2px;
    margin-left: 15px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
}

.janus-pd-steps {
    display: table;
    width: 100%;
}

    .janus-pd-steps li {
        display: table-cell;
        position: relative;
    }

.janus-pd-steps-icon {
    display: block;
    vertical-align: middle;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 100px;
    margin-right: 12px;
    position: relative;
    background: #fff;
    padding: 8px;
}

.janus-pd-steps-box h4 {
    font-size: 13px;
    letter-spacing: .5px;
    color: #000;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    line-height: 18px;
}

.janus-pd-steps-box p {
    margin: 0;
    font-size: 13px;
    letter-spacing: .5px;
    color: #000;
}

.janus-pd-steps-icon.j-p-selected::after {
    background: url(/presentation/includes/_images/checked-icon.svg);
    border-color: #01A65F;
    content: "";
    position: absolute;
    left: -1px;
    width: 40px;
    height: 40px;
    background-size: cover;
    top: -1px;
}

.janus-pd-steps li:after {
    content: "";
    border-top: 1px dashed #ccc;
    position: absolute;
    right: 0;
    height: 1px;
    width: 50%;
    top: 19px;
}

.janus-pd-steps li::before {
    content: "";
    border-top: 1px dashed #ccc;
    position: absolute;
    left: 0;
    height: 1px;
    width: 50%;
    top: 19px;
}

.janus-pd-steps li:first-child {
    width: 270px;
}

.janus-pd-steps li:last-child {
    width: 172px;
}

.janus-pr-order-detail-sect {
    padding: 0 0px 0 15px;
    margin-top: 10px;
}

.janus-white-panel {
    border: 1px solid #ddd;
    border-radius: 0;
}

    .janus-white-panel .panel-heading {
        border-bottom: 1px solid #ddd;
        padding: 8px 15px;
    }

        .janus-white-panel .panel-heading h3 {
            font-size: 16px;
            line-height: 17px;
            margin: 0;
            font-family: 'Helvetica', sans-serif;
        }

    .janus-white-panel .panel-body {
        padding: 12px 15px;
    }

.janus-prod-addres-info-widget h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Helvetica', sans-serif;
    line-height: 18px;
}

.janus-prod-addres-info-widget p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.janus-pr-order-detail-sect .col-md-4 {
    padding: 0 8px;
}

.janus-pr-order-detail-sect .row {
    margin-left: -8px;
    margin-right: -8px;
}

.my-accont-cart-sect .janus-s-c-item-head .janus-s-c-col {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    vertical-align: top;
}

.my-accont-cart-sect .janus-s-c-item-head {
    border: 1px solid #ddd;
    border-bottom: none;
}

.my-accont-cart-sect .janus-s-c-item-body {
    background: #fff;
}

.j-custom-table thead th {
    border: none !important;
    font-size: 15px;
    padding: 8px 5px !Important;
    white-space: nowrap;
}

.j-table-filer-arrow {
    background: url(/presentation/includes/_images/up-down-arrow.svg);
    display: inline-block;
    width: 7px;
    height: 12px;
    margin: 0px 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.j-p-r-status-list li {
    display: inline-block;
}

    .j-p-r-status-list li a {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        padding-right: 23px;
        color: #0D2EA0;
    }

        .j-p-r-status-list li a:after {
            content: "";
            background: url(/presentation/includes/_images/right-arrow-1.svg);
            background-repeat: no-repeat;
            background-size: 15px;
            position: absolute;
            right: 0;
            width: 17px;
            height: 12px;
            top: 3px;
        }

.j-custom-table tbody td {
    font-size: 15px;
    border-top: none !important;
    padding: 4px 5px !important;
}

.panel-body .table-responsive {
    border: none;
    margin: 0;
}

.janus-my-que-link li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

    .janus-my-que-link li:first-child {
        margin-bottom: 0;
    }

    .janus-my-que-link li span {
        display: table-cell;
        vertical-align: middle;
        width: 30px;
    }

        .janus-my-que-link li span img {
            width: 28px;
        }

    .janus-my-que-link li h6 {
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 600;
        color: #0D2EA0;
        padding-left: 17px;
    }

        .janus-my-que-link li h6 a {
            font-family: Helvetica,Arial,sans-serif;
            color: #0D2EA0;
        }

.janus-ship-total-table {
    margin: 0;
}

    .janus-ship-total-table tr td {
        padding: 8px 0px !important;
        border-top: none !important;
        font-size: 15px;
    }

.shopping-cart-item-col-right .cxa-shoppingcarttotal-component {
    padding: 0px;
    float: none;
}

.janus-ship-total-table tr:last-child td {
    border-top: 1px solid #ddd !important;
}

.janus-promotion-p-info h2 {
    font-size: 17px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    line-height: 25px;
}

    .janus-promotion-p-info h2 span {
        font-family: Helvetica,Arial,sans-serif;
    }

.janus-promotions-section > h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-family: Helvetica,Arial,sans-serif;
    margin-top: 0;
}

.product-compare-card .meta-container {
    text-align: center;
}

.product-compare-card .product-card-bottom .product-cta-container .btn-container {
    margin-top: 0;
}

.product-compare-card .product-card-bottom .view-details {
    color: #000 !important;
    font-size: 14px;
    text-decoration: underline !important;
    font-weight: 400;
}

.product-compare-card .meta-container section h4 > a {
    font-family: Helvetica,Arial,sans-serif;
    color: #000;
    font-size: 18px;
}

.coveo-result-list-container .product-cta-container .dealer-locator-tool {
    display: block;
    vertical-align: top;
    width: auto;
}

.product-cta-container .dealer-locator-tool {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.product-card .dealer-locator-tool .btn-primary {
    border: 1px solid #0d2ea0;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 16px;
    height: 50px;
    background: #fff !important;
    color: #0d2ea0 !important;
    font-weight: normal;
    line-height: 48px;
    padding: 0px 10px 0 10px;
    overflow: hidden;
}

    .product-card .dealer-locator-tool .btn-primary:hover {
        background-color: #1965e1 !important;
    }

    .product-card .dealer-locator-tool .btn-primary:hover {
        color: #0d2ea0 !important;
    }

    .product-card .dealer-locator-tool .btn-primary:hover, .product-card .dealer-locator-tool .btn-primary:focus {
        color: #0d2ea0 !important;
    }

    .product-card .dealer-locator-tool .btn-primary.expanded:hover, .product-card .dealer-locator-tool .btn-primary.expanded:focus {
        color: #0d2ea0 !important;
    }

    .product-card .dealer-locator-tool .btn-primary:after {
        content: "";
        background: url(/presentation/includes/_images/blue-plus-icon.svg) !important;
        width: 30px;
        height: 30px;
        background-size: 20px !important;
        right: 15px !important;
        top: 13px !important;
    }

    .product-card .dealer-locator-tool .btn-primary.expanded:after {
        content: "";
        background: url(/presentation/includes/_images/blue-minus-icon.svg) !important;
        background-size: 20px !important;
    }

.psp-videos .video-group h5 {
    font-size: 16px;
    margin-top: 0;
}

.janus-tab-section fieldset {
    padding: 0;
}

.janus-login-s-title {
    font-size: 18px;
    font-family: 'Helvetica', sans-serif;
    line-height: 25px;
    font-weight: 400;
}

.janus-tab-section .janus-login-s-title {
    margin-bottom: 10px;
    margin-top: 0px;
}

.form-group .checkbox label {
    padding-left: 15px;
    font-size: 15px;
    color: #000;
}

    .form-group .checkbox label:before {
        border: 1px solid #0D2EA0;
    }

.checkbox, .radio {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

form {
    font-weight: inherit;
}

.j-l-side-title {
    font-size: 21px;
    font-family: 'Helvetica', sans-serif;
    margin: 0 0 15px 0;
}


.janus-form-field2 .bootstrap-select {
    display: block !important;
}

    .janus-form-field2 .bootstrap-select button {
        border: 1px solid #dedede;
        height: 48px;
    }

    .janus-form-field2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 15px;
        font-family: Helvetica,Arial,sans-serif;
        color: #000;
        line-height: 15px;
    }

    .janus-form-field2 .bootstrap-select .dropdown-menu {
        border: 1px solid #dedede;
        max-height: 307.2px !important;
    }

    .janus-form-field2 .bootstrap-select button .caret::before {
        background: url(/presentation/includes/_images/down-arrow-icon-fill.svg) no-repeat;
        background-size: 12px;
    }
/*
.compare-bar-container #ComparerMobile{
    top: 123px;
}*/
.janus-payment-list-block p label {
    display: block;
}

/*** new pages css ***/

.janus-forgot-section {
    border: 1px solid #ddd;
    padding: 30px;
}

.janus-pers-info-form {
    border: 1px solid #ddd;
    padding: 20px;
}

.j-p-i-heading {
    font-size: 16px;
    font-weight: bold;
    font-family: Helvetica,Arial,sans-serif;
    margin-top: 0;
}

.gray-text {
    color: #4D5C67;
}


.janus-icon-listing li h6 a {
    color: #000;
}

.janus-edit-info-section {
    padding: 0 160px 20px 70px;
    margin-bottom: 20px;
    background: #fff;
}

.janus-btn-min-width {
    min-width: 160px;
}

.janus-promo-info-block {
    margin-bottom: 30px;
}

    .janus-promo-info-block p {
        margin-bottom: 10px;
    }

.janus-prom-info-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0 10px;
}

.janus-pink-bg {
    background: #fae7ed;
}

.janusl-label-new-product {
    background: #de5082 !important;
    color: #fff !important;
    min-width: auto !important;
    padding: 5px 20px 5px 17px !important;
}

    .janusl-label-new-product::before {
        background: #de5082 !important;
        box-shadow: -9px 0px 0px #d11959 inset;
    }

.janus-promo-info-cont:before {
    content: "";
    clear: both;
    display: table;
    padding-bottom: 8px;
}



.j-shop-c-title {
    font-size: 21px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
}

.j-shop-c-est-total {
    font-size: 21px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
}

    .j-shop-c-est-total span {
        font-family: Helvetica,Arial,sans-serif;
    }

.shopping-cart-page #wrapper > .component.container.container-rounded {
    padding-top: 0;
    padding-bottom: 0;
}


.j-myaccont-p-title {
    font-size: 21px;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
}

.shopping-page.janus-inner-head-fixed > .container {
    padding-left: 0px;
    padding-right: 0px;
}

.shopping-page.janus-inner-head-fixed.affix > .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}



.janus-pdp-content-sect .carousel-video-block {
    background: #fff;
    border: 1px solid #dedede;
    padding: 0;
    margin: 0 0 20px 0 !important;
}

    .janus-pdp-content-sect .carousel-video-block .slick-carousel {
        margin: 0;
    }

    .janus-pdp-content-sect .carousel-video-block .carousel-video .slide-content-container .video-title {
        font-size: 25px;
        font-family: 'Helvetica', sans-serif;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .janus-pdp-content-sect .carousel-video-block .carousel-video .video-description {
        font-size: 15px;
        line-height: 22px;
    }

.janus-pdp-content-sect .carousel-video .thumbnail-carousel .item .slide-content-container .slide-video {
    min-height: 275px;
    height: 275px;
}

.janus-pdp-content-sect .carousel-video > h4 {
    display: none;
}

.janus-pdp-content-sect .carousel-video .thumbnail-carousel .item .slide-content-container .slide-text {
    padding: 15px 20px;
    margin-left: -18px;
}

.janus-pdp-content-sect .slick-carousel-thumbnails .slick-track {
    width: 100% !important;
}

.carousel-video .thumbnail-carousel .slick-carousel-thumbnails .slick-slide {
    width: 100% !important;
}

.janus-pdp-content-sect .slick-carousel-thumbnails .thumbnail .video-title {
    overflow: hidden;
    width: 100%;
    max-height: 40px;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: 'Helvetica', sans-serif;
}

.janus-pdp-content-sect .carousel-video .thumbnail-carousel .slick-carousel-thumbnails {
    margin-top: 0px;
}

.janus-pdp-content-sect .slick-carousel-thumbnails.video-carousel-thumbnails-container:after {
    content: "";
    clear: both;
    display: table;
}

.janus-pdp-content-sect .slick-carousel-thumbnails .slick-current.slick-active .thumbnail .video-title {
    color: #fff;
}

.janus-product-category {
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    font-family: Helvetica,Arial,sans-serif;
    color: #4A4A4A;
}

.janus-password-filled-sect .block {
    font-size: 14px;
    display: block;
    padding: 5px 0 5px 26px;
    position: relative;
}

    .janus-password-filled-sect .block i {
        background: #f0f0f0;
        width: 15px;
        height: 15px;
        display: inline-block;
        border-radius: 20px;
        margin-right: 8px;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 7px;
    }

        .janus-password-filled-sect .block i.color-green {
            background: #01A65F;
        }

        .janus-password-filled-sect .block i:before {
            content: none;
        }

.janus-password-filled-sect {
    margin-bottom: 15px;
}

.shopping-cart-items-wrapper .shopping-cart-top-sect {
    padding: 0 15px;
    margin-bottom: 20px;
}

.janus-inner-head-fixed.affix .shopping-cart-top-sect {
    padding: 0 0px;
    margin: 0 auto 0 auto;
    max-width: 1170px;
}

.cxa-shoppingcartpromotion-component .janus-apply-btn {
    min-width: 100% !important;
}

.janus-shopping-cart-items-sect .janus-s-c-row {
    width: 100%;
    display: table;
}

.janus-shopc-page-loader {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    z-index: 20;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

    .janus-shopc-page-loader img {
        position: absolute;
        width: 80px;
        height: 80px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.janus-checkout-page-col-right .col-xs-12 {
    padding: 0;
}

.janus-product-register-section {
    border: 1px solid #ddd;
    padding: 25px;
    background: #fff;
}

.janus-p-reg-title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
}


.janus-checkout-a-head-title .commerce-user-details-filled {
    font-size: 18px;
    line-height: 26px;
    display: block;
    padding-right: 32px;
    font-family: Helvetica,Arial,sans-serif;
}

.janus-checkout-a-head-title .shipping-address-filled {
    font-size: 18px;
    line-height: 26px;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    padding-right: 32px;
}

.order-confirmation-page .janus-pdp-slider-wrap.column-splitter .col-xs-12.col-sm-12.col-md-6.col-lg-6:first-child {
    width: 100%;
    padding: 0;
}

    .order-confirmation-page .janus-pdp-slider-wrap.column-splitter .col-xs-12.col-sm-12.col-md-6.col-lg-6:first-child .component.rich-text {
        display: none;
    }

.order-confirmation-page .component.container-rounded {
    padding: 0;
}

.janus-order-p-title1 {
    font-size: 25px;
    line-height: 21px;
    font-family: Helvetica,Arial,sans-serif;
    /*margin-top:10px;*/
    line-height: 30px;
}

.janus-order-p-title2 {
    font-size: 18px;
    line-height: 20px;
    font-family: Helvetica,Arial,sans-serif;
}

.janus-order-p-text {
    font-size: 21px;
    line-height: 21px;
    font-family: Helvetica,Arial,sans-serif;
}

.custom-model-1-section {
}

    .custom-model-1-section .modal-header {
        border-radius: 0px;
        padding: 22px 20px !important;
        color: #000;
        border-bottom: 1px solid #ddd !important;
    }

        .custom-model-1-section .modal-header .modal-title {
            font-size: 18px;
        }

    .custom-model-1-section .modal-content {
        border-radius: 0px;
        border: 1px solid #dedede;
        box-shadow: 0 0px 11px rgba(0,0,0,.2);
    }

    .custom-model-1-section .modal-footer {
        text-align: center;
    }

    .custom-model-1-section .modal-dialog {
        margin: auto;
        top: 50%;
        transform: translate(0, -50%) !important;
        width: 400px;
    }

.custom-model-1-close {
    position: absolute;
    width: 25px;
    right: 15px;
    background: #d8d8d8;
    height: 25px;
    border-radius: 50px;
    padding: 7px;
    top: 23px;
    cursor: pointer;
}

.j-address-delet-content p {
    font-size: 17px;
}

.j-address-delet-content address {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.j-btn-link-b {
    color: #000;
    font-size: 16px;
}

    .j-btn-link-b:hover, .j-btn-link-b:focus {
        color: #333;
    }

.janus-addres-edit-block .janus-add-edit-link a {
    margin: 0;
}

.j-myaccount-product-reg-sect > form {
    overflow-x: auto;
}

.janus-product-register-section .btn {
    white-space: inherit;
}

.janus-per-info-section fieldset {
    padding: 0;
    margin: 0;
}

.j-exp-error {
    color: red;
}

.j-card-exp-error {
    background: #FAE7EE;
    margin: 0;
    line-height: 21px;
    position: relative;
    padding-left: 24px;
    background-image: url(/presentation/includes/_images/error-icon.svg);
    background-repeat: no-repeat;
    background-position: 6px 5px;
    display: inline-block;
    color: #D0021B;
    padding: 4px 5px 4px 30px;
    border-radius: 3px;
    font-size: 14px;
}

    .j-card-exp-error a {
        font-weight: bold;
        color: #D0021B;
    }

.j-queston-m-icon {
    width: 16px;
    height: 16px;
    background: url(/presentation/includes/_images/janus-image/question-m-icon.png);
    display: inline-block;
    vertical-align: middle;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f00; /* Red */
}

.janus-prod-category {
    font-size: 21px;
    font-family: 'Helvetica', sans-serif;
    line-height: 31px;
}

.janus-out-of-stock-text {
    font-size: 16px;
    right: 0;
    color: #C14F5F !important;
    max-width: 268px;
    display: inline-block;
    line-height: 23px;
    padding-right: 35px;
    padding-top: 10px;
}

    .janus-out-of-stock-text a {
        color: #C14F5F !important;
    }

.janus-price-btns {
    display: table;
}

    .janus-price-btns .janus-price-btn-col {
        display: table-cell;
        min-width: 216px;
    }

.janus-checkout-a-head-title2 {
    font-size: 17px;
    color: #333;
    line-height: 22px;
    padding-top: 16px;
}

.janus-form-filled-block {
    position: relative;
    margin-top: -16px;
}

.white-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #000;
    font-size: 15px;
    box-shadow: 0px 0px 2px #000;
    padding: 8px 12px;
    border-radius: 2px;
    font-family: 'Helvetica', sans-serif;
}

.white-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #fff;
}


.janus-product-register-section {
    border: 1px solid #ddd;
    padding: 25px;
    background: #fff;
}

.janus-pro-title {
    font-size: 21px;
    margin-bottom: 15px;
    color: #000;
    margin-top: 0;
    font-family: Helvetica,Arial,sans-serif;
}

.jans-p-reg-box {
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

    .jans-p-reg-box h5 {
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 0;
    }

.janus-p-r-btn-group .btn {
    margin: 0 5px;
    min-width: 290px;
}

.j-edit-btn-group {
    text-align: right;
    padding-right: 90px;
}

.price-container .janus-org-adj-price {
    color: #c14f5f !important;
}

.product-card .price-container .price, .product-card .price-container-text .price {
    color: #000;
}

.janus-info-collg-b-title {
    font-size: 18px;
    text-align: left;
    padding: 8px 0 0px;
    /*font-weight:bold;
	margin-bottom:10px;*/
}

.janus-adjust-price {
    color: #C14F5F !important;
}

.janus-orig-price {
    color: #000 !important;
}

.janus-promo-p-summary .janus-orig-price {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.btn.janus-where-to-buy-btn.btn-md.m-b-15.FeaturedProduct {
    margin-top: 25px;
}
/*
.container.footer-content .fade-left:not([style="opacity: 1;"]):not(.show){
    visibility:visible;
    opacity:1;
    transform: translate3d(0,0,0);
}*/

/*.fade-left, .fade-right, .fade-up{
     
     visibility:visible;
     opacity:1;
}*/

/*.compare-accordions .expandable-header{
            background: #0D2EA0;
            padding: 8px 20px;
}

.compare-accordions .expandable-header h5{
    
    color:#ffffff;
    font-size: 18px;
    
}*/

/*.expandable-section .icon-expand:before{
    content:"";
    background: url(/Presentation/Includes/_images/janus-image/accordion-arrow-down-icons.svg)!important;
    
}
.expandable-section .expandable-header.expanded .icon-expand:before{
    background: url(/Presentation/Includes/_images/janus-image/accordion-arrow-up-icons.svg)!important;
}*/




.view-all-promotions .billboard-hero {
    max-width: 1170px !important;
    padding: 0px 15px !important;
}

.btn-container .btn.btn-expand::after {
    display: none !important;
}


.user-login-ul .user-name-img {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 15px !important;
    position: relative;
    top: -3px;
    left: 6px;
    border: 1px solid #fff;
    background: #fff;
    /* right: 1px; */
    /* transform: translateY(-50%); */
    color: #333;
    /* margin-right: 30px; */
    letter-spacing: -1.5px;
}

.user-login-ul .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.zip-code-container .form-control {
    height: 52px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

.#mapModule .dealer-form .form-row {
    display: block !Important;
}


.dealer-service-center-locator-promo .dealer-locator-btn {
    background: #0D2EA0 !important;
    color: #ffffff !important;
}


.product-compare-card .janus-org-price {
    font-size: 18px;
}

.janus-form-field2 .form-control {
    background-position: 96% 20px !important;
    width: 100%;
    max-width: 100%;
}

.btn-container, .coveo-list-layout.CoveoResult .btn-container {
    _margin-top: 0px !important;
}

_:-ms-lang(x) .btn-container, .coveo-list-layout.CoveoResult .btn-container {
    margin-top: 0px !important;
}

.janus-order-show-btn[aria-expanded="true"]:after {
    content: "";
    background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-size: 13px;
    background-repeat: no-repeat;
    right: 8px;
    top: 6px;
    transform: rotate(180deg);
}

.janus-order-show-btn[aria-expanded="true"]:before {
    content: "";
    background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-size: 13px;
    background-repeat: no-repeat;
    right: 8px;
    top: 6px;
    transform: rotate(180deg);
}

.promo-container .dealer-locator-tool .btn-expand-primary {
    position: relative;
}
/*.promo-container .dealer-locator-tool .btn-expand-primary:before{
content: "";
    background: url(/presentation/includes/_images/janus-image/down-arrow-icon.svg);
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-size: 13px;
    background-repeat: no-repeat;
    right: 35px;
    top: 50%;
    transform: rotate(180deg);
    transform: translateY(-50%);
}*/

.promo-container .btn-container .btn.btn-expand:before {
    background-image: url(/presentation/includes/_images/icons/maximize.png);
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: calc(50% - 12.5px);
}

.promo-container .btn-container .btn.btn-expand.btn-expand-primary:before {
    color: #fff;
    background-image: url(/Presentation/Includes/_images/sprites/sprite_expand-collapse-inverse.svg);
    background-position: 0 -25px;
}

.promo-container .btn-container .btn.btn-expand.btn-expand-primary.expanded:before {
    background-position: 0 0 !important;
}

.janus-checkout-a-head h4 {
    display: none;
}

.janus-form-filled h4 {
    display: block;
}

.janus-checkout-a-head .janus-checkout-a-head-title {
    margin-top: 8px;
}

.janus-checkout-accordion-panel .checkout-step-2 .janus-checkout-a-head h4 {
    display: block;
}

.janus-checkout-accordion-panel .checkout-step-2 .janus-checkout-a-head .janus-checkout-a-head-title {
    margin-top: 0;
}

.janus-checkout-accordion-panel .panel-heading a[aria-expanded="false"] {
    opacity: .5;
    cursor: none;
}

.janus-checkout-accordion-panel .janus-form-filled > a[aria-expanded="false"] {
    opacity: 1 !important;
    cursor: default !important;
}

.cxa-shoppingcartpromotion-component .janus-form-field {
    max-width: 100%;
    height: 39px;
    box-shadow: none;
    background: #F8F8F8;
}

.cxa-shoppingcartpromotion-component .janus-apply-btn {
    text-transform: uppercase;
}

.janus-ship-total-table tr td b {
    font-weight: bold;
}

.jan-pdp-supp-cont {
    overflow: hidden;
}

.janus-login-col-right h5 {
    font-size: 18px;
    line-height: 16px;
    margin-top: 0;
}
/*.janus-login-col-right h5 label{font-weight:normal;}*/
.janus-login-col-right .janus-btn-blue-border {
    font-weight: normal;
}

.janus-edit-title1 {
    margin: 0;
    font-size: 30px;
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
}

.janus-price-btns .janus-v-pr-addtocart-btn {
    display: inline-block;
    vertical-align: top;
}

.janus-order-p-title {
    font-size: 22px;
    font-weight: 600;
}

.janus-btn-min-width-30 {
    min-width: 230px;
}

.janus-no-order {
    text-align: center;
    padding: 50px 30px;
    font-size: 22px;
}

.janus-myacc-addres-sect {
    margin-bottom: 20px;
}

    .janus-myacc-addres-sect .janus-radiobox {
        display: inline-block;
    }

        .janus-myacc-addres-sect .janus-radiobox input {
            z-index: 1;
            width: 100%;
            max-width: 100%;
            min-height: 28px;
            cursor: pointer;
        }

.brother-suggested-address {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0 16px 15px 16px;
}

.brother-suggested-address-message{
    font-size: 16px;
    font-weight: 700;
    padding: 0!important;
}

.brother-suggested-address-message.error-text{
    font-weight: initial;
    color: #ff0000;
}

.janus-pay-card-info {
    font-size: 18px;
    line-height: 26px;
    font-family: Helvetica,Arial,sans-serif;
}

.janus-checkout-a-head .commerce-payment-filled .panel {
    border: none;
    box-shadow: none;
}

.janus-checkout-a-head .commerce-payment-filled {
    margin: 8px 0;
}

.janus-pay-card-info span {
    font-family: Helvetica,Arial,sans-serif;
}

.janus-login-col-left .LoginForm .janus-btn-blue {
    text-transform: uppercase;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1;
}


.component.cxa-minicart-component .basket .minicart .minicart-buttons .checkout-button:active, .component.cxa-minicart-component .basket .minicart .minicart-buttons .checkout-button:hover {
    background: #029B59 !important;
}

.janus-inner-head-fixed .janus-btn-green.btn-lg {
    text-transform: uppercase;
}

.header.utility-nav .janus-addres-l-icon {
    float: left;
    width: 25px;
    border: 1px solid #fff;
    height: 25px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 24px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    left: 6px;
    background: #fff;
    color: #333;
    letter-spacing: -1.5px;
    top: -3px;
    margin-right: 15px;
    font-weight: bold;
}

.cxa-shoppingcartpromotion-component .component-content > div {
    display: block;
}


.janus-prod-addres-info-widget {
    min-height: 266px;
}

.tracking-act-code {
    color: #000;
    font-size: 15px;
    white-space: nowrap;
}

    .tracking-act-code span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #666;
    }

.janus-shc-track-numb-col {
    width: 180px;
    padding: 14px 10px !important;
}

.janus-my-pay-edit-sect {
    padding: 0 160px 10px 70px;
}

.janus-addres-listing-block.edit-pay-info {
    margin-bottom: 0px;
}

    .janus-addres-listing-block.edit-pay-info .janus-addres-list-col-1 p {
        display: none;
    }

.janus-form-field2 label .required {
    color: red;
}

.cxa-addtocart-component .janus-p-limit-box {
    max-width: 90%;
}

.janus-p-limit-box {
    padding: 0px 6px;
    font-size: 14px;
    background: #D31658;
    color: #fff;
    display: inline-block;
    line-height: 22px;
    border-radius: 2px;
    font-family: Helvetica,Arial,sans-serif;
}

.j-instant-reb-text {
    white-space: nowrap;
}


.janus-pdp-supplies-card .dealer-locator-tool {
    margin-top: 15px;
}

.janus-pdp-supplies-card .ja-pdp-s-col-3 .cxa-addtocart-component .add-to-cart-btn {
    min-width: 170px;
}

.j-myaccount-product-reg-sect #RegisteredProducts {
    overflow-x: auto;
}

.validationMessage {
    color: #dc291e;
    font-size: 13px;
}

.janus-product-features.show ul {
    max-height: none;
}

.j-p-seemore {
    font-size: 15px;
    font-weight: 600;
    margin-left: 25px;
    text-transform: capitalize;
    color: #0D2EA0;
    display: none;
}

    .j-p-seemore:hover, .j-p-seemore:focus {
        color: #0D2EA0;
    }

.janus-product-features.show .j-p-seemore:after {
    content: "See Less";
}

.j-p-seemore:after {
    content: "See More";
}

.tax-exempt-explanation {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}

    .tax-exempt-explanation .link {
        color: #0D2EA0 !important;
        font-size: 14px;
        font-weight: bold;
    }

        .tax-exempt-explanation .link::after {
            content: none;
        }

#divPaymetricContainer iframe body {
    overflow: hidden;
}

.actionPrevent {
    pointer-events: none;
}


.product-card .product-card-bottom .btn-container .btn.btn-secondary {
    border: 1px solid #0d2ea0;
    border-radius: 2px;
    color: #0d2ea0;
    padding: 14px 13px;
}

.product-card .product-card-bottom .btn-container .ps-widget span {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
}

.product-card .price-container .price, .product-card .price-container-text .price {
    display: inline;
    font-weight: 400;
}

.product-cards-container-coveo .coveo-result-list-container .coveo-list-layout .thumbnail-container {
    padding-top: 32px;
}

.product-cards-container-coveo .coveo-result-list-container .product-card .compare-container {
    padding-bottom: 8px;
}

.new-product-logo, .top-seller-logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 180px;
    right: 0;
}

.janus-shipping-method-block #deliveryAddressForm {
    margin-top: 17px;
}

.view-all-promotions .container-cta-full {
    border: 1px solid #dedede;
}

    .view-all-promotions .container-cta-full.container .fade-left {
        padding: 25px 25px;
    }

.janus-f-p-pricing-list .add-to-cart-error-message {
    font-size: 12px;
    line-height: 15px;
    display: block;
}

.product-card .product-cta-container .out-of-stock-error-message {
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #C14F5F !important;
    margin-bottom: 10px;
    padding: 5px 0 0 0;
    max-width: none;
}

.janus-pdp-slider-wrap .cxa-addtocart-component .product-cta-container .janus-where-to-buy-btn {
    min-width: 218px;
}

.janus-pdp-slider-wrapper .pdp-slider-content .slick-list {
    min-height: 432px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.normal-submenu ul li a:hover {
    text-decoration: underline !important;
}

.j-signin-section {
    border: 12px solid #f5f6f8;
    padding: 35px 15px;
}

.j-prom-coupon-sect .added-promotions-code {
    background: #F8F8F8;
    display: block;
    border: 1px solid #dedede;
    font-size: 15px;
    color: #000;
    padding: 6px 12px;
    height: 39px;
    line-height: 24px;
}

.j-prom-coupon-sect .promotions-code-remove a {
    color: #C14F5F;
    font-size: 13px;
    line-height: 38px;
    cursor: pointer;
}

.j-traacking-code {
    color: #000;
    text-transform: uppercase;
}

.janus-checkout-accordion .janus-checkboxs input {
    display: block;
    position: absolute;
    opacity: 0;
}

    .janus-checkout-accordion .janus-checkboxs input:focus + label:before {
        border-color: #0D2EA0;
        box-shadow: 0px 0px 8px #999;
    }

.my-account-form .janus-checkboxs input {
    display: block;
    position: absolute;
    opacity: 0;
}

    .my-account-form .janus-checkboxs input:focus + label:before {
        border-color: #0D2EA0;
        box-shadow: 0px 0px 8px #999;
    }

    .my-account-form .janus-checkboxs input:focus + input + label:before {
        border-color: #0D2EA0;
        box-shadow: 0px 0px 8px #999;
    }

.janus-pdp-supplies-card .out-of-stock-error-message {
    font-size: 14px;
    padding: 5px 0;
}

.j-prom-coupon-sect .coupon-removed-success-text {
    color: #108A8B;
    font-size: 14px;
    padding: 8px 15px;
}

.j-prom-coupon-sect .coupon-removed-failure-text {
    font-size: 14px;
    color: #C14F5F;
    padding: 8px 15px;
}

.shopping-cart-item-col-right .promotion-error-text {
    color: #C14F5F;
    font-size: 14px;
    padding: 0px 0px 8px 0px;
}

.ul-bullet-listing {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 15px;
}

.ol-bullet-listing {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 15px;
}

.order-confirmation-page #ctl00_ContentPlaceHolder1_imgResponsys {
    display: none;
}


.janus-faqcotent .KnowledgeSyndication .rn_SearchArea {
    display: table;
    width: 100%;
}

.janus-faqcotent .KnowledgeSyndication .rn_SearchBox {
    display: table-cell !important;
    vertical-align: top;
    width: 100% !important;
}

.janus-faqcotent .KnowledgeSyndication .rn_SearchButton {
    display: table-cell;
}

.janus-faqcotent .KnowledgeSyndication .rn_SearchBox .form-control {
    height: 48px;
    box-shadow: none;
    border-radius: 1px;
    border: 1px solid #dedede;
}

.janus-faqcotent .KnowledgeSyndication .rn_ButtonInput {
    height: 48px;
    padding: 5px;
    border-radius: 3px;
    background: #0D2EA0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 12px;
    width: auto;
    border-radius: 0 3px 3px 0;
}

.janus-info-b-img2 {
    text-align: center;
    border: 1px solid #ececec;
}

    .janus-info-b-img2 img {
        display: inline-block;
    }

.compared-row .product-compare-card .product-cards-container .product-card .thumbnail-container {
    margin-bottom: 15px;
    text-align: center;
    padding-top: 35px;
}

.container-products-compared .compared-row .product-compare-card {
    border: none;
}

.compared-row .product-compare-card .product-cards-container .product-card {
    padding: 0 35px;
}

.product-compare-card .meta-container .model-number {
    display: none;
}

.product-compare-card .meta-container section h4 {
    margin-bottom: 10px !important;
}

.cxa-addtocart-component::before {
    content: "";
    clear: both;
    display: table;
}

.janus-f-p-info-col-2 .janus-out-of-stock-text {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

#EventsResults .coveo-list-layout .card .card-image {
    min-height: 65px !important;
}

.janus-info-b-descip {
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
}

    .janus-info-b-descip p {
        margin: 0;
    }

.janus-product-listing-block:last-child {
    margin: 0;
    border: none;
}

.product-cta-container.rebate-price-container > .dealer-locator-tool {
    margin-right: 20px;
}

    .product-cta-container.rebate-price-container > .dealer-locator-tool + .janus-where-to-buy-btn {
        margin-right: 0;
        min-width: 0;
    }

.jaus-psp-box {
    min-height: 68px;
}

.main-header-section {
    min-height: 130px;
}

.product-card-bottom .product-cta-container.rebate-price-container > .dealer-locator-tool {
    margin: 0 !important;
}

.janus-psp-left-col .janus-pdp-tabs-content .divider-1 {
    display: none;
}

.janus-checkout-page-col-right .janus-ship-total-table tr:last-child td {
    border-top: none !important;
}

.j-my-adree-buttons {
    text-align: right;
    padding-right: 88px;
}

.j-my-payinfo-buttons {
    text-align: right;
    padding-right: 75px;
}

.janus-pdp-sticky-error {
    font-size: 14px;
    background: #C14F5F;
    position: fixed;
    color: #fff !important;
    top: 5px;
    z-index: 90;
    padding: 5px 35px 5px 10px;
    right: 5px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    text-align: center;
    margin-left: 5px;
}

    .janus-pdp-sticky-error a {
        color: #fff !important;
    }

.j-p-s-close {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    padding: 1px 8px;
    cursor: pointer;
}

.cxa-shoppingcarttotal-component .janus-blue-panel .panel-body > p {
    font-size: 15px;
    margin-bottom: 5px;
}

.janus-checkboxs input[disabled] + label::before {
    opacity: .2;
    cursor: no-drop;
}

.tex-exmp-close {
    background: url(/presentation/includes/_images/close-icon.svg);
    width: 22px;
    height: 22px;
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #d8d8d8;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 25px;
}

.shopping-cart-item-col-right .coupon-added-success-text {
    color: #108A8B;
    font-size: 14px;
    margin-bottom: 8px;
}

.cxa-shoppingcartpromotion-component .janus-blue-panel .form-group {
    margin: 0;
}

.ja-add-paym-sect {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-family: Helvetica,Arial,sans-serif;
}

.janus-non-shipyable {
    color: red;
    font-size: 13px;
    display: inline-block;
    margin-left: 42px;
}

.j-shop-c-title span {
    font-family: Helvetica,Arial,sans-serifsans-serif;
}

.component.cxa-minicart-component .show-minicart .minicart {
    display: block !important;
    opacity: 1 !important;
}

.component.cxa-minicart-component .hide-minicart .minicart {
    display: none !important;
    opacity: 0 !important;
}

.j-forgot-p-title1 {
    font-size: 30px;
    color: #000;
    font-family: 'Helvetica', sans-serif;
    line-height: 54px;
}

.janus-forgot-section h6 {
    font-size: 21px;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 21px;
    margin: 0 0 20px 0;
}

.coveo-list-layout .product-card .price-container {
    margin-bottom: 5px;
    padding-bottom: 0 !important;
}

.janus-quanity-block input[disabled] {
    opacity: 1 !important;
}

.product-card .price-container .no-price {
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.cxa-productprice-component .janus-price-container .price {
    font-size: 18px;
    margin: 10px 0 0;
    font-weight: bold;
}

.pdp-sticky-right-col .janus-pdp-prices .priceText {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}

.compared-row .product-compare-card .product-cards-container .product-card .janus-out-of-stock-text {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
}

.janus-new-label-product {
    background: #DE5082 !important;
}

    .janus-new-label-product::before {
        background: #DE5082 !important;
        box-shadow: -9px 0 0 #D31658 inset !important;
    }

.link--go-back.breadcrumb-wrap {
    padding: 15px !important;
}

.home-hero.right-open .sliding-container {
    height: calc(100vh - 152px);
}

.sitewide-alert-container ~ .main-header-section .minicart .janus-shop-panel-body {
    max-height: calc(100vh - 410px);
}

.sitewide-alert-container ~ .main-header-section .minicart #cartReviewText2.active + .janus-shop-panel-body {
    max-height: calc(100vh - 470px);
}

/*-----------------Shoping_cart_page_CSS_START---------------*/



.jann-shop-wrapper {
    border: 1px solid #ddd;
    padding-bottom: 300px;
}

.jann-shop-head {
    height: 40px;
    background: #0d2ea0;
}

.jan-shop-body {
    padding: 60px 15px 15px 15px;
}

.jan-blue-brd-btn {
    background: #ffffff;
    color: #0d2ea0;
    padding: 12px;
    width: 260px;
    display: inline-block;
    text-align: center;
    border: 1px solid #0d2ea0;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 20px;
}

.jan-blue-btn {
    background: #0d2ea0;
    color: #ffffff;
    padding: 12px;
    width: 260px;
    display: inline-block;
    text-align: center;
    border: 1px solid #0d2ea0;
    text-transform: uppercase;
    font-size: 16px;
}

    .jan-blue-btn:hover {
        color: #ffffff;
    }

.jan-shop-body p {
    font-size: 18px
}

.jan-btn-wrapp {
    max-width: 545px;
    margin: 0px auto;
    margin-top: 100px;
}

.jan-shop-body .jan-login-text {
    text-align: center;
    display: block;
    margin-top: 40px;
    font-size: 18px;
}

@media(max-width: 991px) {
    .jann-shop-wrapper {
        border: 1px solid #ddd;
        padding-bottom: 150px;
    }

    .jan-btn-wrapp {
        margin-top: 40px;
        text-align: center;
    }

    .jan-blue-brd-btn {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .jan-shop-body .jan-login-text {
        margin-top: 20px;
    }
}
/*-----------------Shoping_cart_page_CSS_END---------------*/

/*-----------------Shoping_cart_page_CSS_START---------------*/



.jann-shop-wrapper {
    border: 1px solid #ddd;
    padding-bottom: 300px;
}

.jann-shop-head {
    height: 40px;
    background: #0d2ea0;
}

.jan-shop-body {
    padding: 60px 15px 15px 15px;
}

.jan-blue-brd-btn {
    background: #ffffff;
    color: #0d2ea0;
    padding: 12px;
    width: 260px;
    display: inline-block;
    text-align: center;
    border: 1px solid #0d2ea0;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 20px;
}

.jan-blue-btn {
    background: #0d2ea0;
    color: #ffffff;
    padding: 12px;
    width: 260px;
    display: inline-block;
    text-align: center;
    border: 1px solid #0d2ea0;
    text-transform: uppercase;
    font-size: 16px;
}

    .jan-blue-btn:hover {
        color: #ffffff;
    }

.jan-shop-body p {
    font-size: 18px
}

.jan-btn-wrapp {
    max-width: 545px;
    margin: 0px auto;
    margin-top: 100px;
}

.jan-shop-body .jan-login-text {
    text-align: center;
    display: block;
    margin-top: 40px;
    font-size: 18px;
}

@media(max-width: 991px) {
    .jann-shop-wrapper {
        border: 1px solid #ddd;
        padding-bottom: 150px;
    }

    .jan-btn-wrapp {
        margin-top: 40px;
        text-align: center;
    }

    .jan-blue-brd-btn {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .jan-shop-body .jan-login-text {
        margin-top: 20px;
    }
}
/*-----------------Shoping_cart_page_CSS_END---------------*/

/*--------------css-start----------------------*/


.jan-price-table-wrapper {
    max-width: 1055px;
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.jan-price-left {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.jan-org-price {
    padding: 20px;
    border-bottom: 1px solid #aaaaaa;
}

    .jan-org-price h3 {
        color: #494949;
        font-size: 20px;
        margin-left: 15px;
        white-space: nowrap;
        text-align: center;
    }

        .jan-org-price h3 span {
            color: #383737;
            font-size: 42px;
            margin-left: 75px;
        }

        .jan-org-price h3 .jan-price-number-rebate {
            margin-left: 58px;
        }

.jan-price-right {
    border-left: 1px solid #aaaaaa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;
}

.jan-price-left h1 {
    font-size: 42px;
    color: #071956;
    font-weight: 400;
    line-height: 1.1em;
}

.jan-your-price {
    padding: 20px;
}

    .jan-your-price h3 {
        color: #494949;
        font-size: 20px;
        margin-left: 15px;
        text-align: center;
    }

        .jan-your-price h3 span {
            color: #c14e5f;
            font-size: 42px;
            margin-left: 92px;
        }

.jann-pt-btn-grn {
    max-width: 350px;
    color: #ffffff;
    font-size: 20px;
    padding: 15px 15px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    background: #03a65f;
    margin-top: -9px;
    width: 100%;
    line-height: 20px;
}

    .jann-pt-btn-grn:hover {
        color: #fff !important;
    }

.jan-hero-your-price h3 span {
    color: #c14e5f;
    font-size: 42px;
    margin-left: 149px;
}

.jan-hero-your-price h3 {
    color: #494949;
    font-size: 35px;
}

.jan-hero-org-price h3 {
    color: #494949;
    font-size: 35px;
}

    .jan-hero-org-price h3 span {
        color: #383737;
        font-size: 42px;
        margin-left: 103px;
    }


.jan-hero-org-price {
    border-bottom: 1px solid #aaaaaa;
}

.jan-price-right .jan-your-price .text-center .btn-container .BuyOnline {
    width: 100%;
    max-width: 350px;
    margin: auto;
    margin-top: 21px;
}

@media (min-width: 768px) {
    .jan-price-table-wrapper.content-right {
        transform: translate(5%);
        position: absolute;
        top: 8%;
        right: 5px;
    }

    .jan-price-table-wrapper.content-left {
        transform: translate(-5%);
        position: absolute;
        top: 8%;
        left: 53px;
    }

    .jan-price-table-wrapper.content-center {
        transform: none;
    }

    .jan-price-table-wrapper.jan-price-small {
        max-width: 585px;
    }

        .jan-price-table-wrapper.jan-price-small.content-right {
            transform: translate(50%);
            position: absolute;
            top: 15%;
            right: 267px;
            padding-bottom: 10px;
        }

        .jan-price-table-wrapper.jan-price-small.content-left {
            transform: translate(-50%);
            position: absolute;
            top: 15%;
            left: 292px;
        }

        .jan-price-table-wrapper.jan-price-small.content-center {
            transform: none;
            text-align: center;
            position: absolute;
            left: 24%;
            top: 15%;
        }
}

@media (max-width: 1200px) {
    .jan-price-table-wrapper {
        display: block;
    }

    .jan-price-right {
        width: 100%;
        text-align: center;
        border-left: 0px;
        padding: 0px 0px;
    }

    .jan-price-left h1 {
        font-size: 36px;
    }

    .jan-price-left .btn-container .btn-secondary {
        margin: auto;
    }

    .jann-pt-btn-grn : hover {
        color: #fff !important;
    }

    .hero-button-container .btn-container .btn-primary {
        margin-bottom: 20px;
    }

    .jan-price-left {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .jan-price-right .jan-your-price .text-center .btn-container .BuyOnline {
        width: 100%;
        margin: 0px auto;
        margin-top: 21px;
        max-width: 350px;
        padding-bottom: 17px;
    }

    .jann-pt-btn-grn {
        line-height: 20px !important;
        margin-bottom: 15px;
    }
}


@media (max-width: 767px) {

    .jan-org-price h3 {
        font-size: 16px;
    }

    .jan-hero-org-price h3 {
        font-size: 16px;
    }

    .jan-org-price h3 span {
        font-size: 34px;
        margin-left: 15px;
    }

    .jan-hero-org-price h3 span {
        font-size: 34px;
        margin-left: 15px !important;
    }

    .jan-org-price h3 .jan-price-number-rebate {
        margin-left: 5px;
    }

    .jan-your-price h3 {
        font-size: 16px;
    }

    .jan-hero-your-price h3 {
        font-size: 16px;
    }

    .jan-your-price h3 span {
        font-size: 34px;
        margin-left: 26px;
    }

    .jan-hero-your-price h3 span {
        font-size: 34px;
        margin-left: 26px;
    }

    .jan-price-right .jan-your-price .text-center {
        margin-top: 40px;
    }

        .jan-price-right .jan-your-price .text-center .btn-container .BuyOnline {
            width: 100%;
            margin: 0px auto;
            margin-top: 21px;
            max-width: 350px;
        }


    .jan-price-Center .row .btn-container {
        width: 180px;
    }


    .jann-pt-btn-grn {
        line-height: 35px !important;
    }

    .hero-button-container .btn-container .btn-primary {
        margin-bottom: 45px;
    }

    .jan-price-table-wrapper.content-right {
        transform: none;
    }

    .jan-price-table-wrapper.content-right {
        transform: none;
    }

    .jan-price-table-wrapper.jan-price-small.content-right {
        transform: none;
    }

    .jan-price-table-wrapper.jan-price-small.content-left {
        transform: none;
    }
}

@media (max-width: 991px) {
    .jan-price-left .btn-container .btn-secondary {
        margin-top: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .jan-price-table-wrapper.content-right {
        top: -2%;
        transform: none;
    }

    .jan-price-table-wrapper.content-left {
        top: -2%;
        transform: none;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .jan-price-left h1 {
        font-size: 27px;
        line-height: 0.80em;
    }

    .jan-org-price h3 {
        font-size: 17px;
        line-height: 0.50em;
    }

        .jan-org-price h3 span {
            font-size: 25px;
        }

    .jan-your-price h3 {
        font-size: 17px;
        line-height: 0.50em;
    }

    .jan-org-price {
        padding: 0px;
    }

    .jan-your-price {
        padding: 0px;
    }

        .jan-your-price h3 span {
            font-size: 25px;
            margin-left: 64px;
        }

    .jan-price-table-wrapper.jan-price-small.content-center {
        transform: none;
        text-align: center;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .jan-org-price {
        padding: 0px;
    }

    .jan-your-price {
        padding: 0px;
    }
}

/*--------------css-END----------------------*/

/*--------------Billboard Brand Hero----------------------*/
.add-to-cart-btn.btn.text-uppercase.jann-pt-btn-grn-billboard-brand {
    color: #fff;
    text-align: center;
    display: inline-block;
    background: #03a65f;
    width: 100%;
    max-width: 350px;
    padding: 15px 15px;
}




/*----------------New cart design changes ----------------*/



@media screen and (min-width: 768px) {
    /* .outOfStock .janus-shc-quantity-col {
		visibility: hidden;
	} */

    .janus-s-c-col.shopping-cart-product-details {
        min-width: 360px;
    }
}

@media screen and (max-width: 768px) {
    .remove-from-cart {
        padding-top: 10px;
        padding-right: 20px;
    }

    .minicart-item .out-of-stock-text {
        font-size: 16px;
    }
    #checkoutCartLines .col-xs-3.right-section {
        padding: 0 5px !important;
    }
}

.outOfStock .product-accessories {
    display: none;
}

.minicart-item.outOfStock {
    background-color: #fdf4f4;
}

.minicart-item.limitedQuantity {
    background-color: #fff9f1;
}

.janus-shopping-cart-items-sect .janus-s-c-row.outOfStock {
    background-color: #fdf4f4;
}

.janus-shopping-cart-items-sect .janus-s-c-row.limitedQuantity {
    background-color: #fff9f1;
}

#checkoutCartLines {
    clear: both;
    border: 1px solid grey;
}

    #checkoutCartLines::after, #checkoutCartLines::before {
        content: "";
        display: block;
        clear: both;
    }

    #checkoutCartLines .checkout-cart-header {
        background: #0d2ea0;
        color: #fff;
        height: 38px;
        padding: 10px 0;
    }

.checkout-remove-item {
    cursor: pointer;
    color: #C14F5F;
}

.checkout-cart-items .checkout-cart-item {
    margin-top: 15px;
}

    .checkout-cart-items .checkout-cart-item::after, .checkout-cart-items .checkout-cart-item::before {
        content: "";
        display: block;
        clear: both;
    }

.checkout-cart-items .item-details {
    padding: 15px 0;
}

.checkout-cart-items .janus-s-car-unit-price, .checkout-cart-items .item-total {
    font-size: 14px;
}

.checkout-cart-items .outOfStock {
    background-color: #fdf4f4;
}

.checkout-cart-items .limitedQuantity {
    background-color: #fff9f1;
}

.checkout-cart-items .janus-remove-itme {
    padding: 0;
    font-size: 16px;
}

.checkout-cart-items .out-of-stock-remove {
    text-align: left;
    font-size: 14px;
    color: #8A0012;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkout-cart-items .limited-quantity-text {
    font-size: 14px;
}

.out-of-stock {
    background-color: #F7D4D0;
    min-height: 45px;
    padding: 10px;
}

    .out-of-stock:before, .out-of-stock:after {
        content: "";
        display: block;
        clear: both;
    }

.outOfStock .janus-quanity-block .j-q-plus, .outOfStock .janus-quanity-block .j-q-min, .outOfStock .janus-quanity-block .janus-remove-itme {
    visibility: hidden;
}

.outOfStock .janus-quanity-block input {
    pointer-events: none;
    border: none;
    background: none;
}

.out-of-stock-text {
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    color: #8A0012;
    padding-left: 0;
}

.janus-remove-itme {
    text-align: right;
    color: #8A0012;
    font-size: 17px;
}

.out-of-stock-remove {
    text-align: right;
    color: #8A0012;
    font-size: 17px;
}

.limited-quantity {
    background-color: #ffde8d;
    min-height: 45px;
    padding: 10px;
}

.limited-quantity-text {
    text-align: left;
    font-weight: 700;
    color: #592B00;
}

.janus-items-accessories-wrap.outOfStock {
    display: none;
}

.janus-items-accessories-wrap.limitedQuantity {
    background-color: #fff9f1;
}

.remove-from-cart {
    color: #8A0012;
}

.item-limit-quantity {
    color: #8A0012;
    font-weight: 700;
    font-size: 17px;
}

.janus-pro-supplie-block {
    background-color: white;
}

.janus-shopping-cart-items-sect .janus-s-c-row {
    border-top: 1px solid grey;
    padding-top: 15px;
    padding-bottom: 15px;
}

.out-of-stock, .limited-quantity, .remove-from-cart, .item-limit-quantity {
    display: none;
}

.outOfStock .out-of-stock, .outOfStock .remove-from-cart {
    display: block;
}

.limitedQuantity .limited-quantity, .limitedQuantity .item-limit-quantity {
    display: block;
}

.mini-cart-image {
    width: 50px;
    float: left;
    margin-right: 20px;
}

    .mini-cart-image .janus-s-p-media {
        display: inline-block;
        width: 60px;
        padding: 4px;
        border: 1px solid #dedede;
        overflow: hidden;
    }

.mini-cart-product-description {
    float: left;
    width: calc(100% - 70px);
}




#cartReviewText {
    color: #8a0012;
    font-weight: 700;
}

    #cartReviewText span {
        margin-right: 15px;
    }
#cartReviewText, #cartReviewText2{
    display: none;
}

div#cartReviewText p, div#cartReviewText2 p {
    font-size: 20px;
}

.janus-quanity-block .janus-remove-itme {
    font-size: 13px;
}

#checkoutCartLines {
    position: relative;
}

    /* #checkoutCartLines .outOfStock .right-section {
		display: none;
	} */

    #checkoutCartLines #cartReviewText {
        padding: 15px;
    }

    #checkoutCartLines select {
        width: 100%;
        padding: 4px;
        margin-bottom: 0;
    }

    #checkoutCartLines .janus-shopp-c-item-m-title {
        display: none;
    }

@media screen and (min-width: 768px) {
    #checkoutCartLines .janus-quanity-block #sub2, #checkoutCartLines .janus-quanity-block #add2 {
        width: 15px;
        background-size: 15px;
    }

    #checkoutCartLines .janus-quanity-block input {
        margin: 2px 4px 5px 4px;
        height: 18px;
        width: 22px;
    }
}

#checkoutCartLines .janus-quanity-block #sub2, #checkoutCartLines .janus-quanity-block #add2 {
    width: 15px;
    background-size: 15px;
}

#checkoutCartLines .janus-quanity-block input {
    margin: 2px 4px 5px 4px;
    /*height: 18px;
    width: 22px;*/
}

.janus-shopping-cart-items-sect #cartReviewText {
    padding-right: 15px;
    padding-left: 15px;
}

/* .minicart-content .outOfStock .janus-shop-c-col-quantity {
	visibility: hidden;
} */

@media screen and (max-width: 991px) {
    .minicart-content .janus-remove-itme {
        text-align: left;
    }
}

.checkout-cart-items .image {
    padding: 0;
}

.checkout-cart-items .janus-quanity-block {
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-cart-items .image {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) {
    #checkoutCartLines .col-xs-3.right-section {
        padding: 0 !important;
    }

        #checkoutCartLines .col-xs-3.right-section input {
            width: 34px;
            height: 23px;
        }
}

#cartReviewText2 {
    padding: 10px 15px 0px 15px;
    color: #8a0012;
    font-weight: 700;
}

    #cartReviewText2 span {
        margin-right: 15px;
    }


    .checkout-disabled{
        cursor: not-allowed;
        opacity : .65;
    }
.session-logout-modal-window {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 999999999;
}

    .session-logout-modal-window.active {
        display: block !important;
    }

    .session-logout-modal-window .modal-container {
        display: block;
        position: relative;
        margin: auto;
        width: 100%;
        background-color: #fff;
        margin-top: 100px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

@media (min-width: 1199px) {

    .session-logout-modal-window .modal-container {
        width: 600px;
    }
}

.session-logout-modal-window .modal-container:after {
    clear: both;
    content: "";
    display: block;
}

.session-logout-modal-window #close-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    padding-right: 25px;
}

    .session-logout-modal-window #close-icon:hover {
        cursor: pointer;
    }

.session-logout-modal-window .session-timeout-modal {
    padding: 50px;
}

    .session-logout-modal-window .session-timeout-modal img {
        width: 150px;
        height: 150px;
        margin: auto;
    }

    .session-logout-modal-window .session-timeout-modal .description {
        padding-top: 50px;
    }

    .session-logout-modal-window .session-timeout-modal .btn-container:before, .session-logout-modal-window .session-timeout-modal .btn-container:after {
        clear: both;
        content: "";
        display: block;
    }

    .session-logout-modal-window .session-timeout-modal .btn-container .width-50 {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
        float: left;
        text-align: center;
    }

.session-logout-modal-window .session-relogin-modal {
    display: none;
    padding: 50px;
}

    .session-logout-modal-window .session-relogin-modal .btn-container:before, .session-logout-modal-window .session-relogin-modal .btn-container:after {
        clear: both;
        content: "";
        display: block;
    }

    .session-logout-modal-window .session-relogin-modal .btn-container .width-50 {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
        float: left;
        text-align: center;
    }