.custom-floating-banner {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
display: flex;
gap: 28px;
align-items: center;
justify-content: center;
padding: 9px 0;
background-image:url(//thumbpress.co/wp-content/plugins/floating-bar/assets/images/summer-sale.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.custom-floating-banner h3,
.custom-floating-banner p {
display: inline-block;
}
.custom-floating-banner .title {
font-family: 'Fugaz One', sans-serif;
color: #ffffff;
font-size: 32px;
line-height: 30px;
text-shadow: 0px 4px 0px #005BA8;
}
.custom-floating-banner .subtitle {
color: #33009A;
text-shadow: 0px 2px 0px #248ADF;
font-family: 'Inter', sans-serif;
font-size: 19px;
font-style: italic;
font-weight: 600;
line-height: normal;
margin-bottom: 0;
}
.custom-floating-banner .second {
display: flex;
gap: 88px;
align-items: center;
}
.custom-floating-banner .discount {
color: #33009A;
text-align: center;
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 0;
}
.custom-floating-banner .discount span {
color: #FF0;
text-align: center;
text-shadow: 0px 3px 0px #005EAD;
font-family: 'Sonsie One';
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
vertical-align: middle;
}
.custom-floating-banner .counter {
display: flex;
gap: 15px;
}
.custom-floating-banner .counter .sec,
.custom-floating-banner .counter .min,
.custom-floating-banner .counter .hrs,
.custom-floating-banner .counter .day
{
background-color: #ffffff;
width: 44px;
height: 44px;
border-radius: 2px;
text-align: center;
display: flex;
flex-direction: column;
}
.custom-floating-banner .cta a {
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
background: #FF873A;
box-shadow: 0px 5px 0px 0px #C7682B;
width: 126px;
height: 39px;
color: #000000;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
text-decoration: none;
}
.custom-floating-banner .cta a:hover {
background: #FFA165;
box-shadow: 0px 5px 0px 0px #FFA165;
}
.custom-floating-banner .counter p {
display: block;
color: #33009A;
font-family: 'Roboto';
font-size: 18px;
font-weight: 700;
margin-bottom: 0;
}
.custom-floating-banner .counter span {
color: rgba(51, 0, 154, 0.70);
font-family: 'Roboto';
font-size: 10px;
font-weight: 400; margin-top: -5px;
}#primary.easykb-doc {
background: #fff;
padding: 20px;
display: grid;
grid-template-columns: 2fr 5fr;
gap: 20px;
}
.mobile #primary.easykb-doc {
display: inherit;
}
.mobile #easykb-doc-sidebar {
margin-bottom: 20px;
}
.easykb-docs-list,
.easykb-docs-result {
margin: auto;
list-style: none;
}
.easykb-docs-category {
margin-bottom: 5px;
}
.easykb-docs-category-title {
cursor: pointer;
background: #f3f3f3;
padding: 15px 20px;
border-radius: 4px;
font-size: 16px;
}
.easykb-doc-single {
border-bottom: 1px solid #f3f3f3;
padding: 10px 15px;
}
.easykb-doc-single:last-child {
border-bottom: 0px solid #f3f3f3;
padding-bottom: 10px;
}
#easykb-doc-title {
margin-bottom: 10px;
border-bottom: 1px solid #ededed;
padding-bottom: 10px;
margin-top: 10px;
}
.easykb-doc-single.active {
font-weight: 600;
}
#easykb-doc-search {
margin-bottom: 20px;
}
#search-wrapper {
position: relative;
width: 100%;
}
#easykb-search-input {
width: 100%;
padding-right: 30px;
box-sizing: border-box;
}
#easykb-search-icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 16px;
color: #999;
cursor: pointer;
}
#easykb-rating-wrap {
display: flex;
gap: 10px;
justify-content: center;
align-items: center;
margin-top: 20px;
}
#easykb-rating-wrap p {
margin-bottom: inherit;
font-weight: 600;
}