﻿.sfPublicWrapper {
  /*  width: 100%;
    display: flex;
    padding: 0px;
    margin: 0px;
    justify-content:center;
    align-items: center;  */
}

.click-Through {
    pointer-events: none !important;
}

.blueFilling {
    background-color: #021660;
}

.c-select select {
    font-size: 14px;
}

.input-background {
    background-color: #ededed
}

.CaSAlign {
    text-align: center;
}

.c-modal_close_rigth {
    margin-right: 5%;
}

#CurbstoneIFrame {
    width: 100%;
    height: 350px;
}

.font-color {
    color: white;
}

.text-center-align {
    text-align:center;
}

.promotionEligibleText {
    color: #428bca;
}

.invalid {
    background-color: red;
    color: white;
    font-weight: bold;
}

.btnDisabled {
    color: gray;
}

.promotionContainer .c-form {
    max-width: 100%
}
.promotionContainer .c-form-horizontal {
    display:flex;
}

.promotionBorder {
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding: 15px;
}

.promoMargin {
    margin-top: 6px;
}

.promoFeildset {
    padding: 0;
    margin: 0;
}
.promoAndText {
    font-weight: bold;
    font-size: 1.5em;
    color: #428bca;
}

.c-btn-margin {
    margin-right: 10px;
}

.promoDosageText {
    font-size: 10px;
}
.promoNoWrap {
    white-space: nowrap;
}

.cpContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    background-color: white;
}

.cpContainer input {
    border: none;
}

.cpflex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cptitleblock {
    background-color: #f9f9f9;
    padding: 5px 7px;
}

.cpContentblock {
    padding: 5px 7px;
}

.cptoggleTitleBlock {
    width: 100%;
    padding: 0px 0px 10px 0px;
}

.sm-blue-text {
    font-size: 11px;
    color: #428bca;
    padding: 10px 0px;
    margin: 0px;
}

.cptoggleTitleBtn {
    padding: 5px 7px;
    margin: 0px 0px 10px;
    background-color: #f9f9f9;
    border: none;
}

.cptoggleTitleBtn:hover {
    cursor:pointer;

}

.cptoggleTitleBtn:focus {
    outline: none;
}

.cp-shade-section {
    width: 300px;
    background-color: #f1f1f1;
    padding: 10px;
    margin: 0px 0px 20px 0px;
}

.c-button__text {
    
    font-size: 12px !important;
    line-height: normal !important;
    padding: 0px 0px 0px 0px !important;
}

.fieldset-nomargin {
    margin:0px;
}

.fieldset-sm-text {
    font-size: 11px !important;
}

.llf-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.llf-title {
    padding: 0px 5px;
    margin: 0px 0px !important;
}

.dlPDF {
    text-transform:capitalize;
    text-decoration: underline;
}
.expectedArrival {

}

.availMessage-in-stock {
    font-weight: bold;
    color: #021660;
}

.availMessage-on-backorder, .availMessage-out-of-stock, .qtyInStock-out-of-stock, .qtyInStock-on-backorder {
    color: #ed1c24;
    font-weight: bold;
}

.availMessage-low-stock, .qtyInStock-low-stock {
    color: #dba21c;
    font-weight: bold;
}

.availMessageGreen, .qtyInStock-in-stock {
    color: forestgreen;
    font-weight: bold;
}

.linkPoint {
    cursor: pointer;
    color: #021660;
}

.blueTitleCheck {
    margin: 0px 0px;
    color: #021660;
    font-size: 22px;
    font-weight: 400;
}

.checkout_price {
    font-size: 18px;
}

.imgcheckoutBPPP {
    width: 170px;
    height: auto;
}

.cp-button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: #ed3330;
    border-radius: 10px;
    color: #fff;
    padding: 5px 7px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    min-width: 8.125em;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
}

.cpicon {
    background-color: white;
    position: relative;
    right: 0px;
}

.cp-span {
    font-size: 14px;
}

.cp-clear-btn {
    position: relative;
    text-align: right;
}

.cp-search-box {
    width: 90%;
}

.cp-padding {
    padding-left: 10px;
}

.cp-h2 {
    margin: 0px; /* 25.5em; */
    line-height:normal;
}

.cp-group {
    margin: 0px;
}

.cp-repeat-div {
    padding: 0px;
}

.cp-link-padding {
    padding: 0px 0px 5px 0px;
}

.cp-link-attachment {
    text-align: left;
    font-size: 12px;
    padding-left: 0px;
}

.cp-bottom-padding {
    padding-bottom: 0px; /*2.0em*/
}

.cp-button_text {
    text-align: left;
    font-size: 12px;
    padding-left: 0px;
}

.viewProductsDiv {
    padding-bottom: .5em;
    padding-top: .5em
}

.cp-nopadding {
    padding: 0px;
}

.bannerPadding {
    padding: 5px 0px;
}


.o-wrapper {
    max-width: 1400px !important;
     /* 100% !important; */
}



