/*
*	Custom grid system cheat-sheet
*	col-xs-1 	- 81px
*	col-xs-4 	- 324px
*	col-xs-8 	- 648px
*	col-xs-12 	- 972px
*/

:root {
    --dpd-color: #dc0032;
}

/* ################   GENERAL - START  ################ */
body, html{
	min-height: 100%;
	height: 100%;
}

body {
	margin: 0;
	font: 13px "Pluto Sans", Arial, Helvetica, sans-serif;
	color: #414042;
	font-weight: 300;
	position: relative;
}

ul:not(.list-items) {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.list-items li{
	margin-top: 10px;
}

body p, body a, body h1 {
	color: #414042
}

a, button {
	outline: none!important;
}

html body a,
html body a:hover,
html body a:active,
html body a:focus {
	text-decoration: none;
}

html body a.underline,
html body a.underline:hover {
	text-decoration: underline;
}

html body a:hover {
	color: #dc0032;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 30px;
}

h2{
	font-size: 20px;
}

h2.title-header {
	margin-bottom: 6px
}

h2.title-header.icon-box .icon{
	position: absolute;
	left: 5px;
	top: 4px;
	margin-left: -5px;
}

h2.title-header.icon-box{
	padding-left: 25px;
	position: relative;
}

.block{
	display: block !important;
}

strong{
	font-weight: 400;
}

.smaller{
	font-size: 11px;
}

.bolded{
	font-weight: 400
}

.inline{
	display: inline !important;
}

.container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.box-gray{
	background: #e6e7e8;
	padding: 20px;
}

.inactive {
    opacity: 0.5;
}

.flex-wrapper{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info-text.gray {
	font-size: 11px;
	color: #808285;
}

[class*='col-']{
	min-height: 0;
}

label{
	font-weight: 400;
	font-size: 13px;
}

.ajax-page-loader{
	background: url(../img/loader-7c3d6036eb26e3ab4925eec04e872e97.gif) no-repeat center center;
	width: 55px;
	height: 55px;
	position: absolute;;
	left: 50%; top: 50%;
	margin-left: -27px;
	margin-top: -27px
}

.loader{
	position: relative;
}

.asset-loader{
	background: url(../img/loader-7c3d6036eb26e3ab4925eec04e872e97.gif) no-repeat center center;
	height: 100%;
}
.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right:0px !important;
}

.no-padding-left {
	padding-left:0px !important;
}

.no-padding-top {
	padding-top: 0 !important;
}
/* Clear browser layout on iOS */
textarea,
input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	border-radius: 0;
	cursor: text !important;
}

/* captcha */
#g-recaptcha{
	-webkit-transform: scale(0.625);
	-moz-transform: scale(0.625);
	-ms-transform: scale(0.625);
	-o-transform: scale(0.625);
	transform: scale(0.625);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

#g-recaptcha > div{
	height: 48.75px !important;
}

/* hr element - start */

.hr {
	position: relative;
}

.hr hr{
	border-color: #808285;
}

.hr span{
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 10px;
	display: inline-block;
	background: #FFF;
}
/* hr element - end */

/* MARGIN declaration */

.mt-5{
	margin-top: 5px;
}

.mt-10{
	margin-top: 10px;
}

.mt-15{
	margin-top: 15px;
}

.mt-20{
	margin-top: 15px;
}

.mt-30{
	margin-top: 30px;
}

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

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

.mb-20{
	margin-bottom: 15px;
}

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

.mr-10{
	margin-right: 10px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
	margin-right: 20px;
}

.ml-10{
	margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
	margin-left: 20px;
}

@media (max-width: 767px) {
	.xs-mt-5 {
		margin-top: 5px;
	}
	.xs-mt-10 {
		margin-top: 10px;
	}

	.xs-mt-15 {
		margin-top: 15px;
	}

	.xs-mt-20 {
		margin-top: 20px;
	}

	.xs-mb-5 {
		margin-bottom: 5px;
	}

	.xs-mb-10 {
		margin-bottom: 10px;
	}

	.xs-mb-15 {
		margin-bottom: 10px;
	}

	.xs-mb-20 {
		margin-bottom: 20px;
	}

	.xs-mb-30 {
		margin-bottom: 30px;
	}

	.xs-pull-left{
		float: left;
	}

	.xs-pull-right{
		float: right;
	}

	.xs-no-padding{
		padding: 0 !important;
	}

	.xs-padding-15 {
		padding: 0px 15px!important;
	}

}

@media (min-width: 768px){
	#footer .footer-links .link-list {
		display: block !important;
	}

	.only-mobile {
		display: none !important;
	}

	.only-desktop {
		display: block !important;
	}

	.brtFooter-mobile {
		display: none;
	}

	.brtFooter {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.only-mobile {
		display: block !important;
	}

	.only-desktop {
		display: none !important;
	}

	.brtFooter-mobile {
		display: block !important;
	}

	.brtFooter {
		display: none;
	}
}

@media (max-width: 425px) {
	#internalPage iframe {
		width: 100% !important;
	}
}


@media (orientation: landscape) and (min-width: 768px) and (max-width: 991px){
	.col-sm-screen-10 {
		width: 83.33333333% !important;
	}
}

@media (min-width: 1023px) {
	.lg-no-padding {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.modal-content {
	padding: 15px;
}

/* Messages - alert, info */
.alert {
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: #dc0032;
	color: #dc0032;
	border-radius : 5px;
	padding: 10px;
	margin: 25px 0 -5px;
	background-color: #fef3ef;
}

.alert.mb-15 {
	margin-bottom: 15px;
}

.alert ul{
	display: table;
}

.alert.multi-errors ul li {
	list-style-type: disc;
	list-style-position: inside;
	display: table-row;
}

.alert:not(.multi-errors) ul li{
	list-style: none;
}

.alert:not(.multi-errors) ul li:before{
	content: ""
}

.alert ul li:before{
	display: table-cell;
	padding-right: 10px;
	content: "\25CF";
}


/* Message INFO styles */
.alert.info {
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: #509e2f;
	border-radius: 5px;
	background-color: #eef8e8;
}

.alert.info p {
	font-size: 18px;
	color: #217323;
	font-weight: 300;
}



.alert.alert-danger{
	background: transparent;
}
.alert.alert-danger strong{
	display: none;
}

.alert.error p {
	color: #dc0032;
}



.alert.info p:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 15px;
}

.alert.info.error p:before {
	background: none;
}

.myParcel #parcelDetails .row.alert-info-details, .myParcel #parcelDetails .row.alert-error-details {
	margin-left: 15px;
}

.alert a{
	cursor: pointer;
}

.alert a:hover,
.alert a:active,
.alert a:focus{
	text-decoration: underline;
	color: #414042;
}

.help-block{
	display: none;
}

.single-error{
	color: #dc0032;
	font-weight: 300;
	border: 1px solid #dc0032;
	padding: 10px;
	margin-bottom: 10px;
}

.form-group p{
	display: none;
}

.open-details{
	word-wrap: break-word;
}

@media (max-width: 991px) {
	.hide-on-mobile{
		display: none;
	}
}

.dpd-theme-error .top-menu .nav-list,
.dpd-theme-error .menu-trigger {
	display:none;
}

.dpd-theme-error .return-link{
	margin-bottom: 40px;
}

.dpd-theme-error .error-status {
	font-size: 30px;
	font-weight: 400
}

.dpd-theme-error p a,
.dpd-theme-error p a:hover {
	text-decoration: underline;
}

/* END of Messages - alert, info */


/* custom table */
.table-container{
	display: table;
	table-layout: fixed;
	width: 100%
}

.table-row{
	display: table-row;
}

.table-cell{
	display: table-cell;
}

/* colors */
.color-dpd-red{
	color: #dc0032;
}

.color-dpd-gray{
	color: #808285;
}

.search-box {
	position: relative;
}

.search-box input{
	padding-right: 45px !important;
}

.search-box .icon-magnifier{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.container{
	width: 100%;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}

.container.max-width .alert{
	margin-left: 20px;
	margin-right: 20px;
}

.container.max-width{
	overflow: hidden;
}

@media (max-width: 480px){
	.col-ts-12 {
		width: 100%;
	}
}

@media (max-width: 767px){
	.container{
		padding: 0 16px;
	}

	.container.max-width{
		padding: 0;
	}

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
	.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
	.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
	.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
	.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
		padding-left: 6px;
		padding-right: 6px;
	}

	.assets-container .row.desktop-box-list {
		width: calc(100% + 40px);
		margin-left: -24px;
	}

	.assets-container .row.desktop-box-list .item-box:nth-child(even) {
		padding-right: 0;
	}

	#asset-two-columns .col-xs-12.col-md-4 {
		width: calc(100% + 40px);
		margin-left: -24px;
	}

	#asset-two-columns .col-xs-12.col-md-4 .col-xs-6.col-md-12:nth-child(even) {
		padding-right: 0;
	}

	.social-media-icons{
		text-align: center;
	}
}

@media (max-width: 544px){
	.assets-container .row.desktop-box-list {
		width: calc(100% + 22px);
    	margin-left: -12px;
	}
	#asset-two-columns .col-xs-12.col-md-4 {
		width: calc(100% + 22px);
    	margin-left: -12px;
	}

	#preferences .links,
	#profiles .links {
		display: block;
		padding-bottom: 0;
		padding-top: 0;
	}
	#preferences .links .preferences {
		color: #dc0032;
	}
	#profiles .links .profile {
		color: #dc0032;
		margin-left: 6px;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	.container{
		padding: 0 20px;
	}
	.container.max-width{
		padding: 0;
	}
}

@media (min-width: 1025px) and (max-width: 1199px){
	.container{
		max-width: 100%;
		padding: 0 26px
	}

	.container.max-width{
		padding: 0;
	}

	.container.max-width .alert{
		margin-left: 8px;
		margin-right: 8px;
	}
	.container-fluid #footer .footer-copyrights {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.container.max-width {
		padding: 0;
	}

	.container.max-width .alert{
		margin-left: 8px;
		margin-right: 8px;
	}
}



/* ################   GENERAL - STOP  ################ */

#header #navigation ul li:nth-child(4),
#header #navigation ul li:nth-child(5),
#header #navigation ul li:nth-child(6){
	/*display:none;*/
}



/* ################   HEADER - START  ################ */

#header {
	width: 100%;
	background-color: #fff;
	z-index: 100;
	position: relative;
}

#header.sticky {
	position: fixed;
	top: 0;
}

#header .first-level-menu {
	z-index: 100;
	background-color: #fff;
}

#header .first-level-menu,
#header .second-level-menu {
	border-bottom: 1px solid #e6e7e8;
}

#header .first-level-menu .container {
	position: relative;
}

#header .first-level-menu .container,
#header .second-level-menu .container {
	display: flex;
	min-height: 65px;
	flex-flow: row nowrap;
	justify-content: space-between;
	background-color: none;
	padding: 5px 38px 0;
}

body.dpd-theme #header .top-logo,
#header #navigation,
#header #icon-menu {
	padding-top: 11px;
}

#header #icon-menu > ul {
	display: flex;
	align-items: center;
}

#header #icon-menu > ul > li {
	padding: 0 8px 0 5px;
}

#header #icon-menu > ul li:last-of-type {
	padding-right:0;
}

#header .top-menu {
	font-size: 11px;
	margin-top: 15px;
	text-align: right;
	padding-right: 8px;

}

#header .top-menu ul.nav-list li.nav-list-item {
	display: inline;
}

#header .top-menu ul.nav-list li.nav-list-item .dropdown-toggle{
	position: relative;
	top: -1px;
}

#header .top-menu ul.nav-list form{
	display: inline;
}

#header .top-menu ul.nav-list li.nav-list-item:not(:first-child):before{
	content: "|";
	margin-right: 5px;
	margin-left: 5px;
}

#header .top-menu ul.nav-list .open > .dropdown-menu{
	left: auto;
	right: -1px;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	min-width: 100px;
	font-size: 1em;
	border-top: none;
}

#header .top-menu ul.nav-list .open > .dropdown-menu li a{
	padding: 3px 10px
}

#header .top-menu ul.nav-list .nav-list-item a:active,
#header .top-menu ul.nav-list .nav-list-item a:focus {
	text-decoration: none;
}

#header .top-menu ul.nav-list .open .dropdown-menu > li > a:hover,
#header .top-menu ul.nav-list .open .dropdown-menu > li > a:active{
	background-color: #dc0032;
	color: #FFF;
}
header .top-menu ul.nav-list .open a .icon-arrow-small-black-down {
	background: url("../img/themes/dpd/arrow_small_black_up-3a74549e1ecec6a3faed5b3635c435c0.svg") no-repeat center center;
}
header .top-menu ul.nav-list .open a:hover .icon-arrow-small-black-down {
	background: url("../img/themes/dpd/arrow_small_red_up-4ac0a5d2a4458593d87d4ebd320cd414.svg") no-repeat center center;
}

.top-logo .search-box{
	margin-right: 10px;
}

#header .top-logo .logo-container {
	margin-right: 3rem;
	display: block;
	width: 73px;
	height: 33px;
	background: url("../img/dpdlogo-0d91d48986e05d58d4d1d92461b871d9.svg") no-repeat 0 0;
}

#header .slogan {
	font-size: 22px;
	color: #dc0032;
	padding-top: 25px;
	padding-right: 9px;
}

#header .top-logo #searchParcel {
	margin-top: 17px;
	width: 300px;
}

#header .top-logo #searchParcel,
.search-box input {
	background-color: white !important;
}

#header .top-logo #searchParcel:focus,
#header .top-logo #searchParcel:not(:placeholder-shown),
.search-box input:focus,
.search-box input:not(:placeholder-shown) {
	border-color: #000 !important;
	color: #000000 !important;
}

.asset-content .search-box input:focus,
.asset-content .search-box input:not(:placeholder-shown) {
	border-color: transparent !important;
}

.asset-mobile .asset-content .search-box input:focus {
	border-color: #b7b6b7 !important;
}

.top-logo .search-box .icon {
	position: absolute;
	top: 17px;
	right: 0px;
	cursor: pointer;
}

#header a.private {
	color: #dc0032;
}

.dpd-theme.dpd-theme-error #header .top-logo {
	flex-grow: 1;
}

/* Vertical MENU */

#header #navigation {
	flex-grow: 3;
	line-height: 30px;
}

#header #navigation ul {
	width: 100%;

}

#header #navigation ul li.menu-item {
	cursor: pointer;
}

#header #navigation ul li.menu-item .dropdown-menu {
	border: none;
    width: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	top: 100%;
	border-top: 1px solid #e6e7e8;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	padding: 20px 30px 25px;
	box-shadow: none;
	margin: 0;
}

#header #navigation ul li.menu-item .dropdown-menu ul {
	display: flex;
	flex-wrap: wrap;
}

#header #navigation ul li.menu-item .dropdown-menu ul li a {
	padding: 0;
    color: #414042;
    background: url("../img/themes/dpd/arrow_small_black_right-7f2f7149ec385c145c1ddb3c64a741b5.svg") no-repeat 91% 50%;
    transition: background 1s ease;
}

#header #navigation ul li.menu-item .dropdown-menu ul li a:hover {
	color:#dc0032;
	background-position-x:100%
}

#header #navigation ul li.menu-item .dropdown-menu ul li a span {
	line-height: 50px;
    max-width: 85%;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    padding-top: 0;
    padding-bottom: 0;
}

#header #navigation ul li.menu-icon-item{
	float: right;
	height: 30px;
	padding-right: 8px;
}

#header #navigation ul li.menu-item a,
#header #navigation ul li.menu-item a:focus {
	padding: 3px 15px 14px;
	font-size: 14px;
	display: block;
	line-height: 30px;
}


#header #navigation ul li.menu-item .dropdown-menu ul li a {
	padding: 0;
	color: #414042;
	background: url("../img/themes/dpd/arrow_small_black_right-7f2f7149ec385c145c1ddb3c64a741b5.svg") no-repeat 91% 50%;
	transition: background 1s ease;
}

#header #navigation ul li.menu-item span.active,
#header #navigation ul li.menu-item a:hover span,
#header .second-level-menu a:hover span,
#header .second-level-menu span.active {
	border-bottom: 1px solid #dc0032;
	color: #dc0032;
	padding-bottom: 3px;
}

#header #navigation ul li.menu-item .dropdown-menu ul li a:hover span,
#header #navigation ul li.menu-item .dropdown-menu ul li a:active {
	color: #dc0032;
	border-bottom: none;
}

#header #navigation .icon-notification-desktop,
#header #navigation .icon-notification-desktop:hover {
	text-decoration: none !important
}

#header #navigation #notifications {
	position: relative;
}

#header #navigation #burger-menu .icon {
	margin-top: 5px;
}

#header .second-level-menu .container {
	padding-top: 0;
	padding-left: 161px;
	min-height: 40px;
	justify-content: start;
}

#header .second-level-menu .second-level-menu-item {
	margin-right: 30px;
}

#header .second-level-menu .second-level-menu-item a {
	padding: 1rem 0 1.4rem;
	display: block;
}

#header .second-level-menu .second-level-menu-item span {
	font-size: 11px;
	padding-top: 10px;
}

@media (min-width: 1200px){
	#header .first-level-menu .container {
		padding: 5px 38px;
	}
	.container-fluid #footer .footer-copyrights {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 991px) {
	#header .slogan {
		display: none;
	}

	#header .top-logo {
		margin-bottom: 0px;
		flex-grow: 1;
		text-align: left;
	}

	#header .top-logo .logo-container {
		width: 70px;
		height: 31px;
		background-position: center center;
		background-size: auto 31px;
	}

	.top-logo .search-box .icon-magnifier-black {
		background-color: transparent;
		background: url("../img/themes/dpd/magnifier-f15108a2989cf082d5cb3c266401d332.svg") no-repeat center center;
		width: 30px;
		height: 30px;
		position: absolute;
		top: -40px;
		right: 78px;
		z-index: 1;
	}

	#header #navigation ul li.menu-item,
	#header .top-logo #searchParcel,
	.search-box .icon-magnifier-white,
	.top-logo .search-box .icon-magnifier,
	#header .top-logo.show .logo-container,
	#header .second-level-menu {
		display: none !important;
	}

	#header .top-logo.show #searchParcel,
	.top-logo.show .search-box .icon-magnifier-white {
		display: inline-block;
	}

	#header .top-logo.show .pull-right {
		float: none !important;
	}

	.top-logo.show .search-box {
		width: calc(100% - 145px);
		margin: 5px 0 5px 45px;
	}

	#header .top-logo.show #searchParcel {
		width: 100%;
		margin: 0;
	}

	.top-logo.show .search-box .icon {
		top: 0;
		right: 45px;
	}

	.top-logo.show .search-box .icon-magnifier-black {
		right: 0;
		width: 45px;
		height: 45px;
		background: #808285 url("../img/themes/dpd/x_white-39c5f8efded379369b0315ded9cf012d.svg") no-repeat center center;
	}

	#header #navigation{
		position: absolute;
		top: 10px;
		right: 0;
		background: none;
	}

	#header #navigation .icon-profile-desktop {
		width: 23px;
		height: 31px;
		background: url("../img/themes/dpd/profile-8fe4e7dd9e7c3ad1d54a9d0538745d30.svg") no-repeat center center;
	}

	#header #navigation .icon-profile-inactive-desktop {
		width: 23px;
		height: 31px;
		background: url("../img/themes/dpd/profile_inactive-42b908a40533416d1689a9c65669623c.svg") no-repeat center center;
	}

    #header #navigation .icon-notification-desktop {
        width: 30px;
        height: 31px;
        background: url("../img/themes/dpd/notification_empty-8633ae99a26542d8098267ac3976a02b.svg") no-repeat center center;;
    }

	#header #navigation .icon-notification_empty_desktop {
		width: 30px;
		height: 31px;
		background: url("../img/themes/dpd/notification_empty-8633ae99a26542d8098267ac3976a02b.svg") no-repeat center center;
	}

    #header #navigation #notification-amount {
        color: #FFF;
        font-size: 9px;
        position: relative;
        top: -8px;
        left: -2px;
        min-width: 18px;
        height: auto;
        background-color: #dc0032;
        line-height: 15px;
        border-radius: 50%;
    }

	.top-logo .col-xs-12{
		text-align: center;
	}

	#header #navigation ul li.menu-icon-item{
		margin-left: 3px;
	}
}

@media (max-width: 767px){
	#header .top-logo{
		padding: 0;
		margin-right: 0;
	}

	#header #navigation ul li.menu-icon-item{
		padding-right: 2px;
	}

	.top-logo .search-box .icon-magnifier-black {
		display: none;
	}

	.content-item-timen:after {
		height: 100% !important;
	}

	#header .top-logo .my-parcels #searchParcel,
	.my-parcels .search-box .icon-magnifier-white,
	#header .top-logo.show .logo-container {
		display: inline-block;
	}
	#header .top-logo .pull-right {
		float: none !important;
	}
	.top-logo .search-box {
		width: 100%;
		margin: 0;
		display: none;
	}
	#header .top-logo #searchParcel {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.top-logo .search-box .icon {
		top: 0;
		background-color: #dc0032;
		background: url("../img/themes/dpd/magnifier-f15108a2989cf082d5cb3c266401d332.svg") no-repeat center center;
	}
	#header .container {
		padding: 5px 16px;
	}

}

