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

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');

/*registration*/
.CSI_Heading{
    text-align: center;
    border-bottom: 1px solid #cccccc;
    font-size: 18px !important;
}
.CSI_SubHeading{
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: capitalize;
}
#newCustomerForm .form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.nav-justified.thumbnail {
    margin-bottom: 50px !important;
}
#newCustomerForm .form-control {
    font-size: 14px;
    color: #000000;
    border: 1px solid #000000;
    font-weight: 400;
    font-family: Roboto !important;
}
.findAddressCustom{

    font-size: 14px !important;
    color: #000000;
    border: 2px solid #000000 !important;
    font-weight: 400;
}
.csi_submit{
    width: 265px !important;
    height: 45px;
    font-size: 14px !important;
    font-weight: 700;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
}
.marginAlign{
padding-left:0px;

}
.cc_profileaddress_label, .cc_checkoutstate_label, .cc_country_label, .cc_language_label, .cc_currency_label  {
    padding-bottom: 10px !important;
}
.customLabels{
    color: black;
    margin-top: 17px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -7px;
}
.customLabelsAddr{
    margin-bottom: 3px;
    color: black;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important;

}
/*registration*/

/*category tree*/
.firstLevelTitle a{
   font-weight: 700 !important;
}
.greyIcon {
   color:#DDDDDD;
}
.nextLevel{
   padding-left:20px;
}
.hyphenStyling{
   float:left;
   padding-right: 5px;
}

/*category tree*/

/*Subscriber*/
li.subpg-nav{
    border: 1px solid #cccccc;
}
li.subpg-nav-item {
    /*border-bottom: 1px solid #cccccc;*/
}
/*li.subpg-nav-item.active {
    background-color: #3ca4ea;
}*/
li.subpg-nav-item.active a{
    color: #3ca4ea;
}
li.subpg-nav-item a{
    color: black;
    font-size: 14px;
    font-weight: 400;
}
li.subpg-nav-item>a:focus, li.subpg-nav-item>a:hover{
    background-color: transparent;
}
li.subpg-nav-item a:focus {
    outline: opx auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/*Subscriber*/

/*PDP*/
.includedItemsSection .cc_widget_column .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
    background:#f3f3f3;
    color:#000000;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto'
}
.includedItemsSection .cc_widget_column .table-bordered>thead>tr>.col_option {
    /* width: 27%; */
}
.includedItemsSection .cc_widget_column .table-bordered>thead>tr>.col_qty {
    width: 5%;
}
.includedItemsSection .cc_widget_column .table-bordered>thead>tr>.col_addcart {
    width: 10%;
}
.includedItemsSection .cc_widget_column .table-bordered>thead>tr>.col_size {
    width: 15%;
}
.cc_attributeCustom{
    padding-right: 10px;
}
.cc_attributeLabelCustom{
    padding-right: 5px;
    color:black;
}
.cc_dropdownCustom{
    height: 25px;
    font-weight: 400;
    /* margin-top: 12px; */
    border-radius: 0px;
    color: black;
    border: 1px solid #dddddd;
}

.priceIncVat{
    color: #acaaaa;
     font-weight: normal;
    font-size: 10px;
}
.priceInRedInclude{
    font-size: 16px !important;
    text-align: center !important;
    color: red;

}
.priceInRedInclude span{
    color:red !important;
}
.addItemCustom{
    background-color: #00a4e4;
    color: white;
    border-radius: 5px !important;
    width: 160px !important;
    height:45px !important;
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 16px !important;
}
p.price {
    text-align: left;
}
.addItemCustom:hover{
    color: #333 !important;
    background-color: #d4d4d4 !important;
    border-color: #8c8c8c !important;
    border-radius: 5px;
}
.qtyCustom{
    width:50px;
    border-radius: 0px;
    border:1px solid #ccc;
}
.customTertiary{
    margin-top: 15px;
    font-weight: 700;
color: black;
}
.csi_margin{
    margin-top:12px;
}
/*PDP*/

/*PLP*/
.cc_product_item .cc_price_container {
     margin-top: 0px;
    margin-bottom: 15px;
}
.invisible {
     visibility: hidden;
    }
    .cc_product_grid_actions{
        padding-top: 0px;
    }
    .addTocartCustom{
        margin-top: -80px;

    }
    .addTocartCustomListView{
        margin-top: -60px !important;
        font-size: 11px !important;

    }

    .customViewProduct{
       font-weight: 400;
        color: white !important;
    }
    .customViewProduct:hover{
        color: #333 !important;
        background-color: #d4d4d4 !important;
        border-color: #8c8c8c !important;
        border-radius: 5px;
        text-decoration: none;
    }
    .customViewProductListView{

        width: 225px;
        margin-top: -11px !important;
        float: left;
    }
    .cc_sku{
        margin: auto;
    }
    .priceInRed{
        color:red !important;
        font-weight: 800;
        font-size: 10px;
        text-align: center;
    }
   .priceListView{
    color:red !important;
        font-weight: 800;
        font-size: 10px;
        text-align: left;
   }
    .cc_show_more{
        background-color: black;
    }
    .cc_list_footer .col-md-12{
        text-align: right;
    }
    .cc_add_to_btn:hover{
        color: #333 !important;
        background-color: #d4d4d4 !important;
        border-color: #8c8c8c !important;
        border-radius: 5px;
    }
    .customStartingAt{
        font-size: 15px;
    }
    .variant-number{
        color: #15a0db;
        font-weight: 900;
    }
    .activeCategory{
        color: #15a0db !important;
    }
    .listViewAssembly{
        margin-top: -58px !important;
    }
/* .cc_grid_container .cc_product_container .cc_product_link {
 height: 0px;
 overflow: hidden;
} */
 .imgBorder{
    border: 1px solid #dedede;
    height: 250px;
    width: 100%;
    text-align: center;
    padding-top:15px;
    padding-bottom:15px;
   }
   .imgSize{
      max-height:220px;
       max-width: 250px;
   }
   .cc_product_link a{
       color: black;
   }
   .cc_grid_product_info, .cc_price, .cc_product_grid_actions{
       text-align: center;

   }
   .cc_price_container{
    padding: 0px !important;
   }
/*PLP*/

/*PLP header*/
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: black;
    color:white;
    border: none;
    opacity: 1;
}
.csi_layout_control{
border-radius: unset !important;
height: 35px;
width: 35px;
padding-left: 9px !important;
font-size: 17px !important;
vertical-align: middle;
padding-top: 5px !important;
border:1px solid #ccc !important;
background-color: white !important;
/* color: black !important; */
}

.csi_layout_control span{
    color:black;
}
.csi_sort_sequence{
    border-radius:unset !important;
    border:1px solid #ccc !important;
    height:35px;
    font-size: 12px !important;
    color:black !important;
    background-color: white !important;

}
.csi_ControlPanel{
    margin-top: -40px;
}
.cc_product_results_tagline{

    line-height: 2;
    line-height: 2;
    font-size: 12px;
    text-transform: capitalize;
}
.csi_layout_control.active span{
    color:white;
}
.csi_search_message{
    margin-bottom: 15px;
}
.csi_sort_sequenceDropdown{
    border-radius:unset;
    height:35px;
    font-size: 12px !important;
    color:black !important;
    background-color: white !important;
    border-radius: 0% !important;
}
.csi_sort_sequenceDropdown:hover {
    color: #333 !important;
    background-color: #3333 !important;
    border-color: #adadad !important;
}
.active .csi_sort_sequenceDropdown {
                color: white;
                background-color: black;
            }
.catImage{
    border: 1px solid #dedede;
    height: 160px;
}
.catName{
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black !important;

}
.catImageSize{
    height:130px;
    width:130px;
    margin-top: 15px;
}
.categoryContainer{
    margin-top:40px;
}
.csi_page_size{
    color: black !important;
font-size: 12px !important;
height: 35px !important;
}

.categoryContainer .cc_subcategory_media {
    height: 223px;
}
/*PLP header*/

/*payment success*/
.threeDpage{
margin-top: 80px;
text-align: center;
font-size: 20px;
}
/*payment success*/

/*My Cart*/
.emptyCart_header{
    font-weight: 100;
    font-size: 14px;
    color: black;
}
.cc_myaccount_content {
    margin-left: 0px;
}
.cc_coupon_clear_form{
    margin: 10px 0 0px 0 !important;
}
.cc_applied_coupon, .csi-black-color{
    color: black;
}
.cc_clear_coupon, .updateCartButton, .cc_rfq_link_button, .removeItemButton {
    text-transform: capitalize !important;
    color: black;
    font-size: 12px !important;
    border: 2.5px solid #dddddd !important;
    background-color: white;
    font-weight: 400;
    padding: 5px 15px 5px !important;
    text-transform: capitalize !important;
}
.download-quote-button, .download-quote-button:hover, .download-quote-button:active, .download-quote-button:focus{
    background-color: #5cb85c;
    color: white;
    border: 2.5px solid #5cb85c !important;
}
.csi_redirect_btn, .cc_checkout_btn{
    font-size: 16px !important;
}
.cc_qty_control_row input.btn.btn-default.btn-sm {
    font-size: 20px !important;
    padding: 7px 6px 7px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #cccccc;
    color: black;
    line-height: 0;
    border-radius: 0px;
}
.cc_savings{
    color: red;
}
.cart_summary, .order_summary{
    font-size: 15px;
    color: black;
    font-weight: 100;
}
.sort-btn{
    color: black !important;
    background-color: white !important;
    border-radius:unset !important;
    border: 1px solid #dddddd !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
}
.quantity-font-weight{
    font-weight: 700;
}
.input-coupon{
    height: 33px !important;
    border: 2px solid #212529 !important;
}
.order-summary-subtotal{
    color: black;
    font-weight: 500;
    font-size: 12px;
}
.order-summary-total{
    color: black;
    font-size: 12px;
    font-weight: 600 !important;
}
.item_title a{
    color: black;
    font-weight: 100 !important;
    font-size: 13px !important;
    margin-bottom: 1px;
}

