@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700&subset=latin-ext');
button:focus {
  outline: 0!important;
}
.vertical-center {
  align-items: center;
}
.btn {
  white-space: normal!important;
}
.pagination {
  justify-content: center;
}
.pagination a, 
.pagination span {
  padding: 10px;
}
h1.smaller {
  margin-bottom: 15px;
}

h3 {
  margin-top: 30px!important;
}
/* draw logo */
.draw {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  height: 506px;
  z-index: 2;
  opacity: .5;
}
img.home-logo {
  width: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  animation-name: show-5;
  animation-delay: 6s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  z-index: 2;
}
svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
svg path {
  stroke-width: 2;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: draw;
  animation-timing-function: linear;
}
svg path#case {
  stroke: #ddd;
  stroke-dasharray: 6800;
  stroke-dashoffset: 6800;
  animation-duration: 4s;
}
svg path#cooler {
  stroke: #ddd;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation-duration: 2s;
  animation-delay: 8s;
}
#structure {
  stroke: #ddd;
  stroke-dasharray: 680;
  stroke-dashoffset: 680;
  animation-duration: 3s;
  animation-delay: 2s;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show {
  to {
    opacity: 1;
  }
}

/* utility */
.no-before:before {
  display: none;
}
.img-bordered {
  border: 10px solid #fff;
  box-shadow: 0px 0px 16px rgba(21, 57, 67,.5);
}

/* text */
a.disabled {
  text-decoration: line-through;
}
.big-2 {
  font-size: 2em;
}

/* buttons */
.buttons .btn {
  font-size: .8em;
}

/* navi */
a.nav-link.disabled {
  color: #ccc;
  text-decoration: line-through;
}
nav ul > li {
  opacity: 0;
  animation-name: show;
  animation-delay: .25s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
nav ul > li:nth-child(2) {
  animation-delay: .5s;
}
nav ul > li:nth-child(3) {
  animation-delay: .75s;
}
nav ul > li:nth-child(4) {
  animation-delay: 1s;
}
nav ul > li:nth-child(5) {
  animation-delay: 1.25s;
}
nav ul > li:nth-child(6) {
  animation-delay: 1.5s;
}
nav ul > li:nth-child(7) {
  animation-delay: 1.75s;
}
a.nav-link:hover:before,
a.nav-link:focus:before,
a.nav-link:active:before,
.active a.nav-link:before {
  opacity: 1;
}
a.nav-link:before {
  color: #fff;
  content: url("/obrazek/3/crown-png");
  position: absolute;
  margin-left: -30px;
  margin-top: 2px;
  opacity: 0;
  transition: all .3s ease;
}

/* product category */
.category-detail .container {
  max-width: 100%;
}
.category-detail h1.title,
.item-eshop-product .thumbnail {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.category-detail #shopping > p {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  opacity: .5;
  font-size: 1.3em;
  margin-top: -30px;
  border-bottom: 1px solid rgba(67,96,104,.5);
  padding-bottom: 30px;
}
.category-detail main {
  padding-left: 0;
  padding-right: 0;
}
.price dt,
#prices-current dt {
  display: none;
}
.price
#prices-current {
  font-size: 2em;
  font-weight: 400;
}
.price strong,
#prices-current strong {
  font-weight: 400;
  opacity: .8;
  margin-top: 1em;
  display: block;
  font-size: 2em;
}
#prices-current strong {
  margin-top: 30px;
  margin-bottom: 30px;
}
#prices-current {
  font-size: 1em;
}
h2.subtitle,
.product-detail h1 {
  font-size: 2em;
  text-transform: none;
  letter-spacing: 1px;
}
.caption .description,
.product-detail #perex {
  font-weight: 300;
  font-size: 1.2em;
}
.caption {
  padding-top: 0px;
}
.item-eshop-product {
  width: 100%;
}

#shopping #eshop-filters {
  width: 50%;
  float: right;
  display: none;
}
#eshop-products {
  clear: both;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.img-thumbnail {
  border: 0;
  padding: 0;
  background: transparent;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
#eshop-filters form > div:first-child {
  display: none;
}

/* product detail */
#inputs .form-group {
  max-width: 100%;
  width: 100%;
}
#inputs {
  width: 100%;
}
#inputs .input-group,
#inputs button {
  width: 50%;
}

