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

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/*font-family: 'Ubuntu', sans-serif;*/
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fefefe;
    color: #222222;
}

@media (max-width: 320px) {
    .uk-logo {
        font-size: 1.1rem !important;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #00a7c7 !important;
        text-decoration: none;
        }
        .uk-text-medium {
            font-size: 0.85rem;
            line-height: 1.0;
        }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1,
  .uk-h1 {
    font-size: 2.625rem !important;
        line-height: 1.35 !important;
  }
  h2,
  .uk-h2 {
    font-size: 2rem !important;
        line-height: 1.5 !important;
  }
    .uk-text-medium {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}
    




.uk-logo {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333333 !important;
    text-decoration: none;
}

.uk-navbar-default{
    background-color: #fefefe !important;
}

.uk-background-primary {
    background: rgb(6,14,37);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(6,14,37,1)), to(rgba(0,167,200,1)));
    background: -webkit-linear-gradient(90deg, rgba(6,14,37,1) 0%, rgba(0,167,200,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(6,14,37,1) 0%, rgba(0,167,200,1) 100%);
    background: -o-linear-gradient(90deg, rgba(6,14,37,1) 0%, rgba(0,167,200,1) 100%);
    background: linear-gradient(90deg, rgba(6,14,37,1) 0%, rgba(0,167,200,1) 100%);
}