.cart-item-text{
    color: black;
    font-weight: 400;
    font-size: 12px !important;
}
.sku.cc_sku {
    margin: 5px 0 5px;
}
.sku span p{
    display: inline !important;
}
.cart-links a{
    font-size: 12px !important;
    font-weight: 400;
    color: black;
    text-decoration: underline;
}
.btn-delete {
    border: none;
    background-color: white;
    color: #212529;
    text-transform: capitalize;
    margin: 0px !important;
    padding-left: 0px;
}
.btn-delete.glyphicon{
    font-size: 14px;
}
.btn-delete i{
    font-size: 14px;
}
.panel.panel-default.cc_panel.cc_shopping_cart_discount_panel{
    background-color: white !important;
    padding: 0 !important;
}
.font11{
    font-size: 11px;
}
.font12{
    font-size: 12px !important;
}
.sort-item p {
    margin: 0px;
}
.cart_item{
    padding: 0px 0px;
    padding-top: 15px;
    margin: 0px;
}
/*My Cart*/

/*My Account*/
.myAccountIcons {
    width: 25px !important;
    text-align: center;
    font-size: 20px;
    color: black;
    margin-right: 10px;

}
.userNameCustom{
    font-size: 14px;
    color: black;
}
.cc_myaccount_nav_list{
    margin-top: 2px !important;
    border-top: 1px solid #dddddd;
}
.myAccountCustom{
    font-size:22px !important;
    text-transform:uppercase !important;
    font-weight: 700 !important;
}
/*My Account*/

/*Login*/
#login_main_content{
    width: 40%;
    margin: auto;
}
.CSI-slds-p-bottom_x-small {
    padding-bottom: 0.5rem;
}
.continueShoppingButton{
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
    border-radius: 5px !important;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: black ;
    color: white ;
    border: none;
    opacity: 1;
}
.sort-btn.active,.sort-btn:active,.open>.dropdown-toggle,.sort-btn:hover,.updateCartButton:hover,.rfq-btn:hover,.removeItemButton:hover,.checkOutBtn:hover{
    color: #333 !important;
    background-color: #e6e6e6 !important;

}

.updateCartButton,.rfq-btn,.removeItemButton{
    color: black !important;
    background-color: white !important;
    border-radius: 5px !important;
}
.checkOutBtn{
    color: #fff !important;
    background-color: #15a0db !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    padding: 9px 15px 7px !important;
}


/*mobile below L*/
@media only screen and (max-device-width: 480px) {
    .rfq-btn{
        margin-left: 30%;
    }

    .cc_add_coupon{
        margin-left: 28%;
        width: 40%;
    }
}

/*mobile Tablet*/
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
    .rfq-btn{
        margin-left: 40%;
    }
    .cc_add_coupon{
        margin-left: 30%;
        width: 40%;
    }
}
/*Mobile Access Terms and Condition btn*/
@media only screen and (max-device-width: 410px){
    .cc_proceed{
   	margin-top: 10px;
   }
}
/*Mobile Payment btn*/
@media only screen and (max-device-width: 428px){
   .cc_process_review{
  	margin-top: 10px;
   }
}

@media only screen and (max-device-width: 1199px){
   
  .footerWhiteText{
	margin-left: 10px;
 	padding-right: 15px;
  }
	
}

