
*{
    box-sizing: border-box;
}

html,body{
    font-family: "Oswald";
}

::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #FFD20A; 
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #FFD20A; 
}


#logo{
    width: auto;
    max-width: 270px;
    height: auto;
}


#drawer-opacity-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
    z-index: 1;
    display: none;
}


header{
    width: auto;
    height: 80px;
    background-color: #FFD20A;
    padding: 0px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#menu-container{
    width: auto;
    height: auto;
    background-color: #1A1A1A;
    padding: 0px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.search-area{
    width: auto;
    height: auto;
    background-color: aliceblue;
    border-radius: 5px;
    position: relative;
}

.search-area input{
    width: 255px;
    height: 36px;
    border-radius: 5px;
    border:1px solid #D2AC00;
    padding: 5px 10px;
    font-size:14px;
    background-image: url('../img/icons/search.png');
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.menus li{
    display: inline-block;
    padding: 12px 20px;
    border-right: 1px solid #373737;
}

.menus li:last-child{
    border:none;
}

.menus li:first-child{
    padding-left: 10px;
}

.menus li a{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.menus li a:hover{
    color: #FFD20A;
}


.menus li a i{
    font-size: 10px;
    margin-left: 5px;
}

.menus li:hover > .main-sub-menus{
    display: block;
}

.main-sub-menus{
    width: 300px;
    height: auto;
    background-color: #e1e1e1;
    position: absolute;
    z-index: 9999999;
    margin-top: 14px;
    margin-left: -25px;
    display: none;
    padding: 10px 0px;
}

.main-sub-menus a{
    color:#222 !important;
    padding: 17px 20px;
    font-weight: normal !important;
    border-left: 5px solid transparent;
    border-bottom: 1px solid #bebebe;
}

.main-sub-menus a:hover{
    background-color: #f1f1f1;
    border-left: 5px solid #FFD20A;
}


.main-sub-menus a:last-child{
    border-bottom: none;
}


.languages a{
    font-size:16px;
    color: #fff;
    padding: 0px 10px;
    border-right: 1px solid #e1e1e1;
}

.languages a:hover{
    color: #FFD20A;
}

.languages a:last-child{
    border:none;
}


#responsive-menu-btn{
    font-size:24px;
    color: #1A1A1A;
    display: none;
    padding: 5px;
    border-radius: 7px;
}


#responsive-menu-btn:hover{
    background-color: #E3BA00;
}


#mobil-search{
    width: 100%;
    height: auto;
    background-color: #1A1A1A;
    padding: 5px 10px;
    position: relative;
    display: none;
}


#mobil-search input{
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    font-size:14px;
    background-image: url(../img/icons/search.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    border:none;
}

.search-result-list{
    width: 98%;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 450px;
    background-color: #f1f1f1;
    position: absolute;
    z-index: 99999999;
    left: 0px;
    right: 0px;
    margin-top: 5px;
    margin:  auto;
    padding: 10px 0px;
    display: none;
}

.search-result-list li{
    list-style-type: none !important;
}

.search-result-list a{
    display: block;
    padding: 12px 20px;
    font-size:15px;
    color:#1A1A1A;
    line-height: 20px;
    border-bottom: 1px solid #e1e1e1 !important;
}

.search-result-list a:hover{
    background-color: #e1e1e1;
    color:#222;
}


.search-result-list a:last-child{
    border-bottom:none;
}


#slider {
    width: 100%;
    height: auto;
}

#slider img {
    width: 100%;
    height: auto;
}


