.roof ul {
	position: relative;
}

.cart-popup-link {
	cursor: pointer;
}

.cart-popup {
	display: none;
	/*display: block;*/
	position: absolute;
	top: 35px;
	right: 0;
	width: 500px;
	background: #FFF;
	padding: 40px 20px 15px;
	border: 2px solid #CCC;
	box-shadow: 0 0 5px 6px rgba(22, 46, 54, 0.244);
	border-radius: 5px;
	/*margin-right: 64px;*/
	z-index: 100;
	font-size: 13px;
}

.cart-popup-close {
	position: absolute;
	cursor: pointer;
	right: 20px;
	top: 11px;
	color: #3A4957;
	padding-right: 19px;
	background: url(cart-popup-close.png) 100% 3px no-repeat;
	font-weight: 700;
	text-transform: capitalize;
}

.cart-popup td {
	padding: 5px;
	color: #3A4957;
	vertical-align: middle;
}

.cart-popup th {
	padding: 5px;
	color: #3A4957;
	text-align: center;
}

.cart-popup .product_option {
	/*margin-top: 5px;*/
	/*padding-top: 5px;*/
}

.cart-popup-item-tr .product_option .opt_value {
	/*display: none;*/
}

* a.cart-popup-prod-table-link {
	color: #4D73C5;
	text-decoration: underline;
}

@media (max-width: 767px) and (min-width: 576px) {
	.cart-popup {
		top: 35px;
		right: 10px;
	}
}

@media (max-width: 575px) {
	.cart-popup {
		left: auto;
		right: 10px;
		width: 340px !important;
		width: calc(100% + 45px);
	}
	
	.viewcart_top_buttons .btn {
		margin: 5px;
	}
}
