.selected-products .item {
    float: left;
    padding: 0;
    width: 20%;
    margin-right: 5%;
}
.selected-products .product-name {
    word-break: normal;
}

.selected-products button {
	float: left;
	clear: left;
}

.selected-products .product-details {
    margin-top: 5px;
}
.selected-products .price-box p {
    margin-bottom: 0;
}

.selected-products .special-price .price,
.selected-products .special-price .price-label {
    font-weight: bold;
    font-size: 16px;
}

.widget-2row .item { 
	width: 47%;
	margin-right: 3%;
}

.widget-3row .item {
	width: 30%;
	margin-right: 3%;
}

.widget-4row .item {
	width: 22%;
	margin-right: 3%;
}

.widget-5row .item {
	width: 18%;
	margin-right: 2%;
}

.widget-6row .item {
	width: 15%;
	margin-right: 1.5%;
}

.widget-2row_side .item:nth-child(1) {
	border-right: 1px dashed #eee;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#w2row_side_l {
	float: left;
	width: 55%;
}

#w2row_side_r {
	float: left;
	clear: none;
	width: 41%; 
	margin-left: 4%;
	margin-top: 0;
}

@media only screen and (max-width: 480px) {

	.widget-2row .item,
	.widget-3row .item,
	.widget-4row .item,
	.widget-5row .item,
	.widget-6row .item,
	.widget-2row_side .item  {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.widget-2row_side .item:nth-child(1) {
		border: none;
	}
	#w2row_side_l {
		width: 100%;
	}

	#w2row_side_r {
		width: 100%; 
		margin: 0;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

	.widget-4row .item,
	.widget-5row .item {
		width: 50%;
		margin: 0 0 15px 0;
	}
	.widget-5row .item:last-child {
		display: none;
	}
	.widget-2row_side .item  {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.widget-2row_side .item:nth-child(1) {
		border: none;
	}
}

@media only screen and (min-width: 768px) {

	.widget-product-price3,
	.widget-product-name3, 
	.widget-product-name4 {
		min-height: 47px;
	}

	.widget-product-price4, 
	.widget-product-price5,
	.widget-product-name5 {
		min-height: 61px;
	}

	.widget-product-price6,
	.widget-product-name6 {
		min-height: 75px;
	}
}
