.klb-products-nav {
    float:right;
    display: flex;
    align-items: center;
	position:relative;
	margin-top:10px;
	margin-left: 10px;

}
.klb-products-nav .klb-back-btn, .klb-products-nav .product-btn>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 20px;
    color: #333;
	text-decoration:none;
	font-weight: 600;
}

.klb-products-nav .klb-back-btn:after {
    font-size: 20px;
    content: '\e839';
    font-family: "klbtheme";
}

.klb-products-nav .product-next>a span:before {
    content: '\e80a';
    font-family: "klbtheme";
}

.klb-products-nav .product-prev>a span:before {
    content: '\e809';
    font-family: "klbtheme";
}
.klb-products-nav .product-btn:hover>.wrapper-short {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility .3s ease;
}
.klb-products-nav .wrapper-short {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 350;
    visibility: hidden;
    padding-top: 13px;
    min-width: 240px;
    opacity: 0;
    transition: opacity .1s ease .1s, visibility .1s ease .1s;
}
.klb-products-nav .product-short {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #FFF;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}
.klb-products-nav .product-short-description {
    padding: 10px 15px;
	margin-bottom:0px !important;
}
.klb-products-nav .product-short-description .klb-entities-title {
    margin-bottom: 7px;
    font-size: 14px;
	display: block;
    color: #333;
    word-wrap: break-word;
    font-weight: 600;
    line-height: 1.4;
}
.klb-products-nav .product-short-description .klb-entities-title:hover {
    color: #ef4626;

}
.klb-products-nav .product-short-description .price {
    display: block;
    font-size: 14px;
    line-height: 1.2;
	margin-bottom:0px !important;
}

.klb-products-nav .product-short-image img {
    max-width: 90px;
	height: auto;
}

.klb-products-nav .product-short-description .price del{
	opacity: .3;
}