/*******************************************************
 * CSS override for B2B Commerce.
 * Override any CSS provided by OOTB B2B Commerce below. 
********************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
.cc_deskLayout {
    overflow: hidden;
}
html {
    scroll-behavior: smooth;
  }
/* Rich Content Styling */
.contentBody.cc_content_body > .container.cc_main_container.cc_tmpl_OneColRD.cc_main_content_col > span > p > span > span > span > b,
.contentBody.cc_content_body > .container.cc_main_container.cc_tmpl_OneColRD.cc_main_content_col > span > p > span > span > span,
.contentBody.cc_content_body > .container.cc_main_container.cc_tmpl_OneColRD.cc_main_content_col > span > span > span > span
{
    font-family: "Open Sans", sans-serif !important;
}

/*----- Header ----- */

.cc_header .cc_navbar_col_misc {
    left: 175px;
    min-height: 45px;
}

.cc_header .cc_misc_function .cc_navbar-nav {
    width: 210px;
}

.cc_navbar_col_misc {
    width: 35%;
}

.cc_search_form {
    position: relative;
    z-index: 1001;
}

.cc_col_search {
    clear: both;
    padding: 0 15px;
    top: 12px;
}

.cc_col_search .cc_nav {
    position: relative;
    right: 15px;
}

.cc_navbar_col_acct {
    position: relative;
    float: right;
}

.cc_secnav .cc_navbar {
    background-color: #3b3b3b !important;
}

.navbar-inverse .navbar-nav .fa:before {
    color: #fff !important;
}

#cc_list_inline i {
    background-color: transparent;
}

.fa {
    width: 15px !important;
    background-color: transparent !important;
}

.cc_do_logout i {
    display: none;
}

.cc_goto_login i {
    display: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #1e1e1e;
}

.cc_navbar_form .cc_input-group {
    float: right;
}

#searchText {
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    height: 2.45em;
    background-color: white;
    width: 150px;
    font-size: 1.2em;
    font-weight: 400;
    color: black;
}

#searchText:focus {
    width: 930px;
    box-shadow: none;
}

.cc_navbar_form {
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
}

.cc_navbar_row a {
    font-weight: 400;
}

.cc_navbar_row span {
    font-weight: 400;
}

.navbar-default .cc_navbar-nav {
    float: none;
    display: flex;
    margin-top: 10px;
    margin-left: 120px;
}

.cc_navbar {
    background-color: transparent;
    display: none;

}

.navbar-default .menuTypeURL {
    color: #000 !important;
}

.navbar-default .cc_category {
    color: #000 !important;
}

#navbar .cc_navbar-nav li a {
    padding: 0 20px !important;
    color: #1e1e1e !important;
}

header .cc_menu_container {
    position: absolute;
    width: 100%;
    display: none;
}

/*
.cc_home_slider {
    background-color: black;
}
*/
.cc_home_slider .carousel-inner {
    margin-bottom: 100px;
    overflow: unset;
    background-color: #fff !important;
}

.cc_breadcrumb_container {
    margin-top: 75px;
}

.breadcrumb {
    padding: 8px 15px 0 0;
    margin: 10px 0 0px 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb li a:hover {
	cursor: pointer;
}

.breadcrumb li a {
    color: #595959;
    font-weight: 500;
    font-size: 14px;
}

.breadcrumb>li+li:before {
    padding: 0 1px;
    color: #595959;
    content: "/";
    font-size: 14px;
}

ol.breadcrumb.cc_breadcrumb li:last-child a,
ol.breadcrumb.cc_breadcrumb li.cc_breadcrumb_item:last-child:hover {
    text-decoration: none;
}

li.cc_breadcrumb_item {
    font-size: 14px;
}

.breadcrumbs-lightning-container .slds-breadcrumb__item>a {
    padding: 0 8px 0 8px !important;
}
/* IE Specific Styling */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slds-breadcrumb__item  {
       padding-left: 5px;
    }
}
lightning-breadcrumb:last-child > a,
ol.breadcrumb.cc_breadcrumb li:last-child a,
ol.breadcrumb.cc_breadcrumb li.cc_breadcrumb_item:last-child {
    font-weight: bold;
}

/*----- Logo placement ----- */

#cc_store_logo_img {
    background-image: url("../images/AAH_Trident_Logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 135px;
    width: 160px;
    position: absolute;
}

#logoUrl {
    display: block;
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    top: -65px;
    z-index: 1001;
}

/*----- Home Carousel ----- */

.cc_home_slider .carousel {
    position: relative;
    margin-bottom: -140px;
    background: #000;
}


/*----- Cart Footer ----- */

.cc_action_totals button {
    background-color: #fff !important;
    color: #000 !important;
}


/*----- Products ----- */

.product-price {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #1A1A1A !important;
    font-weight: 900;
}

.original-price {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #595959 !important;
    text-decoration: line-through;
}

.trade-discount {
    background-color: #547487;
    color: #ffffff !important;
    border-radius: 1rem;
    font-size: 1.4rem;
    padding: 0 1rem;
    display: inline-block;
    margin: 0px 0px 5px 5px;
}

.trade-discount-promo {
    background-color: #D40F7D;
    color: #ffffff !important;
    border-radius: 1rem;
    font-size: 1.4rem;
    padding: 0 1rem;
    display: inline-block;
    margin: 0px 0px 5px 5px;
}
.contract-promo {
    background-color: rgba(0, 122, 163, 1);
    color: #ffffff !important;
    border-radius: 1rem;
    font-size: 1.4rem;
    padding: 0 1rem;
    display: inline-block;
    margin: 0px 0px 5px 5px;
}

.cc_product_item .cc_price .cc_base_price_label {
    text-decoration: line-through;
}

.cc_product_item .cc_price .cc_base_price_value {
    text-decoration: line-through;
}

.cc_product_item .price .cc_label {
    font-size: 1.5em;
    color: #000;
}

.cc_product_item .price .cc_price {
    font-size: 16px;
    color: #000;
}

.cc_product_item .cc_price .original-price {
    font-size: 1.4rem;
}

.cc_grid_container .cc_product_container .cc_grid_product_info {
    clear: both;
}

.cc_grid_container .cc_product_container .img-responsive {
    height: 200px;
    max-width: 262px;
}

.cc_grid_container .cc_product_container .cc_product_link {
    height: 30px;
    overflow: hidden;
}

.cc_grid_container .cc_product_container .cc_desc {
    height: 35px;
    overflow: hidden;
}

.cc_grid_container .cc_product_container {
    margin-bottom: 20px;
}

.pickWish p {
    margin: 0;
}

.cart_item_viewport.cc_quick_wishlist_item {
    height: 240px;
    background: white;
    display: flex;
    align-items: center;
}

.prodDetailContainer .includedItemsSection .cc_widget_container .cc_quick_wishlist_item .cc_quick_wishlist_item {
    height: inherit;
    display: flex;
    justify-content: center;
}

.quick_wishlist_item.cc_quick_wishlist_item .well.center-block {
    margin-bottom: 3px !important;
    background-color: #fff;
    border: 1px solid #eee;
}

.quick_wishlist_item.cc_quick_wishlist_item .text_center {
    position: relative;
    top: 390px;
}

.quick_wishlist_item.cc_quick_wishlist_item {
    margin-top: 10px;
    margin-bottom: 15px;
}

/*----- Order Payment Page ----- */

.checkoutContent .lliPaymentContainer .addressEntry {
    background-color: #eee;
}

.addrEditCarousel .subItem .address_selection_display {
    padding: 5px 55px;
}

.addrEditCarousel .carousel-inner .carousel-control {
    padding-top: 15px;
}

#modalSec .cc_modal_content .addrEditCarousel {
    padding: 15px 0;
}

.modal-footer .cancelMove {
    background-color: #000;
    color: #fff;
    font-size: 9px;
}

#modalSec .form-group .shippingField {
    margin-bottom: 5px;
}


/*----- Containers ----- */


/* Display Overrides or hacky stuff that should be done in markup*/


/* Rogue button in equipment set Accessories tab*/

.cc_prt_button_div_dk span {
    color: white;
}

.cc_prt_button_div.cc_prt_button_div_dk {
    text-align: start;
    margin-top: 65px;
}

.cc_prt_dk_button span {
    color: #fff;
}

.fav-icon:hover {
    cursor: pointer;
}
.fav-icon {
    font-size: 22px !important;
    vertical-align: middle;
    width: 24px !important;
    margin-top: 4px;
    
}
a.red:hover, a.red:focus, a.red:active {
	color: #B7312C;
}
.red {
    color: #B7312C;
}
.grey {
    color: slate-grey;
}
/* Rogue button in equipment set Accessories tab*/


/* PDP Product detail fix */

.product_detail_item .form-horizontal .form-group {
    margin: 0;
}

.product_detail_item .row>.col-md-10 {
    margin: 0;
}

.cc_product_grid_actions .cc_wishlist {
    width: 75%;
}

.cc_product_detail .cc_wish_finder .row>.col-md-10 {
    width: 100%;
}


/* PDP Product detail fix */


/* Mini cart hack */

.cc_mini_cart .row .col-xs-8 {
    width: 58.33333333% !important;
}

.cc_mini_cart .row .col-xs-4 {
    width: 41.66666667% !important;
}

.cc_mini_cart .cc_items {
    display: flex;
    align-items: center;
}


/* Mini cart hack */


/* Cart hack */

.cc_cart_item .cc_wish_finder .cc_wish_buttons .btn-group {
    width: 181px;
}


/* Cart hack */


/* Order Templates hack */

.cc_wish_row .gp_quantity_block .cc_qty_control_row>div {
    padding: 0;
}

.cc_wish_row div:nth-child(3) {
    padding: 0;
}


/* Order Templates hack */


/* Select Textbox Hack */

select.input-sm {
    line-height: 30px;
}

span.cc_attr_qty.cc_qty {
    display: block;
}

.row.cc_attr_row {
    margin-bottom: 15px;
}


/* Select Textbox Hack */


/* Sidebar search box hack */

.search_button .cc_sidebar_search_button {
    height: 30px;
}


/* Sidebar search box hack */


/* my account Datepicker higher z-index Hack */

.datepicker {
    z-index: 5000 !important;
}


/* my account Datepicker higher z-index Hack */


/* Compare Tray hack */

.compareTray .cc_navbar-fixed-bottom {
    background-color: #fff;
    box-shadow: 0 0 18px #888888;
    -webkit-box-shadow: 0 0 18px #888888;
}

.cc_main_container>span>p>img {
    margin: 0 auto;
    display: block;
    width: 100%;
}


/*.featured-prod p.description.cc_description {
    display: none;
}*/


/*.prodDetailContainer .cc_product_detail_container .panel-heading.cc_heading {
    display: none;
}*/

.panel.panel-default.cc_panel.cc_paginator_products_inc .cc_body .row:last-child {
    display: block;
}

.panel.panel-default.cc_panel.cc_paginator_products_inc .cc_body .row:nth-child(1) {
    padding: 0 15px;
}

.desktop_body div:last-child .panel.panel-default.cc_panel.cc_paginator_products_inc .cc_body .row:first-child {
    display: block;
}


/*.desktop_body div:last-child .panel.panel-default.cc_panel.cc_paginator_products_inc .cc_body .row:last-child {
    display: none;
}*/

.col-md-5.col-xs-12.cc_navbar_col_acct {
    width: 65%;
}


/*----- Text Styles -----*/


body, h1, h2, h3, h4, h5, h6, p, li, .slds-scope {
    font-family: "Open Sans", sans-serif !important;
}

h1, h2, h3, h4, h6 {
    font-weight: 400;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size:20px;
}

p, ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
ul.bullet-list {
	list-style-type: disc;
}
ul.bullet-list li {
	margin-left: 22px;
}

a {
    color: #1A1A1A;
    font-weight: 400;
    font-size:16px;
}

.forceCommunityRichText h1 {
    font-size: 44px !important;
    font-weight: 100 !important;
}
.forceCommunityRichText h2 {
	font-size: 36px !important;
	font-weight: 100 !important;
}
.forceCommunityRichText h3 {
    font-size: 26px !important;
}
.forceCommunityRichText h4 {
    font-size:20px !important;
}