/*Laptop L and above*/
@media only screen and (min-device-width: 768px) {
    .rfq-btn {
        padding: 5px 10px 5px !important;
    }
}
.continueShoppingButton:hover{
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.cc_login_button_register:hover{
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

@media screen and (max-device-width : 568px) {
    .csi_loginsection{
        border: 2px solid black;
        padding: 20px;
        margin-left: -63%;
        width: calc(290% / 1.3);
    }
    .csi_guest_user_login {
        width: calc(290% / 1.3) !important;
        margin-left: -63%;
    }
    .change_address {
        width: auto !important;
    }
}
@media screen and (min-device-width : 320px) and (max-device-width : 990px) {
   /*.thumbnail{
    width: fit-content;
   }*/
}

.csi_loginsection{
    border: 2px solid black;
    padding: 20px;
}
.csi_guest_user_login{
    margin-top: 10px !important;
    border: 2px solid #cccccc !important;
    padding: 20px !important;
}
.cc_login_form, .cc_user_login, .cc_register_account{
    margin-bottom: 0px !important;
}
.cc_user_login{
    border-bottom: 1px solid #cccccc !important;
}
.cc_forgot_password a{
    color: black;
    text-decoration: underline;
}
.cc_register{
    width: 100% !important;
    background: transparent !important;
    border: 1px solid black !important;
    color: black !important;
    margin-top: 0px !important;
}
.cc_register:hover{
    background: black !important;
    color: white !important;
}
.cc_login_button, .csi_continue_guest{
    width: 100% !important;
    margin-top: 0px;
    background: black !important;
    color: white !important;
}
.csi_continue_guest:hover{
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.cc_login_button:hover{
    background: black;
    color: white;
}
/*Login*/

/*Header*/

/* .header_flex_container{
    display: flex;
    justify-content: space-between;
}

.flex_item_start{
    justify-content: flex-start;
}

.flex_item_end{
    justify-content: flex-end;

} */

.breadcrumb{
    padding: 0px 15px 0 0 !important;
}
.cc_content_body .cc_main_container {
    margin-top: 25px !important;
}
.navbar {
    max-height: 42px;
}
.color-black{
    color: black;
}
@media (min-width: 1200px){
    .container{
        width:1140px!important;
    }
}
.container>.navbar-collapse {
    margin-right: -14px !important;
    margin-left: -14px !important;
}

.cc_home_slider .carousel {
    background: transparent !important;
}
.dropdown-submenu > a:after{
    border-left-color:#00A4EA !important;
}
.dropdown-submenu:hover > a:after {
     border-left-color: #00A4EA !important;
}

.CSI-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CSI-grid_align-spread,
.CSI-grid--align-spread {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.CSI-global-header_container {
    position: relative;
    width: 100%;
    min-height: 80px;
    z-index: 100;
}

.CSI-global-header_container .CSI-assistive-text_focus,
.CSI-global-header_container .CSI-assistive-text--focus {
    top: 0;
    color: #5e5e5e;
    background: white;
}

.CSI-global-header {
    background: white;
    /* -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); */
    -webkit-box-shadow:0px 0px 9px 3px rgba(0,0,0,0.33);
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); */
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.33);
    padding: 0.5rem 0;
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CSI-global-header__item {
    padding: 0 1rem;
}

.CSI-global-header__item_search,
.CSI-global-header__item--search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.5rem;
    flex: 0 1 33.5rem;
    min-width: 27.5rem;
    padding: 0;
}

.CSI-global-header .CSI-global-search__form-element .CSI-input {
    padding-left: 3rem;
}

.CSI-global-header .CSI-global-search__form-element .CSI-input__icon_left,
.CSI-global-header .CSI-global-search__form-element .CSI-input__icon--left {
    left: 1.25rem;
}

.CSI-global-header .CSI-global-search__form-element .CSI-icon {
    fill: #b0adab;
}

.CSI-global-header__logo {
    width: 12.5rem;
    height: 80px;
    //background-image: url("../images/csi_products_logo.png");
    //background-size: contain;
    //background-repeat: no-repeat;
    //background-position: left center;
}

.CSI-global-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CSI-global-actions__item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.CSI-global-actions__item .CSI-button_icon {
    color: #919191;
}

.CSI-global-actions__item-action {
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
}

.CSI-global-actions__item-action:hover:not(:disabled),
.CSI-global-actions__item-action:focus {
    color: #818181;
}

.CSI-global-actions__item-action:active {
    -webkit-animation: click-icon 120ms cubic-bezier(1, 1.9, 0.94, 0.98);
    animation: click-icon 120ms cubic-bezier(1, 1.9, 0.94, 0.98);
}

.CSI-global-actions__item-action:active:not(:disabled) {
    color: #5e5e5e;
}

.listStyleNone {
    list-style: none;
}

.navbar-default .cc_navbar-nav {
    margin-left: 0px !important;
    margin-top: 6px;
    padding-left: 0;
    margin-bottom: 6px;
    display: block !important;
}

.cc_navbar_collapse .cc_navbar-nav li a:hover,
.cc_navbar_collapse .cc_navbar-nav li.open>a {
    /* color: #00A4EA !important; */
}

.CSI-global-header__item_search,
.CSI-global-header__item--search {
    border: 1px solid #ccc;
}

.cc_search_form .cc_navbar_form .cc_input-group {
    border: unset !important;
    width: 100% !important;
}

.navbar-form .input-group>.form-control {
    border: unset
}

.input-group-btn .search_button {
    background: transparent;
    color: #00A4EA;
    padding: 0px 12px;
    font-size: 15px;
}

@media (min-width: 768px){
    .navbar-form .input-group .input-group-btn {
        width: 10% !important;
    }

    .res_css{
        width: fit-content;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px !important;
    }
}
@media screen and (max-device-width: 568px) {
    .cc_store_logo_img {
        height: 80px !important;
        width: 120px !important;
    }
}
@media screen and (min-device-width: 569px) {
    .cc_store_logo_img {
        height: 87px !important;
        width: 150px !important;
        top: -17px !important;
        position: absolute !important;
        background-size: cover !important;
    }
}

.navbar-default {
    height: auto !important;
    min-height: auto !important;
}
.cc_navbar_collapse{
    margin-left:-30px;
    margin-right: -30px;
}
.cc_navbar_collapse .cc_navbar-nav li a {
    line-height: 30px;
    font-size: 18px;
}



.cart-div {
    width: 15%;
}

.cart-div .fa-shopping-cart {
    color: #00A4EA;
    font-size: 25px;
    margin-right: 5px;
    width: 25px !important;
}

.cc_header_mycart {
    color: #333;
    font-weight: 600;
    line-height: 15px;
}

.navbar-inverse .navbar-nav li>a {
    text-transform: none !important;
    font-size: 1.2em;
}

.CSI-global-header {
    width: 1140px;
    margin: auto;
    box-shadow: unset !important;
}

.menu_container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.team-helpline {
    text-transform: none !important;
    font-size: 12px;
    color: white;
    font-family: 'Roboto';
    line-height: 45px;
}

.team-helpline span {
    font-weight: normal;
}

.navbar-inverse .fa {
    width: 25px !important;
    margin-right: 3px;
    padding-top: 1px;
    text-align: center;
    font-size: 17px;
}

.cc_header .cc_navbar_col_misc {
    left: 0px;
}

.cc_navbar_collapse .cc_navbar-nav li a {
    padding: 0 18px !important;
}

@media (max-width: 1199px) {
    .navbar-default .navbar-collapse {
        top: 38px !important;
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 1024px) {
    .CSI-global-header {
        width: auto;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .tablet-no-width .container {
        width: 100% !important;
    }

    #goToAccount>span {
        display: inline-block;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggle {
        top: 0px !important;
        padding: 5px 10px !important;
    }

    .navbar-default .navbar-collapse {
        max-height: 350px;
        background-color: #fff !important;
    }

    /* .cc_navbar_collapse .cc_navbar-nav li a {
        color: white !important;
    } */

    .cc_navbar_collapse .cc_navbar-nav .cc_dropdown.open .cc_dropdown-menu a {
        /* color: black !important; */
    }

    .cc_home_slider .carousel-inner {
        margin-top: 0px !important
    }

    .cc_store_logo_img {
        height: 90px;
        width: 141px;
        top: -15px;
        position: absolute;
    }

    .cart-div {
        width: 30%;
    }

    .CSI-global-header__item_search,
    .CSI-global-header__item--search {
        flex: 0 1 30.5rem;
    }
}
.cc_pricing> .cc_price{
    text-align: center;
}
@media only screen and (max-width:767px) {
    .cc_header .cc_navbar_col_misc {
        top: 0px;
    }

    .navbar-header.cc_navbar-header {
        float: none !important;
        left: 0px;
        margin-bottom: 15px;
    }
    a.goToLogin.cc_goto_login {
        width: 80px;
    }

    #goToAccount>span {
        display: inline-block;
    }

    .cc_header .cc_navbar_col_acct {
        top: -22px !important;
        float: left;
    }

    .navbar-header .navbar-nav {
        padding-left: 28px;
    }
    a.doLogout.cc_do_logout{
        line-height: 0px !important;
    }
    .navbar-inverse .navbar-nav li>a {
        font-size: 1em;
    }
    .navbar-header .list-inline>li{
        padding-left:0px;
    }
    .cc_store_logo_img {
        height: 85px;
        width: 115px;
        top: -14px;
    }
    .CSI-global-header__item_search{
        position: absolute;
        bottom: -10px;
        margin: 0px 15px;
    }
    .cart-div{
        float: left;
        margin-left: -50px;
        width: max-content;
    }
    .cc_menu_container{
        margin-top: 20px;
    }
    .cc_col_search{
        height:unset;
        background-color:unset;
    }
}

.popover-content {
padding: 0px 14px !important;
}
.popover.bottom {
margin-top: 17px !important;
}

.csi-alert-success{
color: #ffffff !important;
background-color: rgb(65 165 98) !important;
position: fixed;
z-index: 9999;
top: 0;
left: 50%;
transform: translate(-50%, 0);
width: 40%;
text-align: center;
font-size: 1.7rem;
padding: 10px;
}
.cc_product_detail_container .tab-content.cc_tab-content {
padding: 30px 15px;
border: 1px solid #dddddd;
border-top: 0px;
}
#secSpecs-All_tabSec .nvRow.nvGroupRow.cc_nv_group_row {
background-color: #fff;
padding: 0px;
}
#secSpecs-All_tabSec p.groupName.cc_group_name {
background-color: #ffffff;
padding: 10px 0px;
color: #676767;
border-bottom: 1px solid #dddddd;
}

.cc_product_detail_photo_container .thumbnail {
border: 2px solid #dedede;
max-height: 100px;
min-height: 100px;
padding: 5px;
}
.cc_alt_image_modal .cc_modal_img{
max-width: 100%;
}
.secure-checkout{
width: 120px;
height: 100%;
display: table;
vertical-align: middle;
}
.secure-checkout span{
vertical-align: middle;
display: table-cell;
}
.secure-checkout .fa{
font-size: 30px;
width: 25px !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: black;
}
::-moz-placeholder { /* Firefox 19+ */
color: black;
}
:-ms-input-placeholder { /* IE 10+ */
color: black;
}
:-moz-placeholder { /* Firefox 18- */
color: black;
}

.cc_dropdown:hover ul.cc_dropdown-menu {
display: block;
}
#navbar .cc_navbar-nav .cc_dropdown-menu li:hover ul {
display: block !important;
}
.dropdown-submenu>.dropdown-menu {
width: auto !important;
/*max-height: 162px;
overflow: scroll;*/
}
/*Header*/

/*Footer*/
.navbar-inverse {
    background-color: #ffffff;
    border-color: #080808;
}
.footer{
    background-color: #3f4043;
}

.footer_Heading {
    padding-bottom: 5px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: "Roboto" !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    color: White;
    border-bottom: 1px solid #7A7A7A;
}

.footer_menu {
    margin-bottom: 20px;
}

.footer_menu a {
    font-family: "Roboto" !important;
    font-size: 14px;
    line-height: 1.1;
    color: White;
    font-weight: 400;
}

.footer_menu a:hover {
    color: #FFFFFF !important;
}

.CSI_Scope .slds-icon-standard-call {
    background-color: transparent !important;
}
@media (min-width: 1200px){
     .footerCustom{
        width: 1140px;
        margin: auto;
    }
}
.whiteContainer{
    background-color: white;
    height:100%;

}
.footerWhiteText{
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto';
}
.footer_img{
    width: 9%;
}.footer_img.seema1{
    width: 9%;
}.footer_img.construction{
    width: 16%;
}.footer_img.investor{
    width: 15%;
}
.payment_img .footer_img{
    width: 30%
}

/*Footer*/


/*Checkout UI*/
.cc_userInfo_form .form-group label{
    font-weight: 400;
}
.csi_address {
    display: inline-block;
}

.typeahead {
    margin-bottom: 40px;
    padding-left: 20px;
}
#remote {
    height: 40px;
}
.csi_addAddressBook{
    border: 2px solid #dddddd;
    padding: 5px 10px;
    border-radius: 5px;
    width: 174px;
    text-align: center;
}
.csi_addAddressBook a{
    color: black;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.csi_useBillingAddress{
    background: black;
    padding: 8px 10px;
    border-radius: 5px;
    width: 194px;
    margin-right: 10px;
}
.csi_useBillingAddress a{
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border-right: none;
    margin-left: 5px;
}
.panel.panel-default.cc_panel.cc_checkout_user_info input, .panel.panel-default.cc_panel.cc_checkout_user_info select {
     color: black;
}
.cc_change_address_modal, .cc_copy_address, .cc_change_address{
    font-weight: 400;
}
.cc_copy_address{
    border-right: 1px solid #dddddd;
    padding-right: 3px;
}
.cc_user_information_helptext{
    text-align: right;
    font-weight: 400;
}

#shippingAddressForm h3.cc_section_title {
    font-weight: 400;
    text-transform: capitalize;
}
.address-lookup {
    font-weight: 400 !important;
}
.csi_checkout_label {
    font-weight: 400 !important;
}
.twitter-typeahead {
    height: 40px;
    width: 100%;
}

.tt-input,
.tt-hint {
    padding: 6px 8px;
    width: 100%;
    height: 35px;
    font-size: 12px;
    line-height: 30px;
    border: 2px solid #212529 !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    font-family: "Avenir", "Helvetica", "Arial", "sans-serif";*/
    outline: none;
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {
    top: 90% !important;
    width: 100%;
    margin-top: 0px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 5px 8px;
    font-size: 14px;
}

.tt-suggestion.tt-cursor {
    background-color: #eeeeee;
}
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    background-color: #3ca4ea;
    color: white;
}

.tt-suggestion p {
    margin: 5px;
}
.csi_checkout_label p{
    margin-bottom: 5px !important;
}

/* Add your styles here */

#billingAddressForm h3.cc_section_title{
    font-weight: 400;
    text-transform: capitalize;
}
/*Checkout UI*/

