.mainproductwapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 20px;
}

.productwapper {
    flex: 0 0 calc(20% - 25px);
    border: 1px solid #E7E7E7;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 25px;
    position: relative;
}

    .productwapper span.subitem {
        background: rgba(255, 0, 0, 0.70);
        color: #FFF;
        position: absolute;
        right: 1px;
        top: 1px;
        font-size: 14px;
        padding: 3px 8px;
        border-radius: 3px;
    }

.productwapperimg {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom:15px;
}

    .productwapperimg img {
        max-width: 100%;
        width: auto;
        max-height: 100%;
        border-radius:13px;
    }

.productwapper-detail {
    width: 100%;
    float: left;
}

    .productwapper-detail h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .productwapper-detail p a {
        font-size: 14px;
        color: #30A5FF;
    }

    .productwapper-detail p {
        font-size: 14px;
    }

.productwapper-cartbut {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

    .productwapper-cartbut a {
        background: #30A5FF;
        padding: 10px 30px;
        color: #FFF;
        display: inline-block;
        transition: all 0.5s ease 0s;
        border-radius: 4px;
    }

        .productwapper-cartbut a:hover {
            background: #242424;
            text-decoration: none;
        }

.swiper-panel {
    background: linear-gradient(#FFF,#f9f9f9);
    border: 1px solid #DBDBDB;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    width: 100%;
    float: left;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 168px;
}

    .swiper-slide div {
        text-align: center;
    }

        .swiper-slide div + div {
            padding-left: 15px;
            text-align: center;
        }

    .swiper-slide h4 {
        font-size: 30px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

    .swiper-slide h3 {
        font-size: 12px;
        text-align: center;
        margin-top: 8px;
    }

    .swiper-slide img {
        max-width: 100%;
        height: auto;
        flex: 0 0 100%;
    }

.swiper-button-next, .swiper-button-prev {
    top: 25% !important;
    z-index: 1000 !important;
}

.swiper-wrapper {
    justify-content: space-between !important;
}

.complimentaryitems-popup {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background: #f9f9f9;
    z-index: 100;
    padding: 15px;
    display: none;
    box-shadow: 0px 0 30px 5px #b5b5b5;
    border: 1px solid #b5b5b5;
    z-index: 10000;
}

.complimentaryitems-close {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    margin-top: 9px;
    margin-right: 20px;
}

.complimentary-items-heading h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.swiper-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
