=.shop-page-product-list .productfeature {
    position: absolute;
    top: 10px;
    right: 10px;
    flex-wrap: wrap;
    display: flex;
    width: 80%;
    justify-content: flex-end;
}

.shop-page-product-list .specialFeature {
    background: whitesmoke;
    width: fit-content;
    opacity: 0.7;
    border-radius: 2px;
    max-width: fit-content;
    height: fit-content;
}

.shop-page-product-list .specialFeature>p {
    padding: 3px 5px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-family: 'Libre Baskerville';
    font-weight: 900;
    color: #733f3f;
}

.product a {
    color: black;
}

#listnotend .spinner-container {
    position: absolute !important;
    width: unset !important;
    background-color: transparent !important;
    top: unset !important;
}

.productlist-header.non-mobile {
    height: calc(100vw/12 * 2);
}

.productlist-header.mobile {
    height: calc(100vw / 3 * 2);
    max-height: 400px;
}

.productlist-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    min-height: 200px;
}

.productlist-header h2 {
    font-size: 2em;
    position: absolute;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.productlist-header.non-mobile h2 {
    color: #252525;
}

.productlist-header.mobile h2 {
    color: #252525;
}

.shop-page.shop-page-product-list .site-main {
    padding-bottom: 0;
    position: relative;
    top: -40px;
}

.shop-product-list::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}