.product-detail #tab-description > p {
  display: none;
}
.product-detail .tab-pane {
  font-size: .9em;
}
.product-detail #perex {
  color: #153943;
  opacity: .8;
}
.product-detail .tab-pane ul {
  margin-bottom: 0;
  line-height: 28px;
}

.product-detail h1 {
  font-size: 2.5em;
  margin-top: 50px;
  margin-bottom: 0;
}
#tabs-product .nav.nav-tabs {
  display: none;
}
#tabs-product,
#tabs-product .tab-content {
  border-bottom: 0;
}
#tabs-product #tab-description {
  display: block;
  opacity: 1;
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 0;
}
#tabs-product h2 {
  font-size: 1.5em;
  display: none;
}
#tabs-product {
  font-size: 1.3em;
  font-weight: 300;
}
.product-detail article > hr {
  display: none!important;
}
.product-detail #inputs .input-group-addon {
  padding: 1em;
}
.product-detail #form-product {
  background: #f5f5f5;
  padding: 20px;
}

/* order */
#cart-table .panel-heading,
#cart-table #trashcan,
#productincart p {
  display: none;
}
#productincart .link-thumbnail,
#productincart h4 {
  display: table-cell; 
}
#cart-table .link-thumbnail {
  width: 160px;
}
table#cart td,
table#cart th {
  vertical-align: middle;
}
#productincart td.text-right strong {
  font-size: 1.5em;
  font-weight: 400;
}
#cart tfoot {
  font-size: 1.5em;
}
#cart {
  margin-bottom: 80px;
}
#orderform .panel {
  margin-bottom: 50px;
}
#orderform .panel-title {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
}
#cart thead th {
  font-size: 1.3em;
  font-weight: 300;
}
#orderform .text-description {
  padding-left: 15px;
  padding-right: 15px;
}
#orderform .text-description strong {
  font-weight: 400;
  color: red;
}
.alert {
  border-radius: 0!important;
}
.modal-title {
  display: none;
}
.modal-body h2.subtitle {
  font-size: 1em;
}
.modal-body .price {
  font-size: 1.5em;
}
.modal-footer {
  border-top: 0;
}
.modal-footer .btn {
  font-size: .5em!important;
}
.modal-header {
  border-bottom: 0;
}
.modal-body {
  border-top: 0;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.item-eshop-product .thumbnail {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* finish order */
#finish h1.text-center {
  text-align: left!important;
}
#finish hr {
  display: none;
}
#finish div.text-center {
  text-align: left!important;
}

/* story */
.buttons {
  margin-top: 30px;
}
.h1 a {
  float: right;
  width: 50px;
  height: 50px;
  top: 0;
  margin-top: 1.3%;
  border: 0;
  background: #eee;
  position: relative;
}
.h1 a:before {
  content: "\003E";
  font-size: .5em;
  position: absolute;
  top: 0;
  transform: none;
  line-height: 80px;
  right: 32px;
  font-weight: 300;
  color:#fff!important;
  font-size: .5em;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
}
.h1 a:after {
  content: "číst příběh";
  font-size: .3em;
  color: #ddd;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 80px;
  width: 200px;
  line-height: 50px;
  text-align: right;
}
#pribeh .h1 a:after {
  content: "číst program";
}
#program .h1 a:after {
  content: "chci pomoct";
}
#chcipomoct .h1 a:after {
  content: "partneři"
}

/* global */
body {
  margin: 0;
  color: #153943;
  font-family: "Rubik";
  font-size: 16px;
}
.cd-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background:#153943;
  opacity: 0;
  color: #fff!important;
  font-size: 2em;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none!important;
  font-size: 1.8em;
}
#content {
  width: 100%;
}


