.ws-renttab {
	display: flex;
	align-items: flex-start;
	margin: 0 -1rem
}
.ws-renttab > * {
	flex-basis: 100%;
	margin: 0 1rem 2rem;
	border: 1px solid #E9EAEB;
}
.ws-renttab > *  > :not(:last-child) {
	border-bottom: 1px solid #E9EAEB;
}
.ws-renttab-title {
	color: #333;
	font-size: 1rem;
	letter-spacing: 0.16rem;
	text-transform: uppercase;
	padding: 1.25rem
}
.ws-renttab-item {
	display: flex;
	justify-content: space-between;
	padding: .75rem;
	font-size: 0.875rem;
	color: #222
}
.ws-renttab-item > * {
	flex-basis: 100%;
}
.ws-renttab-item > *:first-child {
	padding-right: 1rem
}

/* single crosssell */
.row.ws-small-gaps {
	margin: 0 -.25rem
}
.row.ws-small-gaps > * {
	padding-right: .25rem;
    padding-left: .25rem;
}
.single-crosssell-item {
	padding: 1rem;
	border-radius: 0.75rem;
	border: 1px solid #E9EAEB;
	background: rgba(255, 255, 255, 0.90);
	margin-bottom: .5rem
}
.woocommerce .single-crosssell-item  .yith-wcwl-add-button a.button.alt:not(.theme-button-style) {
    background: transparent;
    border-color: transparent;
	padding:0!important;
    width: 25px;
}
.single-crosssell-item-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.single-crosssell-item-title {
	flex-basis: calc(100% - 5.4rem);
}
.single-crosssell-item-content img {
	flex-basis: 2.5rem;
	max-width: 2.5rem;
	flex-shrink:0;
	margin-right: .75rem
}
.single-crosssell-item-content a {
	text-decoration: none;
	overflow: hidden;
	color: #222;
	display:block;
	width: 100%;
	container-type: inline-size;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.single-crosssell-item-content .woocommerce-Price-amount {
	font-weight:700;
}
.single-crosssell-item  .single-crosssell-item-button { 
    display: flex;
    justify-content: flex-end;
}	
.woocommerce .single-crosssell-item .button {
	border-radius: 0.3125rem;
	padding: 0.375rem 0.75rem;
	float: right
}
/* downloads */
.single-crosssell-item.download-item {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: #414651;
	font-size: .875rem
}
.single-crosssell-item.download-item span {
	font-weight: 500;
	color: #17191d;
}
.single-crosssell-item.download-item .download-item-img {
	width: 32px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 1rem;
	position: relative;
}
.download-item-type {
	position: absolute;
	bottom: .37rem;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.5625rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	.ws-renttab  {
		flex-wrap: wrap
	}
	.ws-renttab > *:not(:last-child) {
		margin-bottom: 1.5rem
	}
}