@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600;700&display=swap');
@import url('font-linearicons.css'); /* https://linearicons.com/free */
@import url('nomisma-embedded.css?v4'); /* https://fontello.com/ */

body {
  font-family: 'Jost', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 400;
  background: #000 url(../images/body-bg.jpg) top center repeat;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  min-height: 0px !important;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
h2 {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase;
}
h3 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  color: #feb406;
  font-weight: 600 !important;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
strong {
  font-weight: 700;
}
a, a:active:focus:link:visited {
  text-decoration: none;
  color: #feb406;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
ul, ol {
  margin-left: -20px;
}
li {
  margin-bottom: 6px;
}
ul.glypList, ol.glypList {
  list-style-type: none;
}
ul.glypList > li:before {
  content: "\e876";
  font-family: 'Linearicons-Free';
  font-size: 12px;
  color: #feb406;
  float: left;
  margin-left: -22px;
}
input[type="text"], input[type="number"], input[type="password"] {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  border: 1px solid #626262;
  color: #000;
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea {
  padding: 8px 15px !important;
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #626262;
  font-size: 16px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
select.form-control {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  border: 1px solid #626262;
  color: #000;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="submit"], button, a.button {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  background: transparent !important;
  padding: 0 20px;
  margin: 0;
  color: #feb406;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #feb406;
  outline: none;
  -webkit-transition: all 660ms ease 0s;
  -moz-transition: all 660ms ease 0s;
  transition: all 660ms ease 0s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover {
  background: #feb406 !important;
  color: #fff;
}
.form-control:focus {   
  border: 1px solid #feb406 !important;
  box-shadow: none;
  outline: none;
  /* box-shadow: 0 0 24px -3px #ccc; */
}
.has-error .form-control, .has-error .form-control:focus {
  border-color: #cc120e !important;
  color: #cc120e !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .checkbox, .has-error .radio {
  color: #5a5c5f;
}
.has-error .checkbox .cr, .has-error .radio .cr {
  border-color: #cc120e;
}
.form-group.required label:after {
  content: " *";
  color: #cc120e;
}
.item-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 60%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.popover {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(255, 255, 255, .2);
  box-shadow: 0 5px 10px rgba(255, 255, 255, .2);
}
.popover-content {
  min-width: 200px;
  padding: 0;
}
#earnsum-popover .topsum-total {
  display: block;
  padding: 9px 10px;
}
#earnsum-popover .topsum-czk {
   color: #feb406;
   font-size: 140%;
}
#earnsum-popover .middlesum-holder {
   display: block;
   margin-bottom: 8px;
}
#earnsum-popover .middlesum-block {
   display: block;
}
#earnsum-popover .middlesum-header {
   display: block;
   background: rgba(254,180,6,0.2);
   padding: 4px;
   margin-bottom: 6px;
   border-top: 1px solid #feb406;
   border-bottom: 1px solid #feb406;
}
#earnsum-popover .middlesum-price {
  display: block;
  padding: 2px 10px;
}
#earnsum-popover .middlesum-price strong {
  color: #feb406;
}
.refGroup .input-group-addon {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
}
.refGroup .input-group-addon button {
  border: none !important;
  background: #feb406 !important;
  color: #fff !important;
  height: 52px !important;
  line-height: 52px !important;
  margin-left: -1px;
}
.refGroup .input-group-addon button:hover {
  opacity: 0.8;
}
.none {
  display: none;
}
.br {
  display: block;
}
.eu-cookies {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.80);
  font-size: 14px;
  line-height: 22px;
  z-index: 999;
}
.eu-cookies a {
  color: #fff;
  text-decoration: underline;
}
.eu-cookies a:hover {
  color: #fff;
}
.eu-cookies button {
  margin-top: 8px;
  background: #feb406 !important;
  color: #fff;
}
.eu-cookies button:hover {
  background: #333 !important;
  border-color: #333;
  color: #feb406;
}
.dropdown-menu {
  border-radius: 0 !important;
}
#header-holder {
  position: relative;
}
#header-holder #main-image {
  position: relative;
  border-bottom: 1px solid #474747;
}
#header-holder #main-image img {
  display: block;
  width: 100%;
}
#header-holder #main-image h2 {
  position: absolute;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  width: 80%;
  bottom: 4%;
  left: 50%;
  text-transform: none !important;
  margin: 0;
  transform: translate(-50%, 0%);
  /* text-shadow: rgba(255,255,255,0.40) 0px 0px 40px, rgb(0, 0, 0) 4px 0px 0px, rgb(0, 0, 0) 3.87565px 0.989616px 0px, rgb(0, 0, 0) 3.51033px 1.9177px 0px, rgb(0, 0, 0) 2.92676px 2.72656px 0px, rgb(0, 0, 0) 2.16121px 3.36588px 0px, rgb(0, 0, 0) 1.26129px 3.79594px 0px, rgb(0, 0, 0) 0.282949px 3.98998px 0px, rgb(0, 0, 0) -0.712984px 3.93594px 0px, rgb(0, 0, 0) -1.66459px 3.63719px 0px, rgb(0, 0, 0) -2.51269px 3.11229px 0px, rgb(0, 0, 0) -3.20457px 2.39389px 0px, rgb(0, 0, 0) -3.69721px 1.52664px 0px, rgb(0, 0, 0) -3.95997px 0.56448px 0px, rgb(0, 0, 0) -3.97652px -0.432781px 0px, rgb(0, 0, 0) -3.74583px -1.40313px 0px, rgb(0, 0, 0) -3.28224px -2.28625px 0px, rgb(0, 0, 0) -2.61457px -3.02721px 0px, rgb(0, 0, 0) -1.78435px -3.57996px 0px, rgb(0, 0, 0) -0.843183px -3.91012px 0px, rgb(0, 0, 0) 0.150409px -3.99717px 0px, rgb(0, 0, 0) 1.13465px -3.8357px 0px, rgb(0, 0, 0) 2.04834px -3.43574px 0px, rgb(0, 0, 0) 2.83468px -2.82216px 0px, rgb(0, 0, 0) 3.44477px -2.03312px 0px, rgb(0, 0, 0) 3.84068px -1.11766px 0px, rgb(0, 0, 0) 3.9978px -0.132717px 0px; */
}
.lineUp {
  position: relative;
  display: block;
  animation: anim-lineUp 2s ease-out;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(140%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(-14%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
#scroll-downs {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
#scroll-downs #mousey {
  width: 8px;
  padding: 2px 3px;
  height: 16px;
  border: 1px solid #feb406;
  border-radius: 8px;
  opacity: 0.75;
  box-sizing: content-box;
  animation: popScroll 4s infinite;
}
#scroll-downs #scroller {
  width: 3.5px;
  height: 4.5px;
  margin-left: 2px;
  border-radius: 25%;
  background-color: #feb406;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(8px); opacity: 0;}
}
@keyframes popScroll {
  10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#header-holder #navigation {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 9;
}
#navigation.fixed-theme {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  background: rgb(0,0,0,0.6);
  padding: 10px 0 !important;
  border-bottom: 1px solid #474747 !important;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  z-index: 99 !important;
}
.navbar {
  padding: 0 !important;
  margin-bottom: 0;
  border-radius: 0 !important;
  min-height: 1px;
}
.navbar-brand {
  height: auto !important;
  padding: 0 !important;
}
.navbar-brand img {
  max-width: 50px;
}
.navbar-collapse {
  padding: 0;
  overflow: initial !important;
}
.navbar-toggle {
  width: auto !important;
  min-width: auto !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  margin: 2px 0 0 0;
  font-size: 26px !important;
  line-height: 26px !important;
  color: #fff !important;
}
.navbar-toggle:hover {
  background: transparent !important;
  border: none !important;
  color: #feb406 !important;
}
.navbar-alink {
  display: none;
  float: right;
  margin: 6px 0 0 15px;
  font-size: 19px !important;
  line-height: 19px !important;
  color: #fff !important;
  text-decoration: none !important;
}
.navbar-alink:hover {
  background: transparent !important;
  border: none !important;
  color: #feb406 !important;
}
.navbar-blink {
  float: right;
  font-size: 22px;
  line-height: 54px;
  color: #fff !important;
  margin: 0 0 0 10px;
  text-decoration: none !important;
}
.navbar-blink:hover {
  background: transparent !important;
  color: #feb406 !important;
}
.navbar-blink .icon-logout, .navbar-blink .icon-login {
  font-size: 20px;
}
.navbar-right {
  margin-right: 0 !important;
}
.navbar-alink .lnr-cart {
  font-size: 20px !important;
  line-height: 18px !important;
  color: #fff !important;
  text-decoration: none !important;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle:hover .icon-bar {
  background: #feb406;
}
.nav > li {
  background: transparent;
  margin: 0;
}
.nav > li > a {
  padding: 0;
  line-height: 54px;
  color: #fff;
  margin: 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgb(0 0 0);
}
.nav > li > a:hover, .nav > li.active > a, .nav .open > a, .nav .open > a:hover,
.nav .open > a:focus, .nav .open > a:visited, .nav .open > a:link, .nav .open > a:active {
  background: transparent !important;
  color: #feb406 !important;
}
#navigation.fixed-theme .nav > li > a:hover, #navigation.fixed-theme .nav > li.active > a, 
#navigation.fixed-theme .nav .open > a, #navigation.fixed-theme .nav .open > a:hover,
#navigation.fixed-theme .nav .open > a:focus, #navigation.fixed-theme .nav .open > a:visited, 
#navigation.fixed-theme .nav .open > a:link, #navigation.fixed-theme .nav .open > a:active {
  background: transparent !important;
  color: #feb406 !important;
}
#navigation .currencyMenu {
  background: #2b2f35;
}
#navigation .currencyMenu li > a {
  color: #fff;
  font-size: 16px;
}
#navigation .currencyMenu li > a:hover {
  color: #feb406;
  background: transparent;
}
.content-holder {
  position: relative;
  padding: 60px 0; 
}
.subpage-holder .content-holder {
  padding-top: 100px; 
}
.content-holder .filter-button-group, .content-holder .filter-button-group-asc {
  position: relative;
  margin-bottom: 30px;
}
.content-holder .filter-button-group a, .content-holder .filter-button-group-asc a {
  display: inline-block;
  padding: 0 15px;
  color: #fff !important;
  text-decoration: none;
}
.content-holder .filter-button-group a:hover, .content-holder .filter-button-group a.active,
.content-holder .filter-button-group-asc a:hover, .content-holder .filter-button-group-asc a.active {
  color: #feb406 !important;
}
.product-holder {
  position: relative;
  border: 1px solid #474747;
  margin-bottom: 30px;
}
.product-holder {
  position: relative;
  border: 1px solid #474747;
  margin-bottom: 30px;
}
.product-holder .product-image {
  position: relative;
  display: block;
  height: 360px;
  border-bottom: 1px solid #474747;
  overflow: hidden;
}
.product-holder .product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-holder .product-image div.product-specification {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0,0,0,0.8);
  overflow: hidden;
  transition: .8s ease;
  z-index: 9;
}
.product-holder .product-image:hover div.product-specification {
  height: 100%;
}
.product-holder .product-image div.product-specification .product-specification-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-holder .product-image div.product-specification .product-specification-text strong {
  display: block;
  text-align: center;
  color: #feb406;
  font-size: 20px;
  line-height: 28px;
}
.product-holder .product-image div.product-specification .product-specification-text label {
  float: left;
  font-weight: 500;
}
.product-holder .product-description {
  padding: 10px;
}
.product-holder .product-description strong {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.product-holder .product-description small {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #626262;
}
.product-holder .product-description button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 30px;
  line-height: 30px;
}
.product-holder .gramsWeight, .product-holder .filterPrice {
  display: none;
}
.product-holder .normalPrice {
  color: #626262;
  display: block;
  line-height: 18px;
  min-height: 18px;
  text-decoration: line-through;
}
.product-holder .finalPrice {
  font-weight: bold;
}
#about-holder {
  position: relative;
  padding: 60px 0;
}
#about-holder img {
  border: 1px solid #474747;
}
#about-holder .lg-about-img {
  display: block;
  width: 100%;
  float: left;
  margin-right: 30px;
  max-width: 360px;
}
#whyus-holder {
  position: relative;
  padding: 40px 0;
  color: #feb406;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  background: rgba(0,0,0,0.6);
}
#whyus-holder strong {
  color: #fff;
}
#whyus-holder span.lnr {
  display: inline-block;
  width: 60px;
  float: left;
  font-size: 40px;
  line-height: 50px;
  margin-right: 20px;
  border-right: 1px solid #feb406;
}
#footer-holder {
  position: relative;
  padding: 60px 0 40px 0;
  background: #1a1a1a;
  border-top: 1px solid #474747;
}
#footer-holder footer p {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
}
#footer-holder p.copy {
  padding-bottom: 0px;
  padding-top: 6px;
  color: #606060;
  font-size: 12px;
  line-height: 16px;
}
#footer-holder p.copy a {
  color: #606060;
  font-size: 12px;
  line-height: 16px;
}
#footer-holder img {
  max-width: 140px;
  width: 100%;
}
#footer-holder h3 {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px 0;
}
#footer-holder ul.glypList a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
#footer-holder ul.glypList a:hover {
  color: #feb406;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
