/*---------------------------- Start TT - CMS Header block ----------------------------*/
#ttcmsheader {
    float: right;
    padding: 9px 10px;
	background: rgba(0,0,0,0.1);
}
#ttcmsheader .ttheader-service a{
	color:var(--header-nav-text-color);
	font: 500 13px/22px var(--secondary-font);
}
#ttcmsheader .ttheader-service:hover a {
    color: var(--header-nav-text-hover-color);
}
#ttcmsheader .ttheader-service::before {
	mask-image:url(../img/percentage-discount.svg);
	-webkit-mask-image:url(../img/percentage-discount.svg);
    content: "";
    cursor: pointer;
    float: none;
    height: 14px;
    background-color: var(--header-nav-text-color);
    width: 14px;
	margin: 5px 5px 0 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#ttcmsheader .ttheader-service:hover::before {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	background-color: var(--header-nav-text-hover-color);
}
@media (max-width: 991px) {
#ttcmsheader .ttheader-service::before {
	height:14px;
	width:14px;
}
}
/*---------------------------- End TT - CMS Header block ----------------------------*/