#mn-container{
	width: 320px;
    position: fixed;
    top: 0;
    right: -320px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    height: 100%;
    overflow-y: auto;
    background: #fff;
	z-index: 111;
	padding-bottom: 20px;
}

#mn-container .login-link input {
	font-weight: 300;
}

#mn-overlay,
.nav-bg-hover,
.popup-overlay {
	position: fixed;
	top: 0px; right: 0px;
	bottom: 0px; left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 110;
}

.nav-bg-hover {
	z-index: 99;
}

#mn-container .mn-header {

    position: relative;
	color: #fff;
	display: flex;
	padding: 24px 24px 24px 16px;
	font-size: 14px;
	line-height: 22px;
}

#mn-container .mn-header.guest {
	background: #414042;
}

#mn-container .mn-header.account-holder {
	background: #DC0032;
}

#mn-container .mn-header span {
	position: relative;
	padding-left: 30px;
	flex-grow: 1;
	word-break: break-all;
}

#mn-container .mn-header span:before {
	content: '';
	display: block;
	background: url("../img/themes/dpd/profile_active_desktop_white-b5a98e13d72d090bb746ede2cd66c782.svg") no-repeat center center;
	width: 18px;
	height: 22px;
	position: absolute;
	left: 0;
}

#mn-container #mn-btn-close{
	transform: rotate(45deg);
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

#mn-container .mn-list.main-menu.cms {
	display: block;
}

#mn-container .mn-list.main-menu.cms .menu-item {
	border-bottom: 1px solid #e6e7e8;
	min-height: 50px;
	position: relative;
	color: #dc0032;
}

#mn-container .mn-list.main-menu.cms .menu-item:last-of-type {
	border: 0;
}

#mn-container .mn-list.main-menu.cms .menu-item .sub-expand,
#mn-container .mn-list.main-menu.cms .menu-item.open .sub-expand.collapsed {
	background: url(../img/themes/dpd/menu-close-df3564836211dc3adac2414838ac5924.svg) no-repeat 100%;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 8px;
    top: 14px;
    cursor: pointer;
}

#mn-container .mn-list.main-menu.cms .menu-item .sub-expand.collapsed {
	background: url(../img/themes/dpd/menu-open-d93f3f8759449ceb3d9d05f47c7eedb3.svg) no-repeat 100%;
}

#mn-container .mn-list.main-menu.cms .menu-item .submenu {
	list-style: none;
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 0;
}

#mn-container .mn-list.main-menu {
	display: none;
}

#mn-container .mn-list {
	margin: 10px 19px 10px 11px;
	padding: 0 5px 5px;
	border-bottom: 1px solid #e6e7e8;
}

#mn-container .mn-list li:last-child a {
	border: 0;
}

#mn-container .mn-list li a:hover,
#mn-container .mn-list li a:active,
#mn-container .mn-list li a:focus,
#mn-container .mn-list li input:hover,
#mn-container .mn-list li input:focus,
#mn-container .mn-list li input:active,
#mn-container .mn-list li.active a,
#mn-container .mn-list li.active input,
#mn-container .mn-list.cms .submenu li a:hover,
#mn-container .mn-list.cms .submenu li input:hover{
	color: #dc0032;
	text-decoration: underline;
}

#mn-container .mn-list li a,
#mn-container .mn-list li input{
    color: #1E1E1E;
	line-height: 20px;
	display: block;
	padding: 10px 0;
	text-align: left;
	font-size: 15px;
	background-color: #ffffff;
}

#mn-container .mn-list.cms li a,
#mn-container .mn-list.cms li input{
    color: #dc0032;
	padding: 15px 0 14px;
	width: 90%;
}

#mn-container .mn-list.cms .submenu li a,
#mn-container .mn-list.cms .submenu li input {
	color: #1e1e1e;
	padding: 5px 0;
}

#mn-container .mn-list.cms .submenu li.additionalLinks:first-of-type {
	border-top: 1px solid #e6e7e8;
	margin-top: 5px;
}


#mn-container .language-list {
	margin: 15px 19px 10px 16px;
	display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

#mn-container .language-list li {
	margin-bottom: 5px;
	font-size: 13px;
    line-height: 16px
}

#mn-container .language-list li a {
	color: #999;
}

#mn-container .language-list li a.active {
	color: #414042;
}

#mn-container .language-list li a:hover {
	color: #dc0032;
}

#mn-container .language-list li a:after {
	content: '|';
    display: inline-block;
    color: #999;
    padding: 0 9px 0 12px;
}

#mn-container .language-list li:last-of-type a:after {
	display: none
}

#mn-container .language-list:last-child {
	border-right: 0;
}

#mn-container .logout {
	margin: 0 16px;
	text-align: right;
}


@media (min-width: 991px){
	.myParcel #parcelDetails .parcelContent .deliveryStatus + .row {
		display: flex;
	}

	.myParcel #parcelDetails .parcelContent .mapBox,
	.myParcel #parcelDetails .parcelContent .mapBox #map {
		height: 100%;
	}

	.myParcel #parcelDetails .parcelContent .mapBox #map {
		min-height: 310px;
	}

	#internalPageHeader .header,
	#preferencesHeader .header,
	.parcelShopHeader .header,
	#liveTracking #parcelMapHeader .header {
		display: none;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.icon-close-x-big {
		width: 16px;
		height: 15px;
		background: url("../img/themes/dpd/close_x_big-3ef31bfcb123fcba89e6432462d0765e.svg") no-repeat center center;
		top: 12px !important;
	}

	.myparcelsHeader .header {
		margin-top: 0px;
	}
}

/* ################   HEADER - STOP  ################ */




/* ################   FOOTER - START  ################ */
#footer {
	margin-top: 35px;
	background: #cac4be;
}

#footer .container {
	background: none;
}

#footer .footer-links {
	padding-top: 25px;
	padding-left: 8px;
	padding-right: 8px;
}

#footer .footer-links .icon-plus_black {
	display: none;
}

#footer .footer-links h3 {
	font-size: 16px;
	margin-top: 11px;
	margin-bottom: 17px;
}

#footer .footer-links .link-list li {
	margin-bottom: 11px;
	line-height: 13px;
}

#footer .footer-links .link-list li:last-child {
	margin-bottom: 0px;
}

#footer .footer-links .link-list a {
	font-size: 13px;
}

#footer .footer-links .social-links {
	padding-top: 11px;
}

#footer .footer-links .social-links li {
	float: left;
	margin-left: 5px;
}

#footer .footer-links .social-links a {
	display: inline-block;
}

#footer .footer-links .social-links a.google {
	background-position: -35px 0;
}

#footer .footer-links .social-links a.twitter {
	background-position: -70px 0;
}

#footer .footer-links .social-links a.youtube {
	background-position: -105px 0;
}

#footer .footer-copyrights {
	border-top: 2px solid #858280;
	margin-top: 35px;
	padding-top: 27px;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
}

#footer .footer-copyrights .select {
	min-height: 30px;
}

#footer .footer-copyrights .links {
	margin: 10px 0px;
}

#footer .container .legal {
	line-height: 18px;
	color: #808285;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

#footer .logo-container{
	position: relative;
    margin-left: -7px;
	padding-right: 20px;
	display: inline-block;
}

#footer .container .version {
	text-align: center;
	margin: 20px 0 10px;
}

/* dpd dropdown for footer */
#footer .select2{
	width: 150px !important;
	float: right;
}

#footer .select2-container--default .select2-selection--single{
	height: 30px;
	line-height: 30px;
}

#footer .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 30px;
}

#footer .select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 45px;
	height: 30px;
	background: url("../img/themes/dpd/arrow_big_white_down-8100a39b1b56877da8592211b9a9efd5.svg") no-repeat center center;

}

#footer .select2-container--default.select2-container--open .select2-selection--single  .select2-selection__arrow b {
	background: url("../img/themes/dpd/arrow_big_white_up-a02744c08005c5f95d19ae2446ce7c4c.svg") no-repeat center center;
}


#footer .select2-container--default .select2-selection--single{
	background: #FFF;
}


/* footer links */
#footer .list-inline > li{
	padding-left: 0
}

#footer .list-inline > li:after{
	content: "\00B7";
	padding-left: 10px;
	font-weight: 800;
}

#footer .list-inline > li:last-child:after{
	content: none;
}

#preferences .links,
#profiles .links {
	display: none;
}

@media (max-width: 991px){
	#mn-container .mn-list.main-menu {
		display: block;
	}
	#footer .container .legal{
		font-size: 13px;
	}
	#footer .container .logo-container {
		line-height: 28px;
	}
	#preferences .links,
	#profiles .links {
		display: block;
        padding-bottom: 0;
        padding-top: 0;
	}
    #profiles .links {
        padding-bottom: 10px;
    }
	#preferences .links .preferences {
		color: #dc0032;
	}
	#profiles .links .profile {
		color: #dc0032;
		margin-left: 6px;
	}
}

@media (max-width: 767px){

	#footer .footer-copyrights .col-xs-6:first-child{
		position: relative;
		top: -7px;
	}

	#footer .footer-links > div{
		margin-bottom: 35px;
		width: 100%;
	}

	#footer .container a{
		font-size: 13px;
		line-height: 1.4em;
	}

	#footer .footer-copyrights .links {
		text-align: center;
		margin-top: 20px;
	}
	#footer .footer-links .social-links {
		width: 100%;
		text-align: left;
	}
	#footer .footer-links .social-links li:first-child {
		margin-left: 0;
	}
	#parcel-shop-list .table-cell.hours p {
		text-align: left;
	}

    #profiles .links {
        padding-bottom: 0;
    }
}


/* ################   FOOTER - STOP  ################ */


/* ################   CONTENT - START  ################ */

/* PROFILE / PREFERENCES PAGE - START */

.gray-bg {
	background-color: #e6e7e8;
	padding-top: 18px;
	padding-bottom: 20px;
	margin-bottom: -35px;
}

.text-box {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 16px;
}

.text-box.address-box .alert{
	margin: 0px 0 25px;
}

.text-box h1 {
	font-size: 20px;
	color: #dc0032;
	margin-top: 0px;
	margin-bottom: 10px;
}

.text-box h1 {
	display: inline-block;
}

.text-box .icon-edit {
	width: 23px;
	height: 23px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}

@media (max-width: 767px) {
	.text-box h1 {
		margin-right: 10px;
	}
	.text-box .icon-edit {
		margin-left: 0px;
		margin-bottom: 10px;
	}
}

.text-box .icon-edit:hover {
	cursor: pointer
}

.text-box .depositDetailsHolder p,
.text-box .homeDetailsHolder p,
.text-box.address-box p {
	margin-bottom: 0px;
}

.text-box .depositDetailsHolder p.name,
.text-box .homeDetailsHolder p.name,
.text-box.address-box p.name {
	margin-top: 20px;
	font-weight: 400;
	font-size: 13px;
}

.text-box.address-box p.street span.pull-left,
.text-box.address-box p.streetEmpty span.pull-left {
	margin-right: 4px;
}

.text-box .row-to-delete {
	background-color: #f2f3f3;
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}

.text-box .row-to-delete p {
	line-height: 50px;
}

.text-box .row-to-delete .icon-close-x-big {
	position: absolute;
	right:15px;
	top: 14px;
	width: 22px;
	height: 22px;
	background-color: transparent;
	border: none;
}

.text-box .emailFragmentWithCode .emailFragment {
	min-height: 150px;
}


.text-box .emailFragmentWithCode .emailFragment .inputText {
	width: calc(70% - 55px);
}

.text-box .emailFragmentWithCode .emailFragment .activationCodePhoneInput,
.text-box .phoneFragmentWithCode .phoneFragment .activationCodeEmailInput {
	background: #fff;
}

.text-box .emailFragmentWithCode .row-to-delete p {
	line-height: normal;
}
.text-box .emailFragmentWithCode .row-to-delete {
	height: 50px;
}

.text-box .emailFragmentWithCode .row-to-delete button + p {
	padding-top: 15px;
}

.text-box .emailFragmentWithCode .emailFragment .validateEmailCodeBtn,
.text-box .emailFragmentWithCode .emailFragment .resendEmailCodeBtn {
	width: 45px;
	height: 45px;
	background-color: #b7b6b7;
	border: 0;
}

.text-box .emailFragmentWithCode .emailFragment .validateEmailCodeBtn {
	background: #b7b6b7 url("../img/themes/dpd/arrow_big_black_right-c3d651cbee428aa6aa987f9f0c4cc15e.svg") no-repeat center center;
}

.text-box .emailFragmentWithCode .emailFragment .row .resendEmailCodeBtn {
	width: auto;
	width: 30%;
	float: left;
}

.text-box .emailFragmentWithCode .emailFragment .row {
	margin: 35px 15px 0 0;
}

.text-box .emailFragmentWithCode .emailFragment .row * {
	float: right;
}

/*phone fragment confirmation start*/
.text-box .phoneFragmentWithCode .phoneFragment {
	min-height: 150px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.text-box .phoneFragmentWithCode .row-to-delete p {
	line-height: normal;
}

.text-box .phoneFragmentWithCode .row-to-delete button + p {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
}

.text-box .phoneFragmentWithCode .phoneFragment .validatePhoneCodeBtn:disabled,
.text-box .phoneFragmentWithCode .phoneFragment .resendPhoneCodeBtn:disabled {
	background-color: #e6e7e8;
	color: #b2b2b4;
}

.text-box .phoneFragmentWithCode .phoneFragment .validatePhoneCodeBtn,
.text-box .phoneFragmentWithCode .phoneFragment .resendPhoneCodeBtn {
	width: 100%;
	height: 45px;
	background-color: #dc0032;
	border: 0;
	color: #fff;
	font-size: 15px;
}

.text-box .phoneFragmentWithCode .phoneFragment .resendCode {
	padding-top: 15px;
	padding-bottom: 15px;
}

.text-box #addPhoneRecaptcha, .text-box #addEmailRecaptcha {
	margin: 15px;
}

.text-box #addPhoneRecaptcha > div,
.text-box #addEmailRecaptcha > div,
.resendCode > div.recaptcha > div {
	margin: 0 auto 15px;
}
/*phone fragment confirmation end*/


.text-box.email-box #addingEmailForm input {
	width: calc(100% - 50px);
}

.text-box #addEmailAddress {
	float: right;
}

.text-box #countryCode {
	text-align: center;
	width: 220px;
}

.text-box .intl-tel-input .flag-container .iti-arrow,
.text-box .iti .iti__flag-container .iti__arrow {
	position: absolute;
	width: 45px;
	height: 43px;
	top: 0;
	border: none;
	top: 0;
	margin: 0;
	right: 1px;
}

.text-box .intl-tel-input .flag-container .selected-flag,
.text-box .iti .iti__flag-container .iti__selected-flag {
	width: 220px!important;
	background: transparent !important;
}


.text-box .intl-tel-input .selected-flag .iti-flag,
.text-box .iti .iti__flag-container .iti__selected-flag .iti__flag {
	top: -2px;
	float: left;
}

.text-box .intl-tel-input .flag-container .selected-flag .selected-country-name,
.text-box .iti .iti__flag-container .iti__selected-flag .iti__country-name {
	width: calc(100% - 100px);
	float: left;
	padding-left: 30px;
	padding-right: 5px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-box .intl-tel-input.separate-dial-code .selected-dial-code {
	display: inline-block!important;
	padding-left: 0px!important;
	line-height: 42px;
}

.text-box #phone {
	width: calc(100% - 278px);
	height: 45px!important;
	margin-left: 3px;
	margin-right: 3px;
}

.selected-flag .selected-country-name,
.iti__selected-flag .iti__country-name,
.selected-flag .iti-flag  {
	display: none;
}

.iti__flag-container .iti__country-list {
	z-index: 5;
}

.iti__country-list::-webkit-scrollbar {
    width: 5px;
}

.iti__country-list::-webkit-scrollbar-thumb {
	background: #808184;
	border-radius: 2px;
}

.text-box .intl-tel-input .flag-container .selected-flag,
.text-box .iti .iti__flag-container .iti__selected-flag,
.text-box #countryCode{
	width: 100px !important;
	padding-left: 10px !important;
}

.text-box #phone{
	width: calc(100% - 160px);
	-webkit-width: calc(100% - 153px);
}

.text-box.gray-box {
	background-color: #e6e7e8;
	padding: 25px 0px 20px 0px;
	margin-bottom: 0px;
}

.text-box.gray-box h2 {
	margin: 0px 0px 10px 0px;
	font-size:13px;
	font-weight: 500;
}

.delivery-preferences.text-box.gray-box {
	padding-bottom: 0;
}

#flagForm {
	margin-top: 10px;
}

.preferenceIconsHolder {
	display: flex;
	flex-direction: row;
	padding-left: 15px;
	padding-right: 5px;
	justify-content: center;
}

.preferenceIconsHolder .preferenceIconsTextBox {
	align-self: center;
	padding: 15px 0 15px 10px;
}

.preferenceIconsHolder .preferenceIconsTextBox .preferenceIconsBottomLine {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}

.text-box.gray-box.communication-preferences {
	padding: 14px 20px 20px 0px;
}

.pickup-address ul.address-details {
	display: block;
	float: right;
	width: calc(100% - 40px);
}

#onHoliday {
	float: right;
	font-size: 11px;
	font-family: Arial;
	color: #808285;
}

#preferences #message {
	margin-top: 0px;
}

@media (max-width: 767px){
	.gray-bg{
		padding-left: 0px;
		padding-right: 0px;
		background-color: #fff
	}
	.text-box {
		margin-bottom: 0px;
	}
	.text-box.gray-box {
		background-color: #fff;
		padding: 0px 20px
	}

	.gray-bg .text-box{
		padding: 20px 0;
	}

	.preferenceIconsHolder {
		float: none!important;
		margin-top: 20px;
		text-align: center;
		margin-left: -20px;
		margin-right: -20px;
		background-color: #e6e7e8;
	}
	#preferences #message {
		margin-top: 0px;
		margin-left: 10px;
	}
	#preferences #message p{
		font-size: 14px;
	}
	#preferences .switch {
		position: absolute;
		right: 5px;
		top: 35px;
	}
	.text-box.gray-box.communication-preferences {
		border-top: 1px solid #e6e7e8;
		padding: 14px 0px 0px 0px!important;
	}
	.adress-section h2.title-header {
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.adress-section label.radio-label-start {
		margin-bottom: 15px;
	}
	.adress-section label.radio-label {
		margin-bottom: 0px;
	}
}

@media (max-width: 1024px) {
	#preferences .text-box{
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media (max-width: 991px) {
	.gray-bg {
		margin-top:-1px!important;
	}
}

/* PROFILE PAGE - STOP */


/* ################   CONTENT - STOP  ################ */

/* ################   FORMS - START  ################ */

.form-group{
	margin-bottom: 17px;
	width: 100%;
	display: table;
	position: relative;
	table-layout: fixed;
}

.submit-row{
	padding-top: 17px;
	padding-bottom: 5px;
}

input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]){
	border: 1px solid #b7b6b7;
	font-size: 16px;
	height:45px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

input.single-icon-magnifier:not([type="radio"]):not([type="submit"]){
	padding-right: 50px;
}

.has-error input:not([type="radio"]):not([type="submit"]){
	border-color: #dc0032;
}

.has-error label:not(.radio-label-start) {
	color: #dc0032;
}

.has-error textarea,
.has-error .gray-box {
	border: 1px solid #dc0032;
}

input[type="radio"],
input[type="checkbox"]{
	width: 26px;
	height: 26px;
}

input[class*='icon']{
	padding-right: 45px;
}

input:focus {
	outline:none;
}

input.fieldError {
	border-color: #dc0032 !important;
}

input:not([type="radio"]):not([type="checkbox"]) {
	-webkit-appearance: none;
	border-radius: 0;
}

/* pure css checkbox && radios */
#optOutForm > div:not(#optOutForm) input,
.checkbox,
.radio {
	opacity: 0;
	position: absolute;
	z-index: 10;
}

.checkbox, .checkbox-label, .radio, .radio-label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-label, .radio-label {
	position: relative;
}

#optOutForm > div:not(#optOutForm) > div:before,
.checkbox ~ .checkbox-label:before,
.radio ~ .radio-label:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

.radio ~ .radio-label.has-error:before {
	background-position: top right;
	background-image: url("../img/themes/dpd/radio-21218f74e597f3e99d6de165d9f6fb77.png");
	width: 27px;
	height: 27px;
}

.radio:checked ~ .radio-label.has-error:before {
	background-position: bottom right;
}


.radio:checked ~ .radio-label:before {
	background: url("../img/themes/dpd/radiobutton_desktop_active-a442ec9b0cc33de016a60f32d1fa7be8.svg") no-repeat center center;
	background-size: cover;
}

body .checkbox ~ .checkbox-label:before,
#optOutForm > div:not(#optOutForm) > div:before {
	width: 25px;
	height: 25px;
	border: 1px solid #808285;
	background-color: #fff;
}

.checkbox:checked ~ .checkbox-label:before,
#optOutForm > div:not(#optOutForm) input:checked ~ div:before {
	background: #fff url("../img/themes/dpd/checkbox_checkmark-fc157f942230537db3c18fe0a4a5cbfa.svg") no-repeat center center;
}

