/* @import url("http://localhost/PROFESNI SABLONY/hudebni-klub/dist/css/main.min.css"); */

@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@200;900&display=swap");
body {
  overflow-x: hidden;
  color: #f2f2f2;
  background-color: #222831;
}

/* Keep footer always at the bottom
  ====================================================================== */
@supports not (-ms-high-contrast: none) {
  /* Non-IE styles here */
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }
  body > .container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 55px;
    /* header height */
    /* krome tohoto zakladniho paddingu se meni padding dynamicky
    pomoci js, aby se prizpusobil podle toho, jestli je nebo
    neni v headeru "top ribbon" (vyhledavani, cena zbozi v kosiku) */
    /* Pozn.: duvod dynamickeho reseni pomoci js je, aby nevznikalo skakani
    zpusobene zmenou position relative na position fixed u headeru */
  }
}

/* Disable zooming animations
  ====================================================================== */
.thumbnail:hover,
.image-slider.slick-slider a img:hover,
#list-rubrics li .media-body:hover,
#list-downloads li .inside:hover {
  -webkit-transform: none;
          transform: none;
}

/* Remove underline from headers
  ====================================================================== */
h1::after,
.h1::after,
#random-image h3::after,
#panel-products h3.panel-title::after,
#separator h3.panel-title::after,
#second h3.panel-title::after,
#blog h3.panel-title::after {
  display: none;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

body {
  font-family: "Mukta", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #f2f2f2;
  line-height: 1.7;
}

::-moz-selection {
  background: #fb5059;
  color: #fff;
}

::selection {
  background: #fb5059;
  color: #fff;
}

a:hover {
  color: #fb5059;
}

p {
  margin-bottom: 1em;
}

/* Headers
  ==================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Mukta", sans-serif;
}

.h1, .h2, .h3, h1, h2, h3, .panel-title, h4 {
  font-family: "Mukta", sans-serif;
  margin-top: 1em;
  margin-bottom: .5em;
  color: white;
  font-weight: 600;
}

.h1 a, .h2 a, .h3 a, h1 a, h2 a, h3 a, .panel-title a, h4 a {
  font-weight: 600;
}

h1,
#mainContent h1 {
  font-size: 4rem;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  h1,
  #mainContent h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .category-detail h1,
  .product-detail h1,
  #eshop h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 3rem;
}

.item-photogallery .thumbnail .caption h2 {
  margin-top: .5em;
  margin-bottom: .5em;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

.navbar-default {
  font-family: "Mukta", sans-serif;
}

dt {
  font-weight: 600;
}

#navbar a {
  font-weight: 700;
}

/* Links
  ====================================================================== */
a,
.btn-link,
.btn-link:hover {
  color: #fb5059;
}

a:hover {
  color: #fb5059;
  text-decoration: none;
}

a:focus,
.btn-link:focus {
  color: #fa1e2a;
  text-decoration: none;
}

/* Topbar
  ====================================================================== */
#top-ribbon .btn.btn-danger:hover {
  color: #fb5059;
}

#basket .label {
  background-color: #fb5059;
}

/* Navigation
  ====================================================================== */
.navbar-default, #index .navbar-default.f-nav, .f-nav,
#index .navbar:not(.f-nav) .navbar-nav > .active > a:after,
#index .navbar:not(.f-nav) .navbar-nav > li > a:hover:after {
  background: #fb5059;
}

.nav-pills > li.active > a,
.nav-tabs > li.active > a {
  background: #fb5059;
  border-color: #fb5059;
}

/* Headings
  ====================================================================== */
h1::after, .h1::after,
#random-image h3::after,
#panel-products h3.panel-title::after,
#separator h3.panel-title::after,
#second h3.panel-title::after,
#blog h3.panel-title::after,
#list-comments > .media .media-heading {
  background: #fb5059;
}

#random-image h3,
#separator h3.panel-title,
#second h3.panel-title,
#blog h3.panel-title,
#panel-products h3.panel-title {
  color: #f2f2f2;
}

/* Buttons
  ====================================================================== */
.btn-primary, .goin,
#panel-news .more a {
  background: #fb5059;
  border-color: #fb5059;
  border-width: 2px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background: #222831;
  border-color: #fb5059;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#panel-news .more a:hover {
  background-color: #fb5059;
}

#panel-news .more a:focus {
  background-color: #fa1e2a;
}

.goin:hover {
  background-color: #fb5059;
}

.goin:focus, .goin:hover:focus {
  background-color: #fa1e2a;
}

