/* Globals*/
.maxWidth100 {
    max-width: 100px
}

.maxWidth200 {
    max-width: 200px
}

.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

/*dropdawn menu*/
.custom-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
/*make drop down clickable*/
.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-fly {
    width: 400px;
}

.colorStar {
    color: #e4c82c;
}

.colorRss {
    color: #eb5b1c;
}

/*Home page title*/
.page-title {
    min-height: 40px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 20px;
    font-weight: normal;
}

.block-title {
    min-height: 40px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 20px;
    font-weight: normal;
}

/*product category*/
.category-home-page-image {
    min-width: 150px;
    max-width: 300px
}

.category-sub-image {
    min-width: 150px;
    max-width: 200px
}

.category-image-large {
    min-width: 200px
}

.product-image {
    height: 200px;
    width: 100%;
    position: relative;
}

    .product-image img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.product-title {
    /*line-height: 20px;
    height: 40px;*/
}

/*Filter attributes*/
.attribute-squares {
    font-size: 0;
}

    .attribute-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        text-align: center;
    }

    .attribute-squares .attribute-square-container {
        display: block;
        position: relative;
        z-index: 0;
        padding: 1px;
    }

    .attribute-squares label {
        display: block;
        margin: 0 !important;
        overflow: hidden;
    }

    .attribute-squares .attribute-square {
        display: table !important;
        width: 32px !important;
        height: 32px !important;
        border: 1px solid #444 !important;
        cursor: pointer;
    }

    .attribute-squares .selected-value .attribute-square-container {
        background-color: #4ab2f1;
    }

    .attribute-squares li input {
        position: relative;
        z-index: -1;
        margin: -32px 0 0;
    }

.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

    .tooltip-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-bottom: 7px solid #eeeeee;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .tooltip-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-bottom: 6px solid #FFFFFF;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #F6F6F6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

    .tooltip-container .tooltip-body img {
        border: 0px #FFF;
        width: 190px;
    }

/*Pager*/
.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: right;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
    }

        .pager li a,
        .pager li span {
            display: block;
            min-width: 35px;
            height: 35px;
            border: 1px solid #ddd;
            background-color: #eee;
            padding: 8px;
            text-align: center;
            font-size: 14px; /*reset zeroing*/
            cursor: pointer;
            border-radius: 5px;
            font-size: 1.0625rem;
            font-family: var(--header-font-family);
            padding: .3125rem .4rem;
        }

        .pager li span {
            border-color: transparent;
            background-color: #337ab7;
            color: #fff;
            font-size: 1.0625rem;
            font-family: var(--header-font-family);
            padding: .3125rem .4rem;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-position: center;
            background-repeat: no-repeat;
            font-size: 0;
            color: #fff;
        }

        .pager li.previous-page * {
            background-image: url('../images/prev.png');
        }

        .pager li.next-page * {
            background-image: url('../images/next.png');
        }

        .pager li.first-page * {
            background-image: url('../images/first.png');
        }

        .pager li.last-page * {
            background-image: url('../images/last.png');
        }

        .pager li a:hover {
            border-color: transparent;
            background-color: #ddd;
        }

