.product-variants .color.texture {
    width: 40px;
    height: 40px;
}

.short-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.close2 {
    font-size: 30px;
    background: #8f0411;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.footer-container .copyright {
text-align: right;
  }


  #mobile-psmegamenu .psnav-top {
    padding: 0;
  }

  @media (max-width: 991.98px) {
    .st-menu {
        overflow-y: scroll;
    }
}