.col-phone a::before {
    content: '\f095';
    font-family: "Font Awesome 5 Pro";
    transform: rotateY(180deg);
    font-size: 18px;
    line-height: 26px;
    margin-right: 7px;
    display: inline-block;
    font-weight: 600;
}
.custom-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ff3b3b;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 9999;
}

.custom-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.size-error-msg {
  display: none;
  color: orange;
  font-size: 13px;
  margin-left: 10px;
  font-weight: 500;
}

.product-miniature {
  position: relative;
}
.custom-toast-size {
  position: absolute;
  bottom: 60px;   /* button ke upar */
  left: 50%;
  transform: translateX(-50%);

  background: #ff4d4f;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;

  display: none;
  z-index: 10;
  white-space: nowrap;
}
.product-add-to-cart,
.p-cartwapper {
  position: relative;
}
#index .box-footer-center > div:nth-child(3) .title_block{
  position: relative;
  left: -6px;
}
#index .box-footer-center > div:nth-child(4) .title_block{
  position: relative;
  left: -46px;
}
#index .box-footer-center > div:nth-child(5) .title_block {
  position: relative;
  left: -10px;
}
@media (max-width: 767px) {
  #index .footer-link .title_block {
    position: static !important;   /* reset */
    text-align: left !important;   /* left align */
    padding-left: 15px;            /* spacing */
  }
}
.custom-toast-size-main {
  position: absolute; 
  bottom: 111px;         
  left: 50%;
  transform: translateX(-50%);
  background: #ff4d4f;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  display: none;
  z-index: 10;
  white-space: nowrap;
}

.product-variants .color.texture {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}