.homepageBackground {
    background: linear-gradient(180deg, #212A34 0%, #212A34 800px, rgba(255, 255, 255, 0) 500px) !important;
}

.ratingBox {
    background: white;
    border-radius: 9px;
}

.paymentFooterText {
    font-size: 25px;
    font-weight: 600
}

.homepageLink.active {
    background: #EC2A2A !important;
}

.homepageLink {
    background: #DBDBDB !important;
    padding: 25px 30px !important;
    border-radius: 55px !important;
    color: #676E76;
    fill: #676E76;
    font-weight: 600;
}

.homepageLink svg {
    margin-right: 7px;
}

.middleRow {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.homeCategoryName {
    font-weight: 300;
    text-decoration: none;
    color: #000000;
    font-size: 13px;
}

.carouselBackground {
    background: linear-gradient(181.74deg, #212A34 -1.46%, #405266 169.66%);
}

.carouselHeading {
    font-size: 3rem;
    font-weight: 600;
}

.carouselText {
    font-size: 18px;
    font-weight: 500;
}

.orangeButton {
    border: 1px solid #FF5E44;
    background: #FF5E44;
    border-radius: 2px;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.transparentButton {
    border: 1px solid white;
    border-radius: 2px;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-weight: 500;
}

@media only screen and (max-width: 996px) {
    .carouselHeading {
        font-size: 18px;
    }

    .carouselBackground {
        padding: 0 !important;
        padding-top: 45px !important;
    }

    .carouselText {
        font-size: 14px;
    }

    .orangeButton {
        margin-bottom: 1em;
        display: inline-block
    }
}

.tonerSearch {
    background: white;
    border-radius: 55px;
    height: 70px;
    padding-left: 5%;
    padding-right: 5%;
}

.tonerSearch input {
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
    border: none;
}

.tonerSearch button {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
    border: none !Important;
    box-shadow: none;
}

.categoriesBoard {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EAECF2;
    border-radius: 13px;
}

.categoriesBoard h4 {
    font-size: 54px;
    padding-top: 42px;
    padding-bottom: 38px;
}

.categoriesBoardItem {
    background: #FFFFFF;
    border-radius: 9px;
    margin-bottom: 1em;
    padding: 15px;
    min-height: 150px;
}

.checkBadge {
    background: #ED4B31;
    color: white;
    font-size: 17px;
    padding: 12px 10px;
    border-radius: 70px;
    text-align: center;
}

.homeSearch {
    background: #EAECF2;
    border-radius: 11px;
}

.homeSearch h4 {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #232323;
    margin-top: 15px;
    margin-bottom: 40px;
}

.homeSearch select {
    height: 65px;
    background: #D3D5DC
}

.homeSearchButton {
    background: #0E1217 !important;
}

.brandLogo {
    width: 20%;
}

.brandLogoBg {
    padding: 20px;
    background: white;
    height: 140px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}

.brandLogoBg img {
    max-height: 90px;
}

@media only screen and (max-width: 992px) {
    .brandLogo {
        width: 50%
    }

    .brandLogoBg {
        height: 80px;
    }
}

.iconsInfo {
    color: #0E1217;
    font-weight: 600;
    font-size: 16px;
}

.showAllPrintersButton {
    border: 1px solid #000000 !important;
    background: white !important;
    color: #000000 !important;
}

.tonerSearchButton {
    color: #EC2A2A;
}

.tonerSearchInput:focus {
    box-shadow: none;
}

.tonerSearchButton:hover,
.tonerSearchButton:active {
    background-color: transparent !important;
    color: rgb(108, 117, 125);
}

.mobileProductCount {
    position: absolute;
    z-index: 99999999999;
    right: 24px;
    top: -1.5px;
    color: white;
    font-weight: 100;
}

#searchBatteries {
    width: 100%;
    border-radius: 10px;
    padding: 0 !important;
    z-index: 999;
    list-style: none;
    display: none;
    position: absolute;
}

#searchToners {
    width: 100%;
    border-radius: 10px;
    padding: 0 !important;
    z-index: 9999999999999;
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    top: 100%
}
	.homeSearch .select2-container--default .select2-selection--single {
		background-color: #D3D5DC;
		border: 1px solid #aaa;
		border-radius: 4px;
		padding: 21px 29px 21px 29px;
		height: auto;
		color: #696969;
		text-align: left;
		/* line-height: 40px; */
	}

	.homeSearch .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 100%;
		position: absolute;
		top: 1px;
		right: 1px;
		width: 40px;
	}