.uk-background-secondary {
    background: rgb(51,0,0);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(51,0,0,1)), to(rgba(51,51,51,1)));
    background: -webkit-linear-gradient(90deg, rgba(51,0,0,1) 0%, rgba(51,51,51,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(51,0,0,1) 0%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(90deg, rgba(51,0,0,1) 0%, rgba(51,51,51,1) 100%);
    background: linear-gradient(90deg, rgba(51,0,0,1) 0%, rgba(51,51,51,1) 100%);
}

.uk-background-info {
        background-color: #9bcedf !important;
    
}


.uk-background-muted {
       /* background-color: #f3e9e7 !important;*/
       background-color: #efefef !important;
}

.uk-background-success {
        background-color: #6c7b2a;
}

.uk-background-warm {
        background-color: #f7742e;
}


.uk-navbar-dropdown-nav > li.uk-active > a {
    color: #333;
    font-weight:bold;
}



.uk-section-primary {
    background: #00a7c7 !important;
}
.uk-button-primary {
    background-color: #00a7c7 !important;
    color: #fff !important;
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #3e4f5b !important;
    color: #fff;
}

.uk-section-info {
    background: #9bcedf !important;
}

.uk-button-info {
    background-color: #9bcedf !important;
    color: #666666 !important;
}

.uk-button-info:hover, .uk-button-info:focus {
    background-color: #9ab5cb !important;
    color: #333333 !important;
}

.uk-link {
    color: #00a7c7 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.uk-text-primary {
    color: #00a7c7 !important;
}

.uk-text-info {
    color: #9ab5cb !important;
}

.uk-text-success {
        color: #6c7b2a;
}

.uk-section-muted {
    background: #efefef !important;
}


.uk-navbar-nav > ul  {

}

.uk-navbar-nav > li.uk-active, .uk-navbar-nav > li:hover, .uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li:hover > a  {
    /*background:#9bcedf;*/
    border-bottom: 2px solid #f7742e;
    color: rgba(0, 0, 0, 1) !important;
}

.uk-navbar-nav > li > a {
    color: #333333 !important;
    font-size: 1rem !important;
    font-weight:600;
    border-bottom: 2px solid transparent;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {
    /*color: rgba(255, 255, 255, 1) !important;*/
    outline: none !important;
}

.uk-subnav > * > :first-child {
    font-size: 0.9rem !important; 
    text-transform: none !important;  
}

.uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child {
    color: #f3e9e7 !important;
}

.uk-light .uk-subnav > * > a:hover, .uk-light .uk-subnav > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav > * > a:focus, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > * > a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > * > a:focus, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:focus, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > * > a:focus, .uk-overlay-primary .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:focus, .uk-offcanvas-bar .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:focus {
    color: #ffffff !important;
    text-decoration:none;

}

.uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo, .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo, .uk-overlay-primary .uk-logo, .uk-offcanvas-bar .uk-logo {
    color: rgba(255, 255, 255, 0.9) !important;
}

.uk-light .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary.uk-card-body .uk-iconnav > * > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus, .uk-overlay-primary .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:focus, .uk-offcanvas-bar .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:focus {
    color: rgba(255, 255, 255, 1) !important;
}

.uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a {
    color: rgba(255, 255, 255, 0.9) !important;
}

.uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link, .uk-overlay-primary .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
    color: rgba(255, 255, 255, 1);
}



.uk-card-primary {
    background: #00a7c7 !important;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

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

.uk-card-bordered:hover {
    background: #fff;
    box-shadow: none;
    border:1px solid #cccccc;
}

.uk-button {
    text-transform: none !important;
}


.uk-background-defaultgray {
    background-color: #fcfcfc;
}

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

.uk-padding-xxsmall {
    padding: 3px;
}

.uk-fieldset {
    border: none !important;
    margin: 0;
    padding: 0;
}

.uk-button-secondary {
    background-color: #26323a !important;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-success {
    background-color: #6c7b2a;
    color: #fff !important;
    border: 1px solid transparent;
}

.uk-button-success:hover, .uk-button-success:focus {
    background-color: #616e26;
    color: #fff;
    border: 1px solid #616e26;
}

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

.uk-overlay-primary {
    background: rgba(71, 90, 104, 0.7) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

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

.uk-overlay-info {
    background: rgba(163, 191, 215, 1) !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

.uk-slidenav {
    background: rgba(255, 255, 255, 0.5) !important;
    color: rgba(0, 0, 0, 0.8) !important;
    outline: none;
}

.uk-slidenav:hover, .uk-slidenav:focus {
    background: rgba(129, 136, 133, 1) !important;
    color: rgba(0, 0, 0, 1) !important;
    outline: none;
}

.uk-table-small th, .uk-table-small td {
    padding: 5px 10px !important;
}

.uk-table-xsmall th, .uk-table-xsmall td {
    padding: 3px 5px;
}

#mse2_selected_wrapper {
    min-height: 0em !important;
    margin: 0 !important;
}

.product{
overflow:hidden;
}


.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #f7742e !important;
}

/*
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #f7742e !important;
}
*/

.ui-widget-header {
    border: 1px solid #E5E5E5 !important;
    background: #9bcedf !important;
    color: #222 !important;
    font-weight: bold;
}

/*
.uk-dotnav > * > * {
    border-radius: 0% !important; 
}


.uk-dotnav > .uk-active > * {
    background-color: #9bcedf;
    border-color: #000000;
}
*/

.uk-text-lead-xl {
        font-size: 4.625rem;
}

.uk-light .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
    color: rgba(255, 255, 255, 0.9); 
}

.tagnew{
left: 0px;
/*transform: rotate(-45deg);*/
width: 70px;
position: absolute;
top: 0px;
z-index: 100;
}

.tagnew:after{
content: '';
    position: absolute;
    width: 18px;
    height: 100%;
    transform: skew(-15deg);
    right: -10px;
    top: 0;
    background-color: inherit;
    z-index: 0;
}

.tagnew{
background: #f7742e 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: 80px;
position: absolute;
bottom: 0px;
z-index: 100;
}

.tagsale{
background: #FFD800 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: 0px;
/*transform: rotate(45deg);*/
width: 70px;
position: absolute;
bottom: 0px;
z-index: 100;
}

.tagtop:before{
content: '';
    position: absolute;
    width: 18px;
    height: 100%;
    transform: skew(-15deg);
    left: -10px;
    bottom: 0;
    background-color: inherit;
    z-index: 0;
}

.tagtop{
background: #00a7c7 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;

}

.tagtax{
right: 0px;
/*transform: rotate(45deg);*/
width: 70px;
position: absolute;
top: 0px;
z-index: 100;
}

.tagtax:before{
content: '';
    position: absolute;
    width: 18px;
    height: 100%;
    transform: skew(15deg);
    left: -10px;
    top: 0;
    background-color: inherit;
    z-index: 0;
}

.tagtax{
background: red 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{
left: 0px;
/*transform: rotate(-45deg);*/
width: 70px;
position: absolute;
bottom: 0px;
z-index: 100;
}

.taghot:after{
content: '';
    position: absolute;
    width: 18px;
    height: 100%;
    transform: skew(15deg);
    right: -10px;
    top: 0;
    background-color: inherit;
    z-index: 0;
}

.taghot{
background: #f7742e 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: 0px;
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: 0px;
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;
}

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

.tagphotosale{
background: #00a7c7 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;
}


.pricelabel {
    right: 0px;
    /* transform: rotate(-45deg); */
    width: 80px;
    /* position: absolute; */
    /* bottom: 0px; */
    /* z-index: 100; */
}

.pricelabel:before{
content: '';
    position: absolute;
    width: 18px;
    height: 100%;
    transform: skew(-15deg);
    left: -10px;
    top: 0;
    background-color: inherit;
    z-index: 0;
}

.pricelabel {
    background: #9bcedf none repeat scroll 0% 0%;
    display: block;
    /* height: 30px; */
    /* font-weight: bold; */
    /* font-size: 14px; */
    line-height: 48px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}



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

.uk-button-blue {
    background-color: #9bcedf;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-blue:hover, .uk-button-blue:focus {
    background-color: #9bb5cc;
    color: #fff;
}


.uk-button-gray {
    background-color: #817e85;
    color: rgba(0, 0, 0, 0.8) ;
    border: 1px solid transparent;
}

.uk-button-gray:hover, .uk-button-gray:focus {
    background-color: #767379;
    color: rgba(0, 0, 0, 0.8) ;
}


.uk-button-warm {
    background-color: #f7742e;
    color: rgba(255, 255, 255, 0.8) ;
    border: 1px solid transparent;
}

.uk-button-warm:hover, .uk-button-warm:focus {
    background-color: #fda561;
    color: rgba(255, 255, 255, 1.0) ;
}

.uk-button-danger {
    background-color: #f7742e;
    color: rgba(255, 255, 255, 1.0) ;
    border: 1px solid transparent;
}

.uk-button-danger:hover, .uk-button-danger:focus {
    background-color: #f87c3a;
    color: rgba(255, 255, 255, 1.0) ;
}


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

.uk-navbar-item {
    color: #333;
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    padding: 0 10px !important;
}


/*
* + hr, * + .uk-hr {
    margin-top: 10px !important;
}

hr, .uk-hr {
    overflow: visible;
    text-align: inherit;
    margin: 10px 0 10px 0 !important;
    border: 0;
    border-top: 1px solid #e5e5e5;
}
*/


a, .uk-link {
    color: #00a7c7;
    text-decoration: none;
    cursor: pointer;
}

.uk-text-danger {
    color: #f7742e !important;
}


.uk-text-semibold {
    font-weight: 600;
}
