/* Import related stylesheets */

@import "./components/footer.css";
@import "./components/minicart.css";
@import './components/product-detail.css';
@import "./components/last-order.css";
@import "./components/effectiveAccountSelector.css";
@import "./components/checkout.css";
@import "./form-elements.css";
@import "./datepicker.css";
@import "./buttons.css";
@import "./fonts.css";
@import "./progress-bar.css";
@import "./components/shoppingcart.css";
@import "./components/wishlistpicker.css";
@import "./components/review.css";
@import "./components/header.css";
@import "./components/productListHeader.css";
@import "./components/payment-methods.css";
@import "./components/plp-list.css";
@import "./components/orderConfirmation.css";
@import './components/change-password.css';
@import './components/faq.css';
@import './components/est-cst.css';
@import './components/product-details-tabs.css';
@import './components/contact-us.css';
@import "./components/account-profile.css";
@import "./components/shopping-lists.css";
@import "./components/order-history.css";
@import "./pages/homepage.css";
@import "./components/orderView.css";
@import "./components/login-forgotPW.css";
@import './components/supportPI.css';
@import './components/registration.css';
@import './components/registrationForm.css';
@import './components/Wishlist-comp.css';
@import './components/easyOrder.css';
@import './components/orderBuilder.css';
@import './components/checkout_speed.css';
@import './components/chatBot.css';
@import './components/orderconfirmation_speed.css';
/* Global Theme Colors */

body {
    color: #101010;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
}

#container {
    margin: 0 auto 0 auto;
    width: 1000px;
}

.container {
    width: 100%;
    padding: 0;
}

a.primary-link {
    color: #F40000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
}

ul li,
ol li {
    margin-left: 0;
    padding-left: 0;
}

.contentBody,
.home_slider {
    max-width: 1344px;
    padding: 0 16px;
    margin-left: auto;
    margin-right: auto;
    width: unset;
}

@media (min-width: 768px) {
    .contentBody,
    .home_slider {
        padding: 0 32px
    }
}

@media (min-width: 1200px) {
    .contentBody,
    .home_slider {
        padding: 0 72px;
    }
}

.quick-order {
    display: none;
}

#add-cart-modal .quick-order {
    /* display: block; */
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow: hidden;
}

.row.cc_main_row {
    margin: 0;
}

body.myaccount {
    background: #f7f7f7;
}

.container-fluid {
    margin-top: 20px;
}

.checkbox label {
    padding-left: 15px;
}

.aem-Grid .category-teaser {
    display: flex;
    justify-content: center;
}

.datepicker .day.avail {
    background: red;
    color: white;
    font-weight: bold;
    border: 1px solid lightgrey;
    border-radius: 0;
}

.datepicker .day.avail:hover:not(.old) {
    background: red;
    color: #999;
    font-weight: bold;
    border: 1px solid lightgrey;
    border-radius: 0;
}

.datepicker .active.day {
    background: red !important;
    color: white;
}

.datepicker .active.day.avail {
    background: red;
}

.datepicker .day.disabled {
    background: #eee;
    border: 1px solid lightgrey;
    color: #999;
    font-weight: normal;
    border-radius: 0;
}

.datepicker .day.disabled.avail:hover {
    background: #eee;
    font-weight: normal;
}

.datepicker .old.day.disabled.avail {
    background: white;
    color: #999;
    border: 1px solid lightgrey;
    border-radius: 0;
}

.datepicker .old.day.disabled.avail:hover {
    background: white;
    color: #999;
    border: 1px solid lightgrey;
    border-radius: 0;
}

.datepicker .new.day.disabled {
    background: white;
    color: #999;
    border: 1px solid lightgrey;
    font-weight: normal;
    border-radius: 0;
}

.datepicker .new.day.disabled:hover {
    background: white;
    color: #999;
    border: 1px solid lightgrey;
    font-weight: normal;
    border-radius: 0;
}

.datepicker .day.datepickerSpecial {
    background: #fec;
    border: 1px solid lightgrey;
    color: #333;
}

.datepicker .day.datepickerSpecial:hover {
    background: #fec;
    border: 1px solid lightgrey;
    color: #333;
}

.datepicker .active.day.datepickerSpecial {
    background: #fec;
    border: 1px solid lightgrey;
    color: #333;
    text-shadow: none;
}

.datepicker .active.day.datepickerSpecial:hover {
    background: #fec;
    border: 1px solid lightgrey;
    color: #333;
}

.datepicker .month.focused {
    background: none;
    color: black;
}

.datepicker .month.focused:hover {
    background: #eee;
    color: black;
}

.datepicker .datepicker-months .active {
    background: red !important;
    color: white !important;
}

.datepicker .datepicker-years .active {
    background: red !important;
    color: white;
}

.datepicker .datepicker-decades .active {
    background: red !important;
    color: white;
}

.datepicker .datepicker-centuries .active {
    background: red !important;
    color: white;
}

tr.section-title.My.Account {
    display: none;
}

.navbar,
.navbar-inverse {
    background-color: #f8f8f8;
    border-top: 1px solid #eee;
    padding: 0;
}

[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    /* customizable */
    padding: 10px;
    color: #333;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 1px silver;
    box-shadow: 2px 2px 1px silver;
}