.checkbox:focus ~ .checkbox-label, .radio:focus + .radio-label {
	outline: none; /* focus style */
}

.radio-list li {
	float:left;
	margin-right: 25px
}

.req-before::before {
	content:"*";
	color: #dc0032;
	margin-right: 5px;
}

.req::after {
	content:"*";
	color: #dc0032;
	margin-left: 5px;
}

.badRatingRowsError{
	border: 2px solid red;
	padding-top: 8px;
}

/* Select styles */

.select2{
	width: 100% !important;
}

.select2-container--default .select2-selection--single{
	background: #fff none;
	border: 1px solid #b7b6b7;
	border-radius: 0;
	height: 45px;
	outline-width: 0 !important;
}

.has-error .select2-container--default .select2-selection--single{
	border: 1px solid #dc0032;
}

.has-error .select2-container--default .select2-selection--single .select2-selection__arrow{
	border: 1px solid #dc0032;
	border-left: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 45px;
	padding-left: 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	background: #FFF;
}

.select2-dropdown{
	border-radius: 0;
	border-color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #dc0032;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 45px;
	height: 100%;
	right: 0;
	top:0;
}

.select2-results__option{
	min-height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	left: 50%;
	margin: 0;
	width: 45px;
	height: 45px;
	top: 0; left: 0;
}

.has-error .select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 44px;
	height: 43px;
}

textarea{
	border: 1px solid #b7b6b7;
	font-size: 15px;
	min-height: 100px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	resize: vertical;
	outline: none;
	padding-top: 10px;
}

/* ################   FORMS - STOP  ################ */


/* ################   BUTTONS - START  ################ */

.btn{
	width: 100%;
	height: 45px;
	text-align: center;
	border-radius: 0;
	font-size: 15px;
	padding: 0px 15px 0px 15px;
	line-height: 45px;
	overflow: hidden;
	word-break: break-all;
	white-space: normal;
}

.btn:focus,
.btn:active,
.btn:hover{
	box-shadow: none;
}

.icon-box, .btn:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.icon-box > *, .btn > *{
	display: inline-block;
	vertical-align: middle;
}

.btn > .icon + span, .btn > span + .icon,
.icon-box > .icon + span, .icon-box > span + .icon{
	margin-left: 6px
}

.btn.btn-red{
	background: #dc0032;
	color: #FFF;
}

.btn.btn-gray{
	background: #808285;
	color: #FFF;
}

.btn.btn-clear,
.btn.btn-clear:active,
.btn.btn-clear:focus{
	background-color: transparent;
	text-align: left;
	width: auto;
	font-weight: 300;
	font-size: 13px;
	border: none;
	box-shadow: none;
}

.btn.btn-clear:hover,
.btn.btn-clear:active,
.btn.btn-clear:focus{
	color: #dc0032;
}

.btn[class*="single-"]{
	padding-left: 20px;
}

.btn.btn-add {
	background-color: #dc0032;
	width: 45px;
	height: 45px;
	border: none;
	vertical-align: top;
}

.btn.btn-red[disabled] {
	background: #e6e7e7;
}

.btn.btn-border-red {
	border: 1px solid #dc0032;
	color: #dc0032;
}

[class*='btn-text'] {
    background: none;
}

.btn-text-red {
    color: #DC0032;
}


/* ################   BUTTONS - STOP  ################ */




/* ################   SCROLLBAR  - START  ################ */
.scrollable .viewport .overview{
	width: 100%;
}

.scrollable .scroll-bar.vertical{
	background: transparent;
	width: 4px;
	margin: 0 6px 0 0;
	z-index: 10;
}

.scrollable .scroll-bar.vertical .thumb{
	background: #808184;
	border-radius: 2px;

}
/* ################   SCROLLBAR - STOP  ################ */



/* ################   PAGES - START  ################ */

/* --------- PARCEL-SHOP START  ------  */
#parcel-shop-list #errorContainer{
	margin-top: -1px;
}

#parcel-shop-list .alert{
	margin-top: 25px;
	margin-bottom: 25px;
}

#parcel-shop-list .search-form{
	padding: 15px 14px 5px 16px;
	margin-bottom: -15px;
}

#parcel-shop-list .search-form .search-box .icon-magnifier {
    background: #dc0032 url("../../img/themes/dpd/magnifier_white-50d454457409672345647d56d6b9c95b.svg") no-repeat center center;
    border-radius: 0 8px 8px 0;
    background-size: 45%;
}

#parcel-shop-list .search-form #geolocationCheckbox[disabled] ~ .checkbox-label:before,
#geolocationCheckbox[disabled] ~ .checkbox-label:before {
	background: #e6e7e7;
}

#parcel-shop-list #loadMorePudos{
	margin: 18px 8px 8px;
	width: calc(100% - 22px);
}

#parcel-shop-list .pudo-list{
	padding-right: 0;
	clear: left;
}

#parcel-shop-list .pudo-list .scrollable .scroll-bar.vertical{
	margin: 0 5px 0 0;
}

#parcel-shop-list #parcelShopList{
	height: 465px;
	padding: 8px 0 0 0;
}

#parcel-shop-list .pudo-list .item.hover{
	background: #e6e7e7;
}

#parcel-shop-list .pudo-list .item{
	border-top: 1px solid #e6e7e7;
	padding: 18px 19px 18px 8px;
	display: table;
	width: 100%;
	position: relative;
}

#parcel-shop-list.parcel-shop-details .pudo-list .item {
	padding: 18px 13px 18px 17px;
}

#parcel-shop-list .pudo-list .item:last-child{
	border-bottom: 1px solid #e6e7e7;
}

.parcel-shop-details .pudo-list .item:last-child{
	border-bottom: none !important;
}

#parcel-shop-list.parcel-shop-details .info-box {
	padding: 0 7px 18px 11px;
}

#parcel-shop-list.parcel-shop-details .info-box p b {
	padding-right: 5px;
}

#parcel-shop-list .map-holder{
	padding-right: 4px;
	position: relative;
	left: -4px;
	padding-left: 6px;
	margin-top: 77px;
}

#parcel-shop-list .parcelshops-filters-container + .map-holder,
#parcel-shop-list.parcel-shop-details .map-holder{
	margin-top: 0;
}

#parcel-shop-list .pudo-list .item label{
	display: block;
}

#parcel-shop-list .pudo-list .item label span.icon {
	margin-left: 4px;
	text-indent: -999em;
}

#parcel-shop-list .pudo-list .item .distance{
	color: #a90034;
	font-size: 11px;
	display: table;
	margin-bottom: 0;
}

#parcel-shop-list .pudo-list .item .distance > span{
	float: left
}

#parcel-shop-list .pudo-list .item .distance .cut-long-text{
	max-width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

#parcel-shop-list .pudo-list .item .distance > span:last-child{
	margin-left: 5px;
}

#parcel-shop-list .pudo-list .item .pudo-point-info{
	width: 90%;
}

#parcel-shop-list .pudo-list .item .pudo-point-info label{
	margin-bottom: 1px;
}

#parcel-shop-list .pudo-list .item .pudo-point-info .details{
	margin-top: 3px;
}

#parcel-shop-list .pudo-list .item .pudo-point-info .details ul{
	margin-top: 6px;
}

#parcel-shop-list .pudo-list .location-map{
	margin-top: -7px;
	height: 42px;
}

#parcel-shop-list .pudo-list .item .pudo-point-link{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	border-top: 1px solid #e6e7e7;
}

#parcel-shop-list .pudo-list .item .pudo-point-link span {
	position: absolute;
	margin: -9px 0 0;
	top: 50%;
	right: 28px;
}

#parcel-shop-list .pudo-list .item.hover .pudo-point-link:hover .icon-arrow_big_midgreyright {
	background: url("../img/themes/dpd/arrow_big_red_right-a78af03ff1eaef157e84e12655e109c8.svg") no-repeat center center;
}


#parcel-shop-list .pudo-list .item .gray-out{
	color: #808285;
}

#parcel-shop-list .pudo-list .item .bolded{
	font-weight: 400;
}

#parcel-shop-list .pudo-list .item .holiday.bolded {
	font-weight: bold;
}

#parcel-shop-list .pudo-list .item .details .table-row.bolded {
	font-weight: bold;
}

#parcel-shop-list .pudo-list .item .details h2{
	margin-bottom: 12px;
}

#parcel-shop-list .pudo-list .item .bolded.bigger{
	font-size: 18px;
}

#parcel-shop-list .table-cell{
	padding-bottom: 4px;
	border-bottom: 1px solid #e6e7e7;
	padding-top: 7px;
}

#parcel-shop-list .table-row:last-child .table-cell{
	border-bottom: none;
}

#parcel-shop-list .table-row:first-child .table-cell{
	padding-top: 0;
}

#parcel-shop-list .table-cell.hours{
	text-align: right;
}

#parcel-shop-list .table-cell.day{
	width: 40%;
}

#parcel-shop-list .table-cell p{
	margin-bottom: 2px;
}

#parcel-shop-email .box-gray{
	margin-top: 10px;
	margin-bottom: 20px;
}

#parcel-shop-email .box-gray label,
#parcel-shop-email .box-gray p{
	margin-bottom: 0;
}

#parcel-shop-email .favorite-replace{
	font-size: 11px;
	position: relative;
	top: -15px;
}

#parcel-shop-list .viewport{
	width: 100% !important;
}

@media (min-width: 1200px){
	#parcel-shop-list .map-holder{
		padding-right: 8px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px){
	#parcel-shop-list{
		padding-left: 26px;
	}
}

@media (max-width: 1024px){
	#go-back-form{
		margin-left: 10px;
	}
}

@media (max-width: 991px){
	.scrollable .scroll-bar.vertical{
		margin-right: 0;
	}

	#parcel-shop-list .alert{
		margin-bottom: 5px;
	}
}

@media (max-width: 767px){
	#parcel-shop-list .map-holder{
		left: 0;
	}

	#parcel-shop-list .pudo-list .item:first-child{
		border-top: none;
	}
}

/* --------- PARCEL-SHOP START  ------  */


/* ################   MAP - START  ################ */

#map{
	height: 686px;
}

#map.full-screen{
	height: 400px;
}

.gm-style iframe + div {
	border: none !important;
}

.resize-control-container{
	display: none
}

.zoom-control-container,
.resize-control-container {
	padding: 22px;
	left: 0 !important;
}

.zoom-control-container .icon-zoom-control-in,
.zoom-control-container .icon-zoom-control-out,
.resize-control-container .icon-map-bigger{
	cursor: pointer;
	display: block;
}

.search-area-control-container {
    display: none;
    background-color: var(--dpd-color);
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    top: 15px !important;
    cursor: pointer;
}

.search-area-control-container.show {
    display: block;
}

.search-area-control-container.disabled {
    background-color: #e6e7e8;
    color: #414042;
}


@media (max-width: 767px){
	#map{
		height: 200px;
	}

	.zoom-control-container{
		display: none;
	}

	.resize-control-container{
		display: block;
	}

	#parcel-shop-list #parcelShopList{
		padding-left: 15px;
		padding-right: 20px;
	}
}

@media (max-width: 991px){

}

/* ################   MAP - END  ################ */



/* --------- SET FAVORITE START  ------  */

#set-favorite-form-page .choose-address-container{
	margin-top: 20px;
}

#set-favorite-form-page .choose-address-container .address-radio{
	width: 48px;
	float: left;
	overflow: hidden;
	position:relative;
	top: 2px;
}

#set-favorite-form-page .submit-row{
	display: none;
}

#set-favorite-form-page .choose-address-container .icon{
	float: left
}

#set-favorite-form-page .choose-address-container .address-details{
	width: calc(100% - 88px);
	float: right;
}

#set-favorite-form-page  .choose-address-container ~ ul{
	width: calc(100% - 100px);
	display: block;
	float: right;
}


.address-details .icon{
	position: relative;
	left: 5px;
	top: 2px;
}

@media (max-width: 480px){
	#set-favorite-form-page .favorite-address-pickup {
		margin-top: 20px;
	}
}


/* --------- SETFAVORITE END  ------  */



/* --------- PROFILES START  ------  */
#profiles .delete-account{
	margin: 20px 0;
	font-weight: 400;
}

#profiles #countryCode{
	border: 1px solid #b7b6b7 !important;
	color: transparent;
}

#profiles .alert.info p{
	font-size: 13px;
}

#changePasswordMessage.alert,
#changePasswordErrorMessage.alert,
#emailAddressMessage.alert,
#emailErrorMessage.alert,
#phonesMessage.alert,
#phoneErrorMessage.alert{
	margin: 0 0 25px;
}

/* --------- PROFILES END  ------  */



/* --------- FAQ START  ------  */
.faq-accordion.panel-group .panel{
	border-radius: 0;
	border-bottom: 1px solid #FFF;
	border-top: none;
}

.faq-accordion.panel-group .panel .panel-heading{
	background: #a90034;
	color: #FFF;
	border-radius: 0;
	min-height: 50px;
	font-size: 18px;
	padding: 0;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title{
	color: #FFF;
	font-size: 18px;
}

.faq-accordion.panel-group .panel + .panel{
	margin: 0;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a,
.faq-accordion.panel-group .panel .panel-heading .panel-title a:hover,
.faq-accordion.panel-group .panel .panel-heading .panel-title a:active,
.faq-accordion.panel-group .panel .panel-heading .panel-title a:focus{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #FFF;
	position: relative;
	padding: 15px 10px;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a > span:first-child{
	width: calc(100% - 50px);
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a > span:last-child{
	position: absolute;
	top: 10px;
	right: 10px;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a:not(.collapsed) > span.icon-plus-white {
	background: none;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a:not(.collapsed) > span.icon-plus-white:before {
	content: "";
	display: block;
	width: 23px;
	position: absolute;
	top: 11px;
	height: 2px;
	opacity: 1;
	left: 2px;
	background: #fff;
	opacity: 0.9;
}

.faq-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body{
	background: #e6e7e7;
	padding: 15px;
	font-size: 13px;
	color: #414042;
	overflow-wrap: break-word;
}

.faq-accordion .related-questions{
	margin-top: 30px;
}

.faq-accordion .related-questions a{
	display: block;
	line-height: 30px;
	font-weight: 400;
}

.faq-accordion .related-questions a > span:first-child{
	display: inline;
}

.contact-item{
	margin-right: 40px;
}

.dpd-box-container{
	padding: 15px;
	height: 140px;
	position: relative;
	display: block;
	overflow-wrap: break-word;
	background-size: cover;
}

.dpd-box-container > span{
	display: block;
}

.dpd-box-container .dpd-box-header{
	font-size: 18px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dpd-box-container .dpd-box-link{
	bottom: 10px;
	right: 10px;
	font-size: 18px;
	position: absolute;
	top: auto;
}

.dpd-box-container .dpd-box-body{
	width: calc(100% - 10px)
}

#faq-page .social-item{
	width: 54px;
	height: 54px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
}

#faq-page .social-item:last-of-type {
	margin-right: 0px
}

#faq-page .social-links .icon-box > .icon + span{
	margin-left: 0;
}

#faq-page .search-box input[type="search"] {
	background-color: transparent;
	color: black;
	border-color: black;
}
#faq-page .search-box .ui-autocomplete {
	border-color: black !important;
	border-top-width: 0 !important;
}
#faq-page .search-box .ui-autocomplete .ui-state-active {
	border-color: #e6e7e8 black !important;
	color: black !important;
}
#faq-page .search-box .ui-autocomplete li:first-of-type .ui-state-active {
	border-top-color: black !important;
}

@media (min-width: 769px){
	.flex-wrapper > div:nth-of-type(odd){
		padding-left: 0 !important;
	}

	.flex-wrapper > div:nth-of-type(even){
		padding-right: 0 !important;
	}
}

@media (max-width: 767px){
	.flex-wrapper > div{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

#faq-page .faq-accordion .main-answer a {
	text-decoration: underline
}


/* --------- FAQ END  ------  */



/* --------- SOCIAL LINKS START  ------  */

.social-links span.icon{
	margin: 20px 5px 0 0;
}

/* --------- SOCIAL LINKS END  ------  */

/* ################   PAGES - END  ################ */






/* ################   OVERWRITE CSS LIBRARIES  - START  ################ */

/* --------- @library intlTelInput.css  - start ------  */

.intl-tel-input .selected-flag{
	outline: none;
}

.intl-tel-input.separate-dial-code .selected-flag{
	table-layout: fixed;
}

/* --------- @library intlTelInput.css  - end ------  */

/* ################   OVERWRITE CSS LIBRARIES  - END  ################ */




/* ################   MODALS - START  ################ */

/* --------- cookies modal  - start ------  */

#cookiesModal{
	background: #cac4be;
	width: 100%;
	display: none;
}

#cookiesModal .container-fluid {
	padding: 13px 0 !important;
}

#cookiesModal .cookie-msg-content{
	font-size: 11px;
	font-weight: 400;
	color: #444240;
	width: calc(100% - 100px);
}

#cookiesModal .cookie-msg-content a{
	text-decoration: underline;
	font-weight: 700;
}

#cookiesModal .icon{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	cursor: pointer;
	margin-right: 10px;
}

@media (max-width: 1024px){
	#cookiesModal .cookie-msg-content{
		width: calc(100% - 50px);
	}
}

/* --------- cookies modal  - end ------  */


/* --------- popup modal  - start ------  */

.modal-dialog .modal-content{
	padding: 10px 20px;
	border-radius: 0 !important;
}

.modal-dialog .modal-header{
	padding: 5px 0;
	color: #dc0032;
	font-size: 20px;
	font-weight: 400
}

.modal-dialog .modal-header button{
	float: right;
	padding: 6px 0;
	height: 12px;
}

.modal-dialog .modal-header button.btn-clear {
    line-height: 12px;
    padding: 0;
}

.modal-dialog .modal-body{
	padding: 20px 0 15px;
	font-size: 16px;
}

.modal-dialog .modal-footer{
	padding: 5px 0;
	border-top: 0;
}

.modal-box {
	display: flex;
	justify-content: center;
}

.modal-box .modal-logo {
	width: 125px;
}

.modal-box .modal-header {
	border: 0;
}

.modal-box .modal-header .btn-clear {
	position: absolute;
    right: 15px;
    top: 15px;
}

.modal-box .modal-dialog {
	z-index: 111;
	text-align: center;
	width: 96%;
	max-width: 700px;
	position: fixed;
}

.modal-box .modal-dialog .modal-content {
	padding: 30px 20px;
	border-radius: 10px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	gap: 1rem;
	max-height: 90vh;
	overflow-y: auto;
}

.modal-box .modal-dialog .modal-content .title-header {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 2rem;
}

.modal-box .modal-dialog .modal-body {
	padding: 0;
}

.modal-box .modal-dialog .modal-footer {
	min-width: 30%;
}

.modal-logo {
	width: 250px;
}

@media (max-width: 768px){
	.modal-dialog {
		margin: 10px auto;
	}

	.modal-box .modal-dialog .modal-content {
		padding: 15px;
		gap: 0;
	}
	.modal-logo {
		width: 20vw;
		max-width: 135px;
	}
	.modal-dialog .modal-body {
		padding: 0;
	}
	.modal-box .modal-dialog .modal-content .title-header {
		margin-top: 10px;
		margin-bottom: 1rem;
	}
}

/* modern modal */
.modal-modern .modal-content {
    border-radius: 11px !important;
    padding: 0;
    box-shadow: none;

    .modal-title,
    .title-header {
        padding: 15px 20px 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
    }

    .modal-body {
        font-size: 14px;
        line-height: 21px;
        font-weight: 370;
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal-footer {
        padding: 0;
        border-top: 1px solid #dcdcdc;

        .submit-row {
            padding: 0;

            div {
                padding: 5px 0;
            }

            div:first-child {
                border-right: 1px solid #dcdcdc;
            }
        }
    }
}

#marketingPopup .modal-dialog {
    max-width: 426px;
    text-align: left;

    .modal-content {
        align-items: flex-start;
        padding: 0;
    }

    .modal-title,
    .title-header {
        color: #414042;
        text-align: left;
    }

    .modal-footer {
        width: 100%;
        text-align: center;

        .submit-row div {
            border-bottom: 1px solid #dcdcdc;
            border-right: 0;
            align-content: center;
            height: 48px;
            font-size: 16px;
            font-weight: 400;

            &:last-of-type {
                text-transform: uppercase;
                color: var(--dpd-color);
            }
			a {
				cursor: pointer;
			}
        }
    }
}


/* --------- popup modal  - end ------  */


/* ################   MODALS - STOP  ################ */




/* ################   NOTIFICATION - START  ################ */

#notification-amount{
    color: #FFF;
    font-size: 9px;
    position: relative;
    top: -7px;
    left: -5px;
    min-width: 13px;
    height: auto;
    display: inline-block;
    text-align: center;
    background-color: #dc0032;
    line-height: 13px;
    border-radius: 50%;
}

#notification-body{
	background: #FFF;
	width: 293px;
	border-radius: 4px;
	box-shadow: 2px 2px 10px #7c7c7c;
	right: 44px;
	top: 65px;
	z-index: 1000;
	position: absolute;
	display: none;
	max-height: 465px;
	line-height: 30px;
}

#notification-body ul {
	padding: 15px 15px 15px 0;
}

#notifications:not(.opened) #triangle-with-shadow{
	display: none;
}