.item-eshop-product .thumbnail .caption .more .btn:focus,
.item-eshop-product .thumbnail .caption .more .btn:hover:focus {
  color: #fff;
  background-color: #fa1e2a;
  border-color: transparent;
  outline: none;
}

.nav-tabs > li > a {
  background: transparent;
  border-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  border-color: transparent;
  background: transparent;
  color: #fb5059;
}

/* Pagination
  ====================================================================== */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fb5059;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fa1e2a;
}

/* Images
  ====================================================================== */
.image-slider.slick-slider a img:hover,
.item-photogallery .thumbnail:hover,
.item-eshop-category .thumbnail:hover,
a.thumbnail:hover {
  border-color: #fb5059;
}

/* Lists
  ====================================================================== */
#list-downloads li .inside:hover {
  border-color: #fb5059;
}

/* horizontal line */
hr {
  opacity: .2;
}

/* Forms
  ====================================================================== */
.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(251, 80, 89, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(251, 80, 89, 0.6);
  border-color: #fb5059;
}

/* Tables
  ====================================================================== */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #37414f;
}

/* Sections
  ====================================================================== */
#second {
  background-color: #fb5059;
  background: -webkit-gradient(linear, left top, right top, from(#fa1e2a), to(#fc8288));
  background: linear-gradient(to right, #fa1e2a, #fc8288);
}

/* Cookies
  ====================================================================== */
.cc_container {
  background-color: #1a1a1a !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #fb5059 !important;
}

.cc_container a,
.cc_container a:visited {
  color: #fb5059 !important;
}

/* Footer
  ====================================================================== */
.copy a:hover {
  color: #fb5059;
}

footer a:hover {
  color: #fb5059;
}

/* Tiny fix
  ====================================================================== */
#tinymce section.section-container .section-cell-item:hover {
  background-color: #37414f !important;
}

#tinymce .carousel-fade .carousel-inner .item {
  opacity: 1;
}

/* Header - motive
  ====================================================================== */
#motive .container,
#index #motive .container {
  height: 100%;
  margin-top: 0;
}

#motive {
  position: relative;
  width: 100%;
  height: 420px;
  border-bottom: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#motive:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

#index #motive {
  max-height: 580px;
}

@media (max-width: 1199px) {
  #motive {
    height: 380px;
  }
}

@media (max-width: 991px) {
  #motive {
    height: 300px;
  }
}

@media (max-width: 767px) {
  #motive {
    height: 240px;
  }
}

/* Header - motto
  ====================================================================== */
#motto {
  padding: 0 15px;
  z-index: 1;
}

#motto #motto-title {
  font-family: "Mukta", sans-serif;
  font-weight: bold;
  color: #fb5059;
  line-height: 1.2;
  margin-bottom: .5em;
}

#motto #motto-title a {
  color: inherit;
}

#motto #motto-title,
#motto #motto-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

/* Footer
  ====================================================================== */
footer {
  padding-top: 2rem;
  background-color: #222831;
}

footer .h1, footer .h2, footer .h3, footer h1, footer h2, footer h3, footer .panel-title, footer h4 {
  color: #fff;
}

#footbox,
footer > .container {
  padding-bottom: 2rem;
  color: #cccccc;
}

#footbox h4,
footer > .container h4 {
  margin-bottom: 2rem;
}

#footbox h4::after,
footer > .container h4::after {
  content: '';
  position: relative;
  display: block;
  height: 3px;
  width: 3rem;
  margin-top: 1.5rem;
  background: #fb5059;
  will-change: transform, opacity;
  margin-right: auto;
}

@media (max-width: 767px) {
  #footbox h4::after,
  footer > .container h4::after {
    margin-left: auto;
  }
}

#footbox a,
footer > .container a {
  color: #cccccc;
  font-weight: 300;
}

#footbox a:hover, #footbox a:focus, #footbox a:active,
footer > .container a:hover,
footer > .container a:focus,
footer > .container a:active {
  text-decoration: none;
  outline: none;
  color: #fb5059;
}

#footbox ul,
footer > .container ul {
  padding-left: 0;
  list-style: none;
}

@media (max-width: 767px) {
  #footbox,
  footer > .container {
    text-align: center;
  }
}

.list-footer-address li {
  position: relative;
}

.list-footer-address li .fa {
  top: .4rem;
}

.footer-social li {
  display: inline-block;
  margin-right: .5rem;
}

.footer-social li .fa {
  font-size: 3rem;
}

.footer-copy {
  color: #999999;
  margin: 2rem auto 0;
}

#bar-poweredby {
  display: none;
}

