/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/

//@import url("../shopkeeper/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

body{
  background-color: #111111;
}
/*
Fix du contenu qui est décalé à droite lorsqu'on change la taille de la fenêtre
 */

.shopping-bag-button{
  display: none !important;
}

.entry-content div.row.vc_row.vc_row-o-content-middle {
  left: 0 !important;
  width: 100% !important;
}

/*
Background noir
*/

.st-menu.slide-from-right {
  background:#000;
}

.mobile-navigation a {
  color:#fff;
}

.mobile-navigation .menu-item-has-children.current a {
  color: #fff;
}

#mobiles-menu-offcanvas .language-and-currency-offcanvas {
  display: none !important;
}

.mobile-navigation {
  border-bottom: none;
}

/*
  Réduction de l'espace entre les drapaux sélecteurs de langue
*/

#shopkeeper-menu-item-wpml-ls-33-fr a, #shopkeeper-menu-item-wpml-ls-33-de a, #shopkeeper-menu-item-wpml-ls-33-ch a {
  padding: 10px 10px 10px 0;
}

.vc_toggle_title h4{
  color: #000 !important;
}

.btn-tarifs{
  background-color: #BE1240;
  border-radius: 25px;
  margin-right: 25px;
}
.btn-tarifs>a{
  color: #FFF !important;
}

.mobile-navigation .btn-tarifs>a{
  padding: 10px 15px !important;
  color: #FFF !important;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
