
body:not([class*="product-product"]) .mfp-content {
    border-radius: 20px;
}

button#button-wishlist {
    width: 40px;
    height: 40px;
}

.mfp-container.mfp-image-holder.mfp-s-ready {
    text-align: center;
}

.qvcontainer .swiper-wrapper {
    display: flex;
}


.qvcontainer .product_options {
    border-top: 0;
}
.list-unstyled li,.about_prod,.productpage-head h1, .product_options h3{
    color: var(--secondery-color)
}
.qvcontainer p.pro_desc {
    line-height: 24px;
    margin: 10px 0 20px;
}

.disp_flex{
    display: flex;
    flex-wrap: wrap
}
.mar_bottom{
    margin-bottom: 30px;
}
.disp_flex .product{
    margin-left: 15px;
    margin-bottom: 30px;
}
.disp_flex .product:nth-of-type(5n){
     margin-left: 0 ;
}
div#product-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
a.r-more{
    color:#337ab7;
    text-decoration: underline;
}


