/* slightly transparent fallback */
.backdrop-blur {
    background-color: rgba(255, 255, 255, .9);
}

/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px))) {
    .backdrop-blur {
        background-color: rgba(255, 255, 255, .5);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
}

.owl-next > span,.owl-prev > span{
    display: none;
}

.owl-prev:before{
    content: '\f002' !important;
    font-family: "flexslider-icon";
    font-size: 22px;
    display: inline-block;
    content: '\f001';
    color: rgb(255 255 255 / 80%);
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
    padding-right: 2rem;
}

.owl-next:before{
    content: '\f001';
    font-family: "flexslider-icon";
    font-size: 22px;
    display: inline-block;
    content: '\f001';
    color: rgb(255 255 255 / 80%);
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
    padding-left: 2rem;
}

.home-main-banner {
    max-width: 100%;
}

.home-main-banner img {
    width: 100%;
}

.home-main-banner h2 {
    position: absolute;
    top: 25%;
    font-size: 12rem;
    color: #fff;
    max-width: 800px;
    left: 9.5%;
    font-weight: bolder;
    text-align: left;
}

.home-main-banner h3 {
    font-family: beVietnamLight;
    position: absolute;
    top: 46%;
    font-size: 8rem;
    color: #fff;
    max-width: 650px;
    left: 9.5%;
    text-align: left;
}

.banner-1 h2{
    font-family: rubik !important;
    max-width: 550px;
    width: 100%;
    text-align: center;
}

.banner-1 h3{
    width: 100%;
    max-width: 550px;
    text-align: center;
}

.banner-3 h3{
    top: 25%;
    left: 9.5%;
}

.banner-3 h2{
    top: 40%;
    left: 9.5%;
}

.homepage-cat-title, .homepage-prod-title {
    margin-top: 1rem;
    margin-bottom: 26px;
}


.homepage-cat-container, .homepage-prod-container, .homepage-colection-container {
    width: 90%;
    margin: auto;
}

.homepage-cat {
    width: 25%;
    height: 100%;
    max-height: 350px;
    position: relative;
    cursor: pointer;
    margin: 0.7rem;
}

.homepage-cat:hover {
    opacity: 0.85;
}

.homepage-prod {
    width: 25%;
    margin: 0.7rem;
    cursor: pointer;
    position: relative;
}

/*.homepage-prod:hover{*/
/*    opacity: 0.65;*/
/*}*/

.homepage-cat:hover {
    opacity: 0.8;
}

.homepage-cat img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
}

.homepage-prod img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    /*border: 1px solid #cccccc6b;*/
    /*box-shadow: 0px 0px 2px #cccccc6b;*/
}

.homepage-cat h4, .homepage-colection-h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #000;
    text-align: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    height: 6rem;
    font-size: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage-prod-name {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 1rem;
    font-weight: unset;
    text-align: center;
}

.prod-price-container {
    width: 100%;
    justify-content: center;
}

.homepage-prod-old-price {
    margin-left: 1rem;
    color: #C3C3C3;
    text-decoration: line-through;
}

.homepage-prod-price {
    font-weight: bolder;
}

.prod-tag-sale, .prod-tag-new {
    position: absolute;
    left: 0rem;
    background-color: #1a1a1a;
    color: #fff;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform: matrix(0, -1, 1, 0, 0, 0);*/
    z-index: 10;
    top: 0px;
    border-radius: 100%;
    direction: ltr;
}

.prod-tag-new {
    direction: rtl !important;
    background: #ecbd00;
}

.about {
    position: relative;
    width: 100%;
    margin: auto;
}

.about-img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
}