#footer-holder label {
  display: inline-block;
  width: 24px;
}
#footer-holder .fContact a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
#footer-holder .fContact a:hover {
  color: #feb406;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1400px) {
  .container-growup {
    width: 1370px !important;
  }
}
@media (min-width: 1600px) {
  .container-growup {
    width: 1570px !important;
  }
  #about-holder .lg-about-img {
    max-width: 330px !important;
  }
}
@media (min-width: 1800px) {
  .container-growup {
    width: 1770px !important;
  }
  #about-holder .lg-about-img {
    max-width: 300px !important;
  }
  #whyus-holder strong {
    font-weight: 600 !important;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  #footer-holder footer p {
    padding-left: 25px;
  }
  #about-holder .lg-about-img {
    max-width: 390px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  #whyus-holder {
    font-size: 15px;
    line-height: 26px;
  }
  #whyus-holder strong {
    font-weight: 600 !important;
  }
  #whyus-holder span.lnr {
    width: 50px;
    margin-right: 10px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  #whyus-holder {
    font-size: 14px;
    line-height: 22px;
  }
  #whyus-holder strong {
    font-weight: 500 !important;
  }
  #whyus-holder span.lnr {
    width: 50px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #whyus-holder {
    font-size: 13px;
    line-height: 22px;
  }
  #whyus-holder strong {
    font-weight: 400 !important;
  }
  #whyus-holder span.lnr {
    width: 50px;
    margin-right: 10px;
  }
  .product-holder .product-image div.product-specification .product-specification-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-holder .product-image div.product-specification .product-specification-text {
    font-size: 14px;
    line-height: 18px;
  }
  #header-holder #main-image h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #whyus-holder {
    font-size: 12px;
    line-height: 40px;
  }
  #whyus-holder span.lnr {
    width: 40px;
    font-size: 26px;
    line-height: 36px;
    margin-right: 10px;
    border-right: 1px solid #feb406;
  }
  #whyus-holder div.col-md-4 {
    margin: 12px 0;
  }
  #footer-holder p.copy, #footer-holder p.copy a {
    font-size: 12px;
    line-height: 16px;
  }
  #footer-holder img {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-center {
    text-align: center;
  }
  .eu-cookies {
    bottom: 140px;
  }
  #header-holder #main-image h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #whyus-holder div.col-md-4 {
    margin: 12px 0;
  }
  #whyus-holder strong {
    font-weight: 500;
    font-size: 14px;
  }
  #footer-holder p.copy, #footer-holder p.copy a {
    font-size: 10px;
    line-height: 14px;
  }
  #footer-holder .fContact a {
    font-size: 12px;
    line-height: 20px;
  }
  #footer-holder ul.glypList a {
    font-size: 12px;
    line-height: 16px;
  }
  #footer-holder h3 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {     
  .xs-center {
    text-align: center;
  }
  .br {
    display: none;
  }
  .eu-cookies {
    left: 0;
    bottom: 0;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  #scroll-downs {
    display: none;
  }
  #header-holder #navigation, #header-holder #navigation {
    padding: 6px 0 !important;
    background: rgb(0,0,0,0.6);
    border-bottom: 1px solid #474747 !important;
  }
  .navbar-alink {
    display: inline-block;
  }
  .navbar {
    overflow: hidden;
  }
  .navbar-brand img {
    max-width: 30px !important;
  }
  #navbar {
    margin-top: 14px;
  }
  .navbar-nav {
    margin: 0px -15px !important;
  }
  .navbar-collapse {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .nav > li > a {
    line-height: 45px;
    margin: 0 25px;
  }
  #header-holder #main-image {
    margin-top: 40px;
  }
  .content-holder, #about-holder, #whyus-holder {
    padding: 30px 0; 
  }
  .subpage-holder .content-holder {
    padding-top: 60px; 
  }
  .g-recaptcha {
    width: 306px;
    margin: auto;
  }
  #whyus-holder {
    font-size: 14px;
    line-height: 22px;
  }
  #whyus-holder span.lnr {
    line-height: 40px;
    width: 40px;
    float: left;
    font-size: 40px;
    margin-right: 6px;
    border-right: 0px;
  }
  #whyus-holder div.col-md-3 {
    clear: both;
    margin: 12px 0;
  }
  #whyus-holder strong {
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
  }
  #footer-holder img {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  #footer-holder footer p {
    padding-right: 0;
  }
  #footer-holder footer p.dropRight {
    padding-right: 0;
    padding-left: 0;
  }
}


