#v65-cart-table-container, .v65-error-list-wrapper { display: none; }
.v65-your-cart-title { width: 100%; }

.v65-your-cart-title .LeaveCart {
    font-size: 24px;
    color: #868686;
    cursor: pointer;
    margin-left: 10px;
    align-self: center;
}
.v65-your-cart-title .LeaveCart:hover {
    color: #d50a3a;
}
.cart #content_area #v65-cart-coupon-entry-details-button {
    margin-right: 20px;
    margin-left: 20px;
}

/* Product Grid */
.v-product__inner { flex-wrap: initial; padding: 15px 0; border-bottom: 1px solid #eee; width: 100%; }
.v-product__image { flex-basis: 25%; }
.v-product__image img { border-radius: 5px; }
.v-product__details {
	padding: 0 30px;
	flex: 1;
}
.v-product__details h5, .v-product__couponName h5 { margin: 0 0 10px 0; font-weight: 800; text-transform: initial; line-height: 24px; }
.v-product__details h5 a, .v-product__couponName h5 a { color: #fff; }


.v-product__details .v-product__desc {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
    overflow: hidden;
}
.v-product__details .v-product__desc li { font-size: 14px; position: relative; padding-left: 15px; }
.v-product__desc li:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #d5003a;
	position: absolute;
	left: 0px;
	top: 5px;
}
.v-product__details .v-product__desc li:nth-of-type( n + 5 ) {
	display: none;
}
.v-product__details .v-product__desc.expanded li:nth-of-type( n + 5 ) {
	display: block;
}
.ViewFullSpecs { text-transform: uppercase !important; cursor: pointer; margin-top: 10px !important; }
.ViewFullSpecs:hover { color: #d50a3a; }
.v-product__specs { width: 225px; }
h4.v-product__price { color: #868686; font-size: 18px;}
h3.v-product__price { border: 1px solid #202020; padding: 10px 0; margin-top: 0; }
.coupon { margin: 0 !important; }
.v-product__actions { width: 100%; }
.v-product__actions > a {
    font-size: 14px;
    line-height: 14px !important;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    color: #fff;
}
.v-product__actions .v-product__delete { color: #d50a3a; }
.v-product__quantity {
    background: #202020;
    padding: 10px 30px;
}
.v-product__quantity h6 { color: #fff; font-weight: 800; }
.v-product__quantity input {
    width: 50px;
    height: 43px;
    text-align: center;
    padding: 0 5px;
    font-weight: 800;
    color: #000;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

/* Responsive CSS */
@media(max-width: 1199px){
	.v-product__specs {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.v-product__inner { flex-wrap: wrap; }
	.v-product__price, .v-product__quantity { width: 100%; }

}

@media(max-width: 991px) {
    .v-cart__summary, .v-product__actions {
        margin-top: 15px;
    }
}

[data-target="#ShareYourCart"], [data-target="#ShareYourCart"] + a, .saveYourCart {
    margin-right: 15px;
    margin-top: 20px;
}


/*******/

.v-cart__summary {
    background: #202020;
    text-align:center;
}

.v-cart__summary h3 {
    color: #fff;
    padding: 18px 25px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 0;
}
.v-cart__summary h3 { position: relative; }
.summary-block {
    padding: 25px;
    margin-bottom:15px;
}

.summary-block .btn.btn-primary {
    padding: 14px 40px;
    font-weight: 900;
}
.summary-block h4,
.summary-block h2{
	color: #fff;
}
.summary-block h4 {
    font-size: 18px;
}
.summary-block h2 {
    margin: -20px 0 20px;
    font-size: 30px;
}

#v65-cart-coupon-entry-details-input {
    margin: 0px 10px;
    width: 140px;

    height: 43px;
    vertical-align: middle;
}

.v-cart__summary a[href='/products/all'] {
    font-weight:900;
    text-transform:uppercase;
    margin-top:15px;
    margin-bottom:15px;
    display:block;
    color:#d5003a;
}

.summary-block #PayPalButton {
    margin-top: 10px;
}

.breadcrumbs, .breadcrumbs a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}