﻿.card-scroll-top.show {
    opacity: 1;
    right: 1.25rem
}

.card-scroll-top {
    bottom: 8%;
    color: #fff;
    display: block;
    left: 1%;
    opacity: 0;
    position: fixed;
    right: 1%;
    text-align: center;
    transition: right .4s cubic-bezier(.68,-.55,.265,1.55),opacity .3s,background-color .25s ease-in-out;
    width: 30%;
    z-index: 1025
}

figure.effect-apollo {
    background: #fff
}

    figure.effect-apollo img {
        -webkit-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s
    }

    figure.effect-apollo figcaption:before {
        background: hsla(0,0%,100%,.7);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: scale3d(1.9,1.4,1) rotate(45deg) translate3d(0,-100%,0);
        transform: scale3d(1.9,1.4,1) rotate(45deg) translate3d(0,-100%,0);
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s;
        width: 100%
    }

    figure.effect-apollo p {
        opacity: 0;
        padding-bottom: 5%;
        padding-right: 10%;
        position: absolute;
        text-align: right
    }

    figure.effect-apollo:hover img {
        opacity: .5;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    figure.effect-apollo:hover figcaption:before {
        -webkit-transform: scale3d(1.9,1.4,1) rotate(45deg) translate3d(0,100%,0);
        transform: scale3d(1.9,1.4,1) rotate(45deg) translate3d(0,100%,0)
    }

    figure.effect-apollo:hover p {
        opacity: 1;
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

.product-title {
    margin-bottom: 0 !important
}

.grid figure {
    cursor: pointer;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center
}

    .grid figure img {
        display: block;
        max-width: 100%;
        min-height: 100%;
        opacity: 1;
        position: relative
    }

.section_Header {
    align-items: center;
    color: var(--title-color);
    color: #373f50;
    column-gap: 50px;
    display: grid;
    font-size: 1.32rem;
    font-weight: 700;
    grid-template-columns: 1fr auto 1fr;
    letter-spacing: .05em;
    line-height: 1.2;
    margin: 5px 0;
    text-align: center;
    text-shadow: 5px 5px 5px rgba(0,0,0,.1),10px 10px 10px rgba(0,0,0,.2);
    text-transform: uppercase
}

.modalClose {
    position: absolute
}

.modalClose, .showAll {
    right: 35px;
    top: 35px
}

.product-card .badges {
    left: .75rem;
    position: absolute;
    right: auto !important;
    right: .75rem;
    top: 2.2rem;
    z-index: 5
}

.badges {
    border-radius: .175rem;
    color: #fff;
    display: inline-block;
    font-size: .75em;
    font-weight: 400;
    line-height: 1;
    padding: .25em .625em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.Categ:hover {
    opacity: .8;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.closeModal {
    float: left;
    left: 91%;
    position: absolute;
    top: 1%
}

#flex {
    display: flex;
    flex-direction: column
}

.h-85 {
    height: 85% !important
}

.CatControlBtnLeft {
    left: 17% !important;
    position: absolute
}

.CatControlBtnRight {
    position: absolute;
    right: 17% !important
}

@@media only screen and (max-width: 600px) {
    .mx-5 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .categoryPadding {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .card-scroll-top {
        width: 100%
    }
}