[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    /* customizable */
    background: #FFF;
    margin-top: -10px;
    margin-left: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.footer-chat {
    display: none;
}

@media (min-width: 800px) {
    .footer-chat {
        width: auto;
        padding: 0 5px !important;
        display: inline-block;
        background: #F40000;
        color: #fff;
        border: 1px solid #eee;
        border-radius: 10px 0 0;
        position: fixed;
        bottom: 0;
        right: 0;
    }
    .footer-chat .header_container {
        text-align: center;
    }
    .footer-chat #icon-chat-disabled,
    .footer-chat #icon-chat-active,
    .footer-chat .header_container_title {
        display: inline-block;
    }
    .footer-chat .header_container_title {
        vertical-align: top;
        margin: 10px 0;
        color: white;
        font-size: 11px;
    }
}


/**
 * Embedded Service - Live Chat Button CSS styling
 * COMMENTED, until we get Embedded Service in Salesforce

 .cc_main_body .embeddedServiceHelpButton .helpButton .uiButton {
    font-family: "Arial", sans-serif;
    font-size: 14px;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #f40000;
}

.embeddedServiceHelpButton .helpButton .uiButton.helpButtonDisabled {
    background-color:  #989898;
}

.embeddedServiceHelpButton .helpButton .uiButton.helpButtonEnabled {
    background-color: #f40000;
}
 */

.slick-track {
    height: 260px;
}

.slick-next {
    position: absolute;
    right: 0;
    top: 42%;
    background-image: url(../../assets/images/carousel_control_sprite.png);
    background-repeat: no-repeat;
    display: block;
    height: 27px;
    width: 10px;
    background-size: auto;
    background-position: -10px 0px;
    border: 0;
    z-index: 3;
    background-color: transparent;
}

.slick-prev {
    position: absolute;
    top: 42%;
    background-image: url(../../assets/images/carousel_control_sprite.png);
    background-repeat: no-repeat;
    display: block;
    height: 27px;
    width: 10px;
    background-size: auto;
    background-position: 4px 0px;
    border: 0;
    z-index: 3;
    background-color: transparent;
}

.slick-prev:before {
    content: "";
}

.featured-prod .noImg {
    margin: 0 auto;
    background-position: initial;
}

.featured-prod .quantity_block,
.featured-prod .cart-actions {
    display: inline-block;
}

.featured-prod .quantity_block {
    text-align: center;
}

.featured-prod .oneblock {
    border: 0;
}

.featured-prod .featured_products_viewport {
    min-height: 38px;
}

.featured_products .quantity_block {
    text-align: left;
    display: inline-block;
}

.featured_products .cart-actions {
    display: inline-block;
}

.select-group {
    margin: 0 auto;
    width: 100%;
}

.slick-slide img {
    margin: 0 auto;
    height: 126px;
}

.fp-buttons {
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
}

.rec-container {
    margin-bottom: 30px;
}

.prodCatContainer h1 {
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #101010;
}

.breadcrumb {
    background-color: transparent;
}

.prodCatContainer .search_results_body {
    font-weight: 300;
}

.prodListSec .title {
    display: none;
}

.listPaginationSec {
    border-top: 1px solid #dcdcdc;
    font-size: 11px;
    height: auto;
    /* bootstrap3 */
    margin: 0 0 50px;
    padding: 10px 0;
    position: relative;
}

.listPaginationSec:empty {
    display: none;
}

.listPaginationSec .pagination_row_1 {
    font-weight: 700;
}

.listPaginationSec .pagination_row_1 p {
    bottom: -25px;
    margin: 0;
    position: absolute;
    font-weight: 300;
}

.listPaginationSec .pagination_row_1 .page_links {
    float: right;
    font-size: 10px;
    /*margin-right: 20px;*/
}

.listPaginationSec .pagination_row_1 .page_links .pageAction {
    color: #989898;
    font-weight: 700;
    font-size: 12px;
}

.listPaginationSec .pagination_row_1 .page_links .currentPage {
    border-radius: 50%;
    background-color: #feb547;
    color: #ffffff;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    text-align: center;
    width: 15px;
}

.listPaginationSec .pagination_row_1 .showPerPage {
    width: 35%;
    padding: 0;
    margin: 0;
    float: left;
    border-right: 1px solid #dcdcdc;
}

.listPaginationSec .pagination_row_1 .sortBy {
    float: left;
    padding-left: 15px;
    border-right: 1px solid #dcdcdc;
    width: 30%;
    padding-right: 30px;
}

.listPaginationSec .pagination_row_2 {
    position: absolute;
    top: 100%;
}

.listPaginationSec .pagination_row_2 .pagination_container {
    font-weight: 300;
}

.listPaginationSec .pagination_row_2 .pagination_container p {
    margin: 11px 0 0;
}

.listPaginationSec a {
    color: #8fcfbb;
}

.listPaginationSec a:hover {
    color: #628e80;
}

.listPaginationSec a.gotoPage {
    display: inline-block;
    margin: 0 3px;
}

.products_1_row_medium_item {
    border-bottom: 1px solid #dcdcdc;
    font-weight: 300;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.products_1_row_medium_item:before,
.products_1_row_medium_item:after {
    content: " ";
    display: table;
}

.products_1_row_medium_item:after {
    clear: both;
}

.products_1_row_medium_item:last-child {
    border-bottom: 0 none;
}

.products_1_row_medium_item p {
    margin: 0;
    padding: 0;
}

.products_1_row_medium_item .product_listing_viewport {
    display: block;
    float: left;
    width: 32%;
}

.products_1_row_medium_item .product_listing_viewport img {
    max-height: 120px;
}

.products_1_row_medium_item .right-side {
    display: inline-block;
    width: 68%;
}

.products_1_row_medium_item .description {
    overflow: auto;
}

.products_1_row_medium_item .description .name-n-others {
    display: inline-block;
    width: 70%;
}

.products_1_row_medium_item .description>.plus_minus {
    border-left: 1px solid #dcdcdc;
    float: right;
    padding-left: 3%;
}

.products_1_row_medium_item .description>.plus_minus strong {
    font-weight: 700;
    padding-right: 5px;
}

.products_1_row_medium_item .name-n-others span {
    display: block;
}

.products_1_row_medium_item .name-n-others span strong {
    font-weight: inherit;
}

.products_1_row_medium_item .productName {
    color: #101010;
    font-weight: 700;
    font-size: 14px;
}

.products_1_row_medium_item .productName:hover {
    color: #f40000;
}

.products_1_row_medium_item .actions {
    clear: both;
    margin-top: 18px;
    text-align: right;
}

.products_1_row_medium_item .actions .save {
    display: inline-block;
}

.products_1_row_medium_item .actions .add {
    float: right;
}

.title.sub_category_header,
.products_1_row_medium.sub_categories {
    display: none;
}

.products_1_row_medium.sub_category_header {
    padding: 0 10px;
}

@media (max-width: 1199px) {
    .products_1_row_medium_item .description .name-n-others {
        width: 100%;
    }
    .products_1_row_medium_item .description>.plus_minus {
        border-bottom: 1px solid #dcdcdc;
        border-left: 0 none;
        border-top: 1px solid #dcdcdc;
        float: none;
        margin-top: 10px;
        padding: 10px 0;
        text-align: right;
    }
    .products_1_row_medium_item .description>.plus_minus strong {
        font-weight: 700;
        padding-right: 5px;
    }
}

@media (min-width: 799px) and (max-width: 1199px) {
    .listPaginationSec {
        margin-bottom: 40px;
        padding: 10px 0;
    }
    .listPaginationSec .pagination_row_1 .pagination_container {
        font-weight: 700;
    }
    .listPaginationSec .pagination_row_1 .pagination_container .showPerPage {
        width: 33%;
        padding: 0;
        margin: 0;
        float: left;
    }
    .listPaginationSec .pagination_row_1 .pagination_container .sortBy {
        float: left;
        width: 35%;
        padding-right: 10px;
    }
    .listPaginationSec .pagination_row_1 .pagination_container .page_links {
        margin-right: 0;
    }
}

@media (min-width: 585px) and (max-width: 799px) {
    .listPaginationSec {
        margin-bottom: 40px;
    }
    .listPaginationSec .pagination_row_1 .pagination_container {
        font-weight: 700;
    }
    .listPaginationSec .pagination_row_1 .pagination_container .showPerPage {
        width: 30%;
    }
    .listPaginationSec .pagination_row_1 .pagination_container .sortBy {
        padding: 0 10px;
        width: 30%;
    }
}

@media (max-width: 584px) {
    .products_1_row_medium_item {
        padding: 0 10px 15px;
    }
    .products_1_row_medium_item .product_listing_viewport {
        float: none;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .products_1_row_medium_item .right-side {
        width: 100%;
    }
    .prodListSecPhone .title {
        display: none;
    }
}

.mobile-filter {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #f40000;
}

@media (min-width: 1200px) {
    .mobile-filter {
        display: none;
    }
}

.mobile-filter .caret {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mobile-filter.open .caret {
    -webkit-transform: none;
    transform: none;
}

.cc_left_col {
    display: block;
}

@media (min-width: 1200px) {
    .cc_left_col {
        visibility: visible;
        display: block !important;
    }
}

.cc_left_col.plp-hide {
    display: none;
}

.order-builder .italic {
    font-style: italic;
}

.order-builder-header p {
    font-size: 12px;
    color: #101010;
}

.order-builder-data {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.order-builder-data .expand {
    height: 107px;
}

.order-builder-data .table {
    background-color: #fff;
    margin-bottom: 0;
}

.order-builder-data table {
    border-collapse: separate;
    text-align: left;
    width: 100%;
}

.order-builder-data table td,
.order-builder-data table th {
    padding: 0;
}

.order-builder-data thead tr.titles {
    color: #ffffff;
}

.order-builder-data thead tr.titles th {
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 11px 4px 11px;
}

.order-builder-data thead tr.dates th {
    background-color: #ffffff;
    padding: 5px 0 0;
    text-align: center;
    min-width: 75px;
    max-width: 75px;
    border-bottom: 1px solid #dcdcdc;
}

.DTFC_LeftBodyWrapper {
    background-color: #fff;
}

.order-builder-data thead tr.dates th a {
    color: #989898;
    display: block;
    font-size: 14px;
}

.order-builder-data thead tr.dates th a .fa {
    color: #f40000;
}

.order-builder-data thead tr.dates th a:hover {
    text-decoration: none;
}

.order-builder-data thead tr.dates th a:hover .fa {
    color: inherit;
}

.order-builder-data thead tr.dates th>.arrow {
    display: block;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 100%;
    width: 100%;
    max-width: 80px;
}

.order-builder-data thead tr.dates th.alpha {
    border-right: 1px solid #dcdcdc;
}

.order-builder-data thead tr.dates th.omega {
    border-left: 1px solid #dcdcdc;
}

.DTFC_RightFootWrapper .DTFC_Cloned {
    display: none;
}

.dataTables_scrollHead {
    position: initial !important;
}

.order-builder-data tbody td:last-of-type {
    border-left: 1px solid #dcdcdc;
}

.order-builder-data .at-top {
    position: fixed;
    top: 0;
    width: 740px;
    z-index: 100;
}

.order-builder-data tbody tr {
    border-bottom: 1px solid #dcdcdc;
}

.order-builder-data tbody td {
    border-left: 1px solid #dcdcdc;
    color: #101010;
    min-width: 30px;
}

.order-builder-data tbody td:first-child {
    border-top: 1px solid #dcdcdc;
    padding: 5px 0;
}

.order-builder-data tbody td:last-child {
    border-top: 1px solid #dcdcdc;
    padding: 5px 0;
}

.order-builder-data tfoot td {
    border-bottom: 3px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
    text-align: right;
    padding: 20px 0;
}

.order-builder-data tfoot td>div {
    display: inline-block;
}

.order-builder-data tfoot td p {
    margin: 12px 0 0;
}

.order-builder-data .popover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    font-weight: 400;
    color: #101010;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.order-builder-data .product-details {
    text-align: center;
}

.order-builder-data .product-details>a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.order-builder-data .product-details>a img {
    max-height: 80px;
    max-width: 100%;
}

.order-builder-data .product-details .info {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    max-width: 150px;
}

.order-builder-data .product-details .info .productName {
    color: #101010;
    font-size: 13px;
    font-weight: 700;
}

.toggleOrder {
    color: #f40000;
}

.order-builder-data .product-details .info .productName:hover {
    color: #f40000;
}

.order-builder-data .product-details p,
.order-builder-data .product-details span {
    font-weight: 300;
    margin: 0 0 5px;
}

.order-builder-data .counter {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #c2c2c2;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.order-builder-data .qty {
    text-align: center;
}

.order-builder-data .qty label {
    font-weight: 700;
}

.order-builder-data .qty input {
    font-weight: 700;
    min-width: inherit;
    text-align: center;
    width: 34px;
    border: 1px solid #c2c2c2;
}

td.qty input[type="text"] .order-builder-data .qty p {
    color: #989898;
    font-weight: 300;
    margin: 5px 0 0;
}

.order-builder-data .qty .wishFinder {
    padding-right: 29px;
}

.order-builder-data .qty .wishFinder .wishButtons {
    float: none;
    margin-right: 0;
}

.order-builder-data .qty .wishFinder .wishButtons .dropdown-menu {
    left: -400%;
}

.order-builder-data .btn {
    border-radius: 0;
}

.popOverBox {
    width: 250px;
    text-align: center;
}

@media (max-width: 1199px) {
    .order-builder-data .at-top {
        width: 605px;
    }
}

.orderBuilderItems {
    width: 30px;
    padding: 0px;
    margin: 5px;
}

.sortItems {
    top: 0 !important;
    background: #fff;
    color: #101010;
}

.headcol {
    max-width: 100%;
    min-width: 111px !important;
}

.ob-btncontainer {
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.reset-container {
    display: inline-block;
}

.ob-buttons {
    text-align: right;
    border: 1px solid #c2c2c2;
}

.resetQty {
    display: block;
}

.dropdown-toggle {
    background: transparent;
    border: 0;
}

.caret {
    right: 4px;
    top: 14px;
    border-top: 4px solid #F40000;
}

.login-dropdown .dropdown-toggle {
    padding: 0 7px;
}

.login-dropdown {
    position: relative;
}

.login-dropdown .header_container {
    line-height: normal;
}

.login-dropdown .header_container .glyphicon {
    margin: 7px auto;
    font-size: 18px;
}

.login-dropdown.open>#loginForm {
    width: 100vw;
    right: -1em;
    left: initial;
    height: 300px;
    padding: 1em;
}

.login-dropdown.open>#loginForm form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}

.login-dropdown.open>#loginForm form label {
    line-height: 18px;
}

.login-dropdown.open>#loginForm form .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-dropdown.open>#loginForm form .form-actions .btn {
    background: #F40000;
    color: white;
}

.login-dropdown.open>#loginForm form .form-actions .link {
    margin: 10px 0;
    color: #F40000;
}

.login-dropdown.open>#loginForm form .form-actions .link-forgotPassword {
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .login-dropdown.open>#loginForm {
        max-width: 400px;
        right: 0;
    }
}


