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


/* START CUSTOM CES 03/2021*/

/*
####################################################
C O L O R S 
####################################################
*/

.ces-blue {
    color: #5297ff;
}

.ces-dark-blue {
    color: #0066a1;
}

.ces-red {
    color: #C60C30;
}

.ces-darkred, .ces-dark-red {
    color: #b30426;
}

.ces-green {
    color: #7ab800;
}

.ces-dark-green {
   color: #009b3a
}

.ces-yellow {
    color: #FFC469;
}

.navbar-dark {
    color:#333;
}

.ces-grey {
    color:#777777;
}

.bg-light-grey {
    background-color: #F6F7F6;
}

.bg-dark-grey {
    background-color: #DDDDDD;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-red {
    background-color: #C60C30;
}

.bg-darkred {
    background-color: #b30426;
}

.bg-green {
    background-color: #7ab800;
}

.bg-dark-green {
    background-color: #009b3a
}

.bg-yellow {
    background-color: #FFC469;
}

.bg-blue {
    background-color: #5297ff;
}

.bg-dark-blue {
    background-color: #0066a1;
}



/*
####################################################
T Y P O G R A P H Y
####################################################
*/

.heavy {
    font-weight: 600;
}

.extraHeavy {
    font-weight: 700 !important;
}

/*
####################################################
E L E M E N T S
####################################################
*/

.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 100%;
}

.ces-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 8px !important;
    text-decoration: none;
    border:0;
}

.btn-sm {
    min-width: 135px;
    padding: 10px 15px !important;
}

.btn-md {
    width: 100%;
    min-width: 220px;
}

.btn-lg {
    width:100%;
    min-width:320px
}

input[type=text],
input[type=email],
input[type=number],
input[type=password]{
    width: 100%;
    padding: 12px 5px;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 0;
    position: relative;
    height: 36px;
    font-weight: 600;
    max-width: 100%;
    border: 1px solid #eee;
    background-color: #f7f6f6;
}


input[type=number] {
    padding: 0;
}

select {
    height: 36px !important;
}

/*progress Bar*/
.payment-progress {
    display: inline-block;
    position: absolute;
    top: 140px;
}

.progressbar li {
    display: inline-block;
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
}

.progressbar li:before {
    content: '';
    width: 10px;
    height: 10px;
    line-height: 10px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child::after {
    content: none;
}

.progressbar li.active:before {
    background-color: #C60C30;
    border-color: #C60C30;
}

.progressbar li.active + li:after {
    background-color: #eeeeee;
    margin-top: -10px;
}


/*Breadcrumbs*/
.breadcrumb {
    float: right;
    width: 100%;
    margin-top: 170px;
    margin-bottom: 0;
    background-color: #fff;
}

.breadcrumb ul {
    font-size: 0;
}

.breadcrumb ul li {
    display: inline;
}

.breadcrumb li * {
    margin: 0 2px !important;
    line-height: 20px !important;
}

.breadcrumb ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 130px;
    color: #3974b6;
    font-weight: bold;
    font-size:12px !important;
}

.breadcrumb li span a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20ch;
    margin-bottom: -8px !important;
    font-size: 12px !important;
}

.breadcrumb ul li .delimiter {
    position: relative;
}

.breadcrumb ul li:last-of-type {
    display: none;
}

/*.breadcrumb ul li:nth-last-child(2) span.delimiter {
    display: none;
}*/

/*
####################################################
S T Y L I N G 
####################################################
*/

.master-wrapper-content {
    margin: 0 auto;
}

h1.page-header {
    color: #333;
    font-size: 26px;
    text-align: left;
    margin-top: 200px;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding-bottom: 5px;
}

h1.page-header.no-search {
    margin-top: 160px;
}

.arrow-container {
    width: 43px;
    height: 100%;
    float: right;
}

.home-button-text {
    height: 100%;
    width: 75%;
    float: left;
    padding: 7px;
    text-align: center;
    padding-top: 14px;
    font-size: 12px;
    line-height: 14px;
}

.arrow-container img {
    width: 15px !important;
    margin: 14px;
}

.side-2 {
    width: 100%;
}

#navbarSupportedContent {
    /*padding-right: 10px;*/
}

