html,
body {
    font-family: 'Roboto';
    overflow-x: hidden;
}


textarea {
    font-family: 'Roboto';
}


* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:focus {
    outline-width: 0px;
}

.clearfix {
    clear: both;
}


header {
    width: 100%;
    height: 120px;
    padding: 10px;
    display: flex;
    justify-items: center;
    align-items: center;
}

#drawer-header {
    display: none;
}


#full-page-opacity {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999;
    opacity: 0.8;
    display: none;
}


#logo {
    width: 170px;
    margin-left: 10%;
}


/* Main menu */
#main-menu {
    width: auto;
    height: auto;
    margin-left: 8%;
    margin-right: 2%;
    display: flex;
    align-items: center;
}

#main-menu ul li {
    display: inline-block;
    padding: 10px 20px;
}


#main-menu ul li a {
    color: #222;
    font-size: 20px;
}

#main-menu ul li a i {
    font-size: 12px;
}

#main-menu ul li a:hover {
    color: #c00020;
}


.sub-menu {
    display: none;
}

#main-menu ul li:hover > .sub-menu {
    width: 100%;
    max-width: 320px;
    height: auto;
    background-color: #f1f1f1;
    margin-top: 5px;
    position: absolute;
    z-index: 9999;
    display: block;
    border-radius: 8px;
    padding: 10px 0px 10px 0px;
}


.sub-menu ul li {
    display: flex !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    align-items: center;
}

.sub-menu ul a {
    display: block;
    width: 100%;
    font-size: 14px !important;
    line-height: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.sub-menu ul a:last-child {
    border-bottom: none;
}


.sub-menu ul li > img {
    width: auto;
    height: 30px;
    margin-right: 10px;
}


.sub-menu ul li:hover {
    background-color: #f8f8f8;
}


#header-right-area {
    width: auto;
    height: 100px;
    margin-right: 2%;
    flex: 1;
}

#header-right-content {
    width: auto;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
}

#top-menus {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    text-align: right;
}


#top-menus ul li {
    display: inline-block;
}


#top-menus ul li a {
    font-size: 12px;
    color: #8A8A8A;

}

#top-menus ul li a:hover {
    color: #c00020;
}

#top-menus ul li::after {
    content: '|';
    font-size: 12px;
    color: #D9D9D9;
    padding: 3px;
    padding-left: 7px;
}

#top-menus ul li:last-child::after {
    display: none;
}


#top-language-search {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px
}


#language-btn {
    font-size: 14px;
    color: #5D5D60;
    display: flex;
    align-items: center;
}


#language-btn:hover {
    color: #c00020;
}

#language-btn span {
    font-size: 16px;
    margin-right: 5px;
}

#language-btn i {
    font-size: 12px;
    margin-left: 5px;
}


#search-btn {
    margin-left: 20px;
    color: #5D5D60;
    font-size: 20px;
}


#search-btn:hover {
    color: #c00020;
}


#responsive-btn {
    margin-left: 20px;
    color: #5D5D60;
    font-size: 20px;
    display: none;
}


#responsive-btn:hover {
    color: #c00020;
}


#akfix-line {
    width: 100%;
    height: 8px;
    background-color: #00AE9B;
}


#akfix-line-in {
    width: 178px;
    height: 7px;
    margin-left: 10%;
    position: relative;
}

#akfix-line-in img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}


/* Countries and Languages */
#countries-languages {
    width: 300px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 16px;
    overflow-y: scroll;
    display: none;
    z-index: 99999999;
    box-shadow: 0px 0px 8px 0px #e1e1e1;

}

#countries-languages ul li section {
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px;
}

#countries-languages ul a:hover {
    background-color: #f8f8f8;
}


#countries-languages ul a {
    display: block;
}

#countries-languages ul li section div img {
    width: auto;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
}


#countries-languages ul li section span {
    font-size: 12px;
    color: #707070;
}


.sub-languages {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
    display: none;
}


.sub-languages ul li {
    padding: 15px;
    padding-left: 20px;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    color: #5d5b5b;
}

.sub-languages ul li:hover {
    background-color: #f1f1f1;
}


.sub-languages ul a {
    color: #222;
}


#countries-languages-header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}


#countries-languages-header strong {
    font-size: 16px;
    font-weight: bold;
    color: #c00020;
    line-height: 22px;
}


#countries-languages-line {
    width: 100%;
    height: 8px;
    background-color: #00ae9b;
    margin-bottom: 20px;
}


#countries-languages-line-in {
    width: 90px;
    height: 7px;
    margin-left: 7%;
    position: relative;
}

#countries-languages-line-in img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


#countries-languages-close {
    font-size: 18px;
    color: #222;
}

#countries-languages-close:hover {
    color: #c00020;
}


/* Slider Site */
#slider-site {
    width: 100%;
    height: auto;
}

#slider-site img {
    width: 100%;
    height: auto;
}


#slider-mobil {
    width: 100%;
    height: auto;
    display: none;
}

#slider-mobil img {
    width: 100%;
    height: auto;
}


