.headLoad {
    width: 100% !important;
    height: 350px !important;
    background-color: rgba(0, 0, 0, .7) !important;
}

.headLoad #bgImg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: .9;
}

.product-box {
    margin: 50px 0;
}

.product-box h3 {
    /* Text head */
    text-transform: uppercase;
    font-size: 1.5em;
    color: #333;
    margin: 30px 0 10px 0;
    font-weight: 500;
}

.sqproductbox {
    width: 100%;
    height: auto;
    max-width: 400px;
    min-height: 350px;
    position: relative;

    overflow: hidden;
    background-color: #333;

}

.sqproductbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%) scale(1);
    transition: all ease-in-out .35s;
    mix-blend-mode: overlay;

}

.sqproductbox:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.sqproductbox .swaper {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;

}

.sqproductbox .swaper * {
    color: #FFF;
    margin: 0;
    padding: 0;
}

.sqproductbox .swaper p {
    /* Brand */
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: .9em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sqproductbox .swaper h2 {
    font-size: 2em;
    line-height: 1em;
}

.sqproductbox .swaper span {
    font-size: 1em;
    padding-top: 20px;
    display: block;
    font-family: var(--thfont);
    transition: all ease-in-out .35s;
}

.sqproductbox:hover .swaper span {
    margin-left: 10px;

}

.sqproductbox .swaper span:after {
    font-family: bootstrap-icons !important;
    content: "\F138";
    vertical-align: middle;
    margin-left: 5px;


}

.event .sidebar .recent-posts .post-item {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    overflow: hidden;

}

.event .sidebar .recent-posts .post-item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}

.event .sidebar .recent-posts img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;

}


.post-item .textswap {
    height: 100%;
    color: #333;
    display: flex;
    flex-direction: column;
}

.post-item .textswap h4 {
    font-size: 2em;
    margin: 0;
    padding: 0;
}

.post-item .textswap small {
    font-size: .9em;
}

.headoption {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:992px) {
    .headoption {
        display: flex;
        flex-direction: column;
    }

    .headoption span {
        margin: 10px 0;
    }

    .headoption select {
        width: 100% !important;
    }
}

.event .posts-list .title a {
    color: #333 !important;
}

.event .posts-list .post-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.event .posts-list .post-img img {
    width: 100%;
    height: auto;
}

.productView a {
    color: #333 !important;
}

@media(max-width:480px) {
    .headLoad {
        height: 200px !important;
    }

    .swiper-thumbs .swiper-slide {
        height: auto;
    }

    .products-info {
        padding: 0 10px;
    }
}