/* .back.cart_image {
} */

/* .back.cart_contentbox {
} */
#navMainWrapper {
	position:relative;
}
#carttopcontainer {
	text-transform: none;
	position:absolute;
	top:25px;
	right:0;
	max-width:480px;
	width: 100%;
	border:3px solid #e9e8e8;
	background-color:#FFF;
	z-index:99999999;
	padding:5px;		display:none;	
	outline:none;
	border-radius: 6px;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
}
/* #topcartinner {
} */
#topcartlink {
    padding: 0;
}
.basketcol span.cartTitle {
	padding-top:7px;
	font-size:1.25rem;
	padding-left: 0.3em;
}
.cart_table {
	padding: 0.3rem 0;
    border-bottom: 1px dotted #e2e2e2;
    display: grid;
	gap:0.8rem;
    grid-template-columns: 60px 1fr;
	align-items: center;
}
/* .cart_image {

} */
.cart_image img {
    border: 1px solid #dcdcdc;
	width: 100%;
}
.cart_contentbox {
	font-size:0.75rem;
}
.cart_contentbox a:link {
	font-size:0.75rem;
}
.cart_contentbox a:active, .cart_contentbox a:visited {

}
.cart_contentbox a:hover {

	text-decoration:underline
}
.cartBoxTotal {
	border-top:1px solid #ccc;
	margin:0;
	height:46px;
	font-size:0.875rem;
	color:#404040;
	text-transform:uppercase;
	font-weight:400;
	padding-left:5px;
}
/* .cartTopProductName {

} */
.cartTopProductRemove {
	cursor:pointer;
	margin-top:3px
}
#viewCart {
	display: flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items: center;
	padding: 0 0.5rem;
	margin-top: 0.3rem;
}
#viewCart a {
	border:none;
}
#viewCart a:hover {

}
#cartMenuTotals {
    display: flex;
	justify-content: end;
	align-items: center;
    line-height: 1.2rem;
    padding: 0.5rem;
}
#cartBoxListWrapper {
	height:auto;
	
	min-height:105px;
	max-height:320px;
	overflow:auto
}
#cartcontainer {
	border-left:6px solid #ccc;
	border-right:6px solid #ccc;
	padding:5px;
	width:339px
}
/* #topcartinner {

} */
#topcartlink {
	padding:0;
}
.cartattr {
	font-style:italic;
	text-transform:capitalize;
	font-size:0.6875rem;
}
.topCartCloseButton {
	font-size:14px;
	font-weight:400;
	line-height:35px;
	padding-right:5px;
	transition:all .2s;
	text-transform:uppercase;
	 background: linear-gradient(#4b5668, #7a889f) repeat scroll 0 0 #4b5668;
    border: 1px solid #4b5668;
	 border-radius: 3px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    margin: 3px 0;
    padding: 5px 12px;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    width: auto !important;
	position:relative;
	left:30%;
}
.topCartCloseButton:hover {
	outline:none !important;
}

.pricebox {
    margin-left: 20%;
    padding-left: 20%;
}


.cart_drop_show{
    display: block !important;
    animation:topcart-open 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}


@keyframes topcart-open{
    0%{
        opacity: 0;
    }
	20%{
		opacity: 0;
	}
    100%{
		opacity: 1;
    }
}

span.cartTitle + div {
    width: 100% !important;
    border-bottom: 1px solid #cccccc !important;
}

.cartTopProductName ~ br {
    display: none;
}

#carttopcontainer div,
#carttopcontainer span{
    color: #404040 !important;
}

.cartTopProductName > a {
	color: #404040 !important;
    padding-bottom: 0.3em;
    display: inline-block;
	white-space: initial;
}
.cartTopProductName > a:hover {
    color: #3692ca !important;
}