#menu-download {
    background-color: #fff;
}

#search-bar, #segment, #brand, #size {
    background-color: #fff;
    border-color: #ebebeb;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    color: #313131;
    height: 48px;
    width: 100%;
}

#search-bar {
    padding-left: 25px;
    padding-right: 25px;
}

#btn-search {
    position: absolute;
    margin-left: -40px;
    margin-top: 10px;
    cursor: pointer;
    background-color: #fff;
    border: 0;
}

.btn-download {
    background-color: #fff;
    border-radius: 4px;
    font-size: 16.33px;
    padding: 0px 15px;
    text-align: left;
    cursor: pointer;
    color: #000;
    height: 48px;
    border: 0;
}

.btn-download > span:nth-of-type(1) {
    font-weight: 400;
}

.btn-download > span:nth-of-type(2) {
    font-weight: 600;
}

.btn-download:hover {
    background-color: #009847;
    color: #fff;
}

.btn-download-single {
    width: 160px;
    background-image: url("/modules/web/view/img/icon-download-black.png");
    background-repeat: no-repeat;
    background-position: 84% 50%;
    padding: 0px 25px;
}

.btn-download-single:hover {
    background-image: url("/modules/web/view/img/icon-download-white.png");
}

#iframe-filter, #iframe-download {
    display: none;
}

#div-output-empty {
    color: #000;
    font-size: 20px;
}

.div-product-hidden {
    display: none;
}

.div-product {
    min-height: 130px;
    margin-top: 40px;
}

.div-product:hover {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}

.div-picture > div {
    max-width: 100px;
}

.div-product-title {
    font-weight: 400;
}

.div-button-download > div,
.div-product-title > div,
.div-picture > div,
.div-list > div {
    display: table;
    height: 100%;
    color: #000;
}

.div-button-download > div > div,
.div-product-title > div > div,
.div-picture > div > div,
.div-list > div > div {
    display: table-cell;
    vertical-align: middle;
}

.div-product-title > div > div > span {
    display: block;
}

.div-product-title > div > div > span:nth-of-type(2) {
    margin-top: 16px;
}

.div-list > div > div > input {
    position: absolute;
    margin-top: 5px;
}

.div-list > div > div > span {
    margin-left: 17px;
}

#btn-show {
    padding: 10px 80px;
    background-color: #FAEB0B;
    border: #FAEB0B;
}

#div-clear-filter {
    padding: 11px 0px;
    text-align: center;
}

#clear-filter {
    cursor: pointer;
}

.mt-responsive {
	margin-top: 10px;
}

@media only screen and (max-width: 575px) {
    .btn-download {
        width: 100%;
        text-align: center;
    }
    
    .btn-download-single {
        width: 140px;
        text-align: unset;
        background-image: url(/modules/web/view/img/icon-download-black.png);
        background-position: 89% 50%;
        padding: 0px 17px;
    }
}

@media only screen and (max-width: 768px) {
    .div-product > div:nth-child(3) > div {
        margin-left: auto;
        margin-right: auto;
    }
    
    .div-product > div:nth-child(4) > div {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 991px) {
    .div-picture, .div-list, .div-button-download, .div-product-title {
        margin-bottom: 10px;
    }
    
    .div-product > div:nth-child(1) > div,
    .div-product > div:nth-child(2) > div {
        margin-left: auto;
        margin-right: auto;
    }
    
    .div-product > div:nth-child(3) > div {
        margin-left: auto;
    }
    
    .div-product > div:nth-child(4) > div {
        margin-right: auto;
    }
}