.detail-content {
    position: relative;
    display: block;
    font-size: 0px;
    margin: 0px auto 145px;
    padding: 280px 30px 0px;
    text-align: center;
}

.detail-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 35px);
    max-width: 725px;
    font-size: 0px;
    text-align: left;
    font-family: "Heebo";
    color: #000;
}

.detail-item:first-child {
    margin-right: 70px;
    max-width: 811px;
}

.detail-item-overview {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.detail-item-overview > .variant-image-ctn {
    position: absolute;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.detail-item-overview > .variant-image-ctn:first-child {
    position: relative;
    display: block;
}

.detail-item-overview > .custom-image-ctn {
    position: absolute;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
}

/* .detail-item-overview > img.open { */
    /* opacity: 1; */
/* } */

.detail-item-angle {
    position: relative;
    display: block;
    font-size: 0px;
    width: calc(100% + 14px);
    left: -7px;
    cursor: pointer;
}

.detail-item-customable-icon {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover !important;
    background-position: 50% !important;
}

.detail-item-angle-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 85px; */
    width: calc((100% - (14px * 5)) / 5);
    height: 128px;
    background-size: cover !important;
    background-position: 50% !important;
    margin: 0px 7px 14px;
}

.custom-name {
    position: absolute;
    display: block;
    bottom: 15px;
    font-size: 10px;
    right: 15px;
    text-align: right;
    font-style: italic;
}

.detail-item-title {
    position: relative;
    position: relative;
    display: block;
    font-size: 34px;
    color: #000;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.mac-os .detail-item-title {
    margin-bottom: 15px;
}
/* 
.detail-item-title:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-bottom: 6px solid #000;
    border-right: 6px solid #000;
    top: 4px;
    left: 10px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} */

.detail-item-price {
    position: relative;
    display: block;
    font-size: 30px;
    font-family: "Heebo";
    color: #2b2f6d;
    margin-bottom: 10px;
}

.mac-os .detail-item-price {
    line-height: 24px;
}

.detail-item-price span {
    color: #acacac;
}

.detail-item-desc {
    position: relative;
    display: block;
    font-size: 28px;
    font-family: "Heebo";
    font-weight: normal;
    color: #2b2f6d;
    margin-bottom: 10px;
}

.detail-item-desc {
    line-height: 22px;
}

.detail-item-customable {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.detail-item-customable:nth-child(even) {
    padding-left: 20px;
}

.detail-item-customable:nth-child(odd) {
    padding-right: 20px;
}

.detail-item-customable:first-child {
    padding-left: 0px !important;
}

.detail-customable-title {
    position: relative;
    display: block;
    font-size: 29px;
    color: #000;
    font-family: "Heebo";
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mac-os .detail-customable-title {
    line-height: 19px;
    margin-bottom: 0px;
}

.detail-customable-choose {
    font-weight: 800;
    font-family: "Heebo";
}

.detail-customable-icon-group {
    position: relative;
    display: block;
    font-size: 0px;
    margin-bottom: 10px;
}

.detail-customable-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    padding: 0px;
    background-size: cover !important;
    background-position: 50% !important;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}

.detail-customable-icon:last-child {
    margin-right: 0px;
}

.detail-customable-icon::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 50%;
    border: 1px solid transparent;
}

.detail-customable-icon:hover:before {
    border: 1px solid #393d78;

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}

.detail-customable-icon.active:before {
    border: 1px solid #393d78 !important;
}

.detail-size-link {
    position: relative;
    display: table;
    font-size: 24px;
    color: #2b2f6d;
    border-bottom: 1px solid #2b2f6d;
    font-family: "Heebo";
    font-weight: bold;
    margin-bottom: 7px;
    padding-top: 5px;
}

.mac-os .detail-size-link {
    line-height: 18px;
    padding-top: 10px;
}

.detail-size-group {
    position: relative;
    display: block;
    font-size: 0px;
    line-height: 37px;
    margin-bottom: 20px;
}

.mac-os .detail-size-group {
    line-height: 45px;
}

.detail-size-group.custom {
    margin-bottom: 80px;
}

.detail-size-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 29px;
    color: #000;
    font-family: "Heebo";
    font-weight: 800;
    margin-right: 7px;
}

.detail-size-adj {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 11px;
    font-size: 29px;
    color: #000;
    font-family: "Heebo";
    font-weight: 800;
    cursor: pointer;
}

