.header__top .top-right .logo-djp img {
	margin-left: 8px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-8 {
	margin-bottom: 8px !important;
}

@media (max-width: 767px) {
	.product-complete__cta .col-md-6:nth-child(n + 1) {
		text-align: center !important;
	}
}

.product-complete__cta .col-md-6:nth-child(1) {
	text-align: right;
}

.product-complete__cta .col-lg-6:nth-child(1) {
	text-align: right;
}

.pagination .page-link:first-child {
	border: none;
}

.pagination .page-link:last-child {
	border: none;
}

.pagination .page-link.active {
	background: #eaecfb;
	color: #4b61dd !important;
	font-size: 16px;
	font-weight: 600;
}

.masthead__media .uploader {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

.masthead__media .canvas-outer {
	border: 1px solid #d0d6dd;
	border-radius: 8px;
	padding: 8px;
	position: relative;
	width: 100%;
	height: 330px;
}

.masthead__media .uploader label {
	float: left;
	clear: both;
	width: 100%;
	padding: 2rem 1.5rem;
	text-align: center;
	background: #fff;
	border-radius: 6px;
	border: 2px dashed #d0d6dd;
	transition: all 0.2s ease;
	user-select: none;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.masthead__media .uploader label:hover {
	border-color: #4b61dd;
}

.masthead__media .uploader label.hover {
	border: 3px solid #4b61dd;
	box-shadow: inset 0 0 0 6px #eee;
}

.masthead__media .uploader label.hover #start i.fa {
	transform: scale(0.8);
	opacity: 0.3;
}

.masthead__media .uploader .preview {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.masthead__media .uploader #start {
	float: left;
	clear: both;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	font-size: 12px;
	color: #232933;
}

.masthead__media .uploader #start .text-danger {
	color: red;
	font-weight: 700;
}

.masthead__media .uploader #start .text-primary {
	color: rgba(75, 97, 221, 1);
	font-weight: 700;
}

.masthead__media .uploader #start .desc {
	color: #626b79;
}

.masthead__media .uploader #start.hidden {
	display: none;
}

.masthead__media .uploader #start i.fa {
	font-size: 50px;
	margin-bottom: 1rem;
	transition: all 0.2s ease-in-out;
}

.masthead__media .uploader #response {
	float: left;
	clear: both;
	width: 100%;
}

.masthead__media .uploader #response.hidden {
	display: none;
}

.masthead__media .uploader #response #messages {
	margin-bottom: 0.5rem;
	font-size: 12px;
}

.masthead__media .uploader #file-image {
	display: inline;
	margin: 0 auto 0.5rem auto;
	width: auto;
	height: auto;
	max-width: 250px;
	max-height: 165px;
}

.masthead__media .uploader #file-image.hidden {
	display: none;
}

.masthead__media .uploader #notimage {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.masthead__media .uploader #notimage.hidden {
	display: none;
}

.masthead__media .uploader progress,
.masthead__media .uploader .progress {
	display: inline;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 180px;
	height: 8px;
	border: 0;
	border-radius: 4px;
	background-color: #eee;
	overflow: hidden;
}

.masthead__media .uploader .progress[value]::-webkit-progress-bar {
	border-radius: 4px;
	background-color: #eee;
}

.masthead__media .uploader .progress[value]::-webkit-progress-value {
	background: linear-gradient(to right, #393f90 0%, #4b61dd 50%);
	border-radius: 4px;
}

.masthead__media .uploader .progress[value]::-moz-progress-bar {
	background: linear-gradient(to right, #393f90 0%, #4b61dd 50%);
	border-radius: 4px;
}

.masthead__media .uploader input[type='file'] {
	display: none;
}

.masthead__media .uploader div {
	margin: 0;
	color: #232933;
}

.masthead__media .uploader .btn {
	display: inline-block;
	margin: 0.5rem 0.5rem 1rem 0.5rem;
	clear: both;
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	text-transform: initial;
	border: none;
	border-radius: 0.2rem;
	outline: none;
	padding: 0 1rem;
	height: 36px;
	line-height: 36px;
	color: #fff;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	background: #4b61dd;
	border-color: #4b61dd;
	cursor: pointer;
}

.wrong-file-outer {
	background-color: rgba(253, 236, 238, 1);
}

.wrong-file {
	background-color: rgba(253, 236, 238, 1) !important;
	border: 1px dashed #c83e39 !important;
}

#error-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #da473f;
}