.product-categories{
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.product-categories > h1{
    font-size:30px;
    font-weight: 500;
    color: #1A1A1A;
    text-align: center;
}

.categories-container{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.categories{
    width: 300px;
    height: auto;
    margin: 10px;
    display: flex;
    flex-direction: column;
    overflow:hidden;
}


.categories img{
    width: 300px;
    height: auto;
    max-height: 300px;
}


.categories-title{
    width: 100%;
    height: 65px;
    background-color: #FFD20A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #1A1A1A;
    padding: 10px;
}

.categories-title strong{
    color: #1A1A1A;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}



.categories:hover .categories-title{
    background-color: #1A1A1A;
    border-top: 5px solid #FFD20A;
}

.categories:hover .categories-title strong{
    color: #FFD20A;
}












/* Videos */

.videos-categories{
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.videos-categories > h1{
    font-size:30px;
    font-weight: 500;
    color: #1A1A1A;
    text-align: center;
}

.videos-container{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.videos{
    width: 420px;
    height: auto;
    margin: 10px;
    display: flex;
    flex-direction: column;
    overflow:hidden;
    position: relative;
}


.videos img{
    width: 420px;
    height: auto;
    max-height: 300px;
}


.videos-title{
    width: 100%;
    height: 65px;
    background-color: #FFD20A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #1A1A1A;
    padding: 10px;
}

.videos-title strong{
    color: #1A1A1A;
    font-size:20px;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
}



.videos:hover .videos-title{
    background-color: #1A1A1A;
    border-top: 5px solid #FFD20A;
}

.videos:hover .videos-title strong{
    color: #FFD20A;
}

.video-play{
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    z-index: 99;
    left: 0px;
    right:0px;
    top: 0px;
    bottom: 50px;
    margin:auto;
}



.home-about-container{
    width: 100%;
    height: auto;
    background-color: #1A1A1A;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.about-content{
    width: 35%;
    height: auto;
    display: flex;
    align-items: center;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-content h2{
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-content p{
    color: #EEEEEE;
    font-size: 16px;
    line-height: 34px;
}


.about-img {
    width: 50%;
    height: 100%;
}

.about-img img{
    width: 100%;
    height: auto;
    object-fit: fill;
}


.learn-more-btn{
    width: auto;
    height: auto;
    padding: 15px 25px;
    background-color: #f1f1f1;
    color: #1A1A1A;
    font-size:16px;
    margin-top: 20px;
    display: inline-block;
}

.learn-more-btn:hover{
    background-color: #FFD20A;
    color: #1A1A1A;
}


footer{
    width: 100%;
    height: auto;
    background-color: #1A1A1A;
    margin-top:60px;
    padding: 50px 0px;
}

.footer-container{
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-menus-container{
    width: 60%;
    height: auto;
    display: flex;
    justify-content: space-between;
}


.footer-menus{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.footer-menus strong{
    font-size:20px;
    color: #FFD20A;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-menus a{
    font-size:16px;
    color: #fff;
    margin: 10px 0px;
}

.footer-menus a:hover{
    color: #FFD20A;
}



.footer-address-container{
    width: 40%;
    height: auto;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.footer-address-container div{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}


.footer-address-container strong{
    font-size:18px;
    font-weight: bold;
    color: #FFD20A;
    margin-bottom:10px;
}


.footer-address-container span{
    font-size:16px;
    color: #fff;
    margin-bottom:20px;
    line-height: 22px;
}



#copyright-container{
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    margin-bottom: 30px;
}

#copyright-container span{
    font-size:12px;
    color: #747474;
}


.footer-social-media a{
    font-size:20px;
    margin: 8px;
    color: #1A1A1A;
}


.footer-social-media a:hover{
    color: #747474;
}


#detail-page-banner{
    width: 100%;
    height: auto;
}

#detail-page-banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


#breadcrumb-container{
    width: 100%;
    height: auto;
    background-color: #eee;
    padding: 12px 5%;
    display: flex;
    align-items: center;
}

#breadcrumb-container a,
#breadcrumb-container strong{
    font-size:14px; 
    color: #5D5D5D;
    margin: 0px 15px;
}


#breadcrumb-container a:hover{
    color: #222;
}


#breadcrumb-container strong{
    color: #1A1A1A;
    font-weight: bold;
}


#breadcrumb-container i{
    font-size:10px;
    color: #5D5D5D;
}


#breadcrumb-container i:last-child{
    display: none;
}


#about-container{
    width: 100%;
    height: auto;
    margin: 40px 0px;
    display: flex;
    justify-content: center;
}

