.simply-countdown-cyber > .simply-section {
     background: linear-gradient(135deg,rgba(111,83,47,.9),rgba(111,83,47,.95));
}

.simply-countdown-cyber>.simply-section .simply-amount {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(to bottom right,#ffffff,#ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 20px rgba(120,240,255,.3),0 0 40px rgba(120,240,255,.2);
    letter-spacing: -.02em;
    transform: translateZ(10px)
}

.simply-countdown-cyber>.simply-section::after {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg,#78f0ff,#ff5adc);
    border-radius: .5rem;
    z-index: -2;
    opacity: .15;
    filter: blur(4px);
    animation: 4s ease-in-out infinite pulse
}

.go-top {
    background: #f4a4bb !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}


.owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.owl-prev span, .owl-next span {
    font-size: 20px;
}

/*.owl-theme .owl-nav [class*=owl-]:hover {*/
/*    background: #fff;*/
/*}*/

.categories-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 24px !important;
    /*margin-top: 44px !important;*/
    /*line-height: 0;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
}
.categories-con .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #e1e1e2;
}
.categories-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-accent);
}
.categories-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 19px;
    height: 19px;
    top: 3px;
    position: relative;
    background-color: var(--e-global-color-accent);
}
.categories-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.categories-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.alert-danger p {
    font-size: 16px;
    color: #e74c4c;
    margin-bottom: 0 !important;
}
