.clearfix {
    min-height: 1px
}

* html .clearfix {
    height: 1%
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

#ql-351067 {
    position: relative;
    max-width: 720px
}

#ql-351067 h1 {
    color: #000;
    font: 20px Lato, Helvetica, Arial, sans-serif;
    margin: 0 0 19px;
    font-weight:700;
}

#ql-351067-main #ql-351067-graphic-wrap .ql-351067-inside #ql-351067-bathroom-wrap h1 {
    color: #ffffff;
    font: 20px Lato, Helvetica, Arial, sans-serif;
    margin: 0 0 9px;
    font-weight:700;
    text-align: center;
}

#ql-351067 h2 {
    color: #000;
    font: 18px Lato, Helvetica, Arial, sans-serif;
    line-height: 1.25em
}

@media (max-width: 767px) {
    #ql-351067 h2 {
        font-size: 16px
    }
}

#ql-351067 h3 {
    color: #fff;
    text-align: center;
    font: 700 19px Lato, Helvetica, Arial, sans-serif;
    margin: 0
}

@media (max-width: 767px) {
    #ql-351067 h3 {
        color: #c82c68;
        text-align: left;
        font-size: 16px
    }
}
#ql-351067 p {
    color: #fff;
    font: 16px Lato, Helvetica, Arial, sans-serif;
    line-height: 1.25em
}



@media (max-width: 767px) {
    #ql-351067 p {
        color: #000;
        font-size: 16px
    }
    
    #ql-351067-main #ql-351067-graphic-wrap .ql-351067-inside p {
    color: #fff;
    font: 16px Lato, Helvetica, Arial, sans-serif;
    line-height: 1.25em
}
}

#ql-351067-header {
    background: #efeded;
    border-radius: 10px;
    margin: 19px;
    padding: 19px 0px;
    justify-content: center;
    display: flex;
    align-content: center;
}

#ql-351067-header img {
    max-width: 90%
}

#ql-351067-graphic-wrap {
    background: #dc9e74;
    border-radius: 10px;
    margin: 0 19px;
    padding: calc(19px * 2) 0
}

.ql-351067-inside {
    width: 90%;
    max-width: 600px;
    margin: 0 auto
}

#ql-351067-main #ql-351067-graphic-wrap .ql-351067-inside #ql-351067-bathroom-wrap {
    position: relative;
    width: 120%;
    right:9%;
    margin-bottom:-15%;
}

#ql-351067-main #ql-351067-graphic-wrap .ql-351067-inside #ql-351067-bathroom-wrap img {
    width: 100%
}

.ql-351067-gremlin-wrap {
    float: left;
    width: 26%;
    margin: 20px auto 0;
    text-align: center
}

#ql-351067-main #ql-351067-graphic-wrap .ql-351067-inside .ql-351067-gremlin-wrap img {
    max-width: 80%;
    display: inline-block
}

.ql-351067-tooltip-gremlin-wrap {
    float: none;
    width: 15%;
    margin: 0 auto;
    text-align: left;
    margin-bottom:0px;
}

#ql-351067-main #ql-351067-graphic-wrap .ql-351067-inside ql-351067-tooltip-gremlin-wrap img {
    max-width: 80%;
    display: inline-block;
}

#ql-351067-main {
    position: relative;
    width:720px;
}

#ql-351067-main #ql-351067-graphic-wrap .ql-351067-inside .ql-351067-summary-wrap {
    margin-bottom: 30px;
}

#computer-label {
    position: absolute;
    top: 36%;
    left: 62%;
    z-index: 9;
    width: 18%;
    height: 10%;
    background-color: transparent;
    transform: rotate(20deg);
    transform: skew(-1deg, 23deg);
    cursor: pointer;
}

#computer-checkbox {
    visibility: hidden;
}

#computer-checkbox:checked + .computer-tooltip {
    display: block;
}

/*#full-label::after {
    content: "";
    background-color:transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}*/

#computer-checkbox:checked ~ #full-computer-label {
    background-color: transparent;
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: 10;
}

.computer-tooltip {
    position: absolute;
    z-index: 2000;
    top: 25%;
    left: 14%;
    width: 350px;
    background-color: rgb(22,20,21,0.90);
    color: #fff;
    padding: 10px 20px;
    display: none;
    border-radius: 10px;
}

#printer-label {
    position: absolute;
    top: 62%;
    left: 10%;
    z-index: 9;
    width: 12%;
    height: 6%;
    background-color: transparent;
    transform: rotate(20deg);
    transform: skew(61deg, -25deg);
    cursor: pointer;
}

#printer-checkbox {
    visibility: hidden;
}

#printer-checkbox:checked + .printer-tooltip {
    display: block;
}

#printer-checkbox:checked ~ #full-printer-label {
    background-color: transparent;
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: 10;
}

.printer-tooltip {
    position: absolute;
    z-index: 2000;
    top: 32%;
    left: 12%;
    width: 350px;
    background-color: rgb(22,20,21,0.90);
    color: #fff;
    padding: 10px 20px;
    display: none;
    border-radius: 10px;
}

