.footer-top-wrapper {
    background: url(../images/background-title-page.svg) bottom no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.footer-top-wrapper h2 {
    text-transform: uppercase;
    color: #222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.copyright{
    margin-top: 20px;
}
.copyright p{
    font-size: 14px;
}
footer a {
    color: #222;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    padding-bottom: 10px;
}
footer i{
    color: #fff;
    line-height: 25px !important;
    margin-right: 10px;
}
footer p{
    color: #222;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}
.footer-top-wrapper .info-footer {
    text-align: center;
}
.footer-top-wrapper .title-footer {
    min-height: 35px;
    padding-bottom: 15px;
}
.footer-top-wrapper .logo-footer{
    width: 200px;
}
.footer-top-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
ol, ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.footer-top-wrapper ul.menu li a {
    position: relative;
    display: block;
}   

.footer-top-wrapper a:hover{
    color: #0f75bd;
}

.woocommerce-breadcrumb{
    display: none;
}

figcaption.wp-caption-text{
    font-size: 12px;
    color: #595959;
    text-align: center;
    background: #F5F5F5;
    padding: 5px 20px;
}
.back-to-top{
    padding: 7px 13px 9px 16px;
    background-color: #0f75bd;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 85px;
}
.back-to-top:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(225deg);
    margin-right: 4px;
}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 600px) {
    
}