/*******************************************************
 * CSS override for B2B Commerce.
 * Override any CSS provided by OOTB B2B Commerce below.
********************************************************/

@import url("shared_ui.css");
@import url("fonts.css");

/******** BODY *********/
html {
    font-size: 16px;
}
body {
    background-color: #ffffff;
    color: #141414 !important;
    font-family: Arial, sans-serif;
}
.contentBody.cc_content_body {
    min-height: -moz-calc(100vh - 400px);
    min-height: calc(100vh - 400px);
    padding-bottom: 35px;
    position: relative;
}
#EC_lightningHeader {
    min-height: 200px;
}
/******** END OF BODY *********/

/******** GLOBAL CCRZ LAYOUTS *********/
.cc_deskLayout {
    padding-top: 35px;
    background-color: #F9F9F9;
}
/******** END OF GLOBAL CCRZ LAYOUTS *********/

/******** SLDS changes for custom Lightning components *********/
.slds-scope * {
    font-family: "VolvoNovumWebLatin-Regular" !important;
    font-weight: normal;
    font-style: normal;
}
.slds-scope .slds-combobox .slds-listbox_vertical {
    max-height: 200px;
    border-radius: 0;
}
:root {
    --lwc-fontFamily: Arial, sans-serif !important;
}
/******** END OF SLDS changes for custom Lightning components *********/

