.-product-cateory,
.-product-cateory-start {
    position: relative;
}

.-product-cateory::after {
    content: " ";
    width: 10px;
    background: #c7c6c6;
    height: 1px;
    position: absolute;
    top: 9px;
}

.-product-cateory::after:first {
    background-color: transparent;
}

.product-thgimages img {
    transition: 0.3s;
}

.product-thgimages img.active {
    box-shadow: 4px 4px 0px 0px rgb(155 113 97 / 20%);
    border: 1px solid var(--primary);
}

.-pro-remove-size-btn ,.-cart-remove-item-btn {
    display: none;

    font-size: 14px;
}

.-cart-item-area:hover .-cart-remove-item-btn ,.-size-item-area:hover .-pro-remove-size-btn{

    display: block;
}