#about-page-img{
    width: auto;
    max-width: 490px;
    height: auto;
    margin-right: 2%;
}

#about-page-img img{
    width: 100%;
    height: auto;
}

#about-content-text{
    width: auto;
    max-width: 600px;
    height: auto;
    margin-left:2%;
}

#about-content-text h1{
    font-size:34px;
    color: #1A1A1A;
    margin-bottom: 20px;
    font-weight: bold;
}

#about-content-text strong{
    font-size:24px;
    color: #373737;
    margin-bottom: 20px;
    line-height: 30px;
    display: inline-block;
}


#about-content-text p{
    font-size:18px;
    color: #5D5D5D;
    margin-bottom: 20px;
    line-height: 30px;
}





#contact-container{
    width: 100%;
    height: auto;
    margin: 40px 0px;
    display: flex;
    justify-content: center;
    padding: 15px;
}


#contact-info-container{
    width: 100%;
    max-width: 550px;
    height: auto;
    margin-right:2%;
    display: flex;
    flex-direction: column;
}

#contact-form-container{
    width: 100%;
    max-width: 550px;
    height: auto;
    margin-left:2%;
    display: flex;
    flex-direction: column;
}


#contact-info-container strong,
#contact-form-container strong{
    font-size:26px;
    font-weight: bold;
    color: #1A1A1A;
    display: inline-block;
    margin-bottom: 30px;
    
}

#contact-info-container span{
    font-size:18px;
    font-weight: bold;
    color: #5D5D60;
    margin-bottom: 10px;
}


#contact-info-container p{
    font-size:16px;
    color: #929292;
    line-height: 24px;
}


#contact-area{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}


.contact-card{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid #CCCCCC;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.contact-card strong{
    font-size:18px !important;
    color: #5D5D60 !important;
    margin-bottom: 10px !important;
}

.contact-card span{
    font-size:16px !important;
    color: #5D5D60 !important;
    font-weight: normal !important;
}


.contact-social-media{
    width: auto;
    height: auto;
    margin-top: 30px;
}

.contact-social-media a{
    font-size:22px;
    padding-right: 15px;
    color: #1A1A1A;
}

.contact-social-media a:hover{
    color: #373737;
}


#contact-form-container form span{
    font-size:16px;
    color: #707070;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}


#contact-form-container form > input{
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 30px;
    border:1px solid #CECECE;
    font-size:14px;
    color: #707070;
    font-weight: bold;
}


#contact-form-container form > select{
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 30px;
    border:1px solid #CECECE;
    font-size:14px;
    color: #707070;
    font-weight: bold;
}



#contact-form-container form textarea{
    width: 100%;
    height: 130px;
    padding: 10px;
    margin-bottom: 30px;
    border:1px solid #CECECE;
    font-size:14px;
    color: #707070;
    font-weight: bold;
}



#contact-form-container form input:hover,
#contact-form-container form textarea:hover,
#contact-form-container form input:focus,
#contact-form-container form textarea:focus{
    border:1px solid #FFD20A;
}

#contact-form-container form button{
    width: 150px;
    height: auto;
    padding: 18px 10px;
    display: inline-block !important;
    background-color: #FFD20A;
    color: #1A1A1A;
    font-weight: bold;
    border:none;
    margin-top: 30px;
}

#contact-form-container form button:hover{
    background-color: #1A1A1A;
    color: #FFD20A;
}




::-webkit-input-placeholder {
    color: #C5C5C5;
    font-size: 14px;
    font-weight: bold;
}