/*commented below css as part of billing address fix for MYCOKE
/*.well .col-md-4:nth-child(2),
.well .col-md-4:nth-child(3) {
  display: none;
}
.well .col-md-4 {
  width: 50%;
}*/

.well h5 {
    font-weight: bold;
}

.cc_buyer_firstname,
.cc_buyer_phone,
.cc_buyer_email {
    display: block;
}

.acctmainSection .cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.acctmainSection .cart_item>* {
    margin: 0.5em 0;
}

.acctmainSection .wishlist-actions {
    text-align: right;
}

.ddlCardType {
    margin-bottom: 10px;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    z-index: 1;
    height: 30px;
}

.merchant_combos {
    margin-right: 10px;
    width: 48%;
    display: inline-block;
    margin: 0px 5px 0px 0;
    background-color: #fff;
    height: 30px;
}

@media (max-width: 1199px) {
    .myaccount .cc_myaccount_columns {
        width: 100%;
        float: none;
    }

    .myaccount .promotion-box-LeftNav {
        display: none;
    }
}

@media (min-width: 1200px) {
    .cc-my-account-top-header {
        display: none;
    }
}

.cc-my-account-top-header {
    margin-left: -15px;
}

#MyAccount_navSection .cc_myaccount_nav .cc_myaccount_nav_list{
    padding-bottom: 24px;
}

