
/*
SCI BLACK FRIDAY LANDING - AE 2023
eSTERLING LIMITED
 */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');

body{
    background-image: url(../assets/main-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color:#000;
    color:white;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}
.bf-top{
    text-align: center;
    padding:50px 0 0 0
}
.bf-top img{
    max-width: 300px;
}
.banner {
    background-color: rgba(0, 0, 0, 0.6);
    padding:20px 0;
}
.banner-borders{
    width: 100%;
}
.banner h3 span{
    color:#154979
}
.countdown-timer{
    color:rgba(0, 0, 0, 0.1);
    padding:0px;
    margin:0px;
    margin-top:-50px;
    pointer-events: none; cursor: pointer;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
    color:white;
}
h3 strong{
    color:#023F79;
    font-weight: normal;
}
.bg-title-img{
    max-width:90%;
    margin-bottom:50px
}
.sort a{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color:white;
    text-decoration: none;
    font-size:1.2rem;
    padding:15px 40px;
    border-radius: 7px;
    background-color:#256099;
    transition: all 0.5s;
}
.sort a:hover{
    background-color: #FFC300;
    color:#5F4900
}
.active-sort-btn{
    background-color: #FFC300 !important;
    color:#5F4900 !important;
}

.main-search{
    padding:16px 20px;
    border-radius: 7px;
    border:0;


}
input[type=submit]{
    background-color: #154979;
    padding:16px 38px;
    border-radius: 7px;
    border:2px #154979 solid;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color:white;
    margin-left:10px;
}
.card{
    background:rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-bottom:50px;
}
.card-body{
    padding:40px 20px;
    color:white;
}
.text-success{
    font-weight: 400;
}
.card-title{
    min-height:100px;

}
.card-title a{
    font-size:1.5rem;
    color:white;
    text-decoration: none;
}
a.product-controls{
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #023F79;
    padding:12px 22px;
    border: 7px;
    font-size: 0.9rem;
    font-weight:400;
    transition: all 0.5s;
}
a.product-controls:hover{
    -webkit-box-shadow: 0 0 50px 0 #0061bc;
    box-shadow: 0 0 50px 0 #0061bc;
    transition: all 0.5s;
}
.product-basket{
    color:#5F4900;
    text-transform: uppercase;
    text-decoration: none;
    background-color:#FFC300;
    padding:12px 22px;
    border: 7px;
    font-size: 0.9rem;
    font-weight:400;
    transition: all 0.5s;
}
.product-basket:hover{
    -webkit-box-shadow: 0 0 50px 0 #FFC300;
    box-shadow: 0 0 50px 0 #FFC300;
    transition: all 0.5s;
}
.price-title{
    padding:0px;
    margin:0px;
    color:#154979
}

.card{
    -webkit-box-shadow: 0 0 50px 0 rgba(2,52,101,0.95);
    box-shadow: 0 0 50px 0 rgba(2,52,101,0.95);
    transition: all 0.5s;
}
.card:hover{
    -webkit-box-shadow: 0 0 50px 0 rgb(41, 129, 216);
    box-shadow: 0 0 50px 0 rgb(41, 129, 216);
    transition: all 0.5s;
}
.product-label{
    position: absolute;
    background:#bc1f35;
    color:white;
    right:0px;
    padding:5px 10px;
    font-weight: 400;
    font-size:0.9rem;
    border-top-right-radius: 4px;
}
.b-red{
    color:#bc1f35!important;
}
footer{
    background:#000;
    background-image: url(../assets/footer-bg.png);
    color:white;
    min-height:400px;

}
.ticker-wrapper{
    background:#023F79;
    font-family: 'Oswald', sans-serif;
    margin-top:50px;
    font-size: 1.3rem;
    font-weight: 400;
}
/* eocjsNewsticker v0.7.2 */

.eocjs-newsticker {
    padding: 20px 0;
}

.eocjs-newsticker .eocjs-newsticker-container {
    position: relative;
    height: 24px;
    overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
}

.eocjs-newsticker-loader {
    position: absolute;
    left: calc(50% - 10px);
    top: 2px;
    width: 20px;
    height: 20px;
    display: block;
    border: 3px solid #555555;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: eocjs-newsticker-spin .75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
    to {
        transform: rotate(360deg);
    }
}
.product{
    transition: all 0.5s;

}
.product:hover {

    transition: all 0.5s;
    margin-top:-50px;

}
.down{
    margin-top:30px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