/* ANIMATED CHECKBOXS
-------------------------------------------------- */
.radio label, .checkbox label {
  padding-left: 30px;
  width: 100%;
}
.checkbox label:after, 
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  margin-top: 4px;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 10%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}


/* PRELOADER
-------------------------------------------------- */
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #feb406;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f2c14f;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d8bb7a;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* RIGHT NAVIGATION + BASKET
-------------------------------------------------- */
.sidenav, .sidebasket {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #000;
  padding-top: 80px;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.4); 
  box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.4);
  z-index: 99999999999;
}
.sidebasket {
  z-index: 5 !important;
}
.sidenav .closebtn {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none !important;
}
.sidenav .closebtn:hover, .sidebasket .closebtn:hover {
  color: #feb406;
}
.sidenav ul {
  display: block;
  width: 240px;
  list-style: none;
  margin-left: -16px;
  overflow: hidden;
}
.sidenav ul.navbar-nav {
  display: block;
  width: auto !important;
  margin-left: 0px !important;
}
.sidenav ul.navbar-nav ul.currencyMenu {
  width: auto !important;
  margin-left: 2px !important;
}
.sidenav ul a {
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.sidenav li.active a, .sidenav ul a:hover {
  color: #feb406;
}
.sidebasket div {
  display: block;
  width: 200px;
  margin-left: 24px;
  overflow: hidden;
}
.sidebasket h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 22px;
}
.sidebasket .basket-btn {
  width: 100%;
}
.sidebasket em {
  color: #626262;
}
.sidebasket .sidebasket-product {
  clear: both;
  font-size: 14px;
  line-height: 18px;
  color: #626262;
}
.sidebasket .sidebasket-product img {
  display: block;
  width: 60px;
  border: 1px solid #474747;
  float: left;
  margin-right: 8px;
}
.sidebasket .sidebasket-product strong {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}
.yellow-text {
  font-weight: 700;
  color: #feb406;
  font-size: 20px;
  line-height: 28px;
}


