/** additional styles **/
/**To fit the logo with in the size**/
.ducp-component-header .spark-header__title.is-image {
	padding: calc(1.1rem - 4px) 1.5rem 2rem;
}

.spark-header__menu[role="menu"]{
	flex: 1!important;
}

.ducp-component-link.spark-header__title.is-image.logo > img[src*="logo"] {
	width: 320px;
	margin-left: -35px;
	margin-top: -48px;
}

@media only screen and (max-width: 610px) {
	.ducp-component-link.spark-header__title.is-image.logo > img[src*="logo"] {
		width: 287px;
		margin-left: -35px;
		margin-top: -38px;
	}
}
/**END - To fit the logo with in the size**/

/** To hide the black color after the hear menu linnk after click */
[dir] .spark-header.spark-header--visible .spark-menu>.spark-menu__list>.spark-menu__list-item:after {
	display: none;
}
/** END - To hide the black color after the hear menu linnk after click */

/**Image in the loader**/
.spark-progress__meter:before {
	background: url(../images/5T-loader.png) no-repeat center center;
	background-size:100%;
}
[dir] .spark-progress__meter::after{
background-color:#C30E2E
}
/** END - Image in the loader**/

img[src*="5T.png"] {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/5T-loader.png) no-repeat center center;
  background-size:100%;
  width:35px;
  height:35px !important;
  padding-left: 35px;
}