.ring_cont {
    width: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.ring_cont .btn-gap {
    margin-left: 10px;
    margin-right: 10px
}

.ring_cont h2 {
    width: 100%;
    text-align: center;
    /*margin-top: 4rem;*/
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 2.6rem;
}

.ring_cont p {
    font-size: 1.5rem;
    width: 300px;
    /*margin: auto;*/
}


.com_btn {
    background-color: #1a1a1a;
    border: 2px solid #222;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    padding: 0 17px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 120px;
    align-items: center;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.com_btn:hover {
    background: #222 none repeat scroll 0 0;
    text-decoration: none;
}

.homepage-colection-1, .homepage-colection-2, .homepage-colection-3 {
    max-height: 450px;
    position: relative;
    cursor: pointer;
    margin: 0.7rem;
}

.homepage-colection-1:hover, .homepage-colection-2:hover, .homepage-colection-3:hover {
    opacity: 0.85;
}

.homepage-colection-1 img, .homepage-colection-2 img, .homepage-colection-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-colection-1, .homepage-colection-2 {
    width: 30%;
}

.homepage-colection-3 {
    width: 40%;
}

.both-tags-prod {
    left: 4em;
}



@media only screen and  (max-width: 1400px) {
    .ring_cont h2 {
        color: #fff;
    }

    .ring_cont p {
        margin: unset;
        color: #fff;
        margin-bottom: 1rem;
    }

    .ring_cont {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-img {
        height: fit-content;
        object-fit: cover;
    }

    .ring_cont {
        background: #0000004d;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }

    .about {
        width: 100%;
    }
}


@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .home-main-banner h2 {
        font-size: 7rem;
    }

    .homepage-prod img {
        height: 280px;
    }
    .home-main-banner h3 {
        top: 38%;
        font-size: 6rem;
    }
    .banner-3 h3{
        top: 27%;
        font-size: 6rem;
    }

    .banner-3 h2{
        font-size: 7rem;
    }
}

@media only screen and (min-width: 800px) and  (max-width: 999px) {
    .home-main-banner h2 {
        font-size: 5rem;
        max-width: 380px;
    }
    .home-main-banner h3 {
        top: 33%;
        font-size: 5rem;
    }
    .banner-3 h3{
        top: 35%;
        font-size: 5rem;
        max-width: 380px;
    }

    .banner-3 h2{
        top: 27%;
        font-size: 5rem;
    }

    .homepage-cat-container, .homepage-prod-container, .homepage-colection-container {
        flex-wrap: wrap;
    }

    .homepage-cat, .homepage-prod {
        width: 48%;
    }

    .homepage-colection-1, .homepage-colection-2, .homepage-colection-3 {
        width: 31%;
    }
}

@media only screen and (min-width: 620px) and  (max-width: 799px) {
    .homepage-cat-container, .homepage-prod-container, .homepage-colection-container {
        flex-wrap: wrap;
    }

    .homepage-cat, .homepage-prod {
        width: 47%;
    }

    .home-main-banner img {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }

    .home-main-banner h2 {
        top: unset;
        bottom: 90px;
        left: 7%;
        font-size: 3.5rem;
        max-width: 380px;
    }
    .home-main-banner h3 {
        top: unset;
        bottom: 30px;
        font-size: 4rem;
        left: 7%;
    }
    .banner-3 h3{
        top: 27%;
        font-size: 4rem;
        left: 7%;
    }

    .banner-3 h2{
        top: 36%;
        font-size: 5rem;
    }

    .homepage-cat-container, .homepage-prod-container, .homepage-colection-container {
        width: 100%;
    }

    .homepage-colection-1, .homepage-colection-2, .homepage-colection-3 {
        width: 31%;
    }

}


@media only screen and (max-width: 619px) {
    .home-main-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 300px;
    }
    .banner-1 h2{
        font-family: rubik !important;
        max-width: 380px;
        text-align: left;
        font-size: 5rem !important;
    }

    .banner-1 h3{
        max-width: 380px;
        text-align: left;
        font-size: 3rem !important;
    }

    .home-main-banner h2 {
        left: 6rem;
        font-size: 3.5rem;
        max-width: 380px;
        top: unset;
        bottom: 90px;
    }
    .home-main-banner h3 {
        top: unset;
        bottom: 30px;
        font-size: 4rem;
        left: 6rem;
    }
    .banner-3 h3{
        left: 6rem;
        font-size: 3.5rem;
        max-width: 380px;
        top: unset;
        bottom: 60px;
    }

    .banner-3 h2{
        top: unset;
        bottom: 30px;
        font-size: 4rem;
        left: 6rem;
    }



    .homepage-cat-container, .homepage-prod-container, .homepage-colection-container {
        flex-wrap: wrap;
    }

    .homepage-cat, .homepage-prod {
        width: 47%;
    }

    .homepage-cat, .homepage-prod {
        width: 100%;
    }

    .homepage-prod img {
        border: none;
        box-shadow: none;
        height:200px
    }

    .homepage-prod {
        background-color: #fff;
    }
    .prod-price-container{
        padding-bottom: 1rem;
    }
    .homepage-prod-name{
        /*padding-right: 2rem;*/
    }
    .homepage-prod-container{
        width: 100%;
    }
    .homepage-prod {
        width: 45%;
    }
    .prod-tag-sale, .prod-tag-new {
        width: 5rem;
        height: 5rem;
        font-size: 14px;
        /*top: 8px;*/
    }
    .container-heart .wrapper-heart .like-button {
        /*height: unset !important;*/
        /*width: unset !important;*/
        z-index: 100;
    }
    .prod-tag-sale,.prod-tag-new{
        left: 0rem;
    }
    .both-tags-prod{
        left: 5rem;
    }
    .homepage-colection-1, .homepage-colection-2, .homepage-colection-3 {
        width: 100%;
        height: 350px;
    }
    .not-liked, .is-liked{
        width: 21px;
    }
    .wrapper-heart{
        width: 30px;
    }
}

@media only screen and (min-width: 2500px){
    .homepage-cat {
        height: 100%;
        max-height: 450px;
    }
    .homepage-cat img {
        max-height: 450px;
    }

    .homepage-prod img {
        height: 450px;

    }
    .homepage-colection-1, .homepage-colection-2, .homepage-colection-3 {
        width: 100%;
        height: 450px;
    }
    .homepage-cat h4, .homepage-colection-h4 {
        font-size: 3rem;
    }
}


/*slider homepage*/
