.gt-sticky-slider {
    top: 255px;
	left: 0;
	position: absolute;
    
}

@media screen and (max-width: 1024px) {
	.gt-sticky-slider {
    top: 102px;
	left: 0;
	position: absolute;
    
}
	.gt-toggle-button {
	font-size: 12px !important;
	}
}

.gt-toggle-button{
    border: none;
    font-weight: 600;
    z-index: 10000;
    padding: 8px 10px;
    margin: 10px 0;
    font-size: 14px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    cursor: pointer;
    transform: translate(0%,-40%);
    display: inline-block;
}

.home .price-excluding-tax, .home .tax-toggle-prices {
	display: none !important;
}

.wp-singular .tax-toggle-prices, .wp-singular .price-excluding-tax {
	display: none !important;
}