::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #021660;
}

::-webkit-scrollbar-thumb {
    background-color: #021660;
    outline: 1px solid black;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>.active {
    color: #777;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.c-mobile-control {
    display: inline-block;
    padding: 0 3px !important;
    color: #021660 !important;
    height: auto;
    overflow: hidden;
    vertical-align: top;
}

.c-menu-main--level-two {
    border-left: 0.8px solid rgba(0,0,0,.3) !important;
    box-shadow: 3px 3px 3px 4px rgba(0,0,0,.3) !important;
}

.c-detail.c-detaill__availability{
    max-width:25%;
}

.availableSKU {
    display:none;

}

.k-link.k-nav-day {
    padding-bottom: 10px;
}

#gritter-notice-wrapper{
    left: 100px;
    font-family: Oswald;
}

#gritter-notice-wrapper p{
    font-family: Oswald;
}


.gritter-title {
    font-family: Oswald;
    text-transform: uppercase;

}
/** youtube embed **/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pend-approve-list .ord-apprvd {
            background-color: green !important;
        }
.pend-approve-list .ord-reject{
            background-color:red !important;
        }


.c-checkbox label {
    margin-left:0.4em
}

.c-feature-dark .c-feature-item {
    text-align:center
}

.shipTo-Address p {
    margin:0;
}

.pagination li {
  display: inline;
  list-style-type: none;
  font-weight: 700;
  padding-bottom: 0!important;
  font-family: 'Open Sans',Arial,sans-serif;
}

.pagination a {
  font-size: 14px;
  color: #ed1c24;
  background-color: #fff;
  padding: .75em .9375em;
  
}

.pagination .active a {
    background-color: #ed1c24;
    color: #fff;
}

.pagination ul {
  text-transform: uppercase;
  margin-bottom: 0;
}

.backToTop {
    display: none;
    text-decoration: underline;
    text-transform: uppercase;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
}

.cWellLink a{
    color: #FFF;
    text-decoration: underline;
}

.tableSawLabels {
    font-size: .75em;
    font-weight: 900;
    margin-right: 1em;
}

.tableButtons {
    font-weight: normal;
}

.backorderHeader {
    border: 5px solid #ed1c24; 
    border-radius: .3125em .3125em 0px 0px; 
    background: #ed1c24; 
    color:white; 
    text-transform:uppercase; 
    font-size:1.125em; 
    font-family: 'Oswald','Arial Narrow', 'Arial,sans-serif';
}

.backorderBody {
    border: 5px solid #ed1c24; 
    border-width:0px 5px 5px 5px; 
    border-radius: 0px 0px .3125em .3125em
}

.masterlist-column-wide {
    width: 40%;
}

.masterlist-column {
    width: 20%;
}

.c-menu-main--mega-twos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 35em;
    height: auto;
    min-height: 10em;
}