/*Checkout Ship*/
.error_messages_section{
    background-color: #c23934;
}
.cc_coso_est_shipping{
    text-align: right !important;
}
.cc_est_shipping_label {
    font-weight: 400 !important;
}
.cc_est_shipping{
    font-weight: bold;
}
/*Checkout Ship*/

/*Checkout Page*/
.checkoutContent .cc_process_back, .processBack {
    color: black !important;
    font-size: 14px !important;
    border: 2.5px solid #dddddd !important;
    background-color: white !important;
    font-weight: 700;
}
.checkoutContent .form-control {
    font-size: 12px;
    padding-left: 6px;
    height: 33px;
    border: 1px solid #212529;
}
.cc_shipnotes_label{
    font-weight: 400 !important;
}
.proceed {
    height: 40px !important;
}
.cc_ext_name {
    font-weight: 600;
}
.cc_shipnotes {
    height: auto !important;
}

.shippingNotes{
    height: auto;
}
/*.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;///https://b2b-gmh.cs160.force.com/resource/1615877391000/ccrz__CCRZ_JS/v004/boot3/css/ccrz-libs.min.css
}*/
.CSI_nav-justified .thumbnail{
    margin-bottom: 50px !important;
}


.cc_login_button_register {
    width: 265px;
    height: 45px;
    background: black !important;
    font-weight: 700;
    font-size: 14px !important;
    color: white;
}

.cc_checkoutStep{
    font-size: 13px;
}
.CSI_nav-justified li.cc_checkoutStep.active a {
    background-color: #212529 !important;
    border: 3px solid #212529 !important;
    border-radius: 5px !important;
}
.CSI_nav-justified li.cc_checkoutStep.disabled a {
    background-color: white !important;
    border: 3px solid #dddddd !important;
    border-radius: 5px !important;
}
.CSI_nav-justified li.cc_checkoutStep a h4 {
    line-height: 30px !important;
    font-size: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}
.CSI_nav-justified li.cc_checkoutStep a{
    height: 34px !important;
}

.cc_checkout_user_info .cc_heading .cc_title, .cc_checkout_review .cc_heading .cc_title{
    font-weight: 100;
    text-transform: capitalize;
    font-size: 18px;
}

.cc_process_user_info , .processShippingInfo, .cc_process_review, .csi_process_payment{
    font-size: 14px !important;
    border: 2px solid #3ca0dc;
    font-weight: 700;
    color: white !important;
}
/*Checkout Page*/

/*Checkout OR*/
.cc_checkout_review .fontBold {
    font-weight: bold;
    margin-top: 20px;
}
p.cc_addr_name, p.cc_addr_company{
    font-weight: 400;
}
#edit_UserInfo, #edit_Shipping{
    font-weight: 400;
    margin-left: 5px;
}

.order_review {
    background-color: white !important;
    padding-top: 0px !important;
}
.well{
    padding: 0px !important;
}

.cc_buyer_information a, .cc_shipping_information a, .cc_billing_address_label  a, .cc_shipping_address_label a{
    color: #00A4EA;
}
/*Checkout OR*/

/*Checkout OC*/
 .cc_item_price{ 
    color: black !important;
}
span.cc_price, p.price{
    color: black;
}

/*.form-control {
    font-size: 12px;
    padding-left: 6px;
}*/
.CSI-slds-var-p-around_x-small{
    padding:0.5rem;
}
.CSI-slds-p-top_x-large{
    padding-top:2rem !important;
}
.CSI-slds-p-left_large {
    padding-left: 1.5rem;
}
.CSI-slds-p-bottom_medium{
    padding-bottom:1rem;
}
.CSI-slds-p-top_medium{
    padding-top: 1rem;
}
.CSI-slds-p-left_xxx-small{
padding-left:0.125rem;
}
.CSI-slds-text-align_right{
    text-align:right;
}
.CSI-slds-float_right{
    float:right;
}
.CSI-slds-var-m-right_large{
    margin-right:1.5rem;
}
.home_slider.cc_home_slider .row>div {
    top: 15px !important;
}
.link_button {
    text-align: right;
}
.my-account-btn {
    color: black !important;
    font-size: 14px !important;
    border: 2.5px solid #dddddd !important;
    background-color: white !important;
    font-weight: 700;
}
.continue-shopping-btn{
    font-size: 14px !important;
    border: 2px solid #3ca0dc;
    font-weight: 700;
}
.CSI_nav-justified li.cc_checkoutStep.active a {
    background-color: #212529 !important;
    border: 3px solid #212529 !important;
    border-radius: 5px !important;
}
.CSI_nav-justified li.cc_checkoutStep.disabled a {
    background-color: white !important;
    border: 3px solid #dddddd !important;
    border-radius: 5px !important;
}
.CSI_nav-justified li.cc_checkoutStep a h4 {
    line-height: 30px !important;
    font-size: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}
.CSI_nav-justified li.cc_checkoutStep a{
    height: 34px !important;
}
.line{
    border-top:1px solid #DDDDDD;
    padding-bottom: .35rem;
}
.line-bottom{
    border-bottom:1px solid #DDDDDD;
    padding-bottom: .5rem;
    text-align: center;
}
.cc_order_confirmation_date{
    font-size: 13px;
}
.csi-panel{
    margin-bottom: 5px;
    padding: 0;
}
.fontBold {
    font-weight: bold;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    border-radius: 5px !important;
}
.border-all{
    border: 1px solid #ccc;
}
/*.border-bottom{
    border-bottom: 1px solid #ccc !important;
}*/
.border-right{
    border-right: 1px solid #ccc;
}
.order_information {
    background-color: white;
    padding-top: 0px;
    margin-bottom: 0px;
}
a.cc_prod_link{
    color: black !important;
    font-weight: 600 !important;
    font-size: 12px;
}
.cart-item-text{
    color: black;
    font-weight: 400;
    font-size: 12px !important;
    margin: 0 0 5px;
}
.cart_item{
    padding: 15px 0;
    margin: 0px;
}
p.cc_addr_name, p.cc_addr_company{
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 5px;
}
.csi-color{
    color: #00A4EA;
}
/*Checkout OC*/

/*Payment*/
.attachDocDiv{
padding-top: 10px;
}
.POAccNum{
font-size: 14px !important;
font-weight: 400;
}
.PORefDiv{
padding-bottom: 20px;
}
.paymentTypeDiv{
font-size: 14px;padding-bottom: 10px;
}
#sp-container{
font-family: Roboto;padding: 5px 25px;height: 180px;
}
.paymentMethodHeader{
margin-top: 10px;font-weight: 100;text-transform: capitalize;padding-bottom: 15px;
}
#checkout-form {
font-family: Roboto;
height: 100%;
align-items: center;
}

#checkout-form  input {
font-size: 12pt;
}

#submit-container {
align-items: center;
border-bottom: 0px solid #ccc;
text-align: center;
padding-top: 10px;
display: block;
float: right;
}

.CSI-slds-card{
//width: 35rem;
//margin: auto;
//padding: 10px;
background: rgb(255, 255, 255);
/*border: 1px solid rgb(221, 219, 218);*/
border-radius: .25rem;
background-clip: padding-box;
padding: 10px;
/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);*/
}

.CSI-slds-card {
    padding: 10px;
    margin: auto;
}
.CSI-slds-input{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    width: 50%;
    transition: border .1s linear,background-color .1s linear;
    display: inline-block;
    padding: 5px;
    height: 31px;
}
.CSI-slds-form-element{
    margin-bottom: 15px;
}
.CSI-slds-form-element__label{
    margin-bottom: 0px !important;
    font-weight: 400 !important;
}
.CSI-slds-card__header-title{
    margin-bottom: 10px !important;
}
.totalAmt{
    display: none;
}
.expDate{
    width: 100%;
}
.contactPrefTitle{
    font-size: 1.6rem;
    padding-top: 15px;
    border-top: 1px solid #dddbda;
}
.contactPrefSubText{
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 100;
}
.input-column input{
    border:1px solid black;
}
.ccc_ToastMsg{
    color: #fff;
    align-items: center;
    position: relative;
    background: #706e6b;
    font-weight: 300;
    border-radius: .25rem;
    padding: .75rem 3rem .75rem 1.5rem;
    min-width: 30rem;
    text-align: center;
    justify-content: flex-start;
    font-size: 1.3rem;
}
.success_messages_section{
    background-color: #04844b;
}
.error_messages_section{
    background-color: #c23934;
}
.customRadio{
    border-top: 1px solid #dddbda;padding-top: 10px;
    min-height: 25px;
    margin-bottom: 25px;
}
.customRadio span{
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: 10px;
}
.customRadio_preference{
float:left;
padding-top: 10px;margin-top: 5px;
border-top: 0px solid #dddbda;
}
.customRadio_preference span{
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}
.cc_payment_types_container .cc_nav-tabs-payment{
    display: none;
}
.cc_payment_types_container .cc_tab-content{
    padding-top: 0px !important;
}
.csi_payment .footer_img img{
    width: 25%;
    height: auto;
}
#payment-iframe #card-details-form .form-group{
    border-bottom: 0px solid #ddd !important;
}
#payment-iframe #card-details-form input{
    border: 1px solid black !important;
    padding: 5px 5px !important;
}
/*Payment*/

