.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;
}


.cwrp-product-link {
	position:relative;
}

.cwrp-related-products {
    display: flex;
	flex-wrap:wrap;
    width: auto;
    margin-bottom: 10px;
    gap: 10px;
}

.cwrp-related-products:not(.cwrp-text-only) a,
.cwrp-related-products:not(.cwrp-text-only) div {
    display: flex;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    gap: 10px;
}


.cwrp-related-products.cwrp-text-only a:hover {
	background:#284915;
	color:#fff;
	transition:0.2s;

}

.cwrp-related-products.cwrp-text-only a {

	transition:0.2s;

}

.cwrip-mobile-rp {
	display:none!important;
}

.cwrp-text-before {
width:100%!important;
height:auto!important;
}


  .cwrip-mobile-rp {
	display:none!important;
}

.cwrp-product-img {
    object-fit: cover;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 480px) {
    .cwrip-mobile-rp {
        display: flex !important;
        flex-direction: column;

        position: absolute;
        width: 100% !important;
bottom:-90px;
        left: 0px;
    }
}
