:root {
    --hn-color-hightlight: #ea0000;
}

.quick-action-group {
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
}

.quick-action-group ul li {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}

.quick-action-group ul li>a {
    text-align: left;
    width: 40px;
    height: 40px;
    margin: 10px;
    display: block;
}

.quick-action-group ul li i {
    width: 40px;
    height: 40px;
    background: #189eff;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 1020;
}

.quick-action-group a.has-tooltip span.tooltip-field::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-left: 10px solid #ea0000;
    position: absolute;
    right: -10px;
    top: 10px
}

.quick-action-group a.has-tooltip:hover span.tooltip-field {
    display: block
}

.quick-action-group a.has-tooltip span.tooltip-field {
    position: absolute;
    top: -20px;
    right: 0;
    border-radius: 2px;
    text-align: center;
    background: #189eff;
    padding: 9px;
    display: none;
    width: 210px;
    margin-left: 10px;
    color: #fff;
    z-index: 999;
    transition: all .2s ease-in-out 0s;
    -moz-animation: headerAnimation .7s 1;
    -webkit-animation: headerAnimation .7s 1;
    -o-animation: headerAnimation .7s 1;
    animation: headerAnimation .7s 1
}

a.has-tooltip .center-left-wrap {
    position: relative;
    top: -50%;
    left: -50%;
    width: 1px;
    height: 1px;
}

a .center-wrap {
    position: relative;
    top: -50%;
    left: 50%;
    width: 1px;
    height: 1px;
}

.quick-action-group .cart-icon {
    padding: 6px;
    width: 40px;
    max-width: 40px;
    background: #ea0000;
    border-radius: 50%;
    height: 40px;
}

.quick-action-group .cart-icon .cart-quantity {
    font-size: 1.3rem;
    line-height: 1.6rem;
    background-color: #ddc702;
    top: -10px;
    right: -10px;
}

.quick-action-group .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
    z-index: 950;
    position: absolute;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #32a9ff;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
    right: -10px
}

.quick-action-group .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -25px;
    right: -24px;
    position: absolute;
    z-index: 950;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")"
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.quick-action-group .zoomIn {
    animation-name: zoomIn
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.quick-action-group .pulse {
    animation-name: pulse
}

.quick-action-group .animated.infinite {
    animation-iteration-count: infinite
}

.quick-action-group .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.quick-action-group .animated.infinite {
    animation-iteration-count: infinite
}

.quick-action-group .animated.hinge {
    animation-duration: 2s
}

.quick-action-group .animated.flipOutX,
.quick-action-group .animated.flipOutY,
.quick-action-group .animated.bounceIn,
.quick-action-group .animated.bounceOut {
    animation-duration: .75s
}

.mb-1 {
    margin-bottom: 10px !important;
}

.quick-action-group .support-group {
    overflow: hidden;
    opacity: 0;
    display: flex;
    height: 0;
    transition: height .5s ease-out, opacity .5s ease-out;
    -webkit-transition: height .5s ease-out, opacity .5s ease-out;
    -moz-transition: height .5s ease-out, opacity .5s ease-out;
    -ms-transition: height .5s ease-out, opacity .5s ease-out;
    -o-transition: height .5s ease-out, opacity .5s ease-out;
}

.quick-action-group .support-group.show {
    overflow: visible;
    opacity: 1;
    display: flex;
    height: 60px;
    transition: height .5s ease-out, opacity .5s ease-out;
    -webkit-transition: height .5s ease-out, opacity .5s ease-out;
    -moz-transition: height .5s ease-out, opacity .5s ease-out;
    -ms-transition: height .5s ease-out, opacity .5s ease-out;
    -o-transition: height .5s ease-out, opacity .5s ease-out;
}

.bg-highlight {
    background: var(--hn-color-hightlight) !important;
}

.border-c-highlight {
    border-color: var(--hn-color-hightlight) !important;
}

.banner-content__text{
    font-size: 16px;
}