/**
 * Switch
 */
@media only screen and (max-width: 1068px) {
	.section-switching .column.copy-col {
	    width: 33.33333%;
		left: 8.33333%;
		right: auto;
	}
}
@media only screen and (max-width: 735px) {
	.section-switching .column.copy-col {
	    width: auto;
		left: auto;
		right: auto;
	}
	.section-compare .image-compare-ipad-pro{
		margin-right: -131.5px;
	}
}

/**
 * Compare
 */
.section-compare .compare-products {
    padding-bottom: 56px;
}
@media only screen and (max-width: 735px) {
    html[dir=rtl] .section-compare .compare-products {
        text-align: center;
    }
}

/**
 * Footer
 */
#ac-globalfooter .ac-gf-sosumi {
    border-top: 1px solid #d6d6d6;
}