/*----- Step 1 -----*/
#build-a-boxfox .main-content .text--neutral.palette--light.bg--neutral { background: #FAF6F6; }
#build-a-boxfox .main-content .text--neutral.palette--light.bg--neutral .build-box { background: #FAF6F6; }
.build-box .build-box--item__image img { height: 200px; }
.build-box .build-box--item__button { padding: 0px; }
.build-box .build-box--item { 
	width: calc(33.333% - 20px);
	background: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
  flex-direction: column;
}
.build-box .embroidery-trigger { margin: 10px 0; }
.build-box .embroidery-field { margin-bottom: 30px; }
.build-box .build-box--item:last-child { margin-right: 0px; }

@media (max-width: 999px) {
	.build-box .build-box--item { padding: 20px; }
	.build-box .build-box--item__image img {
		max-height: 155px;
    	object-fit: cover;
	}
}
@media (max-width: 767px) {
	.build-box .build-box--boxes__wrapper { flex-direction: column; }
	.build-box .build-box--item { 
		width: 100%; 
		max-width: 350px;
		margin: 0px auto 20px;
	}
	.build-box .build-box--item:last-child { margin-right: auto; }
}

/*----- Step 2 -----*/
.build-box .build-box--products__size-meter { display: block !important; }
.build-box .custom-box-contents { display: block; }
.build-box #custom-giftbox-tray {
	padding: 34px 0px 0px;
	border: 0px;
	background: url(bkg-bottom-bar.png) center -15px / 1440px auto no-repeat;
}
.build-box .custom-giftbox-tray-wrapper { 
	padding: 20px; 
	background: #fff;
}
.build-box .custom-giftbox-tray-wrapper .custom-giftbox-tray-share { 
	display: block !important; 
	border: 1px solid #000000;
	padding: 15px 40px;
	color: #000000;
	text-transform: uppercase;
	margin-right: 20px;
	letter-spacing: 2px;
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
}
#custom-giftbox-tray .custom-giftbox-tray-actions .checkout-button {
	color: #FFF !important;
	background-color: #000 !important;
	border: 1px solid #000;
	padding: 15px 20px;
}
.build-box .custom-giftbox-tray-wrapper .custom-giftbox-tray-share svg { margin-top: -5px; }
.build-box #custom-giftbox-tray .custom-box-tray-current-box-size .box-size-button { border: 0px; }
.build-box #custom-giftbox-tray .custom-giftbox-tray-items .giftbox-images {
	overflow: visible;
}
.build-box #custom-giftbox-tray .custom-giftbox-tray-items .giftbox-images li { 
	cursor: pointer;
	margin-right: 20px; 
	position: relative;
}
.build-box #custom-giftbox-tray .custom-giftbox-tray-items .giftbox-images li:before {
	content: '';
	position: absolute;
	top: -9px;
	right: -9px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #000000;
	border-radius: 50%;
	z-index: 10;
}
.build-box #custom-giftbox-tray .custom-giftbox-tray-items .giftbox-images li:after {
	content: '+';
	position: absolute;
	font-size: 20px;
	color: #000000;
	top: -15px;
	right: -6.5px;
	z-index: 20;
	transform: rotate(45deg);
}
.build-box #custom-giftbox-tray .custom-giftbox-tray-items .giftbox-images li.box-main-image:before,
.build-box #custom-giftbox-tray .custom-giftbox-tray-items .giftbox-images li.box-main-image:after {
	content: none;
}
.build-box #custom-giftbox-tray .custom-giftbox-tray-items .giftbox-images .quantity-badge { display: none; }
.build-box .build-box--products__wrapper .build-box--products__holder {
	background: #fff;
	position: fixed;
	bottom: -100vh;
	left: 0;
	right: 0;
	z-index: 1000;
	overflow-y: auto;
	padding: 90px 80px 140px;
	max-height: 80vh;
	overflow: auto;
	box-sizing: border-box;
	transition: all 300ms linear;
}
.build-box .build-box--products__wrapper .build-box--products__holder.is-active { 
	bottom: 0;
}
.build-box .build-box--products__holder .custom-box-contents { 
	display: flex; 
	border: 0px;	
	justify-content: space-between;
}
.build-box .build-box--products__wrapper .build-box--products__holder .build-box--products__size-meter { 
	width: 60%;
	padding: 0px 20px; 
	position: relative;
}
.build-box .build-box--products__wrapper .build-box--products__holder .build-box--products__size-meter:before {
	content: "your box items";
	position: absolute;
	top: -80px;
	left: 15px;
	font-size: 40px;
	color: #1E1E1E;
	text-transform: uppercase;
}
.build-box .build-box--products__wrapper .build-box--products__holder .build-box--products__size-meter .size-meter-mask { background: #FAF6F6; }
.build-box .build-box--products__wrapper .build-box--products__holder .build-box--products__size-meter .size-meter-box { 
	background: #FBE7CF; 
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	border-right: 2px solid white;
	border-left: 2px solid white;
}
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper { 
	border-left: 0px; 
	max-width: 380px;
}
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-title,
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-items,
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-box-size { display: none; }

.build-box .build-box--products__holder .custom-box-contents .box-images {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-initial { display: none; }
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual { display: block !important; }
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual { 
	top: -40px;
	background: #FAFAFA; 
	margin: 0px 20px;
	padding: 40px;
	height: auto;
	max-height: max-content;
}
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .checkout-button { display: none; }
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .summary-details-title {
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}
.build-box .custom-box-contents .custom-box-list-wrapper .info-line {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
/*	padding-bottom: 20px;*/
/*	border-bottom: 1px solid #E6E2E2; */
}
.build-box .custom-box-contents .custom-box-list-wrapper .info-line .label {
	flex-grow: 1;
	text-align: right;
	padding-right: 15px;
}
.build-box .custom-box-contents .info-line.totals {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #E6E2E2;
}
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .info-line .subtotal,
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .info-line .discount,
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .info-line .tax,
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .info-line .shipping,
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .info-line .total,
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .info-line .estimated-date { font-weight: 600; }
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .info-line.delivery-estimation {
	justify-content: center;
	border-bottom: 0px none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 30px;
	display: none;
}
.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual .info-line .estimated-date { margin-left: 3px; }
.build-box .build-box--products__holder .custom-box-contents .box-images li { 
	width: 100%; 
	border-bottom: 1px solid #E6E2E2;
	padding: 30px 0px;
}
.build-box .build-box--products__holder .custom-box-contents .box-images li .quantity-badge { display: none; }
.build-box .build-box--products__holder .custom-box-contents .box-images li a { 
	display: flex; 
	align-items: center;
	position: relative;
}
.build-box .build-box--products__holder .custom-box-contents .box-images li a div {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-right: 20px;
}
.build-box .box-main-image-toggle { cursor: pointer; }
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.product-info { width: 40%; }
.build-box .build-box--products__holder .custom-box-contents .box-images li a div .product-vendor,
.build-box .build-box--products__holder .custom-box-contents .box-images li a div .product-price {
	font-size: 16px;
	line-height: 1.5;
	color: #1E1E1E;
	font-weight: 500;
}
.build-box .build-box--products__holder .custom-box-contents .box-images li a div .product-title {
	font-size: 16px;
	line-height: 1.5;
	color: #5A605E;
	font-weight: 400;
}
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items {
	position: absolute;
	top: 0;
	right: -18px;
	cursor: pointer;
}
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .remove-item-btn { text-align: right; }
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .quantity-btn { 
	font-size: 12px;
	flex-direction: row;
	margin-right: 0px;
	border: 1px solid #E6E2E2;
	margin-top: 20px;
	padding: 0px;
	height: 35px;
}
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .quantity-btn .live-number { margin-right: 5px; }
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .quantity-btn .decrease-btn,
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .quantity-btn .increase-btn { 
	font-size: 0px;
	text-align: center;
	width: 40px;
	margin: 0px;
	line-height: 32px;
	position: relative;
}
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .quantity-btn .decrease-btn:before,
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .quantity-btn .increase-btn:before {
	content: "";
	margin-left: -6px;
	margin-top: -1px;
	position: absolute;
	background: #555;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
}
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .quantity-btn .increase-btn:after {
	content: "";
	margin-top: -6px;
	margin-left: -1px;
	position: absolute;
	background: #555;
	top: 50%;
	left: 50%;
	height: 12px;
	width: 2px;
}
.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .quantity-btn .qty-selected { 
	margin-right: 0px; 
	text-align: center;
	flex-direction: row;
	align-items: center;
}
.build-box .build-box--products__holder .custom-box-contents .box-images img {
	width: 25%;
	cursor: pointer;
	margin-right: 40px;
}
.build-box #custom-giftbox-trigger {
	width: 60px;
	height: 20px;
	position: absolute;
	top: 15px;
	margin-left: -30px;
	left: 50%;
	cursor: pointer;
	text-align: center;
	display: block !important;
}
.build-box #custom-giftbox-trigger.is-active svg {
	transform: scaleY(-1);
}
@media (max-width: 1060px) {
	.build-box #custom-giftbox-tray .custom-box-tray-current-box-size .box-size-button,
	.build-box .custom-giftbox-tray-wrapper .custom-giftbox-tray-share,
	#custom-giftbox-tray .custom-giftbox-tray-actions .checkout-button {
		font-size: 13px;
	}
}
@media (max-width: 999px) {
	.build-box .build-box--products__holder .custom-box-contents { flex-direction: column; }
	.build-box .build-box--products__wrapper .build-box--products__holder { padding: 20px 30px; }
	.build-box .custom-box-images-wrapper,
	.build-box .build-box--products__wrapper .build-box--products__holder .build-box--products__size-meter { width: 100%; }
	.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual { top: 0; }
	.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper {
		width: 100%;
		max-width: none;
		border: none;
	}
	.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual { margin: 0px; }
	.build-box .custom-giftbox-tray-wrapper { display: block !important; }
	.build-box #custom-giftbox-tray .custom-box-tray-current-box-size .box-size-button { width: auto; }
	.build-box #custom-giftbox-tray .custom-box-tray-current-box-size { padding: 0px; }
	.build-box #custom-giftbox-tray .custom-box-tray-current-box-size button span:first-child { display: inline-block; }
	.build-box .custom-giftbox-tray-wrapper .custom-giftbox-tray-share { 
		margin-right: 0px; 
		display: inline-block !important;
	}
	.build-box #custom-giftbox-tray .custom-giftbox-tray-actions {
		display: inline-block;
		width: auto;
	}
}
@media (max-width: 767px) {
	.build-box .custom-giftbox-tray-wrapper { padding: 20px 5px; }
	.build-box .build-box--products__wrapper .build-box--products__holder { padding: 40px 15px 15px; }
	.build-box .build-box--products__wrapper .build-box--products__holder .build-box--products__size-meter { padding: 0px 15px; }
	.build-box .build-box--products__holder .custom-box-contents .box-images li { padding: 20px 0px; }
	.build-box .build-box--products__holder .custom-box-contents .box-images img { margin-right: 15px; }
	.build-box .custom-giftbox-tray-wrapper .custom-giftbox-tray-items { margin-bottom: 10px; }
	.build-box .custom-giftbox-tray-wrapper .custom-giftbox-tray-share,
	.build-box #custom-giftbox-tray .custom-giftbox-tray-actions .checkout-button { 
		padding: 10px 15px; 
		font-size: 12px;
	}
	.build-box .custom-giftbox-tray-wrapper .custom-giftbox-tray-share { margin-right: 5px; }
	#custom-giftbox-tray .custom-box-tray-current-box-size .box-size-button { padding: 10px 0px; }
	.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items .quantity-btn { margin-top: 30px; }
	.build-box .build-box--products__wrapper .build-box--products__holder { max-height: 88vh; }
	.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual { padding-bottom: 220px; }
	.build-box .build-box--products__wrapper .build-box--products__holder .build-box--products__size-meter:before {
		top: -50px;
	    font-size: 28px;
	}
}