/******** UTILS ***********/
.no-caps {
    text-transform: none !important;
}
.mv-3 {
    margin-bottom: 3px;
    margin-top: 3px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.no-padding {
    padding: 0px !important;
}
.no-border {
    border: none !important;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-left {
    margin-left: 0 !important;
}
.light-border {
    border: solid 1px #ddd;
}
.light-text {
    color: #919296;
    font-size: 13px;
}
a.light-text:hover {
    color: #4D4E53;
}
.link {
    cursor: pointer;
}
.light-grey {
    color: #919296;
}
.color-granite {
    color: #4D4E53;
}
.color-black {
    color: #000 !important;
}
.text-size_xx-small {
    font-size: 0.625rem;
}
.text-size_x-small {
    font-size: 0.75rem;
}
.text-size_small {
    font-size: 0.875rem;
}
.text-size_medium {
    font-size: 1.125rem;
}
.text-size_large {
    font-size: 1.25rem;
}
.text-size_x-large {
    font-size: 1.5rem;
}
.text-bold {
    font-weight: 700;
}
.green {
    color: #78B833;
}
.relative {
    position: relative;
}
.inline-block {
    display: inline-block;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
    opacity: 1;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.clickable-images img {
    cursor: pointer;
}

.overflow-hidden {
    overflow:hidden !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-inherit {
    overflow:inherit !important;
}
.noImg {
    display: none;
}

.disabled {
    pointer-events: none;
    touch-action: none;
}

.padding-0 {
    padding: 0px !important;
}
.padding-5 {
    padding:5px;
}
.padding-10 {
    padding: 10px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.padding-25 {
    padding: 25px;
}
.padding-30 {
    padding: 30px;
}
.padding-side-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-left-0 {
    padding-left: 0 !important;
}
.padding-left-5 {
    padding-left: 5px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.padding-right-5 {
    padding-right: 5px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-right-30 {
    padding-right: 30px;
}
@media screen and (max-width: 768px) {
    .padding-xs_0 {
        padding: 0px;
    }
}

.margin-side-negative-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.margin-side-negative-20 {
    margin-right: -20px;
    margin-left: -20px;
}
.margin-0 {
    margin: 0px !important;
}
.margin-10 {
    margin: 10px;
}
.margin-10-important {
    margin: 10px !important;
}
.margin-20 {
    margin: 20px;
}
.margin-30 {
    margin: 30px;
}
.margin-side-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-top-10 {
    margin-top:10px;
}
.margin-top-20 {
    margin-top:20px;
}
.margin-top-30 {
    margin-top:30px;
}
.slds-scope.margin-top-32,
.margin-top-32 {
    margin-top:32px;
}
.margin-top-auto {
    margin-top:auto;
}
.margin-bottom-auto {
    margin-bottom:auto;
}
.margin-right-5 {
    margin-right:5px;
}
.margin-right-10 {
    margin-right:10px;
}
.margin-right-20 {
    margin-right:20px;
}
.margin-right-30 {
    margin-right:30px;
}
.margin-left-5 {
    margin-left:5px;
}
.margin-left-10 {
    margin-left:10px;
}
.margin-left-15 {
    margin-left:15px;
}
.margin-left-20 {
    margin-left:20px;
}
.margin-left-30 {
    margin-left:30px;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.align-vertical-middle {
    vertical-align: middle;
}

.float-left {
    float:left;
}
.float-none {
    float:unset;
}
.float-right {
    float:right;
}

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky-element {
    position: sticky;
}
.sticky-element_top {
    top:15vh;
}
.nowrap {
    white-space: nowrap;
}
.top-right {
    top:0px;
    right:0px;
}
.border {
    border: 1px solid;
}
.border-left {
    border-left: 1px solid;
}
.border-right {
    border-right: 1px solid;
}
.border-top {
    border-top: 1px solid;
}
.border-bottom {
    border-bottom: 1px solid;
}
.border-top-dashed {
    border-top: dashed 1px;
}
.border-bottom-dashed {
    border-bottom: dashed 1px;
}

.border-width-1 {
    border-width:1px;
}
.border-width-2 {
    border-width:3px;
}
.border-width-3 {
    border-width:3px;
}
.border-width-4 {
    border-width:4px;
}
.border-width-5 {
    border-width:5px;
}

.border-color-lightgray {
    border-color: #d4d4d4 !important;
}
.border-color-gray {
    border-color: #807F83 !important;
}
.border-color-blue {
    border-color: #0055a5 !important;
}
.border-color-green {
    border-color: #4A7729 !important;
}
.border-color-orange {
    border-color: #FF9500 !important;
}

.bg-color-white {
    background-color: white !important;
}


.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.flex-align-start {
    align-items: flex-start;
}
.flex-align-center {
    align-items: center;
}
.flex-align-end {
    align-items: flex-end;
}
.flex-space-between {
    justify-content: space-between;
}
.flex-justify-end {
    justify-content: end;
}
.flex-col {
    flex: 1;
}
.flex-auto {
    flex: auto;
}
.flex-none {
    flex: none;
}
.flex-direction-column {
    flex-direction: column;
}

.justify-content-start {
    justify-content: flex-start;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-space-between {
    justify-content: space-between;
}
.justify-content-space-around {
    justify-content: space-around;
}

.align-items-start {
    align-items: flex-start;
}
.align-items-center {
    align-items: center;
}
.align-items-end {
    align-items: flex-end;
}

.align-self-flex-start {
    align-self: flex-start;
}
.align-self-flex-center {
    align-self: center;
}
.align-self-flex-end {
    align-self: flex-end;
}

.width-20 {
    width: 20%;
}
.width-50 {
    width: 50%;
}
.width-100 {
    width: 100%;
}
.width-fit-content {
    width: fit-content;
}
.height-100 {
    height: 100%;
}
@media screen and (max-width: 768px) and (max-height: 1000px) {
    .width-xs_100 {
        width: 100%;
    }
}
.input-invalid {
    border-color: red;
}

/******** END OF UTILS ***********/

/******** POSITIONS ***********/
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
}
/******** END OF POSITIONS ***********/

/******** TITLES ***********/
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
@media (max-width: 1200px) {
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
}
/******** END OF TITLES ***********/

/******** LABELS ***********/
.cc_label {
    font-weight: bold;
}
/******** END OF LABELS ***********/


/******** GRID OVERRIDES ***********/
.row, .form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, 
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, 
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, 
.col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.container {
    max-width: 100%;
    width: 1280px;
    padding: 0 15px;
}
/******** GRID OVERRIDES ***********/

/******* B2B PANELS ********/
.panel {
    margin-bottom: 20px;
    background: unset;
    box-shadow: none;
    border: 0px;
}
.panel-body {
    padding: 5px;
}
.panel-heading {
    border: none;
    padding: 15px 5px;
}
.panel.panel-default {
    border-radius: 0px;
}
.panel-heading.cc_heading {
    background: transparent;
}
h3.panel-title.cc_title {
    text-transform: uppercase;
    font-size: 18px;
}
h3.panel-title.cc_title i {
    font-size: 18px;
}
h4.panel-title.cc_title {
    font-size: 16px;
    text-transform: uppercase;
}
/******* B2B PANELS END ********/

/******** LINKS **********/
a {
    color: #1251b5;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
}
a:hover {
    color: #0d3c87;
    cursor: pointer;
}
a.small, .cc_panel-body .pull-right:not(.navbar-header) a {
    text-decoration: none;
}
a.small:after, .cc_panel-body .pull-right a:after{
    font-family: Arial, Helvetica, sans-serif;
    content: "›";
    display: inline-block;
    -webkit-transition: all 1.1s cubic-bezier(.19,1,.22,1);
    -o-transition: all 1.1s cubic-bezier(.19,1,.22,1);
    transition: all 1.1s cubic-bezier(.19,1,.22,1);
    padding-left: 5px;
}
a.small:hover:after, .cc_panel-body .pull-right a:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
/******** END OF LINKS **********/

/******** BUTTONS & FORMS ********/
button.btn, input.btn, .modal-footer input:first-child {
    color: #4d4e53;
    background-color: #fff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #ddd;
    white-space: nowrap;
    padding: 6px;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border-radius: 0;
    user-select: none;
}

/* CTA */
button.btn:hover, input.btn:hover, .modal-footer input:first-child:hover {
    background-color: #e6e6e6;
    border-color: #303033;
}
button.btn:active, input.btn:active, .modal-footer input:first-child:active {
    background-color: #e6e6e6;
}
button.btn:active:hover, input.btn:active:hover, .modal-footer input:first-child:hover {
    background-color: #d4d4d4;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    border-color: #303033;
}

/* Special CTA */
input.btn.special-cta, button.btn.special-cta, button.btn.addToCart, button.addItem, .btn.reorder, .btn.cc_proceed,
button.checkOutBtn, button.cc_add_to_btn, .compareBasicInfo button.cc_add_to_cart_btn, button.checkoutTaxTryAgain, input.cc_search_order {
    background-color: #1251b5;
    border-color: #1251b5;
    color: #fff !important;
}
input.btn.special-cta:hover, button.btn.special-cta:hover, button.btn.addToCart:hover, .btn.reorder:hover, .btn.cc_proceed:hover,
button.checkOutBtn:hover, button.cc_add_to_btn:hover, .compareBasicInfo button.cc_add_to_cart_btn:hover, input.cc_search_order:hover {
    background-color: #0d3c87;
    border-color: #0c387d;
    color: #ffffff;
}
input.btn.special-cta:active, button.btn.special-cta:active, button.btn.addToCart:active, .btn.reorder:active, .btn.cc_proceed:active,
button.checkOutBtn:active, button.cc_add_to_btn:active, .compareBasicInfo button.cc_add_to_cart_btn:active, input.cc_search_order:active {
    background-color: #0a2e66;
    border-color: #061d41;
    color: #ffffff;
}

/* Primary CTA */
button.btn.primary-cta, button.btn[class*=goto], button.cc_logged_in_action, input.btn[class*=goto], 
.btn.promptAmend, .modal-footer input:last-child, .btn.cc_btn_primary, .btn.cc_rfq_link_button, .btn.cc_update_profile {
    background-color: #4d4e53;
    border-color: #4d4e53;
    color: #fff;
}
button.btn.primary-cta:hover, button.btn[class*=goto]:hover, button.cc_logged_in_action, input.btn[class*=goto]:hover, 
.btn.promptAmend:hover, .modal-footer input:last-child:hover, .btn.cc_btn_primary:hover, .btn.cc_rfq_link_button:hover, .btn.cc_update_profile:hover {
    background-color: #343539;
    border-color: #343539;
    color: #ffffff;
}
button.btn.primary-cta:active, button.btn[class*=goto]:active, input.btn[class*=goto]:active, .btn.promptAmend:active,
.modal-footer input:last-child:active, .btn.cc_btn_primary:active, .btn.cc_rfq_link_button:active, .btn.cc_update_profile:active {
    background-color: #0a2e66;
    border-color: #061d41;
    color: #ffffff;
}
.btn-group button.btn:after, button.btn.cc_layout_option:after,
button.btn.cc_dropdown-toggle:after {
    display: none;
}

/* disabled states */
button.btn[disabled],
button.btn:hover[disabled],
button.btn.special-cta[disabled], button.btn.addToCart[disabled], button.addItem[disabled], .btn.reorder[disabled], .btn.cc_proceed[disabled],
button.checkOutBtn[disabled], button.cc_add_to_btn[disabled], .compareBasicInfo button.cc_add_to_cart_btn[disabled],
button.btn.special-cta[disabled], button.btn.addToCart[disabled], button.addItem[disabled], .btn.reorder[disabled], .btn.cc_proceed[disabled],
button.checkOutBtn[disabled], button.cc_add_to_btn[disabled], .compareBasicInfo button.cc_add_to_cart_btn[disabled],
button.btn.primary-cta[disabled], button.btn[class*=goto][disabled], button.cc_logged_in_action[disabled], input.btn[class*=goto][disabled], 
.btn.promptAmend[disabled], .modal-footer input:last-child[disabled], input.searchOrder[disabled], .btn.cc_btn_primary[disabled], .btn.cc_rfq_link_button[disabled], .btn.cc_update_profile[disabled],
button.btn.primary-cta:hover[disabled], button.btn[class*=goto]:hover[disabled], button.cc_logged_in_action[disabled], input.btn[class*=goto]:hover[disabled], 
.btn.promptAmend:hover[disabled], .modal-footer input:last-child:hover[disabled], input.searchOrder:hover[disabled], .btn.cc_btn_primary:hover[disabled], .btn.cc_rfq_link_button:hover[disabled], .btn.cc_update_profile:hover[disabled]
{
    background-color: rgb(153,154,160);
    border-color: #4d4e53;
    opacity: 1;
    cursor: not-allowed !important;
}
/******** END OF BUTTONS ********/

/******** INPUT **********/
input, select {
    border-radius: 0px;
}
/******** END OF INPUT **********/

/******** DROPDOWN *********/
.dropdown-menu {
    border-radius: 0px;
}
.wishButtons .dropdown-menu {
    right: 0px;
    left: initial;
}
/******** END OF DROPDOWN *********/

/******** BREADCRUMBS ***********/
.breadcrumb {
    margin-top: -35px;
    background: transparent;
    padding: 0 10px;
    margin-bottom: 0;
}
.breadcrumb li {
    padding-right: 1pc;
    color: #919296;
}
.breadcrumb li a {
    color: #919296;
    text-decoration: none;
    font-size: 14px;
    line-height: 49px;
}
.breadcrumb li:hover a {
    color: #5e5f63;
}
.breadcrumb li:before {
    display: none;
}
.breadcrumb li:after {
    font-family: fontawesome;
    padding-left: 1pc;
    content: "\f105";
    color: #919296;
}
/******** END OF BREADCRUMBS ***********/

/******** PLP ***********/
@media (min-width: 992px) {
    .cc_grid_container {
        flex-wrap: wrap;
        display: flex;
    }
    .productListContent .cc_product_item_row {
        display: flex;
    }
    .ec_page_size_selector {
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .ec_page_size_selector {
        margin-bottom: 10px;
        margin-right: -10px;
    }
}
.cc_addto_compare.disabled {
    opacity: 0.5;
}
.cc_product_list_header .cc_category_name {
    margin: 0;
}
.ec_product_list_header {
    padding: 10px 20px;
}
.cc_page_controls, .cc_sort_controls {
    padding: 0 5px;
}
.productListContent .cc_product_container {
    margin-bottom: 20px;
    display: block;
}
.productListContent .cc_product_item {
    height: 100%;
}
.productListContent .thumbnail {
    height: 100%;
    padding: 5px 20px 15px 20px;
    margin-bottom: 0;
    border-radius: 0px;
    position: relative;
    border: none;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 2%);
    transition: box-shadow 0.3s;
}
.cc_grid_container .thumbnail {
    padding-bottom: 10px;
}
.productListContent input.qty {
    width: 55px;
    height: 35px;
}
.productListContent .cc_add_to_btn {
    padding-left: 20px;
    padding-right: 20px;
}
.productListContent .thumbnail:hover {
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 10%);
}
.cc_grid_container .ec_plp_image_container {
    margin: 0 -20px;
}
.productListContent .ec_plp_image_container > div {
    padding: 0;
    padding-bottom: 75%; /* PLP image optimal ratio */
    position: relative;
}
.productListContent.cc_grid_container .ec_plp_image_container a {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}
.productListContent:not(.cc_grid_container) {
    margin: 0;
}
.productListContent .cc_product_item_row  .ec_plp_image_container a {
    height: 100%;
}
.productListContent .ec_plp_image_container a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.productListContent .ec_plp_image_container img {
    max-height: 100%;
    max-width: 100%;
}
.productListContent .form-control.plus_minus {
    padding: 6px 2px;
}
.productListContent h5.cc_product_link a, .product_detail h4.cc_product_title {
    color: #4D4E53;
    font-size: 18px;
    line-height: 18px;
}
.productListContent .cc_product_sku, .product_detail .cc_sku {
    color: #919296;
    font-size: 16px;
    line-height: 18px;
}
.productListContent .cc_price {
    font-size: 20px;
}
.productListFooter {
    margin: 0;
}
.productListHeader .cc_remove_filters {
    font-weight: normal;
    font-size: 13px;
}
.productListContent .cc_wishlist .dropdown-toggle:not(:hover) {
    border-left-color: transparent
}
.productListContent .cc_wishlist {
    min-width: 60px;
    text-align: right;
}
.cc_no_results .panel {
    background: white;
    padding: 10px 15px;
}
.cc_controls_panel .panel-body {
    background-color: transparent;
}
.compareTray .cc_container {
    background: white;
    border-radius: 0;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 10%);
    border: none;
}
.compareTray .navbar-fixed-bottom {
    margin-bottom: 0px;
    text-align: right;
}
.compareTray .minimize-tray {
    padding: 8px 0;
}
.compareTrayClear {
    display: block;
    padding: 10px 0;
}
.compare-tray-row {
    display: flex;
    flex-wrap: wrap;
}
.compare-tray-row .compareTrayProd {
    text-align: center;
}
.compareTrayProdName.cc_compare_tray_name {
    width: 100%;
}
.compare-tray-row .compareTrayProd img {
    height: 110px;
    width: auto !important;
}
.compare-tray-row .compareTrayProd div[class*=col] {
    width: 100%;
}
.support-widget-message {
    text-align:right;
    font-size:14px;
    margin-left:7rem !important;
    margin-top:1.5rem !important;
}
.support-widget-message-contact-support {
    text-align:right;
    font-size:14px;
    margin-left:4rem !important;
    margin-bottom:0.5rem !important;
}
/******** END OF PLP ***********/

/******** LABELS (PILLS) ********/
.label {
    padding: 10px !important;
    border-radius: 20px;
}
.label-default {
    background-color: white;
    color: #4D4E53;
    margin-bottom: 10px;
    font-size: 0.75rem;
}
.label-default i {
    color: #4D4E53;
}
    /******** END OF LABELS (PILLS) ********/

/******** PDP ***********/
.product_detail_container {
    background-color: white;
    padding: 15px;
}
.product_detail_container .cc_wishlist .dropdown-toggle:not(:hover) {
    border-left-color: transparent
}
.product_detail_container .cc_wishlist {
    min-width: 60px;
    text-align: right;
}
.product_detail_container .form-control.plus_minus {
    padding: 6px 2px;
}
.product_detail_container input.plus_minus {
    width: 55px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.product_detail_container .cc_add_to_btn {
    padding-left: 20px;
    padding-right: 20px;
}
.tabSection {
    background-color: white;
}
.tabSection .panel .panel-body {
    padding: 0;
}
.ec_serialtable {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.ec_serialtable th,
.ec_serialtable td {
    padding: 12px 15px;
}
.ec_serialtable tbody tr {
    border-bottom: 1px solid #dddddd;
}
.ec_serialtable tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.cc_product_detail_photo_container .thumbnail {
    border-radius: 0;
}
/******** END OF PDP ***********/

/****** FOOTER *******/
.container-fluid.navbar-inverse.cc_navbar-inverse {
    padding: 0;
}
footer {
    margin-bottom: -40px;
}
.scroll-top.cc_scroll-top {
    display: none;
}
/****** END OF FOOTER *******/

/******* MY ACCOUNT PAGE **********/
.cc_myaccount_nav {
    background-color: white;
    padding: 10px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.cc_myaccount_nav h3 {
    padding-left: 20px;
}
.cc_myaccount_nav li {
    padding: 0;
    border-radius: 0;
    border: none;
}
.cc_myaccount_nav li.active {
    background-color: transparent
}
.cc_myaccount_nav li.active a {
    box-shadow: inset 2px 0 #1251b5;
    color: #0d3c87;
}
.cc_myaccount_nav li a {
    background-color: transparent;
    color: #4D4E53;
    padding: 0;
    display: block;
    padding: 10px 25px;
}
.cc_myaccount_nav li a:hover {
    background-color: #eee;
}
.cc_myaccount_nav li a:hover, .cc_myaccount_nav li a:active, .cc_myaccount_nav li a:focus {
    text-decoration: none;
}
.acctmainSection h3.cc_title {
    margin-top: 0px;
}
.acctmainSection .cc_wishlist_item .cc_inventory {
    display: none;
}
.summaryWidget .panel-body p span {
    float: unset !important;
    display: inline-flex;
}
.summaryWidget .panel-body p span:first-child {
    font-weight: bold;
}
.summaryWidget .panel-body p.cc_addr_name span:first-child {
    font-weight: normal;
}
.acctmainSection .panel-default.panel.cc_myaccount_profile .btn {
    float: right;
}
.searchButtons.cc_invoice_search_action {
    margin-top: 10px;
}
.cc_order_search_action {
    margin-top: 5px;
}
.cc_search_order_form .form-group, .ec_search_subscriptions_form .form-group {
    margin-bottom: 5px;
    margin-right: 10px;
}
.acctmainSection .cc_paginator {
    margin-bottom: 0;
}
/******* END OF MY ACCOUNT PAGE **********/

/************** PCP ************/
.productCompareOuterContainer {
    background-color: white;
    padding: 5px 20px;
}
.compareBasicInfo .wishButtons, .compareBasicInfo p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.compareBasicInfo .wishButtons .btn-group {
    margin: 0;
}
.productCompareOuterContainer .panel-body .table-responsive {
    overflow-x: hidden;
    overflow-y: auto;
}
.productCompareBasicTable .cc_compare_addto_col label {
    text-align: left;
    width: auto;
}
.productCompareBasicTable .product_compare_viewport.cc_compare_item {
    text-align: center;
}
.productCompareBasicTable td.compareCol {
    height: 100%;
    vertical-align: baseline;
}
.productCompareBasicTable img {
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.compareBasicInfo.skuDisp.cc_sku {
    text-align: center;
}
table.productCompareBasicTable img {
    max-width: 100%;
}
table.productCompareBasicTable ul {
    padding-left: 0px;
    font-size: 0.8em;
}
@media (max-width: 1024px) {
    .productCompareOuterContainer .panel-body .table-responsive {
        overflow:auto;
    }
}
/************** END OF PCP ************/

/******* WIDGETS ********/
/* Seller Locator */
#collapseSellerLocatorSearch form > .row .col-xs-6 {
    width: 100%;
    text-align: right;
}
/******* END OF WIDGETS ********/

/******* SORTING PANEL *********/
.cc_controls_panel .panel-body .form-control {
    border: none;
    border-radius: 0px;
}
/******* END OF SORTING PANEL *********/

/******** TABS *********/
.tabs_container li a {
    text-transform: uppercase;
    padding: 12px 50px;
    color: #4d4e53;
    border: none !important;
    margin: auto;
    border-radius: 0;
}
.tabs_container li.active a, .tabs_container li.active:hover a,
.tabs_container li.active:focus a, .tabs_container li.active a:focus {
    box-shadow: inset 0 -2px #1251b5;
}
.tab-content {
    padding: 15px;
}
.secContentCommonTechnicalInformation p {
    margin-left: 1% !important;
}
.secContentCommonTechnicalInformation ol {
    padding: 0 0 0 26px;
    counter-reset: numList;
    list-style: none;
    margin-left: 3% !important;
}
.secContentCommonTechnicalInformation ol li {
    position: relative;
    padding: 5px 0px;
}
.secContentCommonTechnicalInformation ol li:before {
    counter-increment: numList;
    content: counter(numList);
    position: absolute;
    left: -26px;
    text-align: center;
    color: #fff;
    width: 18px;
    background: #1251B5;
    border-radius: 100%;
    font-weight: bold;
}
.secContentCommonTechnicalInformation ol li a {
    text-transform: none;
    padding: unset;
    color: #1251b5;
}
/******** END OF TABS *********/

/******** B2B STATIC PROMOS *******/
.cc_promo {
    border: none;
}
.cc_promo .cc_body {
    padding: 0px;
}
.cc_promo .cc_body img {
    border-radius: 0px;
}
/******** B2B STATIC PROMOS *******/

/******** TABLE **********/
table thead tr th, table thead tr td {
    color: #4D4E53;
}
/******** END OF TABLE **********/

/******* MODAL *******/
.modal-content.cc_modal_content {
    overflow: hidden;
    border: none;
}
.modal.in .modal-dialog * {
    border-radius: 0px;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 600px;
    margin: 0px;
}
.modal.cc_alt_image_modal {
    max-width: none;
}
.modal-content.cc_modal-content {
    overflow: hidden;
    border: none;
}
.modal-header {
    background: #D8D7D5;
    color: #4D4E53;
    border: none;
}
.modal-header .close {
    color: #4D4E53;
    text-shadow: none;
    opacity: 1;
    font-size: 30px;
}
.modal-backdrop + .modal-backdrop {
    display: none;
} 
.modal-body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 172px);
}
.cc_modal .modal-body {
    margin-right: 0px;
    padding: 20px;
}
.modal .form-group.modal-footer {
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
}
.modal-open .modal {
    overflow: hidden;
}
.cc_modal_content input {
    border: solid 1px #ccc;
    padding-left: 10px;
}
.modal .modal-body.cc_body {
    padding: 0;
}
.modal .modal-body.cc_body .cc_body {
    padding-bottom: 0px;
}
.modal .panel.panel-default.cc_panel {
    margin: 0px;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.modal .formMessage {
    display: inline-block;
}
.modal .form-group.modal-footer {
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
}
.modal-footer {
    background: #f3f3f3;
    border: none;
}
.modal .modal-footer input {
    margin-left: 14px;
}
.prod_media .modal-body {
    height: 90vh;
    width: 90vw;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.prod_media .modal-body .modalImg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-grow: 1;
}
.prod_media .modal-body .modalText {
    margin-top: 10px;
    font-size: 1.2em;
}
@media (min-width: 768px) {
    .prod_media .modal-dialog {
        width: max-content;
    }
}
@media screen and (max-width: 768px) {
    .modal-body.cc_modal-body {
        margin-right: 0px;
    }
}
/******* END OF MODAL *******/

/****** DATEPICKER *********/
.datepicker table tr th {
    background: transparent;
}
.date .input-group-addon {
    display: none;
}
input.date:hover {
    cursor: pointer;
}
.input-group.date:before, .tableFilters .date:before {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    z-index: 4;
    top: 6px;
    left: 6px;
    pointer-events: none;
}
.input-group.date input {
    padding-left: 24px;
    background: white;
}
.ec_birthdate_width{
    width: 100%;

}
.tableFilters label {
    display: block;
}
.tableFilters .date {
    position: relative;
    display: inline-block;
}
.tableFilters .date:after {
    position: absolute;
    right: 8px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0;
    color: #ccc;
    cursor: default;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused,
.datepicker table tr td.active.day, .datepicker table tr td.active.day:hover {
    background: transparent;
}
.datepicker table tr td:not(.disabled).day:hover:after, .datepicker table tr td:not(.disabled).focused:after,
.datepicker table tr td.active.day:after {
    background: #1251b5;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    border-radius: 100%;
    padding: 12px;
    margin-top: -22px;
}
.datepicker table tr td.active.day:after {
    background: #badce6;
}
.datepicker table tr td.active.day {
    color: #4d4e53;
}
.datepicker table tr td.day {
    height: 37px;
}
.datepicker table tr td:not(.disabled).day:hover, .datepicker table tr td:not(.disabled).focused {
    color: white;
}
.datepicker table.table-condensed {
    min-width: 300px;
}
.datepicker table.table-condensed tr td span {
    margin: 10px;
    width: 26%;
}
@media screen and (max-width: 768px) {
    .datepicker {
        overflow-y: auto;
        width: 100vw;
        margin: auto;
        left: 0px !important;
        max-width: 360px;
        right: 0px;
    }
    .datepicker-dropdown.datepicker-orient-top:before {
        display: none;
    }
    .datepicker th.dow {
        max-width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .datepicker table tr td.day {
        padding: 3%;
    }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
    .datepicker {
        position: fixed;
        top: 5px !important;
    }
    .datepicker table tr td.day {
        padding: 2%;
    }
}
@media screen and (max-width: 1024px) {
    .date:before {
        left: 0px;
    }
    .datepicker table.table-condensed {
        min-width: unset;
        width: 100%;
    }
}
/* iPad Portraid */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    .datepicker {
        width: auto;
    }
}
/****** END OF DATEPICKER *********/

/****** TOAST, ERRORS *********/
#toastContainer {
    color: #202020;
    border-radius: 2px;
    right: auto;
    bottom: auto;
    background: transparent;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 10000;
    text-align: center;
    transform: rotateX(0deg);
    backface-visibility: hidden;
    transform-origin: 50% 20%;
    transition: all 0.2s ease-in-out 0s;
}
#toastContainer button {
    border: none;
    position: relative;
    left: 14px;
}
#toastContainer button svg {
    width: 25px;
    height: 25px;
    fill: white;
    border-radius: 5px;
}
#toastContainer button:hover svg {
    fill: rgba(255, 255, 255, 0.75);
}
#toastContainer button:active svg {
    color: rgba(255, 255, 255, 0.5);
}
#toastContainer button:focus svg {
    fill: rgba(255, 255, 255, 0.75);
    box-shadow: rgb(233, 234, 236) 0px 0px 3px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 234, 236);
    border-image: initial;
}
.toast:first-child {
    margin-top: 30px;
}
.toast {
    font-size: 18px;
    width: 600px;
    max-width: 95vw;
    margin: auto;
    margin-bottom: 10px;
    visibility: hidden;
    align-items: center;
    position: relative;
    font-weight: 300;
    text-align: left;
    justify-content: flex-start;
    border-radius: 0.25rem;
    padding: 0.60rem 3rem 0.75rem 2.5rem;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 10%);
}
.ec_alert {
    padding: 15px;
    margin-bottom: 20px;
}
.alert {
    border-radius: 0;
    margin-bottom: 15px;
    word-break: break-word;
}
.ec_alert_info {
    background-image: url('../images/info_icon.svg');
    color: #4D4E53;
    background-repeat: no-repeat;
    padding: 6px 0px 6px 26px;
    background-position-y: center;
}
.alert-success {
    color: white;
    background-color: #47962d;
    border: none;
    font-family: Arial, sans-serif;
}
.alert-danger, .alert-error {
    color: black;
    border: none;
    background-color: #F1CDD3;
}
.alert-warning {
    color: black;
    border: none;
    background-color: rgba(247, 211, 82, 0.6);
}
.toast i {
    padding-right: 10px;
    padding-top: 4px;
    font-size: 25px;
}
.toast i, .toast .toastContent {
    display: inline-block;
    vertical-align: top;
}
#toastContainer .title {
    font-size: 14px;
    font-weight: bold;
    pointer-events: none;
}
#toastContainer .message {
    font-size: 14px;
    pointer-events: none;
}
/* Show the toast when clicking on a button (class added if needed, with JavaScript) */
.toast.show {
    visibility: visible; /* Show the toast */
    /* Add animation: seconds to fade in and out the toast. */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
}
/****** END OF TOAST *********/