:-ms-input-placeholder {
    color: #C5C5C5;
    font-size: 14px;
    font-weight: bold;
}

::placeholder {
    color: #C5C5C5;
    font-size: 14px;
    font-weight: bold;
}




.checkbox-container {
    display: flex;
    align-items: center;
    height: 25px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #929292;
    line-height: 18px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

.checkbox-container:hover input ~ .checkbox-checkmark {
    background-color: #ccc;

}


.checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: #FFD20A;

}


.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;

}

.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;

}

.checkbox-container .checkbox-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.general-page-title{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 50px 0px 20px 0px;
}

.general-page-title h1{
    font-size:30px;
    font-weight: 500;
    color: #1A1A1A;
    text-align: center;
}


#general-page-container{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px auto;
}



/* PRODUCT LIST CONTAINER */

#product-list-container{
    width: 95%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}


#product-list-categories{
    width: 100%;
    max-width: 278px;
    height: auto;
    display: flex;
    flex-direction: column;
}


#product-list-categories strong{
    font-size:18px;
    color: #1A1A1A;
    font-weight: 600;
    margin-bottom: 15px;
}

#product-list-categories a{
    font-size:16px;
    color: #1A1A1A;
    font-weight: normal;
    padding: 15px 10px;
    line-height: 20px;
    border-top: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#product-list-categories a i{
    font-size:12px;
}


#product-list-categories a:hover{
    font-size:16px;
    background-color: #FFD20A;
}



#product-list-content-container{
    width: 100%;
    height: auto;
    margin-left: 4%;
    display: flex;
    flex-direction: column;
}

#product-list-content-container > h1{
    font-size:30px;
    font-weight: bold;
    color: #1A1A1A;
}

#product-list-content{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.product-items{
    width: 290px;
    height: auto;
    margin-right:20px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.product-img{
    width: 100%;
    height: 345px;
    border: 1px solid #D6D6D6;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.product-img > img{
    width: auto;
    height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
}

.product-brand{
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size:16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #1A1A1A;
}

.product-name{
    width: 100%;
    height: auto;
    font-size:16px;
    font-weight: bold;
    line-height: 24px;
    color: #1A1A1A;
}

.product-items:hover > .product-brand{
    color: #373737;
}

.product-items:hover > .product-name{
    color: #EBC000;
}

.product-items:hover > .product-img{
    border:1px solid #EBC000;
}





/* Product Detail */

.product-detail-container{
    width: 95%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}



#product-img-detail-container{
    width: 100%;
    max-width: 470px;
    height: 485px;
    display: flex;
    flex-direction: column;
}


#product-detail-description{
    width: 100%;
    height: auto;
    margin-left: 5%;
}


#product-detail-description > strong, h1{
    font-size:28px;
    color: #1A1A1A;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 20px;
}


#product-detail-description > p{
    font-size:18px;
    color: #5D5D5D;
    line-height: 28px;
    margin-bottom: 30px;
}



#product-detail-description > strong small{
    font-size:16px;
}


.product-detail-img{
    width: 100%;
    height: 485px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-detail-img img{
    width: 100%;
    max-height: 350px;
    object-fit: contain;
}

.product-detail-small-container{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
}

.product-small-img{
    width: 105px;
    height: 90px;
    margin: 5px;
    display: flex;
    align-items: center;
    border:1px solid #D6D6D6;
}

.product-small-img img{
    width: 105px;
    height: 80px;
    object-fit: contain;
}



.product-small-img:hover{
    border:1px solid #FFD20A;
    background-color: #FFF6CC;
}



.product-properties-application-areas-container{
    width: 45%;
    height: auto;
    margin-top: 40px;
}


.product-properties-application-areas-container strong{
    font-size:24px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 25px;
    display: block;
}

.product-properties-application-areas-container ul li{
    font-size:18px;
    color: #707070;
    line-height: 24px;
    margin-bottom: 12px;
    list-style-type: disc;
    list-style-position: inside;
}


.product-properties-application-areas-container,
.product-properties-application-areas-container p{
    font-size:18px;
    color: #5D5D5D;
    line-height: 28px;
    margin-bottom: 30px;
}

.product-detail-videos-bg{
    width: auto;
    background-color: #1A1A1A;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    margin: 0px;
    margin-top: 60px;
}

#videos-title{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size:28px;
    font-weight: bold;
    margin-top: 40px;
}