.content-title {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-title strong {
    font-size: 30px;
    font-weight: normal;
    color: #5D5D60;
    margin: 20px 0px;
    letter-spacing: 2px;
}


/* Categories Carousel Slider */
.product-categories {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 0 100px;
    margin-bottom: 50px;
}


.carousel-slider {
    max-width: 1540px;
}

.categories {
    width: 248px;
    height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.categories:hover {
    opacity: 0.9;
    /* transform: scale(1.1);*/
    /*background: #f1f1f1;*/
    /*border-radius: 10px;*/
}

.categories:hover > .categories-title {
    color: #c00020;
    border-bottom: 5px solid #5d5d60;
    border-radius: 0px 0px 10px 10px;
}

.categories-title {
    width: 248px;
    height: 100px;
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #5D5D60;
}


.mobil-categories {
    display: none;
}


.product-categories .owl-next {
    position: absolute;
    right: -50px;
    bottom: 35px;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

.product-categories .owl-prev {
    position: absolute;
    left: -50px;
    bottom: 35px;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

.product-categories .owl-next > span,
.product-categories .owl-prev > span {
    font-size: 34px;
    background-color: #f1f1f1;
    color: #929292;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 5px 5px 10px 5px;
}

.product-categories .owl-next > span:hover,
.product-categories .owl-prev > span:hover {
    background-color: #c00020;
    color: #fff;
}


.carousel-solution-slider {
    max-width: 1540px;
}


#solution-categories {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
}

.solutions {
    width: 170px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 10px 0px;
    border: 1px solid transparent;
    padding: 10px;
}


.solutions:hover {
    border: 1px solid #00ae9b;
    background-color: #fff;
}


.solutions img {
    width: 120px !important;
    height: 120px !important;

}

.solutions strong {
    color: #5D5D60;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    line-height: 20px;
}


#solution-categories .owl-next {
    position: absolute;
    right: -50px;
    bottom: 75px;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

#solution-categories .owl-prev {
    position: absolute;
    left: -50px;
    bottom: 75px;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

#solution-categories .owl-next > span,
#solution-categories .owl-prev > span {
    font-size: 34px;
    background-color: #f1f1f1;
    color: #929292;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 5px 5px 10px 5px;
}


#solution-categories .owl-next > span:hover,
#solution-categories .owl-prev > span:hover {
    background-color: #c00020;
    color: #fff;
}


/* Main Video Carousel Slider  */
.carousel-video-slider {
    max-width: 1210px;
}


#main-videos {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 100px;
    position: relative;
}

.main-video {
    width: 230px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 10px 0px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
}


.main-video > .video-preview-img {
    position: absolute;
    z-index: 1;
}

.main-video > .video-play-icon {
    width: 22px !important;
    height: 22px !important;
    position: absolute;
    z-index: 3;
    top: 40%
}


.main-video > i {
    position: absolute;
    z-index: 3;
    top: 40%;
    font-size: 20px;
    color: #fff;
}


.main-video > strong {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.video-bg {
    background-repeat: repeat-x;
    background-image: url(../img/video-bg-grey.png) !important;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.main-video:hover {
    border: 1px solid #e1e1e1;
}


.main-video:hover > .video-bg {
    background-image: url(../img/video-bg-green.png) !important;
}


.all-btn-link {
    width: 100%;
    max-width: 1210px;
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: 20px;
}


.all-btn-link a {
    font-size: 14px;
    color: #222;
}

.all-btn-link a i {
    font-size: 11px;
    margin-left: 5px;
}


.all-btn-link a:hover {
    color: #c00020;
}


#main-videos .owl-next {
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

#main-videos .owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

#main-videos .owl-next > span,
#main-videos .owl-prev > span {
    font-size: 34px;
    color: #929292;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 5px 5px 10px 5px;
}


#main-videos .owl-next > span:hover,
#main-videos .owl-prev > span:hover {
    background-color: #c00020;
    color: #fff;
}


/* Main Blogs */

#main-blogs {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    color: #f1f1f1;
    margin: 0 auto;
}

#main-blogs a {
    margin: 10px;
}

.main-blog {
    width: 100%;
    max-width: 480px;
    height: auto;
    padding: 0px;

}

.main-blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-position: center;
    border-radius: 10px;
    position: relative;
}

.blog-categories {
    width: auto;
    display: block;
    background-color: rgb(196, 0, 11, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    position: absolute;
    z-index: 3;
    right: 0px;
    bottom: 0px;
    border-radius: 30px 0px 0px 0px;
}


.main-blog h2 {
    font-size: 16px;
    color: #5d5d60;
    font-weight: 500;
    margin: 20px 0px 15px 0px;
    line-height: 22px;
}

.main-blog p {
    font-size: 14px;
    color: #707070;
    line-height: 24px
}


.main-blog:hover {
    opacity: 0.9;
}

.main-blog:hover > h2 {
    color: #00ae9b;
}

.main-blog:hover > p {
    color: #929292;
}

#blog-hr {
    width: 90%;
    height: 1px;
    margin: 30px auto;
    background: #EBEBEB;
}


#main-small-blogs {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #f1f1f1;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 70px;
}


.main-small-blog {
    width: 100%;
    max-width: 355px;
    height: auto;
    margin: 10px;
    display: inline-flex;
    align-items: center;
}

.main-small-blog-img {
    width: 170px !important;
    height: 116px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.main-small-blog-img img {
    width: 170px !important;
    height: 116px !important;
}

.main-small-blog h3 {
    width: 70%;
    font-size: 14px;
    color: #5d5d60;
    font-weight: 500;
    line-height: 22px;
}


.main-small-blog:hover > h3 {
    color: #00ae9b;
}

.main-small-blog:hover > .main-small-blog-img {
    opacity: 0.9;
}


.carousel-brand-slider {
    max-width: 1540px;
}


#brand-categories {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    position: relative;
    padding-top: 10px;
}

.brands {
    width: 170px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 10px 0px;
    border: 1px solid transparent;
    padding: 10px;
}


.brands:hover {
    border: 1px solid #00ae9b;
    background-color: #fff;
}


.brands img {
    width: auto !important;
    height: auto !important;

}


#brand-categories .owl-next {
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

#brand-categories .owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

#brand-categories .owl-next > span,
#brand-categories .owl-prev > span {
    font-size: 34px;
    background-color: #f1f1f1;
    color: #929292;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 5px 5px 10px 5px;
}


#brand-categories .owl-next > span:hover,
#brand-categories .owl-prev > span:hover {
    background-color: #c00020;
    color: #fff;
}


#footer-container {
    width: 100%;
    height: auto;
    margin-top: 70px;
    display: flex;
}


#footer-maps {
    width: 65%;
    height: auto;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-map-menus{
    display: flex;
    flex-direction: column;
    margin:10px;
}

.footer-map-menus strong{
    font-weight: bold;
    margin-bottom: 10px;
    color: #5D5D60;
    font-size:16px !important;
}

.footer-map-menus strong:hover{
    color: #c00020;
}

.footer-map-menus a{
    font-size:14px;
    color: #5D5D60;
    padding: 7px 0px;
}

.footer-map-menus a:hover{
    color: #c00020;
}

#footer-maps iframe {
    width: 100%;
    height: 400px;
}


