/**** hikashop *************************************************************************************************/
/* Gardez la hiéarchie des balises dans l'écriture de votre code css, d'abord les parents, ensuite les enfants */
/* Essayez de faire des sections dans ce fichier css, section pour produits, section pour commande, pour panier etc...*/

div.hikashop_category_information .hikashop_products_listing_main
{
border-top: 1px solid #eee;
}
div.hikashop_category_information .hikashop_products_listing_main h2
{
margin-top: 2rem;
margin-bottom: 2rem;
text-align: center;
font-size: 2rem;
}

/********** hikashop creation compte ***********/

div.alert.alert-info.alert-block 
{
margin-top: 10px;
margin-bottom: 10px;
}
div.hkform-group.control-group.hikashop_registration_privacy_line 
{
margin-top: 15px;
}
/******** compte-client adresse **********/
dl.hika_options.large > dt 
{
width: 215px;
}
dl.hika_options > dt 
{
text-align: left;
}
div.hika_edit a 
{
color: #792b4f;
}

/********** compte-client listing commandes *********/

div#hikashop_order_listing select#filter_order_range 
{
margin-left: 10px;
}
div.hikashop_orders_content a 
{
color: #792b4f;
}
/*		bouton: Continuer vos achats			*/	
div.hikashop_checkout_buttons  div.buttons_left a.hikabtn
{
font-size: 2rem;
font-weight: bold;
line-height: 2.5rem;
color: white;
background-color: #03879b;
margin-top: 3rem;
border-radius: 50px;
border: 2px solid #03879b;
}
div.hikashop_checkout_buttons  div.buttons_left a.hikabtn:hover
{
color: #03879b;
background-color: white;
border: 2px solid #03879b;
}