.sliders-colorpicker {
  font-size: 1.5rem !important;
}

.custom_wrap .custom_box .color_choice li .color_wrap button {
  width: 70px;
  height: 25px;
  line-height: 25px;
  color: white;
  font-size: 14px;
  border-radius: 3px;
  background: #333;
  display: block;
  margin: 15px auto 0;
}

.product_list .item .img {
  padding: 20px;
  display: flex;
  align-items: center;
}

.custom_wrap .custom_box .custom_half table td input[type="text"] {
  font-size: 16px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

/* .feather {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
} */

.foot-img {
  max-width:30%;
  display: inline-block;
  margin-right: 5px;
}

.foot-img:last-child {
  margin-right: 0px;
}

.foot-img > p {
  margin-top: 2rem;
}