.cc_myaccount_mywallet {
    border: 0;
}

.cc_myaccount_mywallet .cc_myaccount_content {
    padding: 0;
}

.cc_myaccount_mywallet .control-label {
    float: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2px;
}

.cc_myaccount_mywallet .expMonth,
.cc_myaccount_mywallet .expYear {
    display: inline-block;
    width: 48%;
}

.cc_myaccount_mywallet .cc_title {
    font-weight: bold;
}

.cc_myaccount_mywallet .cc_heading {
    padding: 10px 0;
}

.editCCForm .form-control {
    border-radius: 0;
}

.ccedit {
    text-align: left;
}

.editccheader {
    text-align: center;
    width: 100%;
    background-color: #e80606;
    color: white;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 0px;
    margin-bottom: 10px;
}

.cc-stored {
    display: none;
    opacity: 0;
    margin: 25px 0px 0px 30px;
}

.cc-stored.show {
    display: block;
    opacity: 1;
    -webkit-animation: opacity 1s ease;
    -moz-animation: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.cc-stored.show .plus {
    display: none;
}

.cc-stored.show .minus {
    display: inline-block;
    margin-left: 5px;
}

.ec-stored {
    display: none;
    opacity: 0;
    margin: 25px 0px 0px 30px;
}

.ec-stored.show {
    display: block;
    opacity: 1;
    -webkit-animation: opacity 1s ease;
    -moz-animation: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.ec-stored.show .plus {
    display: none;
}

.ec-stored.show .minus {
    display: inline-block;
    margin-left: 5px;
}

.payment-list {
    margin-top: 20px;
}

.payment-list .btn-outlet,
.payment-list .btn-like-radio {
    padding: 0 5px 0 25px;
}

.pay-method {
    margin-top: 20px;
}

.form-items {
    opacity: 1 !important;
}

.payment-details li.disabled {
    color: #000;
}

.payment-details .active {
    color: #f40000;
}

.payment-details .cc-icon {
    display: inline-block;
    width: 40px;
}

.payment-details .cc-title {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
}

.payment-details .cc-title p {
    display: inline-block;
    margin-left: 5px;
}

.payment-details .cc-title .plus {
    margin-left: 5px;
    opacity: 1;
}

.payment-details .cc-title.open .cc-caret {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 5px;
    -webkit-animation: rotate 1s ease;
    -moz-animation: rotate 1s ease;
    -webkit-transition: rotate 1s ease;
    transition: rotate 1s ease;
}


/* mycoke.com Landing Page CSS **********************/


/* Imported from CC_MC_LandingPage.page *************/

.close {
    position: absolute;
    top: 0px;
    padding: 6px;
    right: 2px;
}

.mobclose {
    position: absolute;
    right: 25px;
}


/* Chat Pop Up for Live Agent Start */

.chat-QA {
    position: absolute;
    border: 1px solid #f40000;
    right: 100px;
    z-index: 900;
    width: 280px;
    max-height: 600px;
    margin-bottom: 0px;
    background: #f9f9f9;
    padding: 7px 2px 10px 9px;
}

.chat-QA .help-page .panel-heading a {
    background-position: 0px;
    padding: 20px 10.54% 11px 6.58%;
}

.chat-QA .panel-heading a {
    width: 240px;
    text-align: left;
}

.chat-QA .panel-body p {
    width: 220px;
    text-align: left;
}

.chat-QA .help-page p {
    font-size: 11px;
}

.chat-QA .collapse {
    width: 240px;
    text-align: left;
    overflow-x: auto;
    margin-bottom: 0px;
    position: static;
}

.chat-QA .panel-body button.btn.btn-default {
    padding: 10px;
    text-transform: none;
}

h1.chatname {
    height: 20px;
    font-size: 12px;
    margin: 0px;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #e5e5e5;
}

.closeChatbg {
    background-color: black;
}

.closeChat {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    color: #989898;
    cursor: pointer;
}

#userForm input.text {
    margin-bottom: 12px;
    width: 95%;
    padding: .2em;
    text-align: left;
}

#userForm {
    width: 280px;
    height: 200px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
}

