
.jxhomepagecategorygallery-block{
    background-color: #f3f4f8;
    background-size: 50% 50%;
}

.jxhomepagecategorygallery-block>h3{
    text-align: center;
    font-weight: 600;
    padding-bottom: 0;
    color: white;
    text-transform: uppercase;
    padding-top: 5rem;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery{
    width: 100%;
    display: flex;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li{
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    height: 300px;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(3){
    order: 1;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(1),
.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(3){
    width: 50%;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(2){
    width: 100%;
    order: 2;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li .jxhomepagecategorygallery-content{
    padding: 2rem;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(1) .jxhomepagecategorygallery-content{
    margin-top: 50px;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(3) .jxhomepagecategorygallery-content{
    bottom: 0;
    top: auto;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(1) .jxhomepagecategorygallery-content >h3,
.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(3) .jxhomepagecategorygallery-content >h3{
    text-transform: uppercase;
    color: white;
    font-weight: 900;
}


.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(2) .jxhomepagecategorygallery-content >h3{
    display: none;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(2) .jxhomepagecategorygallery-content >div>p{
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 25%;
    font-size: 3rem;
}


.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li>a>img{
    width: 100%;
    height: 100%;
}




.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li .jxhomepagecategorygallery-content h3{
    color: white;
    font-weight: 600;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li .jxhomepagecategorygallery-content div{
    color: white;
    font-weight: 600;

}



.jxhomepagecategorygallery-block #jxhomepagecategorygallery>li aside{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6764642b;
}

.jxhomepagecategorygallery-block #jxhomepagecategorygallery{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


@media screen and (min-width: 768px){

    .jxhomepagecategorygallery-block #jxhomepagecategorygallery>li{
        height: 500px;
    }

}


@media screen and (min-width: 992px){

    .jxhomepagecategorygallery-block #jxhomepagecategorygallery{
        flex-direction: row;
    }

    .jxhomepagecategorygallery-block #jxhomepagecategorygallery>li{
        margin: 2% 1%;
        vertical-align: top;
        position: relative;
    }

    .jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(1),
    .jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(3){
        width: 25%;
    }

    .jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(2){
        width: 43%;
        order: 1;
    }

    .jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(3){
        order: 2;
    }


}


@media screen and (min-width: 1400px){

    .jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(1),
    .jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(3){
        width: 20%;
    }

    .jxhomepagecategorygallery-block #jxhomepagecategorygallery>li:nth-child(2){
        width: 53%;
    }

    .jxhomepagecategorygallery-block #jxhomepagecategorygallery{
        width: 85%;
        margin: 0 auto;
    }
}



/** SLIDER **/

#jxhomepagecategoryslider div div>a {
    background: #fff;
    display: inline-block;
    text-align: center;
    transition: all .3s;
    border-radius: 50%;
    border: 1px solid #9a9a9a;
    position: relative;
    padding: 1.07143rem
}

#jxhomepagecategoryslider div div>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(222, 221, 220, .9);
    box-shadow: 1px 2px .57143rem rgba(244, 33, 33, .5);
    transition: .3s ease;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    border-radius: 50%;
    opacity: 0
}

#jxhomepagecategoryslider div div>a .jxhomepagecategorygallery-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    text-shadow: 1px 1px 1px #fff;
    letter-spacing: .2em
}

#jxhomepagecategoryslider div div>a:hover {
    border-color: #f42121
}

#jxhomepagecategoryslider div div>a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#jxhomepagecategoryslider div div>a:hover img {
    opacity: .4
}

#jxhomepagecategoryslider div div>a:hover .jxhomepagecategorygallery-button {
    opacity: 1
}

#jxhomepagecategoryslider .item.swiper-slide {
    text-align: center
}

#jxhomepagecategoryslider .item.swiper-slide img {
    border-radius: 50%;
    transition: all .3s;
    display: inline-block
}

#jxhomepagecategoryslider .jxhomepagecategorygallery-button {
    color: #f42121
}

#jxhomepagecategoryslider .product-section-title {
    padding-bottom: .64286rem;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize
}