a:hover {
    color: #1A1A1A;
}

h2, h3, .h3 {
    margin-bottom: 20px;
}

.cc_product_catalog_panel h4 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

h4 a {
    font-weight: 700;
    color: #000;
}

h5, .h5 {
    margin-bottom: 5px;
}

img {
    vertical-align: middle;
    height: auto;
}

.featured-prod .panel-title {
    font-size: 20px;
}
.plp-avail-text {
    font-size:16px;
    font-weight: 650;
    padding-bottom: 10px;
}
.plp-price-per-unit {
    color: #595959;
    font-family: "Open Sans", sans-serif;
}
h5.panel-title {
    font-size: 12px;
    position: relative;
}

h4.product_title.cc_product_title {
    font-size: 20px;
    color: #1b1b1b;
    font-weight: 700;
}

.prodDetailContainer .cc_quantity_block .form-group div.col-sm-5,
.prodDetailContainer .cc_quantity_block .form-group div.col-sm-5 input {
    display: inline;
}

.cc_main_content_col .cc_main_content_row {
    margin: 0;
}
.btn-default, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default:hover {
    color: #FFF;
}
.btn-default:focus,
.btn-default:hover,
.btn-default:hover:active
{
	color: white;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.btn-default:hover, button.btn.btn-default.btn-sm.active {
    color: #B3B3B3;
    background-color: #80221e;
}
.cc_mini_quick_order button.btn.btn-default.btn-sm.addMore.cc_addmore {
    float: right;
    border: 1px solid;
	background-color: white;
}
.btn.btn-default.btn-sm.updateCartButton.cc_update_cart_button,
.btn-secondary
{
    font-size:16px !important;
    border: 1px solid;
	background-color: white;
    border-radius: 25px;
    padding: 9px 20px;
}
.btn-cc-order {
    font-size: 16px;
    font-weight: 700;
    border-radius: 5rem;
    border: 1px solid;
}

/* Included from Trident Style Resource for faster loading */
.primary-button {
    font-family: "Open Sans", sans-serif !important;
    border: none !important;
    border-radius: 25px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0px 20px !important;
    text-align: center !important;
    height:45px !important;
    line-height: 1 !important;
    min-width: 80px;
}
.primary-button:hover {
	color: white !important;
	-webkit-transition: all 200ms ease-in-out !important;
	transition: all 200ms ease-in-out !important;
}
.primary-button:active, .primary-button:focus {
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.50) !important;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.50) !important;
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.50) !important;
}
.primary-button:focus, .secondary-button:focus {
	outline-width: 0px;
}

a.primary-button, a.secondary-button {
    padding: 10px 20px !important;
}

a.primary-button:hover, a.secondary-button:hover {
    text-decoration: none !important;
}

a.primary-button:hover {
    color: white;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.secondary-button {
	background-color: white;
    font-size: 16px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    height: 45px !important;
    padding: 0px 20px !important;
    min-width: 80px;
}


.secondary-button:focus:enabled,
.secondary-button:hover:enabled,
a.secondary-button:hover {
	color: white !important;
	-webkit-transition: all 200ms ease-in-out !important;
	transition: all 200ms ease-in-out !important;
}

.secondary-button:active {
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.50) !important;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.50) !important;
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.50) !important;
}
.secondary-button[disabled], .secondary-button:disabled, .primary-button:disabled, .primary-button[disabled] {
    opacity: 0.5;
    cursor: auto !important;
}



.set-width-100 {
    width: 100%;
}

.cc_action_totals button.btn.btn-default.btn-sm.continueShoppingButton.cc_continue_shopping_button,
.cc_action_totals button.btn.btn-default.btn-sm.cc_create_cart_wishlist,
.cc_action_totals button.btn.btn-default.btn-sm.updateCartButton.cc_update_cart_button,
.cc_action_totals a#emailCartLink button.btn.btn-default.btn-sm.remove.cc_email_cart_link_button {
    background-color: #fff;
    color: #4c788f;
}

.panel.panel-default.cc_panel.cc_myaccount_profile h3.cc_title {
    margin-bottom: 30px;
}

.panel.panel-default.cc_panel.cc_myaccount_profile h3.panel-title.cc_title {
    margin-bottom: 10px;
}


/*----- Containers ----- */

body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px;
    color: #1A1A1A;
    background-color: transparent;
}

html {
    overflow-x: hidden;
}

.contentBody.cc_content_body {
    padding-top: 9px;
    padding-bottom: 80px;
	margin-left:20px;
	margin-right:20px;
}


/* ----- Header Styles - Toolbar -----*/

.header .navbar-inverse {
    background-color: #f2f2f2 !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #1e1e1e;
    padding: 0 0 0 4px;
    line-height: 45px;
    display: block;
    letter-spacing: 0.05em;
    font-size: 0.8em;
    text-decoration: none;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #888;
    background-color: transparent;
}

p.header-spacer {
    margin: 0;
}

.navbar-inverse .fa {
    background-color: #989898;
    border-radius: 50%;
    color: #ddd;
    width: 25px;
    margin-right: 3px;
    padding-top: 1px;
    text-align: center
}

.navbar-inverse .navbar-nav .fa:before {
    color: #ddd;
    font-size: 15px;
    display: block;
    line-height: 21px;
    text-align: center
}

.navbar-inverse .navbar-form .form-control {
    display: block;
    border-right: none!important;
    width: 100%;
    height: 30px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ccc;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
}

.navbar-inverse .navbar-form .btn {
    padding: 0px 14px 4px 39px;
    margin-bottom: 0;
    font-size: 11px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.navbar-inverse .navbar-form .btn-default {
    background-color: transparent;
    border-left: none;
    border-color: #555;
}


/* ----- Header Styles - Menu -----*/

.navbar-default {
    background-color: #f2f2f2;
    border: none;
    height: 65px;
    margin-bottom: 0;
    /*    box-shadow: 0px 0px 5px #eee;*/
}

#navbar .cc_navbar-nav li a {
    color: #1e1e1e !important;
    line-height: 45px;
    display: block;
    padding: 5px 17px 0;
    font-size: 14px;
    font-weight: 500;
}

#navbar .cc_navbar-nav li a:hover,
#navbar .cc_navbar-nav li.open>a {
    color: #eee;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

#navbar li a#phoneLogo i {
    display: none;
}
/*----- Carousel -----*/

.carousel-control.right,
.carousel-control.left {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: none;
    width: 10%;
    opacity: .8;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 29px;
    font-weight: 100;
    color: #fff;
}

#seller-carousel .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

#seller-carousel .carousel-control {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 25px;
    font-size: 99px;
    font-weight: normal;
    padding-top: 30px;
    color: #1b1b1b;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

#seller-carousel a.right.carousel-control.cc_right_carousel-control {
    left: inherit;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    height: auto;
    width: 100%;
    max-height: 600px;
    max-width: 1120px;
}


/*----- General Assets -----*/

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.label-default {
    background-color: #4c788f;
}

li.effAccount.cc_eff_account a {
    padding-left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 10px 0;
}

.seller-locator-search {
    margin-bottom: 20px
}

.panel.panel-default.cc_panel.cc_wishlist_panel {
    background-color: #f3f3f3;
    padding: 15px 25px;
    margin-bottom: 40px;
}

.panel.panel-default.cc_panel.cc_category_tree {
    border-bottom: 2px solid #ddd;
}

.cc_category_tree span.pull-right.cc_icon_area {
    position: absolute;
    right: 0;
    top: 10px;
}

.panel-heading {
    padding: 0px !important;
    border-bottom: none;
}

.panel-title,
h3.cc_section_title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 10px 0;
    color: #000;
}

.well {
    min-height: 20px;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cc_right_col .panel-heading,
 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.cc_product_catalog_panel h3.cc_cat_name {
    color: #000;
    margin-top: 0;
}

.panel-body {
    padding: 10px 0 0;
}

.panel-footer {
    padding: 0;
    background-color: transparent;
    border-top: none;
}

.panel-default>.panel-heading {
    color: #1a1a1a;
    background-color: transparent;
    border-color: #ddd;
    text-align:center;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    padding: 0 0 2px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    padding-bottom: 10px;
}

/* CARDS */

.img-prop-rounded,
.prop-card{
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    padding: 0px;
}


.img-rounded,
.promo-card,
.panel.panel-default.MiniCart.cc_mini_cart,
.panel.panel-default.cc_panel.cc_mini_quick_order,
.panel.panel-default.cc_panel.cc_spotlight_products,
.featured-product-card
{
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.50);
    background-color: white;
}

.img-rounded,
.promo-card
{
    padding: 0px;
}

img.promo_desk.promo_nolink.img-responsive.cc_promo_img {
    width:100%;
}

/* END CARDS */

/* CARDS HEADING */
.panel-default.MiniCart.cc_mini_cart>.panel-heading.cc_heading,
.panel-default.cc_panel.cc_mini_quick_order>.panel-heading.cc_heading
{
    border-bottom: 1px solid #949494;
}
/* END CARDS HEADING */

.promotion-box-LeftNav .panel {
    border: none;
    padding-bottom: 0;
}

hr {
    border-top: 1px solid transparent;
    margin: 0;
}

.cc_content_body {
    /*    padding-top: 30px;*/
    padding-bottom: 100px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #1a1a1a;
}

.nav-tabs>li>a {
    border-radius: 0;
    color: #1A1A1A;
}

.tab-content.cc_tab-content {
    padding: 30px 0;
}

p.secContentDescription b {
    margin: 20px 0 15px;
    display: block;
}

p.secContentDescription ul {
    margin: 10px 0 15px 25px;
    padding: 0;
}

p.secContentDescription li {
    margin: 10px 0 0 0;
}

.widgetSection .panel-heading.cc_heading {
    border-bottom: 2px solid #1A1A1A;
    margin-bottom: 20px;
}

.img-thumbnail {
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
    padding: 20px;
    text-align: left;
}

img.media-object.cc_media-object.img-responsive {
    margin: 0 auto 30px;
}


/*----- Buttons -----*/

.btn {
    padding: 9px 15px;
    margin-bottom: 0;
    font-size: 11px;
    border: none;
    border-radius: 25px;
    transition: 0.5s all;
}
.dropdown-menu > .cc_sort_name_item > button.btn.btn-default.cc_sort_option {
    border-radius: 0px;
}

.btn:hover, btn:focus, .btn.focus {
    color: 0;
}

.btn-primary {
    color: #fff;
    background-color: #395b6b;
    border-color: #395b6b;
}

.btn-success {
    color: #4b9b78;
}

.btn-info {
    color: #4b9b78;
}

.btn-warning {
    color: #dda036;
}

.btn-danger {
    color: #a84741;
}

.form-group .btn {
    margin-top: 20px;
}

.input-group-btn .btn {
    padding: 8px 12px 9px;
    margin-bottom: 0;
    margin-top: 0;
}

button.btn.btn-default.btn-sm.loggedInAction.cc_logged_in_action
{
    font-size:16px !important;
}

button.btn.btn-default.btn-xs.add_to_compare_desktop_button.cc_addto_compare {
    background-color: white;
    color: #4c788f;
}

button.btn.btn-primary.btn-xs.add_to_compare_desktop_button {
    background-color: transparent;
    color: #4c788f;
    padding: 5px 0;
}

button.btn.btn-primary.btn-sm.addItem.cc_add_item.pull-right {
    width: 143px;
}


/*----- Forms -----*/

