.top-footer {
    border: 1px solid #dddddd;
    margin-top: 80px;
    margin-bottom: 10px;
    padding: 10px;
}
    .top-footer h3 {
        margin-top: 5px;
    }
    .top-footer .col {
        text-align: center;
    }
        .top-footer .wrap {
            background-color: #ddd;
            height: 150px;
            margin-bottom: 10px;
            overflow: hidden;
            position: relative;
        }
            .top-footer img {
                margin: 0;
                max-height: none;
                max-width: none;
                position: absolute;
            }
        .top-footer p {
            margin: 0;
            font-size: 12px;
            line-height: 1.3em;
        }
        .top-footer p strong {
            font-size: 14px;
            line-height: 1.3em;
        }
        .top-footer p strong .bigger {
            font-size: 24px;
            line-height: 1.3em;
        }

#footer {
    background-color: #595959;
    overflow: auto;
}
    #footer .trustbar-payment {
        background-color: #f2f2f2 !important;
        margin-bottom: 40px !important;
        padding: 20px;
    }
    .page-template-shopping-v3 #footer .trustbar-payment {
		padding: 0;
	}
		.page-template-shopping-v3 #footer .trustbar-payment img {
			image-rendering: crisp-edges;
		}
        #footer .trustbar-payment p {
            font-size: 24px;
            line-height: 1.3em;
            color: #505050;
            margin-bottom: 15px;
        }
    #footer .icon-phone:before,
    #footer .icon-mail-alt:before {
        margin-left: 0;
    }
    #footer strong.green {
        line-height: 1.6em;
    }
    #footer p {
        color: #e0e0e0;
        font-size: 14px;
        line-height: 1.3em;
    }
    #footer .menu-item a,
    #footer strong a,
    #footer .green {
        color: #e0e0e0;
        font-size: 14px;
        line-height: 1.6em;
        text-decoration: none;
    }
    #footer strong.green a,
    #footer strong.green {
        color: #82b338;
    }
        #footer .menu-item a:hover,
        #footer strong a:hover {
            text-decoration: underline;
        }
    #footer a {
        color: #e0e0e0;
        text-decoration: underline;
    }
    #footer .icon-mail + strong a {
        font-size: 29px;
    }
    #footer .social-icons {
        color: #e0e0e0;
    }
        #footer .social-icons li {
            cursor: pointer;
            display: inline-block;
            font-size: 36px;
            line-height: 1em;
            margin: 0;
        }
        #footer .social-icons li *:hover {
            color: #82b338;
        }
        #footer .social-icons li {
            overflow: hidden;
            transition-duration: 0.5s;
            transition-property: transform;
        }
        #footer .social-icons li:hover {
            transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
        }
    #footer .footer-languages a {
        text-decoration: none;
    }
    #footer .footer-languages a:hover {
        text-decoration: underline;
    }
    #footer .footer-contact p:first-child,
    #footer .footer-contact p:first-child strong,
    #footer .footer-contact p:first-child + p {
        font-size: 38px;
        line-height: 1em;
        margin-bottom: 0;
    }
    #footer .tracking a {
		display: flex;
		align-items: center;
		justify-content: center;
    }
	    #footer .tracking a {
	    	font-size: 32px;
			line-height: 1em;
			margin-bottom: 20px;
		}
	    #footer .tracking a span:first-child {
			margin-right: 20px;
	    }
	    #footer .tracking a img {
			width: 80px;
			image-rendering: crisp-edges;
			vertical-align: top;
			margin: 0;
	    }

@media (max-width: 768px) {
  #footer .trustbar-payment p {
    font-size: 16px;
  }
  #footer .tracking {
    margin-top: 20px;
  }
    #footer .tracking a {
      font-size: 16px;
    }
    #footer .tracking a img {
      width: 40px;
    }
}