#triangle-with-shadow {
	z-index: 1111;
	width: 20px;
	height: 20px;
	top: 49px;
	right:108px;
	position: absolute;
	overflow: hidden;
}

#triangle-with-shadow:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #FFF;
	transform: rotate(45deg); /* Prefixes... */
	top: 10px;
	left: 0px;
	box-shadow: -1px -1px 4px -1px #9c9c9c;
}

.notification-header span{
	font-size: 11px;
	color: #808285;
	padding-left: 15px;
}

.notification-item{
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	padding-top: 10px;
}

.notification-item:first-child{
	padding-top: 0;
}

.notification-item:last-child{
	border-bottom: none;
}

.notification-item-info{
	font-size: 14px;
	color: #414042;
	line-height: 1.5em !important;
	overflow-wrap: break-word;
}

.notification-item-link{
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5em;
	overflow-wrap: break-word;
}

.notification-item-date,
.notification-date {
	font-size: 11px;
	text-align: right;
	color: #808285;
}

.notification-item *{
	display: block;
	width: 100%;
}

.notification-item-border{
	border-left: 4px solid #dc0031;
	padding-left: 11px;
}

.notification-item.notification-read {
	opacity: 0.5;
}

.notification-item.notification-read .notification-item-border {
	border-color: #808285;
}
@media (max-width: 991px){
	#triangle-with-shadow {
		right: 100px;
	}
	#notification-body {
		right: 44px;
	}
	body:not(.homepage) #triangle-with-shadow {
		right: 111px;
	}
}
@media (max-width: 767px){
	#triangle-with-shadow {
		right: 87px;
	}
	#notification-body {
		right: 34px;
	}
	body:not(.homepage) #triangle-with-shadow {
		right: 97px;
	}
	body:not(.homepage) #notification-body {
		right: 34px;
	}
}
@media (max-width: 425px){
	body:not(.homepage) #notification-body,
	#notification-body {
		right: 25px;
	}
}
@media (max-width: 359px){
	body:not(.homepage) #notification-body,
	#notification-body {
		width: 293px;
		right: 12px;
	}
}
/* ################   NOTIFICATION - END  ################ */

/* Slide checkbox */

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 6px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked ~ .slider {
	background-color: #dc0032;
}

input:focus ~ .slider {
	box-shadow: 0 0 1px #dc0032;
}

input:checked ~ .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 30px;
}

.slider.round:before {
	border-radius: 50%;
}

/* Slide checkbox - END */


/* jquery-ui autocomplete */
.ui-menu .ui-menu-item > div{
	font-size: 15px;
	padding: 15px 10px;
}

.ui-state-active{
	background: #e6e7e8 !important;
	border-color: #e6e7e8 !important;
}

.ui-menu-item:after{
	content: '';
	display: block;
	background: #e6e7e8;
	height: 1px;
	width: calc(100% - 20px);
	margin: 0 auto;
}

/*STAR RATING START*/
div.stars {
	width: 290px;
	display: inline-block;
}

input.star { display: none; }

label.star {
	float: right;
	padding: 10px 10px 0;
	font-size: 40px;
	color: #444;
	transition: all .2s;
}

input.star:checked ~ label.star:before {
	content: '\f005';
	color: #fff;
	transition: all .25s;
}

label.star:hover { transform: rotate(-15deg) scale(1.3); }

.stars input[disabled] + label.star:hover {
	transform: initial;
	cursor: default;
}

.stars input[disabled] + label:before {
	cursor: default;
}

label.star:before {
	content: '\f005';
	font-family: FontAwesome;
	color: #aa0236;
	transition: all .25s;
	cursor: pointer;
}
/*STAR RATING END*/


#internalPage{
	margin: 25px 15px;
	min-height: 200px;
}

#internalPage ul {
	display: block;
	list-style-type: disc;
	padding-left: 40px;
	margin-top: 1em;
	margin-bottom: 1em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

#internalPage img {
	max-width: 100%;
}

#internalPage h1,
#internalPage h2,
#internalPage h3,
#internalPage h4,
#internalPage h5,
#internalPage h6 {
	font-weight: 300;
}

#internalPage h1 {
	font-size: 30px;
}

#internalPage h2 {
	font-size: 20px;
}

#internalPage h3 {
	font-size: 18px;
}

#internalPage strong {
	font-weight: bold;
}

#internalPage p {
	margin: 10px 0px;
}

#internalPage a {
	font-weight: bold;
}

/* Hide select element before js start */
.select select {
	display: none!important;
}
/* MY PARCEL - START */
.myParcel .nav-tabs {
	border-bottom: 1px solid #e6e7e8;
	padding-left: 8px;
}

.myParcel .nav-tabs li a {
	padding: 7px 1px 13px;
	height: 37px;
	margin-right: 30px;
}

.myParcel .nav-tabs li a,
.myParcel .nav-tabs li a:hover {
	border: 0;
	background: none;
}

.myParcel .nav-tabs li.active a {
	border-bottom: 3px solid #dc0032;
	padding: 7px 1px 10px;
}

.myParcel .nav-tabs li.active a span:first-child {
	color: #dc0032;
}

.myParcel .nav-tabs li a span:last-of-type {
	background: #e6e7e7;
	padding: 0;
	height: 21px;
	width: 31px;
	text-align: center;
	border-radius: 15px;
	margin-left: 4px;
	display: inline-block;
	line-height: 21px;
}

.myParcel .left-column {
	overflow-x: hidden;
}

.myParcel #parcelDetails .parcelContent {
	background: #f2f3f3;
	padding: 16px 8px;
}

.myParcel #parcelFeedback > div {
	padding: 16px 8px 16px 16px;
}

.myParcel #parcelDetails .row {
	margin: 0;
}

.myParcel #parcelDetails .detailsBox .grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 58.33333333% 1fr;
	-ms-grid-columns: 58.33333333% 1fr;
}

.myParcel #parcelDetails .detailsBox .grid .box-1 {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	grid-column: 1;
	grid-row: 1;
}

.myParcel #parcelDetails .detailsBox .grid .box-2 {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
	grid-column: 1;
	grid-row: 2;
}

.myParcel #parcelDetails .detailsBox .grid .box-3 {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	grid-column: 2;
	grid-row: 1;
}

.myParcel #parcelDetails .detailsBox .grid .box-4 {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
	grid-column: 2;
	grid-row: 2;

	p {
		word-break: break-word;
	}
}

.myParcel #parcelDetails .detailsBox .grid .box-5 {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
	grid-column: 1;
	grid-row: 3;
}

.myParcel #parcelDetails .detailsBox .grid .box-6 {
	-ms-grid-column: 2;
	-ms-grid-row: 3;
	grid-column: 2;
	grid-row: 3;
}


.myParcel #parcelDetails .row.info {
	padding: 20px 16px 10px;
}

.myParcel .actionBar {
	text-align: right;
	height: 37px;
	border-bottom: 1px solid #e6e7e8;
	padding-right: 8px;
}

.myParcel .actionBar a {
	display: inline-block;
}

.myParcel .actionBar .icon {
	text-indent: 9999em;
	width: 24px;
	height: 24px;
	margin: 8px 0 0 5px;
	overflow: hidden;
}

.myParcel .actionBar .icon.icon-arrow-big-black-left {
	text-indent: 0;
	width: auto;
	line-height: 20px;
	padding-left: 28px;
}

.myParcel .actionBar a.icon.icon-arrow-big-black-left,
#go-back-form .icon-arrow-big-black-left {
	position: relative;
}

.myParcel .actionBar a.icon.icon-arrow-big-black-left:before,
#go-back-form .icon-arrow-big-black-left:before {
	position: absolute;
	top: 2px;
	left: 0;
	opacity: 0;
	width: 12px;
	height: 20px;
	content: '';
	background: url("../img/themes/dpd/arrow_big_red_left-77a7d1223ebeb82458e9561e7ea965a0.svg") no-repeat center left;
}

#go-back-form .icon-arrow-big-black-left:before {
	top: 0;
}

.myParcel .actionBar a:hover.icon.icon-arrow-big-black-left:before,
#go-back-form:hover .icon-arrow-big-black-left:before {
	opacity: 1;
}

.myParcel .actionBar a:hover.icon.icon-arrow-big-black-left,
#go-back-form:hover .icon-arrow-big-black-left {
	background: none;
}

.myParcel .parcel-list li a,
.myParcel .parcel-list li div {
	display: block;
	padding: 9px 19px 9px 10px;
}

.myParcel .parcel-list li:not(.collection-child) a,
.myParcel .parcel-list li:not(.collection-child) div,
.myParcel .parcel-list li.collection-child {
	border-bottom: 1px solid #e6e7e8;
}

.myParcel .parcel-list li.active {
	background: #f2f3f3;
}

.myParcel .parcel-list li.active a {
	display: none;
}

.myParcel .parcel-list li a span.parcelAlias,
.myParcel .parcel-list li div span.parcelAlias {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.myParcel .parcel-list li.collection {
	box-shadow: 0 4px 4px -1px #bbb;
	z-index: 10;
}

.myParcel .parcel-list li.collection span.parcelAlias {
	color: #dc0032;
}

.myParcel .parcel-list li.collection,
.myParcel .parcel-list li.collection-child {
	position: relative;
}

.myParcel .parcel-list .collection + .collection-child {
	overflow: hidden;
}

.myParcel .parcel-list li.collection::after {
	content: url("../img/themes/dpd/shipment_collection_small_icon-5885a2a380995d1650087c659c96c509.svg");
	position: absolute;
	width: 35px;
	height: 35px;
	top: 0;
	right: 6px;
}

.myParcel .parcel-list li.collection-child {
	padding-left: 30px;
}

.myParcel .parcel-list li.collection-child::before,
.myParcel .parcel-list li.collection-child::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.myParcel .parcel-list li.collection-child::before {
	width: 10px;
	height: calc(100% + 2px);
	left: 10px;
	bottom: calc(50% - 1px);
	border-left: 2px solid #b7b6b7;
	border-bottom: 2px solid #b7b6b7;
}

.myParcel .parcel-list li.collection-child::after {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	bottom: calc(50% - 6px);
	left: 17px;
	background-color: #b7b6b7;
}

.myParcel .parcel-list li a span,
.myParcel .parcel-list li div span {
	display: block;
	font-size: 12px;
}

.myParcel .parcel-list li a span > span,
.myParcel .parcel-list li div span > span {
	display: inline;
}

.myParcel .parcel-list li a span.icon,
.myParcel .parcel-list li div span.icon {
	margin-top: 4px;
}

.myParcel .parcel-list li a span.gray-out,
.myParcel .parcel-list li div span.gray-out {
	color: #808285;
}

.container.max-width .myParcel .alert {
	margin-bottom: 15px ;
}

.myParcel .parcelStatusBox {
	background: #dc0032;
	padding: 15px;
	min-height: 180px;
	padding-bottom: 65px;
	color: #fff;
	position: relative;
	justify-self: stretch;
}

.myParcel .statusColumn {
	display: grid;
}

.myParcel .parcelStatusBox .stars {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -145px;

}

.myParcel .parcelStatusBox p {
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}

.myParcel .parcelStatusBox .driver {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 15px 15px 0;
	background: url("../img/default-driver-bc8103e939231c80b26c1042091eb30d.png") no-repeat left top;
	background-size: cover;
}

.myParcel .detailsActionsBox,
.myParcel .rmpBox {
	background: #fff;
	padding: 15px 10px 8px 15px;
	margin-top: 16px;
	position: relative;
	min-height: 116px;
}

.myParcel .detailsActionsBox.gray,
.myParcel .rmpBox > .gray {
	background: #808285;
	color: #fff;
}

.myParcel .rmpBox,
.myParcel .rmpBox > a,
.myParcel .rmpBox > div.gray {
	display: flex;
	flex-direction: column;
}

.myParcel .rmpBox > a,
.myParcel .rmpBox > div.gray {
	padding: 15px 10px 8px 15px;
}

.myParcel .rmpBox span:first-of-type {
	font-size: 16px;
}

.myParcel .detailsActionsBox.gray > a:hover span,
.myParcel .rmpBox > a.gray:after {
	background: url("../img/themes/dpd/arrow_big_white_right-5b67f0e7a6fcd83804245fe014820ca7.svg") no-repeat center center;
}

.myParcel .detailsActionsBox.gray p {
	color: #fff;
}

.myParcel .detailsActionsBox h4,
.myParcel .rmpBox span:first-of-type {
	margin: 0 0 4px;
}

.myParcel .rmpBox a > span.icon-delivery-return {
	margin-top: auto;
	background: url("../img/themes/dpd/delivery_return-026e73eb6c0d8e8be8bbed92a6cd8f5c.svg") no-repeat left center;
	background-size: contain;
	padding-left: 25px;
}

.myParcel .detailsActionsBox table {
	border: 0;
	width: 100%;
}

.myParcel .detailsActionsBox table a {
	display: block;
	padding: 10px 10px 10px 25px;
}

.myParcel .detailsActionsBox table tr {
	border-bottom: 1px solid #e6e7e8;
}

.myParcel .detailsActionsBox table tr:last-child {
	border-bottom: 0px;
}

.myParcel .detailsActionsBox table tr td{
	width: 50%;
}

.myParcel .detailsActionsBox table tr td:nth-child(odd) {
	border-right: 1px solid #e6e7e8;
}

.myParcel .detailsActionsBox table tr td:nth-child(even) {
	padding-left: 5px
}

.myParcel .detailsActionsBox ul li .table-cell{
	vertical-align: top;
	padding-left: 5px;
}

.myParcel .detailsActionsBox ul li .icon-refuse_parcel_small + span {
	top: -5px;
}

.myParcel .detailsActionsBox > a,
.myParcel .rmpBox > a,
.myParcel .rmpBox > div.gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.myParcel .rmpBox > a:after {
	content: '';
	display: block;
	width: 11px;
	height: 19px;
}

.myParcel .detailsActionsBox > a span,
.myParcel .rmpBox > a:after {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.myParcel .rmpBox > a:after {
	background: url("../img/themes/dpd/arrow_big_black_right-c3d651cbee428aa6aa987f9f0c4cc15e.svg") no-repeat center center;
}

.myParcel .detailsActionsBox > a:hover span,
.myParcel .rmpBox > a:hover:after {
	background: url("../img/themes/dpd/arrow_big_red_right-a78af03ff1eaef157e84e12655e109c8.svg") no-repeat center center;
}

.myParcel .mapBox {
	border: 1px solid #e6e7e8;
	position: relative;
}

.myParcel .mapBox .icon-map_bigger {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
}

.myParcel #map {
	height: 310px;
}

.myParcel#liveTracking #map {
	height: 501px;
	margin-top: 24px;
	border: 1px solid #e6e7e8;
}

.myParcel .liveTrackDetails {
	margin-top: 24px;
	float: right;
}

.myParcel .liveTrackDetails h3 {
	margin: 0 0 30px;
	color: #dc0032;
}

.myParcel .liveTrackDetails .parcelSender {
	margin-bottom: 20px;
}

.myParcel .parcelSender h4,
.myParcel .deliveryDate h4 {
	margin: 0 0 2px;
}

.myParcel #map .zoom-control-container {
	display: none;
}

.myParcel .mapDetails #map .zoom-control-container {
	display: block;
	z-index: 10;
}

.myParcel #parcelDetails .deliveryDetails {
	padding-bottom: 18px;
	margin: 0 8px;
	border-bottom: 1px solid #e6e7e8;
}

.myParcel .deliveryDetails h3 {
	border-top: 1px solid #e6e7e8;
	margin: 0;
	padding: 18px 0;
	font-size: 18px;
}

.myParcel .deliveryDetails div p {
	margin-bottom: 2px;
}

.myParcel .renameParcel h3,
.myParcel .parcelDelete h3,
.myParcel #parcelFeedback h3  {
	margin: 8px 0 19px;
}

.myParcel .renameParcel .parcelSender,
.myParcel .parcelDelete .parcelSender {
	padding: 15px;
	margin: 15px 0 20px;
	background: #e6e7e7;
}

.myParcel .renameParcel input:not([type="radio"]):not([type="submit"]),
.myParcel .parcelDataProtection input:not([type="radio"]):not([type="submit"]) {
	background: #fff;
}

.myParcel .emptyParcels {
	padding-top: 50px;
	text-align: center;
}

.myParcel .sendingButton {
    text-align: center;
}

.myParcel .emptyParcels .bold,
.myParcel .sendingButton .bold {
	font-weight: bold;
}

.myParcel .emptyParcels .parcel-search {
	max-width: 300px;
	margin: 0 auto;
}

.myParcel .emptyParcels .parcel-search .icon-magnifier-black {
	display: inline;
}

.myParcel .emptyParcels .registration-promotion .submit-row .btn,
.myParcel .emptyParcels .sendingButton .btn {
	width: 25%;
}

.myParcel .emptyParcels .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.myParcel .emptyParcels .info-box p {
    width: 100%;
    max-width: 90%;
}

.myParcel .parcelListBox .registration-promotion .submit-row {
	margin: 0 10px;
	text-align: center;
}

.myParcel .parcelListBox .registration-promotion .submit-row .bold {
	font-weight: bold;
}

.myParcel .parcelDataProtection h3 {
	margin: 8px 0 2px;
}

.myParcel .parcelDataProtection h3.mb-15 {
	margin-bottom: 15px;
}

.myParcel .parcelDataProtection .parcelStatus {
	width: calc(100% - 12px);
	display: inline-block;
	padding-left: 2px;
	float: left;
}

.myParcel #parcelDetails .parcelDataProtection .parcelStatus .row {
	height: 16px;
	margin-bottom: 11px;
}


.myParcel .parcelDataProtection div[class^="icon icon-status"] {
	height: 119px;
	width: 10px;
	float: left;
	margin-top: 2px;
}

.myParcel .parcelDataProtection .icon-status_vertical_0 {
	background: url("../img/themes/dpd/status_vertical_0-1ca78ca19e49fdde3cd3a595d619295e.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_1 {
	background: url("../img/themes/dpd/status_vertical_1-6c17ef5d9dd56bb0d0f2ec970ba643da.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_2 {
	background: url("../img/themes/dpd/status_vertical_2-f8659de2035895ab7c5fddcc30ab4c25.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_3 {
	background: url("../img/themes/dpd/status_vertical_3-46f58627fe9c30b0d4607025ec8bffbc.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_4 {
	background: url("../img/themes/dpd/status_vertical_4-ac249953676306dad02a3bf217999a21.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_5 {
	background: url("../img/themes/dpd/status_vertical_5-b5edb80f91bcf2771197d667370ab187.svg") no-repeat 0 0;
}

.myParcel #parcelDetails .deliveryStatus,
.myParcel .parcelDetailsHeader {
	display: none;
}

.myParcel.myParcelDetails.showFeedback .parcelDetailsHeader,
.myParcel.myParcelDetails.showFeedback .actionBar a {
	display: none !important;
}

.myParcel.myParcelDetails.showFeedback .feedbackCloseBtn {
	display: inline-block !important;
	cursor: pointer;
}

.myParcel.myParcelDetails.showFeedback .actionBar .feedbackCloseBtn:hover {
	color: #dc0032;
}


.myParcel #badRatingReasonForm .mt-20 {
	margin-top: 20px;
}

.myParcel #badRatingReasonForm .input-text {
	background-color: #fff;
	padding: 1px 10px;
	margin-bottom: 8px;
}

.myParcel #badRatingReasonForm #badRatingRows .checkbox-label {
	padding-left: 33px;
    min-height: 25px;
    padding-top: 4px;
}

.myParcel #badRatingReasonForm #badRatingRows .checkbox-label:before {
	position: absolute;
    left: 0;
	top: 0;
}


.myParcel .checkbox + .checkbox-label:before {
	margin-right: 8px;
}

.myParcel .checkbox-label {
	margin-bottom: 8px;
}

.myParcel .senderLogo {
	background: #fff;
	margin: 14px 8px 0;
	padding: 10px;
	text-align: center;
}

.myParcel #parcelDetails .senderLogo .smallLogo,
.myParcel .mapDetails .senderLogo .largeLogo {
	display: none;
}

.myParcel .senderLogo  img {
	max-width: 100%;
	margin: 0 auto;
}

.myParcel .mapDetails .senderLogo {
	clear: both;
	position: absolute;
	bottom: 0;
	right:0;
	margin: 0;
	padding: 0 8px;
}

.myParcel .mapDetails .senderLogo div {
	background: #f2f3f3;
	padding: 10px;
}

.myParcel #parcelDetails .detailsBox .senderLogo {
	display: none;
}

.myParcel > .row {
	position: relative;
}

.myParcel .row .col-xs-12.no-padding-left {
	z-index: 1;
}

.myParcel .parcel-list-with-tabs .col-xs-12.no-padding-left {
	z-index: auto;
}

.myParcel .row .col-xs-12.no-padding-left.background {
	position: absolute;
	top: 0;
	right: 0px;
	background: #f2f3f3;
	height: 100%;
	z-index: 0;
}


/* FAQ */
#faq-accordion {
	padding: 0 10px;
}

#faq-accordion .faq-box {
	padding: 15px 0;
	border-top: 1px solid #e6e7e8;
	cursor: pointer;
}

#faq-accordion .faq-box:first-of-type {
	border-top: 0;
}

#faq-accordion h4 {
	margin-bottom: 10px;
}