/*----- Step 2 - product pop-up -----*/
.build-box .build-box--pop-up.force-open { display: block !important; }
.build-box .build-box--pop-up__close { z-index: 5; }
.build-box .build-box--pop-up__container .slider-wrapper { margin-bottom: 10px; }
.build-box .build-box--pop-up__container .slider-container { width: 100%; }
.build-box .build-box--pop-up__container .slider-container img { cursor: pointer; }
.build-box .build-box--pop-up__wrapper .slider-container .next-btn,
.build-box .build-box--pop-up__wrapper .slider-container .prev-btn {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #E6E2E2;
	width: 40px;
	height: 40px;
}
.build-box .build-box--pop-up__wrapper .slider-container .next-btn { right: 0; }
.build-box .build-box--pop-up__wrapper .slider-container .prev-btn { left: 0; }
.build-box .build-box--pop-up__vendor {
	font-size: 14px;
	text-transform: uppercase;
}
.build-box .build-box--pop-up__title a { text-decoration: underline; }
.build-box .build-box--pop-up__description h3 { font-size: 18px; }
.build-box .build-box--pop-up__description h4 { font-size: 16px; }
.build-box .build-box--pop-up__description ul { margin: 0px; }
.build-box .build-box--pop-up__variants select { width: 100%; }
.build-box .build-box--pop-up__variants .build-box--pop-up__favorite { display: none; }
.build-box .build-box--pop-up__container .build-box--pop-up__submit {
	max-width: none;
	color: #FFFFFF !important;
	background-color: #000000 !important;
	border: 1px solid #000000;
}
.build-box .build-box--pop-up__submit:hover {
	background-color: #FAF6F6 !important;
	color: #000000 !important;
}