/****** SPINNER *******/
.LOADING {
    position: relative;
    overflow: hidden;
}
.createCaseForm .formMessage.LOADING {
    position: inherit;
    width: 100%;
}
form.LOADING {
    position: inherit;
}
.modal-backdrop#overlay:after, .LOADING:after, .ec_spinner:after {
	content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border: 4px solid #4d4e53;
    border-top-color: #badce6;
	animation: spinner .6s linear infinite;
}
.modal-backdrop.fade {
    background-color: #969696;
}
.LOADING:before {
    background: #ffffff8f;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.ec_spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    opacity: .5;
    background-color: #969696;
}
#ec_spinner + #overlay {
    display: none;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
/****** END OF SPINNER *******/

/******* DEALER PICKER - REGISTER ******/
#dealer-territory-panel .EC_dealerMap {
    height: 400px;
    padding-top: 15px;
    position: relative;
    width: 600px;
}
/******* END DEALER PICKER - REGISTER ******/

/******* DEALER PICKER - CHECKOUT ******/
.ec_top_cart_section #EC_SearchBoxContainer {
    max-width: 100%;
    width: 300px;
}
#EC_SearchBox,
#EC_SearchBoxWrongZipCode {
    height: 35px;
    box-sizing: border-box !important;
}
#EC_DealerPicker .EC_AddressConfirm {
    margin-left: 5px;
}
#EC_DealerPicker .EC_MapModalBody {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#EC_DealerPicker .EC_DealerMap {
    height: 300px;
    padding: 0 20px;
    position: relative;
    width: 560px;
}
#EC_DealerPicker .EC_DealerPicklist {
    margin: 16px;
}
/******* END DEALER PICKER - CHECKOUT ******/