.asterisk, 
span.aster {
  display: none
}
.form-control {
  border-radius: 0;
  padding: 1rem;
}
#support #content {
  width: 100%;
}
#support #telo {
  width: 50%;
  float: left;
}
#support h3 {
  display: none
}
#support .panel-body {
  width: 50%;
  float: right;
}
#julinka4 {
  background-image: url("/obrazek/3/benefice-pro-julinku-db-angel-production-4-jpg");
  background-size: cover;
  background-position: center center;
}
.thanks {
  opacity: .3;
  font-size: 3em;
  text-align: right;
  font-weight: 500
}
.vstupne {
  font-size: 1m;
  margin: 15px 0 25px;
  padding: 15px;
  background: rgba(138,156,161,.2);
}
.ucet {
  line-height: 2.5em;
}
.ucet strong {
  margin-right: 10px;
}
.ucet p {
  margin-top: 20px;
}
.ucet a {
  display: block;
  text-decoration: underline;
}
.program {
  font-size: 1.3em;
  opacity: .8;
}
.infotext {
  margin-top: 30px;
  font-size: .7em;
  padding-left: 15px;
  display: block;

  border-left: 15px solid #000;

}
.underline {
  text-decoration: underline;
}

.br {
  clear: both;
  height: 80px;
  float: left;
  width: 100%;
}
.rubric-49296 #partners img.w-50 { width: auto!important; max-width: 100%!important; max-height: 50px; }
.alignitems-center {
  align-items: center;
}
iframe {
  border: 0;
}
.buttons .btn {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px
}
main ul {
  line-height: 2em;
  opacity: .8;
  padding-left: 20px}
#top-ribbon,
#sm-search,
footer .copy,
#imp,
header nav,
#motive {
  display: none!important;
}
.big-3 {
  font-size: 3em;
  margin-bottom: 50px;
}
.btn {
  border: 0;
  border-radius: 0;
  outline: 0!important;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  opacity: 1;
  transition: all .3s ease;
  box-shadow: none!important;
}
.btn-primary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-default {
  background-color: #153943!important;
  color: #fff!important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #dd9e33!important;
  outline: 0;
  color: #fff!important;
}
a {
  color: #153943;
  transition: all .3s ease;
}
a:hover,
a:focus,
a:active {
  color: #153943;
  opacity: 1;
}
h1, .h1 {
  color: #153943;
}
.big {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.lowercase {
  text-transform: lowercase;
}
.opacity-5 {
  opacity: .5;
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
ul.list {
  font-size: 1.3em;
  margin-left: 0;
  padding-left: 20px;
  line-height: 2em;
  opacity: .8
}
hr.big-space {
  margin-top: 50px;
  margin-bottom: 50px;
}
.border-bottom {
  border-bottom: 1px solid #eee;
}
#partners img {
  margin-bottom: 30px;
}
header {
  position: absolute;
  width: 100%;
}
nav {
  position: fixed!important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #fff;
}
.navbar > .container {
  width: 100%;
  max-width: 100%;
}
nav ul.row {
  margin-left: 0;
}
.nav-link {
  padding: 1rem;
}
main {
  padding-top: 15vh;
}
main h1,
main .h1 {
  font-size: 4em;
  font-weight: bold;
  margin-bottom: 50px;
}
.padright-50 {
  padding-right: 50px;
}
.padright-80 {
  padding-right: 80px;
}
h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 15px;
}
p {
  opacity: .8;
  line-height: 1.8em;
}
footer {
  margin-top: 100px;
}

/* uvod */
#index #border > .container,
#index footer {
  display: none;
}
#index nav {
  background: transparent;
}
#index #motive {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#logo {
  will-change: transform;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 15vh;
  z-index: 1;
  width: 150px;
  z-index: 2;
}
img.logo {
  max-width: 150px;
  width: 100%;
  position: absolute;
  top: 25vh;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  animation-name: show-5;
  animation-delay: .5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes float{
  0% {
    transform:translate(-50%,0)
  }
  50% {
    transform:translate(-50%,-20px)
  }
  100%{
    transform:translate(-50%,0)
  }
}

#motive {
  background: #fff;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
#motive:after,
#motive:before {
  content: '';
  position: absolute;
  width: 50vw;
  height: 80vh;
  transform: rotate(-25deg);
  z-index: 1;
}
#motive:before {
  left: -15vw;
  top: -30%;
  background: #fff;
  background: -moz-linear-gradient(left,#e2e7ef 0,#fff 100%);
  background: -webkit-linear-gradient(left,#e2e7ef 0,#fff 100%);
  background: linear-gradient(to right,#e2e7ef 0,#fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e7ef', endColorstr='#ffffff', GradientType=1);
}
#motive:after {
  right: -5vw;
  top: -15%;
  background: #fff;
  background: -moz-linear-gradient(left,#fff 0,#e2e7ef 100%);
  background: -webkit-linear-gradient(left,#fff 0,#e2e7ef 100%);
  background: linear-gradient(to right,#fff 0,#e2e7ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e7ef', GradientType=1);
}
#motive h1 {
  font-size: 8em;
  font-weight: 600;
  z-index: 3;
  position: relative;
}
#motive span.name {
  position: absolute;
  top: 0;
  bottom: 0;
}
#motive h1 span {
  font-size: .3em;
  font-weight: normal;
}
@keyframes show {
  to {
    opacity: 1;
  }
}
@keyframes show-5 {
  to {
    opacity: .5;
  }
}
.welcome {
  z-index: 2;
}

/* partneři */
#partners .order-1 .row {
  align-items: center;
}