.detail-size-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 37px;
    background: #f5f5f5;
    border: 0px;
    font-size: 22px;
    font-weight: bold;
    font-family: "Heebo";
    text-align: center;
    padding: 0px 10px;
}

.mac-os .detail-size-text {
    line-height: 30px;
}

.detail-add-custom-ctn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0px;;
}

.detail-add-custom {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    font-size: 0px;
    line-height: 37px;
    margin-bottom: 5px;
}

.detail-add-custom:first-child {
    margin-right: 20px;
}

.detail-add-custom.custom {
    margin-bottom: 10px;
}

.detail-add-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 29px;
    color: #000;
    font-family: "Heebo";
    font-weight: 800;
    margin-right: 14px;
    line-height: 36px;
}

.mac-os .detail-add-title {
    line-height: 54px;
}

.detail-custom-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 29px;
    color: #000;
    font-weight: 800;
    font-family: "Heebo";
    padding: 0px 14px;
    height: 37px;
    cursor: pointer;
    background: transparent;
    color: #000;
    border: 1px solid #d2d2d2;
    line-height: 34px;

    -webkit-transition: color 0.4s, background 0.4s, border 0.4s;
    -moz-transition: color 0.4s, background 0.4s, border 0.4s;
    -ms-transition: color 0.4s, background 0.4s, border 0.4s;
    transition: color 0.4s, background 0.4s, border 0.4s;
}

.mac-os .detail-custom-item {
    line-height: 54px;
}

.detail-custom-item:hover {
    background: #353874;
    color: #fff;
    border: 1px solid #353874;

    -webkit-transition: color 0.4s, background 0.4s, border 0.4s;
    -moz-transition: color 0.4s, background 0.4s, border 0.4s;
    -ms-transition: color 0.4s, background 0.4s, border 0.4s;
    transition: color 0.4s, background 0.4s, border 0.4s;
}

.detail-custom-item.active {
    background: #353874 !important;
    color: #fff !important;
    border: 1px solid #353874 !important;
}

.detail-custom-item:last-child {
    margin-left: 2px;
}

.detail-custom-item:last-child:before {
    content: '';
    position: absolute;
    /* display: block; */
    display: none;
    left: -2px;
    width: 2px;
    height: 24px;
    background: #000;
    top: calc((100% - 24px) / 2);
}

.detail-add-text-group {
    position: relative;
    display: block;
    font-size: 0px;
    margin-bottom: 78px;
}

.detail-add-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    margin-right: 20px;
    font-size: 18px;
    color: #000;
    text-align: left;
    padding: 0px 15px;
    margin-right: 10px;
    height: 37px;
    border: 0px;
    margin-bottom: 5px;
    background: #f5f5f5;
}

.detail-add-text-group span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 37px;
    font-family: "Heebo";
    font-weight: bold;
    color: #2b2f6d;
}

.mac-os .detail-add-text-group span {
    line-height: 24px;
}

.detail-add-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 50px;
    font-family: "Heebo";
    font-weight: bold;
    font-size: 24px;
}

.detail-add-text-group.custom {
    margin-bottom: 0px;
}

.detail-add-text-group.custom span {
    font-weight: normal;
    display: block;
}

.detail-big-content {
    position: relative;
    display: block;
    width: 100%;
}

.detail-big-content img {
    width: 100%;
}

.detail-big-content .table {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
    color: #fff;
    font-size: 60px;
    font-family: "Heebo";
    text-align: center;
}

.detail-big-content .detail-big-title {
    margin: 0px auto;
    position: relative;
    display: block
}

.detail-big-content .table span {
    font-size: 40px;
    position: relative;
    display: block;
    font-family: "Heebo";
}

.mac-os .detail-big-content .table span {
    line-height: 35px;
    padding-top: 20px;
}

.overview-load {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    font-family: "Heebo";
    font-weight: bold;
    display: none;
    text-align: center;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #535353;
}

.detail-submit {
    position: absolute;
    display: block;
    height: 70px;
    line-height: 70px;
    width: 100%;
    font-size: 33px;
    color: #f2f2f2;
    font-family: "Heebo";
    right: 0px;
    bottom: 7px;
    text-align: center;
    background: #282b65;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.detail-submit.read {
    width: calc(50% - 20px) !important;
}

.mac-os .detail-submit {
    line-height: 65px;
    bottom: 10px;
}

.detail-submit:hover {
    color: #f2f2f2;
    background: #282b65;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.detail-submit-group {
    position: relative;
    display: block;
    font-size: 0px;
    text-align: right;
}

