.c-download-app-banner {
bottom: 0;
z-index: 1000;
color: #fff;
position: fixed;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 10px 20px;
border-radius: 8px 8px 0 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 16px;
font-size: 1.143rem;
line-height: 34px;
background-color: rgba(35, 41, 51, .97);
}
.c-download-app-banner__title {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.c-download-app-banner, .c-download-app-banner__title {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
right: 0px;
}
.c-download-app-banner__title img {
width: 40px;
height: 40px;
margin-left: 16px;
}
.c-download-app-banner button {
width: 24px;
height: 24px;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: transparent;
}
.app {
background-color: #65bd00;
padding: 5px 15px 5px 15px;
border-radius: 5px;
width: 100%;
color: #fff;
display: block;
text-align: center;
margin-bottom: 10px;
} .btn-app {
align-items: center;
background-clip: padding-box;
background-color: #fa6400;
border: 1px solid transparent;
border-radius: .25rem;
box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 600;
justify-content: center;
line-height: 1.25;
margin: 0;
min-height: 3rem;
padding: calc(.875rem - 1px) calc(1.5rem - 1px);
position: relative;
text-decoration: none;
transition: all 250ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
width: auto;
}
.btn-app:hover,
.btn-app:focus {
background-color: #fb8332;
box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.btn-app:hover {
transform: translateY(-1px);
}
.btn-app:active {
background-color: #c85000;
box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
transform: translateY(0);
}
.buy-from-app{
color: #c43c35;
}
.redux-container #redux-header .display_header {
float: right !important;
}
.redux-main .button{
margin-right: 3px;
}