.form-control {
    height: 30px;
    padding: 6px 12px;
    font-size: 11px;
    color: #1A1A1A;
    border: 2px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quantity .form-control {
    text-align: right;
    background-color: transparent;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}


/*----- Minicart -----*/

.minicart {
    padding: 0;
    margin-bottom: 30px;
    background-color: #f3f3f3;
}

.panel.panel-default.cc_mini_cart {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 10px 20px 20px;
}

.minicart .cc_product,
.minicart .cc_qty,
.minicart .cc_total_qty,
.minicart .cc_total_price,
.form-group label {
    font-size: 12px;
    /*    padding-bottom: 5px;*/
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.mini_cart span.cc_subtotal {
    float: right;
}

.minicart .cc_total_price,
.minicart .cc_qty {
    text-align: right
}

.summary.cc_summary {
    padding-top: 4px;
    border-top: 1px solid #ccc;
    margin-top: 4px;
}

.minicart button.btn.btn-default.loggedInAction.cc_logged_in_action {
    float: right;
}

.form-horizontal .form-group {
    margin-bottom: 5px;
}


/*----- Alerts -----*/

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 0;
}


/*----- Featured and Spotlight -----*/

span.cc_price,
p.price {
    color: #989898;
}

.cc_price_block .price.cc_price {
    font-size: 16px;
    color: #1b1b1b;
}

.cc_spotlight_products .row {
    margin-bottom: 10px;
}

.featured-prod .col-md-12,
.cc_feeatured_products .col-md-6 {
    text-align: center;
    margin-bottom: 30px;
}

.cc_feeatured_products .cc_product_name_img {
    display: block;
    /*min-height: 190px;*/
    margin-bottom: 20px;
}
/*----- Wishlist -----*/

.quickwishdesk.cc_quickwishdesk {
    margin: 20px 0 0;
}

.cc_addto_cart {
    margin-top: 25px;
}


/*----- Product Details -----*/

.product_detail_title {
    font-size: 20px !important;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 28px;
}

.product_attributes {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.product_att_medium, .product_att_medium p {
    font-size: 16px;
    font-weight: 400;
}

.product_attributes_grey {
    color: #595959 !important;
}

.product_attributes_dark {
    color: #1A1A1A !important;
}

.product_availability {
    font-size: 18px;
    font-weight: 400;
    padding-top:4px;
    padding-bottom:5px;
}

.product_available {
    color: #29873C !important;
}

.product_low_stock {
    color: #1A1A1A;
}

.inc_dec_qty {
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    min-width: 35px;
    color: #1a1a1a;
    text-align:center;
}

.inc_dec_qty:active,
    .qty_controls.active,
    .qty_controls:hover,
    .qty_controls:hover,
    .qty_controls.hover,
    .qty_controls:focus,
    .qty_controls.focus {
        background-color: #ffffff;
        color: #1a1a1a;
    }

.secRelatedAccessories .prodDetRel {
    max-height: 200px;
}

.sku.cc_sku {
    margin: 10px 0 5px;
}

.inventory.cc_inventory {
    margin: 5px 0;
    font-size: 9px;
}

.prodDetailContainer .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
}

label.col-sm-7.control-label.cc_qty {
    width: 20px;
    padding-left: 0;
    padding-right: 0;
}

input#qty {
    width: 63px;
}

.col-md-2 i.fa {
    text-align: right;
    display: inline-block;
    margin-left: 8px;
    color: #4c788f;
}

.cc_main_prod_image {
    margin-bottom: 20px;
}

.products_1_row_medium_item.cc_product_item {
    margin-bottom: 50px;
}

.quick_wishlist.cc_quick_wishlist .row {
    margin: 0px;
}

.cc_product_catalog_panel .col-xs-2 {
    width: 100%;
    /*margin-bottom: 40px;*/
    text-align: center;
}

.cc_product_catalog_panel .row {
    width: 47.5%;
    float: left;
    margin: 0px 0 10px;
}

.cc_product_catalog_panel .row:nth-child(even) {
    float: right;
}

.cc_product_catalog_panel img.categoryList {
    /*width: 100%;*/
}

.cc_product_catalog_panel .panel-heading.cc_heading {
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

a.productName.cc_product_name {
    color: #000;
    font-size: 12px;
    font-weight: 900;
}

.container-fluid.cc_demo_splash {
    overflow: hidden;
    position: relative;
    width: 100%
}

.container.cc_main_container {
    margin-top: 45px;
}

.cc_compare_text_row .cc_compare_text_col {
    vertical-align: top;
}

.product_detail_container .product-price {
    font-size: 24px !important;
    font-weight: 400;
}
.product_detail_container .original-price {
    font-size: 16px;
}

.outer-pack-value.cc_value {
    color: #1A1A1A;
}

/*----- Filters -----*/

.cc_filter_breadcrumbs .cc_filter_breadcrumb.label {
    font-size: 100% !important;
    padding: .3em .6em !important;
    margin: 2px 0;
}

.cc_filter_breadcrumb_panel .cc_remove_filters {
    padding: 0;
    background-color: transparent;
    color: black;
    text-decoration: underline;
}

.noUi-target {
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #BBB;
    width: 70%;
    background: darkgrey;
}

.spec .upperDisp {
    margin-right: 23%;
    font-size: 10px;
    padding: 10px 0;
    display: block;
}

.spec .lowerDisp {
    font-size: 10px;
    padding: 8px 0;
    display: block;
}

.spec.cc_spec {
    position: relative;
}

button.slideFilter.btn.btn-default.btn-xs.cc_slide_filter {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
    padding: 3px 10px;
}

.panel-collapse {
    position: relative;
}

.panel.panel-default.cc_panel.cc_panel_filter_inner {
    margin-top: 30px;
}

.fa-lg {
    color: #989898;
}

i.fa.fa-lg.fa-th-list.listview {
    float: right;
}

i.fa.fa-lg.fa-th.gridview {
    float: right;
    margin-left: 10px;
}

#categories-right-nav a {
    display: block;
}

.center-block {
     font-size: 16px;
 }



/*----- Cart -----*/


/*.cartContainer,
.prodDetailContainer {
    padding-right: 70px;
}*/

.cc_cart_item_list .cc_price_block .price.cc_price {
    font-size: 16px;
    color: #595959;
}

.cc_cart_item_list a.prodLink.cc_prod_link {
    font-weight: 700;
    color: #000;
    font-size: 13px;
}

.cart_item {
    padding: 30px 0;
    margin: 0 0 30px;
    border-bottom: 2px solid #ccc;
}

.cart-links {
    font-size: 10px;
}

.cc_cart_item_container .cc_cart_item_list .cc_price_block {
    text-align: right;
}


/*----- MY ACCOUNT -----*/

.cc_myaccount_nav_list a {
    color: #000;
    font-weight: 700;
    font-size: 11px
}

.cc_myaccount_nav_list li {
    padding: 12px 0 10px;
}

ul#side_nav {
    margin: 20px 0;
}

button.slideFilter.btn.btn-default.btn-xs.cc_slide_filter {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
    padding: 3px 10px;
}

.panel.cc_myaccount_information,
.panel.cc_myaccount_user_information,
.panel.cc_myaccount_contact_information {
    border-bottom: 2px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.cc_myaccount_information .panel-heading.cc_heading,
.cc_myaccount_user_information .panel-heading.cc_heading {
    margin: 0;
    padding: 0;
}

.cc_main_content_col form {
    margin: 30px 0;
}

.acctmainSection {
    padding-right: 50px;
}


/*----- Table Styles -----*/

.table-responsive {
    background-color: #fff;
    padding: 30px;
    margin: 30px 0;
}


/*thead,
.cc_table_header_row {
    background-color: #8ca1b1;
    color: #fff;
}*/

tr.cc_table_row,
tr {
    border-bottom: 2px solid #ccc;
}

.table {
    margin: 0;
}

thead.compareRow.compareSKURow.cc_compare_sku_row {
    background-color: transparent;
}

th.compareCol.compareSKUCol.cc_compare_sku_col {
    padding: 8px;
}

tr.compareRow.compareImageRow.cc_compare_image_row,
tr.compareTextRow.compareNameRow.cc_compare_name_row,
tr.compareTextRow.compareDescRow.cc_compare_text_row,
tr.compareRow.compareAddtInfoRow.cc_compare_add_info_row,
tr.compareRow.compareUomRow.cc_compare_uom_row,
tr.compareRow.comparePriceRow.cc_compare_price_row,
tr.compareRow.compareQtyAvailRow.cc_compare_qty_avail_row,
tr.compareRow.compareAddToRow.cc_compare_addto_row,
thead.compareRow.compareSKURow.cc_compare_sku_row th {
    border: none;
}

.compareBasicInfo .form-group .btn {
    margin-top: 15px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: none;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.table-hover>tbody>tr:hover {
    background-color: #8CA1C3;
}

table .cc_table_header i.fa {
    font-size: 7px;
    color: #fff;
}

#seller-carousel .col-md-3 {
    width: 25%;
    text-align: center;
}


/*----- Specs ----- */

.nvRow.nvGroupRow.cc_nv_group_row {
    background-color: #eee;
    padding: 30px;
}

.nvRow.cc_nv_row.row .col-xs-6 {
    padding-left: 0;
}

p.groupName.cc_group_name {
    background-color: #8ca1b1;
    padding: 10px;
    color: #fff;
}

.nvRow.cc_nv_row.row {
    padding: 10px 0;
    margin: 0;
}


/*----- Footer -----*/

a.navbar-link.cc_footer_link {
    color: #989898;
    letter-spacing: 1px;
    border-right: 1px solid #989898;
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 0;
    font-size: 1rem
}

.list-inline>li:last-child a.navbar-link.cc_footer_link {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.list-inline>li {
    display: inline-block;
    /*    padding-right: 0px;
    padding-left: 0px;*/
}

.container-fluid.navbar-inverse.cc_navbar-inverse {
    padding: 40px 0 0px;
}

.row.cc_footer_logo_row {
    margin-top: 20px;
}

.col-md-6.cc_main_content_col {
    padding: 0 40px;
}

div#seller-carousel .carousel-indicators {
    display: none;
}

.secRelatedCrossSell.cc_secRelatedCrossSell {
    text-align: center;
}

p.cc_prod_name a,
p.cc_seller_name,
p.name.cc_name {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.quick_wishlist.cc_quick_wishlist .cc_wish_row {
    margin: 10px 0;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
}

.text-center.cc_current_page {
    padding-top: 5px;
}

.cc_pricing.control p.price {
    color: #000;
    padding-top: 10px;
    font-size: 15px;
}

label.cc_items_per_page {
    font-weight: normal;
}

.value.cc_value {
    margin-bottom: 5px;
}

.dynamicKitSection.cc_dynamic_kit_section .panel {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cc_action_totals.pull-right {
    padding-top: 10px;
}

.cc_qty_control_row input.btn.btn-default.btn-sm {
    font-size: 11px;
    padding: 9px 8px;
    width: 25px;
    height: 30px;
}

button.btn.btn-default.btn-sm.checkOutBtn.cc_checkout_btn.pull-right {
    padding: 9px 15px;
    font-size: 11px;
}

.grand_total p {
    color: #000;
    font-size: 19px;
    margin: 30px 0;
}

p.cc_paginator_legend {
    padding-top: 5px;
}

input.btn.btn-default.btn-sm.processUserInfo.cc_process_user_info,
button.btn.btn-default.btn-sm.searchFilter.cc_seaerch_filter_btn,
button.btn.btn-default.btn-sm.addItem.cc_add_item,
button.btn.btn-default.btn-sm.addToCart.cc_addtocart,
button.btn.btn-default.btn-sm.addMore.cc_addmore,
button.btn.btn-default.btn-sm.loggedInAction.cc_logged_in_action,
button.btn.btn-default.btn-sm.updateCartButton.cc_update_cart_button,
input.btn.btn-default.btn-sm.proceed.processShippingInfo.cc_proceed,
input.btn.btn-default.btn-sm.button.makePOPayment.cc_make_po_payment,
button.btn.btn-default.btn-sm.useStoredPayment.cc_use_stored_payment,
input.button.processBack.btn.btn-default.btn-sm {
    padding: 9px 17px;
    font-size: 11px;
}

img.img-responsive.img-rounded.cc_promo_img {
    margin-bottom: 10px;
}

.img-thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.cc_secRelatedComplementary .col-xs-6 {
    height: 130px;
}

.cc_wish_form .col-md-2.cc_wish_img {
    padding: 0;
}

span.cc_price_value {
    color: #1A1A1A;
}

#at4-share,
#at4-soc {
    top: 50px !important;
    bottom: auto;
}

#navbar .cc_navbar-nav .cc_dropdown-menu li a {
    line-height: 30px;
    font-size: 12px;
    color: #1A1A1A;
}

#navbar .cc_navbar-nav .cc_dropdown-menu li a:hover {
    color: #fff;
    background-color: 0;
}