.c-menu-main__list-item--mega-two {
    width: 50%;
    padding-right: .9375em;
    padding-left: .9375em;
    min-height: 5.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bannerText {
    position: relative;
    top: 15px;
    left: 2%;
    width: 65%;
    height: 0px;
    color: #021660;
    font-size: 26px;
    font-weight: bold;
}

    .bannerText:hover {
        cursor:pointer;
    }

    .bannerTextbutton {
        text-decoration: underline;
        color: #021660;
    }


    .action-list ul {
        display: flex;
    }

    .action-list li {
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 2px solid gray;
    }

    .action-list .action-list-active {
        font-weight: bold;
        border-top: 2px solid gray;
        border-left: 2px solid gray;
        border-right: 2px solid gray;
        border-bottom: none;
    }

thead {
    font-weight: bold;
}

.img-logos>li:nth-child(1) {
    position: absolute;
    left: 0px;
    top: 0px;
}

.img-logos>li:nth-child(2) {
    position: absolute;
    top: 0px;
    right: 0px;
}

.img-logos>li:nth-child(3) {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.img-logos>li:nth-child(4) {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.img-logos-mobile>li:nth-child(1) {
    position: absolute;
    top: 55px;
    left: 25px;
}

.img-logos-mobile>li:nth-child(2) {
    position: absolute;
    top: 55px;
    right: 25px;
}

.img-logos-mobile>li:nth-child(3) {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.img-logos-mobile>li:nth-child(4) {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.practicepreferredlogo, .henryscheinbrandlogo {
    height: 30px;
    width: 30px;
    margin: 5px;
    background-color: white;
}

.preferred-product {
    max-width: 75px;
}

.prop65logo {
    height: 34px;
    width: 100px;
    margin: 5px;
}

.no-ul-defaults {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.image-tooltip {
    position: relative;
    display: inline-block;
}

.image-tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    transition: opacity 0.3s;
}

.image-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: red transparent transparent transparent;
}

.image-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.image-mobiletooltip {
    position: relative;
    display: inline-block;
}

    .image-mobiletooltip .tooltiptextmobile {
        visibility: hidden;
        width: 250px;
        background-color: red;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -70px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .image-mobiletooltip .tooltiptextmobile::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: red transparent transparent transparent;
    }

.image-mobiletooltip:hover .tooltiptextmobile {
    visibility: visible;
    opacity: 1;
}

.c-menu-main--level-two {
    left: -1em !important;
}

.c-menu-main--mega-threes {
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 60em;
    height: auto;
    min-height: 20em;
}
.c-menu-main__list-item--mega-three {
    width: 25% !important;
    padding: 0px 10px 15px 10px !important;
    min-height: 360px !important;
    display: flex;
    flex-direction: column !important;
}
.c-menu-main--mega-equipment {
    flex-direction: column;
    min-width: 60em !important;
    height: 30em !important;
    min-height: 30em !important;
    max-height: 30em !important;
}
.c-menu-main__list-item-link--level-two-equipment-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.8125em;
    border-bottom: none;
    max-width: 100%;
}
.u-margin-xsmall--left {
    margin-left: .312em
}

#stickyheader {
    padding-top: 180px;
}

.sticky-header {
    height: 3.3em;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

.sfPageWrapper .sticky-header {
    position: relative !important;
    display: block !important;
    height: auto;
}


.sticky-header .c-mark {
    width: 3em;
    height: 2.70em;
    margin-top: .15em;
    display: inline-flex;
}

.sticky-header .sticky-header-search {
    height: 2.40em;
    margin-top: .40em;
    width: 15em;
}

.sticky-header .sticky-header-cart {
    height: 2.70em;
    margin-top: .15em;
}

.sticky-header-search .twitter-typeahead {
    height: 100%;
}

.st1 {
    fill: #ED3030;
}

.st2 {
    fill: #ED3030;
}
/*
{
    font-family: 'Oswald Light',Arial,sans-serif;
}*/

.toggle-content, .banner-content, .body-content {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 5px auto 5px auto;
}

.banner-content .c-carousel-hero .flickity-page-dots {
    display: none;
}

#ShopByCategoryContainer {
    transition: max-height 0.2s;
    overflow: hidden;
}
.sfPageEditor #ShopByCategoryContainer[aria-expanded="false"] {
    height: auto;
}
#ShopByCategoryContainer[aria-expanded="false"] {
    height: 310px;
}
    #ShopByCategoryContainer[aria-expanded="true"] {
        height: auto; /* var(--containerHeight, 1000px); */
    }

.vendor-border-right {
    border-right: 1px solid #E5E5E5;
}

.vender-imagefloat {
    float: right;
}

.sfPageEditor .productCat-toggle {
    transition: height 0.3s ease-in-out;
    height: auto !important;
}

.content-padding {
    padding: 77px 0px;
}

.ShopByCategory {
    display: inline-block;
   /*  width: 14%; */
    margin: 5px 2px;
    text-align: center;
    vertical-align: top;
}
.vendorImgBack {
    padding: 10px 15px;
}

.ShopByCategory .card-img-top {
    position: relative;
    
    top: 20%;
    margin: auto;
}

.ven-card .card-img-top  {
    max-height: 230px;
}

.ShopByCategory h3 {
    text-transform: none;
}
.ShopByCategory .card-title {
    width: 170px;
    font-size: 1.4em;
    border: none;
}

.toggle-content .toggleheader {
    display: flex;
    height: 60px;
    align-items: center;
}

.hm-nav {
    
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.nav-ul {
    display: flex;
    justify-content: space-around;
    min-width: 730px;
}

.nav-flex-container {
    display: flex;
    margin: 0px auto;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1400px;
    padding: 0px 10px;
    justify-content: space-around;
}

.s-site-header {
    padding: 0px 10px;
}

.c-alert {
    padding: 10px 9px !important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    justify-content: space-around;
}


.flex-containerfooter {
    width: 100%;
    display: block;
    max-width: 1400px;
    padding: 50px 15px 0px;
    margin: 0px auto;
}

    .footer-nav-container {
        display: flex;
        width: 100%;
        margin: 0px auto;
        justify-content: space-between;
        color: #676767;
    }

.Footer-social-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

ul.Footer-social-container {
    margin: 0px 0px;
}

ul.Footer-social-container li {
    list-style: none;
    margin: 0px 0px;
}

#SocialMediaAndLogo {
    display: flex;
    flex-wrap: wrap;
}

.covetrus-footerLogo {
    margin: -6px 6px 6px -6px;
    padding: 0px 0px 10px 0px;
}

.nabp-logo {
    margin: 30px 0px 0px 0px;
    width: auto;
}

.sidebysidelist {
    display: flex;
    justify-content: space-between;
}

.footer-flex-content {
    display: flex;
    width: 100%;
    margin: 0px auto;
    justify-content: center;
    color: #676767;
}

.footer-nav-container a {
    color: #676767;
}

.footer-nav-container h3 a {
    color: #021660
}
.footer-containerColumns {
    max-width: 20%;
    width: 100%;
    padding: 0px 10px;
}

