#product .product-images.images-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.product-images .swiper-button-prev.d-md-none, .product-images .swiper-button-next.d-md-none {
    display: block !important;
}
#history a.invoice,#history a.new_order{
    text-decoration: none;
    margin-right: 5px;
    color: #e6600c;
}

#history a.invoice:hover,#history a.new_order:hover{
    text-decoration: underline;
    color: #e6600c;
}
#category .subcategories {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: inherit;
    padding: 20px 0 20px;
}
.subcategories::-webkit-scrollbar {
    height: 10px;
    background-color: #D6D6D6;
}
.subcategories::-webkit-scrollbar-button {
    display: none !important;
}
.subcategories::-webkit-scrollbar-thumb {
    background-color: #ff7200;
    border-radius: 50px;
}

.subcategories::-webkit-scrollbar-track {
    background-color: #D6D6D6;
    border-radius: 50px;
}
#category .product-list-header .page-description {
    max-width: 100%;
}
#category .subcategories__item-link {
    background-color: transparent;
    border: 2px solid #000;
}
#category .subcategories__item-link:hover {
    background-color: #ff7200;
    border: 2px solid #ff7200;
}