.section_wrapper.clearfix > .wps-pgfw-pdf-generate-icon__wrapper-frontend {
display: none;
}
.auto-pdf-product {
margin-left: 20px;
position: relative;
}
.auto-pdf-product .pgfw-single-pdf-download-button {
position: relative;
display: inline-block;
padding: 10px 0 0 0;
}
.auto-pdf-product a.pgfw-single-pdf-download-button:before,
.auto-pdf-product a.pgfw-single-pdf-download-button:after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 3px;
content: '';
-webkit-transition: -webkit-transform .3s;
-moz-transition: -moz-transform .3s;
transition: transform .3s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
background: rgba(0,0,0,0.1);
}
.wps_pgw-button_wrapper.wps_pgw-out ul.pgfw_bulk_title {
color: #000;
}
.wps_pgw-button_wrapper {
top: 20%;
}
.auto-pdf-product a:hover.pgfw-single-pdf-download-button:before,
.auto-pdf-product a:hover.pgfw-single-pdf-download-button:after { 
background: #946e22;
}
.auto-pdf-product a:hover.pgfw-single-pdf-download-button:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.auto-pdf-product a.pgfw-single-pdf-download-button:after {
opacity: 0;
-webkit-transition: top 0.3s,opacity 0.3s,-webkit-transform .3s;
-moz-transition: top 0.3s,opacity 0.3s,-moz-transform .3s;
transition: top 0.3s,opacity 0.3s,transform .3s;
}
.auto-pdf-product a:hover.pgfw-single-pdf-download-button:after {
top: 0;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.auto-pdf-product>div {
display: flex;
flex-direction: row;
align-items: center;
}
.auto-pdf-product .pgfw-single-pdf-download-button {
position: relative;
display: flex;
padding: 8px 0 6px 0;
width: auto;
flex-direction: row;
align-items: center;
}
.auto-pdf-product .pgfw-single-pdf-download-button span {
color: #656B6F;
font-weight: 700;
font-size: 15px;
margin-left: 10px;
}
.auto-pdf-product a:hover.pgfw-single-pdf-download-button {
text-decoration: none;
}
.auto-pdf-product a:hover.pgfw-single-pdf-download-button span{
color: #946e22;
}
.wps_pgw-button_content button {
min-height: 26px;
}