.box_skitter {background: #ffffff !important;}

input[type="radio"], input[type="checkbox"] {margin: 4px 8px 4px !important;}


span.hikashop_checkout_payment_price {display: none !important;} // Hiding fee from payment choices


#header {
    background-color: #1f66a8;
    background-image: -moz-linear-gradient(top, #2f4145, #20282a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f4145), to(#20282a));
    background-image: -webkit-linear-gradient(top, #2f4145, #20282a);
    background-image: -o-linear-gradient(top, #2f4145, #20282a);
    background-image: linear-gradient(to bottom, #1f66a8, #1f66a8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f4145', endColorstr='#ff20282a', GradientType=0);
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: 1px 1px 0 #000000;
}


div.moduletable-mobile {display: none;}



/* MOBILE FORMATTING */

@media (max-width: 766px) {

div.moduletable-mobile {display: block;}

div.moduletable-desktop {display: none;}

// Hiding left-side column

aside {display: none !important;}

aside div.module {display: none !important;}

aside#sidebar1 {display: none !important;}

#sidebar1 [class*="module"] {display: none !important;}


}  // End of mobile override