.productViewImageContainer {
    height: 239px !important;
}

.widthContainer {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    margin-bottom: 40px;
    width: unset;
}

.newsContainer {
    position: relative;
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
}

.newsRow {
    position: relative;
    width: 90%;
    grid-gap: 0%;
    grid-auto-flow: column;
    height: auto;
    overflow: hidden;
    display: flex !important;
    margin: 50px auto;
    justify-content: space-between;
}

.outOfStok {
    display: none;
}

.productsSection {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    grid-column-gap: 4%;
    /* grid-row-gap: 20px; */
    margin-bottom: 20px;
}

.productViewContainer {
    margin: 0px !important;
    margin-bottom: 0px;
    margin-top: 20px !important;
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    z-index: 0;
    margin: 0px;
    margin-bottom: 20px;
}

.productViewContainer:hover .hoverImg {
    opacity: 1;
}

.productViewContainer:hover .buyContainer {
    top: -1px;
}

.buyContainer {
    display: block;
    background-color: #a2122e;
    width: calc(100% - 2px) !important;
    position: relative;
    height: 35px;
    /* width: 50% !important; */
    border: 1px solid #a2122e;
    text-align: center;
    line-height: 35px;
    margin: auto;
    border-radius: 40px;
    color: white;
    top: 60px;
    -moz-transition: top 0.2s ease-in-out;
    -webkit-transition: top 0.2 ease-in-out;
    -moz-transition: top 0.2 ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

.buyContainer:hover {
    background-color: white;
    color: black;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    border: 1px solid #a2122e;
}

.buyContainer.notVisible {
    display: none;
}

.productSlide .productViewContainer {
    width: 100%;
    height: 400px;
}

.productViewAditionalInfo {
    position: relative;
    width: 100%;
    height: 15px;
    font-size: 13px;
    line-height: 13px;
    color: #a2122e;
    transition: all 0.2s ease-out;
    margin-bottom: 8px;
    display: none;
}

.productViewAditionalInfo.altColor {
    color: #a0a0a0;
}

.secondImg {
    opacity: 0;
    position: absolute !important;
    left: 0px;
    top: 0px;
}

.productViewContainer:hover .secondImg {
    opacity: 1;
}

.productViewTop.firstImg,
.productViewTop.secondImg {
    height: 300px !important;
}

.productViewImageContainer {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    /* width: 256px; */
    height: 257px !important;
    z-index: 0;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease-out;
    border: 2px solid #f6f6f6;
}

.coffeeShop .productViewImageContainer {
    border: none;
}

.productViewContainer.discount .productViewImageContainer,
.productViewAditionalInfo {
    background-color: white;
    border-color: #a2122e;
}

.productViewContainer:hover .productViewImageContainer {
    opacity: 0.7;
    /* transform: translateY(-20px); */
}

.productViewContainer:hover .productViewAditionalInfo {
    /* transform: translateY(-20px); */
}

.productViewImage {background-size: contain;position: relative;margin: auto;width: 189px !important;height: 189px !important;}

.productViewContainer:hover {
    top: -5px;
}

.coffeeShop .productViewImage {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.productViewData {
    position: relative;
    width: 100%;
    text-align: left;
    height: auto;
    overflow: hidden;
    color: black;
    margin: 15px auto;
}

.productViewData div:not(.price),
.productViewData h2 {
    position: relative;
    float: left;
    width: 65%;
    overflow: auto;
    height: auto;
    line-height: 19px;
    font-size: 15px;
    /* margin: 7px auto; */
    /* font-weight: 500; */
    /* text-transform: capitalize; */
    letter-spacing: 0px;
}

.productViewName {
    font-weight: bold;
    /* text-transform: capitalize; */
}

.productViewAuthor {
    /* font-size: 11px !important; */
    color: #b0b0b0;
    /* text-transform: lowercase; */
    font-weight: 500 !important;
}
.productViewContainer:hover .firstImg {
    opacity: unset !important;
}

.productViewAuthor::first-letter {
    text-transform: capitalize !important;
}

.productViewPriceContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* color: #a2122e; */
    float: right;
    width: 35% !important;
}

.productViewPriceContainer .price {
    position: relative;
    font-weight: 500;
}

.productViewOldPrice {
    margin-right: 10px;
}

.productViewOldPrice::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 1px);
    border-top: 2px solid;
    border-color: inherit;
    width: 110%;
    /* -webkit-transform: rotate(5deg);
          -moz-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
          -o-transform: rotate(5deg);
          transform: rotate(5deg); */
}

.productViewContainer.discount .productViewPrice::before {
    position: relative;
    content: "/";
    width: auto;
}
select#orderSelect {
    position: relative;
    height: 20px;
    font-size: 14px;
    width: 100%;
    border: none;
    background-color: transparent;
    text-align-last: initial;
    padding-left: 10px;
    color: #000000;
    margin: 7px;
}
.badgeFile {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 34%;
}

#MMFiles .badgeFile {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
}

#filters {
    width: 100%;
    height: auto;
    margin: 15px auto;
    margin-top: 25px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter {
    position: relative;
    margin: auto;
    width: 20%;
    height: auto;
    overflow: hidden;
    text-align: initial;
    margin: 6px;
    border: 1px solid rgb(224, 224, 224);
}

.filterTitle {
    color: black;
    margin-right: 10px;
    margin-left: 30px;
    font-size: 16px;
}

.bankPrice {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #ee3223;
    line-height: 27px;
    display: inline-block;
    width: auto;
    margin-top: 5px;
    font-weight: 600;
}

.bankPriceImg {
    position: relative;
    float: left;
    height: 25px;
    margin-right: 5px;
}

.bag {
    background-image: url('/files/bag.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    left: 2px;
    top: 3px;
    background-position: center;
    position: relative;
    z-index: 1;
}

.figureBackgroundFirst {
    background: #fffc;
    position: absolute;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    /* top: 10px; */
    bottom: 60px;
    z-index: 1;
    right: 10px;
    border-radius: 50%;
    background-position: center;
}

.ec_book {}

.bankPriceText {
    position: relative;
    float: left;
}

@media screen and (max-width: 768px) {
    .productViewContainer {
        height: 100vw;
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
        /* margin-left: 8%; */
        margin: 0 auto;
        /* margin-right: 1%; */
        /* margin-bottom: 40px; */
    }

    #filters {
        align-items: flex-start;
        flex-direction: column;
    }
.filter {
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    width: 100%;
}
    .filterTitle {
        margin: 0px;
        margin-bottom: 15px;
    }

    .productsSection {
        display: flex;
        flex-direction: column;
    }

    .slick-slide:not(.workshopGalleryImage) {
        float: left;
        height: 126%;
        min-height: 1px;
    }
}