/*Popular Product*/
/*.cc_value, .cc_price_value {
    color: rgb(224, 21, 21);
    font-weight: 100px
}*/
.customHeading{
    font-size:22px !important;
    /*text-transform: uppercase;
    font-weight: bold;*/
    text-align:center !important;
}
.categoryName a{
    color: #000000 !important;
    font-size:16px;
    font-weight: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .categoryImgContainer{
        width: inherit;
        border: 1px solid #dedede;
        padding-top:10px;
    }
    .categoryImage{
        width: 100%;
    }
}
@media only screen and (min-width: 769px) {
    .categoryImgContainer{
        width: 360px;
        border: 1px solid #dedede;
        height: 175px;
        padding-top:10px;
    }
    .categoryImage{
        max-height: 150px !important;
        max-width: 360px !important;
    }
}
.popularCat{
    padding-top:40px;
}
/*Popular Product*/

/*Feature*/
.whatsNewContent{
    padding-top: 25px;
}
.customButtonDiv{
    text-align: center;
}
.customBtn{

    border-radius: 5px;
    height: 45px;
    width: 170px;
    color: black;
    font-size: 14px;
    background-color: white;
    text-transform: uppercase;
}
.btnInactive{
    border: 2.5px solid #dddddd;
}
.btnActive{
    border: 2.5px solid rgb(0, 0, 0) !important;
}
.csi-homepage-carousel-inner{
 width: 98%;
 margin: auto;
 overflow: visible;
}
.csi-homepage-carousel-control.right, .csi-homepage-carousel-control.left{
    width: 0px
    padding-right:340px;
}

.csi-homepage-carousel-control{
    top: -60px;
}
.infoBtn{
    color: white;
}

.csi-homepage-carousel-inner .item .row{
    justify-content: center;
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
}
.customHeading{
    font-size:22px;
    text-transform: uppercase;
    font-weight: bold;
}
/* .btnMargin{
    margin-right: 20px;
} */
.glyphCustom{
    font-size: 40px;
    margin-top: -50px;
    margin-left: -100px;
    margin-right: -100px;

}
.whatsnew_prodname{
    padding-bottom: 20px;
}
.whatsnew_prodname a{
    color: #000000 !important;
    font-size:16px;
    font-weight: normal;
    padding-bottom: 20px;
}
.whatsnew_prodsku{
    font-size: 14px;
    font-weight: lighter;
    color: #000000;
    padding-bottom: 20px;
}
.whatsnew_prodprice{
    font-size:16px;
    font-weight: 700;
    color: red;
    padding-bottom: 20px;
}
.featuredProdContainer{
    border: 1px solid #dedede;
    height: 265px;
    width: 265px;
    padding-top: 32px;
    margin: auto;
}
.whatsnew_prodimage{
    max-height: 200px;
    min-height: 200px;
}
.infoBtn a, .moreInfo, .infoBtn a:hover{
    font-size: 14px;
    color: white;
    background-color: #15a0db;
    border: none;
    border-radius: 5px;
    height: 45px;
    width: 265px;
    font-weight: bold;
}
.WhatNewHP{
    margin-top:50px;
}
/*Feature*/

.cc_deskLayout {
    overflow: hidden;
}

body {
    background-color: red;
}
.cc_category_tree .cc_collapse {
    max-height: unset;
    overflow: unset;
}
.cc_spec_header i {
    color: #dddddd;
}

#newProduct{
    margin : 5px;
}
/*----- Header ----- */

/* .cc_header .cc_navbar_col_misc {
    left: 175px;
    min-height: 45px;
} */
.cc_dropdown-menu .dropdown-menu{
    background-color: #00A4EA !important;
    color:white !important;
}
.cc_navbar_col_misc {
    width: 45%;
}

.cc_search_form {
    position: relative;
    z-index: 1001;
  
}
 .cc_search_form .cc_navbar_form .cc_input-group{
    border: 1px solid #DDDDDD;
    height:36px;
    width:360px;
} 
.slds-global-header__item_search, .slds-global-header__item--search{
    border: none;
}

.cc_col_search {
    clear: both;
    padding: 0 15px;
    top: 12px;
    width: auto;
}
.CSI-slds-p-top_x-small{
    padding-top: 0.5rem !important;
}
.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;
}

.navbar-inverse .navbar-nav li>a {
    text-transform: none !important;
   
}

.cc_navbar_form .cc_input-group {
    float: right;
}

.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: normal;
    font-size: 12px;
}

.navbar-default .cc_navbar-nav {
    float: none;
    display: flex;
    margin-top: -5px;
    margin-left: 120px;
}

.cc_navbar {
    background-color: transparent;
}

.navbar-default .menuTypeURL {
    color: #000 !important;
}

.navbar-default .cc_category {
    color: #000 !important;
}

.cc_navbar_collapse .cc_navbar-nav li a {
    padding: 0 18px !important;
}

.cc_home_slider .carousel-inner {
    margin-bottom: 100px;
    overflow: unset;
    /* margin-top: 65px; */
}

.cc_breadcrumb_container {
    margin-top: 75px;
}

/*----- Logo placement ----- */

.cc_store_logo_img {
    background-image: url("../images/csi_products_logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 135px;
    width: 160px;
    position: absolute;
}

.cc_logo_url {
    display: block;
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    top: -65px;
    z-index: 1001;
}


/*---- Logo footer placement ---- */

#cc_footer_logo_img {
    background-image: url("../images/Salesforce.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 135px;
    width: 140px;
    position: unset;
}


/*----- 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 ----- */

.productListContent.cc_results_list {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.cc_product_item .cc_price_container {
    margin-top: 12px;
    margin-bottom: 15px;
}

.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:red;
}

.cc_product_item .price .cc_price {
    font-size: 1.5em;
    color:red;
}

.cc_product_item .form-group .cc_add_to_btn {
    margin-top: 0;
}

.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;
}
.customRadio_preference{
    margin-left: 14px;
}
.paymentTypeDiv{
    margin-bottom: 24px;
}
/*----- 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;
}


/* 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 */


/* Reorder Component Style */

.cc_reorder_item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.cc_reorder_item:first-child {
    padding-top: 0;
}

.cc_ordered_items_link {
    padding-left: 0 !important;
}

.cc_reorder_prod_row {
    padding: 10px 0;
}

.cc_reorder_prod_row:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

h3.cc_reorder_row .cc_reorder_col {
    padding-left: 0;
}

.modal-body_reorder_items {
    max-height: 50vh;
    overflow: scroll;
}


/* 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 */

.navbar-inverse .navbar-form .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%;
}

.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;
}

.cc_header .cc_navbar_col_acct {
    width: 50%;
}


/*----- Text Styles -----*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    font-family: "Roboto" !important;
}

a {
    color: rgba(0, 164, 238, .8);
    font-weight: 600;
}

a:hover {
    color: rgb(65, 90, 168);
}

h1,
h2,
h3,
h4,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

h2,
h3,
.h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 0rem !important;
}

.cc_product_catalog_panel h4 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

h4 a {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

h5,
.h5 {
    margin-bottom: 5px;
}

h1 {
    font-size: 18px;
}

img {
    vertical-align: middle;
    height: auto;
}

.featured-prod .panel-title {
    font-size: 20px;
}

h5.panel-title {
    font-size: 12px;
    position: relative;
}

h4.product_title.cc_product_title {
    text-transform: uppercase;
    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;
}

.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;
}

button.cc_refreshcart_btn,
button.cc_refreshcart_btn:hover {
    background-color: #fff;
    color: #000;
    padding-top: 5px;
}


.panel.panel-default.cc_panel.cc_myaccount_profile h3.cc_title, 
.panel.panel-default.cc_panel.cc_myaccount_changePassword h3.cc_title{
    /* margin-bottom: 30px;
    margin-top: 60px; */
    text-transform:capitalize;
}


/*----- Containers ----- */

body {
    font-family: "Roboto" !important;
    font-size: 12px;
    color: #000000;
    background-color: #fff;
}

html {
    overflow-x: hidden;
}

.contentBody.cc_content_body {
    padding-bottom: 80px;
}


/* ----- Header Styles - Toolbar -----*/

.header .navbar-inverse {
    background-color: #3F4042 !important;
}

.navbar-inverse .navbar-nav li a {
    color: #fff;
    padding: 0 0 0 4px;
    line-height: 46px;
    display: block;
    letter-spacing: 0.05em;
    font-size: 12px;
    text-decoration: none;
}
.change_address{
    border: 2px solid #dddddd;
    padding: 5px 10px;
    border-radius: 5px;
    width: 174px;
    text-align: center;
    color: black;
}
.navbar-inverse .navbar-nav li a:hover {
    color: #fff;
}

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;
}

.navbar-inverse .navbar-form .search_input {
    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;
}

.navbar-inverse .navbar-form .search_input:focus {
    width: 150px;
    box-shadow: none;
}

.navbar-inverse .navbar-form .search_button {
    padding: 0 5px 0 10px !important;
    background-color: #ffffff;
    border-color: #ffffff;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background-image: url("../images/search.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 2.7em;
}

.navbar-inverse .navbar-form .search_button .fa-search:before {
    content: none;
}

/* ----- Header Styles - Menu -----*/

.navbar-default {
    background-color: white;
    border: none;
    height: 55px;
    margin-bottom: 0;
}

.cc_navbar_collapse .cc_navbar-nav li a {
    color: black;
    line-height: 45px;
    display: block;
    padding: 5px 17px 0;
    font-size: 14px;
    font-weight: 500;
}

.cc_navbar_collapse .cc_navbar-nav li a:hover,
.cc_navbar_collapse .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;
}

