div.checkbox.switcher label, div.radio.switcher label {
  padding: 0; }
  div.checkbox.switcher label *, div.radio.switcher label * {
    vertical-align: middle; }
  div.checkbox.switcher label input, div.radio.switcher label input {
    display: none; }
    div.checkbox.switcher label input + span, div.radio.switcher label input + span {
      position: relative;
      display: inline-block;
      margin: 0 10px;
      width: 56px;
      height: 28px;
      background: #090302;
      border: 2px solid rgba(28, 62, 162, 1);
      border-radius: 50px;
      transition: all 0.3s ease-in-out; }
      div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
        position: absolute;
        display: block;
        width: 50%;
        height: 100%;
        background: #fff;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        left: 0; }
    div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
      background: #090302;
      border-color: rgba(28, 62, 162, 1); }
      div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
        left: 50%; }

img {
  max-width: 100%;
  vertical-align: middle; }

body {
  font-size: 120%;
  font-family: 'Darker Grotesque', sans-serif;
  background: #090302; }

a {
  color: rgba(188, 5, 36, 1); }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none; }

.nav-tabs .nav-link {
  border: none;
  cursor: default; }

button, input, .form-control {
  outline: none;
  border: none;
  box-shadow: none; }
  button:focus, input:focus, .form-control:focus, button:hover, input:hover, .form-control:hover {
    outline: none;
    border: none;
    box-shadow: none; }

.form-check-input {
  margin-top: 10px; }

.form-check-label {
  font-size: 20px; }

.breadcrumb {
  background: none; }
  .breadcrumb a {
    color: white; }

button.stockout {
  cursor: default !important; }

.secondary-layout_header {
  background: #090302; }
  .secondary-layout_header .navbar-brand {
    width: 70px; }
  .secondary-layout_header .fas {
    font-size: 24px; }

.navbar.navbar-dark.bg-dark {
  background: transparent !important;
  font-family: 'Darker Grotesque', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .navbar.navbar-dark.bg-dark a.nav-item {
    color: #fff !important;
    font-size: 18px; }
  .navbar.navbar-dark.bg-dark a.nav-item:hover, .navbar.navbar-dark.bg-dark a.nav-item:focus {
    text-decoration: underline; }

input.searchbox {
  outline: none;
  border: none;
  box-shadow: none;
  width: 150px !important; }

button.btn.btn-searchbox {
  background: none;
  border: none;
  outline: none;
  box-shadow: none; }
  button.btn.btn-searchbox i {
    color: white; }

.pagination a {
  text-decoration: none; }

.pagination li.active a {
  color: rgba(188, 5, 36, 1); }

#homepage {
  height: 100%;
  background: url('../themes/barber/assets/img/homepage1.jpg');
  background-size: cover;
  position: relative;
  z-index: 1; }
  #homepage .homepage-overlay {
    background: rgba(9, 3, 2, 0.8);
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 99; }
  #homepage .navbar-brand img {
    width: 250px; }

#objednane h1 {
  color: white;
  font-size: 40px; }
  #objednane p {
    color: white;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 0 20%; }
  #objednane .navbar-brand img {
    width: 200px; }

.home-contact {
  height: 25px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px; }
  .home-contact a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
  .home-contact a:hover, .home-contact a:focus {
    color: white; }

.about-us {
  color: white;
  font-size: 18px; }

a.outline-button {
  text-decoration: none;
  color: white; }