/*product review*/
.vote {
    display: inline-block;
    padding: 0 5px;
    color: #4ab2f1;
    cursor: pointer;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification-container {
    position: relative;
    z-index: 1;
}

.bar-notification {
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 1px 1px 1px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
    /*  float: left;*/
    padding-bottom: 8px;
}


    .bar-notification.success {
        background-color: #006CF4;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.warning {
        background-color: #f39c12;
    }

    .bar-notification .content {
        margin: 10px 0px 3px 0;
        text-align: center;
        display: inline-block;
        width: 80%;
        /*padding-left: 20%;*/
        line-height: 1.62;
    }

.bar-notification-olc-front .content {
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}


.bar-notification .close {
    display: block;
    float: right;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../images/close.png') center no-repeat;
    cursor: pointer;
    position: absolute;
}


/*fixed datepicker for html helpers*/
.info-date-picker select {
    width: 100px;
    margin-right: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*Checkout progress bar*/
.order-progress {
    margin: 0 0 50px;
    background-color: #f6f6f6;
    padding: 15px 0;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 10px;
    }

    .order-progress a {
        display: block;
        min-width: 70px;
        font-size: 14px; /*reset zeroing*/
        color: #444;
    }

        .order-progress a:before {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 auto 15px;
            border: 1px solid #bbb;
            background: #fff url('../images/pointer.png') center no-repeat;
        }

    .order-progress li.active-step a {
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        opacity: 0.3;
        cursor: default;
    }

/*FIX NIVO SLIDER POSITION*/
/* RESPONSIVE */
@media all and (max-width: 1000px) {
    .theme-custom {
        margin: 0 auto 40px !important;
    }
}

@media all and (min-width: 1001px) {
    .theme-custom {
        margin: 0 0 60px !important;
    }
}

/*Windalert*/
.direction-icon img {
    width: 20px;
    height: 20px;
    display: inline;
}


.schedualeDelivery-btn-wrap {
    bottom: 2.1rem;
    left: 9.4625rem;
    z-index: 0;
}

.schedualeDelivery-maxWidth {
    max-width: 175px;
}



.SchedualeDelivery .maxhight {
    height: 40px !important;
}

.SchedualeDelivery .secondheaderwidth {
    font-size: 14px;
    font-weight: bold;
}

    .SchedualeDelivery .secondheaderwidth p {
        line-height: 40px;
    }

.SchedualeDelivery .datepicker {
    background-color: #fff !important;
    background: url(/Themes/BootstrapDC/Content/Images/icons/icons-8-calendar.svg) no-repeat scroll 7px 7px;
    background-position: right;
    background-position-x: calc(100% - 4px);
}

.PortalAccountsList {
    width: 200px;
}


.fancybox-MEHeader {
    background-color: #002147;
    color: white;
    margin-bottom: 15px;
    content: "";
    box-shadow: 0px 0px 8px 2px #000000;
}

.fancybox-MEHeaderPy-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.fancybox-MEHeaderPl-16 {
    padding-left: 16px;
}


.fancybox-MEBotton {
    background-color: #005fae;
    color: white;
    margin-bottom: 15px;
    content: "";
    margin-bottom: 0;
    line-height: 34px;
    padding-top: 6px !important;
    border-radius: 0;
}


.ProgressOverlay {
    background-color: transparent;
    /*background-color: #000;*/
    cursor: wait;
    display: none;
    height: 100%;
    Width: 100%;
    position: fixed;
    top: 0;
    opacity: 0.25;
    z-index: 999;
}


/*Soluation*/
.blue-bg-gradient {
    background: #002a49;
}

.white-gradient {
    background: linear-gradient(38.34deg, #FFFFFF 1.39%, rgba(255, 255, 255, 0.1) 123.07%);
    border: 2px solid #FFFFFF;
    opacity: 10%;
    border-radius: 10px;
    min-height: 111px;
    margin-bottom: 15px;
    cursor: pointer;
    z-index: 1;
}

.white-gradient-min-h {
    min-height: 155px !important;
}

.blue-bg-gradient-curve {
    position: relative;
    overflow: hidden;
}

    .blue-bg-gradient-curve::before {
        border-radius: 100%;
        position: absolute;
        background: #002a49;
        right: -1000px;
        left: -1000px;
        top: -200px;
        content: '';
        bottom: 0;
        z-index: -1;
    }

.addinalboxborder {
    border: 1px solid #D8D8D8;
}

.white-gradient:hover {
    background-color: #002a49;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    opacity: 30%;
}

.SolutionSection {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SolutionSectionWithShortDesc {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SolutionSectionAll {
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SolutionSectionDesc {
    text-align: center;
    width: 100%;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SolutionSectionDescWithShortDesc {
    text-align: center;
    width: 100%;
    bottom: 55px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SolutionSectionShortDesc {
    text-align: center;
    width: 100%;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.MainSolutionSectionImage {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upperBanner {
    Width: 1360px;
    Height: 166px;
    border-radius: 20px;
}

.description {
    font-family: SourceSansPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
}

.additionalDescription {
    border-radius: 20px;
    Width: 1360px;
    background-color: #F5F6F7;
}

.headrAdditionalDesc {
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}

.subAPIDescription {
    /*font-family: SourceSansPro;*/
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.footerImages img, .footerImages svg {
    opacity: 75%;
}

    .footerImages img:hover, .footerImages svg:hover {
        opacity: 100%;
    }

.valueAddSubText {
    width: 402px;
    min-height: 287px;
    z-index: 1;
    background-color: #F5F6F7;
}

.leanmorelinkmobile {
    margin: 0 auto !important;
    border-radius: 5px;
    width: 221px;
    height: 50px;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.valueAddLeftMinutxt {
    font-family: 'VinylOT';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #6f8798;
}

.valueAddRightMintxt {
    font-family: SourceSansPro;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #6D7A84;
}

.btnAuthorized:hover {
    background-color: #f2f2f2 !important;
    text-decoration: none !important;
}

.SearchSupportDescText {
    color: #8094A4;
}

.btnRedView {
    border-radius: 5px;
    background-color: #FF4847 !important;
}

    .btnRedView:hover {
        text-decoration: none !important;
        background-color: #eb4241 !important;
    }

.headquarters {
    font-family: 'SourceSansPro';
    line-height: 21px;
}

.text-slate-grey {
    color: #545c66 !important
}

.bg-slate-grey {
    background-color: #545c66 !important
}

.mainSmallSecdiv {
    border-radius: 25px;
    top: 0%;
    position: relative;
    transform: translate(0, -10%);
    background-color: #EDEEF0;
}

.border-radius-20 {
    border-radius: 1.25rem !important;
}

.text-salmon-red {
    color: #ff4847 !important
}

.bg-salmon-red {
    background-color: #ff4847 !important
}

.dot-gray-border {
    border-bottom: 1px dashed #D8D8D8;
}

    .dot-gray-border:last-child {
        border-bottom: none;
    }

.font-weight-400 {
    font-weight: 400 !important;
}
.BottomBannerContactUs {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pt-20,
.py-20 {
    padding-top: 1.25rem !important;
}
.font-size-14 {
    font-size: .875rem !important;
}
.font-size-16 {
    font-size: 1rem !important
}
.font-size-25 {
    font-size: 1.5625rem !important
}
.font-size-30 {
    font-size: 1.875rem !important;
}
.font-size-36 {
    font-size: 36px !important;
}
.font-size-40 {
    font-size: 2.5rem !important;
}
.font-size-42 {
    font-size: 2.625rem !important
}
.font-size-56 {
    font-size: 56px !important;
}

.pt-50,
.py-50 {
    padding-top: 3.125rem !important
}

.mr-15,
.mx-15 {
    margin-right: .9375rem !important
}

.mb-15,
.my-15 {
    margin-bottom: .9375rem !important
}

.ml-15,
.mx-15 {
    margin-left: .9375rem !important
}

.mb-40,
.my-40 {
    margin-bottom: 2.5rem !important
}

.mt-40, .my-40 {
    margin-top: 2.5rem !important;
}
@media (min-width:992px) {
    .dot-gray-border {
        border-bottom: 1px dashed #D8D8D8;
        border-right: 1px dashed #D8D8D8;
    }

        .dot-gray-border:nth-child(even) {
            border-right: none;
        }

        .dot-gray-border:nth-last-child(-n + 2) {
            border-bottom: none;
        }
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .BottomBannerContactUs {
        top: 50%;
        left: 100%;
        transform: translate(-100%, -50%);
    }
}

@media (min-width:768px) {
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .pl-md-25,
    .px-md-25 {
        padding-left: .9375rem !important;
    }

    .ml-md-25,
    .mx-md-25 {
        margin-left: 1.5625rem !important
    }

    .pl-md-15,
    .px-md-15 {
        padding-left: .9375rem !important
    }

    .pr-md-15,
    .px-md-15 {
        padding-right: .9375rem !important;
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media only screen and (max-width: 767px) {
    .blue-bg-gradient-curve::before {
        border-radius: 0 !important;
    }

    .additionalDescription {
        border-radius: 0 !important;
    }

    .border-radius-20 {
        border-radius: 0 !important;
    }

    .addinalboxborder {
        border: none !important;
    }

    .titlecolormob {
        color: #002A49 !important;
        padding-top: 15px !important;
    }


    .noborder-radiusMobile {
        border-radius: 0 !important;
    }
}

/*END Soluation*/