#faq-accordion .faq-box h4 {
	margin: 0 0 5px;
	font-weight: 400;
}

#faq-accordion .intro-box .faq-header {
	position: relative;
}

#faq-accordion .faq-box .faq-content-box {
	min-height: 30px;
}

#faq-accordion .intro-box .faq-content {
	max-height: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    background: #f2f3f3;
    transition: all 0.5s ease-in-out;
    z-index: 11;
}

#faq-accordion .intro-box .introduction {
    position: absolute;
    top: 0;
    z-index: 10;
}

#faq-accordion .intro-box .faq-content-box {
    position: relative;
    min-height: 34px;
}

@media (min-width: 768px){
	.myParcel #parcelDetails .deliveryDetails .detailsBox.row {
		display: block !important;
	}
	.myParcel .emptyParcels .info-box p {
	    max-width: 60%;
	}
}

@media (min-width: 1024px){
	.myParcel #parcelDetails .parcelContent {
		display: block;
	}
}

@media (max-width: 1199px) and (min-width: 1024px){
	.myParcel .nav-tabs {
		padding-left: 34px;
	}
	.myParcel .parcel-list li a,
	.myParcel .parcel-list li div {
		padding-left: 34px;
	}
	.myParcel .actionBar {
		padding-right: 34px;
	}
	.myParcel #parcelDetails .parcelContent,
	.myParcel #parcelFeedback > div {
		padding-right: 34px;
	}
	.myParcel#liveTracking #map {
		margin-left: 34px;
	}
	.myParcel .liveTrackDetails,
	.myParcel .mapDetails .senderLogo {
		padding-right: 34px;
	}
	.myParcel .mapDetails {
		margin-left: -8px;
		margin-right: -8px;
	}
	.myParcel .mapDetails .senderLogo {
		background: none;
		padding-top:0;
		padding-bottom: 0;
	}
	.myParcel .mapDetails .senderLogo div {
		background: #f2f3f3;
		padding: 10px;
	}
	.myParcel #parcelDetails .renameParcel .col-xs-12 {
		padding-right: 0;
	}
	.myParcel.myParcelDetails #parcelDetails {
		display: block;
	}
	.myParcel .parcel-list li.active a {
		display: none;
	}
	.myParcel .parcel-list li.active div {
		display: block;
	}
}

@media (max-width: 1024px) and (min-width: 768px){
	.myParcel .nav-tabs {
		padding-left: 28px;
	}
	.myParcel .parcel-list li a,
	.myParcel .parcel-list li div {
		padding-left: 28px;
	}
	.myParcel .actionBar {
		padding-right: 28px;
	}
	.myParcel #parcelDetails .parcelContent {
		padding-right: 28px;
		display: block;
	}
	.myParcel#liveTracking #map {
		margin-left: 28px;
	}
	.myParcel .liveTrackDetails,
	.myParcel .mapDetails .senderLogo {
		padding-right: 28px;
	}
	.myParcel #parcelFeedback > div {
		padding-right: 36px;
	}
	.myParcel .mapDetails {
		margin-left: -8px;
		margin-right: -8px;
	}
	.myParcel .mapDetails .senderLogo {
		background: none;
		padding-top:0;
		padding-bottom: 0;
	}
	.myParcel .mapDetails .senderLogo div {
		background: #f2f3f3;
		padding: 10px;
	}
	.myParcel .parcel-list li.active a {
		display: none;
	}
	.myParcel .parcel-list li.active div {
		display: block;
	}
	.myParcel .emptyParcels .registration-promotion .submit-row .btn,
	.myParcel .emptyParcels .sendingButton .btn {
		width: 30%;
	}
}


@media (max-width: 991px) and (min-width: 768px) {
	.myParcel #parcelDetails .parcelContent {
		padding-right: 20px;
	}
	.myParcel #parcelFeedback > div {
		padding-right: 28px;
	}
	.myParcel .parcelStatusBox {
		min-height: 96px;
	}
	.myParcel .mapBox {
		margin: 16px 0 0 0;
	}
	.myParcel .parcelStatusBox .stars {
		bottom: 0;
	}
	.myParcel .liveTrackDetails{
		padding: 0 18px;
	}
	.myParcel#liveTracking #map {
		margin-left: 0;
	}
	.myParcel#liveTracking .parcelSender,
	.myParcel#liveTracking .deliveryDate {
		width: 50%;
		float: left;
	}
	.myParcel .mapDetails .senderLogo {
		position: relative;
		padding: 0 34px;
	}

	.myParcel .mapDetails .senderLogo .largeLogo,
	.myParcel .parcel-list li.active div,
	.myParcel.myParcelDetails #parcelDetails {
		display: block;
	}
	.myParcel .mapDetails .senderLogo .smallLogo,
	.myParcel .parcel-list li.active a {
		display: none;
	}
	.my-parcels .myParcel .left-column {
		width: 34%;
	}
	.my-parcels .myParcel .right-column,
	.my-parcels .myParcel .right-column + .background,
	.my-parcels .myParcel #parcelFeedback {
		width: 66%;
	}
}

@media (max-width: 991px){

	.mapDetails .live-tracking-info-container{
		background: #FFF;
		width: 100%;
		display: table;
		padding: 10px;
		margin-top: 10px;
		box-shadow: 0px 0px 8px #aaa;
	}

	.mapDetails .live-tracking-info-container .parcelSender{
		margin-bottom: 0;
	}

	.mapDetails .clock-container{
		display: inline-block;
		position: absolute;
		bottom: -80px;
		right: 20px;
		width: auto;
	}

	.mapDetails .clock {
		margin: auto;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.mapDetails .clock-container p{
		background: #FFF;
		box-shadow: 0px 0px 8px #aaa;
		padding: 5px 10px;
	}

	.zoom-control-container,
	.resize-control-container{
		padding: 10px;
	}

	.mapDetails .liveTrackDetails,
	.mapDetails .notification-map{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 78%;
		z-index: 90;
	}

	.mapDetails .liveTrackDetails {
		height: auto;
	}

	.myParcel .mapDetails{
		position: relative;
	}

	.myParcel .liveTrackDetails h3{
		display: none;
	}

	.myParcel .deliveryDate{
		text-align: right;
	}

	body:not(.homepage) #help{
		display: block !important;
		position: relative;
		top: 1px;
	}

	body:not(.homepage) #userPreferences{
		display: none !important;
	}
}

@media (max-width: 990px) {
    .myParcel .statusInformationBox {
        margin-top: 10px;
    }
}


@media (max-width: 767.9px) {
	.ml-xs-30 {
		margin-left: 30px;
	}
	/* DPDGEOCCPXXX-140
	.myParcel .clock-container{
		bottom: -100px;
	}*/

	.myParcel .detailsActionsBox {
		height: auto;
	}

	#footer .footer-links .link-list {
		display: none;
	}

	#footer .footer-links .icon-plus_black {
		margin-top: -4px;
	}

	.myParcel {
		margin-top: 0;
	}

	.myParcel.show {
		padding-top: 0 !important;
	}
	.myParcel #parcelDetails .parcelContent.parcelDelete,
	.myParcel #parcelDetails .parcelContent.renameParcel {
		background: none;
	}
	.myParcel #parcelDetails .renameParcel .parcelSender,
	.myParcel #parcelDetails .parcelDelete .parcelSender {
		padding: 15px 16px 15px 18px;
		margin: 15px -16px 20px -18px;
	}
	.myParcel .parcel-list li a,
	.myParcel .parcel-list li div,
	.myParcel .nav-tabs,
	.myParcel #parcelDetails .parcelContent {
		padding-left: 20px;
		padding-right: 12px;
	}
	.myParcel #parcelFeedback > div {
		padding-left: 28px;
		padding-right: 18px;
	}
	.myParcel .parcel-list li.active div {
		display: none;
	}
	.myParcel .parcel-list li.active a {
		display: block;
	}
	.myParcel .actionBar {
		padding-right: 20px;
	}
	.myParcel#liveTracking .actionBar {
		border:0;
		margin: 0;
	}
	.myParcel#liveTracking .liveTrackDetails {
		padding: 5px 18px 0;
		margin-top: 0;
	}
	.myParcel#liveTracking .liveTrackDetails .parcelSender,
	.myParcel#liveTracking .liveTrackDetails .deliveryDate {
		width: 50%;
		float: left;
	}
	.myParcel#liveTracking .liveTrackDetails .deliveryDate {
		text-align: right;
	}
	.myParcel#liveTracking #map {
		margin-top: 0;
	}
	.myParcel .mapDetails {
		margin-left: -8px;
		margin-right: -8px;
	}
	.myParcel .actionBar.details {
		position: fixed;
		left: 0;
		bottom: 0;
		height: 45px;
		background: #414042;
		z-index: 100;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.myParcel .actionBar.details a {
		width: 18%;
		display: inline-block;
	}

	.myParcel .actionBar.details .icon {
		height: 45px;
		margin: 0px auto 0;
		display: block;
	}

	.myParcel .actionBar a.icon.icon-arrow-big-black-left {
		float: left;
		margin-left: 28px;
	}

	.myParcel .actionBar.details .icon.icon-edit_desktop {
		background: url("../img/themes/dpd/edit_white-32ea4717376c03390048b3a42bdb5f37.svg") no-repeat center center;
	}

	.myParcel .actionBar.details .icon.icon-delete_desktop {
		background: url("../img/themes/dpd/delete_white-983cb53abcdc7c6a6074840666882fab.svg") no-repeat center center;
		width: 28px;
	}

	.myParcel .actionBar.details .icon.icon-share_desktop {
		background: url("../img/themes/dpd/share_white-d3de942f883d303f5770d6a9be7d294e.svg") no-repeat center center;
	}

	.myParcel .actionBar.details .icon.icon-scanhistory_desktop {
		background: url("../img/themes/dpd/scanhistory_white-2e653a8fa25793684095604dadf808d3.svg") no-repeat center center;
		width: 38px;
	}

	.myParcel.showFeedback .actionBar.details {
		position: relative;
		background: none;
		height: auto;
		text-align: left;
		width: auto;
		padding: 10px 16px 10px 24px;
	}

	.myParcel.showFeedback .actionBar.details .icon {
		height: auto;
		margin: 0;
	}

	.myParcel .parcelStatusBox {
		min-height: 81px;
		padding-bottom: 40px;
	}
	.myParcel .mapBox {
		margin: 16px -10px 0 -18px;
	}
	.myParcel .mapBox #map {
		height: 170px;
	}
	.myParcel #map .resize-control-container {
		display: none;
	}
	.myParcel #parcelDetails .deliveryDetails {
		border: 0;
		padding-bottom: 0;
	}

	.myParcel .deliveryDetails h3 {
		background: #cac4be;
		padding: 15px 16px;
	}
	.myParcel .deliveryDetails h3 .icon.icon-plus_black,
	#footer .footer-links .col-sm-3 .icon-plus_black {
		display: block;
		background: url("../img/themes/dpd/plus_black-d2b3cc6b250bbb25c86c21eccdd97714.svg") no-repeat 0 0;
		float:right;
		width: 27px;
		height: 27px;
	}

	.myParcel .deliveryDetails h3 .icon.icon-plus_black{
		position: relative;
		top: -4px;
	}

	.myParcel .deliveryDetails h3.active .icon.icon-plus_black,
	#footer .footer-links .col-sm-3.active .icon-plus_black {
		background: url("../img/themes/dpd/minus_black-323c2a982e261aff8b6b3e9478f45265.svg") no-repeat 0 0;
	}

	.myParcel .deliveryDetails .detailsBox.row {
		padding: 20px 16px 18px 16px;
		border-bottom: 1px solid #e6e7e8;
		clear: both;
		background: #cac4be;
	}

	.myParcel #parcelDetails .detailsBox .grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.myParcel #parcelDetails .detailsBox .grid .box-1 {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		grid-column: 1;
		grid-row: 1;
	}

	.myParcel #parcelDetails .detailsBox .grid .box-2 {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		grid-column: 1;
		grid-row: 2;
	}

	.myParcel #parcelDetails .detailsBox .grid .box-3 {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
		grid-column: 1;
		grid-row: 3;
	}

	.myParcel #parcelDetails .detailsBox .grid .box-4 {
		-ms-grid-column: 1;
		-ms-grid-row: 4;
		grid-column: 1;
		grid-row: 4;
	}

	.myParcel #parcelDetails .detailsBox .grid .box-5 {
		-ms-grid-column: 1;
		-ms-grid-row: 6;
		grid-column: 1;
		grid-row: 6;
	}

	.myParcel #parcelDetails .detailsBox .grid .box-6 {
		-ms-grid-column: 1;
		-ms-grid-row: 5;
		grid-column: 1;
		grid-row: 5;
	}

	.myParcel .liveTrackDetails h3 {
		margin: 0;
	}

	.myParcel.myParcelDetails .actionBar {
		height: inherit;
	}
	.myParcel .nav-tabs,
	.myParcel.myParcelDetails .actionBar,
	.myParcel.myParcelDetails #parcelDetails .parcelContent.parcelDelete {
		border: 0;
	}
	.myParcel .parcel-list,
	.myParcel.myParcelDetails #parcelDetails .parcelContent,
	.myParcel .emptyParcels,
	.myParcel#liveTracking .liveTrackDetails,
	.myParcel.showFeedback #parcelFeedback {
		border-top: 1px solid #e6e7e8;
	}
	.myParcel #parcelDetails,
	.myParcel .actionBar,
	.myParcel.myParcelDetails #parcelDetails.hideForMobile,
	.myParcel.myParcelDetails .parcelDetailsHeader.hideForMobile,
	.parcelDetailsPage .myParcel.myParcelDetails .parcelDetailsHeader.hideForMobile,
	.myParcel.myParcelDetails .myparcelsHeader,
	.myParcel.myParcelDetails .parcel-list,
	.myParcel.myParcelDetails .actionBar.hideForMobile,
	.myParcel .deliveryDetails .detailsBox.row,
	.myParcel#liveTracking .liveTrackDetails h3,
	.myParcel#liveTracking .actionBar,
	.myParcel#liveTracking .nav-tabs,
	.myParcel.myParcelDetails .parcelDetailsHeader,
	.myParcel .tracking-parcel .parcel-list,
	.myParcel .tracking-parcel .breadiv,
	.myParcel .tracking-parcel .multiparcel-info,
	.myParcel .tracking-parcel.return.parcelListBox #searchContainer,
	.myParcel .tracking-parcel .actionBar,
	.myParcel.show .tracking-parcel .actionBar,
	.myParcel.myParcelDetails .tracking-parcel .actionBar,
	.myParcel .actionBar,
	.parcelDetailsPage .myParcel.show .actionBar,
	.myParcel.show .parcelListBox,
	.parcelDetailsPage .myParcel .parcelListBox,
	.myParcel .parcelDetailsBox,
	.parcelDetailsPage .myParcel.show .parcelDetailsBox,
	.myParcel.show .parcel-search-on-mobile,
	.myParcel.show .parcel-list-with-tabs .nav-tabs,
	.parcelDetailsPage .myParcel .parcel-search-on-mobile,
	.parcelDetailsPage .myParcel .parcel-list-with-tabs .nav-tabs {
		display: none;
	}

	.myParcel.myParcelDetails #parcelDetails,
	.myParcel .nav-tabs,
	.myParcel.myParcelDetails #parcelDetails .deliveryStatus,
	.myParcel.myParcelDetails .deliveryStatus div[class^="icon icon-status"],
	#sender_info_for_mobile,
	.myParcel #parcelListSwitch,
	.myParcel .parcelListBox,
	.parcelDetailsPage .myParcel.show .parcelListBox,
	.myParcel.show .parcelDetailsBox,
	.parcelDetailsPage .myParcel .parcelDetailsBox,
	.myParcel .parcelListBox .parcel-list,
	.myParcel .parcel-search-on-mobile,
	.myParcel .parcel-list-with-tabs .nav-tabs,
	.parcelDetailsPage .myParcel.show .parcel-search-on-mobile,
	.parcelDetailsPage .myParcel.show .parcel-list-with-tabs .nav-tabs,
	.parcelDetailsPage .myParcel.myParcelDetails .parcelDetailsHeader,
	.myParcel.show .actionBar,
	.parcelDetailsPage .myParcel .actionBar {
		display: block;
	}

	.myParcel .parcel-list li.collection::after {
		right: 15px;
	}

	.myParcel.myParcelDetails .deliveryDate {
		text-align: right;
	}
	.myParcel.myParcelDetails .deliveryDate .changed-text {
		display: none;
	}
	.myParcel.myParcelDetails .parcelDetailsHeader {
		position: relative;
		z-index: 95;
		background: #fff;
	}

	.myParcel.myParcelDetails .parcelDetailsHeader.sticky {
		position: fixed;
		top: 65px;
	}

	body:not(.dpd-theme-redesign) header:has(.scroller.active) ~ div {
		.myParcel.myParcelDetails .parcelDetailsHeader.sticky {
			top: 121px;
		}
	}

	.myParcel.myParcelDetails .parcelDetailsHeader span {
		position: absolute;
		left: 20px;
		top: 10px;
		width: 30px;
		height: 30px;
	}
	.myParcel.myParcelDetails .parcelDetailsHeader h4 {
		margin: 16px 0;
		text-align: center;
	}
	.myParcel .parcelStatusBox .stars {
		bottom: 0;
		position: static;
		margin-left: 0px;
	}

	.parcelDetailsPage .myParcel.myParcelDetails.stickyHeader {
		padding-top: 52px;
	}

	.myParcel.myParcelDetails .parcelListBox #searchContainer {
		display: none;
	}

	.myParcel #parcelDetails .detailsBox .senderLogo,
	.myParcel #parcelDetails .detailsBox .senderLogo .smallLogo {
		display: block;
		margin: 0;
	}
	.myParcel #parcelDetails .senderLogo {
		display: none;
	}

	.myParcel .mapDetails .senderLogo {
		background: none;
		position: relative;
		padding: 0 28px;
		padding-top:0;
		padding-bottom: 0;
	}

	.myParcel .mapDetails .senderLogo div {
		background: #f2f3f3;
		padding: 10px;
	}

	.myParcel .mapDetails .senderLogo .largeLogo {
		display: block;
	}
	.myParcel .mapDetails .senderLogo .smallLogo {
		display: none;
	}

	.myParcel .mapDetails .senderLogo .largeLogo {
		display: none;
	}
	.myParcel .mapDetails .senderLogo .smallLogo {
		display: block;
	}
	.myParcel #parcelDetails .renameParcel .submit-row .col-xs-12,
	.myParcel #parcelDetails .parcelDelete .submit-row .col-xs-12 {
		padding: 0;
	}
	.myParcel #parcelDetails .renameParcel .submit-row .col-xs-12:first-child,
	.myParcel #parcelDetails .parcelDataProtection .submit-row .col-xs-12:first-child,
	.myParcel #parcelDetails .parcelDelete .submit-row .col-xs-12:first-child,
	.myParcel #parcelFeedback .submit-row .col-xs-12:first-child {
		margin-bottom: 10px;
	}
	#header .top-logo .col-md-8.col-xs-12 {
		padding: 0 10px;
	}
	.myParcel .row .col-xs-12.no-padding-left.background {
		display: none;
	}
	.parcelDetailsPage .mobile-buttons-container {
		bottom: 49px !important;
	}
}

.myParcel #parcelDetails .parcelDataProtection .submit-row .col-xs-12,
.myParcel #parcelDetails .parcelDelete .submit-row .col-xs-12,
.myParcel #parcelDetails .renameParcel .submit-row .col-xs-12,
.myParcel #parcelFeedback .submit-row .col-xs-12  {
	float: right;
}


@media (max-width: 480px){
	/* #CCPINT-281
	body.dpd-theme.parcelDetailsPage #header .top-logo {
		display: none!important;
	}
	*/
	body.parcelDetailsPage #header #navigation ul li#userPreferences {
		display: none;
	}

	body.parcelDetailsPage #header #navigation ul li#notifications {
		display: block;
		position: absolute;
		top: 0;
		right: 50px;
		z-index: 100
	}

	body.parcelDetailsPage #header #navigation ul li#help {
		display: block!important;
		position: absolute;
		right: 10px;
		z-index: 100;
		top: 3px;
	}

	body.parcelDetailsPage #header #navigation ul li#notifications #notification-body {
		right: -40px;
	}

	body.parcelDetailsPage #header #navigation ul li#notifications #triangle-with-shadow {
		right: 3px;
	}

	body.parcelDetailsPage .myParcel.myParcelDetails .parcelDetailsHeader span {
		top: 10px;
	}
	body.parcelDetailsPage .myParcel.myParcelDetails #parcelDetails .parcelContent {
		padding-left: 12px;
	    padding-right: 6px;
	    padding-bottom: 10px;
	}
	body.parcelDetailsPage .myParcel .parcelSender h4,
	body.parcelDetailsPage .myParcel .deliveryDate h4 {
		font-size: 16px;
		margin-bottom: 7px;
	}

	body.parcelDetailsPage .deliveryStatus .mb-15 {
		margin-bottom: 10px;
	}

	body.parcelDetailsPage .myParcel .parcelStatusBox {
		padding: 10px 10px 35px 10px;
		min-height: 75px;
	}

	body.parcelDetailsPage .myParcel .parcelStatusBox .driver {
		width: 55px;
		height: 55px;
	}

	body.parcelDetailsPage .myParcel .parcelSender span,
	body.parcelDetailsPage .myParcel .deliveryDate span {
		font-size: 13px;
	}

	body.parcelDetailsPage .myParcel .deliveryStatus .icon {
		margin: 7px 0px;
	}

	body.parcelDetailsPage .myParcel .deliveryStatusType {
		color: #808285;
		font-size: 13px;
	}
	body.parcelDetailsPage .myParcel .detailsActionsBox {
		padding: 15px 10px 0px 10px;
		margin-top: 10px;
	}
	body.parcelDetailsPage .myParcel .detailsActionsBox.charityActionBox {
		padding: 10px;
	}

	body.parcelDetailsPage .myParcel .detailsActionsBox h4 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	body.parcelDetailsPage .myParcel .detailsActionsBox p {
		display: inline-block;
		margin-bottom: 15px;
	}

	body.parcelDetailsPage .myParcel .detailsActionsBox ul li .table-cell {
		vertical-align: middle;
		font-size: 13px;
	}
	body.parcelDetailsPage .myParcel .detailsActionsBox ul li .table-cell {
		padding-left: 2px;
	}
	body.parcelDetailsPage .myParcel .detailsActionsBox ul li .table-cell:first-child {
		padding-left: 0px;
	}
	body.parcelDetailsPage .myParcel .mapBox,
	body.parcelDetailsPage .myParcel .deliveryDetails .mt-15 {
		margin-top: 10px;
	}

	.myParcel .emptyParcels .parcel-search {
		width: 80%;
	}
}