#footer-contact {
    width: 35%;
    height: 400px;
    margin-left: 50px;
    padding: 0px 30px 20px 10px;
}


#footer-contact h4 {
    font-size: 18px;
    font-weight: bold;
    color: #5D5D60;
}


#footer-contact strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    color: #5D5D60;
}

#footer-contact p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 7px;
    color: #929292;
    line-height: 22px;
}


.footer-email {
    display: inline-block;
    width: auto;
    margin-top: 10px;
}

.footer-email strong {
    color: #C00020 !important;
}

.footer-email strong:hover {
    color: #5D5D60 !important;
}


#social-media {
    margin-top: 40px;
}

#social-media a span {
    font-size: 18px;
    color: #5D5D60;
    padding-right: 12px;
    margin-bottom: 10px;
}


#social-media a span:hover {
    color: #222;
}


footer {
    width: 100%;
    height: auto;
    margin: 50px 0px;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
}


#footer-left-container {
    width: 65%;
    height: auto;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
}


#footer-left {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

#footer-certificates-logos img {
    width: auto;
    height: 30px;
    padding-right: 5px;
}

#app-store-google-play {
    margin-top: 20px;
}

#app-store-google-play img {
    width: 90px;
    height: auto;
    margin-right: 10px;
}

#app-store-google-play img:hover {
    opacity: 0.8;
}


#footer-right {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
}

#footer-right img {
    width: 100px;
    height: auto;
}

#footer-right img:hover {
    opacity: 0.8;
}

#footer-right small {
    font-size: 12px;
    color: #9A9A9A;
    margin-top: 20px;
}


#sealant-calculator {
    opacity: 1;
}


#sealant-calculator:hover {
    opacity: 0.8;
}




/* Search List */
#search-list,
#sealant-calculator-list {
    width: 300px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 16px;
    overflow-y: scroll;
    display: none;
    z-index: 99999999;
    box-shadow: 0px 0px 8px 0px #e1e1e1;

}

#search-list ul li {
    color: #222;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
}




#search-input-area {
    width: 100%;
    height: auto;
    padding: 10px;
}


#search-input-area label {
    font-size: 14px;
    font-weight: bold;
    color: #5d5d60;
    margin-top: 20px;
    display: block;
}


#search-list input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #707070;
    font-size: 14px;
    background-image: url(../img/icons/search.png);
    background-repeat: no-repeat;
    /* background-position: 230px 10px; */
    background-position: right 10px center;
    padding-right: 40px;
    color: #5d5d60;
}



#searchUl li a{
    font-size: 14px;
    color: #5d5d60;
    padding: 5px 0px;
    line-height: 20px;
}

#searchUl li:hover{
    background-color: #f1f1f1;
}


#search-list-header,
#sealant-calculator-list-header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}


#search-list-header strong,
#sealant-calculator-list-header strong {
    font-size: 16px;
    font-weight: bold;
    color: #c00020;
    line-height: 22px;
}


#search-list-line,
#sealant-calculator-list-line {
    width: 100%;
    height: 8px;
    background-color: #00ae9b;
    margin-bottom: 20px;
}


#search-list-line-in,
#sealant-calculator-list-line-in {
    width: 90px;
    height: 7px;
    margin-left: 7%;
    position: relative;
}

#search-list-line-in img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


#search-list-close,
#sealant-calculator-list-close {
    font-size: 18px;
    color: #222;
}

#search-list-close:hover,
#sealant-calculator-list-close:hover {
    color: #c00020;
}


/* Product List */
#product-header {
    width: 100%;
    height: auto;
    background: #c00020;
}


#product-header-content {
    width: auto;
    height: auto;
    min-height: 78px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}

#product-header-content h1 {
    width: 30%;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    line-height: 28px;
}


#product-breadcrumb,
#detail-breadcrumb-area {
    width: auto;
    height: auto;
    display: flex;
}


#product-header-categories-solutions {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    text-align: right;
}

#product-header-categories-solutions a {
    font-size: 16px;
    color: #fff;

}

#product-header-categories-solutions a::after {
    content: '|';
    padding: 0px 15px;
}

#product-header-categories-solutions a:hover {
    color: #e1e1e1;
}


#product-header-categories-solutions a:last-child::after {
    content: "";
    padding: 0px;
}

#product-header-categories-solutions a span {
    font-size: 12px;
}

#breadcrumb,
#detail-breadcrumb {
    width: auto;
    height: auto;
}

#breadcrumb a {
    font-size: 12px;
    color: #fff;
}


#detail-breadcrumb a {
    font-size: 12px;
    color: #5D5D60;
}

#breadcrumb a::after,
#detail-breadcrumb a::after {
    content: '/';
    padding: 10px;
}


#breadcrumb a:last-child::after,
#detail-breadcrumb a:last-child::after {
    content: none;
}


#breadcrumb a:hover {
    color: #e1e1e1;
}

#detail-breadcrumb a:hover {
    color: #C00020;
}


#product-page-bg {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    padding-top: 50px;
    padding-bottom: 100px;
}


#product-list {
    width: 100%;
    max-width: 1180px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.products {
    width: 262px;
    height: auto;
    max-height: 450px;
    background: #fff;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    word-wrap: break-word;
    border-radius: 15px;
    position: relative;
    border: 1px solid transparent;
}

.products:hover {
    border: 1px solid #00ae9b;
    background-color: #F6F6F6;
}

.products:hover strong {
    color: #00ae9b;
}

.products img {
    width: 85%;
    height: 300px;
    display: flex;
    justify-content: center;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 30px;
}

.products strong {
    font-size: 17px;
    color: #5D5D60;
    margin: 30px 10px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.new-label {
    width: auto;
    height: auto;
    padding: 7px 15px;
    position: absolute;
    z-index: 2;
    background-color: #C00020;
    right: 0;
    font-size: 12px;
    color: #fff;
    border-radius: 0px 15px 0px 15px;
}


#product-categories-area {
    width: 100%;
    height: auto;
    max-height: 300px;
    margin-top: 20px;
    display: none;
    overflow: hidden;
}


#solution-categories-area {
    max-height: 220px;
    display: none;
}