.footer-containerColumns-PC {
    max-width: 37%;
}

.footerlinkheader {
    color: #021660;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: .1em solid #ced3d6;
    font-weight: 400 !important;
}

.ft-headerstyle {
    font-size: 18px;
    color: #021660;
    text-transform: uppercase;
}

.footer-logo {
    width: 100%;
    height: auto;
}

.svg-container .svg use {

}

.section-header {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
}

.ql-card .card-text {
    padding: 30px 0px 25px 0px;
    margin: 0px auto;
    line-height: normal;
    font-size: 1.2rem;
    width: 100%;
    min-height: 120px;
}
.ql-h3 {
    padding: 0px 0px 50px 20px;
}
.ql-bg-color {
    background-color: #F7F7F7;
}

.ql-bg-color {
    background-color: #F7F7F7;
}

.ql-card {
    width: 22%;
    padding: 5px 2%;
}

.cardImgBg {
    background-color: white;
    margin: auto;
}

.ven-card {
    width: 48%;
}

.ven-card .card {
    display: flex;
    align-items: center;
}
.ven-card .card-title {
    font-size: 1.8em;
}

.ven-card .card-title {
    font-size: 1.5em;
    line-height: 1.2;
}

.ven-half .card-text {
    font-weight:bold;
}

.ShopByCategoryOpen {
    height: auto;
}

.toggle-content .toggleBody {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    overflow: hidden;
}

.circleBack {
    height: 110px;
    width: 110px;
    border-radius: 100px;
    margin: 30px auto 30px auto;
    background-color: #E8F7FF; /* Light Blue  */
}

.ShopByCategorytitle {
    display: inline-block;
}

.ShopByCategoryBTN {
    border: none;
    background-color: transparent;
    text-decoration: underline;
}

#ShopByCategoryContainer {
    width: 90%;
    max-width: 1400px;
    margin: 60px auto;
}

.card-header h3 {
    color: #021660;
    font-size: 24px;
    display: inline-block;
    padding: 0px 30px 0px 0px;
}

.section-header h3 {
    color: #021660;
    font-size: 24px;
}

.card-title {
    color: #021660;
    border: none;
}
.toggle-content .card-body, .banner-content .card-body, .body-content .card-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
}

.toggle-content .card-body {
    justify-content: center;
}

.toggle-h3 {
    padding: 0px 0px 0px 20px;
}

.card a {
    color: #021660;
}

.ven-card {
    width: 48%;
    display: flex;
    align-items: center;
}

.ven-half {
    width: 48%;
}

.blueBanner {
    display: flex;
    margin: 77px 0px 0px 0px;
    padding: 25px 0px;
    align-items: center;
    justify-content: center;
    background-color: #021660;
}

.blueBanner .c-mark__svg {
    width: 87px;
    height: 87px;
}

.svg-container {
    width: 100%;
    text-align: center;
}

.svg-container svg {
    background-color: white;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.bb-body {
    padding: 2em 0px;
}

.bb-bodyText {
    display: block;
    text-align: center;
    color: white;
    font-size: 2em;
}

.jumbo-btn {
    display: inline-block;
    margin: 20px 0px 0px 0px;
}

.ltblue-btn {
    padding: 6px 30px 8px 30px;
    background-color: #1474E5;
    color: white !important;
    border-radius: 25px;
    text-align: center;
    min-width: 100px;
}

.dblue-btn {
    padding: 6px 30px 8px 30px;
    background-color: #021660;
    color: white !important;
    border-radius: 25px;
    text-align: center;
    min-width: 100px;
}

.red-btn {
    padding: 6px 30px 8px 30px;
    background-color: #ed1c24;
    color: white !important;
    border-radius: 25px;
    text-align: center;
    min-width: 100px;
}

.menu-main-fix {
    flex-wrap: nowrap !important;
    min-height: 25em !important;
}

.c-carousel-cell-hero__meta {
    background-color: transparent !important;
    bottom: 30% !important;
    left: 2.5% !important;
}

.c-carousel-cell-hero__button {
    margin: 30px 0px 0px 0px!important;
}

/* ************************************************************************************* */
.shortJumboBanner.main-flexed, .cata-sideBanner .main-flexed {
    width: 100%;
    display: flex;
    justify-content: center;
}
.cata-flex {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-80-adjusting {
 width: 70%;
}

.cata-sideBanner {
    padding: 0px 5%;
}

.cata-sideBanner .toggle-content .card-body {
    justify-content: unset;
}

.shortJumboBanner .cata-side, .cata-sideBanner .cata-side {
    top: 180px;
    width: 35%;
    max-width: 370px;
    position: relative;
}
.shortJumboBanner .c-hero {
    height: 300px;
}

.shortJumboBanner .ql-h3, .cata-sideBanner .ql-h3 {
    padding: 0px 0px 0px 20px;
}

.cata-sideBanner .productCat-toggle .ShopByCategory .card a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shortJumboBanner .productCat-toggle .circleBack, .cata-sideBanner .productCat-toggle .circleBack {
    height: 70px;
    width: 70px;
    border-radius: 100px;
    margin: 5px auto ;
    background-color: #E8F7FF;
}

.shortJumboBanner .productCat-toggle .ShopByCategory .card-img-top, .cata-sideBanner .productCat-toggle .ShopByCategory .card-img-top {
    position: relative;
    top: 18%;
    width: 40px;
    height: 40px;
    margin: auto;
}

.shortJumboBanner .productCat-toggle .ShopByCategory .card-title, .cata-sideBanner .productCat-toggle .ShopByCategory .card-title {
    width: 140px;
    font-size: 16px;
    border: none;
}
/*
.main-80 {
    width: 75%;
}*/
.cata-sideBanner #ShopByCategoryContainer[aria-expanded="false"] {
    height: auto !important;
}

.shortJumboBanner #ShopByCategoryContainer[aria-expanded="false"] {
    height: 260px;
}