/* Brochures */


.brochures-gallery-categories{
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.brochures-gallery-categories > h1{
    font-size:30px;
    font-weight: 500;
    color: #1A1A1A;
    text-align: center;
}

.brochures-gallery-container{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brochures-gallery{
    width: 420px;
    height: auto;
    margin: 10px;
    display: flex;
    flex-direction: column;
    overflow:hidden;
    position: relative;
}


.brochures-gallery img{
    width: 420px;
    height: auto;
    max-height: 300px;
}


.brochures-gallery-title{
    width: 100%;
    height: 65px;
    background-color: #FFD20A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #1A1A1A;
    padding: 10px;
}

.brochures-gallery-title strong{
    color: #1A1A1A;
    font-size:20px;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
}



.brochures-gallery:hover .brochures-gallery-title{
    background-color: #1A1A1A;
    border-top: 5px solid #FFD20A;
}

.brochures-gallery:hover .brochures-gallery-title strong{
    color: #FFD20A;
}


.brochure-gallery-icons{
    width: 44px !important;
    height: 43px !important;
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 20px;
}


.product-detail-general-title{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    color: #1A1A1A;
    font-size:28px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 40px;
}



#joint-sealant-calculator-btn{
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 20px;
}


#joint-sealant-calculator-btn:hover{
    filter: grayscale(0.4);
}

.joint-sealant-calculator-result-container{
    width: auto;
    height: auto;
}

.joint-sealant-calculator-result{
    width: auto; 
    height: auto; 
    background-color: #f1f1f1; 
    margin:80px 0px 0px 40px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.joint-sealant-calculator-result > strong{
    font-size:24px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.joint-sealant-calculator-result > span{
    font-size:18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #5D5D60;
}

.joint-sealant-calculator-result > span > label{
    font-size:18px;
    font-weight: normal;
    color: #5D5D60;
}

#jsc-result{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

#jsc-result > strong{
    font-size:22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;  
    line-height: 30px;
}

#jsc-result label{
    background-color: #FFD20A;
    color: #000;
    padding: 0px 10px;
}



@media only screen and (max-width: 1380px) {

    .product-categories,
    .videos-categories,
    .brochures-gallery-categories{
        width: 100%;
    }

    #about-page-img{
        max-width: 350px;
    }
    
    .product-items{
        width: 240px;
        margin-right:15px;
    }
    



}


