/**
* Attributes and Features Related
*
* @author    Anouar Jlidi
* @copyright 2019 Anouar Jlidi
* @license   See joined file licence.txt
* @version   1.0.0
*/

.product-accessories-custom {
    display: none;
}
.product-accessories-custom .owl_products {
    overflow: hidden;
    width: 100%;
}
.product-accessories-custom .product-miniature {
    margin: 0 .625rem;
}
.product-accessories-custom .product-miniature .discount-percentage {
    display: block;
    position: absolute;
    left: -.4375rem;
    padding: .3125rem .4375rem;
    color: #fff;
    background: #2fb5d2;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    text-align: center;
}
.product-accessories-custom .product-miniature .discount-percentage.discount-percentage {
    z-index: 2;
    background: #f39d72;
}
.attributesFeatures {
    background: #fff;
    padding: 1rem;
    display: none;
    margin-top: 15px;
}
.attributesFeatures>dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
}
.attributesFeatures>dl.data-sheet dd.value, .attributesFeatures>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 400;
    background: #f1f1f1;
    padding: .625rem;
    margin-right: .625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: 0.6rem;
}