.dropdown-submenu>.dropdown-menu {
    margin-top: -6px;
    margin-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    background-color: #3b3b3b;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    background-color: 0;
}

.dropdown-submenu>a:after {
    margin-top: 10px;
}

.cc_rank_display {
    margin: 5px 0;
    display: block;
}

.products_1_row_medium_item.cc_product_item .row.cc_qty_control_row {
    margin-bottom: 5px;
}

.cc_tabs_container img {
    width: auto;
}

.cc_main_container .cc_quick_wishlist_item img,
.cc_feeatured_products img.featured {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.cc_quick_wishlist {
    text-align: center;
}

img.mainProdImage.prodDetail.img-responsive {
    width: 100%;
}

.wishFinder button.btn.btn-default.btn-sm.addItem.cc_add_item,
.wishButtons button#dropWish {
    padding: 4px 7px 2px;
    color: #fff;
}

.col-md-4.col-md-offset-3.wishFinder {
    margin-left: 15px;
}

.fa-lg {
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    vertical-align: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.btn:active,
.btn.active {
    outline: none;
    outline-offset: -2px;
    box-shadow: none;
}

.panel.panel-default.cc_panel.cc_shopping_cart_discount_panel {
    background-color: #f3f3f3;
    padding: 30px;
}

form#couponAddForm {
    margin: 0;
}

.cc_myaccount_content.panel-body.cc_body {
    padding: 0;
}

button.btn.btn-default.btn-sm.searchFilter.cc_seaerch_filter_btn,
button.btn.btn-default.btn-sm.addItem.cc_add_item,
button.btn.btn-default.btn-sm.addToCart.cc_addtocart,
button.btn.btn-default.btn-sm.addMore.cc_addmore,
button.btn.btn-default.btn-sm.loggedInAction.cc_logged_in_action,
button.btn.btn-default.btn-sm.updateCartButton.cc_update_cart_button,
.wishFinder .cc_action button.btn.btn-default.btn-sm.addItem.cc_add_item,
input.btn.btn-default.btn-sm.register.cc_register,
#collapseSellerLocatorSearch input.btn.btn-default.btn-sm.search-button.cc_search-button,
input.cc_login_button.btn-sm,
button.btn.btn-default.btn-sm.addToCart.cc_add_to_cart,
button.addAddress.btn.btn-default.btn-sm.cc_add_address_btn,
input.btn.btn-default.btn-sm.cc_cancel_addr.cancelAddr,
input.btn.btn-default.btn-sm.saveAddr.cc_save_addr,
input.btn.btn-default.btn-sm.gotoSectionContactInfoEdit.cc_edit_profile,
button.openModalAddr.btn.btn-default.btn-sm.cc_open_modal_addr,
button.deleteAddress.btn.btn-default.btn-sm.cc_delete_addr,
input.btn.btn-default.btn-sm.createTemplate.cc_create_template,
button.btn.btn-default.btn-sm.makePayment.cc_make_payment,
input.btn.btn-default.btn-sm.processReview.proceed.cc_process_review,
input.btn.btn-default.btn-sm.processBack.cc_process_back,
button.btn.btn-default.btn-sm.addItem.cc_add_item.pull-right,
input#submit,
input.btn.btn-default.btn-sm.processLLIShippingInfo.proceed.cc_proceed,
input.btn.btn-default.btn-sm.processReview.proceed.cc_proceed {
    padding: 9px 17px;
    font-size: 11px;
    min-width: 100px;
}

button.btn.btn-default.btn-sm.searchFilter.cc_seaerch_filter_btn {
    min-width: 0;
}

button.btn.btn-default.btn-sm.addToCart.cc_add_to_cart {
    margin-top: 0
}

.col-xs-12.cc_footer_logo_col img {
    max-width: 150px;
}

.splash-promo-Desktop img {
    width: 100%;
}

.col-md-5.cc_wish_prod_details {
    text-align: left;
}

.collapse h5.panel-title,
.collapsing h5.panel-title {
    font-weight: 300;
}

.navbar-inverse .modal-content .fa {
    padding: 5px 0 0 2px;
}

.cc_product_catalog_panel .cc_body .col-xs-10 p {
    text-align: center;
}

.cc_product_catalog_panel .cc_body .col-xs-10 {
    width: 100%;
}

.caret {
    margin-left: 10px;
}

.btn .caret {
    margin-left: 10px;
}

.cc_right_col .quick-order {
    margin-bottom: 20px;
}

header {
    /*    position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1050;
}

#navbar .cc_navbar-nav li a:hover,
#navbar .cc_navbar-nav li.open>a {
    color: #4c788f;
}

.mini_cart span.cc_cart_item_count,
.mini_cart span.cc_subtotal {
    font-weight: 700;
}

.mini_cart .cc_quantity .input.form-control {
    background-color: transparent;
}

.cc_mini_quick_order p.cc_caption {
    line-height: 1.2;
}


.modal-title,
.modal-header h3 {
    margin: 0;
    line-height: 1.42857143;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 0;
    text-align: left;
}

.slds-modal {
    background: transparent;
}

.slds-modal .modal-heading {
    font-size: 20px;
    padding-top: 10px;
    color: #1A1A1A;
    font-weight: 400;
}

.slds-modal.slds-modal_x-large .slds-modal__container {
    width: 90%;
    max-width: 1200px;
}

.cc_modal.cc_cart_attribute_items_modal .modal-dialog {
    width: 100%;
}

a#additionalInfoLink {
    font-size: 10px;
}

.filter_breadcrumb_container_main.cc_filter_breadcrumbs {
    margin: 20px 0;
}

.filter_breadcrumb_container_main.cc_filter_breadcrumbs .label {
    font-weight: 300;
    margin-right: 10px;
    font-size: 10px;
}

span.label.label-default.pull-right.cc_label.cc_check_filter_label {
    font-size: 10px;
    float: right !important;
}

.filterContainer .collapse h5.panel-title {
    font-weight: 700;
}

.filterContainer .panel-default>.panel-heading {
    border-bottom: 2px solid #ccc;
}

.filterContainer .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding-bottom: 10px;
}

a.productName.detailLin.cc_detail_linkk {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}

a.remove.cc_remove {
    color: #ccc;
}

.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    box-shadow: none;
    border: 1px solid #ccc;
    background-color: #4c788f;
    width: 15px;
    height: 15px;
}

.noUi-base {
    margin-top: 10px;
}

.noUi-target {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    width: 70%;
    background: #ccc;
    height: 4px;
    margin-top: 4px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-origin {
    border-radius: 0;
    top: -3px;
}

.listPaginationSec .col-xs-4 {
    padding: 0;
}

.container.cc_main_container.cc_tmpl_OneColRD.cc_main_content_col {
    margin-top: 10px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-top: 10px;
}

button.btn.btn-default.btn-sm.addToCart.cc_add_to_cart {
    margin-top: 0
}

.cc_main_container .cc_dynamic_kit_section .cc_quick_wishlist_item img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 240px;
}

.cc_dynamic_kit_section .cc_name {
    text-align: left;
    height: 34px;
    margin-top: 10px;
}

.cc_dynamic_kit_section .form-control[disabled],
.cc_dynamic_kit_section .form-control[readonly],
.cc_dynamic_kit_section fieldset[disabled] .form-control,
.cc_dynamic_kit_section .form-control {
    float: right;
    max-width: 50px;
}

input.form-control.input-sm.cc_qty_input {
    max-width: 50px
}

.cc_dynamic_kit_section .cc_pricing.control p.price {
    color: #000;
    padding-top: 0px;
    font-size: 15px;
}

.cc_cart_sort_item .label {
    font-weight: 300;
}

.cc_dynamic_kit_section .cc_quick_wishlist {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.dynamicKitSelSection .cc_widget_column {
    padding-bottom: 10px;
    margin-top: 20px;
}

.dynamicKitSelSection .col-xs-2 {
    text-align: right;
}

.cc_widget_column span {
    font-weight: 700;
    color: #000;
}

img.detailLink.prodDetRel.img-responsive {
    max-width: 200px;
    margin: 0 auto;
}

button.close {
    font-size: 25px;
}

.includedItemsSection .cc_quick_wishlist {
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.includedItemsSection h3.panel-title.cc_title {
    border-bottom: 2px solid #666;
    margin-bottom: 30px;
}

.acctmainSection h3.panel-title.cc_title,
.cc_myaccount_profile h3.cc_title {
    font-size: 20px;
    color: #000;
    font-weight: 700
}

h3.panel-title.cc_title {
    font-size: 26px;
}

.acctmainSection .cc_myaccount_profile h3.panel-title.cc_title {
    font-size: 13px
}

input.form-control.cc_address2 {
    margin: 5px 0;
}

.col-md-6.myAccBillingAddr.cc_billing_address,
.col-md-6.myAccShippingAddr.cc_shipping_address,
.col-md-6.myAccMailingAddr.cc_mailing_address,
.col-md-6.myAccOtherAddr.cc_other_address {
    background-color: #efefef;
    padding: 25px 20px;
    width: 47.5%;
    margin-left: 15px;
    margin-top: 20px;
    float: left;
}

.col-md-6.myAccShippingAddr.cc_shipping_address {
    float: right
}

.acctmainSection .cc_myaccount_general .cc_shipping_address {
    float: left;
}

span.cc_profile_billing_label,
span.cc_profile_shipping_label,
span.cc_profile_other_label,
span.cc_profile_mailing_label {
    background-color: #8ca1b1;
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
}

span.cc_profile_billing_value,
span.cc_profile_shipping_value,
span.cc_profile_mailing_value,
span.cc_profile_other_valuel {
    padding: 10px;
    display: block;
}

p.cc_addr_name {
    font-size: 13px;
    font-weight: 700;
}

p.cc_addr_company {
    font-size: 13px;
    font-weight: 700;
}

td.cc_address_control {
    text-align: right;
}

.table-hover>tbody>tr:hover {
    background-color: #ddd;
}

.status.cc_address_type_value {
    font-weight: 700;
    color: #000;
}

.form-group-sm .form-control {
    border-radius: 0px;
}

.panel.panel-default.cc_panel.seller-locator.cc_seller_list_panel {
    border-bottom: 2px solid #ccc;
}

.nav-justified li.cc_checkoutStep a {
    margin-bottom: 0;
    background-color: #eee;
    display: block;
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 50px;
    padding: 0;
    color: #fff
}

.nav-justified li.cc_checkoutStep.active a {
    background-color: #4c788e;
}

.nav-justified li.cc_checkoutStep.active a h4 {
    color: #fff;
}

.nav-justified li.cc_checkoutStep a h4 {
    line-height: 51px;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

ul.nav.nav-pills.nav-justified.thumbnail {
    /*    margin-top: 0;
    position: absolute;
    top: 110px;
    left: 0;*/
}

.home_slider.cc_home_slider .row>div {
    position: relative;
    top: 120px;
    text-align: center;
}

.btn.btn-sm,
.cc_action_totals button.btn.btn-default.btn-sm.updateCartButton.cc_update_cart_button,
button.btn.btn-primary.slim.gotoProductCompare.cc_goto_prod_compare {
    /*    padding: 5px 7px 3px;*/
    /* padding: 0px 20px !important; */
    font-size: 16px;
}

.cc_compare_tray_controls .col-xs-3.col-xs-offset-6 {
    text-align: right;
}

.cc_compareTrayProdSku span.cc_prodSku {
    display: none;
}

.prodListSec .cc_heading .col-md-2 {
    float: right;
    text-align: right;
}

.row.collapse.compareCollapse:first-child {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

form#buyerInfo .col-sm-6 {
    padding-left: 0;
}

form#buyerInfo .col-sm-6 label {
    margin-top: 10px;
}

.cc_compare_tray_name {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.billingAddressPanel.col-xs-4 {
    padding: 10px;
}

div#addressCarousel .item .subItem {
    width: 100%;
}

