    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */

    .clickable-row {
      cursor: pointer !important;
    }

  /* .product-img img {
      width: 250px;
      aspect-ratio: 1;
      object-fit: cover;
      --_m: radial-gradient(#000 69%,#0000 70%) 84.5%/50%;
      -webkit-mask-box-image: var(--_m);
                 mask-border: var(--_m);
      clip-path: polygon(-41% 0,50% 91%, 141% 0);
    }

    @supports not (-webkit-mask-box-image: var(--_m)) {
      .product-img img {
       --_m:
         radial-gradient(at 70% 31%,#000 29%,#0000 30%),
         radial-gradient(at 30% 31%,#000 29%,#0000 30%),
         linear-gradient(#000 0 0) bottom/100% 50% no-repeat;
       -webkit-mask: var(--_m);
               mask: var(--_m);
      }
    } */


.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}

/* .panel-body {
    padding: 25px 20px;
} */

.btn-trans {
    background-color: transparent;
    border-color: transparent;
    color: #929292;
}

.btn-icon {
    padding-left: 9px;
    padding-right: 9px;
}

.btn-sm, .btn-group-sm>.btn, .btn-icon.btn-sm {
    padding: 5px 10px !important;
}

.mar-top {
    margin-top: 15px;
}


.comment-section {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
    /* border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.comment {
    display: flex;
    margin-bottom: 10px;
}

.comment-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-content {
    margin-left: 10px;
    flex: 1;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-author {
    font-weight: bold;
    font-size: 14px;
}

.comment-time {
    font-size: 12px;
    color: #888;
}

.comment-text {
    margin: 5px 0;
    line-height: 2.1;
    color: #6b6b6b;
    /* font-size: 14px; */
}

.comment-text img {
  border-radius: 8px;
}

.comment-actions {
    font-size: 12px;
    color: #555;
}

.comment-actions a {
    color: #555;
    text-decoration: none;
    margin-right: 15px;
}

.comment-actions a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 600px) {
    .comment {
        flex-direction: column;
        align-items: flex-start;
    }

    .comment-content {
        margin-left: 0;
    }

    .comment-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .comment-time {
        margin-top: 5px;
    }
}


.preview-item {
        position: relative;
        overflow: hidden;
        padding-top: 10px;
    }
    .preview-item img, .preview-item video {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .remove-file {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 10;
        background: rgba(255, 0, 0, 0.7);
        border: none;
        color: white;
        border-radius: 50%;
        font-size: 16px;
        line-height: 20px;
        width: 25px;
        height: 25px;
        text-align: center;
        cursor: pointer;
    }

    .read-more, .read-less {
        color: #007bff;
        cursor: pointer;
    }

    .read-more:hover, .read-less:hover {
        text-decoration: underline;
    }

    .ajax-loader-stk {
      visibility: hidden;
      background-color: rgba(255,255,255,0.7);
      position: absolute;
      z-index: +100 !important;
      /* width: 100%;
      height:100%; */
      display: flex;
      justify-content: center;
      margin-top:-6%;
      margin-left:34%;
      border-radius: 50%;
    }

    .ajax-loader-stk img {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      /* top:20%;
      left:30%; */
    }

    .ajax-loader-manual {
      visibility: hidden;
      background-color: rgba(255,255,255,0.7);
      position: absolute;
      z-index: +100 !important;
      /* width: 100%;
      height:100%; */
      display: flex;
      justify-content: center;
      margin-top:-6%;
      margin-left:34%;
      border-radius: 50%;
    }

    .ajax-loader-manual img {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      /* top:20%;
      left:30%; */
    }