#product-mobil-categories-area {
    width: 100%;
    padding: 0px 10px;
}


#solution-categories-area #solution-categories {
    background-color: #fff;
}


#product-mobil-categories-area {
    display: none;
}


/* Product Detail */

#product-detail-page,
#general-detail-page {
    width: auto;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}

#product-detail-general-content {
    width: 100%;
    height: auto;
    display: flex;
}


#detail-product-img-area {
    width: 40%;
    height: auto;
}


#detail-product-content-area {
    width: 60%;
    height: auto;
    margin-left: 10px;
}


#detail-product-img-cover {
    width: 100%;
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#detail-product-img-cover img {
    width: 85%;
    height: 250px;
    display: flex;
    justify-content: center;
    object-fit: contain;
    margin: 0 auto;
}

#detail-product-img-small-area {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap:wrap;
}

#detail-product-img-small-area a {
    margin-right: 10px;
}


#detail-product-img-small-area a:last-child {
    margin-right: 0px;
}


.detail-product-img-small {
    width: 105px;
    max-width: 124px;
    height: 80px;
    background: #fff;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid transparent;
}

.detail-product-img-small:hover {
    border: 1px solid #00ae9b;
}


.detail-product-img-small img {
    width: 85%;
    height: 70px;
    display: flex;
    justify-content: center;
    object-fit: contain;
    margin: 0 auto;
}


/* Tds - Sds */

#tds-sds-area {
    width: 50px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 15px;
}


.tds-bg-3,
.sds-bg-3 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 3px;
    margin-bottom: 10px;
}

.tds-bg-2,
.sds-bg-2 {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    padding: 3px;
}


.tds-bg-1,
.sds-bg-1 {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}


.tds-bg-3-color {
    background-color: #B2E6E1;
}

.tds-bg-2-color {
    background-color: #D6F2EF;
}

.tds-bg-1-color {
    background-color: #00ae9b;
}


.sds-bg-3-color {
    background-color: #F5D6DB;
}

.sds-bg-2-color {
    background-color: #EDB2BB;
}

.sds-bg-1-color {
    background-color: #C00020;
}


.tds-bg-1:hover,
.sds-bg-1:hover {
    background-color: #5d5d60;
}

.tds-bg-3-color:hover,
.sds-bg-3-color:hover {
    background-color: #E5E5E5 !important;
}

.tds-bg-3-color:hover .tds-bg-2-color,
.sds-bg-3-color:hover .sds-bg-2-color {
    background-color: #CECECF !important;
}


#product-share {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #5D5D60;
    border: 1px solid #DFDFDF;
    position: absolute;
    right: 23px;
    bottom: 20px;
    font-size: 18px;
}


#product-share:hover {
    color: #00ae9b;
    border: 1px solid #00ae9b;
}


.product-share-link{
    width: auto;
    height: 40px;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.product-share-link span{
    margin:3px !important;
}
.product-share-link span:hover{
    background-color: #929292 !important;
}




.product-content-container {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 10px;
}


#product-title {
    font-size: 24px;
    color: #5D5D60;
    display: block;
    margin-bottom: 20px;
    line-height: 26px;
}


.product-content-text,
.product-content-text p {
    font-size: 16px;
    color: #707070;
    line-height: 26px;
}


.product-content-text p {
    margin-bottom: 20px;
}


.product-content-title {
    font-size: 22px;
    color: #C00020;
    margin-bottom: 10px;
    display: block;
}


.product-content-title-2 {
    font-size: 22px;
    color: #C00020;
    margin-bottom: 10px;
    display: block;
    margin-top: 60px;
}


.product-content-text ul li {
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.product-content-text ul li::before {
    content: "•";
    color: #c00020;
    margin-right: 10px;
    font-size: 20px;
}


#package-table {
    width: 100%;
}


#package-table tr th {
    padding: 8px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}


#package-table tr td {
    padding: 8px;
    font-size: 14px;
    color: #707070;
}


#package-table tr:nth-child(odd) {
    background-color: #f1f1f1;
}


.product-detail-video-container,
.product-detail-gallery-container,
.detail-brochure-catalog-container {
    width: 100%;
    height: auto;
    margin: 30px 0px;
    display: flex;
    flex-wrap: wrap;
}


.product-detail-video-container a {
    margin: 0px 10px;
}


.product-gallery-img {
    width: 218px;
    height: 183px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
}


.product-gallery-img:hover {
    border: 1px solid #00ae9b;
    opacity: 0.8;
}


.product-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}


.product-brochure,
.product-catalog {
    width: 218px;
    height: auto;
    margin: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}

.product-brochure img,
.product-catalog img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
}

.product-brochure span,
.product-catalog span {
    font-size: 16px;
    color: #5D5D60;
    line-height: 20px;
}


.product-brochure:hover > .brochure-btn-area,
.product-catalog:hover > .catalog-btn-area {
    display: flex;
}


.product-brochure:hover img,
.product-catalog:hover img {
    border: 1px solid #00ae9b;
}


.brochure-btn-area,
.catalog-btn-area {
    width: 100%;
    height: auto;
    position: absolute;
    top: 26%;
    display: none;
    justify-content: center;
    background: rgb(255, 255, 255, 0.4);
}


.brochure-btn,
.catalog-btn {
    width: 38px;
    height: 38px;
    background: #00ae9b;
    border-radius: 50px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}

.brochure-btn:hover,
.catalog-btn:hover {
    background-color: #c00020;
}


.brochure-btn span,
.catalog-btn span {
    font-size: 18px;
    color: #fff;
}


.file-share-area {
    width: 100%;
    height: auto;
    background: rgb(255, 255, 255, 0.4);
    display: none;
}


.share-items{
    display: flex;
    justify-content: center;
}

.share-items a span{
    width: 30px;
    height: 30px;
    background: #5D5D60;
    font-size:16px;
    color:#fff;
    margin:5px;
    padding: 8px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-items a span:hover {
    background-color: #c00020;
}



.file-share-btn:hover + .file-share-area {
    display: block !important;
}

.file-share-area:hover {
    display: block;
}


#detail-page-container {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    padding-bottom: 100px;
}


