@media screen and (max-width: 1024px) {
	.rdsppc-collection-container {
		width: 100%;
	}
	.rdsppc-cart-layout-inner {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.rdsppc-cart-items-container {
		width: 100%;
	}
	.rdsppc-cart-totals-container {
		max-width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	
}

@media screen and (max-width: 991px) {
	.rdsppc-page-container{
		margin-top: 70px;
	}
}
@media screen and (max-width: 910px) {
	.configurator-product-header {
		flex-wrap: wrap;
	}
	.configurator-product-title {
		width: 100%;
	}
	.configurator-product-actions {
		width: 100%;
	}
	.configurator-single-product-image,
	.configurator-single-product-options,
	.rdsppc-single-downloads,
	.rdsppc-single-description {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	
}