.alert-invalid {
    text-transform: uppercase;
}

p#invPWD {
    text-transform: uppercase;
}

.optanon-alert-box-wrapper .banner-content .banner-policy-link {
    color: #f40000;
}

.main_content_single_column_container {
    margin: 0;
}


/*Header Language ************/

#lp-language {
    text-align: center;
}

#lp-language-container {
    color: #48555d;
    padding: 10px;
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

#lp-language-container .dropdown-toggle,
#lp-language-container .dropdown-toggle:hover,
#lp-language-container .dropdown-toggler:focus {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#lp-language-container .dropdown-toggle .header_container_title,
#lp-language-container .dropdown-toggle:hover .header_container_title,
#lp-language-container .dropdown-toggler:focus .header_container_title {
    text-transform: uppercase;
}

#lp-language-container .dropdown-toggle .header_container_title_lang,
#lp-language-container .dropdown-toggle:hover .header_container_title_lang,
#lp-language-container .dropdown-toggler:focus .header_container_title_lang {
    line-height: 20px;
}

#lp-language-container .dropdown-menu .callCookie {
    width: 150px;
    padding: 0.5em 1em;
}

#lp-language-container a {
    color: #48555d;
    text-decoration: none;
}

#lp-language-container a.selected {
    color: #F40000;
    text-decoration: none;
}

#lp-language-mobile {
    text-align: center;
    position: absolute;
    left: 60%;
    top: 40px;
}

#lp-language-mobile a {
    color: #48555d;
    text-decoration: none;
}

#lp-language-mobile a.selected {
    color: #F40000;
    text-decoration: none;
}


/* Menu **********************/

#lp-logo {
    text-align: center;
}

#lp-menu {
    margin: 0 auto;
    padding: 5px 0;
}

#lp-menu li a {
    display: block;
    padding: 23px 0 10px;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    text-align: center;
    color: #F40000;
}

#lp-menu li a:hover,
#lp-menu li a:focus {
    color: #101010;
    border: 0;
}

#lp-chat-menu {
    padding-top: 0px;
    text-align: center;
}


/* Hero **********************/