.myParcel .statusInformationBox {
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
}

.myParcel .statusInformationBoxPickupFinder {
	background-color: #fff;
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

.myParcel .statusInformationBoxPickupFinderHeader {
	padding-block: 8px;
	padding-inline: 12px;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.2;
	border-bottom: 1px solid #dcdcdc;
}

.myParcel .statusInformationBoxPickupFinderBody {
	padding: 8px;
}

.myParcel .statusInformationBoxPickupFinderBody .icon-show-location-map {
	filter: grayscale(1);
	opacity: 0.3;
	transform: scale(0.8);
}

.myParcel .statusInformationBox div[class^="sendingStatusStep"], .myParcel .statusInformationBoxPickupFinder div[class^="sendingStatusPickupFinder"] {
    width: 120px;
    height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

.myParcel .statusInformationBox .sendingStatusStep1 {
	background-image: url(../img/themes/dpd/sending_status_step1-8875ee0f325e966e7f6c88ba5d5de5d8.png);
}

.myParcel .statusInformationBox .sendingStatusStep2 {
	background-image: url(../img/themes/dpd/sending_status_step2-d33700cbac5018e032430e528337060c.png);
}

.myParcel .statusInformationBoxPickupFinder .sendingStatusPickupFinder {
	background-image: url(../img/themes/dpd/sending_status_pickup_finder-8fcda19c9b7f892a5a8769741fcc246a.svg);
}

.myParcel .statusInformationBox div span {
	display: block;
}

.myParcel .statusInformationBox div span:first-child {
	color: #dc0032;
	font-weight: bold;
	padding-bottom: 10px;
}

.myParcel .instructionBox {
	background-color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 10px;
}

.myParcel .instructionBox div[class^="sendingInstructionStep"] {
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.myParcel .instructionBox .sendingInstructionStep1 {
	background-image: url(../img/themes/dpd/sending_order_created_1-4d9e9b07fd6237251958f089f297392c.png);
}

.myParcel .instructionBox .sendingInstructionStep2 {
	background-image: url(../img/themes/dpd/sending_order_created_2-7dd5cbd3031d4ffe99d63142ef3fe720.png);
	height: 40px !important;
}

.myParcel .instructionBox .sendingInstructionStep3 {
	background-image: url(../img/themes/dpd/sending_order_created_3-55a2b4d5a646cf67510b6f35f0e7498b.png);
}

.myParcel .instructionBox div span {
	display: block;
}

.myParcel .instructionBox > div > div {
	display: flex;
	margin-bottom: 10px;
}

.myParcel .instructionBox div h4 {
	margin: 0 0 10px;
}

.myParcel .instructionBox > div > div > span {
	width: 100%;
}

.myParcel .instructionBox a {
	float: right;
	color: #dc0032;
	font-weight: bold;
}

/* MY PARCEL - END */


/* NOTIFICATION - PAGE - START  */

#notification-live-tracking .actionBar{
	text-align: right;
	height: 37px;
	border-bottom: 1px solid #e6e7e8;
	padding-right: 8px;
	margin-top: 30px;
}

#notification-live-tracking .actionBar a{
	margin: 8px 0 0 5px;
	padding-right: 8px;
}

#notification-live-tracking .actionBar a .icon + span{
	margin-left: 14px;
}

#notification-live-tracking .link-amazon{
	display: block;
	padding: 0;
	color: #dc0032;
	text-align: center;
}

#notification-live-tracking .link-amazon.icon-before:before{
	position: static;
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	background: url("../img/themes/dpd/bell_message-71956e152b4cd752bfec40d19dd1e882.svg") no-repeat center center;
	width: 36px;
	height: 36px;
	content: "";
}

#notification-live-tracking .link-redirect {
	text-align: center;
	display: block;
	margin-top: 20px;
}

#notification-live-tracking .link-redirect .icon {
	margin-left: 6px;
}

#notification-live-tracking .mapDetails{
	padding-top: 30px;
	position: relative;
}

#notification-live-tracking  #map{
	height: 551px;
	border: 1px solid #e6e7e8;
}

@media (max-width: 991px){

	#notification-live-tracking .actionBar{
		margin-top: 0;
	}

	#notification-live-tracking .link-redirect{
		margin-top: 0;
	}

	#notification-live-tracking .mapDetails{
		margin-top: 30px;
	}

	#notification-live-tracking .link-amazon.icon-before:before{
		position: relative;
		display: inline-block;
		text-align: left;
		top: 15px;
		margin: 0;
		margin-right: 10px;
	}

	#notification-live-tracking .link-amazon{
		text-align: left;
		position: relative;
		top: -30px;
	}

	.notification-live-tracking .notification-map{
		padding: 0 18px;
	}

	.notification-live-tracking .mapDetails .live-tracking-info-container{
		margin-top: 0;
	}

	.notification-live-tracking .mapDetails .clock-container{
		bottom: -110px;
	}
}

.telephoneList h2.title-header {
	color: #414042;
}

.clock-container{
	display: table;
	width: 100%;
}

.clock-on-map{
	position: absolute;
	display: inline-block;
	width: auto;
	bottom: 0;
	right: 10px;
}

.clock-on-map #delivery-clock{
	width: 90px
}

.clock{
	margin: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box-shadow	{
	content: "";
	display: block;
	width: calc(100% - 16px);
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 8px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	text-align: center;
}

.box-shadow > .icon{
	width: 50px;
	height: 30px;
	position: relative;
	top: -5px;
	background-color: transparent;
}

.pointer{
	cursor: pointer;
}

.page-preferences .form-group p{
	display: block;
}

@media (min-width: 768px) {
	.page-preferences {
		min-height: 400px;
	}

	#sender_info_for_mobile {
		display: none;
	}

	.myparcelsHeader .header {
		display: none;
	}
	#header .first-level-menu .container {
		padding: 5px 20px;
	}
	#footer .footer-copyrights {
		padding-left: 0;
		padding-right: 0;
	}
}

.asset-spinner{
	overflow: hidden;
}

.asset-spinner:after{
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF url("../img/loader-7c3d6036eb26e3ab4925eec04e872e97.gif") no-repeat center center;
	content: "";
	opacity: 0.6;
}

.arrowFont{
	font-family: "arrow-font";
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.arrowFont.right-arrow:before{
	content: "\e900";
}

body.dpd-theme .smartbanner {
	top: -84px!important;
	font: 13px "Pluto Sans", Arial, Helvetica, sans-serif;
	color: #414042;
	font-weight: 300;
	background: #f3f3f3;
	box-shadow: unset;
}
body.dpd-theme .smartbanner.smartbanner--android a {
	color: #fff;
    background: none;
    box-shadow: unset;
}
body.dpd-theme .smartbanner.smartbanner--android a:hover {
	color: #dc0032;
}

body.dpd-theme .smartbanner .smartbanner__info,
body.dpd-theme .smartbanner .smartbanner__info__title,
body.dpd-theme .smartbanner .smartbanner__info__author,
body.dpd-theme .smartbanner .smartbanner__info__price {
    text-shadow: unset;
    color: #414042;
    font-size: 14px;
    font-weight: 500;
}

body.dpd-theme .smartbanner.smartbanner--android .smartbanner__exit::before,
body.dpd-theme .smartbanner.smartbanner--android .smartbanner__exit::after {
    height: 13px;
}

body.dpd-theme .smartbanner .smartbanner__button__label {
    background: none;
    color: #0c70fc;
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb-navigation {
	position:absolute;
	top: 0px;
	background-color: #fff;
	padding: 15px 0px 0px 22px;
	z-index: 111;
	width: 75%;
	height: 40px;
}
.breadcrumb-navigation li {
	float: left;
	font-size: 18px;
}

@media (max-width: 400px){
	.breadcrumb-navigation li {
		font-size: 14px;
	}
}

.breadcrumb-navigation li:FIRST-OF-TYPE {
	width: 10%;
}

.breadcrumb-navigation li:FIRST-OF-TYPE a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.breadcrumb-navigation li:LAST-OF-TYPE {
	width: 90%;
	text-align: center;
}

.breadcrumb-truncate {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* #CCPINT-281
body.parcelDetailsPage .breadcrumb-navigation {

display: none!important;
}
*/

/* FAQ Rate Question */

.rateQuestion {
	font-weight: 500;
	border-top: 1px solid #414042;
	padding-top: 20px;
	margin-top:  20px;
}

.rateQuestion .rating-box {
	text-align: right;
	width: 100px;
	float: right;
}
.rateQuestion .rating-label {
    margin-left: 10px;
}
.rateQuestion .rating-label:before{
	display: block;
	width: 29px;
	height: 24px;
	content: "";
}
.rateQuestion input {
	position:absolute;
	opacity:0;
	width: 40px;
	margin: 0;
}
.rateQuestion input:hover {
	cursor:pointer;
}
.rateQuestion #rating-up:disabled:hover ~ .rating-up:before,
.rateQuestion .rating-up:before{
	background: url("../img/themes/dpd/thumb_up_inactive-bc1fbf04d537b74e1ed212470563119e.svg") no-repeat center center;
}
.rateQuestion #rating-down:disabled:hover ~ .rating-down:before,
.rateQuestion .rating-down:before{
	background: url("../img/themes/dpd/thumb_down_inactive-ab4e0dfd0625458e3251c6784e1ed888.svg") no-repeat center center;
}
.rateQuestion #rating-up:hover ~ .rating-up:before,
.rateQuestion #rating-up:checked:disabled ~ .rating-up:before {
	background: url("../img/themes/dpd/thumb_up-f8f95850f40f2c1214ba314c0348022e.svg") no-repeat center center;
}
.rateQuestion #rating-down:hover ~ .rating-down:before,
.rateQuestion #rating-down:checked:disabled ~ .rating-down:before {
	background: url("../img/themes/dpd/thumb_down-1a9075c3c9e915db9d3b278db7aad9ef.svg") no-repeat center center;
}

.parcel-additional-info{
	color: #000000;
}

.parcelTimeoutContainer {
	border:2px solid #dc0032;
	padding-top:10px;
}

#badRatingReasonForm label {
	word-wrap: break-word;
	word-break: break-word;
}

.deletedDone .modal-dialog .btn-clear{
	padding: 0 0;
	margin-top: 9px;
}

.deletedDone .icon-x-black{
	vertical-align: top;
	line-height: 0;
}

.collapsible-element {
	margin-bottom: 0px;
    display: inline-block;
    padding: 15px 0px;
    width: 100%;
}

.collapsible-element:before,
.parcelshops-filters .parcelshops-filters-list .custom .custom-filters .select.focused .select2-selection--multiple:before {
	content: url("../img/themes/dpd/arrow_big_black_up-da243dae587f4b2f08059ab31ef6f8af.svg");
	position: absolute;
	right: 18px
}
.collapsible-element.collapsed:before,
.parcelshops-filters .parcelshops-filters-list .custom .custom-filters .select .select2-selection--multiple:before {
		content: url("../img/themes/dpd/arrow_big_black_down-590ea0dde16e35cd20e97522d66395f9.svg");
}

.parcelshops-filters .parcelshops-filters-list .custom .custom-filters .select .select2-selection--multiple:before,
.parcelshops-filters .parcelshops-filters-list .custom .custom-filters .select.focused .select2-selection--multiple:before {
	position: absolute;
	top: 11px;
	right: 10px;
	width: 19px;
    display: block;
    height: 11px;
    z-index: 1;
}

.collapsible-element a:hover {
    text-decoration: none;
    outline:0 none!important;
}

.collapsible-element a:focus,
.collapsible-element a:active {
    outline: 0!important;
    text-decoration: none!important;
}

#locationField input {
	border-radius: 8px;
	border-color: #e6e7e8;
}

.parcelshops-filters-container {
	padding: 0 0 0 14px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
}

#parcel-shop-list .parcelshops-filters-container {
	padding: 15px 13px 0 3px;
}

.parcelshops-filters {
	position: relative;
	width: 33.3%;
	background-color: #fff;
	margin-bottom: 17px;
}

.parcelshops-filters:last-of-type {
	margin-right: 0;
}

.parcelshops-filters .parcelshops-filters-header {
	margin-bottom: 0;
	height: 45px;
	padding-left: 15px;
	outline: 1px solid #e6e7e8;
	border-radius: 8px 8px 0 0;
	position: relative;
	display: block;
}

.parcelshops-filters .parcelshops-filters-header.collapsed {
	border-radius: 8px;
}

.parcelshops-filters .parcelshops-filters-header span {
	font-size: 14px;
	line-height: 16px;
	color: #808285;
}

.parcelshops-filters.active .parcelshops-filters-header .selected {
	color: #414042;
	white-space: nowrap;
	width: 82%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 6px;
	position: absolute;
}

.parcelshops-filters.active .parcelshops-filters-header span:first-of-type {
	position: absolute;
    z-index: 2;
    cursor: text;
    font-size: 11px;
    top: 4px;
}

.parcelshops-filters .parcelshops-filters-list {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 10;
	width: 100%;
	outline: 1px solid #e6e7e8;
	background: #FFF;
	border-radius: 0 0 8px 8px;
	max-height: 50vh;
}

.parcelshops-filters .parcelshops-filters-list.in {
    overflow-y: auto;
}

.parcelshops-filters .parcelshops-filters-list .list-item {
	margin: 12px 10px 0;
	padding: 0 5px 12px;
	border-bottom: 1px solid #e6e7e8;
	display: flex;
	align-items: center;
}

.parcelshops-filters .parcelshops-filters-list .list-item.custom {
	flex-direction: column;
	align-items: stretch;
}

.parcelshops-filters.active .parcelshops-filters-header,
.parcelshops-filters.active .parcelshops-filters-list {
	outline: 1px solid #ababac;
}

#locationField.search-box input:not(:placeholder-shown),
#locationField.search-box input:focus {
	border-color: #ababac !important;
	color: #414042 !important;
}

.parcelshops-filters .parcelshops-filters-list .list-item:first-of-type .checkAll ~ label {
	font-weight: normal;
	line-height: 16px;
	margin-left: 0;
}

.parcelshops-filters .parcelshops-filters-list .list-item:first-of-type .checkAll ~ label:after {
	background: #fff url("../img/themes/dpd/menu-open-d93f3f8759449ceb3d9d05f47c7eedb3.svg") no-repeat center center;
}

.parcelshops-filters.active .parcelshops-filters-list .list-item:first-of-type .checkAll ~ label:after {
	background: #fff url("../img/themes/dpd/menu-close-df3564836211dc3adac2414838ac5924.svg") no-repeat center center;
}

.parcelshops-filters .parcelshops-filters-list .list-item:first-of-type .checkAll {
	position: absolute;
    visibility: hidden;
}

.parcelshops-filters .parcelshops-filters-list .list-item:last-of-type {
	border: 0;
}

.parcelshops-filters .parcelshops-filters-list label {
	font-weight: 300;
	color: #414042;
	margin-bottom: 0;
	margin-left: 10px;
	flex: 1;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 25px;
}

.parcelshops-filters .parcelshops-filters-list label * {
	width: calc(100% - 30px);
}

.parcelshops-filters .parcelshops-filters-list .radio-label,
.parcelshops-filters .parcelshops-filters-list .select label {
	margin-left: 0;
}

.parcelshops-filters .parcelshops-filters-list .select label {
	color: #808285;
}

.parcelshops-filters-list .checkbox-label:before,
.parcelshops-filters-list .radio-label:before {
	content: none;
}

.parcelshops-filters-list .checkbox-label:after,
.parcelshops-filters-list .radio-label:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 25px;
	height: 25px;
	border: 1px solid #ababac;
	border-radius: 2px;
}

.parcelshops-filters-list .radio-label:after {
	border-radius: 50%;
}

.radio:checked ~ .radio-label:after{
	background: url("../img/themes/dpd/radiobutton_desktop_active-a442ec9b0cc33de016a60f32d1fa7be8.svg") no-repeat center center;
}

.checkbox:checked ~ .checkbox-label:after,
.checkAll:checked ~ .checkbox-label:after {
	background: #fff url("../img/themes/dpd/checkbox_checkmark-fc157f942230537db3c18fe0a4a5cbfa.svg") no-repeat center center;
}

.parcelshops-filters .parcelshops-filters-list .custom .custom-filters {
	margin-top: 15px;
	display: none;
	color: #808285;
}

.parcelshops-filters .parcelshops-filters-list .select2-container--default .select2-selection--single {
	border-radius: 8px;
	height: 40px;
}

.parcelshops-filters .parcelshops-filters-list .select.nonEmpty .select2-container--default .select2-selection--single {
	border-color: #ababac;
}

.parcelshops-filters .parcelshops-filters-list .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.parcelshops-filters .parcelshops-filters-list .select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 40px;
	height: 40px;
}

.parcelshops-filters .parcelshops-filters-list .select2-container .select2-search--inline {
	display: none;
}

.parcelshops-filters .parcelshops-filters-list .select2-container .select2-search--inline .select2-search__field {
	border: 0;
    font-size: inherit;
    padding: 0;
    height: auto;
}


.parcelshops-filters .parcelshops-filters-list .select2-container .select2-selection--multiple {
	border-color: #e6e7e8;
	min-height: 35px;
}

.parcelshops-filters .parcelshops-filters-list .select2-container .select2-selection--multiple,
.parcelshops-filters .parcelshops-filters-list .select label {
	cursor: pointer;
}

.parcelshops-filters .parcelshops-filters-list .custom-filters .select.nonEmpty .select2-selection__rendered {
	padding-top: 15px;
}

.parcelshops-filters .parcelshops-filters-list .select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container.select2-container--default.select2-container--open .select2-dropdown {
	border-color: #ababac !important;
}


.parcelshops-filters .parcelshops-filters-list .custom .range-slider {
	margin-top: 15px;
}

.parcelshops-filters .parcelshops-filters-list .list-item.button-box {
    justify-content: space-between;
}

.parcelshops-filters .parcelshops-filters-list .list-item.button-box span {
    width: 46%;
    padding: 6px 0;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.parcelshops-filters .parcelshops-filters-list .list-item.button-box .reset-filter {
    border: 2px solid var(--dpd-color);
    color: var(--dpd-color);
}

.parcelshops-filters .parcelshops-filters-list .list-item.button-box .apply-filter {
    background-color: var(--dpd-color);
    color: #fff;
    padding: 8px 0;
}


@media (max-width: 767px) {
	#parcel-shop-list .parcelshops-filters-container {
		padding-left: 16px;
		padding-right: 14px;
		left: 0;
		flex-direction: column;
		gap: 0;
	}

	.parcelshops-filters {
		width: 100%;
		margin-right: 0;
	}

	.parcelshops-filters .parcelshops-filters-list {
		overflow: auto;
    	overflow-y: scroll;
    	max-height: 25vh;
	}

	.parcelshops-filters #parcelshopsTypeFilters {
		z-index: 9;
	}
	.parcelshops-filters #parcelshopsServiceFilters {
		z-index: 8;
	}

    .parcelshops-filters:first-of-type .parcelshops-filters-list,
    #locationField + .parcelshops-filters .parcelshops-filters-list {
        z-index: 11;

    }
}

.parcelshopsSearchPanel {
	display: grid;
	grid-template-columns: 40% 30% 30%;
}

.parcelshopsSearchPanel .parcelshops-filters {
	width: auto;
}

.parcelshopsSearchPanel .parcelshops-filters {
	margin-right: 0;
	margin-left: 14px;
}

@media (max-width: 767px) {
	.parcelshopsSearchPanel {
		display: block;
	}

	.parcelshopsSearchPanel .parcelshops-filters {
		margin-left: 0;
	}
}

.parcelshops-filters-details {
    background-color: #E6E7E7;
    font-weight: bold;
    line-height: 7px;
    padding-top: 10px;
    font-size: 10px;
}