/* Navbar - colors
  ====================================================================== */
#top-ribbon,
.navbar-default,
#index .navbar-default,
#index .navbar-default.f-nav,
.navbar-collapse,
#index .navbar-default .navbar-collapse {
  background-color: #222831;
  background-image: none;
}

.navbar-nav > li > a:after,
#index .navbar:not(.f-nav) .navbar-nav > .active > a:after,
#index .navbar:not(.f-nav) .navbar-nav > li > a:hover:after {
  display: none;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus {
  color: #fb5059;
  -webkit-transition: .2s;
  transition: .2s;
}

/* Navbar - layout
  ====================================================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
}

@media (min-width: 1400px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.navbar.navbar-default,
#index .navbar.navbar-default {
  position: relative;
  width: 100%;
  min-height: 55px;
  height: 55px;
}

.navbar.navbar-default > .container,
#index .navbar.navbar-default > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navbar {
  width: calc(100% - 160px);
}

@media (min-width: 992px) {
  #navbar {
    max-height: 100%;
  }
}

/* spacing */
#top-ribbon,
.navbar.navbar-default {
  padding-left: 15px;
  padding-right: 15px;
}

#top-ribbon > .container,
.navbar.navbar-default > .container {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  width: auto;
}

#top-ribbon > .container #basket,
#top-ribbon > .container #search-bar,
#top-ribbon > .container #contactus,
#top-ribbon > .container .logo,
#top-ribbon > .container .navbar-header,
#top-ribbon > .container #navbar,
.navbar.navbar-default > .container #basket,
.navbar.navbar-default > .container #search-bar,
.navbar.navbar-default > .container #contactus,
.navbar.navbar-default > .container .logo,
.navbar.navbar-default > .container .navbar-header,
.navbar.navbar-default > .container #navbar {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

#top-ribbon > .container .navbar-header,
.navbar.navbar-default > .container .navbar-header {
  margin-left: auto;
}

/* Navbar - top ribbon
  ====================================================================== */
#top-ribbon > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top-ribbon #search-bar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  margin-left: 0;
}

#top-ribbon #search-bar button.sm-search {
  display: none !important;
}

#top-ribbon #search-bar #form-search {
  display: block !important;
}

#top-ribbon #search-bar form {
  position: relative;
  width: auto;
}

#top-ribbon #search-bar form input {
  width: 100%;
  height: 36px;
  background: #222831;
  border-color: transparent;
  border-bottom: 1px solid #999999;
  color: #fff;
  padding-right: 3rem;
}

#top-ribbon #search-bar form input::-webkit-input-placeholder {
  color: #cccccc;
}

#top-ribbon #search-bar form input:-ms-input-placeholder {
  color: #cccccc;
}

#top-ribbon #search-bar form input::-ms-input-placeholder {
  color: #cccccc;
}

#top-ribbon #search-bar form input::placeholder {
  color: #cccccc;
}

#top-ribbon #search-bar form input:focus {
  border-bottom: 1px solid #cccccc;
}

#top-ribbon #search-bar form button[type=submit] {
  position: absolute;
  top: 0;
  right: 6px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  color: #f2f2f2;
}

#top-ribbon #search-bar form .glyphicon-search {
  font-size: 1.8rem;
  padding: 1px;
  color: #999999;
  -webkit-transition: .3s;
  transition: .3s;
}

#top-ribbon #search-bar form .glyphicon-search:hover {
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

#basket .input-group-btn .btn {
  margin-top: 1px;
  -webkit-transition: .3s;
  transition: .3s;
}

#basket .input-group-btn .btn:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: .2s;
  transition: .2s;
}

/* Navbar - submenu
  ====================================================================== */
.navbar .navbar-nav li.open > ul a:hover,
.navbar .navbar-nav li.open > ul a:focus,
.navbar .navbar-nav li.open > ul a:active {
  text-decoration: none;
  color: #fb5059;
}