#lp-hero,
#lp-hero-mobile {
    padding: 75px;
}

#lp-hero .btn-signup,
#lp-hero-mobile .btn-signup {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
    min-width: 75%;
}

#lp-hero h1,
#lp-hero-mobile h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    text-transform: none;
    margin: 0 0 10px 0;
    height: auto;
}

#lp-hero p,
#lp-hero-mobile p {
    font-size: 15px;
    line-height: 15px;
    color: #FFF;
    margin-bottom: 10px;
}

#lp-hero>div:nth-child(2) {
    background: rgba(255, 255, 255, 0.5);
}

#lp-hero legend {
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
}

#lp-hero .form-horizontal {
    padding: 10px;
}

#lp-hero .form-horizontal legend+.control-group {
    margin-top: 10px;
}

#lp-hero .form-horizontal a {
    font-weight: bold;
    padding-left: 15px;
    color: #F40000;
    text-align: left !important;
}

#lp-hero .form-horizontal .control-group,
#lp-hero-mobile .form-horizontal .control-group {
    margin-bottom: 10px;
}

#lp-hero a.btn,
#lp-hero-mobile a.btn,
.form-horizontal a.btn,
#lp-hero input[type=submit],
#lp-hero-mobile input[type=submit] {
    padding: 10px 50px 10px 50px;
    border-radius: 3px;
    border: 3px solid #f40000;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    background: #f40000;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    overflow: visible;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

#lp-hero a.btn:hover,
#lp-hero-mobile a.btn:hover,
#lp-hero input[type=submit]:hover,
#lp-hero-mobile input[type=submit]:hover {
    background: #f40000;
}

#lp-hero a.btn.btn-border,
#lp-hero-mobile a.btn.btn-border,
#lp-hero input[type=submit].btn-border,
#lp-hero-mobile input[type=submit].btn-border {
    background: transparent;
    color: #f40000;
    display: block;
    width: 100%;
}

#lp-hero .form-horizontal a.btn:hover {
    background: #f40000;
    color: #FFF;
}

#lp-hero .form-horizontal input[type=text],
#lp-hero .form-horizontal input[type=password] {
    border-radius: 3px;
    padding: 10px 7px;
    min-width: 150px;
    font-size: 12px;
}

#lp-hero-mobile a.btn {
    margin-bottom: 10px;
    min-width: 100px;
}


/* Benefits **********************/

#lp-benefits {
    padding: 35px 65px;
}

.row-fluid #lp-benefits .col-md-3 {
    width: 23.0781%;
}

#lp-benefits img {
    margin-bottom: 10px;
}

#lp-benefits h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 10px;
    text-transform: uppercase;
}

#lp-benefits h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.lp-benefits-container {
    padding: 0;
}

.lp-benefits-image-container {
    min-height: 55px;
}

#lp-benefits-content-mobile {
    display: none;
}

#lp-benefits-content-desktop {
    display: block;
}


/* Video **********************/

#myCokeVideo,
#myCokeVideo_mobile {
    cursor: pointer;
    background-size: cover !important;
}


/* Video **********************/

#news-flash {
    padding: 0 65px;
    border-bottom: 1px solid #ededed;
    position: relative;
}

#news-flash h3 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}

#news-flash p {
    margin-bottom: 20px;
}

#news-flash a {
    font-size: 13px;
    font-weight: bold;
}

#news-flash>div:first-child {
    padding: 40px 0;
}

#news-flash img {
    position: absolute;
    bottom: 0;
    right: 40px;
}


/* Brands **********************/

#lp-brands {
    padding: 40px 65px;
}

#lp-brands h3 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

#lp-brands-header {
    padding-bottom: 50px;
}

#lp-brands a {
    font-size: 13px;
    font-weight: bold;
    color: #F40000;
}

#lp-brands .span2 {
    margin-left: 6px;
}

#lp-brands #brands-collapse {
    text-align: center;
}

#lp-brands #brands-collapse>a {
    color: #c0c5c8;
}

#lp-brands #brands-collapse a {
    vertical-align: top;
    display: inline-block;
    position: relative;
}

#lp-brands #brands-collapse>a:before {
    content: url(../../assets/images/load_less.png);
    width: 42px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    left: 40%;
}

#lp-brands #brands-collapse a.collapsed:before {
    content: none;
}

#lp-brands #brands-collapse a.collapsed:after {
    content: url(../../assets/images/load_more.png);
    width: 42px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 40%;
}

#lp-brands img {
    padding-bottom: 30px;
}

#icon-account-header {
    background: url(../images/shopping-cart.svg) no-repeat;
}


/* Promos **********************/

#lp-promos {
    border: 1px solid #ededed;
}

#lp-promos>div {
    display: block;
    min-height: 275px;
    width: 50%;
    margin: 0;
}

#lp-promos>div img {
    width: 100%;
}

#lp-promos.desktop {
    display: block;
}

#lp-promos.mobile {
    display: none;
}


/* Bootstrap3 merged */

#LP_Promo1_Text_DskTop,
#LP_Promo2_Text_DskTop {
    color: #000000;
    width: 52%;
    padding-top: 50px;
    padding-left: 35px;
}

#LP_Promo1_Text_DskTop h2,
#LP_Promo2_Text_DskTop h2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.LP_Promo_Body {
    margin-bottom: 20px;
    color: #000;
}

#LP_Promo1_Text_DskTop a {
    color: #f40000;
    font-size: 13px;
}

#LP_Promo1_Text_DskTop a:hover {
    text-decoration: none;
    color: #101010;
}

#LP_Promo1_Text_DskTop a,
#LP_Promo2_Text_DskTop a {
    font-weight: bold;
    color: #F40000;
}