div#addressCarousel {
    /*    border: 2px #3b677e;
    border-style: outset;
    padding: 2px;
    margin: 0px;
    background: #fff;*/
}

.panel.panel-default.cc_panel.cc_shipping_group_panel {
    background: #eee;
    padding: 10px;
}

.panel-body.cc_body.cart_summary_body.table-responsive {
    background-color: white;
    padding: 0px;
    margin: 0px;
}

.summaryWidget {
    border: 1px #ccc solid;
    padding: 10px;
}

.cc_lliorder_details .panel.panel-default.cc_panel {
    background: #eee;
    padding: 15px;
}

.cc_lliorder_details .addressEntry.col-sm-6.cc_address_entry {
    padding: 0 0 0 15px;
}

.invoiceHeaderContainer.row.cc_invoice_header_container {
    background: #eee;
    padding: 15px;
    margin-bottom: 15px;
}

.row.cc_subscription_order_row {
    border: 1px #eee solid;
    padding: 15px;
    margin-bottom: 5px;
}

.row.cc_subscription_order_history {
    background: #eee;
    padding: 15px;
}

.cc_myaccount_mywishlists_container .row.cc_wishlist_item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #ddd solid;
}

.cc_myaccount_mywishlists_container .cart_item {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.addressEntry.col-xs-12 {
    padding-left: 0;
}

.prodListSec .cc_product_item .cc_qty_control_row input#qty {
    margin-right: 0;
    float: right;
}

.col-md-4.products_1_row_medium_item.cc_product_item {
    border: 1px #eee solid;
    min-height: 395px;
}

.cc_product_item .col-md-12:first-child a.productName.cc_product_name {
    /*height: 165px;
    overflow: hidden;*/
    display: block;
}

.cc_product_item .col-md-12 a.productName.cc_product_name {
    min-height: 36px;
    display: block;
    margin-top: 15px;
}

.navbar-fixed-bottom.container.cc_container.cc_navbar-fixed-bottom.compareTray {
    bottom: 0vh;
    padding: 20px 30px 5px;
    box-shadow: 0px 1px 19px #999;
}

.compareTrayProdImageSec.cc_compare_tray_img img {
    max-width: 75px;
    text-align: center;
    margin: 0 auto 10px;
}

.cc_compareTrayProdSku button.close {
    font-size: 24px;
    position: absolute;
    color: #000;
    top: 0;
    right: 0;
    margin: 0 10px 0;
}

.grid_buttons button.btn.btn-default.btn-sm.addItem.cc_add_item.pull-right {
    padding: 4px 7px 2px;
    min-width: 58px;
}

form#searchInvoiceForm .form-group {
    margin-right: 10px;
}

.cc_widget_column span.qty.cc_qty {
    float: left;
}

.cc_lli_move_items_panel {
    max-height: none;
    overflow-y: auto;
}

.storedPaymentContainer.po.cc_stored_payment_container {
    margin: 20px 0;
}

.cc_order_summary p.cc_subtotal {
    margin: 20px 0;
}

.cc_order_summary span.pull-left.cc_subtotal_label,
.cc_order_summary span.pull-left.cc_grand_total_label {
    float: none!important;
}

.cc_order_summary span.pull-left.cc_grand_total_label,
.cc_order_summary span.pull-right.cc_grand_total_value {
    float: none!important;
    font-size: 19px;
}

.cc_order_summary span.pull-right.cc_grand_total_value {
    margin-left: 9px;
}

span.pull-right.cc_subtotal_value {
    float: none!important;
    margin-left: 10px;
}

.summaryRow {
    font-size: 17px;
}

.addressEntry.col-sm-6.cc_address_entry {
    padding: 0 0 20px 0;
}

.cc_subscription_image {
    margin-bottom: 20px;
}

span.cc_subscription_product_label {
    font-size: 17px;
    color: #000;
}

span.cc_subscription_product_label a.prodLink {
    color: #000;
}

.invoiceContainer.cc_invoice_action_container {
    text-align: left;
    float: left;
    margin: 10px 0 20px;
}

.cc_secRelatedCrossSell p.cc_prod_name {
    margin-top: 20px;
}

@media (min-width:1001px) {
    .products_1_row_medium_item.cc_product_item .col-md-2 {
        width: 33.33333333%;
    }
    .products_1_row_medium_item.cc_product_item .col-md-5 {
        width: 33.33333333%;
    }
    .col-md-8.col-md-offset-1.cc_main_content_col {
        margin-left: 0px;
        width: 75%;
    }
    .col-md-5.col-xs-12.cc_navbar_col_acct {
        width: 47%;
    }
}

@media (max-width: 1199px) {
    #logoUrl {
        width: 970px;
    }
    .cc_header .cc_misc_function .cc_navbar-nav {
        width: 210px;
    }
    #searchText:focus {
        width: 730px;
    }
    .container-fluid.navbar-inverse.cc_navbar-inverse {
        background-size: 1100px;
    }
    .cc_grid_container .cc_product_container .img-responsive {
        height: 160px;
        max-width: 212px;
    }
    .cc_mini_cart .cc_update_cart_button {
        width: 100%;
    }
    .cc_mini_cart .cc_logged_in_action {
        width: 100%;
    }
    .cc_product_row_actions .wishButtons .btn-group {
        width: 181px;
    }
    .navbar-nav {
        margin: 0;
        float: left;
    }
}

@media only screen and (max-width: 991px) {
    #logoUrl {
        position: relative;
        width: 768px;
        top: -30px;
    }
    .cc_header .cc_misc_function .cc_navbar-nav {
        width: 210px;
    }
    .cc_lssec .cc_navbar_nav {
        position: absolute;
        top: 20px;
        left: 10px;
    }
    .cc_col_search {
        /*    right: -20px;*/
        width: inherit;
        top: 32px;
    }
    #searchText {
        width: 150px;
    }
    #searchText:focus {
        width: 530px;
    }
    .acctmainSection {
        padding-right: 0;
    }
    .cc_navbar_col_acct .cc_my_chead {
        position: relative;
        top: 20px;
        right: 10px;
    }
    .cc_navbar_col_acct .cc_my_account {
        position: relative;
        top: 20px;
        right: 15px;
    }
    .cc_my_chead a,
    .cc_loginoutsec a {
        white-space: nowrap;
    }
    .cc_navbar_col_acct .cc_loginoutsec {
        position: absolute;
        top: 0px;
        right: 10px;
    }
    .cc_navbar_col_acct .cc_navbar-header {
        position: absolute;
        right: 0;
    }
    .cc_product_container .cc_row_product_info .cc_qty_control_row .col-xs-12 input {
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .cc_header .cc_navbar_col_misc {
        left: 0;
    }
    .col-md-5.cc_wish_prod_details,
    .gp_quantity_block .cc_text-right {
        text-align: center;
        font-size: 1.3em;
    }
    #cc_store_logo_img {
        height: 60px;
        width: 90px;
    }
    #logoUrl {
        top: 5px;
    }
    .cc_col_search {
        right: -23px;
        width: 100%;
        top: 28px;
    }
    .cc_col_search .cc_nav {
        margin: 0 80px;
    }
    .navbar-static-top {
        z-index: 1000;
    }
    #searchText {
        width: 100%;
    }
    #searchText:focus {
        width: 100%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
        width: 100%;
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background-color: #000;
        height: 5000px;
    }
    .navbar-default .cc_navbar-nav {
        display: block;
        margin: 0;
    }
    .cc_home_slider {
        background-color: transparent;
    }
    .navbar-toggle {
        position: absolute;
        float: none;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0px;
        top: 9px;
        right: 0px;
    }
    .cc_page_controls {
        padding-bottom: 15px;
    }
    .secRelatedAccessories .prodDetRel {
        max-height: 150px;
    }
    .cc_content_body .lliPaymentContainer .row .col-xs-8,
    .cc_content_body .lliPaymentContainer .row .col-xs-4 {
        width: 100%;
    }
    .cc_content_body .lliPaymentContainer .row .col-xs-8 {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 600px) {
    .cc_navbar {
        background-color: #000;
    }
    .navbar-toggle {
        position: absolute;
        float: none;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0px;
        top: 10px;
        right: 0px;
    }
    .cc_product_results_tagline {
        display: block;
        float: none !important;
        margin-top: 10px;
    }
    .secRelatedAccessories .prodDetRel {
        max-height: 150px;
    }

    .pad-bottom {
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 523px) {
    .datepicker {
        width: 100%;
        left: 0 !important;
        overflow: scroll;
    }
    .secRelatedAccessories .prodDetRel {
        max-height: 50px;
    }
}

@media only screen and (max-width: 400px) {
    .cc_misc_function .cc_navbar-nav {
        position: absolute;
        top: 19px;
        left: 10px;
    }
    .cc_lssec .cc_navbar_nav {
        position: absolute;
        top: 40px !important;
        left: 5px !important;
    }
    .cc_my_account {
        position: absolute !important;
        top: 0px !important;
        right: 10px !important;
        white-space: nowrap;
    }
    .cc_my_chead {
        top: 40px !important;
    }
    .cc_loginoutsec {
        top: 20px !important;
    }
    .cc_col_search {
        top: 52px;
    }
    li.effAccount.cc_eff_account a {
        width: 115px;
    }
}


/******************************************************
* TOOLTIP STYLES
*******************************************************/

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #e4e4e4;
    border-radius: 0;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e4e4e4
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e4e4e4
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e4e4e4
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #e4e4e4
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #e4e4e4
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e4e4e4
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e4e4e4;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e4e4e4
}


/******************************************************
* TIERED PRICING STYLES
*******************************************************/

.cc_prt_outer_row,
.cc_prt_button_outer {
    background-color: #eee;
}

.cc_prt_outer_row_dk {
    background-color: transparent;
}

.cc_prt_outer_row_dk .cc_prt_div_outer {
    background-color: #eee;
}

.cc_prt_button_outer_dk {
    /* background-color: #FFF; */
}

.cc_prt_div_outer.cc_prt_div_outer {
    margin-top: 10px;
    padding-top: 10px;
}

.cc_prt_tool_tip_div_dk {
    margin-bottom: 10px;
}

.cc_prt_button_outer {
    padding-bottom: 10px;
}

.cc_prt_heading_label_div {
    margin-bottom: 10px;
}

.cc_prt_tier_box_selected.cc_prt_tier_box_text,
.cc_prt_tier_box_unselected.cc_prt_tier_box_text,
.cc_prt_tier_box_primary.cc_prt_tier_box_text,
.cc_prt_tier_box_overflow.cc_prt_tier_box_text {
    text-align: center;
    padding: 5px;
    margin: 5px 0;
}

.cc_prt_tier_box_selected.cc_prt_tier_box_text {
    background-color: #d7d7d7;
    color: #333;
    border: 1px solid #b3b3b3;
}

.cc_prt_tier_box_unselected.cc_prt_tier_box_text {
    background-color: #FFF;
    color: #666;
    border: 1px solid #dcdcdc;
}

.cc_prt_tier_box_text.cc_prt_tier_box_text_range {
    font-weight: 500;
}

.cc_prt_tier_box_text.cc_prt_tier_box_text_price {
    font-weight: 700;
}

.cc_prt_button.cc_collapse_button {
    background-color: #666;
    color: #FFF;
}

.cc_prt_button.cc_collapse_button:focus {
    outline: none;
}

.cc_prt_cart_row,
.cc_prt_outer_row_cart,
.cc_prt_cart_ttrow {
    background-color: #eee;
    padding: 5px 20px;
}

.cc_prt_heading_label {
    margin-top: 10px;
}

.cc_prt_tool_tip_div_ct {
    text-align: center;
}

.cc_prt_tool_tip_text_ct {
    display: block;
    margin-bottom: 10px;
}

/* order confirmation */

.order-success-border {
    border-bottom: 5px solid #29873C;
}

.order-warning-border {
    border-bottom: 5px solid #FDC500;
}

.order-fail-border {
    border-bottom: 5px solid #B6181F;
}

 .order-box-grid {
     display:inline-grid;
     grid-template-columns: auto auto auto;
 }

