html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

html {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
    line-height: normal !important;
    outline: none;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
    border: none;
    padding: 0;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: avenirnext;
    src: url(../fonts/Lato-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: avenirnext;
    src: url(../fonts/Lato-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: almarai;
    src: url(../fonts/Almarai/Almarai-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: almarai;
    src: url(../fonts/Almarai/Almarai-Bold.ttf);
    font-weight: 600;
}

.app.en * {
    font-family: avenirnext;
}

.app.ar * {
    font-family: almarai;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.app_measure-btn {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    font-size: 0.37333333rem;
    color: #666;
}

.ar .app_measure-btn {
    margin-left: initial;
    margin-right: auto;
}

.app_measure-btn img {
    width: 0.64rem;
    height: 0.64rem;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.app_measure-btn span {
    text-decoration: underline;
}

body {
    font-family: "SFUIText", sans-serif;
}

.app {
    padding: 0 0.32rem;
}

.app.ar {
    direction: rtl;
}

.app__tabs {
    display: flex;
    margin-top: 0.6666666667rem;
}

.app__tab {
    font-size: 17px;
    width: 2.3466666667rem;
    line-height: 1.1733333333rem;
    background-color: white;
    color: #0d0d0d;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border: 1px solid #0d0d0d;
    margin-right: 0.2133333333rem;
    letter-spacing: 1px;
}

[data-dpr="2"] .app__tab {
    font-size: 34px;
}

[data-dpr="2.5"] .app__tab {
    font-size: 42.5px;
}

[data-dpr^="2.6"] .app__tab {
    font-size: 44.2px;
}

[data-dpr="2.75"] .app__tab {
    font-size: 46.75px;
}

[data-dpr="3"] .app__tab {
    font-size: 51px;
}

[data-dpr^="3.2"] .app__tab {
    font-size: 56.1px;
}

[data-dpr="4"] .app__tab {
    font-size: 68px;
}

.app__tab.active {
    background-color: #0d0d0d;
    color: white;
}

.app__size-chart {
    position: relative;
    margin-top: 0.32rem;
    font-size: 13px;
}

[data-dpr="2"] .app__size-chart {
    font-size: 26px;
}

[data-dpr="2.5"] .app__size-chart {
    font-size: 32.5px;
}

[data-dpr^="2.6"] .app__size-chart {
    font-size: 33.8px;
}

[data-dpr="2.75"] .app__size-chart {
    font-size: 35.75px;
}

[data-dpr="3"] .app__size-chart {
    font-size: 39px;
}

[data-dpr^="3.2"] .app__size-chart {
    font-size: 42.9px;
}

[data-dpr="4"] .app__size-chart {
    font-size: 52px;
}

.app__size-chart li {
    padding: 0.4266666667rem 0;
    text-align: center;
}

.app__size-chart li:nth-child(even) {
    background-color: #f5f5f5;
}

.app__size-chart table {
    border-collapse: collapse;
}

.app__size-chart table td {
    text-align: center;
    vertical-align: middle;
}

.app__size-chart-cover {
    position: absolute;
    z-index: 1;
    background-color: white;
    font-weight: bold;
    overflow: hidden;
}

.app__size-chart-cover table {
    width: 100%;
}

.app__size-chart-cover table td {
    font-weight: bold;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #ccc;
}

.app__size-chart-cover table td:first-child>div {
    padding: 0.4266666667rem 0.2133333333rem;
    font-weight: 600;
}

.app__size-chart-cover table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.app__size-chart-box {
    overflow-x: auto;
    overflow-y: hidden;
}

.app__size-chart-box-inner .t-title {
    font-weight: bold;
}

.app__size-chart-box .t-title {
    visibility: hidden;
}

.app__size-chart-box table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.app__size-chart-box table td {
    border: 1px solid #ccc;
}

.app__size-chart-box table td:first-child>div {
    padding: 0.4266666667rem 0.2133333333rem;
    font-weight: 600;
}

.app.ar .app__size-chart table td {
    border-left: 1px solid #ccc;
}

.app.ar .app__tab {
    margin-left: 0.2133333333rem;
    margin-right: 0;
}

.app .size-image {
    margin: 0.32rem 0;
    max-width: 100%;
}