.outline-button {
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) inset;
  color: #fff;
  margin: auto;
  padding: 1rem 3rem;
  position: relative;
  cursor: pointer; }
  .outline-button::before, .outline-button::after {
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    transition: height 0.4s 0.4s cubic-bezier(0.86, 0, 0.07, 1), width 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
  .outline-button::before {
    box-shadow: 2px 2px 0 rgba(188, 5, 36, 1) inset;
    bottom: 0;
    left: 0; }
  .outline-button::after {
    box-shadow: -2px -2px 0 rgba(28, 62, 162, 1) inset;
    top: 0;
    right: 0; }
  .outline-button:hover::before, .outline-button:hover::after {
    height: 100%;
    width: 100%;
    transition: height 0.4s cubic-bezier(0.86, 0, 0.07, 1), width 0.4s 0.4s cubic-bezier(0.86, 0, 0.07, 1); }

.product-page_main-img {
  width: 368px; }

.product-page_thumbnail {
  width: 120px;
  display: inline-block;
  cursor: pointer; }

.product-page_text {
  color: #fff; }
  .product-page_text img {
    width: 30px;
    margin-right: 10px; }

.stockin {
  color: green; }

.stockout {
  color: red; }

.product-page_price {
  color: #fff;
  display: inline-block; }

input[type="number"] {
  text-align: center;
  color: #fff;
  background: #090302;
  line-height: 1.6;
  border: 2px solid #fff;
  display: inline-block; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

button.to-cart_btn {
  outline: none;
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding: 13px 20px 10px;
  font-size: 16px;
  background-color: transparent;
  position: relative;
  border: 2px solid #fff; }
  button.to-cart_btn span {
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
  button.to-cart_btn .icon {
    position: absolute;
    left: -60px;
    top: 0px;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px 10px 15px;
    background-color: #090302;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
  button.to-cart_btn:hover .icon {
    left: 0px; }
  button.to-cart_btn:hover span {
    margin-left: 50px; }

button.to-cart_btn-sm {
  outline: none;
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding: 0px 13px 0px;
  font-size: 16px;
  background-color: transparent;
  position: relative;
  border: 2px solid #fff; }
  button.to-cart_btn-sm span {
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
  button.to-cart_btn-sm .icon {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px 10px 5px;
    background-color: #090302;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }

.categories {
  background: #090302;
  border-right: 1px solid rgba(255, 255, 255, 0.4); }
  .categories .multi-collapse a {
    display: block;
    padding-left: 5%;
    color: #fff;
    text-decoration: none; }
  .categories .multi-collapse a:hover, .categories .multi-collapse a.active {
    color: rgba(188, 5, 36, 1); }

a.category-link {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05); }
  a.category-link:first-of-type {
    border-top: none; }
  a.category-link:hover, a.category-link.active {
    color: rgba(188, 5, 36, 1); }

a.category-link[data-toggle]:after {
  position: absolute;
  text-align: center;
  left: 95%;
  top: 22px;
  font-size: 35px;
  font-weight: 200;
  line-height: 0;
  content: "+";
  vertical-align: middle; }

a.category-link[aria-expanded="true"]::after {
  position: absolute;
  text-align: center;
  left: 95%;
  top: 22px;
  font-size: 35px;
  font-weight: 200;
  line-height: 0;
  content: "-";
  vertical-align: middle; }

.product {
  transition: background 0.4s ease;
  padding: 50px 0 90px 0; }
  .product:hover, .product:focus {
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.4s ease; }
  .product:hover::after, .product:focus::after {
    bottom: 30px;
    transition: bottom 0.4s ease; }

.product::after {
  content: "";
  width: 100%;
  height: 55px;
  bottom: 10px;
  left: 0;
  position: absolute;
  display: inline-block;
  background-image: url(../themes/barber/assets/img/eshop_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  transition: 0.2s ease; }

.product a img {
  height: 250px !important;
  width: auto;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.product_img-wrapper {
  background: url('../themes/barber/assets/img/frame.png');
  background-size: contain;
  background-position: center center;
  height: 250px;
  width: 250px; }

.product a {
  color: #fff;
  text-decoration: none; }
  .product a h4 {
    margin-top: 10px; }

#brands {
  color: white; }

.basket-tab {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4); }
  .basket-tab a {
    color: white !important;
    position: relative;
    font-weight: bold;
    cursor: pointer; }
  .basket-tab.active {
    background: rgba(255, 255, 255, 0.15); }

.outline-button-basket {
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) inset;
  color: #fff;
  padding: 0.5rem 3rem;
  position: relative;
  cursor: pointer; }
  .outline-button-basket::before, .outline-button-basket::after {
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    transition: height 0.4s 0.4s cubic-bezier(0.86, 0, 0.07, 1), width 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
  .outline-button-basket::before {
    box-shadow: 2px 2px 0 #bc0524 inset;
    bottom: 0;
    left: 0;
    border-radius: 5px; }
  .outline-button-basket::after {
    box-shadow: -2px -2px 0 #1c3ea2 inset;
    top: 0;
    right: 0;
    border-radius: 5px; }
  .outline-button-basket:hover::before, .outline-button-basket:hover::after {
    height: 100%;
    width: 100%;
    transition: height 0.4s cubic-bezier(0.86, 0, 0.07, 1), width 0.4s 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
  .outline-button-basket:focus {
    box-shadow: none; }

.basket-wrapper {
  color: #fff; }
  .basket-wrapper .th {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 0;
    font-size: 20px; }
  .basket-wrapper td {
    border: 1px solid rgba(255, 255, 255, 0.4); }

#basket_content-wrapper {
  padding: 0;
  color: white; }
  #basket_content-wrapper form {
    width: 100%;
    margin: 0 auto; }

.coupon-sum-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.4); }

.sum-wrapper {
  text-align: left;
  padding-top: 5%;
  font-size: 18px; }

.sum {
  font-size: 18px; }

.basic-btn {
  background-color: #090302;
  color: white;
  border: none; }
  .basic-btn:hover, .basic-btn:focus {
    background: #33110b; }

.basket-products-buttons {
  text-align: right; }

.empty-basket {
  width: 100%;
  padding: 8% 0;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff; }

.btn.btn-addons {
  padding: 2px 6px; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em; }

.svg-inline--fa.fa-w-14 {
  width: 0.875em; }

svg:not(:root).svg-inline--fa {
  overflow: visible; }

.signin-wrapper, .signup-wrapper {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 10%;
  padding: 50px; }
  .signin-wrapper button.forgot-pwrd, .signup-wrapper button.forgot-pwrd {
    color: rgba(188, 5, 36, 1);
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0; }
  .signin-wrapper a.register-pwrd, .signup-wrapper a.register-pwrd, .signin-wrapper a.loggin, .signup-wrapper a.loggin {
    color: rgba(28, 62, 162, 1); }

#welcome {
  color: white;
  font-weight: bold;
  font-size: 28px;
  padding: 110px 0; }
  #welcome img {
    width: 50%;
    opacity: 0.4; }

#account-navigation {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  height: 100%; }
  #account-navigation a.nav-link {
    color: white;
    font-size: 20px;
    border-radius: 0;
    padding: 30px 0;
    min-width: 25%; }
  #account-navigation a.nav-link:hover i, #account-navigation a.nav-link:focus i {
    color: rgba(28, 62, 162, 1); }
  #account-navigation i {
    font-size: 30px;
    margin-bottom: 10px; }
  #account-navigation a.nav-link.active {
    background: rgba(255, 255, 255, 0.4); }
  #account-navigation a.nav-link.active i {
    color: rgba(188, 5, 36, 1); }
  #account-navigation button.nav-link {
    color: white;
    font-size: 20px;
    background: rgba(188, 5, 36, 1);
    border-radius: 0;
    border: none;
    outline: none;
    min-width: 25%;
    cursor: pointer; }
  #account-navigation button.nav-link i {
    font-size: 20px; }
  #account-navigation button.nav-link:hover, #account-navigation button.nav-link:focus {
    outline: none;
    background: rgba(28, 62, 162, 1); }