@media (min-width: 992px) {
  .navbar .navbar-nav li {
    position: relative;
    /* dropdown item */
    /* submenu styling */
  }
  .navbar .navbar-nav li.dropdown .caret {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.25rem;
    margin-right: 0.5rem;
  }
  .navbar .navbar-nav li.open > ul {
    right: 0;
    width: auto;
    min-width: 22rem;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px 0 rgba(50, 50, 50, 0.2);
            box-shadow: 0 4px 15px 0 rgba(50, 50, 50, 0.2);
  }
  .navbar .navbar-nav li.open > ul:before {
    position: absolute;
    top: -8px;
    left: 35px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
  }
  .navbar .navbar-nav li.open > ul li.container {
    width: auto;
    padding-right: 0;
  }
  .navbar .navbar-nav li.open > ul li ul li a {
    color: #666666;
  }
  .navbar .navbar-nav li.open > ul .container {
    padding-left: 0;
  }
  .navbar .navbar-nav li.open > ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar .navbar-nav li.open > ul li ul > .container {
    padding-left: 0;
  }
  .navbar .navbar-nav li.open > ul li ul li {
    padding: 0;
  }
  .navbar .navbar-nav li.open > ul li ul li a {
    text-decoration: none;
    padding: 1rem 2rem;
  }
  .navbar .navbar-nav li.open > ul li ul li a:hover,
  .navbar .navbar-nav li.open > ul li ul li a:focus,
  .navbar .navbar-nav li.open > ul li ul li a:active {
    text-decoration: none;
    background-color: #f2f2f2;
    color: #2D4059;
  }
}

/* Navbar - mobile menu
  ====================================================================== */
@media (max-width: 991px) {
  #navbar {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 55px;
    z-index: 1050;
    height: 100vh;
  }
  .navbar-nav > li > a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media (min-width: 768px) {
  #top-ribbon #search-bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  #top-ribbon #search-bar form {
    width: 240px;
  }
}

@media (min-width: 1400px) {
  #top-ribbon {
    left: auto;
    width: 30%;
  }
  .navbar.navbar-default,
  #index .navbar.navbar-default {
    width: 70%;
  }
  .navbar.navbar-default > .container,
  #index .navbar.navbar-default > .container {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #navbar {
    float: none;
    text-align: left;
  }
}

/* Navbar - mobile menu animation
  ====================================================================== */
@media (max-width: 991px) {
  #navbar.navbar-collapse {
    display: block !important;
    left: -100%;
    width: 100%;
    height: 100vh !important;
    max-height: 100vh;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  #navbar.navbar-collapse.collapsing {
    left: -50%;
    -webkit-transition: .15s ease-in;
    transition: .15s ease-in;
  }
  #navbar.navbar-collapse.in {
    left: 0;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
  }
}

/* Navbar - mobile menu icon animation
  ====================================================================== */
@media (max-width: 991px) {
  .navbar-default button.navbar-toggle {
    position: relative;
    height: 18px;
    width: 30px;
    margin: 0;
    border: none;
  }
  .navbar-default button.navbar-toggle:focus, .navbar-default button.navbar-toggle:active, .navbar-default button.navbar-toggle:hover {
    background: transparent !important;
  }
  .navbar-default button.navbar-toggle .icon-bar {
    position: absolute;
    left: 0;
    border-radius: 2px;
    width: 100%;
  }
  .navbar-default button.navbar-toggle .icon-bar:nth-child(2) {
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle .icon-bar:nth-child(3) {
    top: 50%;
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle .icon-bar:nth-child(4) {
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    top: 11px;
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(-50%);
            transform: scale(0.5) translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
}

/* Navbar - logo
  ====================================================================== */
.navbar .logo {
  max-width: 160px;
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .navbar .logo img {
    max-height: 35px;
  }
}

/* Navbar - contact us
  ====================================================================== */
#contactus {
  display: none;
}

/* Breadcrumbs
  ====================================================================== */
#breadcrumb {
  text-align: left;
  padding: 1rem 0;
  margin-top: .5rem;
  margin-bottom: 0;
}

/* Sluzby
  ====================================================================== */
@media (min-width: 768px) {
  section.section-services ul.section-cell-parent {
    margin-left: -15px;
    margin-right: -15px;
  }
}

section.section-services li {
  width: calc(33.333% - 30px);
  background-color: #fbfbfb;
  border-left-color: #fb5059;
}

/* Sekce se svetlym pozadim
  ====================================================================== */
section.section-bg-light {
  background: #fbfbfb;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 4rem 0;
}

/* Obrazek s textem
  ====================================================================== */
section.section-2-col-left-text,
section.section-2-col-right-text {
  text-align: left;
}

@media (max-width: 767px) {
  section.section-2-col-left-text img,
  section.section-2-col-right-text img {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .section-2-col-left-text > .row,
  .section-2-col-right-text > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* Tri sloupce
  ====================================================================== */
section.section-3-col-top-text > .row,
section.section-3-col-bottom-text > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section-3-col-top-text > .row > .section-cell-item,
section.section-3-col-bottom-text > .row > .section-cell-item {
  margin-bottom: 2rem;
}

/* Kyra responsive overriding
  ====================================================================== */
#second, #separator, #content, #blog, #random-image {
  padding: 40px 0;
}

#index #content {
  padding-top: 0;
}

/* Article
  ====================================================================== */
#mainContent {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

#mainContent p img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Preview mode fixes
  ====================================================================== */
#own-motive .preview-mode-buttons.inside {
  margin-top: 105px;
}

