/* latin-ext */
@font-face {
  font-family: 'Nerko One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/Nerko_One/NerkoOne.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nerko One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/Nerko_One/NerkoOneV2.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.nadpis{
  font-family: 'Nerko One', cursive !important;
}


.table-vc td, .table-vc th{
    vertical-align: middle;
}

.table-vc th{
    position:sticky;
    top: 0 ;
}

#logo-image{
  position:fixed;
  top:4px;
  left:20px;
  /*left: 50%; 
  transform: translate(-50%, 0%);*/
  z-index:  999;
}

#logo-image img{
    height: 65px;
}

@media only screen and (min-width: 992px) {
  #logo-image{
    position:fixed;top:10px;left:20px;
    transform: translate(0%, 0%);
  }

  #logo-image img{
    width: 100px;
  }
}

.loaderix {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loaderix::after,
.loaderix::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #FF3D00 #FF3D00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loaderix::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.login-width{
  width:50%;
}

@media only screen and (max-width: 992px) {
  .login-width{
    width:60%;
  }
}

@media only screen and (max-width: 576px) {
  .login-width{
    width:90%;
  }
}

/* CUSTOM SWITCH */

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #16aaff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #16aaff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* NO GLOW */


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #dee2e6;
  box-shadow: none;
  outline: 0 none;
}

@media only screen and (max-width: 767px) {
#login-wrapper{
    display: block !important;
}

#login-part{
    display: block !important;
    width: 100% !important;
}

#register-part{
    display: block !important;
    width: 100% !important;
}
}

/*** TABLE FOLD ON MOBILE ***/

.table-fold td img {
    height:35px;
}

.table-fold td.sum-cell{
    text-align: right;
}

@media  only screen and (max-width: 992px) {
    .table-fold thead th:not(:first-child) {
        display: none;
    }

    .table-fold td img {
        height:130px;
    }

    .table-fold thead th:not(:first-child) {
        display: none;
    }


    .table-fold th {
        display: block;
        width: 100% !important;
        border-bottom:none;
    }

    .table-fold td {
        display: block;
        width: 100% !important;
        text-align: right;
    }

    .table-fold  td[data-th]:before {
        content: attr(data-th);
        border-radius: 10px 0px 0px 10px;
        font-weight: bold;

        display: inline-block;
        float:left;
    }

    .btn-remove-item::after{
        content: " OdstrÃ¡niÅ¥";
    }

    .table-fold td.dummy-cell{
        display:none;
    }

    .table-fold tr::after {
      margin: bottom:8px;
    }
}


input[type=radio].nice-radio {
  display: none;
}
input[type=radio].nice-radio:not(:disabled) ~ label {
  cursor: pointer;
}
input[type=radio].nice-radio:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

label.nice-radio {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid #20df80;
  /*border-radius: 20px;*/
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
  color:gray;
}

input[type=radio].nice-radio:checked + label {
  background: #20df80; 
  color: white;
  box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75);
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
input[type=radio].nice-radio:checked + label::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #1dc973;
  content: "\f00c";
  font-size: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}



input[type=radio].nice-radio2 {
  display: none;
}
input[type=radio].nice-radio2:not(:disabled) ~ label {
  cursor: pointer;
}
input[type=radio].nice-radio2:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

label.nice-radio2 {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid #f1772e;
  /*border-radius: 20px;*/
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
  color:gray;
}

input[type=radio].nice-radio2:checked + label {
  background: #f1772e; 
  color: white;
  box-shadow: 0px 0px 20px rgb(255, 95.359, 0,0.75);
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
input[type=radio].nice-radio2:checked + label::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #f1772e;
  content: "\f00c"; /*ï€Œ*/
  font-size: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}



