#imgRef1{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    opacity: 50%;
    display: none;
}

#imgRef2{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    opacity: 50%;
    display: none;
}

#imgRef3{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10000;
    opacity: 100%;
    display: none;
}

#imgRefMobile{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 100%;
}

.ISLP-Mag{
    /*position: absolute;
    top: 10%;
    left: 35%;
    z-index: 1;*/
    width: 30%;
}

#error_message{
    position: absolute;
    top: 26%;
    left: 16.6%;
    width: 66.8%;
    height: 50%;
    z-index: 102;
    border-radius: 10px;
    padding-top: 1%;
    display: none;
    color: black;
    background-color: white;
}

#error_message-close{
    margin-left: 2.5%;
    cursor: pointer;
}

#error_message > p:nth-child(2){
    margin-top: 2.5%;
    margin-left: 27%;
}

#error_message > p:nth-child(3){
    margin-top: 6%;
    margin-left: 27%;
}

video{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    object-fit: cover;
    z-index: -2;
}

/********** GLOBAL **********/
#shop_background{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -2;
    height: 101%;
}

#bloc_page{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/********** GLOBAL - Mobile **********/
@media screen and (max-width: 480px){
    #shop_background{
        z-index: 0;
    }
}

/********** HEADER **********/
#header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    mix-blend-mode: difference;
    z-index: 1;
}

/********** MAIN **********/
main{
    z-index: -1;
}

#trigger_main_1{
    position: fixed;
    top: 32%;
    left: 16.5%;
    width: 67%;
    height: 40%;
    z-index: 100;
}

#trigger_main_2{
    position: fixed;
    top: 83%;
    left: 16.5%;
    width: 67%;
    height: 10%;
    z-index: 100;
}

.issue-wrapper{
    position: fixed;
    top: 32%;
    left: 16.5%;
    width: 67%;
    height: 60%;
    line-height: 2.3vw;
    mix-blend-mode: difference;
}

#desc{
    width: 30%;
}

#general{
    text-align: justify;
}

.issue01-general{
    
}

.issue02-general{
    font-size: 13.5vw;
    height: 46%;
    transform: translateY(50%);
}

.detail-wrapper{
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.buy-style{
    margin-right: 1%;
}

.issue01-price{
    margin-left: 6%;
}

.issue02-price{
    margin-left: 8.2%;
}

.issue01-qty-Label{
    margin-left: 6.1%;
}

.issue02-qty-Label{
    margin-left: 5.8%;
}

input{
    background: transparent;
    border: none;
    width: 70px;
}

input:focus{
    background: transparent;
    border: none;
    outline: none;
}

.issue01-qty-input{
    margin-left: 5.4%;
    width: 6%;
    background: transparent;
    border: none;
}

.issue02-qty-input{
    margin-left: 5%;
    width: 6%;
    background: transparent;
    border: none;
}

::placeholder {
  color: white;
}

#qty-arrows{
    margin-left: 1%;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    top: -14px;
    font-size: 1.5vw;
}

#qty-arrows-up{
    cursor: pointer;
}

#qty-arrows-down{
    cursor: pointer;
}

.issue01-qty-arrows-up{
    height: 27px;
}

.issue02-qty-arrows-up{
    height: 27px;
}

.submit-btn{
    padding: 0px 12px;
    border-radius: 10px;
    margin-left: 8.5%;
    line-height: 1;
    background: transparent;
    border-color: white;
}

.submit-btn:focus{
    background: transparent;
    border-color: white;
    color: white;
    outline: none !important;
}

.submit-btn:hover{
    background: transparent;
    border-color: white;
    color: white;
    outline: none;
}

#display-general{
    position: fixed;
    z-index: 101;
    top: 27%;
    left: 15%;
    mix-blend-mode: difference;
}

.fp-right{
    right: 9% !important;
}

.fp-bottom{
    bottom: 16% !important;
}

/********** Target Touch device **********/
@media (pointer: coarse){
    #general{
        display: none;
    }

    #trigger_main_1{
        display: none;
    }
}

/********** MAIN - Mobile **********/
@media screen and (max-width: 480px){
    main{
        position: absolute;
        z-index: 0;
        top: 6.5%;
    }

    .navbar{
        mix-blend-mode: difference;
        z-index: 1;
    }

    .blending{
        mix-blend-mode: difference;
    }

    .row-container{
        display: flex;
        justify-content: space-between;
    }

    .row-padding{
        padding: 0px 5.8%;
    }

    .row-alignment-right{
        text-align: right;
    }

    .submit-btn{
        margin-top: 4%;
        margin-left: 0%;
        padding: 5px 50px;
    }

    .issue01-qty-input{
        margin-left: 2%;
        width: unset;
    }

    .item-description{
        margin-top: 11%;
        text-align: justify;
        font-size: 4.28vw;
    }

    #error_message{
        height: 28%;
        left: 5.8%;
        width: 88.2%;
        position: fixed;
    }
}