/* 2020-12-03*/
.section-engraving {
    color: #1d1d1f;
    margin-bottom: 24px
}

@media only screen and (max-width: 1068px) {
	.section-engraving {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 734px) {
    .section-engraving {
        margin-bottom: 10px
    }
}
/*end */


/*2019-10-22*/
.small-caps {
    font-variant-caps: all-small-caps
}

@media only screen and (max-width: 734px) {
    .section-compare .wrapper .table-container .typography-body-tight {
        max-width: 133px;
    }
}

/***** remove avail *****/
.section-tiles .airpods-pro .tile-copy.pt-tile {
    padding-top: 111px
}

@media only screen and (max-width: 1068px) {
    .section-tiles .airpods-pro .tile-copy.pt-tile {
        padding-top: 74px
    }
}




/* center align , small 0.4*/

@media only screen and (max-width: 734px) { html[lang=zh-CN] .center_s734 { padding-left: 0.4em; }}
@media only screen and (max-width: 734px) and (max-device-width: 768px) { html[lang=zh-CN] .center_s734 { padding-left: 0.4em; }}



/* 2020-11-20 fix hero height start*/

/* 
.section-hero {
    padding-top: 113px;
    padding-bottom:36px
}

@media only screen and (max-width: 1068px) {
    .section-hero {
        padding-top: 65px;
        padding-bottom:45px
    }
}

@media only screen and (max-width: 734px) {
    .section-hero {
    	padding-top: 38px;
        padding-bottom:58px
    }
}
 */

/* 2020-11-20 fix hero height end */



/*fix icon positin down*/
.icon-wrapper .icon,.icon-wrapper .more::after,.icon-wrapper .icon-before::before,.icon-wrapper .icon-after::after {
    position: relative;
}