/******* CANCEL ORDER DIALOG ******/
.ec_cancelorderreasonsinput_div {
    margin-bottom: 10px;
}
.ec_cancelorderreasons_label {
    display: inline-block;
    width: 70%;
    text-align: Left;
}
.ec_cancelorderreasons_radio {
    width: 20px;
}
/******* END CANCEL ORDER DIALOG ******/
            
/******* FIND DEALER ******/
#findDealerModal .EC_DealerPicklist {
    padding-bottom: 10px;
}
#findDealerModal .EC_MapCanvas {
    height: 200px;
    width: 97%;
}
.pac-container {
    z-index: 100000 !important;
}
/******* END FIND DEALER ******/

/******* DEALER PICKER - WIDGET ******/
#EC_DealerPickerLoc .EC_MapModalBodyLoc {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#EC_DealerPickerLoc .EC_DealerMapLoc {
    height: 300px;
    padding: 0 20px;
    position: relative;
    width: 560px;
}
#EC_DealerPickerLoc .EC_DealerPicklistLoc {
    margin: 16px;
}
/******* END DEALER PICKER - WIDGET ******/


/******* MY ORDERS ******/
.EC_SearchOrderForm {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    column-gap: 16px;
    row-gap: 16px;
    margin-bottom: 16px;
}
.EC_SearchOrderForm label {
    display: block;
}
.EC_SearchOrder_Input {
    width: 100% !important;
    max-width: 100% !important;
}
.EC_SearchOrderForm .input-group.date {
    display: block;
}
.cc_myaccount_orders_modal .modal-footer input:first-child {
    padding: 0 6px 0;
}
/******* END MY ORDERS ******/