.form-floating-md>.form-control:focus~label,
.form-floating-md>.form-control:not(:placeholder-shown)~label{
  transform: scale(.7) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating-md>input {
    padding-top: 14px !important;
    padding-bottom: 8px !important;
    height: 48px !important;
}
.form-floating-md>label {
  padding-top: 11px !important;
  padding-bottom: 11px  !important;
}

.item-anchor{
  font-weight: 500;
  color:#00275B;
  text-decoration: none;
}

.item-anchor:hover{
  color:cornflowerblue;
  text-decoration: underline;
}

.upper{
  min-height:150px;
  margin-top:45px;
  padding-top:135px;
  background: rgb(206,220,194);
  background: -moz-linear-gradient(113deg, rgba(206,220,194,1) 0%, rgba(255,255,253,1) 17%, rgba(199,219,221,1) 44%, rgba(255,255,255,1) 83%, rgba(206,220,194,1) 100%);
  background: -webkit-linear-gradient(113deg, rgba(206,220,194,1) 0%, rgba(255,255,253,1) 17%, rgba(199,219,221,1) 44%, rgba(255,255,255,1) 83%, rgba(206,220,194,1) 100%);
  background: linear-gradient(113deg, rgba(206,220,194,1) 0%, rgba(255,255,253,1) 17%, rgba(199,219,221,1) 44%, rgba(255,255,255,1) 83%, rgba(206,220,194,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=" #cedcc2",endcolorstr="#cedcc2" ,gradienttype="1");
}

a.user-menu{
  min-width: 175px;
  background-color: #FFF;
  text-decoration: none;
  box-shadow: 0px 0px 3px #999;
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
  color:#666;
  font-weight:bold;
  cursor:pointer;
  display:inline-block;
  border:1px solid #FFF;
}

a.user-menu:hover{
  color:#0e6188;
  border:1px solid #014b6e;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;

}

img.img-circle{
  border-radius: 50%;
}

.hoverable:hover{
  background-color: rgba(0,0,0,.02);
}

.btn-blue{
  background-color: #014B6E !important;
  color:#FFF !important;
  border-radius: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-blue:hover{
  background-color: #071e29 !important;
}

.btn-purple{
  background-color: purple !important;
  color:#FFF !important;
  border-radius: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-purple:hover{
  background-color: #520352 !important;
}

.btn-outline-blue{
  border:2px solid #014B6E;
  background-color:#FFF;
  color:#014B6E;
  font-weight: bold !important;
  border-radius: 25px;
  padding-left:20px;
  padding-right:20px;
  min-width: 140px;
}

a.btn-outline-blue.active, a.btn-outline-blue:hover{
  background-color:#014B6E;
  color:#FFF;
}


.btn-outline-darkblue{
  border:2px solid #00324a;
  background-color:#FFF;
  color:#00324a;
  font-weight: bold !important;
  border-radius: 25px;
  padding-left:20px;
  padding-right:20px;
  min-width: 140px;
}

a.btn-outline-darkblue.active, a.btn-outline-darkblue:hover{
  background-color:#00324a;
  color:#FFF;
}

.blue-text{
  color:#014B6E;
}

.blue-link{
  color:#014B6E;
  text-decoration: none;
}

.blue-link:hover{
  color:#071e29 ;
  text-decoration: underline;
}

.white-link{
  color:#FFF;
  text-decoration: none;
  font-weight: bold;
}

.white-link:hover{
  color:gold ;
  /*text-decoration: underline;*/
}

.form-check-input-custom:checked{
  background-color: #014B6E;
  border-color: #014B6E;
}

/** SHAPES **/


.custom-shape-divider-bottom-1677534490 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1677534490 svg {
    position: relative;
    display: block;
    width: calc(158% + 1.3px);
    height: 25px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1677534490 .shape-fill {
    fill: #FFFFFF;
}

a.news-link{
  text-decoration: none;
  color:#333;
}

a.news-link:hover .bg-white{
  box-shadow: 0px 0px 4px rgba(0,0,0,.5);
}


ul.navbar-nav>li.nav-item> a{
  /*margin-top:28px;*/
  margin-left:20px;
  margin-right:20px;
  color:#014B6E;
  font-weight: bold;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1400px) {
  ul.navbar-nav>li.nav-item> a{
    margin-left:10px;
    margin-right:10px;
  }
}

@media only screen and (max-width: 1200px) {
  ul.navbar-nav>li.nav-item> a{
    margin-left:5px;
    margin-right:5px;
  }
}

@media only screen and (max-width: 992px) {
  ul.navbar-nav>li.nav-item> a{
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
  }

  ul.navbar-nav>li.nav-item> a:hover{
    background-color: rgba(1,75,110,0.05);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left:10px;
  }

  ul.navbar-nav>li.nav-item:first-of-type{
    padding-top:25px !important;
  }

}

#top-section{
  background-color:transparent;
  height: 242px;
  /*background-image: url('../assets/sky-new.png');*/
  background-position: top center;
  background-repeat: repeat-x;position: relative;"
}

@media only screen and (max-width: 992px) {

  #top-section{
    background-color:transparent;
    height: 210px;
    /*background-image: url('../assets/sky-new-sm.png');*/
    background-position: 0 -20px;
    background-repeat: repeat-x;position: relative;"
    background-size: 80% !important;
  }

}


@media only screen and (max-width: 1200px) {
  .mobile-blury{
    background-color: rgba(255,255,255,0.55) !important;
    padding:15px;

  }
}


#prevSlick,#nextSlick{
  background-color: transparent;
  color: #ffad09;
  border: none;
  font-size: 2rem;
}

a.category-item{
  text-decoration: none;
  color:#595959;
  text-transform: uppercase;
}

a.category-item:hover{
  color:#000;
}

a.category-item.active{
  text-decoration: underline;
}

div.screen-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2) !important;
    z-index: 9999;
}

.white{
  background-color: #FFF;
}

.green{
  color:#68ac01 !important;
}

.blue{
  color:#004C6D !important;
}

.red{
  color:#C20000 !important;
}

.yellow{
  color:#FFAD09 !important;
}


.striped-row{
  background-color: #f2f2f2;
}

.cart-link{
  color:#0D6EFD;
  text-decoration: none;
}

.cart-link:hover{
  text-decoration: underline;
}

.cart-link-yellow{
  color:#FFAD09 ;
  text-decoration: none;
}

.cart-link-yellow:hover{
  text-decoration: underline;
}

.cart-link-trash{
  color:gray ;
  text-decoration: none;
}

.cart-link-trash:hover{
  color:#C20000;
}

a.page-nav-link{
  color:#A6A6A6 !important;
  text-decoration: none;
  font-size: 1.1rem !important;
}

a.page-nav-link:hover{
  color:#FFAD09 !important;
}

@media only screen and (max-width: 992px) {

  ul.navbar-nav>li.nav-item> a.page-nav-link:hover{
    background-color: transparent !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left:0px !important;
  }

  ul.navbar-nav>li.nav-item:first-of-type{
    padding-top:25px !important;
  }

}