#logo {
  will-change: transform;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 15vh;
  z-index: 1;
  width: 150px;
  z-index: 2;
  background-image: url(https://cyberpanda.cz/logo.png);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  transform: none;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center;
  opacity: .1;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 35px;
  height: 23px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #153943;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
@media (max-width: 1500px) {
  #border > .container > .row { justify-content: center; }
  #content { width: 90%; }
}
@media (max-width: 991px) {
  #chcipomoct .br {
    display: none;
  }
  #chcipomoct > div {
    margin-bottom: 30px;
  }
  .h1 a:after {
    display: none;
  }
  .h1 a {
    position: relative;
    top: 8px;
  }
  .h1 a:before {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    line-height: 55px;
  }
  #productincart a.link-thumbnail {
    display: none;
  }
  h1.smaller {
    font-size: 2em;
  }
  .big-2 {
    font-size: 1.5em;
  }
  .buttons .btn {
    font-size: .6em;
  }
  #productincart h4 a {
    font-weight: 400;
    opacity: .8;
    font-size: .8em;
  }
  .navbar { background: #fefefe; border-bottom: 1px solid #eee; }
  .navbar-nav { background: #fefefe }
  .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 10px;
  }
  a.nav-link:before {
    display: none;
  }
  #motive {
    background: #fefefe;
  }
  #motive:before,
  #motive:after {
    display: none;
  }
  #motive h1 {
    font-size: 5em;
  }
  nav ul.row {
    display: block;
  }
  a.nav-link,
  a.nav-link:focus,
  a.nav-link:active,
  a.nav-link:hover {
    text-shadow: none;
    color: #153943;
  }
  #nav-icon3 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .category-detail main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-detail .container {
    max-width: 720px;
  }
  .item-eshop-product .col-lg-4 {
    max-width: 30%;
    flex: 0 0 30%;
  }
  #eshop-products .item-eshop-product .col-lg-8 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .item-eshop-product .caption {
    padding-top: 25px;
  }
  .item-eshop-product h2.subtitle {
    font-size: 1.8em;
  }
  .item-eshop-product .caption .description {
    margin-bottom: -30px;
  }

  #col-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #col-image img {
    width: 250px;
    max-width: 100%;
  }
  #col-perex {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }


}
@media (max-width: 767px) {
  .padright-80 {
    padding-right: 15px;
  }
  .padright-50 {
    padding-right: 15px;
  }
  .program .col-md-2 {
    margin-top: 15px!important;
    font-weight: bold;
  }
  .vstupne > div {
    margin-bottom: 15px;
  }
  .vstupne > div:last-child {
    margin-bottom: 0;
  }
  .h1 a {
    display: none;
  }
  #article-365418 img {
    margin-bottom: 25px;
  }
  #support #telo,
  #support .panel-body {
    width: 100%;
    float: none;
  }
  #support .panel-body form {
    margin-left: -15px;
    margin-right: -15px;
  }
  .image-holding {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  select[name="ulozenka_branches"] {
    width: 100%;
  }
  #inputs .input-group,
  #inputs button {
    width: 100%;
  }
  .thanks {
    font-size: 1.5em;
  }
  table#cart thead, 
  table.tabulka thead, 
  table thead, 
  table#table-downloads thead {
    display: none;
  }
  table.col thead {
    display: block;
  }
  table#cart tbody td, 
  table#table-downloads tbody td {
    display: block;
    padding: .6rem;
  }
  table#table-downloads tbody td {
    text-align: right;
  }
  table.tabulka tbody td, table tbody td {
    display: block;
    padding: 10px;
  }
  table#cart tfoot td:last-child {
    display: none;
  }
  table#table-downloads.table-striped > tbody > tr > td:nth-of-type(odd) {
    background: transparent;
  }
  table#cart tbody tr td:first-child,
  table#cart tfoot tr td:first-child,
  table.tabulka tbody tr td:first-child,
  table.tabulka tfoot tr td:first-child,
  table tbody tr td:first-child,
  table tfoot tr td:first-child,
  table#table-downloads.table-striped > tbody > tr > td:first-child {
    background: #f6f6f6;
  }
  table.col tbody tr td:first-child,
  table.col tfoot tr td:first-child {
    background: transparent;
  }
  table.col tfoot tr td:first-child {
    font-size: inherit;
  }
  table#cart tbody tr td:first-child a {
  }
  table#cart tbody tr td:first-child a.sremove {
    background: #ff4c83;
  }
  table#cart tbody td:before,
  table.tabulka tbody td:before,
  table tbody td:before,
  table#table-downloads tbody td:before {
    content: attr(data-th);
    display: inline-block;
    width: 11rem;
    text-align: left;
    float: left;
  }
  table.col tbody td:before,
  table.col tfoot td:before {
    display: none;
  }
  table#cart tfoot td:before,
  table.tabulka tfoot td:before,
  table tfoot td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 11rem;
    text-align: left;
    float: left;
  }
  table.table-striped > tbody > tr:nth-of-type(even) {
    background: transparent;
  }
  table.table-striped > tbody > tr > td:nth-of-type(odd) {
    background: #f6f6f6;
  }
  table#cart tbody #productincart td:first-child:before {
    display: none;
  }
  table#cart tbody tr#productincart td:after {
    content: '';
    clear: both;
    width: 100%;
    display: block;
  }
  table.table-hover > tbody > tr:hover {
    background-color: transparent !important;
  }
  table.table-hover > tbody > tr > td:hover {
    background-color: #f6f6f6;
  }
  table#cart tbody tr#productincart td:last-child {
    display: none;
  }

  #cart.table-hover > tbody > tr:hover {
    background: none;
  }

  table#cart tfoot td {
    display: block;
  }

  table#cart tfoot td .btn {
    display: block;
  }

  #cart .img-thumbnail {
    padding: 1px;
  }

  #cart .count-items {
    width: 70px;
    float: right;
    padding: 2px;
    height: auto;
  }

  #cart tfoot td {
    height: auto;
  }

  #trashcan {
    display: block;
    float: right;
    margin-top: -50px;
  }

  #productincart {
    position: relative;
  }

  #cart tr td:nth-child(2):before {
    margin-top: 5px;
  }
  #cart tfoot {
    font-size: 1em;
  }
  #cart tfoot td.text-right {
    font-size: 1.4em;
  }
  #orderform button { 
    white-space: normal;
  }
}
@media (max-width: 550px) {
  .item-eshop-product .col-lg-4,
  #eshop-products .item-eshop-product .col-lg-8 {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .item-eshop-product .col-lg-4 {
    text-align: center;
  }
  .item-eshop-product .col-lg-4 img {
    max-width: 50%;
    height: auto!important;
  }
}
@media (max-width: 500px) {
  .modal-footer { display: block; }
  .modal-footer .btn { display: block; margin-bottom: 5px; width: 100%; margin-left: 0 }
  #motive h1 {
    font-size: 3em;
  }
  #nav-icon3 {
    margin: 15px auto;
  }
  main h1, main .h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.1em;
  }
  .btn {
    padding: .5rem 2rem;
  }
  svg#svg { display: none!important }
  .draw { width: 100%; height: auto; }
  img.home-logo { animation-delay: 0s; width: 50%; right: auto; margin: auto; margin-left: auto; margin-right: auto; position: absolute; left: 25%; }
}
@media (max-width: 450px) {
  .buttons .btn {
    display: block;
  }
}
@media (max-width: 400px) {
  form#order-form .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
  }
  form#order-form .col-sm-12 a,
  form#order-form .col-sm-12 button {
    width: 100%;
    margin-bottom: 15px;

  }
}
#panel-custom-1 .panel-heading { display: none!important }