.supplies-meter-wrapper {}

.margin-l0 {
    margin-left: 0px !important;
}

.color-dark {
    color: #2E2E2E;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.boston-blue {
    color: #3E53A4;
}

.supplies-meter-sub-wrapper {
    margin: 20px 4% 20px 5.5% !important;
    border: 1px solid #C8CEE4;
    border-radius: 4px;
}

.category-section-wrapper .category-section-sub-wrapper .item-active {
    border-left: 4px solid #3E53A4;
    background: #FFF;
}

.multi-meter-section .item-detail-section .price-field{
	display:inline-block;
}

.home-page-wrapper .item-detail-section .contract-price-wrapper p {
    display: inline-block;
}

.home-page-wrapper .item-detail-section .contract-price-wrapper .price {
    text-decoration: line-through;
}

.category-section-wrapper .item-active .meter-name {
    color: #2E2E2E;
}

.accordian {
    position: relative;
}

.accordian .low-ink {
    width: 12px;
    position: absolute;
    height: 18px;
    left: 10px;
    top: 18px;
}

.item-details-size{
    height:116px;
}

.item-details-size>.ellipsis{
    height:40px;
}
.category-section .tooltiptext {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
    background-color: #000;
    color: #fff;
    position: absolute;
    bottom: 44px;
    left: 0px;
    transition: opacity 0.3s;
}

.category-section .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.category-section .low-ink:hover+.tooltiptext {
    visibility: visible;
    opacity: 1;
}

.category-section .low-ink-text {
    color: #D30C0C;
    font-size: 14px;
    margin-left: 8px;
    margin-top: 2px;
}

.category-section .low-ink-wrapper {
    display: flex;
    justify-content: center;
    padding-left: 0px;
}

.category-section .low-ink-wrapper .low-ink {
    height: 20.28px;
    width: 12.6px;
}

.meter-name-active {
    display: none;
}

.item-active .meter-name-active {
    font-size: 21px;
    position: absolute;
    right: 10px;
    display: block;
}

.category-section-wrapper {
    padding-left: 0px !important;
    padding-right: 34px !important;
}

.category-section-sub-wrapper {
    background: #F4F9FD;
    min-height:306px;
}

.category-section-wrapper .border-b1 {
    border-bottom: 1px solid #E1E1E1;
}

.category-section-wrapper .border-t1 {
    border-top: 1px solid #E1E1E1;
}

.category-section-wrapper .bg-blue {
    background: #F4F9FD;
}

.category-section-wrapper .accordian:hover {
    background: #FFF;
    cursor: pointer;
}

.category-section {
    padding: 9px 30px;
    display: table;
}

.category-section-sub-wrapper #desktop-side-nav .category-section {
	min-height: 32px;
}

.category-section p {
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

.category-section-wrapper .category-section .accordian-img {
    max-width: 40px;
    vertical-align: middle;
    display: table-cell;
}

.category-section-wrapper .meter-name {
    vertical-align: middle;
    display: table-cell;
    padding-left: 6px;
    color: #3E53A4;
}

.category-section-wrapper .category-section-1 {
    padding: 12px 24px 12px 24px;
}

.category-section-wrapper .category-section-1 .title {
    font-weight: bold;
    font-size: 16px;
}

.category-section-wrapper .category-section-1 .sub-title {
    font-size: 14px;
}

.category-section-wrapper .category-section-1 .address-image {
    max-width: 110px;
    margin: 22px auto;
}

.category-section-wrapper #desktop-side-nav {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 170px;
}

.category-section-wrapper #desktop-side-nav::-webkit-scrollbar-track {
    border-radius: 10px;
    border: 1px solid #d1cccc;
}

.category-section-wrapper #desktop-side-nav::-webkit-scrollbar {
    width: 4px !important;
    background-color: #FFF;
}

.category-section-wrapper #desktop-side-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d1cccc;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3) !important;
}