#about-detail-page {
    width: 100%;
    overflow: auto;
    display: flex;

}


#about-left-area {
    width: 50%;
    overflow: auto;
    min-height: 600px;
    margin-left: 10%;
    padding-bottom: 150px;
}


#about-right-area {
    width: 50%;
    overflow: auto;
    margin-left: 10%;
    position: relative;
}


#about-img-bg {
    width: 50%;
    height: 100%;
    background-color: #00ae9b;
    position: absolute;
    right: 0;
}


#about-right-area img {
    width: 80%;
    height: auto;
    max-height: 550px;
    position: absolute;
    top: 5%;
    right: 20%;
    margin: auto;
    object-fit: contain;
}


#about-left-area h1 {
    font-size: 24px;
    color: #c00020;
    margin-top: 40px;
    margin-bottom: 10px;
    line-height: 30px;
}


#about-content-text,
#about-content-text p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 20px;
    line-height: 26px;
}


#about-content-text ul {
    margin: 20px 0px;
}

#about-content-text ul li {
    list-style-type: disc;
    list-style-position: inside;
}


#about-sub-menu {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

#about-sub-menu a {
    font-size: 16px;
    color: #929292;
}

#about-sub-menu a:hover {
    color: #5D5D60;
}

#about-sub-menu a::after {
    content: '|';
    margin: 15px;
}

#about-sub-menu a:last-child::after {
    content: none;
}

#about-sub-menu > .active {
    color: #5D5D60 !important;
}


#contact-container {
    width: auto;
    height: auto;
    min-height: 78px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}


#contact-left {
    width: 45%;
    height: auto;
    padding: 10px 0px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.contact-title {
    font-size: 20px;
    color: #C00020;
    margin-bottom: 10px;
}


#contact-left strong {
    font-size: 18px;
    color: #5D5D60;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
}

#contact-left p {
    font-size: 16px;
    color: #5D5D60;
    line-height: 20px;
}


#contact-line {
    width: auto;
    height: 1px;
    background: #ccc;
    margin-left: 10%;
    margin-right: 20%;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
}


.email-info {
    font-size: 18px;
    color: #C00020;
    font-weight: bold;
    margin-bottom: 10px;
}


.contact-social-media {
    margin-top: 30px !important;
}

.contact-social-media span {
    font-size: 20px !important;
}


/* Contact Form */


#contact-right {
    width: 45%;
    height: auto;
    padding: 10px 0px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

#contact-right form {
    display: flex;
    flex-direction: column;
}


#contact-form-description {
    font-size: 14px;
    color: #929292;
    margin: 20px 0px;
    line-height: 22px;
}


#contact-right form strong {
    font-size: 16px;
    color: #707070;
    margin-top: 20px;
}


.input-form {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border: none;
    outline: none;
    border-bottom: 1px solid #707070;
    color: #5d5d60;
    margin-bottom: 20px;
}


#contact-right form textarea {
    width: 100%;
    height: 100px;
    font-size: 16px;
    border: none;
    outline: none;
    border-bottom: 1px solid #707070;
    color: #5d5d60;
    margin-top: 10px;
    margin-bottom: 20px;
}

.input-form:focus,
#contact-right form textarea:focus {
    border-bottom: 1px solid #00ae9b;
}

.form-control {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #929292;
    margin-top: 10px;
}

.form-control input {
    width: 50px;
}


::-webkit-input-placeholder {
    color: #C5C5C5;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #C5C5C5;
    font-size: 14px;
}

::placeholder {
    color: #C5C5C5;
    font-size: 14px;
}


.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: #c00020;
    border-radius: 5px;
}

.checkbox-container:hover input ~ .checkbox-checkmark {
    background-color: #ccc;

}


.checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: #00ae9b;

}


.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);
}


#form-button-area {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}


#form-button {
    width: auto !important;
    font-size: 16px;
    color: #fff;
    background: #00ae9b;
    padding: 15px 20px;;
    border: none;
    outline: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#form-button:hover {
    background-color: #5d5d60;
}


#form-button span {
    margin-left: 10px;
}


#calculator-content-area {
    width: auto;
    height: auto;
    padding: 20px 15px;
}

#calculator-select-form {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.calculate-btn {
    border-radius: 0px !important;
}


#calculator-result-success {
    width: 100%;
    height: auto;
    background-color: #D4EDDA;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}


#calculator-result-success span {
    font-size: 18px;
    color: #155724;
    line-height: 24px;
    margin: 5px 0px;
}

#calculator-result-success strong {
    font-size: 22px;
    color: #155724;
    font-weight: bold;
}

#calculator-result-success small {
    font-size: 14px;
    color: #155724;
}


#calculator-result-warning {
    width: 100%;
    height: auto;
    background-color: #fff3cd;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}


#calculator-result-warning span {
    font-size: 14px;
    color: #856404;
    line-height: 20px;
}


#calculator-result-error {
    width: 100%;
    height: auto;
    background-color: #FFCFCF;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}


#calculator-result-error span {
    font-size: 14px;
    color: #C00020;
    line-height: 20px;
}


/* Home product list */
.carousel-home-products-list-slider {
    max-width: 1580px;
    padding-left: 5px;
}


.home-products-list-container {
    width: 100%;
    height: auto;
    background: #f1f1f1;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 100px;
    position: relative;
}


.home-products {
    width: 245px;
    overflow: auto;
    min-height: 380px;
    margin: 10px 0px;
}

.home-products img {
    width: 85%;
    height: 250px;
}


.home-products-list-container .owl-next {
    position: absolute;
    right: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

.home-products-list-container .owl-prev {
    position: absolute;
    left: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

.home-products-list-container .owl-next > span,
.home-products-list-container .owl-prev > span {
    font-size: 34px;
    background-color: #f1f1f1;
    color: #929292;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 5px 5px 10px 5px;
}

.home-products-list-container .owl-next > span:hover,
.home-products-list-container .owl-prev > span:hover {
    background-color: #c00020;
    color: #fff;
}


/* General Page Social Media */
#general-social-media-container {
    width: auto;
    height: auto;
    background: #5D5D60;
    position: fixed;
    z-index: 2;
    top: 30%;
    border-radius: 0px 10px 10px 0px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#general-social-media-container a {
    display: block;
    color: #fff;
    margin: 7px 5px;
    padding: 5px;
    border-radius: 7px;
}


#general-social-media-container a:hover {
    color: #5D5D60;
    background: #fff;
    padding: 5px;
}