/******* SITE REGISTER PAGE ******/
.EC_SiteRegister_Date_Input {
    width: 100% !important;
    max-width: 100% !important;
}
/******* END SITE REGISTER PAGE ******/

/******** CART & CHECKOUT & ORDER DETAILS ITEM LIST ************/
@media screen and (min-width: 1000px) {
    .ec_top_cart_section {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .ec_cart_action_totals .col-md-6 {
        float: left;
        width: 100%;
    }
}
.ec_top_cart_section {
    background-color: white;
}
.ec_cart_alerts {
    margin-top: 10px;
}
.ec_cart_alerts {
    margin-bottom: 10px;
}
.ec_cart_image_container {
    max-width: 150px;
}
.cc_cart_product_image img, .cart_item_list img, .cc_order_item_list img {
    max-height: 150px;
}
.ec_cartItemProductNameColumn {
    display: flex;
    align-items: center;
}
input#terms {
    position: relative;
    margin-left: 0px;
}
.readTermsAndConditionsLink {
    color: #1251b5;
}
.cc_panel_shopping_cart .cc_add_coupon {
    vertical-align: top;
}
.cc_panel_shopping_cart .cc_discount_code .form-group {
    width: 500px;
    max-width: 100%;
}

.cc_panel_shopping_cart .cc_discount_code .EC_CartDetail_ActionTotals_CouponInput {
    max-width: 100%;
}