.cata-sideBanner .content-padding {
    padding: 30px 0px;
}
.shortJumboBanner .content-padding {
    padding: 20px 0px;
}

.shortJumboBanner .c-carousel-cell-hero, .cata-sideBanner .c-carousel-cell-hero {
    overflow: hidden;
    max-height: 250px;
    margin-bottom: -20px;
}

.shortJumboBanner  #ShopByCategoryContainer[aria-expanded="true"] {
    height: auto;
    min-height: 440px;
}

.shortJumboBanner .jumboImg {
    top: -50px;
}

.cata-sideBanner .blueBanner {
    display: flex;
    margin: 0px 0px 0px 0px;
    padding: 25px 0px;
    align-items: center;
    justify-content: center;
    background-color: #021660;
}

.cata-sideBanner #ShopByCategoryContainer {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
}

.cata-sideBanner .toggle-h3 {
    padding: 0px 0px 0px 5px;
    margin: 0px;
    width: 100%;
}

.shortJumboBanner #ShopByCategoryContainer
{
    position: relative;
    top: 70px;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
}

.shortJumboBanner .card-header h3 {
    color: #021660;
    font-size: 24px;
    display: inline-block;
    padding: 0px 30px 0px 0px;
    margin: 0px
}


.shortJumboBanner .c-carousel-cell-hero__meta, .cata-sideBanner .c-carousel-cell-hero__meta {
    background-color: transparent !important;
    top: 25px !important;
    left: 2.5% !important;
}

.shortJumboBanner .hero-bottom-container, .cata-sideBanner .hero-bottom-container {
    position: relative;
    right: 0px;
    bottom: -20px;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    z-index: 1;
}

.shortJumboBanner .hero-bottom-body-text, .cata-sideBanner .hero-bottom-body-text {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin: 10px 10px 10px 10px !important;
    display: inline-block;
}

.shortJumboBanner .hero-flex-container, .cata-sideBanner .hero-flex-container {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.shortJumboBanner .hero-half, .cata-sideBanner .hero-half {
    width: auto;
    display: inline-block;
}

.shortJumboBanner .dividerElement 
{
   /* display: none; */
}
/* ************************************************************************************* */
.showMoreLessBtn {
    display: flex;
    justify-content: space-between;
}

.showMoreLessBtnStyle {
    font-weight: bold !important;
    color: #021660 !important;
}

.noStyleBTN {
    background-color: transparent;
    border: none;
}

.c-carousel-cell-hero {
    overflow: hidden;
    max-height: 380px;
}

.hero-bottom-body {
    color: white;
}

.hero-bottom-container {
    position: relative;
    bottom: 0px;  /*130px; */
    display: flex;
    width: 100%;
    height: auto;
    padding: 1% 0px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.4);
}

.hero-half {
    width: 48%;
    max-width: 720px;
    display: inline-block;
}

.hero-flex-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.dividerElement {
    width: 1px;
    height: 60px;
    padding: 0px 0px;
    margin: 0px 10px;
    background-color: white;
}

.hero-banner-max {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
}

.hero-bottom-body-text {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 0px 15px 0px 5px !important;
}

.footer-hidden-lg-mobileshow {
    display: none;
}

.jumboImg {
    width: 100%;
    position: relative;
    right: 0%;
}

.btnShowCart {
    cursor: pointer;
    background-color: #021660;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.whitetext {
    color: white;
}

.whitetext:hover {
    color: white;
}

.live-chat-cart-container {
    width: 100%;
}

.live-chat {
    color: #021660;
}

.flex-list {
    list-style: none;
    display: flex;
}

.flex-list-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-list-container-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.qcv-footer {
    height: 60px;
    min-width: 100px;
    padding: 0px 10px 0px 0px;
}

.flex-list-item {
    width: 100%;
}

.qcv-list-item-border {
    padding: 10px 0px 15px;
    border-bottom: 1px solid #021660;
}


.qcv-list-item {
    padding: 0px 7px;
    min-width: 100px;
}