.order-box-standard {
     background-color: #FFFFFF;
}

.order-box-warning {
    background-color: rgba(253, 189, 6, 0.07);
}

.order-header-text {
    font-size: 36px;
    font-weight: 400;
    color: #1A1A1A;
}

.order-sub-header-text {
    font-size: 18px;
    font-weight: 400;
    color: #595959;
    line-height: 32px;
    margin: 0;
}

.order-sub-header-text-bold {
   font-size: 18px;
   font-weight: 700;
   color: #595959;
   line-height: 32px;
}

.order-reply-header-text {
   font-size: 26px;
   font-weight: 400;
   color: #1A1A1A;
   text-align: left;
}

.order-reply-header-sub-text {
   font-size: 20px;
   font-weight: 400;
   color: #1A1A1A;
}

.order-reply-sub-header {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: left;
}

.order-text {
    font-size: 16px;
    font-weight: 400;
    color: #595959;
    line-height: 28px;
}

.order-grid-text-head {
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    width: 80%;
    line-height: normal;
}

.order-grid-text {
    font-size: 16px;
    font-weight: 400;
    color: #595959;
    line-height: normal;
}

.order-grid-label {
    padding-top: 10px;
}

.order-grid {
    text-align: left;
    padding: 18px;
}

.order-grid-border-bottom {
    border-bottom: 0.75px solid #949494;
}

.cc-inline-block {
    display: inline-block;
}

.cc-float-left {
    float:left;
}

.cc-float-right {
    float:right;
}

.order-button-container {
    padding:18px;
}

.order-reply-table {
    table-layout: fixed;
    width: 100%;
    padding: 15px;
    border-bottom: 1px;
}

.order-reply-table-td {
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    text-align:center;
    padding: 10px;
}

.order-reply-table-tr {
    padding: 25px;
}

.order-icon-container {
    text-align:right;
}

.order-icon-main {
    height:75px;
    width:75px;
}

.order-icon-small-container {
    text-align:left;
    padding-top: 20px;
}

.order-icon-small {
    height:20px;
    width:20px;
}

.order-collapse-img {
     height: 25px;
     width: 25px;
}

.order-collapse-btn {
    background: transparent;
    border: none !important;
}

.order-float-right-container{
    float: right;
}

.cc-icon-success {
    fill: #29873C !important;
}

.cc-icon-warning {
    fill: #333333 !important;
}

.cc-icon-fail {
    fill: #B6181F !important;
}

.grey-background-container {
    background: #F6F6F6;
}

.order-page-container {
    width: 100%;
    padding: 18px;
}

.divider-order-confirm-button {
    width: 50px;
    height:auto;
    display:inline-block;
}

/*End -  order confirmation */

.btn.btn-default.btn-sm.cc_sort_option,
button.btn.btn-default.btn-sm.dropdown-toggle.cc_sort_name_toggle,
button.btn.btn-default.btn-sm.dropdown-toggle.cc_sort_price_toggle,
button.btn.btn-default.cc_sort_option.cc_sort_name_asc,
button.btn.btn-default.cc_sort_option.cc_sort_price_asc,
button.btn.btn-default.cc_sort_option.cc_sort_name_desc,
button.btn.btn-default.cc_sort_option.cc_sort_price_desc
{
    border: 1px solid #ccc;
    color: #1A1A1A;
    background-color: white;
}

button.btn.btn-default.btn-sm.cc_sort_option.active,
button.btn.btn-default.btn-sm.dropdown-toggle.cc_sort_name_toggle.active,
button.btn.btn-default.btn-sm.dropdown-toggle.cc_sort_price_toggle.active
{
    background-color:#ccc;
    color:#1A1A1A;
}

button.btn.btn-default.cc_sort_option.cc_sort_price_asc,
button.btn.btn-default.cc_sort_option.cc_sort_price_desc
{
    border-radius: 0px;
}

.btn.btn-default.btn-sm.cc_sort_option:hover,
button.btn.btn-default.btn-sm.dropdown-toggle.cc_sort_name_toggle:hover,
button.btn.btn-default.btn-sm.dropdown-toggle.cc_sort_price_toggle:hover,
button.btn.btn-default.cc_sort_option.cc_sort_name_asc:hover,
button.btn.btn-default.cc_sort_option.cc_sort_price_asc:hover,
button.btn.btn-default.cc_sort_option.cc_sort_name_desc:hover,
button.btn.btn-default.cc_sort_option.cc_sort_price_desc:hover
{
  	background-color:#F6F6F6;

}

.btn[disabled],
 .form-control[disabled] {
	opacity:0.6;
	cursor:default;
}
.text-enabled {
	color:#1A1A1A !important;
}
.text-disabled {
	color:#949494 !important;
}

.cc_product_link.text-enabled>.cc_product_name.gp_prod,
.item_title.cc_item_title.text-enabled>.cc_prod_link.gp_prod {
    color: #1A1A1A !important;
    font-weight: 400;
}

.cc_product_link.text-disabled>.cc_product_name.gp_prod,
.item_title.cc_item_title.text-disabled>.cc_prod_link.gp_prod {
	color:#949494 !important;
	font-weight:400;
}

.btn.btn-default.btn-block.btn-sm.cc_add_to_btn,
.btn.btn-default.btn-block.btn-sm.b2b_add_to_btn {
	color: white;
	padding: 6px 20px;
	height:45px;
}
.slds-scope .slds-gutters .slds-col {
	padding-right: .4rem;
	padding-left: .4rem;
}

.contentRegion.slds-col--padded,
.comm-content-header.slds-col--padded {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media(max-width: 600px) {
    .contentRegion.slds-col--padded,
    .comm-content-header.slds-col--padded {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.wishButtons>.btn-group.dropdown.form-group>.btn.btn-default.btn-sm.dropdown-toggle>span.caret {
	margin-left: -10px;
}

.availability-col-set-width {
	width:12% !important;
}

.call_to_order_btn {
    font-size:13px;
    height:45px;
    opacity: 1 !important;
}

.productlist-callToOrderErrorMessage {
	color: #1A1A1A;
	font-size: 14px;
	font-weight:900;
}

button.btn.btn-default.btn-block.btn-sm.cc_add_to_btn.flexFontButtonLabel,
button.btn.btn-default.btn-block.btn-sm.b2b_add_to_btn.flexFontButtonLabel {
    font-size: 16px;
    font-weight: 600;
}

.input-text.qty.entry.plus_minus.form-control.cc_entry {
    width: 38px;
}

.cc_cat_name.gp_cat,
.cc_product_name_link.gp_prod,
.cc_product_name.gp_prod
{
    color:#1A1A1A;
    overflow-wrap: break-word;
}

a.cc_cat_name.gp_cat:hover {
	font-weight:600;
}
a.cc_cat_name.gp_cat {
    font-weight:400;
}

.cc_cat_name.gp_cat:hover,
.cc_cat_name.gp_cat:focus,
.cc_product_name_link.gp_prod:hover,
.cc_product_name_link.gp_prod:focus,
.cc_product_name.gp_prod:hover,
.cc_product_name.gp_prod:focus
{
	text-decoration:underline;
}

div#carousel-splash {
    width: 100%;
}

.text-charcoal {
    color: #1A1A1A;
}

div#header-overlay-custom {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
	transition: opacity .15s linear;
}
/* ----- SPACING ----- */
.p-left-s {
    padding-left: 0.75rem;
}
.p-left-m {
    padding-left: 1rem;
}

/* Splash Carousel Desktop Styling */
@media(min-width: 1130px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        color: #1a1a1a;
    }
}
/* Favourites and Watchlist Styling */
.favourite-header,
.wl-header {
    border-bottom:1px solid #949494;
    padding-bottom:10px;
    margin-bottom:0px;
    margin-top:0px;
    font-weight:900;
}
.favourite-sub-header,
.wl-sub-header {
    margin: 30px 0px;
    font-size: 16px;
    font-weight: 400;
}
.fav-col,
.wl-col{
    padding-right: .4rem;
	padding-left: .4rem;
}
.favourite-header-row h4,
.wl-header-row h4 {
    font-weight: 400;
    margin: unset;
}
.favourite-header-row {
    border-bottom: 1px solid #949494;
}
.wl-header-row {
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom: 1px solid #333333;
    padding-left: 14px;
    padding-right:14px;
    display:flex;
}
.product-body-container {
    margin: unset;
}
.fav-product-row-container {
    margin-top: 10px;
    border-bottom: 1px solid #949494;
    padding-bottom: 12px;
    margin-right: unset;
    margin-left: unset;
}
.wl-product-row-container {
    margin-top: 10px;
    border-bottom: 1px solid #949494;
    padding-bottom:15px;
    padding-left:5px;
    padding-right:5px;
    display:flex;
    flex-wrap: wrap;
}
.slds-scope .fav-product-col p a {
    color: #1A1A1A;
}
.cc_product_link a {
    color: #1A1A1A;
    cursor: pointer;
}
.wl-itemAddedBy { font-size: 14px; }
.wl-itemAddedBy,
.cc_product_sku {
    color: #595959;
}
.fav-outer-col,
.wl-pack-size-col {
	width: 15%;
    color: #1A1A1A;
}
.fav-outer-per-unit {
    color:#595959;
    font-size: 14px;
}
.qty-input {
    min-width: 40px;
    width: 100%;
    height: 45px;
    padding: 3px 6px;
    font-size: 14px;
    border: 1px solid #949494;
}
.favourite-header-row,
.wl-header-row,
.product-body-container,
.product-row-container {
    margin-right: unset;
    margin-left: unset;
}
.text-success {
    color: #29873C;
}
span.cc_product_sku {
    font-size: 16px;
}

.btn.btn-default.btn-block.btn-sm.cc_add_to_btn[disabled]:hover,
.btn.btn-default.btn-block.btn-sm.b2b_add_to_btn[disabled]:hover {
    background-color: #C20700;
}
.btn-default:active:hover {
    background-color:#80221e;
}
.flexFontButtonLabel {
    margin-top:0px !important;
}
.qty-inc-dec-btn {
    width: 30%;
    height: 100%;
    background-color: white;
    display: inline-block;
    border: 1px solid #ccc !important;
    padding: 0px !important;
    z-index: 1;
    font-size: 16px !important;
}
.qty-inp-entry {
    width:47%;
    height:100%;
    border: 1px solid #ccc !important;
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    text-align: center;
}
.mobile-text-row {
    margin: 10px 0px;
}
.mobile-row-container {
    margin-bottom: 10px;
}
.mobile-row-container:last-child {
    margin-bottom: unset;
}
.mobile-row-container:first-child {
    margin-top: 10px;
}
.favourite-header-container-mobile {
    border-bottom: 1px solid #949494;
}
.mobile-original-price {
    font-size: 14px;
    text-decoration: line-through;
}
.fav-footer-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #949494;
    margin-bottom: 8px;
}
.fav-footer-container {
    text-align: center;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #8f0500;
    border-color: #8f0500;
}
.watchlistViewContainer .row {
    margin-left: 0px;
    margin-right: 0px;
}
/* Classes */
.global-dropdown-button > .slds-button.slds-button_icon-border {
	height: 28px;
	width: 28px;
}

.promo-heading {
    font-size: 16px !important;
    margin-bottom: 15px;
}

.prop-large{
    height: 450px;
    max-height: 450px;
}
.prop-medium{
    height: 213px;
    max-height: 213px;
}
.prop-small{
    height: 212px;
    max-height: 212px;    
    width:235px;
    max-width:235px;
}

.promo-large {
    height: 465px;
    max-height: 465px;
}

.promo-medium {
    height: 220px;
    max-height: 220px;
}

.promo-small {
    height: 220px;
    max-height: 220px;
}

.img-promo-link {
    /*display: block;*/
}

.img-promo {
    width: 100%;
    height: 100%;
}

.img-promo-2 {
    height: 100%;
    width: auto;
}
.img-promo-small {
    height: 120px;
    width: auto;
}
.img-promo-left {
    height: auto;
    width: auto;
}
.comm-navigation__list > li:first-child {
    display: none;
    visibility: hidden;
}