@media (max-width: 991px) {
  #navbar .preview-mode-buttons {
    -webkit-transform: none;
            transform: none;
    top: 0;
    bottom: auto;
  }
}

/* Buttons
  ====================================================================== */
.btn:hover,
.btn-primary:hover,
.goin:hover {
  -webkit-transform: none;
          transform: none;
}

.goin {
  margin-top: 25px;
}

.btn-primary,
.btn-default {
  font-size: 1.5rem;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  letter-spacing: .15rem;
}

.btn-default,
.btn-default:hover {
  background-color: #fb5059;
  color: #fff;
  border: none;
}

.btn-default:focus,
.btn-default:hover:focus {
  color: #fff;
  background-color: #fa1e2a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group-sm > .btn,
.btn-sm {
  font-size: 1.3rem;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 1.8rem;
}

button.btn[title="Hledat"],
#openid-button,
#detail-product #inputs button[type="submit"] {
  padding: 0.35em 1.5em;
}

/* Vypis clanku
  ====================================================================== */
#list-pages,
#list-panel-news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

#list-panel-news .goin,
#list-pages .goin {
  display: none;
}

#list-panel-news > li,
#list-pages > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 15rem;
  overflow: visible;
  padding: 1.5rem;
  margin: 0;
}

#list-panel-news > li .date,
#list-pages > li .date {
  color: #999999;
  margin-bottom: 0;
}

#list-panel-news > li .date .day,
#list-pages > li .date .day {
  font-size: 1.5rem;
  color: #999999;
}

#list-panel-news > li .date .day::after,
#list-pages > li .date .day::after {
  content: '.';
}

#list-panel-news > li .date .rest .cir,
#list-pages > li .date .rest .cir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  margin-left: 0;
}

#list-panel-news > li .date .rest .cir .month,
#list-pages > li .date .rest .cir .month {
  margin-right: .5rem;
}

#list-panel-news > li .image-perex,
#list-pages > li .image-perex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25rem;
  height: 100%;
  padding-right: 0;
  margin-bottom: 0;
}

#list-panel-news > li .image-perex .perex-image,
#list-pages > li .image-perex .perex-image {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: .6s;
  transition: .6s;
}

#list-panel-news > li .image-perex .perex-image:hover,
#list-pages > li .image-perex .perex-image:hover {
  margin-top: -.5rem;
  margin-bottom: .5rem;
  -webkit-transition: .4s;
  transition: .4s;
}

#list-panel-news > li h4,
#list-panel-news > li .normal-date,
#list-panel-news > li .description,
#list-pages > li h4,
#list-pages > li .normal-date,
#list-pages > li .description {
  margin-left: 2rem;
  margin-right: 2rem;
}

#list-panel-news > li .description p,
#list-pages > li .description p {
  margin-bottom: 0;
}

#list-panel-news > li h4,
#list-pages > li h4 {
  color: #f2f2f2;
  font-size: 2.4rem;
  text-align: left;
  border: none;
  z-index: 1;
}

#list-panel-news > li h4 a,
#list-pages > li h4 a {
  color: #f2f2f2;
}

#list-panel-news > li h4 a:hover,
#list-pages > li h4 a:hover {
  color: #fb5059;
}

#list-panel-news > li h4 .rub,
#list-pages > li h4 .rub {
  color: #f2f2f2;
  /* skryti nazvu rubriky v nadpisu clanku */
  display: none;
}

#list-panel-news > li h4 .rub a,
#list-pages > li h4 .rub a {
  color: #f2f2f2;
}

#list-panel-news > li h4 .rub a:hover,
#list-pages > li h4 .rub a:hover {
  color: #f2f2f2;
}

#list-panel-news > li .normal-date,
#list-pages > li .normal-date {
  font-size: 2rem;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #7c98bd;
  color: #b3b3b3;
  border: none;
  border-top: none;
  z-index: 2;
}