.breadcrumb {
    padding: 30px 15px 0 0;
    margin: 30px 0 0px 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb li a {
    text-transform: capitalize;
    color: #ADADAD;
    font-size: 12px;
}

.breadcrumb li {
    font-size: 9px;
    text-transform: uppercase;
    color: #989898;
}

.cc_navbar_collapse li a.cc_phone_logo 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 {
    max-width: none;
    height: auto;
    width: 100%;
}


/*----- 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: 1px solid #ddd;
} */

.cc_category_tree span.pull-right.cc_icon_area {
    position: absolute;
    right: 0;
    top: 10px;
}

.panel-heading {
    padding: 5px 0 5px;
    border-bottom: none;
}
.cc_goto_login {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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 !important;
    color: #000;
}
/* .col-md-12 {
    padding-bottom: 53px;
} */

.well {
    min-height: 20px;
    padding: 30px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cc_right_col .panel-heading {
    padding-bottom: 0
}

.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-transform: uppercase;
  
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    padding: 0 0 2px;
    border-bottom: 1px solid #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
    padding-bottom: 10px;
   
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{

     border-top: 1px solid #ddd !important;
 
}
.img-rounded {
    border-radius: 0px;
}

.promotion-box-LeftNav .panel {
    border: none;
    padding-bottom: 0;
}

hr {
    border-top: 1px solid #eee;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cc_content_body {
    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: #676767;
}

.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 #676767;
    margin-bottom: 20px;
}

.img-thumbnail {
    border-radius: 0;
}

.modal-content {
    border: none;
    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 7px;
    margin-bottom: 0;
    font-size: 11px;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    transition: 0.5s all;
}

.btn-default {
    color: #FFF;
    background-color: #15a0db;
    border-radius: 5px;
}

.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; */
    padding: 5px 12px 5px;
    margin-bottom: 0;
    margin-top: 0;
}

.cc_mini_quick_order button.btn.btn-default.btn-sm.addMore.cc_addmore {
   width:255px;
   background-color: #FFFFFF;
   border:3px solid #DDDDDD;
   max-height:45px;
   color:#000000;
   font-size: 16px;
    font-weight: 700;
    margin-top:-2px;
}
.cc_mini_quick_order button.btn.btn-default.btn-sm.addToCart.cc_addtocart {
    width:255px;
    max-height:45px;
    font-size: 16px;
     font-weight: 700;
     margin-top: 50px;
     margin-bottom: 80px;
     position: absolute;
 }
#collapseMiniQuickOrder .cc_footer .cc_form_group{
    margin-bottom: 65px !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: #000000;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left !important;
}

.quantity .form-control {
    text-align: right !important;
    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;
    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: 15px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.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: #c22121;
}

.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;
    margin-bottom: 20px;
}


/*----- Wishlist -----*/

.quickwishdesk.cc_quickwishdesk {
    margin: 20px 0 0;
}

.cc_addto_cart {
    margin-top: 25px;
}


/*----- Product Details -----*/

.secRelatedAccessories .prodDetRel {
    max-height: 200px;
}
p.item_title {
    margin-bottom: 10px;
}

.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;
}

.cc_qty + div > input.qty {
    
    width: 63px;
    height: 45px;
    font-size: 16px;
}
.cc_qty + div > input#qty {
    
    width: 63px;
    height: 45px;
    font-size: 16px;
}


.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%;
    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 .panel-heading.cc_heading {
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

a.productName.cc_product_name {
    text-transform: uppercase;
    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: 50px;
}

.cc_compare_text_row .cc_compare_text_col {
    vertical-align: top;
}


/*----- Filters -----*/

.cc_filter_breadcrumbs .cc_filter_breadcrumb.label {
    font-size: 100% !important;
    padding: .3em .6em !important;
    margin: 2px 0;
    background-color: #00a4e4;
}

.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 {
    font-size: 10px;
    padding: 10px 0;
    display: block;
    float: right;
    margin-left: 187px;
}

.cc_spec .upperDisp {
    font-size: 10px;
    padding: 10px 60px 0 0;
    display: block;
    float: right;
}

.spec .lowerDisp {
    font-size: 10px;
    padding: 8px 0;
    display: block;
    float: left;
}

.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 {
    padding: 0px 0 12px;
    display: block;
}


/*----- Cart -----*/

.cc_cart_item_list .cc_price_block .price.cc_price {
    font-size: 16px;
    color: #1b1b1b;
}

.cc_cart_item_list a.prodLink.cc_prod_link {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
}

/*.cart_item {
    border-bottom: 2px solid #ccc;
}*/

.cart-links {
    font-size: 10px;
}

.cc_cart_item_container .cc_cart_item_list .cc_price_block {
    text-align: right;
}

.cc_cartscale_pagination_nav .pagination {
    margin: 0;
}
.cc_cartscale_pagination_nav .pagination>li>a,
.cc_cartscale_pagination_nav .pagination>li>span {
    font-weight: normal;
    color: #000;
    background-color: transparent;
}
.cc_cartscale_pagination_nav .pagination>.active>a,
.cc_cartscale_pagination_nav .pagination>.active>a:focus,
.cc_cartscale_pagination_nav .pagination>.active>a:hover,
.cc_cartscale_pagination_nav .pagination>.active>span,
.cc_cartscale_pagination_nav .pagination>.active>span:focus,
.cc_cartscale_pagination_nav .pagination>.active>span:hover {
    font-weight: normal;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.cc_cartscale_searchsort form {
    margin: 0.5em 0;
}
.cc_cartscale_pagination_legend {
    margin: 20px 0;
}
.cc_cartscale_pagination_bottom .cc_cartscale_items_0 {
    display: none;
}
.cc_cartscale_pagination_bottom .cc_cartscale_pages_1 .cc_cartscale_pagination,
.cc_cartscale_pagination_bottom .cc_cartscale_pages_1 .cc_cartscale_pagination {
    display: none;
}
.cc_cartscale_pagination_bottom .cc_cartscale_searchsort {
    display: none;
}
.cc_cartscale_actions .btn {
    padding: 9px 13px 7px;
}

/*----- MY ACCOUNT -----*/

/* .cc_myaccount_content .cc_title{
    border-bottom: 1px solid #dddddd;
} */

/* .cc_myaccount_content,.cc_myaccount_changePassword, .cc_myaccount_addresses{ */
    .acctmainSection{
    margin-left: 80px;
    margin-top: 0px; 
}
.cc_myaccount_content> .cc_title{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 14px;
}

 .cc_myaccount_content .table-responsive{
    padding:unset !important;
    margin:unset !important;

 }

.acctmainSection .cc_paginator .table-responsive,
.cc_myaccount_addresses .table-responsive{
    padding: 0px;
}

.cc_myaccount_nav_list a {
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    font-size: 14px
}

.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;
} */
.acctmainSection .cc_myaccount_changePassword .cc_heading h3,
.acctmainSection .cc_myaccount_changePassword .cc_myaccount_content h3,
.acctmainSection .cc_myaccount_mycart .cc_heading h3,
.acctmainSection .cc_myaccount_myorders .cc_heading h3,
.acctmainSection .cc_myaccount_mywishlist .cc_heading h3,
.acctmainSection .cc_myaccount_mywallet .cc_heading h3,
.acctmainSection .cc_myaccount_myinvoices .cc_heading h3
{
    border-bottom: 1px solid #ccc;
    padding-top:12px;
    padding-bottom: 17px;
    font-weight: 400 !important;
}
.cc_myaccount_information .panel-heading.cc_heading,
.cc_myaccount_user_information .panel-heading.cc_heading,
.cc_myaccount_contact_information .panel-heading.cc_heading,
.cc_myaccount_user_information .panel-heading.cc_heading{
    margin: 0;
    padding: 0;
    width: 45%;
    /* border-top: 1px solid #ddd; */
    border-bottom: none;
}


.cc_main_content_col form {
    margin: 0 0 30px 0;
}

.acctmainSection {
    padding-right: 50px;
}
.cc_edit_profile{
    background-color: black;
}
.cc_myaccount_general, .cc_myaccount_contact, .cc_myaccount_user{
    color:#000;
    margin-top : -15px;
}
.cc_profile_company_label, .cc_profile_account_group_label, .cc_profile_phone_label, .cc_profile_name_label, .cc_acct_username_label, .cc_acct_language_label, .cc_acct_currency_label, .cc_acct_phone_label, .cc_acct_email_label {
    font-weight: 700;
}
.cc_myaccount_information .cc_heading .cc_title, 
.cc_myaccount_contact_information .cc_heading .cc_title,
.cc_myaccount_user_information .cc_heading .cc_title,
.cc_myaccount_myinvoices .cc_heading .cc_title{
   text-transform: capitalize;
   font-weight:700 !important;
}
.cc_myaccount_myorders .cc_heading .cc_title,
.cc_myaccount_mycart .cc_heading .cc_title,
.cc_myaccount_mywishlist .cc_heading .cc_title,
.cc_myaccount_mywallet .cc_heading .cc_title{
    text-transform: capitalize;
}
.cc_profile_company, .cc_profile_account_group, .cc_profile_phone, .cc_profile_note, .cc_addr_line, .cc_addr_city, .cc_addr_postal, .cc_addr_country, .cc_addr_extId, .cc_profile_name, .cc_name, .cc_acct_phone, .cc_acct_username, .cc_acct_email, .cc_acct_language, .cc_acct_currency {
    margin-bottom: 5px;
}
/* .cc_myaccount_information{
    margin-top:100px
} */

.cc_edit_profile{
    float: right;
    margin-top: -192px;
    /* margin-left: 585px; */
    width: 120px;
    background-color: #00A4E4;
    font-weight: 700;
    font-size:14px !important;
}


.panel.panel-default.cc_panel.cc_myaccount_profile h3.panel-title.cc_title {
    margin-bottom: 10px;
}
.cc_myaccount_changePassword .cc_body,
.cc_myaccount_information

{
    margin-top: -5px;
}

.cc_current_password, .cc_new_password, .cc_new_password_verify{
    border: 1px solid #000000 !important;
}
.cc_update_password{
    float:right;
    width:120px;
}
.cc_add_address_btn{
    float:right;
}
.cc_password_requirements, .cc_address_list{
    color:black !important;
}
.cc_delete_addr{
    background-color: white;
    border: 3px solid #dddddd;
    color: black;
    font-size: 13px !important;
    position: absolute;
    margin-left: -190px;
    padding: 5px !important;
    font-weight: 700;
    width: 90px;
    min-width: unset !important;
}
.cc_open_modal_addr, .cc_payment_edit{
    font-size: 13px !important;
    font-weight: 700;
    min-width: unset !important;
    width: 80px;
}
.cc_address_type{
    vertical-align: unset !important;
}
.cc_clone{
    /* position: absolute;
    margin-left: 150px; */
    font-size: 13px !important;
    font-weight: 700;
}

.cc_delet_cart, .cc_payment_delete{
    font-weight: 700;
    /* position: absolute;
    margin-left: -140px; */
    font-size: 13px !important;
    background-color: white;
    border: 3px solid #dddddd;
    color: black;
    padding:5px;
    width:90px;
}
.cc_reset_order, .cc_reset_invoice{
    font-weight: 700;
    font-size: 13px !important;
    background-color: white;
    border: 3px solid #dddddd;
    color: black;
    float : right;
    width: 80px;
    padding: 5px;
    margin-right: 18px;
    height: 35px;

}

.cc_rename, .cc_add_address_btn, .cc_edit, .cc_make_payment, .cc_update_password{
    font-size: 13px !important;
    font-weight: 700;
}
.cc_col_reorder, .cc_search_order, .cc_create_template, .cc_search_invoice, .cc_make_payment{
    width: 160px !important;
    font-size: 13px !important;
    font-weight: 700;
}
.cc_search_order, .cc_search_invoice, .cc_make_payment{
    float:right;
}
.cc_col_order_number a,
#cartTable a,
#invoiceTable a
{
    color:#00A4E4;
}
#orderTable, .orderPaginationSec, #cartTable, #myWalletTable, #invoiceTable, .cc_size_action{
    color:black;
}
.cc_size_action{
    font-size: 13px;
}
.cc_payment_method{
    width:200px;
    color:black;
}
.cc_search_order_status, .cc_search_invoicer_status, .cc_search_invoice_type  {
    width:150px;
    color:#000000;
    margin-left:6px;
}
.cc_search_invoicer_status, .cc_search_invoice_type {
    margin-left: -2px;
    width: 98px !important;
}
#fromDateStr, #toDateStr{
    width:93px;
    background-color: white;
}
.cc_from_date_str, .cc_to_date_str{
    padding-left: 5px;
    padding-right: 5px;
}
.cc_pay_link{
    color: white !important;
    padding: 10px 35px;
    background-color: #00A4E4;
    width: 100px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.cc_rename{
    text-decoration: none !important;
}
/* #cartTable .cc_table_header_row .cc_table_header{
    width:5px;
} */
.cc_current_password_label, .cc_new_password_label, .cc_newpasswordconfirm_label,
.cc_current_password_value, .cc_new_password_value, .cc_newpasswordconfirm_value
{
    width:100%;
    padding-bottom: 5px;

}
.cc_address_header, 
.cc_address_display,
#orderTable .cc_table_header_row .cc_table_header, 
.myAccOrderRows .cc_table_col {
    padding-left: 0px !important;
}
.cc_myaccount_addresses{
    margin-top: -35px;
}
.cc_col_reorder{
    margin-bottom: -15px;
}
.cc_col_reorder,#cartTable tbody .cc_table_row .cc_table_col .cc_button_group, 
.cc_table_col_actions{
    float:right;
}
#orderTable th:nth-child(5), #cartTable th:nth-child(4), #myWalletTable th:nth-child(5){
    width: 170px;
    text-align: center;
}
#orderTable{
    margin-top: -20px;
}
#searchInvoiceInput{
    width:135px;
}
.myAccInvoiceRows td:nth-child(2), .cc_invoice_id {
    display: none;
}
#invoiceTable >thead>tr>th, 
#invoiceTable >tbody>tr>th,
#invoiceTable >tfoot>tr>th, 
#invoiceTable >thead>tr>td, 
#invoiceTable >tbody>tr>td, 
#invoiceTable >tfoot>tr>td {
    line-height: 3;
    padding-left: 5px;
    padding-right: 5px;
}
.myAccOrderRows td:nth-child(6), .myAccOrderRows td:nth-child(7), #orderTable .cc_table_header_row th:nth-child(6), #orderTable .cc_table_header_row th:nth-child(7){
    display:none;
}
#collapseFilters{
    border-bottom: 1px solid rgb(221, 221, 221) !important;
}
/*----- Table Styles -----*/