/* BASKET
-------------------------------------------------- */
.ptable_th div {
  padding: 0 6px;
  line-height: 30px;
  color: #999;
}
.ptable_tr:hover .basket_price {
  font-weight: bold;
}
.ptable_tr div {
  padding: 6px;
}
.ptable_footer {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}
.ptable_footer div {
  padding: 6px;
  padding-top: 12px;
  font-weight: bold;
}
.ptable_footer div strong {
  font-size: 22px;
}
.basket_image {
  max-width: 50px
}
.basket_pmin i.fa, .basket_pplus i.fa {
  font-size: 32px;
  line-height: 52px;
  vertical-align: -6px;
  margin: 0 2px;
}
.basket_pnum {
  display: inline-block;
  width: 64px;
  text-align: center;
}
.basket_price {
  font-size: 20px;
  font-weight: normal;
  line-height: 50px;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.order_border_col {
  border-left: 1px dashed #fff;
}
.order_data label {
  text-align: left !important;
}
@media (max-width: 767px) {
  .basket_image {
    margin: auto;
    max-width: 80%;
  }
  .basket_buttons a {
    display: block;
    width: 100%;
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .order_border_col {
    border-left: none;
  }
}


/* MODAL
-------------------------------------------------- */
.modal-backdrop {
  background: #1a1a1a !important;
  opacity: 0.8 !important;
}
.modal-content {
  background: #000 url(../images/body-bg.jpg) top center repeat;
  border: none;
  border-radius: 0;
}
.modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  width: auto;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  text-shadow: none;
}
.modal-header .close:hover {
  color: #feb406;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.modal-header {
  border-color: #474747;
}
.modal-footer {
  border-color: #474747;
  background-color: #1a1a1a;
  color: #626262;
  text-align: center;
}
.modal-footer a {
  color: #626262;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.modal-footer a:hover {
  color: #feb406;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.modal-body .form-group button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.modal-title {
  font-size: 30px;
  line-height: 40px;
  margin: 15px 0 10px 0;
  color: #fff;
  font-weight: bold; 
  text-transform: uppercase;
}

.progress {
  height: 1px;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 0px;
}
.progress-bar {
  width: 0;
  height: 100%;
  background-color: #feb406;
  -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}


/* FLOATING LABELS
-------------------------------------------------- */
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-weight: normal;
  font-size: 70%;
  opacity: 0.9;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: 0.5em;
  left: 15px;
  z-index: 3;
  line-height: 1.1;
  padding: 0 1px;
  color: #000;
}
.has-float-label .form-control {
  padding-top: 10px;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: 0.8;
  top: 1em;
}
.has-float-label.has-error label {
  color: #cc120e;
}
.has-float-label.has-error input[type="text"] {
  color: #000 !important;
}
.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.has-float-label .form-control::-moz-placeholder {
  opacity: 0;
  transition: all .2s;
}
.has-float-label .form-control:-ms-input-placeholder {
  opacity: 0;
  transition: all .2s;
}
.has-float-label .form-control::placeholder {
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.input-group .has-float-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-group .has-float-label .form-control {
  width: 100%;
  border-radius: 0.25rem;
}
.input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}


/* ACCOUNT NAV
-------------------------------------------------- */
#accountNav {
  margin-left: -14px;
}
#accountNav > li {
  margin-bottom: 8px;
}
#accountNav > li.active > a, #accountNav > li.active > a:focus {
  border: 1px solid #feb406 !important;
  border-radius: 0 !important;
}
#accountNav > li.active > a:hover {
  background-color: #feb406 !important;
  color: #fff !important;
  border-radius: 0 !important;
}