
.RSOC_Cv {
	min-height: 150px !important;
	overflow: hidden;
	padding-top: 0px;
	margin-bottom: 5px;
	cursor:pointer;
}

.RSOC_Cv:hover, .RSOC_Cv:hover h2  {color:var(--year-color);}
.RSOC_Cv:hover .RSOC_opt {border-top-color:var(--year-color);}

.RSOC_Cv h2{ margin-left: 150px !important; }
.RSOC_Cv a {pointer-events:none; }
.RSOC_Cv .imagecol {position:absolute; top:10px; }

.RSOC_Cv .productcol {max-height:0px;min-height:0px;overflow:hidden;}
.RSOC_Cv .RSOC_opt {border-top:2px solid #888888; max-width:max-content; padding-top:5px;max-height:60px}

@media all and (max-width: 650px) {
	#default_products_page_container div.default_product_display.RSOC_Cv h2 {
		text-align:left;
	}
}

@media all and (min-width: 650px) {
	.was_RSOC_Cv .productcol {overflow: hidden;}
}
.was_RSOC_Cv .productcol {animation: expand 2s; animation-fill-mode: forwards; }
@keyframes expand {   0% {max-height:0px;} 99% {max-height:100vh;} 100% {max-height:none; overflow: visible;} }

.was_RSOC_Cv .RSOC_Ex {display:none;}

#mobile_basket_icon, #mobile_basket_count {display:none;}

@media all and (max-width: 800px) {#mobile_basket_icon, #mobile_basket_count { display:block;}}