.table-responsive {
    background-color: #fff;
    padding: 30px;
    margin: 30px 0;

}

tr.cc_table_row,
tr {
    border-bottom: 1px 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;
}

.compareCol .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.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 -----*/
.footer_menu a {
    color: white;
}
a.navbar-link.cc_footer_link {
    color: #989898;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-right: 1px solid #989898;
    padding-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;
}

.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 {
    text-transform: uppercase;
    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: 10px 0;
}
.CSI-slds-p-right_large {
    padding-right: 1.5rem;
}

.cc_qty_control_row input.btn.btn-default.btn-sm {
    font-size: 11px;
    padding: 9px 8px 7px;
    height: 30px;
}

button.btn.btn-default.btn-sm.checkOutBtn.cc_checkout_btn.pull-right {
    padding: 9px 15px 7px;
    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 7px;
    font-size: 11px;
}

.breadcrumb>li+li:before {
    
    color: #ccc;
    content: "/\00a0";
    font-size: 14px;
}

.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;
}

#at4-share,
#at4-soc {
    top: 50px !important;
    bottom: auto;
}

.cc_navbar_collapse .cc_navbar-nav .cc_dropdown-menu li a {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}
.cc_dropdown-menu .dropdown-menu li a {
    line-height: 30px;
    font-size: 12px;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
}
.cc_navbar_collapse .cc_navbar-nav .cc_dropdown-menu .dropdown-menu li a:hover {
    color:  #00A4EA !important;
    background-color:#fff;
    text-decoration: none;
}
.cc_navbar_collapse .cc_navbar-nav .cc_dropdown-menu li a:hover {
    color: #00A4EA!important;
    background-color: #ffffff;
    text-decoration: underline;
}

.cc_my_account_dropdown .cc_dropdown-menu li a {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
}

.cc_my_account_dropdown .cc_dropdown-menu li a:hover {
    color: #fff;
    background-color: #000;
}

.dropdown-menu li a {
    white-space: nowrap;
}

.dropdown-submenu>.dropdown-menu {
    margin-top: -6px !important;
    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); */
    -webkit-box-shadow:0px 0px 9px 3px rgba(0,0,0,0.33);
    /* box-shadow: 0 3px 12px rgba(0, 0, 0, .175); */
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.33);
    background-color: #3b3b3b;
    width: 203px;
}

.navbar-nav li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .175); */
    -webkit-box-shadow:0px 0px 9px 3px rgba(0,0,0,0.33);
    /* box-shadow: 0 3px 12px rgba(0, 0, 0, .175); */
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.33);
    background-color: #ffffff;
}

.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;
}
.cc_main_prod_image {
    max-height: 551px;
    min-height: 551px;
}

.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 7px;
    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;
}
.quick-order{
    border-bottom: 1px solid #dddddd;
}

header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1050;
}

.cc_lwc_header {
    height: 140px;
}

.cc_navbar_collapse .cc_navbar-nav li a:hover,
.cc_navbar_collapse .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;
}

ol.breadcrumb.cc_breadcrumb li:last-child a {
    font-weight: 400;
}

.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;
}

/* Used for Cart Refresh Modal Title */
.modal-title.text-center {
    text-align: center;
}

.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: 1px solid #dddddd;
}

.filterContainer .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding-bottom: 10px;
}

a.productName.detailLin.cc_detail_linkk {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}

a.remove.cc_remove {
    color: #ccc;
}

.noUi-horizontal .noUi-handle, .ui-slider-handle {
    
    border-radius: 50%;
    box-shadow: none;
    border: 3px solid rgb(255, 255, 255) !important;
    background-color: #000000 !important;
    width: 23px !important;
    height: 23px !important;
}

.noUi-base {
    margin-top: 10px;
}

.noUi-target {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    width: 90%;
    background: rgb(0, 0, 0);
    height: 4px;
    margin-top: 38px;
    margin-bottom: 23px;
}

.cc_slider_plp1 {
    width: 70%;
}

.upperDisp, .lowerDisp {
    margin-top: 5px;
    font-size: 14px !important;
    color:black;
    position:absolute;
    margin-top: -68px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-origin {
    border-radius: 0;
    top: -3px;
}

.listPaginationSec .col-xs-4 {
    padding: 0;
}

.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;
    line-height: 0;
}

.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: 400;
}

.acctmainSection .cc_myaccount_profile h3.panel-title.cc_title {
    font-size: 14px
}

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 {
    /* padding: 25px 20px; */
    width: 47.5%;
    margin-left: 15px;
    margin-top: 30px;
    float: left;
    border:1px solid #dddddd;

}