#change-details {
  color: white; }

#delete-account {
  color: white; }

#v-pills-tabContent {
  height: 440px; }

.my-orders_wrapper {
  height: 440px; }

.my-orders-heading {
  color: white;
  font-weight: bold;
  font-size: 20px; }

.my-order-body {
  color: white; }
  .my-order-body a {
    color: rgba(28, 62, 162, 1);
    font-weight: bold; }
  .my-order-body:hover, .my-order-body:focus {
    background: rgba(255, 255, 255, 0.1); }

.pagination a {
  padding: 5px;
  font-weight: bold;
  color: white; }
  .pagination a:focus, .pagination a:hover {
    color: rgba(188, 5, 36, 1); }

.order-detail-page {
  color: white; }

.contact_wrapper {
  background: #090302;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .contact_wrapper a {
    color: rgba(255, 255, 255, 0.4); }

button.contact-form_btn {
  background: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 0.25rem;
  outline: none;
  width: 98%;
  display: block;
  cursor: pointer;
  transition: 0.3s ease; }
  button.contact-form_btn:hover, button.contact-form_btn:focus {
    background: rgba(255, 255, 255, 0.4);
    transition: 0.3s ease; }

.social-media a {
  font-size: 50px;
  color: #fff;
  transition: 0.3s ease; }
  .social-media a:hover, .social-media a:focus {
    color: rgba(255, 255, 255, 0.4);
    transition: 0.3s ease; }