.detail-submit-group .detail-submit {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

.detail-submit.custom {
    width: auto;
    padding: 0px 25px;
}

.detail-submit.custom:before {
    content: "NEW";
    position: absolute;
    display: block;
    left: -23px;
    top: -23px;
    width: 46px;
    height: 46px;
    font-size: 15px;
    line-height: 46px;
    border-radius: 50%;
    background: #31346b;
    color: #fff;
    font-family: "Heebo";
}

.detail-submit.custom .after {
    position: absolute;
    display: block;
    right: 0px;
    top: calc(100% + 5px);
    width: 100%;
    font-size: 14px;
    color: #535353;
    font-family: "Heebo";
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.detail-add-custom-quest {
    position: relative;
    display: block;
    font-size: 23px;
    font-size: 27px;
    color:#31346b;
    margin-bottom: 5px;
}

.detail-add-custom-quest * {
    text-decoration: underline;
}

.detail-custom-price {
    position: relative;
    display: block;
    font-size: 18px;
    color: #535353;
    font-family: "Heebo";
    font-weight: bold;
    margin-bottom: 15px;
}

.detail-add-prev-group {
    position: relative;
    display: block;
    font-size: 0px;
}

.detail-add-color {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 98px);
    border: 0px;
    height: 37px;
    padding: 0px 15px;
    font-size: 20px;
    background: #f5f5f5;
}

.detail-add-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    font-size: 32px;
    height: 37px;
    line-height: 37px;
    background: #f5f5f5;
    color: #000;
    font-family: fantasy;
    padding: 0px 15px;
    /* font-family: "Heebo"; */
    font-family: southern;
}

.detail-add-preview.disable {
    color: #ccc;
}

/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

@media screen and (max-width: 1290px) {
    
}