.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 {
    
    width: 100%;
    display: block;
    /* padding: 10px; */
    padding-bottom: 10px;
    padding-top: 20px;
    color: black;
    font-size: 13px;
    font-weight: 700;
    /* border-top: 1px solid #ddd; */
}

span.cc_profile_billing_value,
span.cc_profile_shipping_value,
span.cc_profile_mailing_value,
span.cc_profile_other_valuel {
    /* padding: 10px; */
    padding-bottom:20px;
    display: block;
}

p.cc_addr_name {
    font-size: 12px;
    font-weight: normal;
}

p.cc_addr_company {
    font-size: 12px;
    text-transform: uppercase;
}

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 {
    line-height: 30px !important;
    font-size: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    height: 34px !important;
}
.nav-justified li.cc_checkoutStep.disabled a {
    background-color: white;
    border: 3px solid #dddddd;
    border-radius: 5px;
}
.nav-justified li.cc_checkoutStep.active a {
    background-color: #000000;
}

.nav-justified li.cc_checkoutStep.active a h4 {
    color: #fff;
}

.nav-justified li.cc_checkoutStep a h4 {
    line-height: 30px;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.home_slider.cc_home_slider .row>div {
    position: relative;
    top: 60px;
    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 {
    font-size: 9px;
}

.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;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.billingAddressPanel.col-xs-4 {
    padding: 10px;
}

div#addressCarousel .item .subItem {
    width: 100%;
}

.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 {
    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: 5px;
}

.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;
    text-transform: uppercase;
    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;
}

.cc_results_list .cc_add_to .cc_add_to_btn {
    width: 100%;
    background-color: #15a0db;
}

.addItem {
    background-color: #15a0db;
    color:white;
    border-radius: 5px;

}
.cc_current_locale {
    padding-left: 3px;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav > li,
    .navbar-nav > .cc_menu {
        float: none;
    }
}

@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 (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
    }
    .navbar-nav > li,
    .navbar-nav > .cc_menu {
        float: left;
    }
}

@media (max-width: 1199px) {
    .cc_lwc_header {
        height: 160px;
    }
    .cc_col_search {
        right: -23px;
        width: 84%;
    }
    .navbar-static-top {
        z-index: 1000;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        /* border: 1px solid #dddddd; */
        /* width: 100%; */
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0 0 10px 0;
        background-color: #000;
        /* height: 5000px; */
    }
    .navbar-form .cc_input-group {
        width: 100%;
    }
    .navbar-form .cc_input-group .input-group-btn {
        width: 1%;
    }
    .navbar-default .cc_navbar-nav {
        display: block;
        margin: 0;
        padding-left: 250px;
    }
    .navbar-toggle {
        display: none;
    }
    .cc_home_slider {
        background-color: transparent;
    }
    .cc_autoCompleteForm {
        position: absolute;
        top: 30px;
        width: 100%;
    }
    .cc_logo_url {
        width: 970px;
    }
    .navbar-inverse .navbar-form .search_input,
    .navbar-inverse .navbar-form .search_input:focus {
        width: 100%;
    }
    .container-fluid.navbar-inverse.cc_navbar-inverse {
        background-size: 1100px;
    }
    .breadcrumb {
        padding-top: 50px;
    }
    .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;
    }
    .cc_home_slider .carousel-inner {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 1070px) {
    .navbar-default .cc_navbar-nav {
        padding-left: 191px;
    }
}

@media only screen and (max-width: 991px) { 
    .col-xs-2{
        width: auto !important;
    }

    /* Remove Cart Product Image */
    .cc_cart_product_image{
        display: none;
    }
    .cc_addToCartCustom{
        width: auto !important;
    }
    .includedItemsSection .cc_widget_container .cc_body .cc_widget_column{
        overflow: auto;
    }
    img.mainProdImage.prodDetail{
        width: -webkit-fill-available !important;
        height: auto !important;
    }
    .cc_main_prod_image{
        min-height: auto !important;
    }
    .cc_lwc_header {
        height: 140px;
    }
    .cc_header .cc_navbar_col_misc {
        left: 0;
        width: 50%;
        top: 10px;
    }
    .cc_header .cc_navbar_col_acct {
        width: 50%;
        top: 10px;
    }
    .cc_navbar {
        background-color: #000;
    }
    .navbar-form .cc_input-group {
        padding-left: 0;
    }
    .cc_locale_label {
        display: none;
    }
    .cc_logo_url {
        position: relative;
        width: 768px;
        top: -30px;
    }
    .cc_store_logo_img {
        height: 60px;
        width: 90px;
    }
    .cc_logo_url {
        top: 5px;
    }
    .cc_col_search {
        top: 30px;
        width: 100%
    }
    .cc_col_search .cc_nav {
        margin: 0 80px;
    }
    .navbar-toggle {
        position: absolute;
        display: block;
        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; */
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .dropdown-submenu > a:after {
        content: none;
    }
    .dropdown-submenu .fa {
        margin-left: 10px;
    }
    .navbar-default .cc_navbar-nav {
        padding-left: 10px;
    }
    .navbar-default .navbar-collapse {
        top: 65px;
    }
    .cc_home_slider .carousel-inner {
        margin-top: 0;
    }
    .breadcrumb {
        padding-top: 10px;
    }
    .acctmainSection {
        padding-right: 0;
    }
    
    .cc_navbar_col_acct li {
        position: relative;
        right: 15px;
        float: left;
    }
    .cc_my_chead a,
    .cc_loginoutsec a {
        white-space: nowrap;
    }
    .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;
    }
    .cc_without_ma_menu span.cc_header_mycart {
        display: none;
    }
    #goToAccount > span {
        display: none;
    }
    .cc_navbar-nav .cc_dropdown{
        border-bottom: 1px solid #cccccc82;
    }
}

@media only screen and (max-width: 769px) {
    .CSI-global-header{
        padding-bottom: 15px;
    }
    .checkOutBtn{
        text-align: center;
        float: none !important;
    }
    .checkOutBtnBlock{
        text-align: center;
    }

    .col-md-5.cc_wish_prod_details,
    .gp_quantity_block .cc_text-right {
        text-align: center;
        font-size: 1.3em;
    }
    .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;
    }
    .col-xs-2{
        width: auto !important;
    }
    /* Remove Cart Product Image */
    .cc_cart_product_image{
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .checkOutBtn{
        text-align: center;
        float: none !important;
    }
    .checkOutBtnBlock{
        text-align: center;
    }
    .col-xs-2{
        width: auto !important;
    }
    .cc_lwc_header {
        height: 180px;
        background-color: #000;
    }
    .cc_header .cc_navbar_col_misc {
        width: 100%;
    }
    .cc_header .cc_navbar_col_acct {
        width: 100%;
        height: 45px;
        top: 20px;
        /* background-color: #3b3b3b; */
        z-index: 100000;
    }
   
    .navbar-default .navbar-collapse {
        top: 100px;
    }
    .cc_logo_url {
        top: -45px;
        z-index: 100001;
    }
    .cc_store_logo_img {
        height: 90px;
        width: 96px;
    }
    .cc_col_search {
        /*right: 0px;
        height: 55px;
        background-color: rgb(253, 253, 253);*/
    }
    .cc_col_search .cc_nav {
        margin: 0 50px 0 0;
        right: 0;
    }
    .navbar-toggle {
        top: 55px;
        margin-left: 10px;
        z-index: 10000;
    }
    .cc_home_slider .carousel-inner {
        margin-top: 48px;
    }
    .breadcrumb {
        padding-top: 50px !important;
        margin-top: 8px;
    }
    .cc_product_results_tagline {
        display: block;
        float: none !important;
        margin-top: 10px;
    }
    .secRelatedAccessories .prodDetRel {
        max-height: 150px;
    }
    /* Remove Cart Product Image */
    .cc_cart_product_image{
        display: none;
    }
}

@media only screen and (max-width: 523px) {
    .checkOutBtn{
        text-align: center;
        float: none !important;
    }
    .checkOutBtnBlock{
        text-align: center;
    }
    .datepicker {
        width: 100%;
        left: 0 !important;
        overflow: scroll;
    }
    .secRelatedAccessories .prodDetRel {
        max-height: 50px;
    }
    .col-xs-2{
        width: auto !important;
    }
    /* Remove Cart Product Image */
    .cc_cart_product_image{
        display: none;
    }
}

/******************************************************
* 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_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;
}
input#searchText::placeholder {
    color: black;
    font-size:14px;
    font-weight: 400;
}
#searchText{
    height:36px;
}
.panel.panel-default.cc_panel.cc_mini_quick_order {
    /* border-top: 1px solid #dedede; */
    /* border-bottom: 1px solid #dedede; */
    margin-bottom: 5px;
    padding-bottom: 0px;
} 
/* Category tree */
span.icon-toggle.cc_icon_toggle.collapsed>i {
    transform: rotate(90deg) !important;
}
span.icon-toggle.cc_filter_icon.collapsed >i {
    transform: rotate(90deg);
}
.activeCategory {
    color: #00A4E4 !important;
}
#categories-right-nav a {
    padding: 0px 0px 0px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #000000;
}
.cc_categories_side_container{
    margin-top: 5px;
}
.cc_filter_container{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.cc_contact_input_email_label> p{
    margin-bottom: 0px;
}
#shippingAddressForm .cc_section_title> p{
    margin-bottom: 0px;
}