.head .bandeauhaut #hikashop_cart_module {
    width: auto;
    position: absolute;
    top: 46px;
    right: -120px;
}
@media screen and (max-width: 1025px) {
  .head .bandeauhaut #hikashop_cart_module {
    right: 0;
	}
}

.head .bandeauhaut #hikashop_cart_module .hikashop_small_cart_checkout_link, .head .bandeauhaut #hikashop_cart_module .hikashop_product_price{
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    font-family: Poppins;
    transition: 0.2s;
}

.head .bandeauhaut #hikashop_cart_module:hover .hikashop_small_cart_checkout_link, .head .bandeauhaut #hikashop_cart_module:hover .hikashop_product_price{
    color: #3ddc95;
}