.parcelshops-filters-show-more {
    float: right;
    color: gray;
    text-decoration: underline;
}

.parcelshops-filters-show-more:hover {
    text-decoration: none;
    cursor: pointer;
}

.pudoid-link {
	text-decoration: underline;
	color: white;
}
.pudoid-link:hover {
	text-decoration: underline;
	color: white;
}

#searchContainer {
	position: relative;
	margin: 20px 10px 20px 0;
}

.shipmentsNotFound {
	display: none;
}

#searchContainer .search-box .icon{
	background-color: transparent;
	position: absolute;
	right: 0px;
	cursor: pointer;
}

#searchContainer .search-box #searchParcel{
	margin-top: 0px;
}

@media (min-width: 1025px) and (max-width: 1198px)  {
	#searchContainer, .shipmentsNotFound {
		padding-left: 35px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#searchContainer, .shipmentsNotFound {
		padding-left: 28px;
	}

	#preferences .title-header {
		margin-top: 0px;
	}
}

@media (max-width: 767.9px)  {

	#searchContainer{
		margin: 20px;
		display: none;
	}

	.myParcel .emptyParcels .parcel-search {
		display: none;
	}
}

.changed-text {
    color: red;
}
.changed-text p {
    color: red;
}

.parcel-search-on-mobile {
    display: none;
}

@media screen and (max-width: 767.9px) {
    .parcel-search-on-mobile {
        display: block;
        margin: 20px;
    }

    .parcel-search-on-mobile .icon-magnifier-white {
        background-color: #dc0032;
        margin-left: -4px;
        margin-bottom: -17.75px;
        cursor: pointer;
    }
    .parcel-search-on-mobile .icon-magnifier-black {
    	display: none;
    }
    .myParcel .emptyParcels .registration-promotion .submit-row,
    .myParcel .parcelListBox .registration-promotion .submit-row,
    .myParcel .sendingButton {
    	margin-left: 20px;
    	margin-right: 20px;
    }
    .myParcel .emptyParcels .registration-promotion .submit-row .btn,
    .myParcel .emptyParcels .sendingButton .btn {
    	width: 100%;
    }
}

.payment-link-text-holder {
	display: block;
	bottom: 14px;
	padding-left: 80px;
	width: 100%;
	position: absolute;
}

.payment-link {
	color: white;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.payment-link:hover, .payment-link:focus {
    color: white;
    font-weight: bold;
}

.parcelStatusBox.payment::after{
	font-family: "icomoon-font";
	content: "\e900";
	display: inline;
	width: 11px;
	height: 19px;
	position: absolute;
	font-size: 20px;
	bottom: 15px;
	right: 15px;
}

input::-ms-clear {
	display: none;
}

#favourite-parcel-shop {
	margin-top: 20px;
}

#favourite-parcel-shop .item, #favourite-parcel-shop .item .pudo-point-link {
	border: 0 !important;
}

#homePreferenceConfirmation .box-gray p{
	margin:0;
}

.homeDetailsHolder.disabled p,
.depositDetailsHolder.disabled p,
.favoritePickupPointDetailsHolder.disabled p,
.favoritePickupPointDetailsHolder.disabled span{
	color: #808285;
}


.inlineDate {
	display: block;
	width: 100px;
}

@media (min-width: 992px) {
	#header .first-level-menu .container {
		padding: 5px 34px;
	}
	#footer .footer-copyrights {
		padding-left: 16px;
		padding-right: 16px;
	}

	#profiles .dontDisplayOnDesktop{
		display: none;
	}
}
@media (max-width: 991px) {
	#profiles .logoutUser{
		margin: 20px 0;
		font-weight: 400;
	}
}





.icon-refresh_parcelinfo {
	background-image: url(../img/themes/dpd/icons/refresh_parcelinfo-bb8238749bcaf8b3eb5fee6ba9ce8981.svg);
	position: relative;
	float: right;
	margin: 0px 10px;
}

.breadiv {
	width: 100%;
	margin-left: 40px;
	margin-bottom: 10px;
	min-height: 110px;
	max-height: 250px;
}
.breadiv div.item {
	vertical-align: top !important;
	display: inline-block !important;
	float: left;
	width: 20%;
	position: relative;
}
.breadiv div.item .img {
	width: 60px !important;
	height: 60px !important;
	background-position: center -120px !important;
	position: relative;
	left: 5px;
}
.breadiv div.item .img.active {
	background-position: center 0 !important;
}
.breadiv div.item .img.jobDone {
	background-position: center -60px !important;
}

.breadiv div.item .stepSeparatorArrow {
	max-width: 50%;
	min-width: 11px;
	position: absolute;
	top: 30px;
	left: calc(50% - 11px);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 45px;
	display: inline-block;
	height: 19px;
	background: transparent url(../img/themes/dpd/arrow_big_black_right-c3d651cbee428aa6aa987f9f0c4cc15e.svg);

}

.breadiv div.item hr {
	max-width: 50%;
	border: 1px solid #808285;
	position: relative;
	top: 36px;
	right: -30px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 45px;
}
.breadiv div.item hr.colored {
	max-width: 50%;
	border: 1px solid #dc0032;
	background-color: #dc0032;
}

.breadiv .step1 {
	background-image: url('../img/progressbaritems/progressBarItem1_DPD-93eacae7d22733b901c0f11478fc7384.png');
}
.breadiv .step2 {
	background-image: url('../img/progressbaritems/progressBarItem2_DPD-338be72ec8834ffad04e270782849996.png');
}
.breadiv .step3 {
	background-image: url('../img/progressbaritems/progressBarItem3_DPD-48c1afd7c964f98be2ecfde5af76fb82.png');
}
.breadiv .step3.return {
	background-image: url('../img/progressbaritems/progressBarItem3_return_DPD-f7629737113baf0b00f80ed8015b6e06.png');
}
.breadiv .step4 {
	background-image: url('../img/progressbaritems/progressBarItem4_DPD-c7ef93ae30418e09516c33d91fe8f628.png');
}
.breadiv .step4.collection {
	background-image: url('../img/progressbaritems/progressBarItem6_DPD-5f1f7797167a42c408d1f9fd3c17b8cc.png');
}
.breadiv .step5 {
	background-image: url('../img/progressbaritems/progressBarItem5_DPD-10d03a483ec08683e8bd492d0631d6ab.png');
}

.breadiv .caption {
	display: block !important;
	position: relative;
	right: 10px;
	width: 91px;
	text-align: center;
}

.breadiv .step5 + .caption {
	right: 31px;
	width: 133px;
}

.ret {
	margin-top: 0;
}
.ret .addInfoBox {
	border-bottom: 1px solid #e6e7e8;
}
.ret .addInfoBox a {
	line-height: 50px;
	height: 50px;
	display: block;
	padding: 0 50px 0 30px;
	position: relative;
	background-image: url(../img/themes/dpd/plus_black-d2b3cc6b250bbb25c86c21eccdd97714.svg);
	background-repeat: no-repeat !important;
	background-position: 91% center !important;
}
.ret .addInfoBox a.minus {
	background-image: url(../img/themes/dpd/minus_black-323c2a982e261aff8b6b3e9478f45265.svg) !important;
	background-repeat: no-repeat !important;
	background-position: 91% center !important;
}
.ret .addInfoBox a span {
	padding-left: 10px;
}
.ret .showFirstArea {
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #e6e7e8;
}
.ret .addInfoBox .firstArea.clearfix {
	display: none;
}
.ret .addInfoBox .showFirstArea span {
	font-size: 16px;
	padding-left: 5px;
}

.ret .addInfoBox .firstArea {
	padding: 0 25px 0;
}

#addInfoChangeFragment h3 {
	font-size: 16px;
}

.p_det {
	margin-bottom: 2px;
	font-weight: bold;
}

#cc {
	padding-left: 0 !important;
	position: relative;
	left: -8px;
	bottom: -16px;
	padding-top: 10px;
}

.content-holder {
	list-style-type: none;
	padding: 0;
	max-width: 700px;
}
.content-holder .content-item {
	min-height: auto;
	display: flex;
}
.content-holder .content-item-time,
.content-holder .content-item-meta {
	display: inline-block;
}
.content-holder .content-item-meta .pshoplink {
	cursor: pointer;
	height: auto;
}
.content-holder .content-item-time {
	background: #CCCCCC;
	position: relative;
	padding: 20px 20px 20px 8px;
	min-width: 120px;
}

.content-holder .content-item-time:before,
.content-holder .content-item-time:after {
	content: ' ';
	position: absolute;
	background: #DC0032;
	top: 20px;
}
.content-holder .content-item-time:after {
	height: 100%;
	z-index: 1;
	width: 2px;
	right: 0;
}
.content-holder .content-item-time:before {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	right: -7px;
}
.content-holder .last-location {
	margin-bottom: 15px !important;
}

.content-holder .last .content-item-time:after {
	display: none;
}
.content-holder .content-item-time .p_bold,
.content-holder .content-item-meta .p_bold {
	font-weight: bold;
	font-size: 12px;
}


.content-holder .content-item p {
	border: 0;
	margin: 2px;
}
.content-holder .content-item-meta {
	padding: 20px 20px 8px 15px;
	max-width: 500px;
}

.multiparcel-info {
	margin-left: 30px;
	margin-bottom: 20px;
}

.multiparcel-info h2{
	margin: 0;
	font-weight: bold;
}
.multiparcel-info a, .multiparcel-info-mobile a{
	text-decoration: underline;
	font-weight: bold;
}

@media (max-width: 767.9px) {
	.myParcel #parcelDetails {
		display: none;
	}
	.myParcelDetails.myParcel #parcelDetails,
	.myParcelDetails.myParcel .tracking-parcel.return #parcelDetails,
	.myParcel .tracking-parcel #parcelDetails {
		display: block;
	}
	.sender_info_box {
		font-size: 18px;
	}
	.ret {
		margin-top: 30px;
	}
	.ret .addInfoBox .showFirstArea {
		padding-left: 16px;
	}
	.ret .addInfoBox .showFirstArea span {
		padding-left: 0;
	}
	.ret .addInfoBox .firstArea {
		padding: 0 10px 0;
	}

	#addInfoChangeFragment h3 {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#cc {
		bottom: -16px;
		padding-top: 5px;
	}

	.multiparcel-info-mobile {
		margin-top: 10px;
	}

}
@media (max-width: 500px){
	.ret .addInfoBox .firstArea.clearfix {
		display: block;
	}
}
@media (min-width: 375px) and (max-width: 543px){
	.breadiv {
		display: none;
	}
	.tracking-parcel .parcel-list {
		display: none;
	}
}
@media (min-width: 544px) and (max-width: 991px){
	.breadiv {
		margin-left: 30px;
	}
	.breadcrumb-navigation {
		display: none !important;
	}
	#header .first-level-menu .container {
		padding: 5px 20px;
	}
}
@media (max-width: 544px) {
	#header .first-level-menu .container {
		padding: 5px 12px;
	}
	#footer .footer-copyrights {
		padding-left: 0;
		padding-right: 0;
	}
}


.inputText,
.select,
.textArea {
	position: relative;
}
.inputText label,
.select label,
.textArea label {
	color: grey;
}

.inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.select.focused .select2-selection__rendered,
.select.nonEmpty .select2-selection__rendered {
	padding-top: 10px;
}

.textArea.focused textarea,
.textArea.nonEmpty textarea {
	padding-top: 25px;
}

.select.focused .select2-selection__rendered,
.select.nonEmpty .select2-selection__rendered {
	padding-top: 5px;
	padding-left: 15px;
}

.inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.select.focused .select2-container--default .select2-selection--single,
.select.nonEmpty .select2-container--default .select2-selection--single,
.textArea.focused textarea,
.textArea.nonEmpty textarea {
	border-color: black;
}

.has-error .select.focused .select2-container--default .select2-selection--single,
.has-error .select.nonEmpty .select2-container--default .select2-selection--single,
.select.focused .has-error .select2-container--default .select2-selection--single,
.select.nonEmpty .has-error .select2-container--default .select2-selection--single {
	border-color: #dc0032;
}

.inputText label,
.select label,
.textArea label {
	position: absolute;
	left: 16px;
	top: calc(50% - 8px);
	z-index: 2;
	cursor: text;
}

.inputText.focused label,
.inputText.nonEmpty label,
.select.focused label,
.select.nonEmpty label {
	top: 5px;
	font-size: 11px;
}

.textArea.nonEmpty label,
.textArea.focused label {
	width: calc(100% - 20px);
	left: 1px;
	padding: 5px 0 5px 15px;
	background-color: white;
	top: 1px;
	font-size: 11px;
}

.inputText.focused label,
.inputText.nonEmpty label,
.inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.select.focused label,
.select.nonEmpty label,
.select.focused .select2-selection__rendered,
.select.nonEmpty .select2-selection__rendered,
.textArea.focused label,
.textArea.nonEmpty label {
	color: black;
}

.inputText.has-error label,
.select.has-error label,
.inputText .has-error label,
.select .has-error label,
.has-error .inputText label,
.has-error .select label,
.textArea .has-error label,
.has-error .textArea label {
	color: #dc0032;
}
.inputText.focused.has-error input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.inputText.nonEmpty.has-error input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.select.focused.has-error .select2-container--default .select2-selection--single,
.select.nonEmpty.has-error .select2-container--default .select2-selection--single,
.has-error .inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.has-error .inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.textArea.focused .has-error textarea,
.textArea.nonEmpty .has-error textarea {
	border-color: #dc0032;
}

.inputText .clear-value,
.textArea .clear-value {
	display: none;
	width: 10px;
	height: 10px;
	background: transparent url(../img/themes/dpd/close_x_big-3ef31bfcb123fcba89e6432462d0765e.svg) no-repeat center center;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	bottom: 10px;
	right: 5px;
}
.textArea .clear-value {
	bottom: 20px;
}
.textArea.scrolled .clear-value {
	right: 22px;
	padding-right: 15px;
}


.inputText.nonEmpty.focused .clear-value,
.textArea.nonEmpty.focused .clear-value {
	display: block;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: white;
}

@media screen and (min-width:0\0) {
	.inputText {
		height: 45px;
		border: 1px solid #b7b6b7;
	}
	.inputText.focused,
	.inputText.nonEmpty {
		border: 1px solid #000;
	}
	.inputText input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]) {
		border: 0;
		height: 43px;
	}
	.inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
	.inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]){
		margin-top: 15px;
		height: 25px;
	}

}

/* green action */
.green-action {
    color: #414042;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    min-height: 50px;
    display: flex;
}

.green-action.no-redirection {
    padding: 15px 10px 15px 15px;
    background: #fff;
    margin-top: 0;
}

.green-action .green-message {
    padding: 10px 10px 10px 60px;
	background: #fff url("../img/themes/dpd/checkmark-624a5557f8c901648781d0fb615f6bc4.svg") 8px 4px no-repeat;
	background-size: 40px;
}

.green-action.no-redirection .green-message {
    padding: 10px 10px 10px 67px;
    background: #efedeb url("../img/themes/dpd/info-1ec79db056d5caa2632ab2ab4010c5c3.svg") 15px 4px no-repeat;
}

.green-action a {
	font-weight: 500;
	color: #dc0032;
}
.green-action .green-message {
	align-content: center;
	align-items: center;
	display: flex;
	flex: 1;
}

.liveTrackDetails .green-action,
.asset-notificationLiveTracking .green-action,
.notification-live-tracking .green-action {
	line-height: 18px;
}

.green-action-icon {
	background: transparent url("../img/green_leaf_small-3f03afea148f48cae157503ba78a0580.svg") calc(100% - 5px) center no-repeat;
}
.green-action-icon a {
	padding-right: 30px !important;
}

@media screen and (max-width: 992px){
	.green-action {
		margin-top: 10px;
		min-height: 60px;
		display: flex;
		transition: background-color 0.5s ease;
	}
	.green-action .green-message {
		margin: auto 0;
	}
	.liveTrackDetails .green-action.collapsed {
		background-color: transparent;
	}
	.liveTrackDetails .green-action.collapsed .green-message {
		display: none;
		transition: all 0.5s ease;
	}
}

@media screen and (max-width: 481px) {
	.green-action {
		display: block;
	}
}

.brtFooter p {
	line-height: 1;
}

.brtFooter .links {
	text-align: right;
}

.parcelNumberChecksum {
	border: 1px solid black;
	padding-left: 2px;
	padding-right: 2px;
}

.textPudoId {
	text-align: right;
	position: absolute;
	bottom: 0;
}

.textPudoId p {
	color: #808285;
}

div.shipmentCollectionParcelMessage {
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	background: #f2f3f3;
}

div.shipmentCollectionMessage-note {
	padding: 20px;
}

.myParcel .charityActionBox {
	min-height: auto;
	margin-top: 0;
	padding: 10px
}

.charity {
	background: #f2f3f3;
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding: 10px;
}

.depositSummaryHolder {
	min-height: 183px;
}


/* DASHBOARD STYLE */
.dashboard-container#dashboard-init {
	max-width: 800px;
	margin: 0 auto;
}

.dashboard-container .step {
	display: none;
}

.dashboard-container .step.active {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.dashboard-container .step .lottie-delivery {
	margin: 2rem auto 0;
	width: 330px;
    height: 182px;
}

.dashboard-container .step .lottie-security {
	margin: 2rem auto 0;
	width: 228px;
    height: 228px;
}

.dashboard-container .title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 370;
	text-align: center;
}

.dashboard-container .content,
.dashboard-container .steps-list {
	max-width: 600px;
	margin: 0 auto;
}

.dashboard-container .content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	flex-direction: column;
}

.dashboard-container .content li {
	display: grid;
	grid-template-columns: 40px 1fr;
	column-gap: 15px;
	font-size: 16px;
	line-height: 24px;
}

.dashboard-container .content li:before {
	grid-row: span 2;
	justify-self: center;
}

.dashboard-container .content li.online-shoping:before {
	content: url("../img/themes/dpd/online-shoping-a5da731ddb1e553ae61f02e9a2edd828.svg");
}

.dashboard-container .content li.multiple-apps:before {
	content: url("../img/themes/dpd/apps-18d5051376e7f5906282b0d1edf59a22.svg");
}

.dashboard-container .content li.tracking:before {
	content: url("../img/themes/dpd/marker-1b3e890cce5122fc132fc07ed0b3aa46.svg");
}

.dashboard-container .content li.automatic-addition:before {
	content: url("../img/themes/dpd/auto-add-b35e0f06f4f2221de7fb06f602d6e368.svg");
}

.dashboard-container .content li.email:before {
	content: url("../img/themes/dpd/email-ico-a40420a7175b43161581358ed6d30f43.svg");
}

.dashboard-container .content li.spot:before {
	content: url("../img/themes/dpd/spot-95ace51a50c44d58f423e75e81caad43.svg");
}

.dashboard-container .content li.privancy:before {
	content: url("../img/themes/dpd/privancy-9d32ee3b3438ac84ec81fc6b095be576.svg");
}

.dashboard-container .content li h4 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.dashboard-container .content li span {
	font-size: 14px;
	line-height: 24px;
}

.dashboard-container .content li label {
	font-size: 11px;
	line-height: 20px;
}

.dashboard-container .content li label a {
	color: #dc0032;
	font-size: 14px;
}

.dashboard-container .step-two .content li:last-of-type {
	padding-left: 0;
	display: block;
}

.dashboard-container .step-two .content li:last-of-type label {
	padding-left: 55px;
	position: relative;
}

.dashboard-container .step-two .content li:last-of-type label:before {
	border-color: #D5D0CB;
	border-radius: 4px;
	position: absolute;
	left: 6px;
}

.dashboard-container .btn {
	border-radius: 7px;
	font-size: 14px;
}

.dashboard-container .btn-red {
	width: auto;
    margin: auto auto 20px;
    display: block;
    min-width: 24rem;
}

.dashboard-container .modal-dialog .modal-content {
	border-radius: 7px !important;
}

.dashboard-container .modal-dialog .modal-header {
	border-bottom: 0;
}

.dashboard-container .modal .modal-header .close {
	opacity: 1;
	border-radius: 0;
}

.dashboard-container .modal .modal-body p {
	font-size: 16px;
	font-weight: 400;
	color: #414042;
}

.dashboard-container .modal .modal-footer {
	display: flex;
	flex-direction: row;
}

.dashboard-container .modal .modal-footer .btn {
	width: 100%;
	margin: 0 20px 0 0;
	font-weight: 400;
}

.dashboard-container .modal .modal-footer .btn:last-of-type {
	margin-right: 0;
}

.dashboard-container .modal .modal-footer .btn.btn-gray {
	background-color: #cac4be;
	color: #414042;
}

.dashboard-container #terms + label + button {
	pointer-events: none;
    background: #e6e7e7;
    color: #CAC4BE;
    width: auto;
    margin: 3vw auto 0;
    display: block;
    border-radius: 7px;
}

.dashboard-container #terms:checked + label + button {
	pointer-events: auto;
	background: #dc0032;
	color: #fff;
}

.dashboard-container .steps-list {
	margin-top: 5vw;
	display: flex;
	align-items: center;
    justify-content: center;
    position: relative;
    column-gap: 10px;
}

.dashboard-container .active + .steps-list,
.dashboard-container .steps-list input,
.dashboard-container .steps-list #step2:checked + label:after {
	display: none;
}

