body {
    overflow-x: hidden;
    color: #555;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
    background-color: #f3f2ee;
    overflow-y: hidden;
}

.fixedWrapper {
    position: relative;
    height: 1px;
    display: block;
}

.fixedWrapper2 {
    position: sticky;
    top: 140px;
    z-index: 1;
    background-color: #fff;
}

.wp {
    height: 100vh;
}

.where {
    padding: 30px 0;
}

    .where a {
        color: #bbbbbb;
        font-size: 14px;
        transition: none;
    }

        .where a:after {
            content: "/";
            padding: 0 5px;
        }

        .where a:last-of-type:after {
            content: normal;
        }

#products-in .overview .left {
    float: left;
    width: 250px;
    visibility: visible !important;
}

#products-in .photo h1.title {
    color: #333;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    min-width: 300px;
}

#products-in .overview .right {
    float: right;
    width: calc(95% - 250px);
    visibility: visible !important;
}

#footer {
    position: sticky;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    display: table;
}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

.tag_api li a {
    border: 1px solid #dddddd;
    padding: 10px 20px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 400;
}

    .tag_api li a:hover {
        border: 1px solid #ffb800;
    }

#products-in .info {
    padding: 80px 0 0px;
    border-bottom: 0px solid #dddddd;
}

#tab-demo > ul > li.active {
    border-bottom: 5px solid #FFB800;
}

.products-list .tabs ul li a {
    border-bottom: 5px solid transparent;
    display: block;
    padding-bottom: 10px;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    transition: none;
}

.noticeBox .inner {
    padding: 0px 20px 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 530px;
    height: auto;
    margin-top: -130px;
    margin-left: -265px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

/* RWD - Tablet */
@media only screen and (max-width: 1366px) {
    .related-products ul.slider {
        width: 100%;
        margin-top: 15px;
    }

    .cover {
        margin-top: 27px;
    }

    .cover2 {
        margin-top: 20px;
    }

    .cover3 {
        margin-top: 45px;
    }

    #products-in .pro_video {
        margin: 0 auto;
        height: 26vw;
    }
}

/* RWD - Mobile/MD */
.max-md-size #products-in .tabs.tab_botoom.fixedWrapper2 {
    background-color: #dddddd;
    top: 64px;
}

.max-md-size .wp {
    height: 95vh;
}

/* RWD - Small Mobile */
.max-sm-size .noticeBox .inner {
    padding: 0px 0px 20px !important;
    width: 90%;
    left: 5%;
    margin-left: 0;
}

.max-xs-size #products-in .photo h1.title {
    font-size: 35px;
}