/* Certificates */

.certificates {
    width: 215px;
    height: auto;
    margin: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}

.certificates img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
}

.certificates span {
    font-size: 16px;
    color: #5D5D60;
    line-height: 20px;
}


.certificates:hover img {
    border: 1px solid #00ae9b;
}


/* Alert message */

.alert-result-error {
    width: auto;
    height: auto;
    background-color: #FFCFCF;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-radius: 5px;
    margin: 5px 10px;
    display: flex;
    align-items: center;
}

.alert-result-error i {
    font-size: 20px;
    color: #C00020;
    margin-right: 8px;
}

.alert-result-error span {
    font-size: 14px;
    color: #C00020;
    line-height: 20px;
    font-weight: 500;
}


.alert-result-warning {
    width: auto;
    height: auto;
    background-color: #FFE09F;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-radius: 5px;
    margin: 5px 10px;
    display: flex;
    align-items: center;
}

.alert-result-warning i {
    font-size: 20px;
    color: #B37902;
    margin-right: 8px;
}

.alert-result-warning span {
    font-size: 14px;
    color: #B37902;
    line-height: 20px;
    font-weight: 500;
}


/* BLOGS */

#blog-container {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
    margin: 0 auto;
}

.blog-left {
    width: 100%;
    max-width: 900px;
    overflow: auto;
    margin: 10px;
    padding: 5px;
    padding-bottom: 20px;
}

.blog-item {
    width: 100%;
    overflow: auto;
    background: #f1f1f1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
}


.blog-item p > img,
.blog-item span > img,
.blog-item strong > img,
.blog-item > img{
    width: 100% !important;
    max-width: 830px !important;;
    margin: 20px 0px 20px 0px;
    object-fit: cover;

}


.blog-item h2 {
    font-size: 22px;
    margin: 20px;
    font-weight: bold;
    color: #222;
    line-height: 26px;
}

.blog-item h3 {
    font-size: 20px;
    margin: 20px;
    font-weight: bold;
    color: #222;
    line-height: 26px;
}

.blog-item h4, .blog-item h5, .blog-item h6 {
    font-size: 16px;
    margin: 20px;
    font-weight: bold;
    color: #222;
    line-height: 24px;
}

.blog-item p > strong,
.blog-item > strong,
.blog-item span > strong{
    font-size: 18px;
    font-weight: bold;
    color: #222;
}


.blog-item p > a,
.blog-item strong > a,
.blog-item span > a{
    font-weight: bold;
    color: #008EFF;
}

.blog-item p > a:hover,
.blog-item span > a:hover,
.blog-item strong > a:hover {
    color: #0082E9;
}

.blog-item ul li{
    font-size: 16px;
    margin: 10px 20px;
    color: #5d5d60;
    line-height: 24px;
    list-style-type: disc;
    list-style-position: inside;
}


.blog-cover img {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    object-fit: cover;
}

.blog-left h1 {
    font-size: 24px;
    margin-top: 20px;
    padding: 0px 20px;
    line-height: 30px;
    color: #222;
}

.blog-left p{
    font-size: 16px;
    margin-top: 10px;
    padding: 0px 20px;
    line-height: 26px;
    color: #5d5d60;
}


.blog-left hr {
    margin: 20px;
    border-top: 1px solid #ccc;
}


.blog-left a h1:hover,
.blog-left a p:hover {
    color: #c00020 !important;
}


.blogs-tags {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 20px;
    padding: 10px 20px;
    color: #5d5d60;
    font-size: 10px;
    line-height: 16px;
}

.blogs-tags span strong {
    font-weight: bold;
    margin-right: 10px;
}


.blog-item-footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
}


.blog-date {
    width: auto;
    height: auto;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #5d5d60;
}

.blog-date span {
    font-size: 14px;
    margin-right: 5px;
    color: #00ae9b;
}


.blog-share {
    width: auto;
    height: auto;
    font-size: 12px;
    display: flex;
    align-items: center;

}

.blog-share strong {
    color: #5d5d60;
    font-weight: bold;
    margin-right: 5px;
}

.blog-share span {
    font-size: 18px;
    margin: 6px;
    color: #5d5d60;
}

.blog-share span:hover {
    color: #222;
}


.blog-right {
    width: 100%;
    max-width: 310px;
    overflow: auto;
    margin: 10px;
    padding: 5px;
}

.blog-right strong {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}


#categories {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#categories a span {
    font-size: 12px;
    margin-right: 5px;
}

#categories a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0px;
    color: #5d5d60;
    display: flex;
    align-items: center;
}

#categories a:hover {
    color: #c00020;
}

#tag-list {
    width: 100%;
    overflow: auto;
    display: block;
    margin-bottom: 30px;
}

#tag-list span {
    background: #00ae9b;
    color: #fff;
    padding: 3px;
    margin: 2px 2px 2px 0px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}


#lastest-post-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.lastest-post-item {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.lastest-post-item span {
    width: auto;
    height: auto;
    background-color: #6c757d;
    display: inline-block;
    padding: 3px 5px;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    font-weight: bold;
}


.lastest-post-item a {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #5D5D60;
    font-weight: bold;
    line-height: 20px;
}


.lastest-post-item a:hover {
    color: #c00020;
}


.whatsapp-mobil{
    display: none;
}


#buy-icon{
    width: auto;
    height: auto;
    padding: 5px 35px;
    background-color: #C00020;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
    font-size: 17px;
    margin-right: 15px;
}

#buy-icon:hover{
    background-color: #00AE9B;
}


#buy-icon img{
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background-color: #6E0012;
    padding: 4px;
    border-radius: 50px;
}


#buy-icon:hover > img{
    background-color: #006A5E;
}