.footer-nav ul {
  list-style: none;
  padding: 0;
  font-size: 18px; }

.error-page_wrapper {
  color: white; }
  .error-page_wrapper i {
    font-size: 50px; }

.created-by {
  background: #090302;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: white; }
  .created-by a {
    color: #808080; }

@media (max-width: 1300px) {
  a[data-toggle]:after {
    left: 99.9%; } }

@media (max-width: 1200px) {
  a[data-toggle]:after {
    left: 90%; } }

@media (max-width: 1100px) {
  #homepage {
    background: url('../themes/barber/assets/img/slide1_small.jpg');
    background-size: cover; }

  #objednane p {
    padding: 0 5%; } }

@media (max-width: 992px) {
  a[data-toggle]:after {
    left: 65%; }

  #holenie a, #vlasy a, #brada a {
    padding-left: 0; }

  #account-navigation {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

  .navbar-nav#user-main-navigation {
    flex-direction: row;
    width: 100%; }
    .navbar-nav#user-main-navigation a.nav-link {
      width: 50%; }
    .navbar-nav#user-main-navigation a.nav-link.bazz {
      text-align: center; } }

@media (max-width: 850px) {
  #homepage .navbar-brand img {
    width: 250px; }

  #homepage {
    height: auto; }
    #homepage .navbar-brand {
      margin-top: 50px; }

  .about-us {
    margin-top: 30px; }

  .homepage-to_shop {
    margin: 30px 0; } }

@media (max-width: 700px) {
  a[data-toggle]:after {
    left: 70%; }

  #welcome {
    padding: 90px 0; }
    #welcome img {
      width: 80%; } }

@media (max-width: 576px) {
  a[data-toggle]:after {
    left: 75%; }

  .product-page_main-img {
    width: 95%; }

  .product-page_thumbnail {
    width: 31.1%; }

  #objednane p {
    padding: 0 2%; }

  #welcome {
    padding: 110px 0; }
    #welcome h1 {
      font-size: 40px; }
    #welcome img {
      width: 100%; }

  #v-pills-tabContent {
    height: auto; }

  .my-orders_wrapper {
    height: auto; } }

@media (max-width: 400px) {
  a[data-toggle]:after {
    left: 85%; }

  .navbar-nav#user-main-navigation {
    flex-direction: column;
    width: 100%; }
    .navbar-nav#user-main-navigation a.nav-link {
      width: 100%; }
    .navbar-nav#user-main-navigation a.nav-link.bazz.text-right {
      text-align: center !important; } }

@media (max-width: 300px) {
  a[data-toggle]:after {
    left: 95%; } }