.cc_panel_shopping_cart .cc_title {
    font-weight: bold;
    margin: 0 0 30px 0px;
}
.cc_panel_shopping_cart .form-control {
    height: 35px;
}
.ec_price_x_quantity .cc_plus-minus {
    width: 85px;
}
.ec_cart_action_totals {
    padding: 15px;
    background-color: white;
    margin-left: 0;
    margin-right: 0;
}
.cart_item .cc_qty_control_row .col-md-8.col-md-offset-4 {
    max-width: 162px;
    float: right;
}
.cart_item .form-group button, .cart_item .form-group .wishButtons {
    display: inline-block;
}
.EC_DisplayLocation {
    font-size: 0.9rem;
    color: black;
    line-height: 2;
    background: #badce6;
    text-align: center;
}
.ec_cart_notSupportedLocation {
    font-size: 0.9rem;
    color: black;
    text-align: center; 
}
.checkoutContent .tooltip-inner {
    background-color: #1251B5;
}
.checkoutContent .tooltip.top .tooltip-arrow {
    border-top-color: #1251B5;
}
.checkoutContent .invalid {
    color: #C4001A
}
/******* END OF CART & CHECKOUT ******/

/************** CHECKOUT PAGE **************/
/*Steps Header*/
body {
    counter-reset: my-sec-counter;
}
.ec_checkout_steps {
    margin-bottom: 20px;
}
li.cc_checkoutStep a {
    background: transparent !important;
    color: black !important;
}
li.cc_checkoutStep a h4 {
    display: flex;
}
@media (max-width: 899px) {
    .nav-justified > li {
        display: block;
        width: auto;
    }
}
@media (min-width: 900px) {
    li.cc_checkoutStep a h4 {
        justify-content: space-around;
    }
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.ec_checkout_steps h4:before {
    flex: none;
}

.ec_checkout_steps .active + .disabled, .ec_checkout_steps .active + .disabled + .disabled, .ec_checkout_steps .active + .disabled + .disabled + .disabled, .ec_checkout_steps .active + .disabled + .disabled + .disabled + .disabled{
    color:#BCC8D7;
}
.ec_checkout_steps .active + .disabled.cc_checkoutStep a h4:before,
.ec_checkout_steps .active + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep a h4:before,
.ec_checkout_steps .active + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep a h4:before,
.ec_checkout_steps .active + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep a h4:before {
    border-color: #BCC8D7;
    background: #919296;
    color: white;
    content: counter(my-sec-counter) !important;
}
.ec_checkout_steps .active + .disabled.cc_checkoutStep a h4, 
.ec_checkout_steps .active + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep a h4, 
.ec_checkout_steps .active + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep a h4, 
.ec_checkout_steps .active + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep + .disabled.cc_checkoutStep a h4 {
    color: #BCC8D7;
}
.ec_checkout_steps .disabled.cc_checkoutStep a h4::before {
    content: "." !important;
    background-size: 52px 52px;
    background-image: url(../images/icons/blueCheck.svg);
    background-repeat: no-repeat;
    color: rgba(0,0,0,0);
}
ul.ec_checkout_steps > li.cc_checkoutStep > a > h4{
    font-family: "VolvoNovumWebLatin-Medium", Verdana, sans-serif !important;
    display: flex;
    align-items: center;
}
ul.ec_checkout_steps > li.active.cc_checkoutStep ~ li.disabled.cc_checkoutStep > a > h4 {
    font-family: "VolvoNovumWebLatin-Regular", Verdana, sans-serif !important;
}
ul.ec_checkout_steps > li.active.cc_checkoutStep ~ li.disabled.cc_checkoutStep > a > h4::before {
    content: counter(my-sec-counter) !important;
}
ul.ec_checkout_steps > li.cc_checkoutStep > a > h4::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) !important;
    padding-right: 5px;
    font-weight: bold;
    font-size: 20px;
    background: #104E9B;
    color: white;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    position: relative;
    line-height: 52px;
    text-align: center;
    padding: 0px;
    left: 0px;
    display: block;
    float: left;
    
}
li.active.cc_checkoutStep a {
    border-radius: 0px;
    padding: 20px;
}
/**/
/*Shipping Details Step - LLI*/
div[class*="shippingGroupPanel"] .cc_ship_info {
    margin-bottom: 10px;
}
/**/
/*Order Review Step*/
.checkoutContent .reviewGroups {
    padding-left: 0px;
    padding-right: 0px;
}
/**/
/************** END OF CHECKOUT PAGE **************/

