/* your styles go here */
#wo_content{
    margin-top: 93px;
    margin-bottom: 4rem;
}

@media (max-width: 767.98px) {

    .menu-large .megamenu {
        left: 31%;
    }
    #process .img, #use .text-right, #contact ._icon_{
        display: none;
    }
    #process hr{
        display: block;
    }
    #wo_content{
        margin-top: 4rem;
        margin-bottom: 3.5rem;
    }
    #use .qrcode{
        text-align: center;
    }

    #contact .process-title{
        margin-top: 1rem;
    }

    #copyright{
        font-size: 0.5rem;
        padding: 5px 0;
    }
    #copyright .mb-2{
        margin-bottom: .1rem!important;
    }
    #product a, #index_dor a{
        font-size: .6rem!important;
    }
    #product p{
        margin-top: .3rem!important;
    }
    #product p.intro{
        display: none;
    }
    #index_dor_k{
        display: none;
    }
    #index_dor{
        display: block;
    }
    #about-us p.about-us-p{
        text-align: left!important;
    }
    #product_list h2.pdt-title{
        font-size: 13px !important;
        height: 34px;
        max-height: 34px;
        line-height: 17px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media (min-width: 992px) {
    #process .img, #use .text-right{
        display: block;
    }
    #process hr{
        display: none;
    }

    #contact _icon_{
        display: inline;
    }
    #index_dor_k{
        display: block;
    }
    #index_dor{
        display: none;
    }
    #product_list h2.pdt-title{
        font-size: 1rem !important;
        height: 2.6rem;
        max-height: 2.6rem;
        line-height: 1.3rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.qrcode .img{
    width: 150px;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#copyright{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

h2.pdt-title{
    font-size: 1.2rem;
    font-weight: bold;
}

.gray {
    -webkit-filter: grayscale(1);/* Webkit */
    filter:gray;/* IE6-9 */
    filter: grayscale(1);/* W3C */
    filter:alpha(Opacity=30);-moz-opacity:0.3;opacity: 0.3;
}
.gray:hover {
    -webkit-filter: grayscale(0);/* Webkit */
    filter:none;/* IE6-9 */
    filter: grayscale(0);/* W3C */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;
}
.btn-info{
    background: #458c8c;
    /*letter-spacing:.5rem;
    font-size: 1rem;*/
}
/*
.btn-secondary{
    letter-spacing:.5rem;
    font-size: 1rem;
}*/