@media (max-width: 767px) {
	.build-box .build-box--products__holder .custom-box-contents .box-images li a div .product-vendor,
	.build-box .build-box--products__holder .custom-box-contents .box-images li a div .product-title,
	.build-box .build-box--products__holder .custom-box-contents .box-images li a div .product-price { font-size: 12px; }
	.build-box .build-box--pop-up__title { margin-bottom: 10px; }
	.build-box .build-box--pop-up__container .build-box--pop-up__submit {
		font-size: 14px;
		min-height: auto;
		padding: 10px;
	}
	.build-box .build-box--products__holder .custom-box-contents .box-images li a div.product-info { width: 60%; }
	.build-box .build-box--products__holder .custom-box-contents .box-images li a div.remove-items { bottom: 0px; }
	.build-box .build-box--products__holder .custom-box-contents .custom-box-list-wrapper .list-subtotal.list-subtotal-actual { padding; 30px; }
}

/*----- Step 3 -----*/
.build-box .postcard--image,
.build-box .postcard--message { 
	background: #FFFFFF; 
	padding: 30px;
}
.build-box .postcard--image { margin-right: 20px; }
.build-box .postcard--image img {
	height: 400px;
	object-fit: cover;
	margin-bottom: 40px;
}
.build-box .postcard--image span {
	border: 0.5px solid #000000;
	display: block;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
}
.build-box .postcard--message input,
.build-box .postcard--message textarea { 
	background: #FAF6F6; 
	border: solid 1px #E6E2E2;
}
.build-box .postcard--message textarea { height: 170px; }
.build-box .build-box--step-description ~ .build-box--description {
	max-width: 750px;
	margin: 0px auto 20px;
}
.build-box .postcard--message button { 
	background: #151515 !important; 
	color: #FFFFFF !important;
}
.build-box .postcard--message .postcard--settings .custom-checkbox .checkmark {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 3px;
	top: 3px;
}
.build-box .postcard--message .postcard--settings .custom-checkbox input:checked ~ .checkmark {
	background-color: #000;
}
.build-box .postcard--message .postcard--settings .custom-checkbox .checkmark:after {
	left: 6px;
    top: 3px;
}
.build-box .build-box--done {
	background-color: #FFFFFF;
	padding: 50px;
	max-width: 850px;
	margin: 0px auto;
}
.build-box .build-box--done-btn button:hover,
.build-box .build-box--done-btn button:nth-child(2) {
	background-color: #FAF6F6 !important;
}
.build-box .build-box--done-btn button:nth-child(2):hover { 
	background-color: #000000 !important;
	color: #FFFFFF !important; 
}
.build-box .postcard--form.show #remaining-characters { margin-bottom: 40px; }
.build-box .build-box--step-title,
.build-box .build-box--step-description { color: #000000; }
.build-box .build-box--done .build-box--step-title-initial { display: none; }
.build-box .build-box--done .build-box--step-title-actual { display: block !important; }

@media (max-width: 800px ) {
	.build-box .postcard--wrapper .postcard--item { text-align: center; }
	.build-box .postcard--item__img img { margin: 0px auto; }
}
@media (max-width: 767px) {
	.build-box .build-box--wrapper { margin-top: 0px; }
	.build-box .postcard--image img { 
		width: auto !important; 
		margin: 0px auto 25px;
		height: 260px;
	}
	.build-box .custom-box-items__more-container,
	.build-box .postcard--more { margin: 0px; }
	.build-box .postcard--message__contact { flex-direction: column; }
	.build-box .postcard--message__contact > div { width: 100%; }
}

/*----- Step DONE - Final Message -----*/
.build-box--done__success .build-box--done__graphic-initial { display: none; }
.build-box--done__success .build-box--done__graphic-actual { 
	display: block !important; 
	margin-top: 30px;
}
.build-box--done__success .build-box--done__graphic-actual img { width: 150px; }

@media (max-width: 767px) {
	.build-box .build-box--done-btn button,
	.build-box .button.outline { padding: 10px 20px !important; }
	.build-box .build-box--done { padding: 30px; }
	.build-box .container { padding: 0px; }
}

/*----- Steps Bar ------*/
.build-box .build-box--progress-bar .bar { border: 0px; }
.build-box .build-box--progress-bar .steps { 
	margin: 0px; 
	display: flex;
}
.build-box .build-box--progress-bar .steps .step {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 25%;
	z-index: 5;
}
.build-box .build-box--progress-bar .steps .step:after {
	content: "";
	left: calc(50% + 30px);
	right: 0px;
	top: 20px;
	height: 2px;
	width: calc(100% - 60px);
	background: #1E1E1E;
	position: absolute;
}
.build-box .build-box--progress-bar .steps .step.is-active:after,
.build-box .build-box--progress-bar .steps .step.is-active + .step:after,
.build-box .build-box--progress-bar .steps .step.is-active + .step + .step:after {
	background: #EAEAEA;
}

.build-box .build-box--progress-bar .steps .step:last-child:after { content: none; }
.build-box .build-box--progress-bar .steps .step a {
	display: block;
	position: relative;
	z-index: 8;
}
.build-box .build-box--progress-bar .steps .step a .label,
.build-box .build-box--progress-bar .steps .step a.active .label {
	font-weight: 500;
	text-transform: uppercase;
	color: #1E1E1E;
	margin-top: 15px;
	font-size: 12px;
}
.build-box .build-box--progress-bar .steps .step a .icon {
	width: 40px;
	height: 40px;
	background: #1E1E1E url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAUCAYAAAB8gkaAAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACCSURBVHgB7dTNDYAgDAXgjuAIbOoojuAIjuAIjvLsARNCCKGW1xMv4Qb5+GkRCQiAJBFR6NDx0MEMfTmFlQq6dWzCyIJiIM8urFDKvbCLMear0wlXsWAYxJ83Kk42DMJTDBYQM6puBMTM8u6BYPRRCwSzYRsgB+qAvC+oArlQBbqhF5tGzObsVOzbAAAAAElFTkSuQmCC') center center / auto 10px no-repeat;
	border-color: #1E1E1E;
}
.build-box .build-box--progress-bar .steps .step.is-active + .step .icon,
.build-box .build-box--progress-bar .steps .step.is-active + .step + .step .icon,
.build-box .build-box--progress-bar .steps .step.is-active + .step + .step + .step .icon {
	background: transparent;
	border-color: #EAEAEA;
}
.build-box .build-box--progress-bar .steps .step a.active .icon {
	width: 100px;
	border-radius: 20px;
	border: 2px solid #1E1E1E;
	background: #FFFFFF;
	box-shadow: 0px 0px 0px 10px #faf6f6;
}
.build-box .build-box--progress-bar .steps .step a .description { display: none; }
.build-box .build-box--progress-bar .steps .step a.active .description {
	display: block; 
	color: #000;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 16px;
	line-height: 40px;
	position: absolute;
}
.build-box .vessel-embroidery-holder { padding: 20px 0px 0px; }
.build-box .vessel-embroidery-holder .vessel-embroidery-trigger { text-decoration: underline; }
.build-box .vessel-embroidery-holder .vessel-embroidery-content { display: none; }
.build-box .vessel-embroidery-holder .embroidery-fonts { position: relative; }
.build-box .vessel-embroidery-holder input {
	display: block; 
	margin-bottom: 5px;
}
.build-box .vessel-embroidery-copy { margin-bottom: 5px; }
.build-box .vessel-embroidery-submit {
	cursor: pointer; 
	display: block; 
	padding: 10px; 
	background: #000; 
	color: #fff;
}

.build-box .build-box--pop-up.open { z-index: 100000; }
@media (max-width: 767px) {
	.build-box .build-box--progress-bar .steps .step a.active .icon { width: 80px; }
	.build-box .build-box--progress-bar .steps .step a.active .description { font-size: 14px; }

}

.build-box--products__clone {
	padding-bottom: 1px !important;
	margin: 30px 0px 0px !important;
	border-bottom: 1px solid #ddd;
}
.build-box--products__clone .product-info { display: none !important; }
.build-box--products__clone .custom-box-images-wrapper {
	padding: 0px !important;
}
.build-box--products__clone .list-subtotal {
	top: 0px !important; 
	margin: 0px !important;
}
.build-box--products__clone .box-images {
	margin: 0px !important;
	flex-wrap: wrap !important;
	flex-direction: row !important;
}
.build-box--products__clone .box-images > * {
	width: 23% !important;
	padding: 0px !important;
	border: 0px none !important;
	margin-right: 2% !important;
	margin-bottom: 20px !important;
}
.build-box--products__clone .box-images > * > a {
	display: block !important;
	width: 100% !important;
}
.build-box--products__clone .box-images > * img {
	margin: 0px !important;
	width: 100% !important;
}
.build-box--products__clone .box-images .remove-items {
	display: none !important;
	top: auto !important;
	right: 5px !important;
	bottom: 5px !important;
	margin: 0px !important;
}
.build-box--products__clone .box-images .left-products:hover .remove-items { display: block !important; }
.build-box--products__clone .box-images .remove-items .quantity-btn { display: none !important; }

.build-box--products__clone .custom-box-contents .custom-box-list-wrapper { padding: 0px 0px 20px !important; }
.build-box--products__clone .custom-box-contents .custom-box-list-wrapper .list-subtotal { 
	padding: 20px !important;
	position: static !important; 
}

.go-buttons { 
	display: flex;
	margin-top: 15px;
	align-items: center; 
	justify-content: space-between;
}
.go-buttons > * { 
	width: 48%;
	padding: 10px;
	display: block;
	cursor: pointer;
	text-align: center;
	border: 1px solid #000;
	text-transform: uppercase;
}
.go-buttons .go-complete {
	color: #fff;
	background: #000;
}

.filter-group-selector {
	cursor: pointer;
	position: relative;
	border: 1px solid #ccc;
	background-image: var(--ICO-SELECT);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: transparent;
}
.filter-group-selector .filter-group-selector-value {
	padding: 0px 8px;
	line-height: 39px;
}
.filter-group-selector + select { display: none; }
.filter-group-selector .filter-group-selector-options {
	top: 100%;
	left: 0px;
	z-index: 10;
	width: 300px;
	display: none;
	flex-wrap: wrap;
	background: #fff;
	position: absolute;
	border: 1px solid #ccc;
	align-items: flex-start;
	padding: 5px 1px 1px 5px;
}
.filter-group-selector .filter-group-selector-options.is-active { display: flex; }
.filter-group-selector .filter-group-selector-option {
	width: 32px;
	height: 32px;
	cursor: pointer;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.filter-group-selector .filter-group-selector-option:hover { border-color: #000; }
.filter-group-selector .filter-group-selector-clear {
	padding: 0 10px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 16px;
	border: 1px solid #ccc;
}