/******* CUSTOM EC TABLE STYLING ******/
.ec_custom_styled_table_container {
    background-color: white;
    padding-bottom: 35px;
    background: transparent;
    padding: 0;
    overflow: auto;
}
.ec_custom_styled_table {
    width: 100%;
}
.ec_custom_styled_table th {
    font-weight: normal;
}
.ec_custom_styled_table tr {
    background: white;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle;
}
.ec_custom_styled_table th,
.ec_custom_styled_table td {
    padding: 9px;
}
.ec_custom_styled_table th:first-child,
.ec_custom_styled_table td:first-child {
    padding-left: 30px;
}
.ec_custom_styled_table th:last-child,
.ec_custom_styled_table td:last-child {
    padding-right: 30px;
}
.ec_custom_styled_table thead th {
    background-color: #D8D7D5;
    text-transform: uppercase;
    font-size: 1.125rem;
    padding-left: 5px;
    padding-right: 5px;
}
.ec_custom_styled_table tbody td:last-child:after {
    right: 30px;
}
.ec_custom_styled_table tbody td:first-child:after {
    left: 30px;
}
.ec_custom_styled_table_container p {
    margin-bottom: 4px;
}
.cc_order_shipments_table .cc_tr th{
    padding-left: 5px;
    padding-right: 5px;
}
.cc_order_shipments_container{
    overflow-x: auto;
}
.product_detail .cc_item_title,
.product_detail .cc_external{
    overflow-wrap: break-word;
}
/******* END OF CUSTOM EC TABLE STYLING ******/