#list-panel-news > li .description,
#list-pages > li .description {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 991px) {
  #list-panel-news > li .image-perex,
  #list-pages > li .image-perex {
    width: 20%;
  }
  #list-panel-news > li .image-perex ~ .normal-date,
  #list-panel-news > li .date,
  #list-pages > li .image-perex ~ .normal-date,
  #list-pages > li .date {
    width: 15%;
  }
  #list-panel-news > li .image-perex ~ h4,
  #list-panel-news > li h4,
  #list-pages > li .image-perex ~ h4,
  #list-pages > li h4 {
    width: 20%;
  }
  #list-panel-news > li .image-perex ~ .description,
  #list-panel-news > li .description,
  #list-pages > li .image-perex ~ .description,
  #list-pages > li .description {
    width: 45%;
    color: #b3b3b3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #list-panel-news > li .description p,
  #list-pages > li .description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* zmena poradi prvku */
#list-panel-news > li .image-perex,
#list-pages > li .image-perex {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#list-panel-news > li .image-perex ~ h4,
#list-pages > li .image-perex ~ h4 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#list-panel-news > li .image-perex ~ .normal-date,
#list-pages > li .image-perex ~ .normal-date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#list-panel-news > li .image-perex ~ .description,
#list-pages > li .image-perex ~ .description {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media (max-width: 991px) {
  #list-panel-news > li .description,
  #list-pages > li .description {
    display: none;
  }
}

@media (max-width: 767px) {
  #list-panel-news > li,
  #list-pages > li {
    width: 100%;
  }
  #list-panel-news > li .image-perex,
  #list-pages > li .image-perex {
    max-width: 25%;
    height: auto;
  }
  #list-panel-news > li h4,
  #list-pages > li h4 {
    width: 45%;
  }
  #list-panel-news > li .normal-date,
  #list-pages > li .normal-date {
    width: 30%;
  }
}

@media (max-width: 575px) {
  #list-panel-news > li,
  #list-pages > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #list-panel-news > li .image-perex,
  #list-pages > li .image-perex {
    max-height: 20rem;
  }
  #list-panel-news > li .image-perex,
  #list-panel-news > li h4,
  #list-panel-news > li .normal-date,
  #list-pages > li .image-perex,
  #list-pages > li h4,
  #list-pages > li .normal-date {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
  }
  #list-panel-news > li .date,
  #list-pages > li .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  #list-panel-news > li .date .day,
  #list-pages > li .date .day {
    padding-right: .5rem;
  }
}

/* Vypis rubrik
  ====================================================================== */
#list-rubrics li .media-body {
  padding: 4rem;
}

#list-rubrics li .media-body .perex-image-link img,
#list-rubrics li .media-body .perex-text {
  margin-top: 1rem;
}

/* Vypis slozek
  ====================================================================== */
#list-downloads li .inside {
  padding: 4rem;
}

/* Obecne - vypis vseho mozneho - Kyra overriding
  ====================================================================== */
.thumbnail,
a.thumbnail,
#list-rubrics li .media-body,
.item-photogallery .thumbnail,
.item-eshop-category .thumbnail,
.item-eshop-product .thumbnail,
#list-downloads li .inside {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.thumbnail:hover,
a.thumbnail:hover,
.item-eshop-category .thumbnail:hover,
.item-eshop-product .thumbnail:hover,
#list-rubrics li .media-body:hover,
.image-slider.slick-slider a img:hover,
.item-photogallery .thumbnail:hover,
#list-downloads li .inside:hover {
  border-color: #eaeaea;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Tables
  ====================================================================== */
.table-responsive {
  border: none;
}

.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border-top: none;
  border-bottom: 1px solid #fb5059;
}

.table > tbody > tr:last-of-type:not(:first-of-type) > td,
.table > tbody > tr:last-of-type:not(:first-of-type) > th {
  border: none;
}

/* Forms - global settings, contact form
  ====================================================================== */
textarea {
  resize: vertical;
  min-height: 3.5rem;
}

.form-control,
.form-control:focus,
.form-control:focus:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-container.mailform {
  color: #666666;
  background-color: #EEEEEE;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
}

.form-control {
  border-color: transparent;
}

.aster {
  color: #f2f2f2;
}

.asterisk {
  color: #fb5059;
}

.panel-body .form-group {
  font-size: 1.5rem;
}

#detail-product .form-control {
  font-size: 1.8rem;
}

.panel-filter,
#panel-categories,
#panel-accounts,
.form-horizontal,
#cart thead,
#order-form .panel-primary,
.input-group-addon,
#list-panel-categories li.active > a,
.comms,
#separator,
.form-container {
  color: #f2f2f2;
  background-color: #37414f;
}

/* Thumbnails
  ====================================================================== */
