#eshopCustomerDatas .iti {
  width: 100%;
}
div#wrapper {
  background-color: transparent !important;
}
.eshop_wrp .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  vertical-align: middle;
  margin: 0;
}
.eshop_wrp .switch input {
  display: none;
}
.eshop_wrp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DDDDDD;
  -webkit-transition: .4s;
  transition: .4s;
}
.eshop_wrp .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}
.eshop_wrp input:checked+.slider {
  background-color: #337AB7;
}
.eshop_wrp input:focus+.slider {
  box-shadow: 0 0 1px #337AB7;
}
.eshop_wrp input:checked+.slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.eshop_wrp .slider.round {
  border-radius: 17px;
}
.eshop_wrp .slider.round:before {
  border-radius: 50%;
}
.eshop_wrp {
  margin-bottom: 25px;
}
.eshop_wrp hr {
  display: block;
  height: 0.1vh;
  border-bottom: 0.1vh solid #FFF;
  margin: 1em 0;
  background-color: #DDDDDD;
}
.eshop_wrp .error {
  color: red;
}
.eshop_wrp .btn {
  display: inline-block;
  border-radius: 0;
}
.eshop_wrp .btn-eshop-continuer {
  background-color: transparent;
  border: 3px solid #606972;
  color: #606972;
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0px;
  text-transform: uppercase;
}
.eshop_wrp .btn-eshop-continuer:hover {
  text-decoration: none;
}
.eshop_wrp .btn-eshop-commander {
  background-color: #FEC34E;
  border: 3px solid #FEC34E;
  color: #FFF;
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0px;
  text-transform: uppercase;
}
.eshop_wrp .btn-eshop-commander:hover {
  text-decoration: none;
}
.eshop_wrp .eshopMarginAuto {
  margin: auto;
}
.eshop_wrp .eshopNoBorder {
  border: 0px;
}
.eshop_wrp .eshopTitreBottomWrapper {
  border-bottom: 1px solid #DDDDDD;
  padding: 0;
  margin: 25px 0 15px 0;
}
.eshop_wrp .eshopTitreBottom {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding: 10px 0 10px 0;
  margin-bottom: -1px;
}
.eshop_wrp .eshopTitreBottomActive {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ED5565;
  color: #ED5565;
  display: inline-block;
  padding: 10px 0 10px 0;
  margin-bottom: -1px;
}
.eshop_wrp .eshopTitreBottomInactive {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0 10px 0;
  margin-bottom: -1px;
}
.eshop_wrp .eshopTitreBottomActive:hover,
.eshop_wrp .eshopTitreBottomInactive:hover {
  cursor: pointer;
  color: #ED5565;
}
.eshop_wrp .eshopIconsArrondisBackground {
  display: inline-block;
  background: gray;
  color: #000;
  border-radius: 50%;
  padding: 0.5em;
  line-height: initial !important;
  height: 2em;
  width: 2em;
  text-align: center;
  margin-right: 5px;
}
.eshop_wrp .eshopIconsArrondisBackground:hover {
  background-color: #ED5565;
  color: #FFF;
}
.eshop_wrp .stockstate_1[readonly] {
  font-weight: bold;
  font-size: 1.2vh;
  background-color: #48CFAD !important;
  color: #FFF;
  text-align: center;
  border-color: #48CFAD;
}
.eshop_wrp .stockstate_1[readonly]:focus {
  border-color: #48CFAD;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.eshop_wrp .stockstate_2[readonly] {
  font-weight: bold;
  font-size: 1.2vh;
  background-color: #F6BB42 !important;
  color: #FFF;
  text-align: center;
  border-color: #F6BB42;
}
.eshop_wrp .stockstate_2[readonly]:focus {
  border-color: #F6BB42;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.eshop_wrp .stockstate_3[readonly] {
  font-weight: bold;
  font-size: 1.2vh;
  background-color: #F6BB42 !important;
  color: #FFF;
  text-align: center;
  border-color: #F6BB42;
}
.eshop_wrp .stockstate_3[readonly]:focus {
  border-color: #F6BB42;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.eshop_wrp .stockstate_4[readonly] {
  font-weight: bold;
  font-size: 1.2vh;
  background-color: #ED5565 !important;
  color: #FFF;
  text-align: center;
  border-color: #ED5565;
}
.eshop_wrp .stockstate_4[readonly]:focus {
  border-color: #ED5565;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.eshop_wrp .eshopContactSocial {
  background-color: #BAC2C7;
  color: #606972;
  display: inline-block;
  padding: 8px 9px;
  margin-bottom: 9px;
}
.eshop_wrp .eshopContactSocial:hover {
  color: #BAC2C7;
  background-color: #606972;
}
.eshop_wrp .eshopValidateOK {
  color: #25C4AA;
}
.eshop_wrp .eshopValidateKO {
  color: #ED5565;
}
.eshop_wrp .borderleft {
  border-left: 1px solid #BAC2C7;
}
.eshop_wrp .noRadius {
  border-radius: 0;
}
.eshop_wrp .coeuroeil {
  color: #000;
  background-color: lightgray;
  border-radius: 100%;
  padding: 8px;
}
.eshop_wrp .coeuroeil:hover {
  color: #FFF;
  background-color: #ED5565;
}
.eshop_wrp .groupecoeuroeil {
  padding-top: 10px;
}
.eshop_wrp .eshopProductPaginationWrp {
  clear: both;
}
.eshop_wrp .eshopItem_default .eshop_mode_ttc,
.eshop_wrp .eshopItem_list .eshop_mode_ttc,
.eshop_wrp .eshopItem_pro .eshop_mode_ttc,
.eshop_wrp .eshopCustomerOrderItemsArticleNum .eshop_mode_ttc,
.eshop_wrp .eshopCustomerFavoriteItems .eshop_mode_ttc,
.eshop_wrp .eshopDescDetail .eshop_mode_ttc {
  font-style: italic;
  font-size: 0.8em;
}
.eshopMenuFavorites i.fa {
  color: #000;
}
.eshopMenuFavorites i.fa:hover,
.eshopMenuUser i.fa:hover,
.eshopMenuCart i.fa:hover {
  color: #ED5565;
}
.eshopMenuUser sup,
.eshopMenuCart sup.eshopCartCountItems {
  color: #00A0F0;
  font-size: 90%;
  position: absolute;
  right: 10px;
  top: -5px;
}
.eshopMenuCart sup.eshopCartCountItems {
  color: #000;
  right: 0px;
  top: 0px;
}
#menuUser div {
  padding-left: 15px;
  padding-right: 15px;
}
#menuUser .eshopMenuLoginContainer {
  min-width: 250px;
}
#menuUser .eshopMenuLogin {
  padding: 15px;
}
#menuUser .eshopMenuLogin .eshopMenuLoginUser,
#menuUser .eshopMenuLogin .eshopMenuLoginPass {
  margin-bottom: 15px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