@media screen and (max-width: 1367px) {
    .detail-add-custom {
        margin-bottom: 10px;
    }

    .detail-content {
        margin: 0px auto 100px;
        padding: 120px 20px 0px;
        max-width: 1220px;
    }

    .detail-item {
        width: calc(50% - 26px);
    }

    .detail-item:first-child {
        margin-right: 50px;
    }

    .detail-item-title {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .detail-item-price {
        font-size: 24px;
    }

    .detail-item-desc {
        font-size: 19px;
    }

    .detail-customable-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .detail-customable-icon {
        width: 20px;
        height: 20px;
    }

    .detail-size-link {
        font-size: 16px;
    }

    .detail-size-group {
        margin-bottom: 60px !important;
        line-height: 30px;
    }

    .detail-size-title {
        font-size: 22px;
    }

    .overview-load {
        font-size: 22px;
    }

    .detail-size-adj {
        font-size: 22px;
    }

    .detail-size-text {
        height: 30px;
        font-size: 18px;
    }

    .detail-add-custom-quest {
        font-size: 19px;
    }

    .detail-add-title {
        font-size: 22px;
    }

    .detail-custom-item {
        font-weight: normal;
        font-size: 22px;
    }

    .detail-add-text {
        font-size: 14px;
        /* height: 30px; */
    }

    .detail-add-text-group span {
        font-size: 14px;
        line-height: normal;
    }

    .detail-submit {
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }

    .detail-big-content .table {
        font-size: 40px;
    }

    .detail-big-content .table span {
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .detail-submit {
        /* width: auto; */
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        padding: 0px 20px !important
    }
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .detail-item-title {
        font-size: 24px;
    }

    .detail-add-color {
        width: calc(100% - 85px);
    }

    .detail-item-title:after {
        width: 7px;
        height: 7px;
        border-bottom: 4px solid #000;
        border-right: 4px solid #000;
    }

    .detail-item-price {
        font-size: 20px;
    }

    .detail-item-desc {
        font-size: 16px;
    }

    .detail-customable-title {
        font-size: 18px;
    }

    .detail-size-link {
        font-size: 14px;
    }

    .detail-size-title {
        font-size: 18px;
    }

    .detail-size-adj {
        font-size: 18px;
    }

    .detail-add-custom-quest {
        font-size: 14px;
    }

    .detail-add-title {
        font-size: 18px;
        line-height: 30px;
    }
    
    .detail-custom-item {
        font-size: 18px;
        /* height: 30px; */
        /* line-height: 30px; */
    }

    .detail-submit {
        /* width: 220px; */
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }

    .home-fe-group .detail-item-angle-icon {
        width: calc((100% - (14px * 10)) / 4);
    }
}


@media screen and (min-width: 768px) and (max-width : 1024px) {
    .detail-submit {
        /* position: relative !important; */
        /* display: block !important; */
        /* width: 100%; */
        font-size: 18px;
        height: 55px;
        line-height: 55px;
        bottom: -50px !important;
        /* margin: 0px 0px 10px !important; */
    }

    .detail-submit.custom:before {
        width: 30px;
        height: 30px;
        left: -15px;
        top: -15px;
        font-size: 10px;
        line-height: 30px;
    }

    .detail-submit.custom .after {
        top: auto;
        bottom: calc(100% + 10px);
        font-size: 12px;
    }
}

@media screen and (max-width: 970px) {
    
}

/* Mobile */
@media screen and (max-width: 768px) {
	.detail-content {
        padding-top: 100px;
    }

    .detail-item {
        display: block;
        width: 100%;
    }
    
    .detail-item:first-child {
        max-width: 500px;
        margin: 0px auto 30px;
    }

    .detail-big-content .table {
        font-size: 22px;
    }

    .detail-item-overview {
        margin-bottom: 10px;
    }

    .detail-big-content .table span {
        font-size: 20px;
    }

    .detail-item-angle {
        width: calc(100% + 10px);
        left: -5px;
    }

    .detail-item-angle-icon {
        width: calc((100% - (10px * 5)) / 5);
        margin: 0px 5px 10px;
        height: 50px;
    }

    .detail-add-custom {
        /* margin-bottom: 0px; */
    }

    .detail-custom-price {
        font-size: 15px;
    }

    .home-fe-group .detail-item-angle-icon {
        width: calc((100% - (14px * 10)) / 2);
        height: 150px;
    }

    .home-fe-title {
        font-size: 25px;
    }

    .detail-submit {
        bottom: -50px !important;
    }
}

@media screen and (max-width : 670px) {
    
}

@media screen and (max-width : 600px) {
    .detail-add-prev-group * {
        display: block;
        width: 100% !important;
        margin: 0px;
        margin-bottom: 10px;
    }

    .detail-add-prev-group *:last-child {
        margin-bottom: 0px;
    }
}

@media screen and (max-width : 500px) {
    .detail-add-text-group {
        margin-bottom: 20px;
    }

    .detail-content {
        margin-bottom: 50px;
    }

    .detail-item-customable {
        display: block;
        width: 100%;
        margin: 0px 0px 10px !important;
        padding: 0px !important;
    }

    .detail-add-text {
        width: 100%;
    }

    .detail-size-group.custom {
        margin-bottom: 40px;
    }

    .detail-add-text-group.custom {
        margin-bottom: 15px;
    }

	.detail-item-title {
        font-size: 20px;
    }

    .detail-item-price {
        font-size: 18px;
    }

    .detail-item-desc {
        font-size: 14px;
    }

    .detail-size-group {
        margin-bottom: 30px !important;
    }

    .detail-submit {
        position: relative !important;
        display: block !important;
        width: 100%;
        font-size: 18px;
        bottom: 0px !important;
        height: 55px;
        line-height: 55px;
        margin: 0px 0px 50px !important;
    }

    .detail-big-content .table {
        font-size: 18px;
    }

    .detail-big-content .table span {
        font-size: 18px;
    }

    .detail-submit.custom:before {
        width: 30px;
        height: 30px;
        left: -15px;
        top: -15px;
        font-size: 10px;
        line-height: 30px;
    }

    .detail-submit.custom .after {
        top: auto;
        bottom: calc(100% + 10px);
        font-size: 12px;
    }

    .home-fe-group .detail-item-angle-icon {
        width: calc((100% - (14px * 5)) / 2);
        height: 120px;
    }

    .custom-name {
        right: 10px;
        bottom: 10px;
    }

    .detail-add-custom {
        margin-bottom: 5px;
    }

    .detail-add-custom {
        display: block;
        width: 100%;
    }

    .detail-add-preview {
        width: 100%;
    }

    .detail-add-text-group span {
        margin-top: 10px;
    }

    .detail-add-color {
        width: calc(100% - 76px);
    }

    .detail-submit-group {
        margin-top: 50px;
    }

    .detail-submit.read {
        display: inline-block !important;
        font-size: 16px;
        width: calc(50% - 20px) !important;
    }

    .detail-submit.read:first-child {
        margin-right: 20px !important;
    }
}