.supplies-meter-sub-wrapper .supplies-items-section {
    height: auto;
    padding-left: 0px;
}

.supplies-items-section .header {
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #979797;
}

.supplies-items-section .header p {
    margin-bottom: 4px;
    color: #2E2E2E;
    font-size: 16px;
    font-weight: bold;
}

.supplies-items-section .header span {
    margin-left: auto;
}

.item-details-section .col-sm-3:first-child {
    padding-left: 25px;
}

.item-details-section img {
    width: 75px;
    height: 75px;
}

@supports (-ms-ime-align: auto) {
	.item-details-section .input-quntity-wrapper input {
		width: 24px;
		padding: 6px 2px;
	}
	
	.item-active .meter-name-active{
    position: absolute;
    left:210px;
    top: 15px;
	}

}

.item-details-section .input-quntity-wrapper input {
    padding: 6px 3px;
    max-height: 16px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
}

.home-page-wrapper .item-detail-section .add-to-cart {
    padding: 7px 0px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #3E53A4;
}

.item-details-section .item-details .ellipsis {
    color: #3E53A4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height:40px;
}

.item-detail-section .qty-name label {
    font-weight: normal;
}

.category-section-wrapper .address-section-placeholder {
    margin: 10px;
    background: #F4F9FD;
    margin: 0px;
    padding: 10px;
}

.address-section-placeholder .full-bar {
    height: 18px;
    margin: 10px;
    animation: pulse 1s infinite ease-in-out;
}

.address-section-placeholder .full-bar.bottom {
    margin-top: 110px;
    margin-bottom: 63px;
}

.address-section-placeholder .main-placeholder {
    margin: 10px;
    position: relative;
}

.address-section-placeholder .main-placeholder .image-placeholder {
    height: 94px;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 50%;
    background: #fff;
}

.address-section-placeholder .main-placeholder .col-one {
    height: 18px;
    animation: pulse 1s infinite ease-in-out;
}

.address-section-placeholder .main-placeholder .full-width-row {
    width: 100%;
}

.address-section-placeholder .main-placeholder .full-width-row .col-one-1 {
    width: 75%;
    margin: 0 auto;
}

.address-section-placeholder .main-placeholder .full-width-row .col-one-2 {
    width: 90%;
    margin: 0 auto;
}

.address-section-placeholder .main-placeholder .full-width-row .col-one-3 {
    width: 100%;
    margin: 0 auto;
}

.address-section-placeholder .main-placeholder .col-one:not(:first-child) {
    margin-top: 10px;
}



.item-section-placeholder .full-bar {
    height: 18px;
    margin: 10px;
    animation: pulse 1s infinite ease-in-out;
}

.item-section-placeholder .main-placeholder {
    margin: 10px;
    margin-top: 0px;
}

