/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.padding10px {
  padding-top: 20px;
  padding-bottom: 10px;
}
.image-txt-container img{
    width:100%;
}

@media screen and (min-width: 800px) { 
.image-txt-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.image-txt-container img{
    width:400px;
}
}

.btn-primary:hover, .btn-primary:disabled:hover {
/*  color: #000; */
  background-color: #FFC600;
}

.btn-primary {
  color: #000;
  background-color: #FFC600;
}

.block-social ul li {
  background-color: #FFC600;
}

.product-flags li.product-flag {
  color: #000000;
  background-color: #FFC600;
}


/*#header .header-nav .cart-preview.active:hover, */
#header .header-nav .cart-preview.active {
  background-color: #000000;
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
  color: #FFC600;
}
  
/*
#header .header-nav .cart-preview.active a:hover,
#header .header-nav .cart-preview.active i:hover {
  color: #fff !important;
}
*/

/* #contact-infos a */
a {
  color: #FFC600;
}

.product-price {
  color: #FFC600;
}