.dashboard-container .steps-list label {
	width: 10px;
	height: 10px;
	background: #DFDCD8;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.dashboard-container .steps-list input:checked + label {
	background-color: #DC0032;
}

.dashboard-container .steps-list #step2 + label:after {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	background: #DC0032 url("../img/themes/dpd/arrow-right-white-767a8a733841a20dc34f386af04a1d51.svg") no-repeat 55% center;
}

.dashboard-container .info {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin-top: 6rem;
}

.dashboard-container .info .email {
	background: url("../img/themes/dpd/email-e6a30f5e51eecb16d734fff686845f47.svg") no-repeat left center;
	padding-left: 45px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 6rem
}

.dashboard-container .info .sub-text {
	font-size: 18px;
}

.dashboard-container .info button {
	margin-top: 6rem;
}




/* ORDER DASHBOARD */
.order-dashboard {
	display: flex;
	width: 100%;
	max-width: 1024px;
	margin: 4rem auto 0;
	flex-direction: row;
    flex-wrap: wrap;
}

.order-dashboard .order-list {
	width: 100%;
	max-width: 341px;
	flex: 1;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    padding-bottom: 12px;
}

.order-dashboard .order-list .copyEmailToClipboard {
	width: fit-content;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 12px;
    border: 1px solid #dfdcd8;
    align-self: flex-end;
    margin-top: auto;
    margin-right: 12px;
    cursor: pointer;
    max-width: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
	align-items: center;
	gap: 6px;
}

.order-dashboard .order-list .copyEmailToClipboard:before {
	content: url("../img/themes/dpd/copy-3a380d0288f3d71aa7dcbe31f14f9d52.svg");
	width: 24px;
	height: 25px;
}


.order-dashboard .order-details {
	width: 100%;
	max-width: 683px;
	background-color: #f4f3f2;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 12px 2rem;
}

.order-dashboard .order-details .info-box {
	margin-top: auto;
	display: flex;
    flex-direction: column;
}

.order-dashboard .order-details .info-box span {
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	color: #808285;
	text-align: center;
}

.order-dashboard.empty .order-list {
	background: url("../img/themes/dpd/empty-orders-list-103447166e16dbd1ccc68c7ea003b9a3.png") no-repeat 0 0;
	background-size: 101%;
}

.dashboard-help .option-box {
	background: #fff;
	border-radius: 11px;
	padding: 12px 12px 20px;
	text-align: center;
	margin: 2rem 0;
}

.order-dashboard.empty .header {
	padding-bottom: 2rem;
	border-bottom: 1px solid #cac4be;
	text-align: center;
	color: #808285;
}

.order-dashboard.empty .header h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

.order-dashboard.empty .header p {
	color: #808285;
	font-size: 1.1rem;
	line-height: 1.4rem;
	margin-bottom: 0;
}

.dashboard-help .option-box > span {
	color: #dc0032;
	font-size: 1.2rem;
	line-height: 2.4rem;
}

.dashboard-help .option-box h3 {
	font-size: 2.4rem;
	line-height: 3.6rem;
	letter-spacing: 0.875px;
	margin: 0;
}

.dashboard-help .option-box p {
	margin: 0;
}

.dashboard-help .option-box p,
.dashboard-help .option-box ul {
	font-size: 1.4rem;
	line-height: 2.4rem;
}

.dashboard-help .option-box ul {
	list-style: disc;
	list-style-position: inside;
}

.dashboard-help p.info {
	font-size: 1.2rem;
	line-height: 2.4rem;
	display: flex;
	text-align: left;
	margin-top: 3rem;
}

.dashboard-help p.info::before {
	content: "";
	height: 2.4rem;
	background-image: url("../img/themes/dpd/info-1ec79db056d5caa2632ab2ab4010c5c3.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	flex: 0 0 2.4rem;
	margin-right: 1rem;
}

.dashboard-help .hr-text {
	text-align: center;
	font-size: 2rem;
	line-height: 3rem;
	margin: 2rem 0;
	display: flex;
	flex-direction: row;
	gap: 2rem;
}

.dashboard-help .hr-text::before,
.dashboard-help .hr-text::after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #cac4be;
	margin: auto;
}

.dashboard-help .emil-client-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 0.4rem;
	margin: 2rem 0 0;
}

.dashboard-help .emil-client-list div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 6.2rem;
	height: 6.2rem;
	cursor: pointer;
}

.dashboard-help .emil-client-list div.inactive {
	opacity: 0.4;
}

.dashboard-help .emil-client-list .gmail {
	background-image: url("../img/themes/dpd/gmail-ico-1e6fa5175314d27409ea6d094d758adf.svg");
}

.dashboard-help .emil-client-list .outlook {
	background-image: url("../img/themes/dpd/outlook-ico-ee2cc4bd77bdfe3a8955ffe77643e3b2.svg");
}

.dashboard-help .emil-client-list .yahoo {
	background-image: url("../img/themes/dpd/yahoo-ico-52ce75f3d4de183f626561a822dc672e.svg");
}

.dashboard-help .emil-client-list .orange {
	background-image: url("../img/themes/dpd/orange-ico-5f5ab1e45e73cb64b22bcafdbe4c332f.svg");
}

.dashboard-help .emil-client-list .sfr {
	background-image: url("../img/themes/dpd/sfr-ico-c84ea5566d8c2be64b9f49afd95ff136.svg");
}

.dashboard-help .client-email-info {
	display: none;
}

.dashboard-help .client-email-info h4 {
	margin: 0;
	font-size: 1.8rem;
	line-height: 2.7rem;
	margin: 1.5rem 0;
}

.dashboard-help .client-email-info ol {
	list-style-position: inside;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

.dashboard-help .client-email-info button {
	width: 23rem;
	margin: 2rem auto;
	border-radius: 0.7rem;
}

.order-details .order-details-header {
	display: flex;
	margin-bottom: 12px;
	align-items: flex-start;
}

.order-details .order-details-header .order-elements {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    width: 85%;
    display: none;
}

.order-details .order-details-header .order-elements span {
	width: 100%;
}

.order-details .order-details-header .order-elements .vendor {
	max-width: 70%;
}

.order-details .order-details-header .order-elements .shipper {
	max-width: 30%;
	text-align: right;
}

.order-delivery-date {
	background-color: #dc0032;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 12px;
}

.order-delivery-date-header {
	font-weight: bold;
	padding: 12px 12px 6px 12px;
}

.order-delivery-date-content {
	padding: 6px 12px 12px 12px;
}

.order-details .order-details-header .delete-order {
	width: 34px;
	height: 34px;
	border-radius: 4px;
	background-color: #fff;
	margin-left: auto;
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/* order list */
.order-dashboard .order-list ul {
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	gap: 12px;
	margin-bottom: 12px;
}

.order-dashboard .order-list ul li {
	border-top: 1px solid #efedeb;
}

.order-dashboard .order-list ul li:first-of-type,
.order-dashboard .order-list ul li.active,
.order-dashboard .order-list ul li.active + li {
	border: 0;
}

.order-dashboard .order-list ul li.active {
	background-color: #f4f3f2;
	border-radius: 11px 0 0 11px;
}

.order-dashboard .order-list ul li a,
.order-dashboard .order-list ul li div {
	padding: 12px 12px 12px 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 5px;
	font-size: 12px;
	line-height: 15px;
	position: relative;
}

.order-dashboard .order-list span {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 15px;
}

.order-dashboard .order-list .vendor,
.order-details .order-details-header .order-elements .vendor {
	font-size: 16px;
	line-height: 20px;
	max-width: 70%;
	font-weight: 370;
}

.order-dashboard .order-list .shipper,
.order-details .order-details-header .order-elements .shipper {
	max-width: 30%;
	text-align: right;
	font-weight: 400;
}

.order-dashboard .order-list .number,
.order-details .order-details-header .order-elements .number {
	color: #808285;
	font-weight: 370;
}

.order-dashboard .order-list .status,
.order-details .order-details-header .order-elements .status {
	font-size: 14px;
	font-weight: 400;
}


.details-section {
	background-color:#fff;
	border-radius: 8px;
	margin-bottom: 12px;
}

.details-section h3 {
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	display: flex;
	padding: 14px 12px;
	cursor: pointer;
}

.details-section h3::after {
  	content: url(../img/themes/dpd/arrow_big_black_up-da243dae587f4b2f08059ab31ef6f8af.svg);
  	font-size: 1rem;
  	display: flex;
  	align-items: center;
  	margin-left: auto;
}

.details-section h3.collapsed {
	border: 0;
}

.details-section h3.collapsed::after {
  	content: url(../img/themes/dpd/arrow_big_black_down-590ea0dde16e35cd20e97522d66395f9.svg);
}

.details-section .details-section-content {
	margin: 0 12px;
	border-top: 1px solid #d5d0cb;
}

.details-section .details-section-content > ul,
.details-section .details-section-content > div {
	padding: 14px 0;
}

.details-section .details-section-content ul li {
	position: relative;
	padding-left: 25px;
	padding-top: 15px;
}

.details-section .details-section-content ul li:before,
.details-section .details-section-content ul li:after {
	content: "";
	background-color: #dc0032;
	display: block;
	position: absolute;
}

.details-section .details-section-content ul li:before {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	left: 1px;
	bottom: 3px;
}

.details-section .details-section-content ul li:after {
	width: 2px;
	height: 100%;
	left: 6px;
	top: -3px;
}

.details-section .details-section-content ul li:first-of-type {
	padding-top: 0;
}

.details-section .details-section-content ul li:first-of-type:after {
	display: none;
}

.details-section .details-section-content ul li span {
	display: block;
	max-width: 100%;
	font-size: 16px;
	line-height: 16px;
}

.details-section .details-section-content ul li span:first-of-type {
	font-size: 12px;
	color: #808285;
}

.details-section #item-details > div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.details-section #item-details .total-price {
    margin-left: auto;
}

.details-section #item-details > div > span:first-of-type,
.details-section #item-details .total-price span {
	font-size: 16px;
	line-height: 20px;
	font-weight: 370;
}

.details-section #item-details .items-number,
.details-section #item-details .items-number + span {
	color: #808285;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}

.details-section #item-details .items-number {
	display: flex;
	margin-left: 5px;
}

.details-section #item-details .items-number:before {
	content: "+";
	display: block;

}

.details-section #item-details .total-price span:last-of-type {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin-left: 8px;
}

.details-section #delivery-details div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.details-section #delivery-details div span {
	font-size: 13px;
	line-height: 16px;
	font-weight: 370;
}

.details-section #delivery-details div span:first-of-type {
	font-weight: 400;
}

.order-dashboard .order-dashboard-title {
	width: 100%;
	display: none;
	position: relative;
}

.order-dashboard .order-dashboard-title h4 {
	margin: 16px 0;
    text-align: center;
}

.order-dashboard .order-dashboard-title #orderListSwitch {
	position: absolute;
    left: 20px;
    top: 10px;
    width: 30px;
    height: 30px;
}


.order-dashboard .attention-message {
	position: relative;
	margin: 2rem 0;
}

.order-dashboard .attention-message:before {
	content: url("../img/themes/dpd/attention-e8dd0175a85bfe74fde400cce1998f33.svg");
	position: absolute;
	top:  50%;
	margin-top: -14px;
}

.order-dashboard .attention-message span {
	padding-left: 50px;
	font-size:  14px;
	line-height: 21px;
}

.dashboard-help-modal {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.dashboard-help-modal:after {
	content: url("../img/themes/dpd/help-ce48ab324e008c0a82f371f7f9860d8f.svg");
}

#dashboardHelp .btn.btn-clear {
	opacity: 1;
}



@media (max-width: 1200px){
	.dashboard-help-modal {
		right: 12px;
		bottom: 12px;
	}
}

@media (max-width: 768px){
	.parcelDetailsPage .container.max-width {
		overflow-x: hidden;
		overflow-y: visible;
	}

	.order-dashboard {
		margin-top: 0;
	}

	.parcelDetailsPage .order-dashboard {
		margin-top: 52px;
	}

	.order-dashboard .order-details,
	.order-dashboard .order-list {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.order-dashboard .order-details {
		background-color: #fff;
	}

	.details-section {
		background-color: #efedeb;
	}

	.order-dashboard .order-details .info-box {
		position: sticky;
    	bottom: 0;
    	z-index: 10;
    	width: 100%;
    	background: #fff;
    	padding: 12px 0;
	}

	.dashboard-container .order-details .info-box .btn-red {
		margin-bottom: 12px;
		margin-left: 0;
		margin-right: 0;
	}

	.order-dashboard .order-dashboard-title,
	.parcelDetailsPage .order-dashboard .order-details,
	.parcelDetailsPage #orderListSwitch,
	.parcelDetailsPage .order-dashboard .order-dashboard-title,
	.parcelDetailsPage .order-dashboard .order-dashboard-title h4:last-of-type,
	.order-dashboard .order-dashboard-title h4:first-of-type {
		display: block;
	}

	#orderListSwitch,
	.order-dashboard .order-details,
	.parcelDetailsPage .order-dashboard .order-list,
	.order-dashboard .order-dashboard-title h4:last-of-type,
	.parcelDetailsPage .order-dashboard .order-dashboard-title h4:first-of-type {
		display: none;
	}

	.parcelDetailsPage .order-dashboard .order-dashboard-title {
		position: fixed;
		top: 65px;
		background-color: #fff;
		z-index: 1;
	}

	.order-dashboard .order-list ul li.active {
		border-radius: 0;
	}

	.order-dashboard .order-list ul li a:after {
		content: url(../img/themes/dpd/arrow_big_black_right-c3d651cbee428aa6aa987f9f0c4cc15e.svg);
		position: absolute;
		right: 18px;
		top: 50%;
		margin-top: -8px;
	}

	.order-dashboard .order-list .vendor {
		max-width: 75%;
	}

	.order-dashboard .order-list .shipper {
		max-width: 25%;
		text-align: left;
	}

	.dashboard-container .btn-red {
		margin-left: 12px;
		margin-right: 12px;
	}

	.order-dashboard .order-list .copyEmailToClipboard {
		width: 100%;
		margin-left: 12px;
		max-width: calc(100% - 24px);
		text-align: center;
	}

	.order-dashboard {
		padding-bottom: 30px;
	}

	.parcelDetailsPage .order-dashboard {
		padding-bottom: 0;
	}

	.order-details .order-details-header .order-elements {
		display: flex;
	}

	.dashboard-help-modal {
		bottom: 0;
	}

	.dashboard-container .modal .modal-footer {
		flex-direction: column;
	}
	.dashboard-container .modal .modal-footer .btn {
		margin-bottom: 12px;
	}
	.dashboard-container .modal .modal-footer .btn:last-of-type {
		margin-bottom: 0;
	}
	.order-details .order-details-header .delete-order {
		background-color: #efedeb;
	}
}

@media (max-width: 1200px){
	.dashboard-help-modal {
		right: 12px;
	}
}


.range_container {
  display: flex;
  flex-direction: column;
  margin: 15px auto 0;
}

.sliders_control {
  position: relative;
  min-height: 14px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #808285;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #DC0032;
  border-radius: 50%;
  cursor: pointer;
}

.range-slider input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #DC0032;
  border-radius: 50%;
  cursor: pointer;
}

.range-slider input[type=range]::-webkit-slider-thumb:hover {
  background: #DC0032;
}

.range-slider input[type="range"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  height: 2px;
  max-height: 2px;
  width: 100% !important;
  padding: 0 !important;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none !important;
  border: 0 !important;
}

#fromSlider {
  height: 0;
  z-index: 1;
  top: 1px;
}


/* CKEDITOR OPT Styles */
#optOutForm > div:not(#optOutForm) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#optOutForm > div:not(#optOutForm) input {
    cursor: pointer;
}

#optOutForm > div:not(#optOutForm) > div,
#optOutForm > div:not(#optOutForm) > div:before {
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}

#optOutForm div:not(#optOutForm) + p,
#optOutForm p:last-of-type {
    display: none;
}

.mn-open .rf-chat-application-container .mobile-buttons-container {
    right: 335px !important;
}

@media (max-width: 460px) {
    .mn-open .rf-chat-application-container .mobile-buttons-container {
        opacity: 0 !important;
    }
}

.right {
	float: right;
}

.tooltip .tooltip-inner {
	border: 1px solid #eee;
	box-shadow: 2px 2px 5px 0 #ccc;
	background-color: white !important;
	border-radius: 3px;
	color: black !important;
	font-weight: 300;
	width: 250px !important;
	max-width: unset;
	padding: 0.75rem;
	line-height: 1.3;
}

.tooltip .tooltip-arrow{
	display: none;
}

.eventDateParcelHanded {
	font-weight: 400;
	font-size: 1.8rem;
}

.pudoNameParcelHanded {
	padding-left: 0 !important;
}

.pudoNameParcelHanded > div:first-of-type {
	padding-bottom: 1rem;
	padding-top: 1rem;
	font-weight: 400;
	font-size: 1.8rem;
}


/* Scroll banner */
.scroller {
	max-width: 100%;
	min-height: 56px;
	background: var(--dpd-color);
	display: none;

	&.active {
		display: block;
	}
}

.scroller .scroller-outer {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	min-height: inherit;

	-webkit-mask-image: linear-gradient(
		90deg,
		transparent,
		black 5%,
		black 95%,
		transparent
	);
	mask-image: linear-gradient(
		90deg,
		transparent,
		black 5%,
		black 95%,
		transparent
	);
}

.scroller .scroller-inner {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	padding-block: 1rem;
	min-height: inherit;

	li {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		column-gap: 1rem;
		flex-grow: 0;
		flex-shrink: 0;
		padding-inline: 2rem;

		span, a {
			font-size: 1.4rem;
			line-height: 1.4;
			color: white;
		}

		span {
			font-weight: 300;

			&.message {
				text-transform: uppercase;
			}

			&.arrow {
				font-family: "arrow-font";
				font-size: 1.2rem;

				&::after {
					content: "\e900";
				}
			}
		}

		a {
			text-decoration: underline;
			font-weight: 400;
		}
	}
}

.scroller[data-animated="true"] {
	overflow: hidden;

	.scroller-inner {
		flex-wrap: nowrap;
		width: max-content;
		align-items: center;
		padding-block: 0;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
}

.scroller[data-animated="true"][data-duplicates="2"] .scroller-inner  {
	animation-name: scrollBanner2;
}
.scroller[data-animated="true"][data-duplicates="3"] .scroller-inner  {
	animation-name: scrollBanner3;
}
.scroller[data-animated="true"][data-duplicates="4"] .scroller-inner  {
	animation-name: scrollBanner4;
}
.scroller[data-animated="true"][data-duplicates="5"] .scroller-inner  {
	animation-name: scrollBanner5;
}
.scroller[data-animated="true"][data-duplicates="6"] .scroller-inner  {
	animation-name: scrollBanner6;
}
.scroller[data-animated="true"][data-duplicates="7"] .scroller-inner  {
	animation-name: scrollBanner7;
}
.scroller[data-animated="true"][data-duplicates="8"] .scroller-inner  {
	animation-name: scrollBanner8;
}
.scroller[data-animated="true"][data-duplicates="9"] .scroller-inner  {
	animation-name: scrollBanner9;
}
.scroller[data-animated="true"]:hover .scroller-inner  {
	animation-play-state: paused;
}

@keyframes scrollBanner2 {
	to {
		transform: translate(calc(-100% / 2));
	}
}
@keyframes scrollBanner3 {
	to {
		transform: translate(calc(-100% / 3));
	}
}
@keyframes scrollBanner4 {
	to {
		transform: translate(calc(-100% / 4));
	}
}
@keyframes scrollBanner5 {
	to {
		transform: translate(calc(-100% / 5));
	}
}
@keyframes scrollBanner6 {
	to {
		transform: translate(calc(-100% / 6));
	}
}
@keyframes scrollBanner7 {
	to {
		transform: translate(calc(-100% / 7));
	}
}
@keyframes scrollBanner8 {
	to {
		transform: translate(calc(-100% / 8));
	}
}
@keyframes scrollBanner9 {
	to {
		transform: translate(calc(-100% / 9));
	}
}
/* Scroll banner - end */

.content-holder-track {
	position: relative;
	padding-left: 2.5rem;
	margin: 0;
	list-style: none;
	max-width: 700px;
}

.content-holder-track .content-item-track {
	min-height: auto;
}

.content-holder-track {
	position: relative;
	padding-left: 2.5rem;
	margin: 0;
	list-style: none;
}

.content-holder-track::before {
	content: '';
	position: absolute;
	top: 2.5rem;
	bottom: 1rem;
	width: 3px;
	background-color: #DC0032;
	z-index: 0;
}

.timeline-entry {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
	z-index: 1;
}

.timeline-entry::before {
	content: '';
	position: absolute;
	top: 24px;
	left: -0.35rem;
	width: 1rem;
	height: 1rem;
	background-color: #DC0032;
	border-radius: 50%;
	z-index: 1;
}

.entry-header {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	display: flex;
	gap: 1rem;
	color: #808080;
}

.entry-body {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.entry-location {
	font-size: 1.3rem;
	color: #666;
	text-align: right;
	margin-top: 0.5rem;
}

.time-track {
	flex: 1;
}
.place-track {
	flex: 0.5;
	text-align: right;
}