/* Footer **********************/

.footerRow {
    margin-top: 0;
}

#scroll_top {
    display: none;
}

.footer p {
    font-size: 11px;
    font-weight: 300;
}

.footer .footer-logo {
    float: right;
    margin: 0 5% 0 0;
}

@media (min-width: 951px) and (max-width: 1150px) {
    #lp-menu li a {
        padding: 10px 25px;
    }
    #LP_Promo1_Text_DskTop,
    #LP_Promo2_Text_DskTop {
        padding-top: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 585px) and (max-width: 950px) {
    #lp-menu li a {
        padding: 10px 15px 10px 15px;
    }
    #lp-chat-menu {
        padding-top: 15px;
        float: right;
    }
    #lp-hero h1 {
        font-size: 35px;
        line-height: 35px;
    }
    #LP_Promo1_Text_DskTop,
    #LP_Promo2_Text_DskTop {
        padding-top: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 585px) and (max-width: 753px) {
    #lp-hero>div {
        width: 45%;
    }
}

@media (min-width: 585px) and (max-width: 660px) {
    #news-flash img {
        position: initial;
    }
}

@media (max-width: 584px) {
    #lp-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .btn-navbar {
        background: transparent;
        border: none;
    }
    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:focus,
    .navbar .btn-navbar:active,
    .navbar .btn-navbar.active,
    .navbar .btn-navbar.disabled,
    .navbar .btn-navbar[disabled] {
        background: transparent;
    }
    .navbar .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #4d4d50;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar .brand {
        float: left;
        padding: 0 15px;
    }
    .nav-collapse .nav>li a {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    #lp-hero-mobile h1 {
        font-size: 35px;
        line-height: 35px;
    }
    #lp-hero-mobile button.btn,
    #lp-hero-mobile a.btn,
    #lp-hero a.btn.btn-border,
    #lp-hero-mobile a.btn.btn-border {
        display: inline-block;
        padding: 10px 20px 10px 20px;
        margin-bottom: 10px;
        min-width: 75%;
        margin-bottom: 10px;
    }
    #lp-benefits-content-mobile {
        display: block;
    }
    #lp-benefits-content-desktop {
        display: none;
    }
    #lp-benefits {
        padding: 20px;
    }
    #lp-benefits #lp-benefits-content-mobile {
        margin-bottom: 0;
    }
    #lp-benefits h2 {
        text-align: center;
    }
    #lp-benefits .carousel .carousel-inner>.item {
        text-align: left;
        min-height: 76px;
    }
    #lp-benefits .media {
        padding: 0 50px;
        min-height: 60px;
    }
    #lp-benefits img {
        padding-right: 10px;
    }
    #lp-promos>div {
        width: 100%;
        margin: 0;
        min-height: 220px;
    }
    .carousel-control.left {
        background-position: left top;
        content: ' ';
        background-color: transparent;
        background-image: url("../images/carousel_control_sprite.png");
        background-repeat: no-repeat;
        display: block;
        height: 27px;
        width: 10px;
    }
    .carousel-control.right {
        background-position: right top;
        content: ' ';
        background-color: transparent;
        background-image: url("../images/carousel_control_sprite.png");
        background-repeat: no-repeat;
        display: block;
        height: 27px;
        width: 10px;
    }
    #lp-promos {
        border: none;
    }
    #lp-promos>div {
        display: block;
        background-size: cover;
        margin-bottom: 5px;
    }
    #LP_Promo1_Text_DskTop,
    #LP_Promo2_Text_DskTop {
        width: 50%;
        padding: 10px;
    }
    #LP_Promo1_Text_DskTop h2,
    #LP_Promo2_Text_DskTop h2 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
        line-height: 110%;
    }
    #LP_Promo1_Text_DskTop p,
    #LP_Promo2_Text_DskTop p {
        font-size: 16px;
    }
    .footer p,
    .footer h3 {
        text-align: center;
        padding: 0 5%;
    }
}

@media (max-width: 480px) {
    #lp-menu li a {
        width: 100%;
    }
    #lp-hero {
        padding: 75px 0;
    }
    #lp-hero .backstretch {
        height: 100%;
    }
    #lp-benefits .media {
        min-height: 145px;
    }
    #lp-brands {
        display: none;
    }
    #lp-promos.desktop {
        display: none;
    }
    #lp-promos.mobile {
        display: block;
    }
    #LP_Promo1_Text_DskTop,
    #LP_Promo2_Text_DskTop {
        width: 40%;
        padding: 10px;
    }
    #LP_Promo1_Text_DskTop h2,
    #LP_Promo2_Text_DskTop h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
        line-height: 110%;
    }
    #LP_Promo1_Text_DskTop p,
    #LP_Promo2_Text_DskTop p {
        font-size: 12px;
    }
    .footer p,
    .footer h3 {
        text-align: center;
        padding: 0 5%;
    }
    #lp-benefits .carousel .carousel-inner>.item {
        min-height: 154px;
    }
}


/*# sourceMappingURL=main.css.map */


/* productListHeader */

.ec_search_message {
    font-size: 16px;
}

.ec_product_results_tagline {
    font-size: 16px;
}

.ec_search_title {
    font-size: 32px;
}


/*END productListHeader  */


/* Quantity Selector */

.cc_quantity-block-minicart {
    width: 85px;
    display: flex;
    justify-content: space-between;
    height: 24px;
    border: 1px solid black;
    align-items: center;
    border-radius: 30px;
    padding: 8px;
    font-family: "TCCC-UnityHeadline";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
}

.cc_quantity-block-minicart input {
    border: none;
    padding: 0;
    width: 30px;
    background: white;
}

