/*
#------------------------------------------------------------------------
# inStyle - November Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

@import url(http://fonts.googleapis.com/css?family=Junge);
* {font-family: 'Junge', serif !important; }
.homepage td { border: none !important; margin: 0; padding: 10px; line-height: 100%;}
#gkLogo {margin: 50px 0 15px 0 !important; width: auto !important; }
#gkLogo img {height: 65px !important; width: auto !important; }
#system-message-container {background-color: lightcoral; color: #fff; padding: 10px 0; text-align: center; margin: 10px 0;}

@media screen and (min-width: 1200px) {
    #gkTopMenu {padding-right: 50px !important;}
    #gkUserArea {padding-left: 50px !important;}
}
@media screen and (min-width: 1400px) {
    #gkTopMenu {padding-right: 200px !important;}
    #gkUserArea {padding-left: 200px !important;}
}
@media screen and (min-width: 1800px) {
    #gkTopMenu {padding-right: 500px !important;}
    #gkUserArea {padding-left: 500px !important;}
}

h1 {
    width: 100% !important;
    background: #505050 !important;
    color: #fff !important;
    padding: 10px 0px !important;
    margin: 0 0 20px 0 !important;
    text-align: center !important;
    font-size: 20px !important;
}

/* Menu Styles */
.gkmenu { height: auto !important; }
#gkMainMenu {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    width: 50% !important;
}
.gkMenu li, .gkMenu li a {
    line-height: 38px !important;
    height: 38px !important;
}
/* HikaShop Styles */

.hikashop_cart_input_button { float: none !important; margin: auto !important;}
.hikashop_submodules { padding: 0 !important;}
.hikashop_products { width: 103.5% !important; }
.hikashop_product_page .hikashop_product_price { font-size: 24px !important;}
.hikashop_product_price_full span.hikashop_product_price_per_unit { display: none; }
span.hikashop_product_price:after {
    content: ' ex GST';
    font-size: 0.7em;
}
.hikashop_product_discount {display: none !important; }
.hikashop_cart_product_quantity_value  input[type="text"] {width: 55px; }
#hikashop_checkout_status {display: none;}