.wd-header-logo > a > img{
 width:120px; 
}

select {
    color: #7f7e7e;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #dee2e5;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    font: 400 14px/1.75 "HelvetiCaneue", Helvetica, Arial, sans-serif;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px;
}


.woocommerce-MyAccount-navigation
{
    float:left !important;
}

.woocommerce-MyAccount-content{
    float:right !important;
}

/*.attachment-shop_catalog
{
    height: 270px !important;   
}*/

.category_thumbnail > a > img 
{
    height: auto !important;
    width:100%;
}

@media (max-width: 770px) {
    .category_thumbnail > a > img 
    {
        height: auto !important;
        width:100%;
    }

}

.woocommerce ul.products li.product .button {
    /* margin-top: 1em; */
    
    margin-top: 0 !important;
}

.white-text > div > h1, .white-text > div > h2 {
 color:#fff !important;   
}