#mobil-buy-icon{
    width: auto;
    height: auto;
    padding: 10px 20px;
    background-color: #C00020;
    color: #fff;
    border-radius:10px;
    font-weight: bold;
    margin-top: 5px;
    display: none;
    font-size: 16px;
    margin-right: 15px;
    margin: 10px;
    box-sizing: border-box;
}

#mobil-buy-icon:hover{
    background-color: #00AE9B;
}


#mobil-buy-icon img{
    margin-right: 7px;
}



/* Kartela renkler */
.color-container{
    width: 100%;
    overflow: auto;
    background-color: #fff;
    border-radius:10px;
    padding:25px;
    margin-bottom:50px;
    display:flex;
    flex-direction:column;
}

.color-container strong{
    color:#c00020;
    font-size:22px;
    margin-left: 5px;
    font-weight: bold;
}

.color-list{
    width:100%;
    height:auto;
    margin:20px 0px 40px 0px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.color-card{
    width: 158px;
    height: auto;
    background-color: #f00;
    margin: 5px;
    border-radius: 8px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border:1px solid #d6d6d6;
}


.color-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .color-card:hover, .color-card:focus, .color-card:active {
    color: white;
  }
  
  .color-card:hover:before, .color-card:focus:before, .color-card:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

.color-bg{
    width: 100%;
    height: 115px;
    border-radius: 8px 8px 0px 0px;
}

.color-info{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
}

.color-info span{
    font-size:16px;
    color:#5D5D5D;
    line-height: 22px;
}


.color-info > strong{
    font-size:16px;
    color:#5D5D5D;
    line-height: 22px;
    margin-left:0px;
}





@media only screen and (max-width: 1380px) {

    #logo {
        margin-left: 5%;
    }


    #akfix-line-in {
        margin-left: 5%;
    }

    #main-menu {
        margin-left: 5%;
    }


    #main-menu ul li {
        padding: 10px 15px;
    }


    #main-menu ul li a {
        font-size: 16px;
    }


    #main-small-blogs {
        width: 90%;
    }


    .main-small-blog {
        max-width: 340px;
    }


    .main-small-blog-img {
        width: 140px !important;
        height: 100px;
    }


    #product-header-content,
    #contact-container {
        margin-left: 5%;
        margin-right: 5%;
    }


    #about-left-area {
        margin-left: 5%;
    }


}


@media only screen and (max-width: 980px) {


    #about-left-area {
        width: 90%;
        min-height: auto;
    }

    #about-right-area {
        display: none;
    }


    #product-detail-general-content {
        flex-direction: column;
    }

    #detail-product-img-area {
        width: 100%;
    }

    #detail-product-content-area {
        width: 100%;
        margin: 0px;
        margin-top: 30px;
    }


    .product-detail-video-container,
    .product-detail-gallery-container,
    .detail-brochure-catalog-container {
        justify-content: center;
    }


    .product-content-title-2 {
        text-align: center;
    }


    #contact-container {
        flex-direction: column;
    }

    #contact-left {
        width: 100%;
        padding-bottom: 20px;
    }

    #contact-right {
        width: 100%;
    }


    header {
        height: 100px
    }

    #header-right-area {
        height: 70px;
    }


    #logo img {
        width: 130px;
        height: auto;
    }


    #responsive-btn {
        display: block;
    }


    #akfix-line-in {
        width: 130px;
        margin-left: 5%;
    }


    #main-menu {
        width: 300px;
        height: 100%;
        margin-left: 0px;
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        background-color: #fff;
        z-index: 999999;
        align-items: flex-start;
        display: none;
        overflow-y: scroll;
        box-shadow: 0px 0px 8px 0px #e1e1e1;
    }


    #main-menu ul {
        width: 100%;
    }


    #main-menu ul li {
        padding: 22px 15px;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
    }


    #main-menu ul li:hover {
        background: #f1f1f1;
    }


    #main-menu ul li a {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        width: 100%;

    }


    #main-menu ul li:hover > .sub-menu {
        position: relative;
        padding: 0px;
        display: none;
        margin-top: 0px !important;
    }


    .sub-menu {
        padding-top: 20px !important;
    }

    .sub-menu ul li {
        padding-left: 5px !important;
        border: none !important;
    }


    .sub-menu ul li:hover {
        background-color: #f8f8f8 !important;
    }


    #drawer-header {
        width: 100%;
        height: 80px;
        margin-bottom: 30px;
    }

    #drawer-header-in {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        align-items: center;
    }


    #drawer-header-in img {
        width: 100px;
    }

    #drawer-close {
        font-size: 20px;
        color: #222;
    }

    #drawer-close:hover {
        color: #c00020;
    }

    #drawer-opacity-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 999999;
        opacity: 0.8;
        display: none;
    }


    #drawer-header {
        display: block;
    }


    #akfix-drawer-line {
        width: 100%;
        height: 8px;
        background-color: #00AE9B;
    }


    #akfix-drawer-line-in {
        width: 130px;
        margin-left: 1%;
        position: relative;
    }

    #akfix-drawer-line-in img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }


    #slider-site {
        display: none;
    }


    #slider-mobil {
        display: block;
    }


    .mobil-product-categories {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .content-title strong {
        font-size: 20px;
    }


    #main-blogs {
        width: 95%;
        display: flex;
        flex-wrap: wrap;
    }

    .main-blog {
        margin-top: 20px;
    }


    #main-small-blogs {
        width: 95%;
        display: flex;
        justify-content: center;
    }


    #brand-categories {
        height: auto;
        padding: 0px 20px;
    }

    .brands {
        width: 100px;
        height: 120px;

    }

    .brands img {
        width: auto !important;
        max-width: 80px !important;
        height: auto !important;
        max-height: 100px;
    }


    #footer-container {
        flex-direction: column;
    }

    #footer-maps{
        width: 100%;
        height: auto;
        padding-left: 20px;
    }


    #footer-contact {
        width: 100%;
        height: auto;
        margin: 20px;
    }


    footer {
        flex-direction: column;
        padding-left: 25px;
        margin-top: 10px;
    }


    #footer-left {
        width: 100%;
    }

    #footer-right {
        width: 100%;
        margin-top: 40px;
        padding-bottom: 10px;
    }


    #product-header-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }


    #product-header-content h1 {
        width: 100%;
        font-size: 24px;

    }


    #product-header-categories-solutions a:last-child::after {
        content: none;
    }


    #product-header-categories-solutions {
        margin-top: 10px;
        text-align: left;
    }

    #product-header-categories-solutions a {
        font-size: 14px;

    }


    #product-breadcrumb,
    #detail-breadcrumb-area {
        flex-direction: column;
    }


    #breadcrumb,
    #detail-breadcrumb {
        margin-top: 10px;
    }


    #footer-left-container {
        width: 100%;
        flex-direction: column;
    }

    #sealant-calculator {
        margin-top: 20px;
    }


    #blog-container {
        width: 100%;
        flex-direction: column;
    }

    .blog-right {
        max-width: 100%;
    }


    #buy-icon{
        display: none;
    }


    #mobil-buy-icon{
        display: inline-block;
    }


}