.quickCartDescripBlock {
    width: 90%;
}

.right-flex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0px;
}
.quickCartimg {
    padding: 3px 5px;
    width: 100px;
    height: auto;
    overflow: hidden;
    max-height: 100px;
    max-width: 100px;
}
.customBuyingGroupLogo {
    position: relative;
    display: inline-block;
    right: 0px;
    max-width: 120px;
    max-height: 100px;
}


.c-content-header {
    background-color: transparent !important;
}

.c-breadcrumb 
{
    background-color: #021660;
}


.flex-end {
    justify-content: flex-end;
}

.nav-menu-x {
    position: absolute;
    right: 6px;
}

.nav-menu-x-style {
    color: white;
}

.topNavCart {
    width: 300px;
    position: absolute;
    right: 0;
    top: 2.8125em;
    margin-left: -9.375em;
}

.topNavCartitem {
    display:block;
}

.estimateTotal{
    margin: 0px 0px 0px 5px;
}

.toggle-icon-arrow-down {
    position: relative;
    font-size: 18px;
    top: 2px;
    padding: 0px 0px 0px 5px;
}

.CartIconList {
    overflow-y: scroll;
    width: 100%;
    min-width: 200px;
    max-width: 550px;
    color: #021660;
    background-color: white;
    max-height: 500px;
    padding: 2% 0.5%;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    border-left: 0.8px solid rgba(0,0,0,.3);
    box-shadow: 3px 3px 3px 4px rgba(0,0,0,.3);
}

.CartHeader {
    padding: 0px 5px 0px 5px;
}

.navLink {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.navLinkStyle {
    display: flex;
    width: 75%;
    font-family: 'Oswald','Arial Narrow',Arial,sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 10px 10px 10px;
    align-items: center;
    min-height: 60px;
    border-bottom: 1px solid #338ec9;
}

    .navLinkStyle:hover, .navLinkStyle:focus {
        color: white;
        border-bottom: 1px solid #338ec9;
    }

    .navLinkSocIcon {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0px;
    }
.darkTransBg {
    background-color: rgba(0,0,0,.87);
    width: 100%;
    height: 100%;
}

.navAccountLink {
    position: relative;
    margin: 0px 0px;
    width: 100%;
    padding: 3px 5px;
    background-color: #333;
}
.accdarkLink {
    display: inline-block;
    padding: 5px 0px 7px;
    font-family: 'Oswald','Arial Narrow',Arial,sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.accdarkLink:hover {
    font-weight:bold;

}

.o-mobile-fixed {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 6 !important;
}



.c-DDlist {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100% !important;
    padding: 0px;
    background-color: #ededed;
    color: #676767;
    border: 1px solid #ededed !important;
    border-radius: 5px;
    font-size: 14px;
}

.c-DDlist-select {
    position: relative;
    z-index: 2;
    color: #676767;
    padding: 5px 7px 5px;
    width: 100%;
    border: none;
    background-color: #f1f1f1;
    background-image: none;
}

    .c-DDlist-select option {
        border: none;
    }

    .c-DDlist:after {
        position: absolute;
        background-color: #f1f1f1;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: FontAwesome;
        vertical-align: middle;
        width: 35px;
        z-index: 3;
        border-left: 1px solid #ccc;
        content: "\f078";
        padding-right: 2px;
        pointer-events: none;
    }

.c-form input[type=text], .form-style {
    background-color: #f1f1f1 !important;
    color: #676767;
    border: 1px solid #ededed !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    display: inline-block;
    width: 100% !important;
    resize: none;
}

.glCodeRow .c-form input[type=text] {
    background-color: #ededed;
    border: .0625em solid #ededed;
    border-radius: .1875em;
    font-size: 10px !important;
    display: inline-block;
    width: calc(100% - .625em);
    resize: none;
}

.glCodeRow .c-button {
    height: auto !important;
    padding: 3px 10px !important;
    min-width: auto !important;
    border: none !important;
    font-size: inherit !important;
}

.glCodeRow .glc-input{
    margin: 0px auto;
    max-width: 40px;
}


.compounding-modal {
    max-width: 600px;
}

a[title="AVImark"]::after, a[title="ImproMed"]::after {
    content: "\00AE"; /* \f25d  color: red; */
    font-size: 11px;
    vertical-align: top;
}

.bsc_CC_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.bsc_CC_subText {
    font-size: 12px;
}

.bsc_CC_text {
    font-size: 16px;
    font-weight: bold;
    color: #021660;
}

#tbl_InvoiceBalance {
    max-width: 100%;
    min-height: 260px !important;
}

#tbl_InvoiceBalance th {
    font-size: 12px !important;
    font-weight: 900;
    text-align: left;
    padding: 6px 2px !important;
    border: none !important;
}

#tbl_InvoiceBalance tr {
    border: none !important;
}

#tbl_InvoiceBalance td{
    padding: 1px 2px !important;
    border: none !important;
    font-size: 12px !important;
}

