.cwrp-related-products.cwrp-text-only {
    display: flex;
    margin-bottom: 18px;
    flex-direction: row;
    flex-wrap: wrap;
	width:100%;
}
}



.cwrp-related-products .cwrp-product-link {
    width: 64px;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 8px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cwrp-related-products .cwrp-product-link:hover {
    border: 1px solid #333;
}

.cwrp-related-products .cwrp-product-link.cwrp-product-link-current {
    border: 1px solid #355612;
}

.cwrip-mobile-rp {
    font-size: 12px;
    font-weight: 800;
}

@media screen and (min-width: 768px) {
    .cwrip-mobile-rp {
        display: none;
    }
}

.cwrp-related-products.cwrp-text-only .cwrp-product-link {
    display: inline-block;
    padding: 16px 20px;
    border: 1px solid #ddd;
    margin: 2px;
    text-decoration: none;
    border-radius: 4px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.cwrp-product-link.cwrp-text-mode .cwrp-product-text {
    font-weight: bold;
}

.cwrp-product-link.cwrp-text-mode:hover {
    background-color: #f5f5f5;
}

.cwrp-product-link-current.cwrp-text-mode {
    background-color: #007cba;
    color: white;
}

.cwrp-text-before {
    font-weight: bold;
    margin-bottom: 10px;
	width:100%;
    color: #333;
}