.thumbnail > img, .thumbnail a > img {
    display: inline-block;
    max-height: 250px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.thumbnail {
    height: 550px;
}

.home-button-artical {
    width:100%;
    height: 43px;
    background: #b40829;
    color: #fff;
    right: 0;
    border: none;
    font-weight: 700;
    font-size: 18px;
    margin-top: 25px;
}

footer {
    color: #fff;
    margin-top: 40px;
}

.thumbnail .caption {
    padding: 0px 20px 10px 20px;
}

.product-details-page .let-us-know {
    text-align:left;
    margin-bottom:20px;
}
.account-information .my_ces_section {
    position: relative;
    background: #f8f8f8;
    padding: 1em;
    color: #444;
    margin: 10px 5px;
}
.account-information .my_ces_section.opt-in {
    width:100%;
}
.account-information .my_ces_section .my-ces-tiles {
    padding-top:10px;
}
.account-information .my_ces_section .myces-important-information {
    padding-left: 0;
}

.panel-default > .panel-heading {
    background-color: #ccc;
}

/*
####################################################
M O D A L S
####################################################
*/
.modal.let-us-know-modal .modal-content p {
    margin: 20px 20px 0;
 }
.modal.let-us-know-modal .modal-content .let-us-know-text-title{
    margin-left:20px;
}
.modal.let-us-know-modal .modal-content textarea {
    min-width:auto !important;
    padding:20px;
}
#issueModel #productIssueModalRecaptcha {
    margin-left: 5px;
}
/* Add to Favorites modal*/
.add-cart-notification-item-name {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}
.add-cart-notification-item-label {
    font-size: 14px;
    font-weight: 600;
    float: left;
    width: 60px;
    text-align: left;
}
.add-cart-title {
    font-size: 26px;
    margin-left: 10px;
}

/* Credit App */

.credit-step li .item {
    position: relative;
    min-height: 10px;
    background: none;
    padding: 0 20px 20px 30px;
    margin-left: 10px;
    border-left: 1px solid #10C709;
}

.credit-step li .item h3 {
    font-size: 11px;
    padding: 0;
}

.credit-step li:hover .item span {
    background: #147500;
}

.credit-step li .item span {
    position: absolute;
    top: 0px;
    left: -7px;
    width: 13px;
    height: 13px;
    line-height: 55px;
    text-align: center;
    background: #10C709;
    color: #f8f8f8;
    font-size: 39px;
    font-weight: 700;
    border-radius: 50%;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.credit-step  li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.credit-application-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 600;
}

.credit-application-background-left-top {
    background-color: #f8f8f8;
    padding: 20px 40px;
    color: #383838;
    margin-right: 5px;
}

.credit-application input[type="checkbox"] {
    margin: 7px 0 0;
}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .account-information {
        padding:0;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        padding-top:20px;
    }
    .product-details-page .gallery {
        margin-top:-50px;
    }
    #secondaryUserNav {
        padding:6px !important;
    }
    #myCES-link {
        padding-top: 0.5rem;
    }
}
    /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
    @media (min-width: 768px) {

        h1.page-header {
            margin-top: 205px;
        }

        .payment-form input[type=text],
        .selectStateCreditCard {
            max-width: 315px;
        }

        .progressbar li {
            width: 15%;
        }

        .breadcrumb li * {
            line-height: 30px !important;
        }

        .breadcrumb ul li .delimiter {
            top: -12px;
        }

        .breadcrumb {
            margin-top: 180px;
        }

        
    }
    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {

        h1.page-header,
        h1.page-header.no-search {
            margin-top: 220px;
        }

        /* Branch locator page */
        .master-wrapper-page > .master-column-wrapper > #branchLocator {
            padding-top: 50px;
        }

        /* CES Cares */
        .master-wrapper-page > .master-column-wrapper #cescares {
            padding-top: 50px;
        }

        /* My Favorite */
        .master-wrapper-page > .master-column-wrapper .wishlist-page {
            padding-top: 110px;
        }

        .breadcrumb {
            padding: 175px 0px 0px 26%;
            margin: 0;
        }

            .breadcrumb li * {
                margin: 5px 2px !important;
            }

        .side-2 {
            position: relative;
            top: -40px;
            width: 25%;
        }

        .breadcrumb ul li .delimiter {
            top: 0;
        }
    }
    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {

        .payment-progress {
            padding-right: 10px;
        }
    }