#tbl_InvoiceBalance td {
    padding: 1px 2px !important;
    font-size: 12px !important;
}

#tbl_InvoiceBalance table {
    border: none !important;
    padding: 0px !important;
    margin: 5px auto !important;
}

th.invoiceTableAmtCol, td.invoiceTableAmtCol {
    text-align: right !important;
    padding: 0px 5px 0px 5px !important;
}

th.invoiceTableInvCol, td.invoiceTableInvCol {
    padding: 0px 0px 0px 5px !important;
}

.invoicetitle {
    font-size: 20px;
    padding: 0px;
    margin: 0px 0px 7px 0px;
}

.c-menu-rail__list-item--level-one {
    padding: 5px 15px !important;
}

.c-content-left-rail__main .c-content-left-rail__wrap {
    padding: 5px 5px 5px 15px !important;
    margin: 0px 0px 0px 0px !important;
}

.c-menu-rail__list-item-link--level-two {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.c-menu-rail__list-item--level-two {
    margin-bottom: 4px !important;
}


.c-menu-rail__list-item--level-two:first-line {
        padding-left: 0px;
    }

.c-menu-rail--level-two {
    margin-top: 2px !important;
    padding: 0px 0px 0px 10px;
}

.c-menu-rail__list-item-link--level-three {
    padding: 0px 0px 0px 30px !important;
}

.payment-d-Justify-content {
    justify-content:space-between;
}

.paddingleftContent {
    padding: 0px 0px 0px 10px;
    flex: auto !important;
}

.sideEqual {
    width: 48%;
    flex-grow: unset !important;
}

.borderLeft {
    border-left: 1px solid #ccc;
}
.c-payment-details__form {
    border-left: none;
}
fieldset {
    border: 0;
    padding: 0px 5px;
}

.c-form__label {
    font-size: 12px;
}

.pagerStyle {
   /* display: block; */
}

.pagerStyle td {
    
}

.pagerStyle td table tbody tr > td {
    display: inline-block !important;
}

.flextableRow {
    /* display: flex; */
}

@media (max-width: 1200px) {
    .section-header, .flex-container, #ShopByCategoryContainer {
        width: 100%;
        padding: 0px 15px;
    }

    .cata-sideBanner {
        padding: 0px;
    }
}

@media (max-width: 969px) {

    .bannerText {
        width: 60%;
        font-size: 20px;
    }
   
    .shortJumboBanner .cata-side {
        top: 0px;
        display: none;
    }
    .hero-bottom-container {
        display: none !important;
    }

    .shortJumboBanner .hero-bottom-container {
    }

    .shortJumboBanner .c-carousel-cell-hero {
        max-height: 237px;
    }

    .main-80-adjusting {
        width: 100%;
    }

    .shortJumboBanner .ql-card {
        width: 38%;
        padding: 5px 2%;
    }

    .shortJumboBanner .productCat-toggle .circleBack {
        height: 30px;
        width: 30px;
        margin: 0px auto 10px auto;
    }

    .shortJumboBanner .hero-bottom-container .c-carousel-cell-hero {
        max-height: 237px;
        min-height: 237px;
    }

    .shortJumboBanner .productCat-toggle .ShopByCategory .card-title {
        width: 160px;
        font-size: 1em;
    }

    .shortJumboBanner .c-hero {
        height: 232px;
    }

    .shortJumboBanner .hero-bottom-body-text {
        font-size: 16px;
    }

    .shortJumboBanner .productCat-toggle .ShopByCategory .card-img-top {
        top: 8%;
        width: 20px;
        height: 20px;
    }

    .navLink {
        display: block;
    }
}

@media (max-width: 768px) 
{
    .bannerText, .compoundbanner {
        display: none !important;
    }

    .c-feature-item {
        padding: 10px 0px;
    }
    
    .sideEqual {
        width: 100% !important;
    }
    .c-content-left-rail__main .c-content-left-rail__wrap {
        padding: 5px 0px 5px 0px !important;
        margin: 0px 0px 0px 0px !important;
    }

    .c-feature-item__headline {
        font-size: xx-large !important;
    }

    .shortJumboBanner .hero-bottom-container .c-carousel-cell-hero {
        min-height: 237px;
    }

    .practice-preferred-CAE .sf_2cols_1_50, .practice-preferred-CAE .sf_2cols_2_50 {
        width: 100% !important;
        margin: 20px 0px !important;
    }

    .sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33 {
        margin: 0px !important;
    }

    .sf_cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: normal;
    }

    .sf_3cols_2_34 {
        float: unset !important;
        width: 100% !important;
    }

    .sf_3cols_1_33 {
        float: unset !important;
        width: 100% !important;
    }

    .sf_3cols_3_33 {
        float: unset !important;
        width: 100% !important;
    }

    .cardImgBg {
        height: auto;
    }

    .c-carousel-cell-hero {
        max-height: 237px;
        min-height: 237px;
    }

    .ql-card {
        width: 100%;
    }

    .jumboImg {
        max-width: none !important;
        width: auto;
        position: absolute;
        right: 0%;
    }

    .footer-hidden-md-sm {
        display: none !important;
    }

    .footer-hidden-lg-mobileshow {
        display: inline-block;
    }

    .footerLegal {
        color: rgb(164, 164, 164);
        padding-left: 1%;
    }

    .footer-containerColumns {
        max-width: 50%;
        width: 100%;
        padding: 0px 5px;
    }

    .CartIconList {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        max-height: 100%;
        padding: 2% 0.5%;
        border-left: none;
        box-shadow: none;
    }

    .navLink {
        display: block;
    }

    .cp-shade-section {
        width: 100%;
    }

    .cp-search-box {
        width: 95%;
    }

    .hero-bottom-body-text {
        font-size: 16px;
        margin: 0px 5px 0px 5px !important;
    }
}