#lamp-label {
    position: absolute;
    top: 34%;
    left: 50%;
    z-index: 9;
    width: 8%;
    height: 14%;
    background-color: transparent;
    transform: rotate(20deg);
    transform: skew(-1deg, 30deg);
    cursor: pointer;
}
#lamp-checkbox {
    visibility: hidden;
}

#lamp-checkbox:checked + .lamp-tooltip {
    display: block;
}

#lamp-checkbox:checked ~ #full-toothbrush-label {
    background-color: transparent;
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: 10;
}

.lamp-tooltip {
    position: absolute;
    z-index: 2000;
    top: 10%;
    left: 8%;
    width: 350px;
    background-color: rgb(22,20,21,0.90);
    color: #fff;
    padding: 10px 20px;
    display: none;
    border-radius: 10px;
}

#charger-label {
    position: absolute;
    top: 58%;
    left: 84%;
    z-index: 9;
    width: 10%;
    height: 12%;
    background-color: transparent;
    transform: rotate(20deg);
    transform: skew(-1deg, 30deg);
    cursor: pointer;
}
#charger-checkbox {
    visibility: hidden;
}

#charger-checkbox:checked + .charger-tooltip {
    display: block;
}

#charger-checkbox:checked ~ #full-charger-label {
    background-color: transparent;
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: 10;
}

.charger-tooltip {
    position: absolute;
    z-index: 2000;
    top: 42%;
    left: 34%;
    width: 350px;
    background-color: rgb(22,20,21,0.90);
    color: #fff;
    padding: 10px 20px;
    display: none;
    border-radius: 10px;
}

#heater-label {
    position: absolute;
    top: 72%;
    left: 64%;
    z-index: 9;
    width: 10%;
    height: 11%;
    background-color: transparent;
    transform: rotate(20deg);
    transform: skew(-1deg, 30deg);
    cursor: pointer;
}
#heater-checkbox {
    visibility: hidden;
}

#heater-checkbox:checked + .heater-tooltip {
    display: block;
}


#heater-checkbox:checked ~ #full-heater-label {
   
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: 10;
}

.heater-tooltip {
    position: absolute;
    z-index: 2000;
    top: 44%;
    left: 18%;
    width: 350px;
    background-color: rgb(22,20,21,0.90);
    color: #fff;
    padding: 10px 20px;
    display: none;
    border-radius: 10px;
}

#ql-351067 #ql-351067-details {
    position: absolute;
    top: 25%;
    width: 100%
}


#ql-351067 ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

#ql-351067 ul#ql-351067-gremlins li {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 6
}

#ql-351067 ul#ql-351067-gremlins li.ql-351067-0 {
    width: 15%;
    height: 7%;
    top: 48%;
    right: 61%;
    transform: rotateZ(0deg) skewX(0deg) skewY(-30deg)
}

#ql-351067 ul#ql-351067-gremlins li.ql-351067-1 {
    width: 14%;
    height: 9%;
    top: 41%;
    right: 32%;
    transform: rotateZ(0deg) skewX(0deg) skewY(30deg)
}

#ql-351067 ul#ql-351067-gremlins li.ql-351067-2 {
    width: 14%;
    height: 22%;
    top: 29.5%;
    right: 2%;
    transform: rotateZ(0deg) skewX(0deg) skewY(30deg)
}

#ql-351067 ul#ql-351067-gremlins li.ql-351067-3 {
    width: 8%;
    height: 13%;
    top: 45%;
    right: 87%
}

#ql-351067 ul#ql-351067-gremlins li.ql-351067-4 {
    width: 7%;
    height: 6%;
    top: 39%;
    right: 78%
}

#ql-351067 ul#ql-351067-list {
    position: absolute;
    z-index: 5;
    width: 80%;
    max-width: 460px;
    margin: 0 auto
}

#ql-351067 ul#ql-351067-list li {
    display: none;
    border-radius: calc(10px / 2);
    background: #000;
    background: rgba(0, 0, 0, 0.83);
    padding: 19px
}

@media (max-width: 767px) {
    #ql-351067 ul#ql-351067-list li {
        display: block;
        background: none
    }
    
    #ql-351067 ul#ql-351067-list {
        position: relative;
        width: 100%;
        max-width: none
    }
    
    #ql-351067 #ql-351067-main #ql-351067-graphic-wrap {
        margin: 19px 0
    }
    
    #ql-351067 ul#ql-351067-list li {
        display: block;
        background: none
    }
    
     #ql-351067 ul#ql-351067-list {
        position: relative;
        width: 100%;
        max-width: none
    }
    
    #ql-351067 #ql-351067-details {
        width: auto;
        display: block;
        position: relative;
        background: #efeded;
        border-radius: 10px;
        margin: 19px 0;
        padding: 0
    }
    
    #ql-351067-main {
    position: relative;
    width:100%;
    }
    
    #ql-351067 #ql-351067-header {
        margin: 19px 0;
        width:100%;
    }
    
    #computer-label {display: none;}
    #printer-label {display: none;}
    #lamp-label {display: none;}
    #charger-label {display: none;}
    #heater-label {display: none;}

}

