.bxr-m2-complect {  
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 234px;
    padding: 20px 20px;
    margin: 10px 20px 20px;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.bxr-m2-complect:hover {
    /*box-shadow: none;*/
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/*.bxr-m2-complect:last-child {
    margin-right: 0px;
}*/

.bxr-m2-complect .bxr-element-container .bxr-element-image {
    line-height: 200px;
    width: 200px;
    height: 200px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.bxr-m2-complect .bxr-element-container .bxr-element-image img {
    display: inline !important;
    max-width: 100%;
    max-height: 100%;
    border: 0;
}

.bxr-m2-complect .bxr-element-container .bxr-element-name {
    margin: 10px 0 0;
}

.bxr-m2-complect .bxr-element-container .bxr-element-name a{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.bxr-m2-complect .bxr-element-container .bxr-element-name {
    overflow: hidden;
    text-align: center;
}

.bxr-m2-complect .bxr-market-item-price {
    margin: 6px 0 0;
    text-align: center;    
}

.bxr-m2-complect .bxr-market-current-price.bxr-market-format-price {
    font-weight: bold;
    font-size: 22px;
    color: #222222;
}

.bxr-m2-complect .bxr-market-current-price.bxr-market-format-price .bxr-detail-currency {    
    color: #707070;
    font-size: 14px;
}

.bxr-m2-complect .bxr-market-old-price {
    text-decoration: line-through;
    color: #707070;
    font-weight: lighter;
    margin-right: 4px;
}

.bxr-m2-complect.separator:after {
    content: '+';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -27px;
    color: #c3c3c3;
    font-size: 20px;
}



@media (max-width:991px) {
    .bxr-m2-complect {  
        margin: 10px 0px 20px;
    }
    
    .bxr-m2-complect.separator:after {
        content: '';
    }
}