.navigation-space {
	height: 166px !important;
}

@media(max-width: 575px) {
	.callus-product-widget-store {
		position: relative;
		background: #676767;
		right: 10px;
		z-index: 100;
		bottom: 35px;
		height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		color: #fff;
		padding: 5px 10px;
		border-radius: 6px;
		font-size: 13px;
	}
	.callus-product-widget {
        position: relative;
        background: #676767;
        right: 35px;
        z-index: 100;
        bottom: 40px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        color: #fff;
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 13px;
    }
	.callus-product-widget-mobile {
		position: absolute;
		background: #676767;
		right: 45px;
		z-index: 100;
		bottom: 60px;
		height: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		color: #fff;
		padding: 11px 10px;
		border-radius: 6px;
		font-size: 13px;
	}
}



@media(min-width: 575px) {
	.callus-product-widget-store {
		bottom: 60px;
		position: absolute;
		background: #676767;
		right: 15px;
		z-index: 100;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		color: #fff;
		padding: 5px 10px;
		border-radius: 6px;
		font-size: 13px;
	}
	.callus-product-widget {
		position: absolute;
		background: #676767;
		right: 45px;
		z-index: 100;
		bottom: 25px;
		height: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		color: #fff;
		padding: 11px 10px;
		border-radius: 6px;
		font-size: 13px;
	}
	.callus-product-widget1 {
		position: absolute;
		background: #676767;
		right: 45px;
		z-index: 100;
		bottom: 60px;
		height: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		color: #fff;
		padding: 11px 10px;
		border-radius: 6px;
		font-size: 13px;
	}
}


.content-section p span:has(img) {
    display: flex;
    justify-content: center;
}