.t-store__relevants__title.t-uptitle.t-uptitle_xxl{
    font-size: 22px !important;
}

/* Sticky icon */
.call.call-float {
	position: fixed;
	right: 75px;
	bottom: 85px;
	z-index: 1001;
}
.call-float-btn {
	display: inline-block;
	text-decoration: none;
	font-family: sans-serif;
	background: #192b65 none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	line-height: 2;
	border-radius: 36px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 20px -5px;
	position: relative;
	z-index: 1001;
	padding: 17px;
	transition:.3s;
	-webkit-animation:email-an linear 1s infinite;
	animation:email-an linear 1s infinite;
	border: 1px solid #5169b6;
}
.call-float-btn svg {
	width: 37px;
	height: 37px;
}
.wapp.whats-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1001;
}
.whats-float-btn {
	display: inline-block;
	text-decoration: none;
	font-family: sans-serif;
	background: rgb(34, 193, 94) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255)!important;
	line-height: 2;
	border-radius: 36px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 20px -5px;
	position: relative;
	z-index: 1001;
	padding: 5px 18px;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	overflow: hidden;
}
.whats-float-btn:after {
    content: "";
    display: block;
    width: 70px;
    height: 15px;
    margin-left: 0px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: 10px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.whats-float-btn svg {
	width: 14px;
	height: 14px;
	margin-right: 7px; 
	margin-bottom: 2px; 
	vertical-align: middle;
}
.wapp.whats-float span.display-desktop{
	font-family: RalewayWebFont,sans-serif;
}
/* Button animation */
/* Button call */
@-webkit-keyframes email-an {
0% {
        box-shadow:0 8px 10px rgba(19,20,128,0.3),0 0 0 0 rgba(19,20,128,0.2),0 0 0 0 rgba(19,20,128,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(19,20,128,0.3),0 0 0 15px rgba(19,20,128,0.2),0 0 0 0 rgba(19,20,128,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(19,20,128,0.3),0 0 0 30px rgba(19,20,128,0),0 0 0 26.7px rgba(19,20,128,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(19,20,128,0.3),0 0 0 30px rgba(19,20,128,0),0 0 0 40px rgba(19,20,128,0.0)
}
}@keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(19,20,128,0.3),0 0 0 0 rgba(19,20,128,0.2),0 0 0 0 rgba(19,20,128,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(19,20,128,0.3),0 0 0 15px rgba(19,20,128,0.2),0 0 0 0 rgba(19,20,128,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(19,20,128,0.3),0 0 0 30px rgba(19,20,128,0),0 0 0 26.7px rgba(19,20,128,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(19,20,128,0.3),0 0 0 30px rgba(19,20,128,0),0 0 0 40px rgba(19,20,128,0.0)
}
}
/* End Button call*/
/* Button WA */
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}
/* End Button WA */
/* End Button animation */
/* End Sticky icon */

/* Adaptive */
@media (max-width: 768px) {
.display-desktop{display:none}
.call.call-float, .wapp.whats-float{right: 10px;}
.call-float-btn{line-height: 1;padding: 15px;right: 5px;bottom: 10px;}
.whats-float-btn{line-height: 1;padding: 15px;right: 5px;bottom: 20px;}
.wapp.whats-float{bottom: 10px;}
.call-float-btn svg, .whats-float-btn svg{width: 20px;height: 20px;margin:0}
.whats-float-btn:after {left: -100px;top: 20px;width: 105px;height: 22px;}

.t-store__relevants__title.t-uptitle.t-uptitle_xxl{font-size: 20px !important;}
}
/* End Adaptive */