.item-section-placeholder .main-placeholder .image-placeholder {
    height: 80px;
    animation: pulse 1s infinite ease-in-out;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

.item-section-placeholder .main-placeholder .img-bar {
    margin-top: 90px;
}

.item-section-placeholder .main-placeholder .col-one {
    height: 18px;
    animation: pulse 1s infinite ease-in-out;
}

.item-section-placeholder .main-placeholder .col-one {
    margin-top: 10px;
}

.item-section-placeholder ul {
    padding: 0px;
    margin: 0px 10px;
}

.item-section-placeholder ul li {
    display: inline-block;
    position: relative;
}

.item-section-placeholder ul li .minus {
    display: inline-block;
    border: 1px solid #C0C0C0;
    padding: 0px 12px;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.item-section-placeholder ul .plus-minus {
    margin-top: 4px;
}

.item-section-placeholder ul li .plus {
    position: absolute;
    display: inline-block;
    border: 1px solid #C0C0C0;
    padding: 0px 12px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.item-section-placeholder ul li .minus:after {
    content: '\002D';
    color: #C0C0C0;
    font-size: 22px;
}

.item-section-placeholder ul li .plus:after {
    content: '\002B';
    color: #C0C0C0;
    font-size: 22px;
}

.item-section-placeholder ul .qty {
    margin-top: 10px;
    color: #C0C0C0;
}

.item-section-placeholder ul .border-line {
    border-bottom: 1px solid #C0C0C0;
    height: 32px;
}

.item-section-placeholder ul .box {
    border: 1px solid #C0C0C0;
    height: 36px;
    border-radius: 4px;
}

.item-section-placeholder .placholder-add-to-cart {
    padding: 16px 0px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    background: #fff;
}

.item-section-placeholder .placholder-qty-name {
    margin-left: 10px;
}


@keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }

    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }

    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

@media only screen and (max-width: 767px) {
   /* .header-scroll-remove {
        overflow: hidden;
    }
   .pop-up-wrapper {
        position: fixed;
        top: 62px;
        z-index: 999;
        overflow: scroll;
        max-height: 100vh;
        width: 100%;
    } */
    .font-xs-12 {
        font-size: 12px;
    }

    .font-xs-14 {
        font-size: 14px;
    }

    .font-xs-16 {
        font-size: 16px;
    }

    .padding-xs-left {
        padding-left: 1.3rem;
    }

    .padding-xs-r2 {
        padding-right: 2rem !important;
    }

    .margin-xs-b0 {
        margin-bottom: 0rem !important;
    }

    .supplies-meter-sub-wrapper {
        border: none;
        margin: 0px !important;
        background: #F4F9FD;
    }

    .supplies-meter-sub-wrapper .category-section-wrapper {
        padding-right: 0px !important;
    }

    .category-section-sub-wrapper {
        padding-bottom: 0px;
    }

    .category-section-sub-wrapper .mobile-title {
        font-size: 18px;
        font-weight: bold;
        padding-top: 0px;
        margin-bottom: 0px;
    }
	.multi-meter-section .category-section-sub-wrapper .mobile-title {
        margin-bottom: 12px;
    }
    .category-section-wrapper .slider-container {
        margin: 4% !important;
        width: 96%;
        display: flex;
        margin-top: 1% !important;
        margin-bottom: 5% !important;
    }

    .slider-main-container {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .slider-main-container::-webkit-scrollbar {
        width: 0px !important;
    }

    .category-section-wrapper .slider-container .slider-meter-name {
        text-align: center;
        font-size: 14px;
        margin-bottom: 0px;
        color: #0072B8;
    }

    .category-section-wrapper .slider-container img {
        width: 80px;
    }

    .category-section-wrapper .slider-container .arrow_box {
        margin-right: 8px;
        border: 1px solid #C8CEE4;
        border-radius: 8px;
        background-color: #FFFFFF;
        padding: 12px 12px 4px 12px;
        min-height: 150px;
        text-align: center;
        position: relative;
        width: 50%;
        flex: 0 0 36%;
        cursor: pointer;
    }

    .category-section-wrapper .slider-container .arrow_box .low-ink {
        width: 14px;
        height: 22px;
        position: absolute;
        right: 8px;
        top: 12px;
    }

    .category-section-wrapper .slider-container .arrow_box_pseudo {
        border: 3px solid #0072B8;
    }

    .category-section-wrapper .slider-container .arrow_box_pseudo .slider-meter-name {
        color: #444444;
    }

    .arrow_box_pseudo:after,
    .arrow_box_pseudo:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box_pseudo:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: white;
        border-width: 16px;
        margin-left: -12px;
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #0072B8;
        border-width: 20px;
        margin-left: -16px;
    }

    .category-section-wrapper .category-section-1 {
        width: 100%;
        padding: 12px 0px 12px 0px;
    }

    .supplies-meter-sub-wrapper .supplies-items-section {
        padding-right: 0px;
    }

    .item-details-section .col-xs-12 {
        background: white;
        border: 1px solid #F0F0F0;
        padding-top: 16px;
    }

    .supplies-items-section .item-details-section .col-xs-12.item-detail-section {
        padding-left: 0px;
    }

    .item-details-section .col-xs-12:not(:first-child) {
        margin-top: 20px;
    }

    .item-details-section .col-xs-12 .add-to-cart {
        padding: 13px 0px;
        font-size: 12px;
    }

    .item-section-placeholder .placholder-qty-name {
        font-size: 12px;
    }

    .item-details-section .input-quntity-wrapper .qty-input {
        font-size: 18px;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 1px solid #3E53A4;
        border-bottom: 1px solid #3E53A4;
    }

    .item-details-section .qty-name {
        margin-top: 10px;
    }

    .item-details-section .input-quntity-wrapper {
        border-radius: 0px;
        display: flex;
        margin-top: 5px;
    }

    /* .item-details-section .input-quntity-wrapper button span{
        position: absolute;
        top: 2px;
        font-size: 22px;
        left: 12px;
        font-weight: normal;
        color:#3E53A4;
    } */
    .item-details-section .input-quntity-wrapper button img {
        width: 14px;
        height: 3px;
        position: absolute;
        left: 12px;
        top: 7px;
    }

    .item-details-section .input-quntity-wrapper button .vertical {
        transform: rotate(90deg);
    }

    .item-details-section .input-quntity-wrapper .subtract-button {
        padding: 16px 20px;
        max-height: 16px;
        text-align: center;
        border-radius: 4px;
        font-size: 12px;
        background: white;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: none;
        border: 1px solid #3E53A4;
        position: relative;

    }

    .item-details-section .qty-name label {
        font-size: 14.4px;
        padding-top: 4px !important;
    }

    .item-details-section .input-quntity-wrapper .subtract-button span:after {
        content: '\002D';
    }

    .item-details-section .input-quntity-wrapper .add-button span:after {
        content: '\002B';
    }

    .item-details-section .input-quntity-wrapper .add-button {
        padding: 16px 20px;
        max-height: 16px;
        text-align: center;
        border-radius: 4px;
        font-size: 12px;
        background: white;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-left: none;
        border: 1px solid #3E53A4;
        position: relative;
    }

    .item-details-section .item-details .ellipsis {
        margin-bottom: 0px;
        padding-top: 10px;
        font-size: 14px;
    }

	.item-detail-section .img-wrapper {
        padding-right: 0px;
    }

    .item-details-section .item-details p {
        font-size: 14px;
    }

    .item-details-section img {
        margin-top: 8px;
    }

    .address-section-placeholder .main-placeholder .image-placeholder {
        height: 80px;
    }

    .item-section-placeholder .main-placeholder .col-one:first-child {
        margin-top: 0px;
    }

    .address-section-placeholder .main-placeholder .image-placeholder {
        position: static;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        border-radius: 0px;
        background: rgba(165, 165, 165, 0.3);
    }

    .category-section-wrapper .address-section-placeholder {
        margin: 10px;
        padding: 0px;
    }

    .item-section-placeholder .main-placeholder .image-placeholder {
        position: static;
        left: 0%;
        transform: translate(0%, 0%);
    }

    .item-section-placeholder .main-placeholder .img-bar {
        margin-top: 0px;
    }

    .address-section-placeholder .main-placeholder .full-width-row .col-one-1 {
        width: 90%;
        margin-right: 0px;
    }

    .address-section-placeholder .main-placeholder .full-width-row .col-one-2 {
        width: 90%;
        margin-right: 0px;
    }

    .address-section-placeholder .main-placeholder .full-width-row .col-one-3 {
        width: 90%;
        margin-right: 0px;
    }

    .item-section-placeholder {
        padding: 10px 0px;
        background: #fff;
        margin-bottom: 20px;
    }

    .item-details-section .row .input-quntity-wrapper input {
        padding: 8px 2px;
        width: 34px;
    }

    .category-section-wrapper .category-section-1 .address-image {
        margin: 5px 0px 0px 0px;
    }
    .category-section-sub-wrapper {
        min-height: unset;
        padding-bottom:10px;
    }
	.supplies-meter-sub-wrapper{
		margin-top: 0px !important;
		border-radius: 0px;
		margin-bottom: 20px !important;
		border-bottom: 1px solid #3E53A4;
    }
	.category-section-wrapper .category-section-1 .sub-title,.category-section-wrapper .single-meter-name {
		font-size: 16px;
	}
	.category-section-wrapper .category-section-1 .address-image {
		max-width: 85px;
	}
	.category-section-wrapper .category-section-1 .title {
		font-size: 18px;
	}
	.single-meter-content-details{
		text-align:left;
	}
	.category-section .low-ink-wrapper {
		justify-content: left;
	}
	.supplies-meter-wrapper .input-quntity-wrapper .tooltiptext{
		left: 52%;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) { 
	.item-details-section .item-details .ellipsis {
		height: 35px;
	}
	
	.no-accordian-padding-0 p{
        padding:5px;
    }
    
    .supplies-items-section p{
    	font-size:12px;
    }

	.category-section-wrapper .category-section-1 .title {
        font-size: 14px;
        padding: 5px;
    }    
    
    .supplies-meter-sub-wrapper{
    	width:95%;
    	position:relative;
    	left:-20px;
    }
	
	.category-section-wrapper .category-section-1 .address-image {
		max-width: 85px;
	}
	
	.contract-price-wrapper>.padding-r1 {
		padding-right:5px !important;
	}
	
	.multi-meter-section .category-section {
        padding: 12px 10px;
		padding-left: 20px;
    }
	.multi-meter-section .accordian .low-ink {
		left:5px;
	}
	.supplies-meter-wrapper .input-quntity-wrapper .tooltiptext{
		left: 105%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.category-section-wrapper {
        padding-right: 10px !important;
    }

    .category-section {
        padding: 12px 10px;
    }

    .category-section-wrapper .category-section-1 {
        padding: 12px 10px;
    }

    .item-details-section .input-quntity-wrapper input {
        font-size: 8px;
        width: 20px;
        padding: 5px 2px;
    }

    .item-details-section .qty-name {
        font-size: 8px;
    }

    .home-page-wrapper .item-detail-section .add-to-cart {
        font-size: 8px;
    }

	.no-accordian-padding-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .category-section-wrapper .category-section-1 .title {
        font-size: 14px;
    }

    .category-section-wrapper .category-section-1 .sub-title {
        font-size: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .category-section-wrapper {
        padding-right: 20px !important;
    }

    .category-section {
        padding: 12px 20px;
    }

    .item-details-section .input-quntity-wrapper input {
        font-size: 10px;
        padding: 6px 2px;
    }

    .item-details-section .qty-name {
        font-size: 10px;
    }

    .home-page-wrapper .add-to-cart {
        font-size: 10px;
    }

    .category-section-wrapper .category-section-1 .title {
        font-size: 14px;
    }

    .category-section-wrapper .category-section-1 .sub-title {
        font-size: 12px;
    }
}


.supplies-floating-header {
    position: fixed;
    top: 0px;
    /* padding: 15px 15px 15px 15px; */
    width: 100%;
    z-index: 9999;
    background-color: #F4F9FD;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    /* box-shadow: inset 0 0 1px rgba(0, 0, 0, .3) !important; */
}
.supplies-floating-header .sub-supplies-floating-header {
        padding: 20px 30px;
		text-align:center;
}
.single-meter-section .supplies-floating-header .sub-supplies-floating-header {
        padding: 5px;
}
.single-meter-section .supplies-floating-header img {
    padding-right: 20px;
}
.supplies-floating-header img {
    max-height: 40px;
    max-width: 64.17px;
}

.supplies-floating-header p {
    display: inline;
    font-size: 14px;
    color: #2E2E2E;
	position: relative;
    top: -15px;
}
.low-ink-hidden {
	display : none;
}