.cc_quantity-block-action {
    width: 100px;
    display: flex;
    justify-content: space-between;
    height: 32px;
    border: 1px solid black;
    align-items: center;
    border-radius: 16px;
    padding: 8px;
    font-family: "TCCC-UnityHeadline";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
}

.cc_quantity-block-action input {
    font-size: 14px;
    border: none;
    padding: 0;
    width: 30px;
    background: white;
}

.cc_quantity-block-action input.plus,
.cc_quantity-block-action input.minus {
    font-family: "Gotham Rounded", sans-serif;
}

.cc_quantity-block-action input.plus {
    padding-bottom: 2px;
}

.cc_quantity-block-action input:focus,
.cc_quantity-block-action input:hover {
    background: white;
    color: black;
}
/* End Quantity Selector */
.togglePassword {
    float: right;
    margin-top: -60px;
    margin-right: 43px;
    position: relative;
}

/* New Registration form css */
.cc_regform_customer_sections{
	background: #FFFFFF;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 5%);
    border-radius: 10px;
    width: 100%;
    padding: 32px 32px 24px 32px;
}
.cc_regpage_products_shop_style{
	font-family: 'TCCC-UnityHeadline';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 48px !important;
	color: #18181A;
}

.cc_regpage_getstarted_btn_style{
	background: #F40000;
    border-radius: 24px;
    color: #FFFFFF;
    padding: 12px 40px;
    border: none;
    font-family: 'TCCC-UnityHeadline';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.cc_new_regpage{
    display: flex;
    flex-direction: column-reverse;
}

.cc_regpage_question_heading_style{
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.cc_regpage_register_btns{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.cc_new_cust_section .cc-body-primary{
    margin: 8px 0px 24px 0px !important;
    font-size: 14px !important;
}

.cc_new_cust_section .cc_regpage_products_shop_style{
    margin-top: 8px !important;
    text-transform: capitalize;
}

.cc_existing_cust_section{
    margin: 0px 24px 0px 0px !important;
}

.cc_existing_cust_section .cc_desc_padding{
    padding-top: 24px !important;
    text-transform: capitalize !important;
}

.cc_existing_cust_section .cc_regpage_question_heading_style{
    border-top: none !important;
    margin-bottom: 24px !important;
    padding-bottom: 0px !important;
}

.cc_existing_cust_section .cc_regpage_register_btns .btn-outlet{
    font-family: 'TCCC-UnityHeadline';
    color: #18181A;
}

.cc_existing_cust_section{
    margin: 24px 0px 0px 0px !important ;
}

.cc_new_regpage .cc_existing_cust_section{
    border-top: none !important;
}

.cc_regpage_address_result .card{
	width: 381px;
}

.cc_regpage_outlet_name{
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cc_regpage_outlet_name img{
	margin-right: 8px;
}

.cc_regpage_add_checkbox{
    accent-color: #F40000;
    width: 20px;
    height: 24px;
    cursor: pointer;
  }
  

@media(min-width: 768px){
    .cc_new_regpage{
        flex-direction: row !important;
    }
    .cc_existing_cust_section{
        margin: 0px 24px 0px 0px !important ;
    }
}

.shoppingcart .messagingSection-Info .menuTypeURL{
    width: 253px;
    height: 48px;
    margin: 8px auto 0px auto;
    border-radius: 24px;
    border: 1px solid #18181A;
    background: #FFFFFF;
    color: #18181A !important;
    padding: 12px 0px !important;
}

.shoppingcart .messagingSection-Info .menuTypeURL:hover {
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 24px !important;
    background: #3D3D3D !important;
}

/* scroll bar changes btn in quick checkout starts */
#cc_quick_order_body{
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    text-align: -webkit-left;
}
#cc_quick_order_body::-webkit-scrollbar {
    width: 28px;
     border: 2px solid #EBEBEB;
    height: 20px;
    border-right-width: 0;
}
#cc_quick_order_body::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius:20px;
    border: 8px solid transparent;
    background-clip: content-box;
    margin-top: 8px;
    margin-bottom: 14px;
}
#cc_quick_order_body::-webkit-scrollbar-thumb {
    background: #8A8A8A;
    border-radius: 20px;
    border: 10px solid transparent;
    background-clip: content-box;
}
#add-cart-modal::-webkit-scrollbar{
    width: 0px;
    background: transparent;
}
#add-cart-modal .quick-order{
    padding-right: 0px;
}
#add-cart-modal .minicartclose, #add-cart-modal .cc_minorder_text, #add-cart-modal .cc-header-medium{
    margin-right: 12px;
}
#add-cart-modal{
    bottom: 4% !important;
    top: 5% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

/* scroll bar changes btn in quick checkout ends */

 /* scroll bar changes btn in cart starts */
 .ec_cart-item-list{
    max-height: 1260px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    text-align: -webkit-left;
}
.ec_cart-item-list::-webkit-scrollbar {
    width: 36px;
    border: 1px solid #EBEBEB;
    height: 20px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}
.ec_cart-item-list::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius:20px;
    border: 9px solid transparent;
    background-clip: content-box;
    margin-top: 8px;
    margin-bottom: 14px;
}
.ec_cart-item-list::-webkit-scrollbar-thumb {
    background: #8A8A8A;
    border-radius: 20px;
    border: 13px solid transparent;
    background-clip: content-box;
}
.cc_remove_border_right{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
/* scroll bar changes btn in cart ends */

#registrationDivDesktop:has(.cc_regPage_breadcrumb){
	margin-top: 30px;
}
.cc_regPage_breadcrumb{
    position: absolute;
    top: 132px;
    margin-left: -26px;
}