.comm-navigation {
    height: 0;
}

.column-3-fixed-size {
    border-radius: 12px;
    display: table-cell;
    height: 200px;
    vertical-align: middle;
    width: 33.33%;
}

.column-3 {
    display: table-cell;
    float: left;
    width: 33.33%;
}
.row-container-grid {
    display:table;
    width:100%;
}

.row-container-grid:after {
    clear: both;
    content: "";
    display: table;
}

.right {
    float: right;
}

.logo {
    height: 59px;
}

.modal-backdrop, .slds-backdrop {
    background-color: #1a1a1a !important;
    opacity: 0.5 !important;
}
/* SLDS Override */
.slds-scope {
    color: initial;
}

.slds-grid.slds-grid_align-spread.slds-p-right_small {
    margin-left:20px;
    margin-right:20px;
}

button.slds-button.slds-button_reset.slds-accordion__summary-action {
    font-weight:700;
}

li.slds-tabs_default__item.slds-is-active {
    color:#1A1A1A;
}

li.slds-tabs_default__item > a[aria-selected="true"]{
    font-weight:600 !important;
}

li.slds-tabs_default__item.slds-is-active > a#active__item:hover,
li.slds-tabs_default__item > a#inactive__item:hover
{
    text-decoration: underline;
}

.watchlistSubscriberTemplate, .favouriteSubscriberTemplate {
	margin-top: 10px !important;
}

.breadcrumbs-lightning-container .slds-breadcrumb__item>a {
    padding: 0 8px 0 8px !important;
}

.competitive-price-header,
.create-account-header {
    font-size:36px !important;
}

lightning-icon.icon-black > lightning-primitive-icon > svg {
    fill: #1A1A1A !important;
}

lightning-icon.icon-white > lightning-primitive-icon > svg {
    fill: white !important;
}

lightning-input.searchBar > div > input.slds-input {
    padding: 0 1rem !important;
}
li.slds-listbox__item.search-result-item:hover {
	cursor: pointer;
}
li.slds-listbox__item.search-result-item {
	padding: 10px 0px;
}

.mobile-gutter-margin {
    margin-left:10px;
    margin-right:10px;
}

.desktop-gutter-margin {
    margin-left:20px;
    margin-right:20px;
}

.global-dropdown-text:hover,
.global-dropdown-text:focus,
.global-dropdown-text:hover > a > span,
.global-dropdown-text:focus > a > span,
.global-dropdown-text > div > ul > li:hover > a > span,
.global-dropdown-text > div > ul > li:focus > a > span,
.global-dropdown-text > .slds-form-element__control > lightning-base-combobox > .slds-combobox > .slds-listbox > lightning-base-combobox-item:hover > span.slds-media__body > span,
.global-dropdown-text > .slds-form-element__control > lightning-base-combobox > .slds-combobox > .slds-listbox > lightning-base-combobox-item:focus > span.slds-media__body > span,
.global-menu-dropdown > .slds-dropdown > .dropdown__list > .slds-dropdown__item > a:hover,
.global-menu-dropdown > .slds-dropdown > .dropdown__list > .slds-dropdown__item > a:focus
{
	text-decoration: underline;
	background-color: transparent;
}

.global-border-bottom {
    border-bottom: 1px solid #cccccc;
}

lightning-base-combobox > .slds-combobox > .slds-combobox__form-element > input {
    cursor: pointer;
}
lightning-base-combobox > .slds-combobox > .slds-combobox__form-element > input[disabled] {
    cursor: not-allowed;
}

.slds-dropdown__item > a:hover, .slds-dropdown__item > a:focus {
    background-color:transparent;
}

.slds-listbox_vertical .slds-listbox__option:focus,
.slds-listbox_vertical .slds-listbox__option:hover,
.slds-listbox_vertical .slds-listbox__option.slds-has-focus,
.slds-listbox--vertical .slds-listbox__option:focus,
.slds-listbox--vertical .slds-listbox__option:hover,
.slds-listbox--vertical .slds-listbox__option.slds-has-focus {
    background-color: transparent;
}

.global-dropdown-text > a > span,
.global-dropdown-text > div > ul > li > a
{
    font-size:16px;
    color: #1A1A1A;
    cursor: pointer;
}

.global-menu-dropdown .slds-dropdown__item  a {
    font-size:16px;
	color: #B6181F !important;
	cursor: pointer;
}

.ent.global-menu-dropdown .slds-dropdown__item  a {
	color: #003b6a !important;
}

article.slds-card.global-card {
    border-radius: 10px;
}
.global-card {
    width: 40rem;
    padding: 2rem 4rem;
    margin: 2rem 0rem;
}
.global-card .slds-card__header {
    padding-left: 0;
}
.global-card .slds-card__header .slds-truncate {
    white-space: normal;
}
.global-tile {
	color:#1A1A1A;
    font-size:16px;
	padding: 13px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid rgba(204, 204, 204, 1);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
}
.global-checkbox .slds-form-element__label {
	font-size: 16px !important;
	color: #1a1a1a;
}
.global-checkbox input[disabled] + label {
	cursor: not-allowed;
}
.global-grey-text, .global-grey-text .cc_prod_link {
	color: #595959 !important;
}
.global-med-dark-grey {
    color: #333333 !important;
}
.global-dark-text {
	color: #1a1a1a !important;
}
.global-input input {
	color: #1A1A1A;
	font-size: 18px !important;
	height: 50px;
	border: 1px solid #1a1a1a !important;
	border-radius: 10px !important;
}
.global-input lightning-base-combobox lightning-icon svg { fill: #1a1a1a !important; }
.global-input .slds-form-element__label, .global-input ::placeholder, .global-input .slds-form-element__help,
.global-input lightning-base-combobox-item {
     font-size: 18px !important;
     font-weight: 400;
     color: #1A1A1A;
}

.global-input .slds-form-element__label {
    color: #595959;
    font-size: 18px !important;
}
.global-input ::placeholder {
     color: #949494;
}
.global-input input:-ms-input-placeholder {
    /* IE11 */
    color: #949494 !important;
}
.global-error-box {
	margin-top: 10px;
	border-radius: 10px;
	background-color: #FFF7D9 !important;
	padding: 11px;
	margin-bottom: 2px;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.15);
	font-size: 16px !important;
	border-bottom: 5px solid #FDC500;
}
.global-error-box .warning-icon {
	width: 30px;
	height: 30px;
	fill: #1A1A1A !important;
}

/* Saving and alternative modal PLP start*/



.price-block{
width: 104% !important;
}

