/* Hide Product Weight and Condition */
.tabProductCondition, .tabProductWeight{
display: none; 
}

/* Hide Review and Related Images Tabs */
#tab2, #tab3{
display: none !important;
}

/* Hide star rating on results.xml */
.stars{
display: none;
}

/* Make Images on the Homepage Responsive */

body img{
width: 100%; 
height: 100%;
max-width: 588px;
max-height: 413px;
}

.topNav img {
width: 20px !important;
height: 15px !important;
}

/*Change header and footer text to black*/

.languages label, .currency label, .header a, .customPagesFooter a, .footerTitle, .footerContact i, .footerContact{
color: #000000 !important;
}

#logo{
width: 160px !important;
height: 50px !important;
}
a[href*="withdraw-from-contract"] {
    color: #ffffff !important;
}