/******* PROMO CAROUSEL ******/
.splash-promo-Desktop {
    margin-top: -35px;
}
div#carousel-splash {
    max-width: 2000px;
    margin: auto;
    overflow: hidden;
}
div#carousel-splash img {
    width: 100%;
    height: auto;
}
.carousel-indicators li {
    border: 2px solid #d8d7d5;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #d8d7d5;
}
ol.carousel-indicators {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    height: 48px;
    position: absolute;
    bottom: -14px;
    left: 0px;
    margin: auto;
    line-height: 2.5;
}
/******* END OF PROMO CAROUSEL ******/

/******* SPOTLIGHT PRODUCTS ******/
@media (min-width: 992px) {
    .cc_spotlight_products .panel-body > .row {
        display: flex;
    }
}
.cc_spotlight_products .panel-heading {
    padding-left: 0;
}
.cc_spotlight_products .panel-body {
    background-color: white;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 2%);
    transition: box-shadow 0.3s;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.cc_spotlight_products .col-md-12 {
    width: 100%;
}
.cc_spotlight_products .panel-body:hover {
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 10%);
}
.cc_spotlight_products .cc_product_name_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}
.cc_spotlight_products .cc_product_name_img img {
    max-height: 100%;
}
.cc_spotlight_products h5 {
    margin: 20px 0;
}
.cc_spotlight_products h5 a {
    color: #1251b5;
    font-size: 18px;
    line-height: 18px;
}
.cc_spotlight_products .cc_sku {
    margin: 20px 0;
}
.cc_spotlight_products .cc_sku_label {
    display: none;
}
.cc_spotlight_products hr {
    display: none;
}
.cc_spotlight_products .cc_sku_value {
    color: #919296;
    margin-left: -8px;
    font-size: 1rem;
}
.cc_spotlight_products .price {
    font-weight: bold;
}
/******* END OF SPOTLIGHT PRODUCTS ******/

/******* FEATURED PRODUCTS ******/
@media (min-width: 992px) {
    .cc_feeatured_products .panel-body > .row {
        display: flex;
    }
}
.cc_feeatured_products.panel {
    margin-bottom: 0;
}
.cc_feeatured_products .panel-body > .row {
    margin-left: -20px;
    margin-right: -20px;
}
.cc_feeatured_products .panel-heading {
    padding-left: 0;
}
.cc_feeatured_products .cc_featured_col {
    background-color: white;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 2%);
    transition: box-shadow 0.3s;
    margin: 0 16px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.cc_feeatured_products .cc_featured_col:hover {
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 10%);
}
.cc_feeatured_products .cc_product_name_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}
.cc_feeatured_products .cc_product_name_img img {
    max-height: 100%;
}
.cc_feeatured_products .cc_featured_col h5 {
    margin: 20px 0;
}
.cc_feeatured_products .cc_featured_col h5 a {
    color: #1251b5;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    width: 90%;
    left: 5%;
}
.cc_feeatured_products .cc_sku {
    margin: 79px 0 20px 0;
}
.cc_feeatured_products .cc_sku_label {
    display: none;
}
.cc_feeatured_products .cc_sku_value {
    color: #919296;
    margin-left: -8px;
    font-size: 1rem;
}
.cc_feeatured_products .price {
    font-weight: bold;
}
.button_disabledStorefront{
  background-color: #1C6BBA;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top:25px;e
}
.popup_disabledStorefront {
  font-size: 28px;
  position:fixed;
  width:100%;
  height:100vh;
  z-index: 9999;
  align-items:center;
  justify-content:center;
  background-color:#F9F9F9;
  top:0;
  left:0;
  display: inline-grid;
  align-content: center;
 }
/******* END OF FEATURED PRODUCTS ******/
@media (max-width: 1024px) {
    .ec_serialtable {
        min-width: 75vw;
    }
}