/* FAVORITES */
.box-item {
	border: 1px solid #C1C1C1;
	padding: 25px;
	margin-bottom: 20px;
}

.box-item h1 {
	font-size: 20px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.box-item h1 { margin-top: 20px; }
}

.box-item h2 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 0;
}

.box-item h3 {
	font-size:14px;
	font-weight: normal;
}

.box-item .checkbox {
	margin-top: 40px;
	margin-bottom: 0;
}

.box-item .checkbox label { font-weight: 300; }

.box-item .cart-image {
	object-fit: cover;
	overflow: hidden;
}

.box-item .gift-card {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.box-item .gift-card-price {
	width: 40%;
	height: 35px;
	font-weight: bold;
	color: black;
	margin-left: 20px;
}

.box-item .price {
	display: inline-block;
	float: right;
	border-right: 1px solid #C1C1C1;
	font-size: 20px;
	font-weight: 800;
	padding: 13% 20px;
}

@media (max-width: 767px) {
	.box-item .price {
		float: left;
		border-right: 0;
		padding: 0;
		margin: 20px 0 0 0;
	}
}

.box-item .clear {
	display: inline-block;
	float: right;
	font-size: 20px;
	color: #000;
	font-weight: 300;
	padding: 13% 0 10% 20px;
	text-decoration: none;
}

.box-item .clear:hover { color: #EB2C7C; }

@media (max-width: 767px) {
	.box-item .clear {
		float: right;
		padding: 0;
		margin: 20px 0 0 0;
	}
}

.box-item:last-child { margin-bottom: 0; }

p.p-required { font-size:12px; }

#cart-form div.ch_terms label { padding-bottom:3px; }

.total {
	background: #EB2C7C;
	color: white;
	font-size: 30px;
	font-weight: 900;
	padding: 20px;
	margin-top: 10px;
}

.total .icon-total {
	width: 40px;
	margin-right: 10px;
}

a { color:#000; }
a:hover { color: #EB2C7C; }

/* FAVORITES */
.favorites-search .search { margin-bottom:25px; }

.print-page a,
.email-page a { color: inherit; }

.print-page .print,
.email-page .email {
	border: 2px solid black;
	text-align: center;
	font-weight: bold;
	padding: 8px 20px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	margin-bottom:3px;
}

.print-page .print img.print_red,
.email-page .email img.email_red { display:none; }

.print-page .print:hover,
.email-page .email:hover { border-color: #EB2C7C; color: #EB2C7C; }

.print-page .print:hover img.print_red,
.email-page .email:hover img.email_red { display:inline; }

.print-page .print:hover img.print_black,
.email-page .email:hover img.email_black { display:none; }

.print-page .icon-print,
.email-page .icon-email { width: 30px; }

.fa-close {
	position: absolute;
	right: 45px;
	top: 15px;
	font-size: 18px !Important;
	color: #C1C1C1;
	visibility: hidden;
}

.fa-search {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 18px !Important;
	color: #C1C1C1;
}

.box-item .dark-button:hover path,
.box-item .dark-button:hover ellipse { fill: #EB2C7C; }

/* email favorite list */
.requestBox {
	display: none;
	margin-bottom: 60px;
}

.requestBox h2 { text-align:center; }

.requestBox .box-verification {
	float: left;
	width: 69%;
	background: #EAEAEA;
	border: 1px solid #EAEAEA;
	font-weight: bold;
	font-style: normal !Important;
	text-align: center;
	padding: 7px 0 7px 0;
	margin-bottom: 10px;
	overflow:hidden;
}

.requestBox .box-verification img {
	margin-left: 50%;
	left: -50px;
	position: relative;
}

.requestBox .repeat-box {
	float: right;
	width: 25%;
	border: 2px solid black;
	padding: 10px 0;
	cursor: pointer;
	text-align: center;
}

.requestBox .repeat-box .icon {
	width: 20px;
	margin-right: 0;
}

.requestBox button.send {
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
	height: 50px;
	background: #c3175e;
	border: 0;
	color: white;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.requestBox button.send:hover {
	background: #000;
}

input:focus, #a-email-pdf:focus .email, #a-print-pdf:focus .print {
	box-shadow: 0 0 0 3px #EB2C7C;
    outline: 3px solid transparent;
	border-radius: 2px;
	border-color: #EB2C7C;
}

#a-email-pdf:focus, #a-print-pdf:focus {
	outline-color: white;
}

.email-page button, .print-page button {
	border: none;
	background: transparent;
	padding: 0;	
	cursor: pointer;
	width: 100%;
}

button.clear {
	border: none;
	background: transparent;
	padding: 0;	
	cursor: pointer;	
}

@media print {
	.dark-button, .copyright, .footer, .box-item .clear  {
		display: none;
	}
	.box-item {
		break-inside: avoid;
	}
}