.shop-wrapper section.related.products {clear:both; }

.navbar-nav > li {
    margin: 0 8px;
    padding: 5px 0;
}


#custom_html-5 a.donateBtn {    background-color: #236192 !important; display:inline-block; text-align:center;  padding: 8px 12px;
font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #ea6c35;
    border: 2px solid #fff;
    color: white;
    transition: 0.2s ease all;
 }



#sb-donate {    float: right;
    z-index: 200;
    width: auto;
    height: 40px;
    min-width: 100px;
    flex: 1;
    order: 2;
    text-align: right;
    position: relative;}

#sb-donate a {border:2px solid #000; background:#fff; padding:8px 12px; 
    display: inline-block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #236192;
    transition: 0.2s ease all;}



@media all and (max-width: 979px) {
#sb-donate { 
    order: 1;
	margin-right:20px; }

	
}
