@media (min-width: 1400px) {
    .geig-better-docs > .container-fluid {
        max-width: 1400px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .geig-better-docs .doc-list .doc-item {
        width: 48%;
        flex-grow: 1;
    }
	.geig-catalog-search .products .card {
        width: calc(50% - 7.5px);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .geig-cart .geig-cart-wrapper {
        flex-direction: column;
    }
    .coupon-form, .cart-totals {
        border-left: none;
    }
    .geig-better-docs .doc-list .doc-item {
        width: 48%;
        flex-grow: 1;
    }
	.geig-catalog-search .products .card {
        width: calc(50% - 7.5px);
    }
}

@media (max-width: 575.98px) {
    .coupon-form, .cart-totals {
        border-left: none;
    }
    .thankyou-desc {
        width: 90%;
    }
    .geig-better-docs .doc-list .doc-item {
        width: 100%;
        flex-grow: 1;
    }
	.geig-catalog-search .products .card {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1280.98px) {
	.mega-products {
		width: 992px;
		transform: translateX(-66%);
	}
	.sub-menu > li > a::before {
		width: 460px;
	}
	.sub-menu > li:first-child > a::before {
		width: 532px;
	}
}
