#loader {
    display: flex;
    justify-content: center;
    position: relative;
}

.compare-wrapper {
    display: block;
}

.compare-heading {
    font-family: "Aeonik Bold";
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.8px;
    color: rgb(28, 28, 28);
    margin: 64px 0px 20px;
}

.seeAll-wrapper {
    width: fit-content;
    margin: 0px auto 20px;
}

.seeAll-wrapper.link {
    text-decoration: none;
}

.mobileview {
    display: none;
}

.desktopview {
    display: none;
}

@media(max-width: 1139px) {
    .mobileview {
        display: none;
    }

    .desktopview {
        display: none;
    }
}

.seeAll-wrapper.btn {
    background-color: transparent;
    border: none;
    color: rgb(24, 0, 255);
    font-family: "Aeonik Bold";
    letter-spacing: 0.1px;
    padding: 0px 56px;
    height: 48px;
    font-size: 16px;
    border-radius: 4px;
    width: unset;
    cursor: pointer;
}

.compare-dropdown-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 0px auto;
}

.compare-dropdown-wrapper>div {
    width: 1248px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}

.compare-dropdown {
    display: flex;
    flex-direction: column;
    width: 280px;
    margin: 0px auto;
}

.spec-empty {
    width: fit-content;
    margin: 0px auto -51px;
    text-align: center;
    max-width: 300px;
    font-size: 50px;
    transform: translateY(-25px);
}

.dropdown-container {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    outline: unset;
    position: relative;
    transition: all 100ms ease 0s;
    box-sizing: border-box;
    font-family: Aeonik Regular;
    font-size: 16px;
    height: 48px;
    margin-top: 10px;
}

.dropdown-content {
    align-items: center;
    display: grid;
    flex: 1 1 0%;
    flex-wrap: wrap;
    padding: 0px 8px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.dropdown-value {
    color: rgb(51, 51, 51);
    grid-area: 1 / 1 / 2 / 3;
    margin-left: 2px;
    margin-right: 2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    height: 42px;
    border: none;
}

.dropdown-value option{
    padding: 0px 8px;
    height: 42px;
}

.specification-wrapper {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: wrap;
    justify-content: center;
    width: 1248px;
    margin: 0px auto 64px;
}

.device-container, .spec-container {
    display: flex;
    flex-direction: column;
    width: 32%;
}

.spec-heading, .spec-header {
    font-family: "Aeonik Bold";
    font-weight: 800;
    font-size: 64px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.7px;
    color: rgb(28, 28, 28);
    display: block;
    margin: 54px auto 16px;
}

.spec-data {
    width: fit-content;
    margin: 0px auto;
    text-align: center;
    max-width: 300px;
}

.spec-image {
    display: block;
    width: 80px;
    margin: 54px auto 16px;
}

.content-wrapper {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: wrap;
    justify-content: center;
    width: 1248px;
    margin: 0px auto 64px;
}

.device-wrapper {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: wrap;
    justify-content: space-around;
    width: 1248px;
    margin: 0px auto;
}

.device-color {
    margin: 0px;
    padding: 8px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    display: flex;
    justify-content: center;
}

.device-image {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: flex-end;
}

.device-image > img {
    height: 270px;
    margin: 40px auto 28px;
    display: block;
}

#rear_camera_compare_spec {
    width: 72px;
    height: 65px;
}

#google_zoom_compare_spec {
    width: 72px;
    height: 72px;
}

#processor_compare_spec {
    width: 72px;
    height: 72px;
}

#battery_compare_spec {
    width: 36px;
    height: 74px;
}

#security_compare_spec {
    width: 72px;
    height: 87px;
}

#unlock_compare_spec {
    width: 72px;
    height: 95px;
}

#water_resistant_compare_spec {
    width: 58px;
    height: 71px;
}

.device-color > li {
    list-style: none;
}

.device-color > li > button {
    float: left;
    list-style: none;
    height: 32px;
    width: 32px;
    margin-right: 25px;
    padding: 0px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 22px;
    border: none;
}

.device-color > li > button.active {
    border: 1px solid rgb(24, 0, 255);
}

.device-container > ul > li > p {
    display: none;
    position: absolute;
    margin-top: 40px;
    margin-left: -33px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    height: 28px;
}

.device-container > ul > li > p.active {
    display: block;
}

.color-block {
    width: 100%;
    height: 100%;
    margin: 0px;
    position: relative;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 3px;
}

.device-container > .device-color {
    margin: 0px auto;
    height: 91px;
}

.buy-device {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    border-width: 1px 0px;
    max-width: 325px;
    margin: 0px auto;
    padding: 24px 0px;
    width: 100%;
}

.buy-device > button {
    margin: 24px auto;
    width: 161px;
    display: block;
    padding: 0px;
}

.buyNow {
    background: #1800ff;
    font-family: "Aeonik Bold";
    letter-spacing: 0.1px;
    padding: 0px 56px;
    height: 48px;
    font-size: 16px;
    border-radius: 4px;
    width: unset;
    cursor: pointer;
    color: white;
    border: 0.125em solid transparent;
}

.outOfStock {
    background: rgba(110, 110, 110, 0.4);
    font-family: "Aeonik Bold";
    letter-spacing: 0.1px;
    padding: 0px 56px;
    height: 48px;
    font-size: 16px;
    border-radius: 4px;
    width: unset;
    cursor: pointer;
    color: white;
    border: 0.125em solid transparent;
}

.spec-item {
    flex-direction: column;
    width: 32%;
}

.spec-empty-parent {
    width: fit-content;
    margin: 0px auto -29px;
    text-align: center;
    max-width: 300px;
    font-size: 50px;
}

.specConstant p {
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: rgb(0, 0, 0);
}

.Samsung-spec-data:first-of-type {
    font-weight: 700;
}

@media (min-width: 1139px) {
    .specConstant {
        width: 1248px;
        margin: 0px auto 64px;
    }
}

@media(max-width: 1139px) {
    .specConstant {
		width: 100%;
        margin: 0px auto 64px;
    }

    .content-wrapper {
        width: 100%;
    }

    .compare-heading {
        font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.6px;
    }

    .device-wrapper {
        width: 100%;
        justify-content: space-around;
    }

    .compare-dropdown-wrapper>div {
        width: 100%;
    }

    .specification-wrapper {
        width: 100%;
        justify-content: space-around;
    }

    .device-container > .device-color  {
        width: 171px;
        height: 140px;
    }

    .device-image {
        height: 235px;
    }

    .device-image > img {
        height: 168px;
    }

    .spec-heading, .spec-header {
        font-size: 45px;
    }

    .spec-item {
        width: 45%;
        display: flex;
    }
}

@media(max-width: 768px) {
    .device-image > img {
        height: 168px;
    }

    .device-container, .spec-container {
        width: 50%;
    }
}