#tab-images .thumbnail,
.item-photogallery .thumbnail,
.item-photo .thumbnail,
.item-eshop-category .thumbnail,
.item-eshop-product .thumbnail {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

#tab-images .thumbnail:hover,
.item-photogallery .thumbnail:hover,
.item-photo .thumbnail:hover,
.item-eshop-category .thumbnail:hover,
.item-eshop-product .thumbnail:hover {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.thumbnail p,
.thumbnail .caption {
  color: #f2f2f2;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: transparent;
}

.slick-prev:before,
.slick-next:before,
.slick-dots li button::before {
  color: #999999 !important;
}

#tab-images .img-thumbnail, .item-photo .img-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #tab-images .img-thumbnail, .item-photo .img-thumbnail {
    height: 100%;
    background-color: transparent;
  }
}

/* Slider (Carousel)
  ====================================================================== */
.carousel-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-caption h3, .carousel-caption p {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
  text-shadow: none;
}

@media (max-width: 575px) {
  .carousel-caption {
    padding-bottom: 0;
  }
  .carousel-caption p {
    display: none;
  }
}

.carousel-control {
  -webkit-transition: .2s;
  transition: .2s;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 5rem;
  width: auto;
  height: auto;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.glyphicon-chevron-left:before {
  content: '\f104';
  font-family: 'FontAwesome';
}

.glyphicon-chevron-right:before {
  content: '\f105';
  font-family: 'FontAwesome';
}

/* Slider jako vlastni motiv
  ====================================================================== */
#own-motive,
#index #own-motive {
  padding-top: 55px;
}

#own-motive > p,
#index #own-motive > p {
  margin: 0;
}

#own-motive .section-carousel,
#index #own-motive .section-carousel {
  padding-top: 0;
  padding-bottom: 0;
  background: #111;
}

#own-motive .section-carousel .carousel,
#index #own-motive .section-carousel .carousel {
  height: 600px;
}

@media (max-width: 991px) {
  #own-motive .section-carousel .carousel,
  #index #own-motive .section-carousel .carousel {
    height: 380px;
  }
}

@media (max-width: 767px) {
  #own-motive .section-carousel .carousel,
  #index #own-motive .section-carousel .carousel {
    height: 300px;
  }
}

#own-motive .section-carousel .section-cell-parent,
#index #own-motive .section-carousel .section-cell-parent {
  height: 100%;
}

#own-motive .section-carousel .section-cell-item,
#index #own-motive .section-carousel .section-cell-item {
  height: 100%;
}

#own-motive .section-carousel .section-cell-item::before,
#index #own-motive .section-carousel .section-cell-item::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 40, 49, 0.5);
  background: radial-gradient(circle, rgba(34, 40, 49, 0.1) 0%, rgba(34, 40, 49, 0.5) 100%);
  z-index: 0;
}

#own-motive .section-carousel .carousel-caption,
#index #own-motive .section-carousel .carousel-caption {
  top: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
}

#own-motive .section-carousel .carousel-caption h3,
#own-motive .section-carousel .carousel-caption p,
#index #own-motive .section-carousel .carousel-caption h3,
#index #own-motive .section-carousel .carousel-caption p {
  background-color: transparent;
}

#own-motive .section-carousel .carousel-caption h3,
#index #own-motive .section-carousel .carousel-caption h3 {
  max-width: 11em;
  font-size: 6rem;
  line-height: 1.25;
  margin-top: .5em;
  margin-bottom: .5em;
}

@media (max-width: 991px) {
  #own-motive .section-carousel .carousel-caption h3,
  #index #own-motive .section-carousel .carousel-caption h3 {
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  #own-motive .section-carousel .carousel-caption h3,
  #index #own-motive .section-carousel .carousel-caption h3 {
    font-size: 3.2rem;
  }
}

#own-motive .section-carousel .carousel-caption p,
#index #own-motive .section-carousel .carousel-caption p {
  margin-bottom: 0;
}

#own-motive .section-carousel .section-cell-item img,
#index #own-motive .section-carousel .section-cell-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* Add carousel-fade animation
  ====================================================================== */
/*  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
    CSS from:       http://codepen.io/transportedman/pen/NPWRGq
    and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
    Inspired from:  http://codepen.io/Rowno/pen/Afykb

*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
Need to override the 3.3 new styles for modern browsers & apply opacity */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* E-SHOP / Filters
  ====================================================================== */
.panel-filter .navbar-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.panel-filter .navbar-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.5rem;
}

.panel-filter .navbar-form .form-group label {
  padding-right: .5rem;
  margin-bottom: 0;
}

.panel-filter .navbar-form .form-group input {
  margin-right: .5rem;
  margin-top: 0;
}

