/*
Custom Css
*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

th {
  vertical-align: middle;
}

.eShopLink a { color: #000;}
.eShopLink a:hover { color: #333d4a;}

.eShopCartNum {
 flex:0 0 auto;
 width:60px
}

.eShopImageArrowLeft {
  transition: .5s ease;
  color: #333d4a;
  opacity: 70%;
  position: absolute;
  top: 50%;
  left: 5%;
}

.eShopImageArrowRight {
  transition: .5s ease;
  color: #333d4a;
  opacity: 70%;
  position: absolute;
  top: 50%;
  right: 5%;
}
