/* ========================================================================
   Custom: Styles
 ========================================================================== */


.product{
overflow:hidden;
}

.tagnew{
left: -35px;
transform: rotate(-45deg);
width: 130px;
position: absolute;
top: 10px;
z-index: 100;
}

.tagnew{
background: #33cc99 none repeat scroll 0% 0%;
display: block;
height: 30px;
font-weight: 300;
font-size: 14px;
line-height: 30px;
color: #FFF;
text-align: center;
text-transform: uppercase;

}

.tagsale{
left: -35px;
transform: rotate(45deg);
width: 130px;
position: absolute;
bottom: 10px;
z-index: 100;
}

.tagsale{
background: #ff0033 none repeat scroll 0% 0%;
display: block;
height: 30px;
font-weight: 300;
font-size: 14px;
line-height: 30px;
color: #FFF;
text-align: center;
text-transform: uppercase;

}

.tagtop{
right: -35px;
transform: rotate(45deg);
width: 130px;
position: absolute;
top: 10px;
z-index: 100;
}

.tagtop{
background: #f6004b none repeat scroll 0% 0%;
display: block;
height: 30px;
font-weight: 300;
font-size: 14px;
line-height: 30px;
color: #FFF;
text-align: center;
text-transform: uppercase;

}


.taghot{
right: -35px;
transform: rotate(-45deg);
width: 130px;
position: absolute;
bottom: 10px;
z-index: 100;
}

.taghot{
background: #faa05a none repeat scroll 0% 0%;
display: block;
height: 30px;
font-weight: 300;
font-size: 14px;
line-height: 30px;
color: #fff;
text-align: center;
text-transform: uppercase;

}

.tagarchive{
right: -15px;
transform: rotate(-45deg);
width: 130px;
position: absolute;
bottom: 10px;
z-index: 100;
}

.tagarchive{
background: #f6004b none repeat scroll 0% 0%;
display: block;
height: 30px;
font-weight: 300;
font-size: 14px;
line-height: 30px;
color: #FFF;
text-align: center;
text-transform: uppercase;

}

.tagfuture{
right: -35px;
transform: rotate(-45deg);
width: 130px;
position: absolute;
bottom: 10px;
z-index: 100;
}

.tagfuture{
background: #f6004b none repeat scroll 0% 0%;
display: block;
height: 30px;
font-weight: 300;
font-size: 14px;
line-height: 30px;
color: #FFF;
text-align: center;
text-transform: uppercase;

}

.tagcustom {
    left: -40px;
    transform: rotate(-45deg);
    width: 180px;
    position: absolute;
    top: 35px;
    z-index: 100;
}

.tagcustom{
display: block;
height: 30px;
font-weight: 300;
font-size: 14px;
line-height: 30px;
color: #FFF;
text-align: center;
}

.uk-card-bordered {
    background: transparent;
    color: #333;
    box-shadow: none;
    border:1px solid #E5E5E5;
}

.uk-card-default {
    background: #fff;
    color: #333 !important;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.uk-text-custom {
    color: #06346C !important;
}

.justifyleft{
    text-align: left;
}

.justifyright{
    text-align: right;
}

.justifyfull{
    text-align: justify;
}

.uk-container-medium {
    max-width: 1200px;
}

 .uk-padding-xsmall {
    padding:7px;
}

.uk-button-white{
    border: 1px solid #cccccc;
    background: #fefefe !important; 
}

.uk-button-red{
    background-color: #CC000D;
    color: #fff !important; 
    border: 1px solid transparent;
}

.uk-button-red:focus, .uk-button-red:hover {
    background-color: #c2030f;
    color: #fff !important; 
}



.uk-background-red{
    background-color: #CC000D;
}


@media (max-width: 960px){

    .uk-heading-large {
        font-size: 2.4rem;
        line-height: 1;
        margin-top: 20px;
    }
    
    .uk-text-large {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .uk-heading-small {
        font-size: 1.6rem;
        line-height: 1;
    }
    
    .uk-countdown-number {
        font-size: 5rem !important;
    }

}

@media (min-width: 960px){
    .uk-countdown-number {
        font-size: 4rem !important;
    }
}

@media (max-width: 640px){
    .uk-countdown-number {
        font-size: 1.4rem !important;
    }
}

.font-animation-01 {
    background: linear-gradient(227deg, #00a3e2, #8f829a, #00498c);
    background-size: 600% 600%;
    
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

    -webkit-animation: title-font-anim-gradient 19s ease infinite;
    -moz-animation: title-font-anim-gradient 19s ease infinite;
    -o-animation: title-font-anim-gradient 19s ease infinite;
    animation: title-font-anim-gradient 19s ease infinite;
}

@-webkit-keyframes title-font-anim-gradient {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@-moz-keyframes title-font-anim-gradient {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@-o-keyframes title-font-anim-gradient {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@keyframes title-font-anim-gradient {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}


.uk-subnav>*>:first-child {
    display: block;
    color: #ddd !important;
    font-size: .900rem;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
    border-bottom: 1px solid transparent;
}

.uk-subnav>*>a:focus, .uk-subnav>*>a:hover {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.uk-subnav > li.uk-active > a {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #CC000D !important;
    text-decoration: underline;
}

.uk-button-text-white:focus::before, .uk-button-text:hover::before {
    right: 0;
}

.uk-button-text-white::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #fff;
    transition: right .3s ease-out;
}


.uk-overlay-secondary {
    background: rgba(0, 0, 0, 0.7) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.uk-tab>*>a {
    display: block;
    text-align: center;
    padding: 10px !important;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
}

.uk-tab>.uk-active>a {
    color: #fff !important;
    background-color: #C2030F !important;
}