.panel-filter .navbar-form .form-group, .panel-filter .navbar-form button {
  margin: .5rem 0;
}

/* E-SHOP / Categories --- vypis kategorii
   ==================================================================== */
.item-eshop-category .thumbnail {
  position: relative;
  padding: 0;
  text-align: center;
}

.item-eshop-category .thumbnail:hover {
  -webkit-transform: none;
          transform: none;
}

.item-eshop-category .thumbnail .img-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 0;
}

.item-eshop-category .thumbnail .caption dt {
  font-weight: normal;
}

/* E-SHOP / Products --- vypis produktu
   ==================================================================== */
#eshop-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  #eshop-products .item-eshop-product {
    width: 100%;
  }
}

.item-eshop-product .thumbnail {
  position: relative;
  text-align: center;
  background-color: #37414f;
}

.item-eshop-product .thumbnail:hover {
  -webkit-transform: none;
          transform: none;
}

.item-eshop-product .thumbnail .link-thumbnail {
  overflow: hidden;
}

.item-eshop-product .thumbnail .subtitle {
  font-size: 2rem;
  line-height: 1.25;
}

.item-eshop-product .thumbnail .caption {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.item-eshop-product .thumbnail .caption .price dt {
  font-weight: 400;
  display: none;
}

.item-eshop-product .thumbnail .caption .price .price-current-vat strong {
  font-size: 2rem;
}

.item-eshop-product .thumbnail .caption .more .btn {
  -webkit-transition: .3s;
  transition: .3s;
}

.item-eshop-product .thumbnail .caption .more .btn:hover {
  background: #fb5059;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.item-eshop-product .thumbnail .info-instock {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1em;
}

/* E-SHOP / Products / Labels --- sleva, dostupnost zbozi apod.
   ==================================================================== */
.label.label-stock1,
.label.label-stock2,
.label.label-stock3,
.label.label-stock4,
.label.label-stock5,
.label.label-stock6 {
  font-weight: normal;
  border-radius: 2px;
  display: inline-block;
  padding: .5em;
}

.label.label-stock1 {
  background: transparent;
  border: 1px solid #70db7b;
  color: #70db7b;
}

.label.label-stock2,
.label.label-stock3,
.label.label-stock4,
.label.label-stock5 {
  background: transparent;
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
}

.label.label-stock6 {
  background: transparent;
  border: 1px solid #db7070;
  color: #db7070;
}

.icon-favourite {
  color: #fb5059;
  margin-right: .25rem;
}

.icon-favourite::before {
  content: "\f006";
}

.product-label-special {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: bold;
  background-color: #ff1a25;
}

/* E-SHOP / Product detail
   ==================================================================== */
#detail-product .link-thumbnail .img-thumbnail,
#detail-product .link-thumbnail:hover .img-thumbnail {
  border: none;
}

#detail-product #col-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#detail-product #prices-original {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f2f2f2;
}

#detail-product #prices-original dd {
  margin-left: 60px;
}

#detail-product #prices-original dt {
  width: auto;
}

#detail-product #prices,
#detail-product #prices-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f2f2f2;
}

#detail-product #prices dt,
#detail-product #prices-current dt {
  margin-top: 1rem;
  width: auto;
}

#detail-product #prices dd,
#detail-product #prices-current dd {
  margin-left: 60px;
}

#tabs-product .nav-tabs > li > a {
  border: none;
  border-bottom: 3px solid transparent;
}

#tabs-product .nav-tabs > li.active > a {
  background: transparent;
  color: #f2f2f2;
  border: none;
  border-bottom: 3px solid #fb5059;
}

@media (max-width: 767px) {
  #tab-related .item-eshop-product {
    width: 100%;
  }
}

/* E-SHOP / Panel
   ==================================================================== */
#panel-categories {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#list-panel-categories li a {
  background: transparent;
  color: #f2f2f2;
}

#list-panel-categories li a .badge {
  background: #f2f2f2;
  color: #666666;
  font-weight: 600;
}

#list-panel-categories li.active > a {
  color: #fb5059;
}

#list-panel-categories li.active > a .badge {
  background: #fff;
  color: #fb5059;
}

/* E-SHOP / Cart
   ==================================================================== */
#panel-cart.panel-primary {
  padding: 20px;
}

.productincart .btn.sremove {
  padding: 0.75em 1em;
  background-color: transparent;
}

.productincart .btn.sremove .fa-trash-o {
  font-size: 1.6rem;
  color: #2D4059;
}
/*# sourceMappingURL=main.css.map */