.shop-product-list {
    min-height: 100vh;
    height: min-content;
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 50px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.shop-product-list .sort-filter-button {
    display: flex;
    border: 1px solid #e9e9e9;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px 10px;
    align-items: center;
    justify-content: center;
    width: 120px;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    bottom: 30px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    border-radius: 5px;
    cursor: pointer;
}

.shop-product-list .sort-filter-button>.iconify {
    margin-left: 10px;
}

.shop-product-list .products {
    min-height: 100vh;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.shop-product-list .products div.product {
    display: block;
    float: left;
    width: calc(100vw / 3);
    height: calc(calc(calc((100vw / 3) / 4) * 5) + 100px);
    border: 1px solid #f6f6f6;
    -webkit-transition: display 0.1s ease;
    -moz-transition: display 0.1s ease;
    -o-transition: display 0.1s ease;
    -ms-transition: display 0.1s ease;
    transition: display 0.1s ease;
    min-height: 270px;
}

.shop-product-list .products div.product a.loop-product-link {
    width: 100%;
    height: calc(calc(calc((100vw / 3) / 4) * 5));
}

.shop-product-list .products div.product .details-wrapper {
    height: calc(100px - 10px);
    padding-top: 10px;
    position: relative;
}

.shop-product-list .products div.product a.loop-product-link img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: #fff;
    object-position: center;
}

.shop-product-list .products div.product .details-wrapper h3,
.shop-product-list .products div.product .details-wrapper span.price span,
.shop-product-list .products div.product .details-wrapper span.price {
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.shop-product-list .products div.product .details-wrapper h3 {
    color: #252525;
    font-weight: bold;
}

.shop-product-list .products div.product .details-wrapper span.price span {
    font-weight: normal;
    color: #252525;
}

.shop-product-list .products .amount {
    display: inline-flex;
}

.shop-product-list .products div.product .img-wrapper,
.shop-product-list .products div.product a.loop-product-link,
.shop-product-list .products div.product .details-wrapper,
.shop-product-list .products div.product .img-container {
    width: 100%;
}

.shop-product-list .products div.product .img-container,
.shop-product-list .products div.product .img-wrapper {
    height: 100%;
}

.shop-product-list .products div.product a.loop-product-link {
    position: relative;
    display: inline-block;
}

.colorWrapper {
    position: relative;
    display: flex;
}

.breadcrumb {
    background-color: transparent;
    text-align: center;
    z-index: 2;
    margin-bottom: 80px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

@media (max-width:450px) {
    .container {
        padding: 0 !important;
    }
}

@media (max-width: 479px) {
    .shop-product-list .products .amount {
        padding-top: 0 !important;
    }
    .shop-product-list .products div.product {
        margin-top: 0px !important;
    }

    .shop-product-list.shop-product-list-3-columns .products div.product h3 {
        margin-top: auto !important;
    }
}

@media (max-width: 550px) {

    .breadcrumb a,
    .breadcrumb span {
        font-size: 12px !important;
    }

    .breadcrumb {
        padding: 60px 0px !important;
        margin-bottom: 28px !important;
    }

    .productlist-header.mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .shop-product-list .products div.product {
        width: calc(100vw / 2) !important;
        height: calc(calc(calc((100vw / 2) / 4) * 5) + 100px) !important;
    }

    .shop-product-list .products div.product a.loop-product-link {
        height: calc(calc(calc((100vw / 2) / 4) * 5)) !important;
    }

    .shop-product-list .products {
        padding: 0;
    }

    .shop-product-list {
        margin-bottom: 70px;
    }
}

@media (max-width:769px) {
    .shop-product-list .products div.product:not(.product-template):nth-child(2n) {
        padding-right: 0px !important;
    }
}

@media (min-width:769px) and (max-width: 991px) {
    .shop-product-list .products div.product:nth-child(3n) {
        padding-right: 0px !important;
    }
}

@media (min-width: 991px) {
    .productlist-header.mobile {
        display: none !important;
    }

    .productlist-header.non-mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .shop-product-list .products div.product:nth-child(4n) {
        padding-right: 0px !important;
    }
}

@media (min-width: 1400px) {
    .shop-product-list {
        margin-bottom: 90px;
    }

    .shop-product-list .products div.product a.loop-product-link img {
        width: 100%;
    }

    .shop-product-list .products div.product {
        width: calc(100vw / 4) !important;
        height: calc(calc(calc((100vw / 4) / 4) * 5) + 100px) !important;
    }

    .shop-product-list .products div.product a.loop-product-link {
        height: calc(calc(calc((100vw / 4) / 4) * 5)) !important;
    }
}

@keyframes fx {
    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* filter */

div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto';
    font-size: 12px;
}

@media (max-width: 550px) {
    .shop-product-list .sort-filter-header .filter-header {
        font-size: 12px !important;
    }
}

.shop-product-list .sort-filter-header {
    display: none;
}

.shop-product-list .sort-filter-header.show {
    animation: openfilter 1s ease-out 0s 1;
    flex-wrap: wrap;
    align-content: baseline;
    display: flex !important;
    right: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background-color: white;
    z-index: 2;
    overflow-y: scroll;
}

.sort-filter-header>div {
    width: 100%;
}

.sort-filter-header>div .dropdown {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sort-filter-header>div .dropdown .filter-header {
    font-family: 'Roboto';
    font-size: 12px;
    color: black;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 16px;
}

.sort-filter-header>div .dropdown>div {
    width: 100%;
}

.sort-filter-header .header-container {
    height: 35px;
    display: flex;
    width: 100%;
    position: sticky;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dadada;
    background: white;
    top: 0;
    z-index: 2;
}

.sort-filter-header .header-container .title {
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.sort-filter-header .selections {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.sort-filter-header .selections>div {
    width: calc(calc(100% / 2) - 5px);
    padding: 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    cursor: pointer;
}

.sort-filter-header .header-container .closebtn {
    position: absolute;
    right: 10px;
    font-size: 22px;
}

.shop-product-list .filter-container.overlay {
    display: none;
    background-color: #00000038;
    position: fixed;
    width: 100%;
    height: 100vh;
}

.hidescrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.hidescrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/*! CSS Used keyframes */
@keyframes openfilter {
    0% {
        right: -500px;
        top: 0px;
    }

    25% {
        right: -300px;
        top: 0px;
    }

    50% {
        right: -200px;
        top: 0px;
    }

    75% {
        right: -100px;
        top: 0px;
    }

    100% {
        right: 0px;
        top: 0px;
    }
}

.addLineThru {
    text-decoration: line-through !important;
}

.newamount {
  text-align: left;
}

.newamount * {
  color: #e21743 !important;
}