#menuUser .eshopMenuLogin .eshopMenuCreateAccount {
  margin-top: 15px;
  margin-bottom: 15px;
}
#menuUser .eshopCartItemsMenu,
.eshopCartItemsMenu {
  padding: 10px 20px;
  min-width: 380px;
}
#menuUser .eshopCartItemsMenu .eshopCartItemsMenuPrice {
  padding-top: 4px;
}
#menuUser .eshopCartTotal {
  padding-top: 10px;
}
#menuUser .eshopCartTotal .eshopCartTotalPrice {
  color: #ED5565;
}
#menuUser .eshopMenuGoToCart {
  background-color: #606972;
  color: #FFF;
  border-radius: 0;
  font-weight: bold;
}
#menuUser .eshopMenuGoToCart:hover {
  background-color: #ED5565;
}
.eshopItem_list {
  margin-bottom: 10px;
}
.eshop_wrp .eshopMenu h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #BAC2C7;
}
.list-group-item a,
.list-group-itema:link,
.list-group-item a:visited,
.list-group-item a:active,
.list-group-item a:hover {
  text-decoration: none;
  color: inherit;
}
.eshop_wrp .eshopMenuSlider .eshopMenuSliderToggler {
  position: fixed;
  top: 50%;
  left: 0;
  padding: .375rem .5rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border-right: .25rem solid #fe696a;
  border-radius: .3125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  color: #4b566b;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 0.25rem 0.5625rem 0 rgba(0,0,0,0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0,0,0,0.13);
  z-index: 1030;
  cursor: pointer;
}
.eshop_wrp .eshopMenuSlider .eshopMenuSliderHeader span.fa-times {
  cursor: pointer;
}
#eshop_layerOpacity {
  position: fixed;
  background-color: #000;
  opacity: 0.4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  min-height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#eshop_layerOpacity.collapsing {
  opacity: 0;
}
@media (max-width: 991px) {
  .eshop_wrp .eshopMenuSlider .eshopMenuSliderContent {
    position: fixed;
    top: 0;
    left: -22rem;
    height: 100%;
    transition: left 0.2s cubic-bezier(0.785,0.135,0.15,0.86) 0.12s, box-shadow 0.15s 0.12s;
    border: none !important;
    border-radius: 0 !important;
    z-index: 1035;
    background-color: white;
  }
  .eshop_wrp .eshopMenuSlider .eshopMenuSliderContent.in {
    left: 0;
  }
  .eshop_wrp .eshopMenuSlider .eshopMenuSliderBody {
    height: 100%;
    overflow: hidden scroll;
  }
}
.eshop_wrp .eshopMenuFGSG .list-group-item,
.eshop_wrp .eshopMenuFiltres .list-group-item {
  border: 0;
}
.eshopItemBorder {
  border: 1px solid #BAC2C7;
  background-color: #FFF;
  margin: 0 10px;
}
.eshopRenderViewCase {
  color: #000;
}
.eshopRenderViewCase.active {
  color: #ED5565;
}
.eshopRenderViewCase:hover {
  color: #00A0F0;
}
.eshopItemImage {
  border-bottom: 1px solid #BAC2C7;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
}
.eshopItemLiens,
.eshopItemLibelle,
.eshopItemLibelleTitre {
  color: #000;
  background-color: #FFF;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.eshopItem .eshopItemLiens:hover {
  background-color: #ED5565;
}
.eshopItem .eshopItemLibelle a.eshopItemLibelleLien,
.eshopItem .eshopItemLibelleTitre a.eshopItemLibelleLien {
  font-weight: bold;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.eshopItem .eshopQteToCartInput {
  text-align: center;
}
.eshopItem_default {
  margin-bottom: 15px;
}
.eshopItemLibellePrix {
  font-weight: bold;
  font-size: 13px;
  color: #ED5565;
}
.eshopItemCommander {
  width: 50%;
  text-align: center;
  border: 1px solid #00A0F0;
  color: #00A0F0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.eshopItemCommander:hover {
  color: #FFF;
  background-color: #00A0F0;
}
.eshopItemLiens {
  background-color: #ED5565;
  border-left: 1px solid #FFF;
}
.eshopItemDetail {
  border: 1px solid #BAC2C7;
  text-align: center;
  width: 30%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.eshopItem .eshopItemCommanderCart,
.eshopItem .eshopItemCommanderCart:hover,
.eshopDescDetail .eshopItemCommanderCart,
.eshopDescDetail .eshopItemCommanderCart:hover {
  color: #FFF;
}
.eshopItem.eshopItem_default .eshopItemLiens {
  display: flex;
}
.eshopItem.eshopItem_default .eshopItemLiens .eshopItemCommanderCart {
  margin: auto;
}
.eshopItemLiens:hover {
  background-color: #606972;
  cursor: pointer;
}
.eshopItem .eshopItemCommanderCart span:hover,
.eshopDescDetail .eshopItemCommanderCart span:hover {
  color: #FFF;
}
.eshopItemDetail:hover {
  color: #FFF;
  background-color: #00A0F0;
  border: 1px solid #00A0F0;
}
.eshopItem .eshopAddToCart {
  cursor: pointer;
}
.eshopItem .eshopAddToCart:hover {
  background-color: #606972;
  color: #FFF;
}
.eshop_wrp .eshopCustomerFavoriteItemsArticleNum .eshop_conditionnement {
  font-size: 0.8em;
}
.eshopItemImage .eshopItemImageLayer,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer {
  display: none;
}
.eshopItemImage:hover .eshopItemImageLayer,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData:hover .eshopItemImageLayer,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData:hover .eshopItemImageLayer {
  display: block;
}
.eshop_wrp .eshopItem_pro {
  border-bottom: 1px solid #BAC2C7;
  padding: 5px 5px;
  background-color: #FFF;
}
.eshop_wrp .eshopItem_pro .eshopItemThumbs {
  border-right: 1px solid #BAC2C7;
}
.eshop_wrp .eshopItem_pro .eshopItemThumbs img {
  margin-left: 10px;
}
.eshop_wrp .eshopItem_pro .eshopItemTags .promoitem,
.eshop_wrp .eshopItemTags .newitem {
  position: relative;
  top: 0;
  left: 0;
  padding: 0px 3px;
  float: left;
}
.eshop_wrp .eshopItem_pro .eshopItem_proLibelleLien {
  text-decoration: none;
  color: #0072CE;
}
.eshop_wrp .eshopItem_pro .eshopQteToCartInput {
  padding: 4px 0;
  width: 35px;
  margin-top: 2px;
}
.eshop_wrp .eshopItem_pro .eshopAddToCart {
  margin-top: 7px;
  margin-left: 5px;
}
.eshop_wrp .eshopItem_pro .eshopItem_proUnite {
  text-align: right;
  font-size: 0.8em;
}
.eshop_wrp .eshopItem_pro .eshopItemLibellePrix {
  text-align: right;
}
.eshop_wrp .eshopItem_pro .eshopItemCommanderCartIcon {
  background-color: transparent;
  color: #ED5565;
}
.eshop_wrp .eshopItem_pro .eshopItemCommanderCartIcon:hover {
  background-color: #ED5565;
  color: #FFF;
}
.eshop_wrp .eshopItem_pro .eshopAddToCart:hover {
  background-color: #ED5565;
}
.eshop_wrp .eshopCustomerFavoriteItemsArticleNum .eshopItemCommanderCartIcon:hover {
  background-color: #ED5565;
  color: #FFF;
  text-decoration: none;
}
.eshop_wrp .eshopCustomerFavoriteItemsArticleNum .eshopAddToCart:hover {
  background-color: #ED5565;
}
.eshopItem.isfav_T .eshopAddToFavorite .fa {
  color: #337AB7;
}
.eshopItem.isfav_T .eshopAddToFavorite .fa.fa-heart-o:before {
  content: "\f004";
}
.eshopItem .eshopItemImage {
  position: relative;
}
.eshopItem .eshopItemImage .eshopItemImageLayer,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  opacity: 0.90;
}
.eshopItem .eshopItemImage .eshopItemImageLayer .eshopItemImageLayerIcons {
  display: block;
  margin-top: 38%;
  text-align: center;
}
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer .eshopItemImageLayerIcons,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer .eshopItemImageLayerIcons {
  display: block;
  margin-top: 3vh;
  text-align: center;
}
.eshopItem .eshopItemImage .eshopItemImageLayer .eshopItemImageLayerIcons .eshopItemCommanderView,
.eshopItem .eshopItemImage .eshopItemImageLayer .eshopItemImageLayerIcons .eshopAddToFavorite,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eShopDelFavoriteItem,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopItemCommanderView,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopAddToFavorite,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopItemCommanderView {
  display: inline-block;
  border: 1px solid #FFF;
  padding: 5px 5px;
  opacity: 1;
}
.eshopItem .eshopItemImage .eshopItemImageLayer .eshopItemImageLayerIcons .eshopItemCommanderView,
.eshopItem .eshopItemImage .eshopItemImageLayer .eshopItemImageLayerIcons .eshopAddToFavorite,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopItemCommanderView,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eShopDelFavoriteItem,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopItemCommanderView,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopAddToFavorite {
  color: #FFF;
}
.eshopItem .eshopItemImage .eshopItemImageLayer .eshopItemImageLayerIcons .eshopItemCommanderView:hover,
.eshopItem .eshopItemImage .eshopItemImageLayer .eshopItemImageLayerIcons .eshopAddToFavorite:hover,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopItemCommanderView:hover,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eShopDelFavoriteItem:hover,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopItemCommanderView:hover,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopAddToFavorite:hover {
  border-color: #ED5565;
}
.eshopItem .eshopItemImage .eshopItemImageLayer .eshopItemImageLayerIcons .eshopAddToFavorite,
.eshop_wrp .eshopCustomerFavoriteItems .eshopCustomerFavoriteItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eShopDelFavoriteItem,
.eshop_wrp .eshopCustomerDetail .eshopCustomerOrderItemsData .eshopItemImageLayer .eshopItemImageLayerIcons .eshopAddToFavorite {
  margin-right: 15px;
}
.eshop_wrp .newitem_F {
  display: none;
}
.eshop_wrp .promoitem_F {
  display: none;
}
.eshop_wrp .promoprix {
  text-decoration: line-through;
}
.eshop_wrp .newitem {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 2;
  color: #FFF;
  background-color: #3A9A8F;
  padding: 2px 5px;
  font-weight: bold;
}
.eshop_wrp .promoitem {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  color: #FFF;
  background-color: #ED5565;
  padding: 2px 5px;
  font-weight: bold;
}
.eshopItem_list .eshopItemImage {
  border: 0px;
}
.eshopItem_list .eshopItemImage img {
  border-right: 1px solid #BAC2C7;
}
.eshopItem_list .eshopItemLibelleList a.eshopItemLibelleLien {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 10px !important;
  display: inline-block;
}
.eshopItem_list .eshopItemLibelleList .eshopItemLibellePrix {
  font-weight: bold;
  font-size: 20px;
  color: #ED5565;
  text-transform: uppercase;
  padding-top: 10px !important;
}
.eshopItem_list .eshopItemActionList {
  margin-top: 15px;
  margin-bottom: 15px;
}
.eshopItem_list .eshopItemCommanderCart,
.eshopDescDetail .eshopItemCommanderCart {
  text-decoration: none;
}
.eshopItem_list .eshopItemCommanderCart span.eshopItemCommanderCartTexte,
.eshopDescDetail .eshopItemCommanderCart span.eshopItemCommanderCartTexte {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  background-color: #000;
  padding: 6px;
  border-top: 1px solid #BAC2C7;
  border-left: 1px solid #BAC2C7;
  border-bottom: 1px solid #BAC2C7;
  text-decoration: none;
}
.eshopItem_list .eshopItemCommanderCart span.eshopItemCommanderCartIcon,
.eshopDescDetail .eshopItemCommanderCart span.eshopItemCommanderCartIcon {
  display: inline-block;
  background-color: #ED5565;
  color: #FFF;
  padding: 10px 10px 8px 5px;
  border-top: 1px solid #BAC2C7;
  border-right: 1px solid #BAC2C7;
  border-bottom: 1px solid #BAC2C7;
  margin-left: -4px;
}
.eshopQteToCart .eshopQteToCartMinus,
.eshopQteToCart .eshopQteToCartPlus {
  display: inline-block;
  background-color: #BAC2C7;
  color: #606972;
}
.eshopQteToCart .eshopQteToCartMinus:hover,
.eshopQteToCart .eshopQteToCartPlus:hover {
  color: #FFF;
}
.eshopItem_list .eshop_conditionnement {
  font-size: 0.8em;
}
#eshopDescDetailError {
  background-color: #FFF;
}
#eshopCarousel {
  margin-bottom: 15px;
}
.eshop_wrp * .breadcrumb {
  background-color: #FFF;
}
.eshop_wrp .eshopMenuFGSG,
.eshop_wrp .eshopMenuFiltres {
  background-color: #FFF;
}
#eshopFiltresVertical {
  margin-top: 25px;
}
.eshop_wrp .eshopMenuFGSG .niveau2 {
  padding-left: 30px;
}
.eshop_wrp .eshopMenuFGSG .niveau3 {
  padding-left: 60px;
}
.eshop_wrp .eshopMenuFGSG ul {
  list-style-type: none;
  padding: 2px;
}
.eshop_wrp .eshopMenuFGSG ul ul {
  padding: 2px 15px;
  display: none;
}
.eshop_wrp .eshopMenuFGSG .toggler {
  cursor: pointer;
}
.eshop_wrp .eshopMenuFGSG .eshopMenuFGSGListGroup ul li div[data-niveau="1"] a {
  text-transform: uppercase;
}
.eshop_wrp .eshopMenuFGSG a {
  color: #000;
  text-decoration: none;
}
.eshop_wrp .eshopMenuFGSG .bg-active,
.eshop_wrp .eshopMenuFGSG .bg-active a {
  background-color: #FFF;
  color: #ED5565;
}
#eshopFiltresVertical {
  padding-bottom: 15px;
}
.eshopFiltresPrix {
  width: 50px;
}
.eshopFiltresSubmit,
.eshopFiltresReset {
  margin-top: 15px;
}
#eshopFiltresForm .eshopFilterButtons {
  padding-bottom: 15px;
}
#eshopFiltresForm .eshopFilterButtons .btn {
  font-size: 12px;
}
.eshopSeparator {
  border-bottom: 1px solid #FFF;
  height: 2px;
  background-color: #BAC2C7;
  margin: 15px 0px;
}
.eshopCreateAdvantage {
  background-color: #FFF;
  padding: 20px 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.eshopCreateWrapper .form-control {
  padding: 10px;
  min-height: 42px;
  border-radius: 0;
}
.eshopCreateWrapper h1.eshopCreateSection {
  font-size: 30px;
  color: #000;
  font-weight: 300;
  margin-bottom: 35px;
}
.eshopCreateWrapper label {
  font-weight: 300;
}
.eshopCreateWrapper .form-control-feedback.fa-check {
  top: 30px;
  right: 25px;
  color: green;
}
.eshopCreateWrapper .form-control-feedback.fa-times {
  top: 30px;
  right: 25px;
  color: #ED5565;
}
.eshopCreateWrapper em.error.help-block {
  display: none !important;
}
.eshop_wrp .eshopLogin .eshopLoginActivationTexte {
  background-color: #dff0d8;
  padding: 30px 15px;
  border-radius: 5px;
}
.eshop_wrp .eshopLogin .eshopLoginActivationTexteKo {
  background-color: #f2dede;
  padding: 30px 15px;
  border-radius: 5px;
}
.eshop_wrp .eshopLogin .eshopLoginAccueilTexte,
.eshop_wrp .eshopLoginRecovery .eshopLoginAccueilTexte {
  margin-top: 45px;
  margin-left: 10px;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-weight: 100;
}
.eshop_wrp .eshopLogin .eshopLoginConnexionTexte,
.eshop_wrp .eshopLoginRecovery .eshopLoginConnexionTexte {
  margin-top: -20px;
  display: inline-block;
  color: #DDDDDD;
  font-size: 12px;
}
.eshop_wrp .eshopLogin .eshopLoginBlocCompte,
.eshop_wrp .eshopLoginRecovery .eshopLoginBlocCompte {
  height: 364px;
  border: 1px solid #606972;
  margin-top: 40px;
  background-color: #FFF;
}
.eshop_wrp .eshopLogin .eshopLoginCompteTexte,
.eshop_wrp .eshopLoginRecovery .eshopLoginCompteTexte {
  margin-top: 43px;
  font-family: Roboto !important;
  font-size: 24px !important;
  font-weight: 50;
  font-style: 'regular';
  text-shadow: none !important;
}
.eshop_wrp .eshopLogin .eshopLoginButtonCompte,
#eshopForgottenPasswordModal .eshopLoginButtonCompte,
.eshop_wrp .eshopLoginRecovery .eshopLoginButtonCompte {
  width: 165px;
  height: 44px;
  border-radius: 0 !important;
  font-weight: normal;
  background-color: #EEEEEE !important;
  color: #606972 !important;
  border: none !important;
  margin-left: 11px;
}
#eshopForgottenPasswordModal .eshopLoginButtonCompte {
  width: 105px;
  height: 34px;
}
.eshop_wrp .eshopLogin .eshopLoginButtonCompte:hover,
#eshopForgottenPasswordModal .eshopLoginButtonCompte:hover,
.eshop_wrp .eshopLoginRecovery .eshopLoginButtonCompte:hover {
  background-color: #606972;
  border-radius: 5 !important;
  background-color: #606972 !important;
  color: #FFF !important;
  border: none !important;
}
.eshop_wrp .eshopLogin em.error.help-block,
#eshopForgottenPasswordModal #eshopLoginForgottenEmail-error.error.help-block {
  display: none !important;
}
.eshop_wrp .eshopLogin .fas.fa-check.form-control-feedback,
#eshopForgottenPasswordModal .fas.fa-check.form-control-feedback {
  color: #25C4AA;
}
.eshop_wrp .eshopLogin .fas.fa-times.form-control-feedback,
#eshopForgottenPasswordModal .fas.fa-times.form-control-feedback {
  color: #ED5565;
}
.eshop_wrp .eshopDescDetail h1.eshopDescTitle {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.eshop_wrp .eshopDescDetail img.eshopDescImgPrincipal {
  border: 1px solid #BAC2C7;
}
.eshop_wrp .eshopDescDetail .eshopDescPrice {
  margin-bottom: 5px;
}
.eshop_wrp .eshopDescDetail .eshopDescTexte {
  margin-top: 25px;
}
.eshop_wrp .eshopDescDetail .eshopDescRessources {
  background-color: #FFF;
  border: 1px solid #BAC2C7;
  padding: 10px 15px;
}
.eshop_wrp .eshopDescDetail .eshopDescRessources .eshopDescComments {
  background-color: #FFF;
}
.eshop_wrp .eshopDescDetail .eshopDescPrice {
  color: #ED5565;
  margin-top: 0px;
  font-weight: bold;
}
.eshop_wrp .eshopDescDetail .eshopDescThumbs {
  margin-top: 10px;
}
.eshop_wrp .eshopDescDetail .eshopDescThumbsGallery {
  text-decoration: none;
}
.eshop_wrp .eshopDescDetail .eshopDescThumbsGalleryItems.active {
  border: 1px solid #ED5565;
}
.eshop_wrp .eshopDescDetail .eshopDescStockStatus {
  margin-top: 15px;
  margin-bottom: 15px;
}
.eshop_wrp .eshopDescDetail .eshopActionDescComments,
.eshop_wrp .eshopDescDetail .eshopActionDescDoComment {
  display: none;
}
.eshop_wrp .eshopDescRessources .eshopDescCommentsHeader .rating-xxs {
  font: 1em;
}
.eshop_wrp .eshopDescRessources .eshopDescComments {
  border: 2px solid #BAC2C7;
  border-radius: 0 0 0 0;
  margin-bottom: 15px;
}
.eshop_wrp .eshopDescRessources .eshopDescCommentsHeader {
  padding: 8px;
}
.eshop_wrp .eshopDescRessources .eshopDescCommentsText {
  border-top: 1px solid #BAC2C7;
  padding: 15px 8px;
}
.eshop_wrp .eshopDescRessources .eshopDescMoreinfosDocs {
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.eshop_wrp .eshopDescRessources .eshopDescMoreinfosPicto {
  color: #ED5565;
}
.eshopMenuCart .cartItemModel {
  display: none;
}
#eshopAddToCartModal .eshopCartModalPrice {
  padding-top: 15px;
}
.eshop_wrp .eshopCartPage .field_CART_REMISE_LIGNE,
.eshop_wrp .eshopCartPayment .field_CART_REMISE_LIGNE {
  font-size: 9px;
  color: #ED5565;
  display: block;
}
.eshop_wrp .eshopCustomerDatasSection {
  margin-top: 0px;
}
.eshop_wrp .boxed {
  border-style: solid;
  border-width: 1px;
  border-color: #BAC2C7;
  background-color: #FFF;
}
.eshop_wrp .sectionTitle {
  padding: 5px;
  font-weight: bold;
}
.eshop_wrp .customerAdresse {
  margin: 0 -10px;
  padding: 5px;
}
.eshop_wrp .customerAdresse .header {
  font-weight: bold;
}
.eshop_wrp .acticon {
  float: right;
}
.eshop_wrp .acticon .fas,
.eshop_wrp .acticon .far {
  padding: 0 5px;
  cursor: pointer;
}
.eshop_wrp .acticon .fas:hover,
.eshop_wrp .acticon .far:hover {
  color: #ED5565;
}
.eshop_wrp .selectable.active {
  background-color: #FFF;
}
.eshop_wrp ol.breadcrumb.eshopCartBreadcrumb {
  background-image: url("/plugins/eshop/ressources/images/breadcrumbCartLine.jpg");
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left center;
  padding-left: 0;
  padding-right: 0;
}
.eshop_wrp ol.breadcrumb.eshopCartBreadcrumb .eshopCartBreadcrumbNum {
  background-color: #FFF;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 10px;
  color: #0072CE;
  font-weight: bold;
}
.eshop_wrp ol.breadcrumb.eshopCartBreadcrumb li {
  background-color: #0072CE;
  border-radius: 20px;
  padding: 10px 10px;
  margin-right: 35px;
  color: #FFF;
}
.eshop_wrp ol.breadcrumb.eshopCartBreadcrumb li:last-child {
  margin-right: 0;
}
.eshop_wrp ol.breadcrumb.eshopCartBreadcrumb>li+li:before {
  content: none;
}
.eshop_wrp ol.breadcrumb.eshopCartBreadcrumb li a {
  color: #FFF;
  font-weight: bold;
}
.eshop_wrp ol.breadcrumb.eshopCartBreadcrumb li.active a {
  color: #FEC34E;
}
.eshop_wrp .eshopCartTable tr td {
  border-color: transparent;
}
.eshop_wrp .eshopCartTable thead th {
  background-color: #606972;
  color: #FFF;
  text-align: center;
}
.eshop_wrp .eshopCartTable .eshopCartItemsDeleteCol .eshopCartItemsDelete {
  cursor: pointer;
  color: #ED5565;
}
.eshop_wrp .eshopCartTable thead th.text-right {
  text-align: right;
}
.eshop_wrp .eshopCartTable .eshopCartPageItemsContainer td {
  background-color: #FFF;
}
.eshop_wrp .eshopCartTable .eshopCartPageItemsContainer td.eshopCartItemsQteCol {
  border-bottom: 1px solid #BAC2C7;
}
.eshop_wrp .eshopCartTable .eshopCartPageItemsContainer .eshopCartItemsMenuPrice,
.eshop_wrp .eshopCartTable .eshopCartPageItemsContainer .eshopCartItemsMenuPriceLine {
  color: #ED5565;
}
.eshop_wrp .eshopCartTable .eshopCartPageItemsContainer td {
  vertical-align: middle;
  white-space: nowrap;
}
.eshop_wrp .eshopCartTable tfoot .eshopCartitemsFooterVidePanier {
  font-style: italic;
  font-size: 0.9em;
}
.eshop_wrp .eshopCartTable tfoot .eshopCartItemsCount {
  font-weight: bold;
}
.eshop_wrp .eshopCartTable tfoot .eshopCartitemsFooterPrix {
  background-color: #FFF;
  font-weight: bold;
}
.eshop_wrp .eshopCartTable .eshopCartPageEmpty td {
  padding: 55px 10px;
}
.eshop_wrp .eshopCartPage .eshopSearchBarCodeFocusElm {
  display: inline;
  margin-left: 15px;
}
.eshop_wrp .eshopCartDelivery .cartAddress {
  padding: 5px;
}
.eshop_wrp .wrpListLivr {
  margin-top: 15px;
}
.eshop_wrp .wrpChoixLivr .choixLivr .media-left i.fas {
  font-size: 30px;
}
.eshop_wrp .wrpChoixLivr .choixLivr.selectable {
  background-color: #FFF;
  padding: 30px 20px;
  margin-top: 15px;
  cursor: pointer;
}
.eshop_wrp .wrpChoixLivr .choixLivr.selectable.active {
  border: 1px solid #ED5565;
}
.eshop_wrp .wrpChoixLivr .choixLivr.selectable .media-left {
  border-right: 1px solid #BAC2C7;
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
}
.eshop_wrp .wrpChoixLivr .choixLivr.selectable .media-body {
  padding-left: 15px;
}
.eshop_wrp .eshopcartAddressWrp {
  margin: 10px 0;
}
.eshop_wrp .eshopcartAddressWrp .header,
.eshop_wrp .cartAddress .header {
  font-weight: bold;
}
.eshop_wrp * .eshopCartCarrierItem {
  background-color: #FFF;
  padding: 30px 20px;
  margin-top: 15px;
  cursor: pointer;
}
.eshop_wrp * .eshopCartCarrierCaption {
  font-weight: bold;
}
.eshop_wrp * .eshopCartPaymentItem {
  border: 1px solid #606972;
  padding: 20px 15px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.eshop_wrp * .eshopCartPaymentItem.active,
.eshop_wrp .cartAddress.active,
.eshop_wrp .cartcarrier.active {
  border-color: #ED5565;
}
.eshop_wrp * .eshopCartPaymentItem img {
  margin-bottom: 15px;
}
.eshop_wrp * .eshopCartPaymentItem .name {
  font-weight: bold;
}
.eshop_wrp .eshopCartPaymentItem .eshopCartPaymentItemLogo {
  padding: 20px 0 35px 0;
}
.eshop_wrp .eshopCartPaymentItem .header {
  border-top: 1px solid #BAC2C7;
  color: #BAC2C7;
  padding-top: 20px;
  font-weight: bold;
}
.eshop_wrp .eshopCartPayment .eshopCartPaymentMiniTable tbody td {
  border-bottom: 1px solid #BAC2C7;
  padding: 15px 5px;
}
.eshop_wrp .eshopCartPayment .eshopCartPaymentMiniTable tfoot tr.eshopCartPageFraisLiv td {
  background-color: #BAC2C7;
}
.eshop_wrp .eshopCartPayment .eshopCartPaymentMiniTable tfoot tr.eshopCartPageTotal {
  border: 1px solid #000;
}
.eshop_wrp .eshopCartPayment .eshopCartPaymentMiniTable tfoot tr.eshopCartPageTotal td {
  border-top: 1px solid #000;
}
.eshop_wrp .eshopCartPayment .eshopCartPaymentMiniTable tbody tr:last-child td {
  border-bottom: 0;
}
.eshop_wrp .eshopCartPayment .eshopCartPaymentMiniTable td.eshopCartItemsQteCol {
  font-weight: bold;
}
.eshop_wrp .eshopCartPayment .eshopCartPaymentMiniTable td.eshopCartitemsFooterCount {
  background-color: #FFF;
}
.eshop_wrp .eshopCartPayment .eshopCartPaymentAdresseTitre {
  text-align: center;
  margin-top: 5%;
}
.eshop_wrp .eshopCartPayment .eshopCartPaymentAdresse {
  border-left: 1px solid #E3E3E3;
  padding-left: 30px;
}
.eshopCartTotalPrice {
  color: #ED5565;
}
.eshop_wrp .eshopCartPayment .eshop_mode_ttc,
.eshop_wrp .eshopCartPage .eshop_mode_ttc {
  font-style: italic;
  font-size: 0.8em;
  text-align: right;
  display: block;
}
.eshop_wrp .eshopCartProcessing {
  background-color: #FFF;
}
.eshop_wrp .eshopCartProcessing .eshopCartProcessingText {
  padding: 35px 0px;
}
.eshop_wrp .eshopCartProcessing .eshopCartProcessingText h2 {
  margin-bottom: 40px;
}
.eshop_wrp .eshopCartProcessing .eshopCartProcessingText h6,
.eshop_wrp .eshopCartProcessing .eshopCartProcessingText h2 span {
  color: #25C4AA;
}
.eshop_wrp .eshopCartProcessing .eshopCartProcessingText h6 {
  font-weight: bold;
  font-size: 16px;
}
.eshop_wrp .eshopCartProcessing .eshopCartProcessingText .eshopCartGoToAccount {
  background-color: #606972;
  color: #FFF;
  border: 3px solid #606972;
}
.eshop_wrp .eshopCartProcessing .eshopCartProcessingText .eshopCartGoToAccount:hover {
  background-color: #FFF;
  color: #606972;
  border: 3px solid #FFF;
}
.eshop_wrp #eshopCustomerPassword h1.eshopCustomerPasswordTitle {
  font-size: 30px;
  font-weight: 300;
}
.eshop_wrp #eshopCustomerPassword .eshopCustomerPasswordSubmit {
  background-color: #ED5565;
  color: #FFF;
  border: 3px solid #ED5565;
}
.eshop_wrp #eshopCustomerPassword .eshopCustomerPasswordSubmit:hover {
  background-color: #FFF;
  color: #ED5565;
  border: 3px solid #FFF;
}
.eshopHistoCommandeTemp thead th {
  font-weight: bold;
  background-color: #606972;
  color: #fff;
  padding: 3px;
}
.eshopHistoCommandeTemp tr.total th {
  font-weight: bold;
  border-top: 1px solid #606972;
  color: #ED5565;
}
.eshopOrderWrp .eshopOrderHeader[aria-expanded="true"] .fa-chevron-right:before {
  content: "\f078";
}
.eshop_wrp .eshopOrderWrp .glyphCenterHead,
.eshop_wrp .eshopFavoriteDetail .glyphCenterHead {
  line-height: 0.8;
}
.eshop_wrp .eshopOrderWrp .glyphHead:hover,
.eshop_wrp .eshopFavoriteDetail .glyphHead:hover {
  color: #ED5565;
}
.eshop_wrp .eshopOrderWrp .prixH4,
.eshop_wrp .eshopFavoriteDetail .prixH4 {
  color: #ED5565;
  font-weight: bold;
}
.eshop_wrp .eshopOrderWrp .eshopQteToCartInput:focus,
.eshop_wrp .eshopFavoriteDetail .eshopQteToCartInput:focus {
  border-color: black;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.eshop_wrp .eshopOrderWrp {
  border: 1px solid #BAC2C7;
  border-radius: 0 0 0 0;
}
.eshop_wrp .eshopOrderHeader {
  border-bottom: 1px solid #BAC2C7;
  border-radius: 0 0 0 0;
  margin: 0;
  padding-bottom: 0;
}
.eshop_wrp .eshopTitleHeader {
  background-color: #606972;
  color: #FFF;
  padding: 8px;
  margin-bottom: 1px;
  font-weight: bold;
  font-size: 14px;
}
.eshop_wrp .eshopFavoriteDetail .plusMoins,
.eshop_wrp .eshopCustomerOrderItems .plusMoins {
  color: gray;
  background-color: lightgray;
}
.eshop_wrp .eshopFavoriteDetail .plusMoins:hover,
.eshop_wrp .eshopCustomerOrderItems .plusMoins:hover {
  color: #FFF;
  background-color: lightgray;
}
.eshop_wrp .eshopFavoriteDetail .eshopCustomerFavoriteItemsArticleNum,
.eshop_wrp .eshopOrderWrp .eshopCustomerOrderItemsArticleNum {
  padding-right: 1vw;
}
.eshop_wrp .eshopFavoriteDetail .eshopCustomerFavoriteItemsArticleNum:first-child,
.eshop_wrp .eshopOrderWrp .eshopCustomerOrderItemsArticleNum:first-child {
  border: 1px solid #BAC2C7;
  border-radius: 0 0 0 0;
}
.eshop_wrp .eshopFavoriteDetail .eshopCustomerFavoriteItemsArticleNum:last-child,
.eshop_wrp .eshopOrderWrp .eshopCustomerOrderItemsArticleNum:last-child {
  border: 1px solid #BAC2C7;
  border-radius: 0 0 0 0;
}
.eshopCustomerAdresseThumbs {
  margin-bottom: 5px;
}
.eshopFavoriteWrp .eshopFavoriteHeader[aria-expanded="true"] .fa-chevron-right:before {
  content: "\f078";
}
.eshop_wrp:not(.doPrice) .onlyDoPrice {
  display: none;
}
.eshop_wrp:not(.salesman) .onlySalesman {
  display: none;
}
.eshop_wrp #eshopCustomerAdresseAddModal[data-livr_fact="F"] .onlySalesman {
  display: none;
}
.eshop_wrp .eshopProductsBreadcrumb {
  margin-left: 50px;
  padding-right: 50px;
}
.eshop_wrp .eshopProductsFamillesPresentation {
  margin-left: 100px;
  padding-right: 50px;
}
.eshop_wrp .eshopProductsBreadcrumb .eshopProductsSearchInput {
  width: 90%;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .eshop_wrp ol.eshopCartBreadcrumb {
    background-image: none;
  }
  .eshop_wrp ol.eshopCartBreadcrumb li {
    margin-bottom: 15px;
  }
  .eshop_wrp .eshopItem_proLibelleLien {
    display: block;
    min-height: 40px;
  }
  .eshop_wrp .eshopProductsBreadcrumb {
    margin-left: 0px;
    padding-right: 0px;
  }
  .eshop_wrp .eshopProductsFamillesPresentation {
    margin-left: 35px;
    padding-right: 25px;
  }
  .eshop_wrp .eshopImg img {
    margin-top: -100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .eshop_wrp ol.eshopCartBreadcrumb {
    background-image: none;
  }
  .eshop_wrp ol.eshopCartBreadcrumb li {
    margin-bottom: 15px;
  }
  .eshop_wrp .eshopProductsBreadcrumb {
    margin-left: 25px;
    padding-right: 25px;
  }
  .eshop_wrp .eshopItem_proLibelleLien {
    display: block;
    min-height: 40px;
  }
  .eshop_wrp .fas.fa-search {
    padding-left: 15px;
    color: #8A8A89;
  }
  .eshop_wrp .eshopProductsBreadcrumb .input-search {
    border-radius: 30px;
    padding: 0px 5px;
  }
  .eshop_wrp .eshopProductsBreadcrumb .eshopProductsSearchInput {
    width: 80%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .eshop_wrp .eshopOrderWrp .eshopCustomerOrderItems .eshopQteToCartInput,
  .eshop_wrp .eshopFavoriteDetail .eshopQteToCartInput {
    display: inline;
  }
  .eshop_wrp .eshopProductsBreadcrumb {
    margin-left: 15px;
    padding-right: 15px;
  }
  .eshop_wrp .fas.fa-search {
    padding-left: 15px;
    color: #8A8A89;
  }
  .eshop_wrp .eshopProductsBreadcrumb .input-search {
    border-radius: 30px;
    padding: 0px 5px;
  }
  .eshop_wrp .eshopProductsBreadcrumb .eshopProductsSearchInput {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .eshop_wrp .eshopOrderWrp .eshopCustomerOrderItems .eshopQteToCartInput,
  .eshop_wrp .eshopFavoriteDetail .eshopQteToCartInput {
    display: inline;
  }
  .eshop_wrp .eshopProductsBreadcrumb {
    margin-left: 15px;
    padding-right: 15px;
  }
  .eshop_wrp .fas.fa-search {
    padding-left: 15px;
    color: #8A8A89;
  }
  .eshop_wrp .eshopProductsBreadcrumb .input-search {
    border-radius: 30px;
    padding: 0px 5px;
  }
  .eshop_wrp .eshopProductsBreadcrumb .eshopProductsSearchInput {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .eshopCardMenuFGSG {
    display: none;
  }
}