@media only screen and (max-width: 1000px) {

    #logo{
        width: 200px !important;
        max-width: none;
    }
    

    #menu-container{
        width: 320px;
        height: 100%;
        position: fixed;
        z-index: 999999999;
        top: 0px;
        left:0px;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        display: none;
    }


    .menus li{
        width: 100%;
        display: inline-block;
        border-right: none;
        padding: 18px 12px;
        
    }

    .menus li > a{
        font-size: 22px !important;
    }
    
    .main-sub-menus{
        width: 100%;
        position: relative;
        padding: 0px;
        background-color: #222;
        margin-left: 0px;
    }

    
    .main-sub-menus a{
        color:#e1e1e1 !important;
        border-bottom: none;
        font-size:18px !important;
    }
    
    .main-sub-menus a:hover{
        background-color: #1A1A1A;
        color: #FFD20A !important;
        border-left: none;
        padding-left: 25px;
    }


    .search-area{
        display: none;
    }


    #responsive-menu-btn{
        display: block;
    }


    .languages{
        margin-top: 40px;
        padding-left: 5px;
    }

    .languages > a{
        font-size:20px;
    }
    

    #mobil-search{
        display: block;
    }

    .search-result-list{
        margin-top: 5px;
    }


    .about-img {
        display: none;
    }

    .about-content{
        width: 80%;
        margin: 0px auto;
        padding: 30px 0px;
    }


    .footer-menus-container{
        flex-wrap: wrap;
    }


    .footer-menus{
        margin-right: 15%;
        margin-bottom: 30px;
    }


    .footer-container{
        flex-direction: column;
    }


    .footer-address-container{
        width: 100%;
        height: auto;
        margin: 0px;
        flex-direction:column; 
    }


    #copyright-container{
        flex-direction: column;
    }

    .footer-social-media{
        margin-top: 30px;
    }


    #detail-page-banner{
        display: none;
    }


    #breadcrumb-container{
        padding-left: 0px;
    }


    #about-page-img{
        display: none;
    }

    #about-content-text{
        width: 100%;
        max-width: none;
        padding: 0px 10px;
    }

    
    #contact-container{
        display: flex;
        flex-direction: column;
    }

    #contact-form-container{
        margin-left: 0px;
        margin-top: 60px;
    }


    #product-list-categories{
        display: none;
    }

    #product-list-content-container{
        margin-left: 0px;
    }


    .product-items{
        width: 250px;
    }


    .product-detail-container{
        width: auto;
        max-width: none;
        flex-direction: column;
        margin: 0px;
    }

    #product-img-detail-container{
        width: auto;
        max-width: none;
        height: auto;
    }

    .product-detail-small-container{
        width: auto;
        max-width: none;
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
    }


    #product-detail-description{
        width: auto;
        margin: 5%;
    }


    .product-properties-application-areas-container{
        width: 95%;
        margin-left: 5%;
        margin-top: 0px;
        margin-bottom: 30px;
    }


    .joint-sealant-calculator-result{
        margin-left: 0px;
    }


        

}


@media only screen and (max-width: 480px) {

    .categories-container{
        width: 100%;
    }

    .categories{
        width: 45%;
        height: auto;
        margin: 5px;
        display: flex;
        flex-direction: column;
        overflow:hidden;
    }
    
    .categories img{
        width: 100%;
        max-height: auto;
    }

    .categories-title{
        height: 50px;
    }

    .categories-title strong{
        font-size:14px;
        line-height: 18px;
    }


    .videos-container{
        width: 100%;
    }

    .videos{
        width: 45%;
        height: auto;
        margin: 5px;
        display: flex;
        flex-direction: column;
        overflow:hidden;
    }
    
    .videos img{
        width: 100%;
        max-height: auto;
    }

    .videos-title{
        height: 50px;
    }

    .videos-title strong{
        font-size:14px;
        line-height: 18px;
    }


    .video-play{
        width: 35px !important;
        height: 35px !important;
    }



    #product-list-content{
        display: flex;
        justify-content: space-between;
    }

    #product-list-content a {
        width: 45%;
        margin: 5px;
    }

    #product-list-content .product-items{
        width: 100%;
        margin-bottom: 30px;
    }

    .product-img{
        width: 100%;
        height: 180px;
    }
    
    .product-img > img{
        width: auto;
        height: 140px;
    }

    .product-brand,
    .product-name{
        font-size:14px;
    }



    #product-detail-description{
        margin-top: 50px;
    }


    .brochures-gallery-container{
        width: 100%;
    }

    .brochures-gallery{
        width: 45%;
        height: auto;
        margin: 5px;
        display: flex;
        flex-direction: column;
        overflow:hidden;
    }
    
    .brochures-gallery img{
        width: 100%;
        max-height: auto;
    }

    .brochures-gallery-title{
        height: 50px;
    }

    .brochures-gallery-title strong{
        font-size:14px;
        line-height: 18px;
    }





}