@media (max-width: 500px) {
    .shortJumboBanner .hero-bottom-container {
        padding: 3px;
    }

    .shortJumboBanner .hero-bottom-body-text {
        font-size: 14px;
    }

    .shortJumboBanner .red-btn {
        padding: 5px 10px;
        font-size: 14px;
    }

    .myAccountbtnContainer {
        display: none !important;
    }

    .s-site-header {
        /*  width: 100% !important; */
    }

    .s-site-header__masthead {
        /*    width: 100% !important;*/
    }

    .cpflex {
        display: block;
    }

    .cp-search-box {
        width: 90%;
    }

    .navLink {
        width: 100%;
    }

    .flex-list-container {
        padding: 10px 0px 10px;
        align-items: normal;
    }

    .c-menu-mobile-toggle__list-item-link-text {
        padding: 0px 0px 0px 10px;
    }

    .o-wrapper {
        padding: 0px 0px !important;
    }

    .c-link-group {
        padding: 0px !important;
        width: 100%;
    }

    .flex-list-item {
        font-size: 14px;
    }

    .nav-flex-container {
        padding: 0px 0px;
        flex-wrap: wrap;
    }

    .qcv-list-item {
        width: 100%;
        font-size: 12px;
    }

    .quickCartDescripBlock {
        width: 70%;
    }

    .jumboImg {
    }

    .c-breadcrumb {
        padding: 0px 0px !important;
    }

    .c-breadcrumb__seperator {
        padding: 0px 1px !important;
    }

    .c-breadcrumb__text {
        font-size: 10px !important;
    }

    .c-carousel-cell-hero__headline {
        font-size: 20px !important;
    }

    .s-site-header__mobile-controls {
        position: absolute;
        right: 5px;
    }

    .hero-bottom-body-text {
        text-align: center;
    }

    #ShopByCategoryContainer[aria-expanded="false"] {
        height: 535px;
    }

    .content-padding {
        padding: 15px 0px;
    }

    .ql-card {
        width: 80%;
        padding: 15px 0px;
    }

    .ven-card {
        width: 100%;
        padding: 50px 0px;
    }

    .vendor-border-right {
        border-right: none;
    }

    .c-carousel-cell {
        overflow-x: hidden;
        min-height: 15.75em;
    }

    .c-legal__text {
        position: relative;
        bottom: -40px;
        display: block;
        text-align: left;
        font-size: 10px;
    }

    .s-site-header {
        width: 100%;
        padding: 0px 0px;
    }

    .o-wrapper {
        padding: 0px 0px !important;
    }

    .o-layout__item--right {
        justify-content: center !important;
    }

    .c-logo {
        max-width: 9em;
    }

    .c-legal__text ul {
        list-style: none;
        font: 10px !important;
    }

    .c-content {
        padding-top: 0px !important;
    }

        .c-content table td, .c-table-scroll table td {
            padding: 0px 5px !important;
            font-size: 10px !important;
            
        }

    #customerSelectTable .c-content table td, .c-table-scroll table td {
        padding: 2px 5px !important;
        font-size: 10px !important;
        max-width: 100% !important;
    }

    .c-button {
        height: auto !important;
        max-height: 30px !important;
        width: auto !important;
        padding: 3px 10px !important;
        white-space: normal !important;
    }

    body::-webkit-scrollbar {
        width: 0px;
    }
}

@media (min-width: 60.625em) {
    .o-wrapper {
        padding: 0px 0px !important;
    }
}

@media (min-width: 60.625em) {
       
    .c-content-left-rail__main {
        flex: auto !important;
        width: 100% !important;
    }
    /*
    .c-content {
        max-width: 100% !important;
        margin: 0 auto;
        padding: 0px 8% !important;
    }

    .c-content-header {
        max-width: 100% !important;
        padding: 0px 8% !important;
        margin: 0 auto;
    }  */

    .c-feature {
        padding: 5% 8% !important;
        margin: 0 auto;
    }

    .c-content-left-rail {
        padding-top: 0px !important;
    }
    .c-content-left-rail__sidebar {
        max-width: 270px;
        
    }
}

