/* PRODUCT SEARCH */

.simple-search-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}


.simple-search-box .box-search-text {
    display: flex;
    align-items: center;
    width: 8%;
}

.simple-search-box .box-search-product {
    width: 67%;
    position: relative;
    margin-top: -10px;
}

.simple-search-box .box-search-product .product-inner-search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: wrap;
}


.simple-search-box .box-search-row {
    width: 25%;
    position: relative;
    text-align: right;
    padding: 0;
}



.box-search-product .product-inner-search .box-search-check .checkbox-box {
    top: -5px;
    position: relative;
}

.simple-search-box .box-search-product .box-search-check .toogle-text {
    font-size: 14px;
    font-weight: 600;
    color: #A7A7A7;
    line-height: 1.4em;
    padding-left: 55px;
    margin-top: -25px;
}

.simple-search-box .box-search-product .box-search-check label {
    position: relative;
    width: 40px;
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3), inset 0px -5px 15px rgba(255, 255, 255, 0.1);
}

.simple-search-box .box-search-product .box-search-check label:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #DADADA;
    border-radius: 100px;
    top: 0;
    left: 0;
    transition: 0.2s;
}

.simple-search-box .box-search-product .box-search-check input:checked ~ label:after {
    left: 40px;
    transform: translateX(-100%);
    background: linear-gradient(180deg, #777, #3a3a3a);
    border: 1px solid black;
}

.simple-search-box .box-search-product .box-search-check input:checked ~ label {
    background: #CCCCCC;
}


.simple-search-box .box-search-row .field-search {
    width: 260px;
    height: 40px;
    cursor: text;
    margin: 0 auto;
    border: .5px solid rgb(232, 238, 241);
    text-overflow: clip;
}

.simple-search-box .box-search-row .btn-search {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-search.svg) center center no-repeat;
    background-size: auto;
    background-size: 24px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    vertical-align: middle;
    background-color: #2A2A2A;
    position: absolute;
}

.simple-search-box .box-search-row .btn-show-search {
    width: 60px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-search.svg) center center no-repeat;
    background-size: auto;
    background-size: 23px 23px;
}

.simple-search-box .box-search-row .box-search-btn .btn-search {
    right: 0px;
}


/* NEW ICONS SVG */

.btn-brochure {
    background-image: url(https://www.drutex.eu/static/layout2021/img/btn-brochure.svg);
}

.btn-file {
    background-image: url(https://www.drutex.eu/static/layout2021/img/btn-file.svg);
}

.btn-card {
    background-image: url(https://www.drutex.eu/static/layout2021/img/btn-card.svg);
}

.btn-down {
    background-image: url(https://www.drutex.eu/static/layout2021/img/btn-down.svg);
}

.btn-border-yellow {
    border: 1px solid #FED141;
}


/* DOWNLOAD BOX */


.btn-st-download {
    background-color: transparent;
    display: inline-block;
    font-family: "Montserrat";
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    line-height: 1.5em;
    white-space: nowrap;
    margin: 0 6px;
    padding: 0px 15px;
    border: none;
    cursor: pointer;
}

.btn-materials {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 24px;
    margin: 5px 20px;
}



.product-download-box .border-grey {
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}


.product-download-box .product-download-link {
    padding: 2px;
    display: inline-block;
    margin: 5px;
}


.materials-card-ico {
margin: auto;
text-align: center;
display: block;
}


.materials-card-name {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  padding: 20px;
}


/* BEFORE ACCORDION */

.module-materials-header {
    min-height: 300px;
}

.module-materials-title {
    position: absolute;
    font-family: "Montserrat";
    font-size: 3rem;
    color: #434343;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    bottom: 10px;
}


/* ACCORDION */

.accordion-product-box .accordion-button:not(.collapsed) {
    background-color: #1E1E1E;
    color: #fff;
}

.accordion-product-box .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}



/* TABLE */


.accordion-product-box .table-materials td {
    border-bottom: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
}


.accordion-product-box .table-materials td,
.accordion-product-box .table-materials th {
    text-align: left;
    padding-left: 20px;
}

.table-materials tr th:nth-child(1) {
    width: 25%;
}

.table-materials tr td {
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;
}

/* row active */

.table-materials tr:hover td {
    border-bottom: 1px solid #F2E1BE;
    border-top: 1px solid #F2E1BE;
    background-color: #F9EED6;
}

.table-materials > tbody > tr > td a:hover {
    color: #9B6A03;
    transition: all 0.3s;
}


@media (max-width: 1399.98px) {

    .simple-search-box .box-search-product {
        width: 100%;
    }

    .simple-search-box .box-search-text {
        display: none;
    }

    .simple-search-box .box-search-row {
        text-align: left;
        padding-top: 30px;
        width: 100%;
    }

    .simple-search-box .box-search-row .field-search {
        width: 100%;
    }
}

@media (min-width: 1199.98px) {
    .table-materials thead {
        display: none;
    }
}

@media (max-width: 1199.98px) {

    .module-materials-header {
        min-height: 200px;
    }

    .table-materials th,
    .table-st td {
        font-size: 14px;
    }

    .btn-st-download {
        font-size: 14px;
    }

    .table-materials-responsive-vertical > .table-materials {
        margin-bottom: 0;
        background-color: transparent;
    }

    .table-materials-responsive-vertical > .table-materials > thead,
    .table-materials-responsive-vertical > .table-materials > tfoot {
        display: none;
    }



    .table-materials-responsive-vertical > .table-materials > tbody {
        display: block;
    }

    .table-materials-responsive-vertical > .table-materials > tbody > tr {
        display: block;
        margin-bottom: 1.6rem;
    }


    .table-materials-responsive-vertical > .table-materials > tbody > tr > td {
        background-color: #fff;
        display: block;
        vertical-align: middle;
        text-align: left;
        border-bottom: 1px solid #F3F3F3;
        border-top: 1px solid #F3F3F3;
    }

    .table-materials-responsive-vertical > .table-materials > tbody > tr > td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: inherit;
        font-weight: 600;
        width: 40%;
    }

    .table-materials-responsive-vertical > .table-materials > tbody > tr > td.product {
        border-bottom: 1px solid #F2E1BE;
        border-top: 1px solid #F2E1BE;
        background-color: #F9EED6;
        color: #000;
    }


    .table-materials-responsive-vertical > .table-materials-bordered > tbody > tr > td.product:hover {
        background-color: #F9EED6;
        color: #000;
    }

    .table-materials-responsive-vertical > tbody > tr > td:nth-child(odd) {
        background-color: #F3F3F3;
    }

}

@media (max-width: 767.98px) {
    .module-materials-title {
        font-size: 2rem;
    }

    .module-materials-header {
        min-height: 150px;
    }
}