@media only screen and (max-width: 480px) {


    .new-products-mobil-container,
    .home-products-mobil-container{
        display: none !important;
    }


    header {
        height: 70px
    }

    #header-right-area {
        height: 40px;
    }


    #logo {
        margin-left: 1%;
    }

    #logo img {
        width: 90px;
        height: auto;
    }


    #akfix-line-in {
        width: 90px;
        margin-left: 3%;
    }

    #top-menus {
        display: none;
    }

    #language-btn span {
        font-size: 18px;
        margin: 0px;
    }

    #language-btn div,
    #language-btn i {
        text-indent: -999999px;
    }


    .product-categories {
        display: none;
    }


    .mobil-categories {
        width: 40%;
        height: 90px;
        background: #f1f1f1;
        font-size: 16px;
        margin: 10px;
        border-radius: 10px;
        border: 1px solid #f27c00;
        border-top: 10px solid #f27c00;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .mobil-categories a section {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 10px;
        padding: 10px;
    }

    .mobil-categories:hover {
        background: #fff;
        border: 1px solid #00ae9b !important;
        border-top: 10px solid #00ae9b !important;
    }

    .mobil-categories strong {
        text-align: center;
        line-height: 20px;
        color: #5d5d60;
    }


    .product-mobil-categories {
        width: 130px;
        height: 90px;
        background: #f1f1f1;
        font-size: 16px;
        margin: 10px 0px;
        border-radius: 10px;
        border: 1px solid #f27c00;
        border-top: 10px solid #f27c00;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }

    .product-mobil-categories a section {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 10px;
        padding: 10px;
    }

    .product-mobil-categories:hover {
        background: #fff;
        border: 1px solid #00ae9b !important;
        border-top: 10px solid #00ae9b !important;
    }

    .product-mobil-categories strong {
        text-align: center;
        line-height: 20px;
        color: #5d5d60;
        font-size: 14px;
    }


    #solution-categories {
        padding: 0px 20px;
    }

    .solutions {
        width: 100px;
        height: auto;
        padding: 10px;
    }

    .solutions strong {
        font-size: 14px;
        line-height: 16px;
    }


    .solutions img {
        width: 70px !important;
        height: 70px !important;

    }


    #main-videos {
        padding: 0 10px;
    }


    .main-video {
        width: 150px;
        height: 185px;
    }

    .main-video > .video-play-icon,
    .main-video > i {
        top: 30%;
    }

    .main-video strong {
        font-size: 14px;
        line-height: 16px;
        bottom: 0px;
    }


    .all-btn-link {
        display: flex;
        margin-top: 30px;
        justify-content: center !important;
    }


    .main-blog-img {
        height: 150px;
    }


    #main-small-blogs {
        width: 95%;
        justify-content: flex-start;
    }


    .main-small-blog-img {
        width: 90px !important;
        height: auto !important;
        margin-right: 10px;
    }


    .main-small-blog h3 {
        font-size: 14px !important;
    }


    .main-small-blog-img img {
        width: 90px !important;
        height: auto !important;
    }


    #blog-hr {
        width: 90%;
    }


    .products {
        width: 45%;
        margin: 5px;
    }


    .products img {
        height: 200px;
    }


    .products strong {
        font-size: 14px;
    }


    #product-mobil-categories-area {
        display: block;
    }


    #package-table tr th {
        font-size: 14px;
        line-height: 20px;
    }


    #package-table tr td {
        font-size: 12px;
    }

    .product-content-container {
        padding: 20px 15px;
    }


    .product-detail-video-container a {
        margin: 0px 5px;
    }


    .product-detail-gallery-container {
        display: flex;
    }

    .product-gallery-img {
        width: 40%;
        height: 130px;
    }


    .product-brochure,
    .product-catalog,
    .certificates {
        width: 40%;
        margin-bottom: 20px;
    }

    .product-brochure span,
    .product-catalog span,
    .certificates span {
        font-size: 14px;
        line-height: 20px;
    }


    .product-brochure > .brochure-btn-area,
    .product-catalog > .catalog-btn-area {
        display: flex;
    }


    .brochure-btn,
    .catalog-btn {
        margin: 2px;
    }


    #about-sub-menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #about-sub-menu a {
        margin-right: 10px;
        margin-bottom: 15px;
    }

    #about-sub-menu a::after {
        display: none;
    }


    .home-products-list-container {
        width: 100%;
        height: auto;
        background: #f1f1f1;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 10px;
        position: relative;
    }


    .home-products {
        width: 200px;
        height: auto;
        min-height: 330px;
        margin: 10px 0px;
    }


    .certificates {
        width: 40%;
        margin-bottom: 20px;
    }

    .certificates img {
        width: 100%;
        height: 180px;
    }

    .certificates span {
        font-size: 14px;
        line-height: 20px;
    }


    #general-social-media-container {
        display: none;
    }


    .blog-left, blog-right {
        width: 100%;
        margin: 20px 0px;
    }


    .whatsapp-web{
        display: none;
    }

    .whatsapp-mobil{
        display: block;
    }

    .color-container{
        align-items: center;
        padding: 5px;
    }

    .color-container > strong{
        padding-top: 25px;
    }

    .color-list{
        justify-content: center;
    }


}