.slds-modal__header {
    border-top-left-radius:10px !important;
    border-top-right-radius:10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.saving-info-button {
    border: 2px solid #1B9FD0 !important;
    color: #1A1A1A !important;
    background: #E8F5FA !important;
    font-weight: 600 !important;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 25px !important;
    flex-shrink: 0;
    padding: 0px 20px !important;
}

 .alternative-button-new {
    font-weight: 600 !important;
    padding: 0px 20px !important;
    height: 45px !important;
} 

.alternative-button-new:focus:enabled,
.alternative-button-new:hover:enabled,
a.alternative-button-new:hover {
    font-weight: 600 !important;
}

.saving-info-button:focus:enabled,
.saving-info-button:hover:enabled,
a.saving-info-button:hover {
    border: 2px solid #1B9FD0 !important;
    background-color: #1B9FD0 !important;
    color:#1A1A1A !important;
}

.saving-info-button:active {
    border: 2px solid #1B9FD0 !important;
    color:#1A1A1A !important;
}
.saving-info-button[disabled]:hover {
	background-color: #E8F5FA;
	color: #1B9FD0 !important;
}

.saving-alt-modal-box{
    width: 875px;
    height: 762px;
    flex-shrink: 0;
    border-radius: 10px; 
    /*border: 1px solid var(--Med-grey, #949494);*/
    /* background: var(--white, #FFF); */
}

.saving-alternative-box{
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom: 5px solid #B7312C;
    padding-left: 0px !important;
    padding-right: 0px !important;

}



.saving-alt-ttl-product,
.saving-alt-ttl-productdp,
.saving-alt-ttl-pack,
.saving-alt-ttl-packdp,
.saving-alt-ttl-avail,
.saving-alt-ttl-availdp,
.saving-alt-ttl-qty,
.saving-alt-ttl-qtydp{
    margin-top: 2%;
    margin-left: 1%;    
    color: var(--Dark-Grey, #595959);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.08px;
}

.saving-alt-ttl-product p,
.saving-alt-ttl-product ul li,
.saving-alt-ttl-pack p,
.saving-alt-ttl-pack ul li,
.saving-alt-ttl-avail p,
.saving-alt-ttl-avail ul li,
.saving-alt-ttl-qty p,
.saving-alt-ttl-qty ul li,
.saving-alt-ttl-productdp p,
.saving-alt-ttl-productdp ul li,
.saving-alt-ttl-packdp p,
.saving-alt-ttl-packdp ul li,
.saving-alt-ttl-availdp p,
.saving-alt-ttl-availdp ul li,
.saving-alt-ttl-qtydp p,
.saving-alt-ttl-qtydp ul li{
    font-weight: 600 !important; 
} 

.saving-alt-ttl-productdp{
   /* margin-right:1%;*/
}

.saving-alt-ttl-packdp{
    margin-top: 0%;
   /* margin-left: 1%;*/
}

.saving-alt-ttl-availdp{
     margin-top: 2%;
     margin-left: -1%;
}

.saving-alt-ttl-qtydp{
    margin-top: 2%;
    margin-left: -6%; 
}

.fa-heart-odp{
    margin-left:1%;
}

.fa-heart {
    margin-left:0%;
}
.fa-heart-odp:before{
    content: '\f08a';
    margin-left:1%;
}

.saving-alt-ttl-pack{
    margin-top: 0%;
    margin-left: 1%;
}

.saving-alt-ttl-avail{
     margin-top: 2%;
     margin-left: -1%;
}

.saving-alt-ttl-qty{
    margin-top: 2%;
    margin-left: -6%; 
}

.saving-alt-tbl-title-box{
    background:  #F6F6F6;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top:solid 1px #949494 !important;
    border-bottom: solid 1px #949494 !important;
    
    /* background: var(--white, #FFF); */
}

.sav-alt-product-txt{
    color: var(--Charcoal, #1A1A1A);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
}
.sav-alt-product-linkcode-txt{
    color: var(--Dark-Grey, #595959);
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.07px;
}

.sav-alt-price{
    color: var(--Charcoal, #1A1A1A);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.08px;
}

.sav-alt-packsize{
    color: var(--Charcoal, #1A1A1A);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
}

.sav-alt-note{
    /* margin-top: 18px; */
    /* margin-bottom: 46px; */
    padding-left: 2%;
    padding-right: 2%;
    color: var(--Charcoal, #1A1A1A);
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: 0.07px;
}

.sav-alt-close{    
    color: var(--Charcoal, #1A1A1A);
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.07px;
    text-decoration-line: underline;
}

.sav-alt-avail-msg{
    /* margin-left: 20px;
    margin-right: 20px; */
    margin-top: 18px;
    color: var(--Charcoal, #1A1A1A);
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 20px 0px 20px;

}

.sav-alt-select-prod-msg{
    margin-top: 12px;
    color: var(--Charcoal, #1A1A1A);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
}

.sav-alt-count-msg{
    margin-top: 14px;
    color: var(--Charcoal, #1A1A1A);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
}

.slds-card__top_border{
    margin-left: 10px;
    margin-right: 10px;
}

.sav-alt-product-item{
    margin-bottom:10px;
    border-bottom: 1px solid #949494;
    padding-bottom:10px;
    }

.plp-sav-ribbine-container{
    margin-left: 1px;
    padding: 2px 0 1px 0;
    width: 355px;
    /* width: 348px; */
    height: 18px;
    flex-shrink: 0;

    color: var(--Charcoal, #1A1A1A);
    font-family: Open Sans;
    font-size: 14px; 
    /*font-size: 13px;*/
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.07px;
}

.plp-saving-ribbine{
    /* padding: 2px 0 1px 0; */
    border-radius: 5px;
    /* border: 20px solid #1B9FD0; */
    background: #E8F5FA;
    flex-shrink: 0;
    width: 392px;
    /* width: 391px; */
    height: 30px;
    /* margin-left:200px; */
    margin-left:27% !important;
    margin-top:-35px;
    }

/* Saving and alternative modal PLP end*/

/* Saving and alternative modal PDP start*/
.pdp-sav-ribbine-container{
    /* margin-left: 1px; */
    padding: 2px 0 1px 0;
    /* width: 339px; */
    width: 348px;
    height: 18px;
    flex-shrink: 0;

    color: var(--Charcoal, #1A1A1A);
    font-family: Open Sans;
    font-size: 14px; 
    /*font-size: 13px;*/
    font-style: normal;
    font-weight: 400;
    margin-left: 8px !important;
    line-height: normal;
    letter-spacing: 0.07px;
}


.pdp-saving-ribbine{
    /* padding: 2px 0 1px 0; */
    border-radius: 5px;
    /* border: 20px solid #1B9FD0; */
    background: #E8F5FA;
    flex-shrink: 0;
    /* width: 350px; */
    width: 391px !important;
    height: 30px;
    /* margin-left:200px; */
    margin-left:28% !important;
    margin-top:-35px;
    
    }

pdp-saving-ribbinedp{
    /* padding: 2px 0 1px 0; */
    border-radius: 5px;
    /* border: 20px solid #1B9FD0; */
    background: #E8F5FA;
    flex-shrink: 0;
    width: 350px;
    /* width: 391px; */
    height: 30px;
    /* margin-left:200px; */
    margin-left:29%;
    margin-top:-35px;
}



.pdp-sav-alt-box{
    width: 850px;
    margin-left:15px;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #CCC;
    background: #FFF;
}

.pdp-sav-alt-intro-text{
    margin-top: 16px;
    margin-left: 35%;
    color: #1A1A1A;
    font-family: Open Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.13px;

}

.pdp-sav-alt-hr{
    display: flex;
    width: 714px;
    height: 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 10px;
    width:100%;
}
/* Saving and alternative modal PDP end*/

.global-info-box {
	border-radius: 10px;
    background-color: #E8F5FA;
	border-bottom: 5px solid #1B9FD0;
	padding: 11px;
	margin-bottom: 2px;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.15);
	font-size:16px !important;
}
.global-info-box .info-icon {
	width: 30px;
	height: 30px;
	fill: #1B9FD0 !important;
}
.global-table-container p {
    white-space: normal;
    word-break: break-all;
}
.global-table-container .header-container {
    padding: 20px 20px;
	background-color: #F6F6F6;
}
.global-table-container .header-container .header {
    font-size: 16px;
    font-weight: 650;
    color: #595959;
}
.global-table-row {
    padding: 10px 20px;
	background-color: #FFFFFF;
}
.global-table-row .global-table-item, .global-table-row-white .global-table-item {
    font-size: 16px;
    color: #1A1A1A;
}
.global-input-textarea > div > textarea {
    width: 100%;
    border-radius:10px;
    border:1px solid #1A1A1A !important;
    font-size: 18px;
}
.global-input.date lightning-button-icon.slds-input__icon.slds-input__icon_right {
    top: 17px;
}
.global-input.date button.slds-button.slds-button_icon.slds-button_icon-bare {
    right: .1rem;
	top: 2px;
}
.global-input.date svg.slds-button__icon {
    width: 21px;
    height: 21px;
    fill: #333333 !important;
}
.global-remove-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* Search Input */
.search-input {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0px;
    vertical-align: middle;
    width: 100%;
}

.search-input svg.slds-input__icon {
    display: none;
}

.search-input > div > input {
    border: 1px solid black;
    border-radius: 10px !important;
    font-size: 18px;
    height: 50px;
    padding: .25rem 1rem !important;
}

.search-layout .search-input .slds-input__icon_right {
    color: #333;
    right: 65px;
    height: 25px;
    top: 3px;
    width: 25px;
}

.search-layout {
    border-radius: 10px !important;
}

.disabled-search-layout {
    background-color: #ECEBEA;
    cursor: not-allowed;
}

/* Search Input Icon */
.search-layout .search-input svg {
    width: 25px;
    height: 25px;
}

.search-bar-icon-container {
    z-index: 1;
    cursor: pointer;
    height: 50px;
    width: 50px;
    padding: 10px;
    margin-left: -50px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0px 10px 10px 0px;
}


/* Lookup */
.lookup-pill {
    border: 1px solid black;
    border-radius: 10px !important;
    text-align: left;
}

.lookup-pill .slds-pill {
    background: transparent;
    border: none;
    font-size: 18px;
    height: 50px;
}

.lookup-pill button {
    right: 63px;
}

.lookup-icon {
    top: 0px;
}

/* Results List */
.search-list {
    border-radius: 10px !important;
    margin-top: 0px !important;
    min-height: 40px;
}


.slds-has-error .slds-form-element__help {
    color: #b6181f;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 10px 0 10px;
}

.slds-has-error .slds-input {
	  background-color: rgb(255, 255, 255);
	  box-shadow: rgb(194, 57, 52) 0px 0px 0px 1px inset;
	  background-clip: padding-box;
	  border-color: rgb(194, 57, 52) !important;
}

lightning-datepicker h1, lightning-datepicker h2 {
    color: #1A1A1A;
    font-size: 18px !important;
}

.mobile-nav-button > lightning-primitive-icon > svg {
    z-index: 101;
    fill: #1a1a1a !important;
    height: 20px;
}

.mobile-nav-button > lightning-primitive-icon > svg.slds-button__icon_large {
    height:28px;
    width:28px;
}

.set-height-100 {
    height: 100%;
}

.set-align-items-center {
    align-items: center;
}

h2.slds-accordion__summary-heading {
	font-size: 20px;
	margin-bottom: 0px;
	color: #1A1A1A;
}

.row-card-accordion {
    color:#1A1A1A;
    font-size:16px;
    padding: 0.5rem 0.6rem;
    border-radius: 0.25rem;
    border: 1px solid rgb(212, 212, 212) !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1) !important;
}

.row-card-accordion+.row-card-accordion {
    margin-top: 0.6rem;
}

.form-title {
    font-size: 18px;
    color: #595959;
    font-weight:600;
}

span.slds-text-heading_large,
span.slds-text-heading--large {
    color: #1A1A1A;
    font-size: 36px;
}

.max-width-header {
    max-width: 1280px;
}

.prelogin-intro {
    font-size: 20px;
    color: #1A1A1A;
}
.hide-abbr abbr,
.hide-form-label .slds-form-element__label {
    display: none;
}

.input-form {
    font-family: "Open Sans",sans-serif!important;
}

.input-field, .input-label {
    font-size: 18px;
}

.input-form .slds-input {
    height: 50px;
    font-size: 18px;
    border-radius: 10px;
    border-color: #1A1A1A;
}

.input-field .slds-form-element__label,
.input-field ::placeholder, .input-field .slds-form-element__help {
     font-size: 18px;
     font-weight: 400;
}

.input-field .slds-form-element__label, .input-label {
    color: #595959;
}

.input-field ::placeholder {
     color: #949494;
     /*opacity: .25%;*/
}

.contract-price {
    background-color: #007AA3 !important;
    color: #ffffff !important;
    border-radius: 1rem !important;
    font-size: 1.4rem !important;
    padding: 0 1rem !important;
    display: inline-block !important;
    margin: 0px 0px 5px 5px !important;
    width: unset !important;
}

/* Live Chat */
#chat-container > * {
    font-family: "Open Sans", sans-serif !important;
}

.helpButton {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    font-family: "Arial", sans-serif;
    font-size: 1em;
    font-weight: 600;
}
.sidebarHeader, .headerAnnouncement {
    color: #FFFFFF !important;
}
.sidebarHeader {
    color: #FFFFFF !important;
    max-height: 50px !important;
}
.embeddedServiceSidebar .activeFeature {
    height: 100% !important;
}
.embeddedServiceHelpButton.forceCommunityEmbeddedServiceHelpButton .flatButton {
    font-family: "Arial", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: none;
}
h2[embeddedService-chatHeader_chatHeader] {
    color: white !important;
    font-weight: 600 !important;
}
.embeddedServiceSidebarButton .label {
    color: white !important;
    font-size: 1em !important;
}

.embeddedServiceSidebarButton.uiButton--inverse {
    background-color: #F3F3F3 !important;
}
#chat-container svg[lightning-primitiveIcon_primitiveIcon] {
    fill: white !important;
}
#chat-container .modalContainer h3 {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
}

.embeddedServiceSidebar.layout-docked .dockableContainer, .embeddedServiceSidebar.layout-float .dockableContainer {
    width: 320px !important;
    max-height: 500px;
}
.sidebarBody {
    background-color: white;
}
.sidebarBody .messageArea {
    max-height: 380px !important;
    display: block;
}
#chevronUpLink {
    display: none !important;
}
/* End Live Chat */

/* Mobile Styling */

@media(max-width: 920px) {

	.prop-small {
        max-height: 210px !important;
        width: 185px !important;
	margin-bottom: 20px;
    }

}


@media(max-width: 600px) {
	.forceCommunityRichText h2 {
		font-size: 30px !important;
	}
	.primary-button {
	    padding:10px 20px;
 	}

  	.img-promo-2 {
  	    height:90px;
	}
	.slds-grid.slds-wrap.slds-nowrap--large {
        width: 100%;
    }
    .competitive-price-header,
    .create-account-header {
        font-size:30px !important;
    }

    .promo-large, .promo-medium {
        height: auto !important;
    }
    .promo-small {
        height: 150px !important;
    }

    .prop-large, .prop-medium {
        height: auto !important;
    }
    .prop-medium{
        margin-top:20px;
     }
    .prop-small {
        height: 150px !important;
	margin-bottom: 20px;
    }

    .column-3-fixed-size {
        display: block;
        width: 100%;
        max-height: 250px;
    }
    .column-3-fixed-size img {
        max-height: 200px;
    }

    .breadcrumbs-lightning-container {
        font-family: "Open Sans", sans-serif;
        position: relative;
        top: -2em;
        left: -1em;
    }
    h1 {
        font-size:34px;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        text-align: center !important;
    }

    div#category-accordion {
        width:100%;
    }
    .cc_featured_col.col-md-6 {
        width: 100%;
    }
    .col-md-6.cc_main_content_col {
        padding: 0px 15px;
    }
    .contentBody.cc_content_body {
        margin-left:10px;
        margin-right:10px;
    }
    .container.cc_main_container.cc_tmpl_ThreeColRD {
        width:100%;
        padding: 0px 0px;
    }

    .container.cc_main_container {
        margin-top: 0px;
    }

    .container.cc_main_container.cc_tmpl_TwoColRightRD {
        padding-left:0px;
        padding-right:0px;
    }
    .input-text.qty.entry.plus_minus.form-control.cc_entry {
        width: 31px;
        height:30px !important;
    }

    .cc_promo.hidden-xs {
        display: block !important;
    }

    .cc_promo.hidden-xs .cc_promo_link {
        width: 100%;
    }

    .cc_promo.hidden-xs .cc_promo_img {
        width: 100%;
    }

    .fav-outer-per-unit {
        font-size: 14px;
        padding: 0 40px;
    }
	.global-card {
		max-width: 35rem;
		padding: 1.5rem 1.5rem;
	}
	.global-card .slds-card__body {
		min-width: 15rem;
		max-width: 20rem;
	}
    .saving-info-button {
	    padding:0px 20px;
 	}
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .print-width-100 {
        width: 100% !important;
    }
    a[href]:after {
        content: none !important;
    }
    h1 {
        font-size: 30pt;
    }
    h2 {
        font-size: 26pt;
    }
    h3 {
        font-size: 22pt;
    }
    h3 {
        font-size: 18pt;
    }
    p, span {
        font-size: 12pt;
    }
    .slds-truncate {
        overflow: visible;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
}

/*E return summary page date css*/

/* for TO DATE CSS */


 



