/*derived-colors*/
/*other vars*/
body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  background: white;
}
.ab-variant .d-ab-none {
  display: none !important;
}
.ab-variant .d-ab-block {
  display: none !important;
}
#header .header-body .header-nav-top li a {
  color: #909090;
}
#header .header-body .header-nav-top-right li {
  padding-right: 0px !important;
}
#header .header-body .header-top > .container,
#header .header-body .header-middle > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-body .header-top .header-nav-features,
#header .header-body .header-middle .header-nav-features {
  display: flex;
}
#header .header-body .header-middle {
  padding: 0 0;
}
#header .header-body .header-middle .search {
  min-width: 400px;
  position: relative;
  top: 8px;
}
#header .header-body .header-middle .search input {
  width: 100%;
  padding: 13px 50px 13px 18px;
  border: 1px solid #dddddd;
  color: #444;
  border-radius: 0;
}
#header .header-body .header-middle .search input:focus {
  outline: 0;
  border-color: #dddddd;
}
#header .header-body .header-middle .search input::placeholder {
  color: #dddddd;
}
#header .header-body .header-middle .search .search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  background-color: #6c9dc6;
  border: 1px solid #a3c2db;
  color: white;
  border-radius: 0;
  height: 49px;
  width: 49px;
}
#header .header-body .header-middle .search .search-button:hover {
  background-color: #91b6d4;
}
#header .header-body .header-top .nav li {
  padding: 15px;
}
#header .header-body .header-top .nav li:first-child {
  padding-left: 0;
}
#header .header-body .header-nav-features .header-nav-feature {
  position: relative;
  top: 8px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding-left: 12px;
}
#header .header-body .header-nav-features .header-nav-feature .cart-btn {
  background-color: #6c9dc6;
  border-radius: 0;
  color: white;
  width: 48px;
  height: 48px;
  font-size: 150%;
  border: 1px solid #6c9dc6;
}
#header .header-body .header-nav-features .header-nav-feature .cart-btn:hover {
  background-color: #91b6d4;
}
#header .header-body .header-nav-features .header-nav-feature .empty .cart-btn {
  color: #6c9dc6;
  background-color: white;
}
#header .header-body .header-nav-features .header-nav-feature .empty .cart-btn:hover {
  background-color: #91b6d4;
  color: white;
}
#header .header-body .header-nav-features .header-nav-feature .cart-info {
  position: absolute;
  top: -5px;
  right: -7px;
  z-index: 1;
  background: #ed5348;
  color: #fff;
  border: 1px solid #ed5348;
  border-radius: 50%;
  padding: 0 5px;
  font-size: 60%;
  font-family: "Montserrat", "Arial", "sans-serif";
  font-weight: bold;
  min-width: 15px;
}
#header .header-body .header-nav-features .header-nav-feature .empty .cart-info {
  display: none;
}
#header .header-body .header-nav-features .header-nav-feature .cart-price {
  font-size: 150%;
  line-height: 48px;
  color: #909090;
}
#header .header-body #ShoppingCart {
  position: relative;
  margin: -1px 0;
}
#header .header-body #ShoppingCart:hover .shopping-cart-popup-container {
  display: block;
}
#header .header-body .shopping-cart-popup-container {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 30;
  width: 600px;
  margin: 0;
}
#header .header-body .shopping-cart-popup {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px;
  border-radius: 0rem;
  border-top-right-radius: 24px;
  background: white;
  min-height: 300px;
  padding: 30px;
  position: relative;
  padding-top: 55px;
}
#header .header-body .shopping-cart-popup .text {
  font-weight: bold;
}
#header .header-body .shopping-cart-popup .cart-price {
  margin-right: 0px;
  transition: all 0.1s;
}
#header .header-body .shopping-cart-popup:hover .cart-price {
  margin-right: 11px;
}
#header .header-body .header-bottom nav .nav li {
  padding: 11px;
}
#header .header-body .header-bottom nav .nav li > a {
  font-weight: 600;
  text-transform: lowercase;
  color: #444;
  font-family: "Montserrat", "Arial", "sans-serif";
  font-size: 120%;
  box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 transparent inset;
}
#header .header-body .header-bottom nav .nav li .nav-l2 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 30;
  background: white;
  left: 0;
  box-shadow: #dcdcdcba 0px 5px 15px;
  border-bottom: 1px solid #6c9dc6;
  padding: 1em 0;
}
#header .header-body .header-bottom nav .nav li .nav-l2 .nav-l3 {
  min-height: 2em;
}
#header .header-body .header-bottom nav .nav li .nav-l2 .nav-l3 a {
  white-space: nowrap;
}
#header .header-body .header-bottom nav .nav li .nav-l2 .nav-l3 a::after {
  content: ', ';
}
#header .header-body .header-bottom nav .nav li .nav-l2 .nav-l3 a:last-child::after {
  content: '';
}
#header .header-body .header-bottom nav .nav li .nav-l2 strong a {
  color: #6c9dc6;
  margin-top: 0.5em;
}
#header .header-body .header-bottom nav .nav li:first-child {
  padding-left: 0;
}
#header .header-body .header-bottom nav .nav li:hover > a {
  transition: all 0.2s ease-out;
  box-shadow: 0 -3px 0 0 #6c9dc6 inset;
  text-decoration: none;
}
#header .header-body .header-bottom nav .nav li:hover .nav-l2 {
  display: block;
}
#header .header-body .header-column-search {
  position: relative;
  width: 35%;
}
#header .header-body .header-column-cart {
  width: 25%;
  justify-content: flex-end;
  display: flex;
}
#header .header-body .nav-pills li a {
  color: #909090;
}
#header .header-body .nav-pills li a.green-line {
  color: #6c9dc6;
  font-size: 120%;
  font-weight: bold;
  font-family: "Montserrat", "Arial", "sans-serif";
}
#header .header-body .nav-pills.underlined li a {
  text-decoration: underline;
}
#header .header-body .nav-pills.separated li a:after {
  content: '|';
  margin: 0 5px;
  display: inline-block;
}
#header .header-body .nav-pills.separated li a:last-child:after {
  content: '';
}
.shopping-cart-popup-item-image {
  padding-right: 10px;
}
.shopping-cart-popup-item-image img {
  width: 60px;
}
.shopping-cart-popup-item-name {
  font-weight: bold;
  color: #6c9dc6;
  text-decoration: none;
  vertical-align: middle;
}
.shopping-cart-dialog .modal-dialog {
  max-width: 600px;
  width: 600px;
}
main {
  min-height: 400px;
  clear: both;
}
.free-transport em {
  color: #6c9dc6;
  font-style: normal;
}
footer {
  background-color: #EFEFEF;
  color: #444;
  padding: 15px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
}
footer a {
  color: #444;
}
footer a.big {
  color: #6c9dc6;
  font-size: 23px;
  display: block;
}
footer a.big .fa {
  color: #484848;
  margin-right: 10px;
  min-width: 25px;
  text-align: center;
}
footer a.big[href^=mailto] {
  font-size: 15px;
}
footer h5 {
  color: #6c9dc6;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
footer h5:not(:first-child) {
  margin-top: 20px;
}
footer .row > div > div {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
}
footer .social a {
  font-size: 30px;
  margin-right: 7px;
}
footer .icons span {
  font-size: 30px;
  margin-right: 7px;
}
footer .icons.icons-line span {
  display: block;
}
footer .icons.icons-line span .image {
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 11px;
  margin-top: 4px;
  display: inline-block;
}
.flag {
  width: 14px;
  height: 10px;
  background: url(../images/flags.png);
  display: inline-block;
  margin: 0px 5px;
}
.flag-cz {
  background-position-x: 703px;
  background-position-y: 142px;
}
#dropdownLanguage {
  text-decoration: none !important;
}
h1 {
  font-family: "Montserrat", "Arial", "sans-serif";
  font-size: 2.25rem;
}
h1 img {
  float: right;
  max-height: 70px;
  max-width: 150px;
}
.nav-tabs .nav-link::before {
  content: ' ';
  border-left: 1px solid #dddddd;
  position: relative;
  left: -18px;
}
.nav-tabs .nav-link:hover::before {
  border-color: white;
}
.nav-tabs .nav-link.active::before {
  display: none;
}
.nav-tabs .nav-item:first-child .nav-link::before {
  display: none;
}
.item-list {
  margin-top: 1em;
}
.item-list-item {
  text-align: center;
  padding: 10px;
  height: 330px;
  background: #fff;
  position: relative;
}
.item-list-item .item-list-item-image img {
  max-width: 200px;
  max-height: 200px;
  margin: auto;
}
.item-list-item .item-list-item-name {
  min-height: 42px;
  position: relative;
  text-align: center;
}
.item-list-item .item-list-item-name a {
  font-weight: bold;
  color: #6c9dc6;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  line-height: 19px;
}
.item-list-item .item-list-item-availability .on-stock {
  color: #88c112;
  font-weight: bold;
}
.item-list-item .item-list-item-availability .wait-to-stock {
  color: #f1c423;
  font-weight: bold;
}
.item-list-item .item-list-item-availability .select-for-stock {
  font-weight: bold;
}
.item-list-item .item-list-item-availability .select-for-stock.stock-not-avalible {
  color: red;
}
.item-list-item .item-list-item-availability .stock-not-avalible + .next-info {
  display: none;
}
.item-list-item .item-list-item-availability .next-info:not(.not-delivery-info) {
  text-transform: lowercase;
  margin-left: -3px;
}
.item-list-item .item-list-item-availability .next-info:not(.not-delivery-info)::before {
  content: ", ";
}
.item-list-item .item-list-item-price {
  font-size: 150%;
  text-align: right;
  display: inline-block;
  float: right;
  font-weight: bold;
}
.item-list-item .item-list-item-price-old {
  font-size: 110%;
  line-height: 2.2;
  padding-right: 1rem;
  text-decoration: line-through;
  text-decoration-color: #888;
  display: inline-block;
  float: right;
  font-weight: bold;
}
.item-list-item .item-list-badges {
  position: absolute;
  top: 20px;
  right: 26px;
  width: 40px;
}
.item-list-item .item-list-badges > div {
  margin-bottom: 5px;
}
.item-list-item .item-list-item-new {
  width: 40px;
  height: 40px;
  border-radius: 0%;
  background: #f1c423;
  color: white;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: bold;
  margin-bottom: 5px;
}
.item-list-item .item-list-item-new > span {
  transform: scaleX(0.5);
  display: inline-block;
  font-size: 15px;
  position: relative;
  left: -13px;
}
.item-list-item .item-list-item-discount {
  width: 40px;
  height: 40px;
  border-radius: 0%;
  background: #6c9dc6;
  color: white;
  line-height: 40px;
  text-align: center;
}
.item-list-item .item-list-item-discount small {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
}
.item-list-item .item-list-item-info {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
  width: 100%;
  margin: 0 -10px;
}
.item-list-item .item-list-item-subitems {
  text-align: left;
  box-sizing: content-box;
  font-size: 0;
  padding: 10px 0;
  background-color: #ffffff7d;
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 15px;
  display: none;
}
.item-list-item .item-list-item-subitems button:nth-child(2n+1) {
  margin-right: 0px;
}
.item-list-item .item-list-item-subitems button {
  line-height: 32px;
  font-size: 14px;
  font-family: "Montserrat", "Arial", "sans-serif";
  border-radius: 0;
  background: white;
  border: 1px solid #6c9dc6;
  padding: 0;
  margin-bottom: 3px;
  width: 49%;
  margin-right: 2%;
  overflow: hidden;
  color: #6c9dc6;
  font-weight: bold;
}
.item-list-item .item-list-item-subitems button:hover,
.item-list-item .item-list-item-subitems button.active {
  box-shadow: #aaa 0 3px 6px;
  background-color: #6c9dc6;
  color: white;
}
.item-list-item .item-list-item-operations {
  padding: 10px 10px;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  line-height: 32px;
}
.item-list-item .item-list-item-operations .choose {
  float: right;
}
.item-list-item .item-list-item-operations .amount {
  display: block;
  display: flex;
  align-items: center;
  float: left;
  overflow: hidden;
  margin: 0 -3.75px;
}
.item-list-item .item-list-item-operations .amount input {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #dddddd;
  padding: 0;
  margin: 0 3.75px;
  outline: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
.item-list-item .item-list-item-operations .amount button {
  width: 32px;
  height: 32px;
  border-radius: 0;
  border: 0;
  line-height: 32px;
  background: #dddddd;
  padding: 0;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  margin: 0 3.75px;
}
.item-list-item .item-list-item-operations .amount button:hover {
  color: white;
  background-color: #6c9dc6;
}
.item-list-item .item-list-item-operations button.add {
  background-color: #80b00c;
  color: white;
  height: 32px;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  border-radius: 0;
  border: 1px solid #80b00c;
  padding: 0 16px;
  float: right;
}
.item-list-item .item-list-item-operations button.add:hover {
  box-shadow: #aaa 0 3px 6px;
}
.item-list-item:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px;
  border-radius: 0;
  z-index: 10;
  cursor: pointer;
  height: 366px;
  margin-bottom: -36px;
}
.item-list-item:hover .item-list-item-name {
  text-decoration: underline;
}
.item-list-item:hover .item-list-item-operations {
  display: block;
}
.item-list-item:hover .item-list-item-subitems {
  display: block;
}
.item-list-item:hover .item-list-item-info {
  bottom: 46px;
}
.item-list-item:focus-within {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px;
  border-radius: 0;
  z-index: 10;
  cursor: pointer;
  height: 366px;
  margin-bottom: -36px;
}
.item-list-item:focus-within .item-list-item-name {
  text-decoration: underline;
}
.item-list-item:focus-within .item-list-item-operations {
  display: block;
}
.item-list-item:focus-within .item-list-item-subitems {
  display: block;
}
.item-list-item:focus-within .item-list-item-info {
  bottom: 46px;
}
#item-list-paging-container {
  margin: 2em 0 3em;
}
.paging a {
  border: 0;
  min-width: 17px;
  height: 17px;
  text-align: center;
  background: none;
  padding: 0;
  line-height: 16px;
  border-radius: 0px;
  display: inline-block;
}
.paging a.prev-next {
  color: #6c9dc6;
  border: 1px solid #6c9dc6;
  font-family: Consolas, monospace;
}
.paging a:hover {
  background: #dddddd;
}
.item-detail-badges {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 60px;
}
.item-detail-new {
  width: 60px;
  height: 60px;
  background: #f1c423;
  color: white;
  text-align: center;
  line-height: 60px;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.item-detail-new > span {
  transform: scaleX(0.5);
  display: inline-block;
  font-size: 22px;
  margin-left: -31%;
}
.item-detail-discount {
  width: 60px;
  height: 60px;
  background: #6c9dc6;
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 150%;
  border-radius: 0;
  margin-bottom: 5px;
}
.item-detail-discount small {
  position: absolute;
  left: 0;
  top: -18px;
  width: 100%;
}
.item-detail-ratings .rating {
  color: goldenrod;
  display: inline-block;
  position: relative;
}
.item-detail-ratings .rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.item-detail-parameters th {
  padding-right: 3rem;
  font-weight: normal;
}
.item-detail-main-box {
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 15px;
}
.item-detail-main-box .item-detail-not-available {
  font-size: 1.3rem;
  font-weight: bold;
  color: #888;
}
.item-detail-main-box .price {
  font-size: 2.5rem;
}
.item-detail-main-box .price-old {
  font-size: 1.5rem;
  line-height: 2;
  vertical-align: top;
  text-decoration: line-through;
  text-decoration-color: #888;
  padding-left: 1rem;
}
.item-detail-main-box .rating-container .rating {
  color: goldenrod;
  display: inline-block;
  position: relative;
}
.item-detail-main-box .rating-container .rating.big {
  float: right;
}
.item-detail-main-box .rating-container .rating.big i {
  font-size: 2rem;
}
.item-detail-main-box .rating-container .rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.item-detail-main-box .rating-container .rating-popup {
  position: absolute;
  top: 1px;
  right: 16px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px;
  border-radius: 0;
  background: white;
  padding: 15px;
  text-align: center;
  z-index: 15;
}
.item-detail-main-box .rating-container .rating-popup .total {
  font-size: 2.5rem;
  margin-right: 1rem;
  float: left;
}
.item-detail-main-box .rating-container .rating-popup .info {
  clear: right;
  float: right;
}
.item-detail-main-box .rating-container .rating-popup .rating-bar {
  width: 120px;
  border: 2px solid goldenrod;
  display: inline-block;
  height: 19px;
  position: relative;
  top: 5px;
}
.item-detail-main-box .rating-container .rating-popup .rating-bar span {
  background: goldenrod;
  display: block;
  height: 100%;
}
.item-detail-main-box .rating-container .rating-popup .rating-split {
  margin: 5px 0 1rem;
  clear: both;
  text-align: left;
}
.item-detail-main-box .rating-container .rating-popup .rating-split small {
  color: silver;
}
.item-detail-main-box .rating-container:hover .rating-popup {
  display: block;
}
.item-detail-variants {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-detail-variants:after {
  content: ' ';
  display: block;
  clear: both;
}
.item-detail-variant {
  float: left;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 3px;
  list-style: none;
  position: relative;
  border-radius: 0;
  border: 1px solid #dddddd;
  text-align: center;
  /* box-shadow:rgba(0,0,0,.3) 0px 20px 50px; border-radius: @borderRadiusSmall; z-index:10;cursor:pointer;height:350px;margin-bottom:-36px;*/

}
.item-detail-variant img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}
.item-detail-variant .item-list-item {
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 25;
  width: 260px;
  max-width: 260px;
  display: none;
}
.item-detail-variant .item-list-item::before {
  content: ' ';
  position: absolute;
  top: -60px;
  right: 0;
  display: block;
  background: transparent;
  height: 60px;
  width: 60px;
}
.item-detail-variant:hover .item-list-item {
  display: block;
}
.item-detail-subitems {
  text-align: left;
  box-sizing: content-box;
  font-size: 0;
  padding: 10px 0 4px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 15px;
}
.item-detail-subitems button {
  background-color: white;
  color: #6c9dc6;
  height: 32px;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  border-radius: 0;
  border: 1px solid #6c9dc6;
  padding: 0;
  margin: 1px 0.2%;
  width: 49.6%;
  overflow: hidden;
}
.item-detail-subitems button:hover,
.item-detail-subitems button.active {
  box-shadow: #aaa 0 3px 6px;
  background-color: #6c9dc6;
  color: white;
}
.clothing-size-chart-link {
  text-align: center;
}
.clothing-size-chart-link a {
  color: #444;
  text-decoration: underline;
}
.clothing-size-chart-link a:hover {
  text-decoration: none;
  color: #000;
}
.item-detail-availability {
  font-size: 120%;
  line-height: 1.1;
  padding-top: 7px 0;
}
.item-detail-availability .on-stock {
  color: #88c112;
  font-weight: bold;
}
.item-detail-availability .wait-to-stock {
  color: #f1c423;
  font-weight: bold;
}
.item-detail-availability .select-for-stock {
  font-weight: bold;
}
.item-detail-availability .select-for-stock.stock-not-avalible {
  color: red;
}
.item-detail-availability .next-info {
  display: block;
}
.item-detail-operations {
  padding: 10px 0 0;
  line-height: 32px;
}
.item-detail-operations .price {
  font-size: 2rem;
  float: left;
  display: inline-block;
  padding: 0 2em;
}
.item-detail-operations .amount {
  display: block;
  display: flex;
  align-items: center;
  float: left;
  overflow: hidden;
  margin: 0 -3.75px;
  margin-right: 8px;
}
.item-detail-operations .amount input {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #dddddd;
  padding: 0;
  margin: 0 3.75px;
  outline: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
.item-detail-operations .amount button {
  width: 32px;
  height: 32px;
  border-radius: 0;
  border: 0;
  line-height: 32px;
  background: #dddddd;
  padding: 0;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  margin: 0 3.75px;
}
.item-detail-operations .amount button:hover {
  color: white;
  background-color: #6c9dc6;
}
.item-detail-operations button.add {
  background-color: #80b00c;
  color: white;
  height: 32px;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  border-radius: 0;
  border: 1px solid #80b00c;
  padding: 0 16px;
  margin: 0 7.5px;
  margin-left: 0px;
}
.item-detail-operations button.add:hover {
  box-shadow: #aaa 0 3px 6px;
}
.item-detail-secondary-actions {
  margin-top: 0.4rem;
}
.item-detail-secondary-actions .fa {
  min-width: 22px;
  display: inline-block;
}
.item-detail-secondary-actions a {
  padding-left: 1rem;
  color: #444;
  text-decoration: underline;
}
.item-detail-secondary-actions a:hover {
  text-decoration: none;
  color: #000;
}
.shopping-cart-popup-item-name {
  position: relative;
}
.shopping-cart-popup-item-name a {
  font-weight: bold;
  color: #6c9dc6;
  text-decoration: none;
  vertical-align: middle;
}
.shopping-cart-popup-item-availability .on-stock {
  color: #88c112;
  font-weight: bold;
}
.shopping-cart-popup-item-availability .wait-to-stock {
  color: #f1c423;
  font-weight: bold;
}
.shopping-cart-popup-item-availability .select-for-stock {
  font-weight: bold;
}
.shopping-cart-popup-item-availability .select-for-stock.stock-not-avalible {
  color: red;
}
.shopping-cart-popup-item-availability .next-info:not(.not-delivery-info) {
  text-transform: lowercase;
  margin-left: -3px;
}
.shopping-cart-popup-item-availability .next-info:not(.not-delivery-info)::before {
  content: ", ";
}
.shopping-cart-popup-item-price {
  font-size: 125%;
  text-align: right;
  display: inline-block;
  position: relative;
  top: -10px;
}
.shopping-cart-popup-item-operations {
  display: inline-block;
}
.shopping-cart-popup-item-operations .amount {
  height: 32px;
  display: block;
  display: flex;
  align-items: center;
  float: left;
}
.shopping-cart-popup-item-operations .amount input {
  border-radius: 0;
  outline: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  border: 1px solid silver;
  width: 30px;
  height: 30px;
  margin: 0px 10px;
}
.shopping-cart-popup-item-operations .amount button {
  border: 0;
  font-size: 20px;
  border-radius: 0;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
}
.shopping-cart-popup-item-operations .amount button:hover {
  color: white;
  background-color: #6c9dc6;
}
.shopping-cart-popup-item-operations .amount .minus {
  width: 32px;
  padding-left: 6px;
  padding-top: 0px;
}
.shopping-cart-popup-item-operations .amount .plus {
  width: 32px;
  padding-left: 6px;
  padding-top: 0px;
}
.shopping-cart-popup-item-operations .amount .remove {
  width: 32px;
  line-height: 18px;
}
.shopping-cart-discount-entry .form-check-label {
  margin-left: 7px;
}
.shopping-cart-discount-entry .form-check-label i.fa {
  top: 4px;
}
.shopping-cart-discount-entry div.message {
  text-align: left;
}
.shopping-cart-discount-entry .error {
  color: red;
  margin: 7px 2px;
}
.shopping-cart-discount-entry .shopping-cart-discount-entry-box.hidden {
  display: none;
}
.shopping-cart-discount-entry .shopping-cart-discount-entry-box form {
  margin: 5px 50px;
  display: inline-block;
}
.shopping-cart-discount-entry .shopping-cart-discount-entry-box form input[type="text"] {
  width: 255px;
}
.shopping-cart-discount-entry .shopping-cart-discount-entry-box form .btn {
  width: 100px;
}
.shopping-cart {
  padding-top: 20px;
}
.shopping-cart-item {
  margin-top: 25px;
}
.shopping-cart-item-name {
  position: relative;
}
.shopping-cart-item-name a {
  font-weight: bold;
  color: #6c9dc6;
  text-decoration: none;
  vertical-align: middle;
}
.shopping-cart-item-name-bold {
  font-weight: bold;
}
.shopping-cart-item-availability .on-stock {
  color: #88c112;
  font-weight: bold;
}
.shopping-cart-item-availability .wait-to-stock {
  color: #f1c423;
  font-weight: bold;
}
.shopping-cart-item-availability .select-for-stock {
  font-weight: bold;
}
.shopping-cart-item-availability .select-for-stock.stock-not-avalible {
  color: red;
}
.shopping-cart-item-availability .next-info:not(.not-delivery-info) {
  text-transform: lowercase;
  margin-left: -3px;
}
.shopping-cart-item-availability .next-info:not(.not-delivery-info)::before {
  content: ", ";
}
.shopping-cart-column-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shopping-cart-column-middle > .row {
  align-items: center;
}
.shopping-cart-item-price {
  text-align: right;
  display: inline-block;
  position: relative;
  line-height: 40px;
  white-space: nowrap;
}
.shopping-cart-item-price-big {
  font-size: 125%;
  text-align: right;
  display: inline-block;
  position: relative;
  line-height: 40px;
  white-space: nowrap;
}
.shopping-cart-item-price-bold {
  font-size: 125%;
  text-align: right;
  display: inline-block;
  position: relative;
  line-height: 40px;
  white-space: nowrap;
  font-weight: bold;
}
.shopping-cart-item-price-total {
  font-size: 150%;
  text-align: right;
  display: inline-block;
  position: relative;
  line-height: 40px;
  white-space: nowrap;
  font-weight: bold;
}
.shopping-cart-result .shopping-cart-item-price-total {
  color: #6c9dc6;
}
.shopping-cart-item-operations {
  display: inline-block;
}
.shopping-cart-item-operations .amount {
  height: 32px;
  display: block;
  display: flex;
  align-items: center;
  float: left;
}
.shopping-cart-item-operations .amount input {
  border-radius: 0;
  outline: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  border: 1px solid silver;
  width: 30px;
  padding: 5px;
  height: 30px;
  margin: 0px 10px;
}
.shopping-cart-item-operations .amount button {
  border: 0;
  font-size: 20px;
  border-radius: 0;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
  text-align: center;
}
.shopping-cart-item-operations .amount button:hover {
  color: white;
  background-color: #6c9dc6;
}
.shopping-cart-item-operations .amount .minus {
  width: 32px;
  padding-top: 0px;
}
.shopping-cart-item-operations .amount .plus {
  width: 32px;
  padding-top: 0px;
}
.shopping-cart-item-operations .amount .remove {
  width: 32px;
}
.shopping-cart-item-image {
  padding-right: 10px;
  text-align: center;
}
.shopping-cart-item-image img {
  width: 60px;
  position: relative;
  top: -5px;
}
#header #AccountBtn {
  position: relative;
  top: -1px;
  margin-right: 12px;
}
#header #AccountBtn:hover .login-box-container {
  display: block;
}
#header #AccountBtn .login-box-container.over {
  display: block;
}
#header #AccountBtn .cart-btn:not(.logged-in) {
  color: #6c9dc6;
  background-color: white;
}
#header #AccountBtn .cart-btn:not(.logged-in):hover {
  background-color: #6c9dc6;
  color: white;
}
#header #AccountBtn .cart-btn.logged-in:hover {
  background-color: #6c9dc6;
  color: white;
}
.login-box-container {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 30;
  width: 400px;
  margin: 0;
  outline: none !important;
}
.login-box {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px;
  border-radius: 0;
  border-top-right-radius: 0;
  background: white;
  padding: 30px;
  position: relative;
}
.category-list {
  margin: 20px -5px;
  margin-top: 50px;
}
.category-list .category-list-item-wrapper {
  text-align: center;
  height: 80px;
  position: relative;
  cursor: pointer;
  align-items: center;
  padding: 5px;
  overflow-y: visible;
}
.category-list .category-list-item-wrapper:hover {
  z-index: 12;
}
.category-list .category-list-item-wrapper .category-list-item {
  height: 100%;
  background: white;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 0;
  display: flex;
}
.category-list .category-list-item-wrapper .category-list-item:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px;
  z-index: 12;
}
.category-list .category-list-item-wrapper .category-list-item:hover .category-list-item-name {
  text-decoration: underline;
}
.category-list .category-list-item-wrapper .category-list-item .category-list-item-image {
  flex: 0 0 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-list .category-list-item-wrapper .category-list-item img {
  max-width: 50px;
  max-height: 50px;
}
.category-list .category-list-item-wrapper .category-list-item .category-list-item-name {
  text-align: left;
  padding: 5px 0 0;
  margin-left: 5px;
  flex: 1;
  line-height: 1.2;
  font-weight: bold;
  color: #6c9dc6;
  text-decoration: none;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding-top: 0px;
}
.shopping-cart-popup-crossell-items .slick-prev:before {
  top: -52px !important;
}
.shopping-cart-popup-crossell-items .slick-next:before {
  top: -52px !important;
}
.shopping-cart-popup-crossell-items .image {
  min-height: 172px;
  display: flex;
  align-items: center;
}
.shopping-cart-popup-crossell-items .image img {
  max-width: initial;
  max-height: 150px;
}
.shopping-cart-popup-crossell-header {
  font-size: 14px;
}
.modal-body .shopping-cart-popup-crossell-items {
  margin: -3px 24px;
}
.bootstrap-dialog-close-button button {
  padding: 0px 5px !important;
  margin: 0px !important;
}
.shopping-cart-popup .cart-btn .fa-shopping-basket {
  position: relative;
  top: -1px;
}
.shopping-cart-popup h3 {
  position: absolute;
  left: 30px;
  top: 9px;
}
#ShoppingCart .cart-btn .fa-shopping-basket {
  position: relative;
  top: -1px;
}
.category-description {
  margin: 20px 0;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}
.category-description.shortened {
  height: 60px;
  overflow: hidden;
}
.category-description.shortened .category-description-more {
  display: block;
}
.category-description.shortened:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: white 0 0 20px 30px;
  background: white;
}
.category-description a {
  text-decoration: underline;
}
.category-description a:hover {
  text-decoration: none;
}
.category-description .category-description-more {
  font-weight: bold;
  background: white;
  position: absolute;
  bottom: 0;
  right: 2em;
  display: none;
  z-index: 1;
  padding: 0 2em;
  box-shadow: white 0 0 10px 10px;
  border-radius: 0;
  text-decoration: none;
}
.sidebar {
  min-height: 500px;
  padding: 0 15px 15px 0;
  border: 0;
  border-right: 1px #dddddd solid;
}
.sidebar h4 {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 100%;
  font-weight: bold;
}
.sidebar .sidebar-param {
  margin: 15px 0;
}
.sidebar .sidebar-param.sidebar-param-hidden {
  height: 0;
  overflow: hidden;
  margin: 0px !important;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar li {
  list-style: none;
  display: block;
  padding: 0 0 0 20px;
  margin: 0;
  position: relative;
}
.sidebar li a {
  color: #444;
}
.sidebar li.disabled a {
  color: #dddddd;
  cursor: not-allowed;
}
.sidebar li a.value i {
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 120%;
  line-height: 1;
}
.sidebar .collapsed li {
  display: none;
}
.sidebar .collapsed li.always-visible,
.sidebar li.more {
  display: block;
}
.sidebar .more a {
  color: #6c9dc6;
  text-decoration: underline;
}
.sidebar .more a:hover {
  text-decoration: none;
}
.sidebar .sidebar-price {
  padding: 12px 0;
}
.sidebar .sidebar-price input {
  width: 45%;
  display: inline-block;
}
.sidebar .sidebar-price .noUi-horizontal {
  height: 0;
  border-radius: 0;
  margin: 16px 12px;
}
.sidebar .sidebar-price .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  right: -12px;
  top: -8px;
}
.sidebar .sidebar-price .noUi-horizontal .noUi-handle::before {
  content: none;
}
.sidebar .sidebar-price .noUi-horizontal .noUi-handle::after {
  content: none;
}
.sidebar .sidebar-price .noUi-horizontal .noUi-connect {
  background: #dddddd;
}
.breadcrumb {
  padding-left: 0;
  background-color: white;
}
.breadcrumb-item + .breadcrumb-item {
  color: #444;
}
a,
a:hover {
  color: #6c9dc6;
}
header {
  position: absolute;
  width: 100%;
  z-index: 20;
  background: white;
  top: 0;
  box-shadow: #dcdcdcba 0px 5px 10px;
  border-bottom: 1px solid #6c9dc6;
}
.link-list {
  line-height: 1;
  overflow: hidden;
  border-left: 1px solid white;
  padding-top: 22px;
}
.link-list a {
  border-left: 1px solid #ddd;
  padding: 0 5px 0 8px;
  display: inline-block;
  position: relative;
  left: -1px;
}
.link-list a:first-child {
  border: none;
}
.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: bold;
}
.nav-tabs .nav-info {
  display: block;
  position: absolute;
  right: 0;
  padding: 0.5rem 1rem;
  color: #aaa;
}
.o-nas {
  position: relative;
}
.o-nas .image {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://www.kojenecke-obleceni.eu/img/o-nas-bg.jpg") bottom right no-repeat;
  background-size: auto;
  background-size: cover;
  height: 366px;
  width: 586px;
  margin-top: 20px;
}
.o-nas .content {
  padding-bottom: 50px;
  padding-top: 70px;
}
.nej-vyrobci-container .polozky {
  display: flex;
  flex-wrap: wrap;
}
.nej-vyrobci-container .polozky .polozka {
  width: 20%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  text-align: center;
}
.nej-vyrobci-container .polozky .polozka img {
  max-width: 100%;
  max-height: 70px;
  filter: grayscale(100%);
  opacity: 0.5;
}
.nej-vyrobci-container .polozky .polozka > * {
  flex: 1;
}
.nej-vyrobci-container.flex-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nej-vyrobci-container .headline {
  font-size: 30px;
  line-height: 40px;
  position: relative;
  margin-bottom: 20px;
}
.headline {
  font-family: "Montserrat", "Arial", "sans-serif" !important;
  color: #1c1c1c !important;
  font-weight: 600;
  letter-spacing: 0 !important;
}
.nej-vyrobci-container .headline::after {
  content: "";
  background: url("https://www.kojenecke-obleceni.eu/img/icon/vyrobci-hearts.png");
  position: absolute;
  top: -35px;
  left: 90px;
  width: 142px;
  height: 72px;
}
.big-link {
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", "Arial", "sans-serif";
}
#vyhody {
  background: #6c9dc6;
  border-radius: 0;
  color: white;
  margin: 15px 0px;
}
#vyhody > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#vyhody .vyhoda {
  background: left top no-repeat;
  background-image: none;
  color: white;
  text-align: left;
  font-size: 14px;
  margin: 10px 5px;
  display: flex;
  align-items: center;
}
#vyhody .vyhoda .subtext {
  font-size: 13px;
}
#vyhody .vyhoda .icon {
  font-size: 43px;
  margin-right: 15px;
  margin-left: 10px;
}
.kategorie-hp .item.small {
  background: center top no-repeat;
  background-image: none;
  height: 180px;
  font-size: 17px;
  padding: 13px 18px;
}
.kategorie-hp .item {
  font-weight: 600;
  font-family: "Montserrat", "Arial", "sans-serif";
  margin-bottom: 20px;
}
.kategorie-hp .item.big {
  background: center top no-repeat;
  background-image: none;
  height: 367px;
  font-size: 30px;
  text-align: center;
  padding: 260px 60px 0;
}
.kategorie-hp .item.medium {
  background: right top no-repeat;
  background-image: none;
  height: 167px;
  font-size: 30px;
  padding: 15px 20px;
}
.kategorie-hp a {
  text-decoration: none;
  color: black;
}
.slider-widget .slide-image {
  width: 100%;
}
.slider-widget .slider-inside-slide {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: 20px;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.button-centered {
  text-align: center;
}
.slick-prev:before,
.slick-next:before {
  color: black !important;
}
.slick-next {
  right: 0px !important;
}
.detail-img .main-image {
  border: 1px solid #dddddd;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.detail-img .main-image .image {
  max-width: 100%;
  max-height: 540px;
  margin: 0px auto;
  background: white;
  display: block;
}
.detail-img .main-image .zoom-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  display: none;
}
.detail-img .main-image .zoom-image .zoom-image-source {
  position: absolute;
}
.detail-img .thumbails {
  margin: 6.5px -6.5px;
  font-size: 0;
  /*
        .slick-slide {
            img {
                margin: 0px auto;
            }
        }*/

}
.detail-img .thumbails .img {
  border: #dddddd 1px solid;
  border-radius: 0;
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin: 6.5px;
  text-align: center;
}
.detail-img .thumbails .img > a {
  height: 100px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-img .thumbails .img img {
  max-width: 100px;
  max-height: 100px;
}
.detail-img .thumbails .img.video a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #6c9dc6;
}
.detail-img .thumbails .img.video a:before {
  content: " ";
  position: absolute;
  width: 50px;
  background: #ffffffe6;
  height: 50px;
  left: 25%;
  top: 27%;
  border-radius: 0;
  transition: all 0.3s;
  box-shadow: 0px 0px 3px silver;
}
.detail-img .thumbails .img.video a:hover:before {
  background: #fffffff2;
  width: 60px;
  height: 60px;
  left: 20%;
  top: 22%;
  box-shadow: 0px 0px 6px silver;
}
.detail-img .thumbails .img.video a:after {
  content: "\f04b";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 42%;
  top: 38%;
  font-size: 30px;
}
.detail-img .slick-dots {
  display: none;
}
.hidden {
  display: none !important;
}
.social-icons a {
  margin-right: 5px;
}
.social-icons div {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  transition: all 0.4s;
  position: relative;
  top: 0px;
}
.social-icons div:hover {
  top: -4px;
}
.centered-block {
  text-align: center;
}
.centered-block > img {
  width: 35%;
  margin: 25px 0px;
}
.centered-block p {
  font-size: 20px;
}
.middle-big-button {
  background: #96bdde;
  color: white;
  padding: 11px;
  display: inline-block;
  margin: 15px auto;
  border-radius: 0;
  text-decoration: none;
  font-size: 18px;
}
.middle-big-button:hover {
  background-color: #bdd5ea;
  text-decoration: none;
}
.btn {
  height: 32px;
  font-family: "Montserrat", "Arial", "sans-serif";
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  border-radius: 0;
  padding: 0 16px !important;
  margin: 2px;
  overflow: hidden;
  display: inline-block;
}
.btn.btn-default {
  background-color: white;
  color: #6c9dc6;
  border: 1px solid #6c9dc6;
}
.btn.btn-default:hover {
  box-shadow: #aaa 0 3px 6px;
  background-color: #6c9dc6;
  color: white;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #80b00c;
  color: white;
  border: 1px solid #80b00c;
}
.btn.btn-primary:hover {
  box-shadow: #aaa 0 3px 6px;
  background-color: white;
  color: #80b00c;
  text-decoration: none;
}
.btn.btn-primary:active {
  box-shadow: #aaa 0 3px 6px;
  background-color: white !important;
  color: #80b00c !important;
  text-decoration: none;
}
.btn.btn-link {
  background-color: white;
  color: #6c9dc6;
  border: 0px solid #6c9dc6;
}
.btn.btn-link:hover {
  box-shadow: #aaa 0 3px 6px;
  background-color: #6c9dc6;
  color: white;
  text-decoration: none;
}
.btn.btn-lg,
.big-button {
  background-color: #80b00c;
  color: white;
  height: 48px;
  font-family: "Montserrat", "Arial", "sans-serif";
  font-size: 22px;
  font-weight: bold;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #80b00c;
  padding: 0 16px;
}
.btn.btn-lg:hover,
.big-button:hover {
  box-shadow: #aaa 0 3px 6px;
}
.big-button-white {
  background-color: transparent;
  color: #6c9dc6;
  height: 48px;
  font-family: "Montserrat", "Arial", "sans-serif";
  font-size: 22px;
  font-weight: bold;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #6c9dc6;
  padding: 0 16px;
}
.big-button-white:hover {
  box-shadow: #aaa 0 3px 6px;
}
.font-small {
  font-size: 12px;
}
.modal-backdrop.show {
  opacity: 0.15;
}
.bootstrap-dialog-header {
  flex: 0 0 100%;
  font-size: 120%;
  font-weight: bold;
}
.modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px;
}
.modal-content hr {
  margin: 1rem -16px;
  border-color: #dddddd;
}
body.modal-open #header {
  padding-right: 17px;
}
body.popup-cart-none .shopping-cart-popup-container {
  display: none !important;
}
.checkout .checkout-step {
  border-top: 1px solid #dddddd;
  margin: -10px 0 1rem;
  padding-top: 10px;
}
.checkout .checkout-step.disabled {
  margin-top: -6px;
}
.checkout .checkout-step div > h4 {
  margin-bottom: 0px;
}
.checkout .checkout-step:first-child {
  border-top: 0;
  margin-top: 16px;
}
.checkout .checkout-step.collapsed .open {
  display: none;
}
.checkout .checkout-step.disabled .open {
  display: none;
}
.checkout .checkout-step.disabled h4.open {
  color: #dddddd;
  display: block;
}
.checkout .checkout-step .closed {
  display: none;
}
.checkout .checkout-step.collapsed .closed {
  display: block;
}
.checkout .checkout-step.collapsed .closed em {
  display: inline-block;
  width: 10rem;
  font-weight: bold;
  font-style: normal;
}
.checkout .checkout-step h4 .bullet {
  display: inline-block;
  background: #dddddd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  margin-right: 1rem;
}
.checkout .checkout-step.active h4 .bullet {
  background: #6c9dc6;
}
.checkout .checkout-step > .row,
.checkout .checkout-step .row-select {
  padding-left: 60px;
}
.checkout .checkout-step .nav-tabs {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  border: 0;
}
.checkout .checkout-step .nav-tabs .nav-link {
  font-weight: normal;
}
.checkout .checkout-step .nav-tabs .nav-link:hover {
  color: black;
}
.checkout .checkout-step .nav-tabs .active {
  color: white;
  background: #6c9dc6;
}
.checkout .checkout-step .nav-tabs .active:hover {
  color: white;
}
.checkout .checkout-step h4.open .show-shipping-as-delivery-info,
.checkout .checkout-step h4.open .show-shipping-as-contact-info {
  margin-left: -6px;
}
.checkout .checkout-step .closed .show-shipping-as-contact-info {
  font-size: 20px;
  margin-left: 0px;
}
.checkout .row-option {
  cursor: pointer;
  position: relative;
  border: 0.7rem white solid;
  border-left: 0;
  border-right: 0;
  margin-bottom: -10px;
}
.checkout .row-option .col {
  padding: 0.1rem 0 0.1rem 35px;
}
.checkout .row-option:hover {
  background: linear-gradient(to right, white 30px, #DBF2AE 0);
}
.checkout .row-option .option-button {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #444;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
}
.checkout .row-option.active .option-button::before {
  content: ' ';
  background-color: #6c9dc6;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin: -5px 0 0 -5px;
}
.checkout .row-option .address-text {
  padding-left: 36px;
}
.checkout .row-option .ulozenka-address {
  font-weight: bold;
}
.checkout .show-done {
  display: none;
}
.checkout .done .show-done {
  display: block;
}
.checkout .summary h5 {
  font-size: inherit;
  font-weight: bold;
}
.checkout .summary .total {
  font-weight: bold;
}
.checkout .agreements {
  display: inline-block;
  text-align: left;
  font-size: 92%;
}
.checkout .shopping-cart-popup-container {
  display: none !important;
}
.checkout .form-control.disabled {
  background: #f3f3f3;
}
.checkout .btn.order-submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkout .btn.order-submit-button:disabled:hover {
  background-color: #6c9dc6;
  color: white;
}
.field-validation-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.form-control.invalid,
.form-control.input-validation-error {
  border-color: #ed5348;
  position: relative;
  background: #fff5f5 url(/images/invalid.png) right 5px no-repeat;
}
.form-control.valid {
  position: relative;
  background: white url(/images/valid.png) right 5px no-repeat;
}
/*
.form-check-input {display:none;}
.form-check-input~i {font-size:120%;}
.form-check-input~i::before {content: "\f096";}
.form-check-input:checked~i::before {content: "\f046";}
*/

.form-check-label {
  cursor: pointer;
}
.form-check-input {
  display: none;
}
.form-check-input ~ i {
  font-size: 14px;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #444;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin: 0 10px 0 10px;
}
.form-check-input:checked ~ i::before {
  content: "\f00c";
  color: #6c9dc6;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0;
  margin: -7px 0 0 -7px;
}
.col-form-label {
  font-weight: bold;
}
.border {
  border: 1px solid #dddddd;
  border-radius: 0;
}
.blog-post {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-post .blog-post-image {
  height: 412px;
  background: #fbfbfb;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 0;
}
.blog-post .title {
  font-size: 18px;
  margin: 10px 0px;
}
.blog-post .text {
  margin-bottom: 10px;
}
.blog-post .button {
  text-align: center;
}
.blog-post .btn {
  margin: 0px auto;
  display: inline-block;
  color: black;
  border-color: black;
  font-size: 16px;
}
.round-menu {
  list-style: none;
  margin: 0px;
  border: 1px solid #dddddd;
  padding: 15px;
  border-radius: 0;
}
.round-menu li.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.round-menu li a {
  color: #444;
}
.blog-pre-image img.widget {
  border-radius: 0;
  margin-bottom: 10px;
}
.blog-post-image {
  height: 412px;
  background: #fbfbfb;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}
.clothing-size-chart img {
  max-width: 100%;
  max-height: 100%;
}
.clothing-size-chart table {
  width: 100%;
}
.clothing-size-chart td,
.clothing-size-chart th {
  padding: 0 4px;
  text-align: center;
  cursor: pointer;
}
.clothing-size-chart tr:hover td {
  background: #dbf2ae;
}
.slick-next:before {
  content: " " !important;
  background: url(/images/arrow-right.png);
  height: 132px;
  width: 44px;
  background-size: 100% 100%;
  display: inline-block;
  background-repeat: no-repeat;
  opacity: 1 !important;
  margin-left: -34px;
  margin-top: -64px;
}
.slick-prev {
  z-index: 9;
}
.slick-prev:before {
  content: " " !important;
  background: url(/images/arrow-left.png);
  height: 132px;
  width: 44px;
  background-size: 100% 100%;
  display: inline-block;
  background-repeat: no-repeat;
  opacity: 1 !important;
  margin-right: -84px;
  margin-top: -64px;
}
.slider-widget {
  border-radius: 0;
  overflow: hidden;
}
.slider-widget .slick-dots {
  bottom: 8px;
}
.slider-widget > .slider {
  margin-bottom: 0px !important;
}
.normal-arrow {
  margin: 0px 22px;
}
.normal-arrow .slick-next.slick-disabled:before {
  opacity: 0.4 !important;
}
.normal-arrow .slick-prev.slick-disabled:before {
  opacity: 0.4 !important;
}
.normal-arrow .slick-prev:before {
  background: url(/images/arrow-left-small.png);
  height: 60px;
  width: 20px;
  top: 24px;
  left: -34px;
  position: relative;
}
.normal-arrow .slick-next:before {
  background: url(/images/arrow-right-small.png);
  height: 60px;
  width: 20px;
  top: 24px;
  right: -34px;
  position: relative;
}
.category-list.normal-arrow {
  margin-bottom: 5px;
}
.category-list.normal-arrow .category-list-item {
  border: 1px solid #dddddd;
  margin: 15px;
  padding-bottom: 10px;
  height: initial;
  display: flex;
  vertical-align: top;
  align-items: flex-start;
  margin-bottom: 26px;
}
.category-list.normal-arrow .category-list-item .controll {
  padding: 3px 6px;
}
.category-list.normal-arrow .category-list-item .category-list-item-name .title {
  font-weight: bold;
  margin-bottom: 5px;
}
.menu-account li {
  border-bottom: 0px !important;
  padding: 4px !important;
}
.menu-account li a {
  display: block;
  padding: 8px 0px;
  background-image: url(/images/user-icon.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-y: 6px;
  padding-left: 34px;
}
.menu-account li a.my-orders {
  background-position-y: -25px;
}
.menu-account li a.my-wishlist {
  background-position-y: -57px;
}
.menu-account li a.change-pass {
  background-position-y: -89px;
}
.menu-account li a.logout {
  background-position-y: -121px;
}
.menu-account li:last-child a {
  border-bottom: 0px;
}
.login-box {
  padding-top: 60px;
}
.login-box h3 {
  position: relative;
  top: -51px;
  margin: 0 20px -33px 0;
}
.login-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.login-box ul li a {
  display: block;
  padding: 7px 0px;
  background-image: url(/images/user-icon.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-y: 5px;
  padding-left: 34px;
}
.login-box ul li a.my-orders {
  background-position-y: -27px;
}
.login-box ul li a.my-wishlist {
  background-position-y: -59px;
}
.login-box ul li a.change-pass {
  background-position-y: -89px;
}
.login-box ul li a.logout {
  background-position-y: -121px;
}
.login-box ul li:last-child a {
  border-bottom: 0px;
}
.form-group {
  margin-bottom: 0.7rem;
}
input[type="radio"] {
  position: relative;
}
input[type="radio"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #444;
  margin-top: -1px;
  border-radius: 50%;
  transition: all 0.2s;
}
input[type="radio"]:hover:before {
  border: 1px solid #444;
}
input[type="radio"]:checked:after {
  content: " ";
  position: absolute;
  top: 2px;
  left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: initial;
  color: white;
  font-size: 11px;
  opacity: 1;
  background: #6c9dc6;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.category-desc-bubble {
  float: right;
  font-size: 80%;
  display: flex;
  align-items: baseline;
}
.category-desc-bubble .description {
  position: relative;
  height: 112px;
  font-weight: 100 !important;
}
.category-desc-bubble .description div {
  position: absolute;
  right: -37px;
  width: 300px;
  height: auto;
  z-index: 9;
  overflow: hidden;
  max-height: 145px;
  border: 1px solid #dddddd;
  padding: 0.2rem;
  border-radius: 0;
  background: white;
  color: #dddddd !important;
  transition: all 0.5s;
  font-size: 14px;
  transform: scale(0.75);
  padding: 9px 15px;
}
.category-desc-bubble:not(:hover) span,
.category-desc-bubble:not(:hover) a,
.category-desc-bubble:not(:hover) strong {
  color: #dddddd !important;
}
.category-desc-bubble:hover .description div {
  font-size: 14px;
  width: 300px;
  max-height: 999px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px;
  color: #444 !important;
  transform: scale(1);
  right: 0px;
  top: 0px;
}
.category-desc-bubble .line {
  width: 25px;
  position: relative;
}
.category-desc-bubble .line .line-1 {
  position: absolute;
  bottom: 12px;
  left: -5px;
  z-index: 11;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 0 20px;
  border-color: transparent transparent transparent white;
}
.category-desc-bubble .line .line-2 {
  position: absolute;
  left: -1px;
  top: -22px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 0 20px;
  border-color: transparent transparent transparent #dddddd;
}
.category-desc-bubble .logo {
  width: 29px;
  height: 29px;
  background-size: 100%;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr th {
  padding: 8px;
  background: white;
  border-bottom: 1px solid #f1f1f1;
  color: #444;
  border-top: none;
}
.table tr td {
  padding: 8px;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
}
.table tr .table-image {
  max-width: 50px;
}
.table tr:hover td {
  background: #f1f1f1;
}
.search-popup {
  position: absolute;
  z-index: 150;
  width: 100%;
  min-height: 49px;
  border-radius: 0;
  background: white;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px;
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}
.search-popup.active {
  display: block;
}
.search-popup.active .flex-column {
  margin: 0px 30px 0px 18px;
  padding: 0px 0px 0px 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.search-popup .flex-column {
  margin: 0px 0px 0px -1px;
  padding: 0px 0px 0px 19px;
  transition: all 0.1s;
  border-bottom: 1px solid #dddddd;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.search-popup .search-button {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 5px 10px;
  background-color: #6c9dc6;
  border: 1px solid #a3c2db;
  color: white;
  border-radius: 0;
  height: 49px;
  width: 49px;
}
.search-popup .search-button:hover {
  background-color: #91b6d4;
}
.search-popup #search {
  width: 91%;
  padding: 13px 0 13px 0px;
  border: 0px;
  color: #444;
  outline: none;
}
.search-popup .content {
  padding: 8px 18px 8px 18px;
}
.search-popup .content .search-list {
  list-style: none;
  margin: 0px -18px;
  padding: 0px;
}
.search-popup .content .search-list li.title {
  padding: 5px;
  background: whitesmoke;
  color: #777777;
}
.search-popup .content .search-list li.title span {
  display: inline-block;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: bold;
}
.search-popup .content .search-list li.text a {
  padding-left: 67px;
}
.search-popup .content .search-list li a {
  text-decoration: none;
  color: #444;
  display: flex;
  padding: 5px 18px;
  align-items: center;
  cursor: pointer;
}
.search-popup .content .search-list li a:hover,
.search-popup .content .search-list li a:focus {
  background: #dbf2ae;
}
.search-popup .content .search-list li a .text {
  flex: 1;
}
.search-popup .content .search-list li a .img {
  width: 40px;
  height: 40px;
  background: white;
  margin-right: 10px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-popup .content .search-list li a .img img {
  max-height: 40px;
  max-width: 40px;
}
.vyhoda {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}
.vyhoda .icon img {
  width: 75px;
}
.vyhoda .content {
  color: white;
  background: #6c9dc6;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  margin-left: 10px;
  border-radius: 0;
}
.vyhoda .content div:not(.subtext) {
  font-size: 17px;
}
li.item-detail-variant {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
li.item-detail-variant > a {
  overflow: hidden;
}
.product-slider {
  margin: 0px 24px;
  margin-top: -4px;
  margin-bottom: 6px;
}
.product-slider .slick-prev:before {
  background: url(/images/arrow-left-small.png);
  height: 60px;
  width: 20px;
  top: -52px;
  left: -36px;
  position: relative;
}
.product-slider .slick-next:before {
  background: url(/images/arrow-right-small.png);
  height: 60px;
  width: 20px;
  top: -52px;
  right: -36px;
  position: relative;
}
.product-slider a {
  color: black;
  text-decoration: none;
  text-align: center;
  display: block;
  outline: none;
  padding: 7.5px;
}
.product-slider a .image {
  border: 1px solid #dddddd;
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}
.product-slider a .image img {
  margin: 0px auto;
  max-width: 100%;
  max-height: 162px;
}
.product-slider a .name {
  margin-top: 15px;
  color: #6c9dc6;
  height: 6rem;
}
.product-slider a .stock {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 6px;
}
.product-slider a .stock .on-stock {
  color: #88c112;
  font-weight: bold;
}
.product-slider a .stock .wait-to-stock {
  color: #f1c423;
  font-weight: bold;
}
.product-slider a .stock .select-for-stock {
  font-weight: bold;
}
.product-slider a .stock .select-for-stock.stock-not-avalible {
  color: red;
}
.product-slider a .stock .next-info {
  text-transform: lowercase;
  margin-left: -3px;
}
.product-slider a .stock .next-info::before {
  content: ", ";
}
.product-slider a .price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-slider a .price .price-old {
  margin-right: 10px;
  text-decoration: line-through;
  text-decoration-color: #888;
}
.product-slider a .price .price-normal {
  font-size: 130%;
}
.product-slider a:hover .name {
  text-decoration: underline;
}
.article-slider {
  padding: 5px 35px;
}
.article-slider .nothing-found {
  margin: 30px;
  font-size: 120%;
  text-align: center;
  color: silver;
}
.article-slider .slick-prev:before {
  background: url(/images/arrow-left-small.png);
  height: 60px;
  width: 20px;
  top: -91px;
  left: -7px;
  position: relative;
}
.article-slider .slick-next:before {
  background: url(/images/arrow-right-small.png);
  height: 60px;
  width: 20px;
  top: -91px;
  right: -7px;
  position: relative;
}
.article-slider a {
  color: #444;
  text-decoration: none;
  display: block;
  margin: 0px 7.5px;
  outline: none;
}
.article-slider a .name {
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
}
.article-slider a .desc {
  font-size: 13px;
  margin-top: 2px;
}
.article-slider a .more {
  color: #6c9dc6;
  margin-top: 2px;
}
.article-slider a:hover .more {
  text-decoration: underline;
}
.article-slider a .image {
  width: 100%;
  height: 98px;
  border: 1px solid #dddddd;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.article-slider a .image img {
  max-height: 100%;
  width: 100%;
}
.item-gallery .slick-list {
  margin-left: 36px;
  margin-right: 41px;
}
.item-gallery .slick-prev:before {
  background: url(/images/arrow-left-small.png);
  height: 60px;
  width: 20px;
  top: 31px;
  left: -7px;
  position: relative;
}
.item-gallery .slick-next:before {
  background: url(/images/arrow-right-small.png);
  height: 60px;
  width: 20px;
  top: 31px;
  right: -7px;
  position: relative;
}
.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  max-width: 400px;
}
.menu li {
  padding: 10px;
  border-bottom: 1px solid #cbddec;
}
.brand-slider {
  margin: 3px 20px;
  margin-bottom: 17px;
  border: 1px solid #cbddec;
  padding: 14px;
  border-radius: 0;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 40px;
  padding-right: 40px;
}
.brand-slider .slick-prev:before {
  background: url(/images/arrow-left-small.png);
  height: 60px;
  width: 20px;
  top: 31px;
  left: -7px;
  position: relative;
}
.brand-slider .slick-next:before {
  background: url(/images/arrow-right-small.png);
  height: 60px;
  width: 20px;
  top: 31px;
  right: -7px;
  position: relative;
}
.brand-slider .slick-slide img {
  height: 70px;
  max-width: 100%;
  margin: 0px auto;
}
.form-input {
  padding: 8px 15px 8px 15px;
  border: 1px solid #dddddd;
  color: #444;
  border-radius: 0;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
  color: transparent;
  border-radius: 4px;
}
.compare-table .compare-table-header {
  border-bottom: 1px solid #96bdde;
  padding-bottom: 10px;
  top: 0px;
  background: white;
  z-index: 19 !important;
  transition: all 0.2s;
}
.compare-table .compare-table-header.sticky {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px;
}
.compare-table .item-list-badges {
  left: 7.5px;
  right: auto;
}
.compare-table.only-changes .compare-table-data:not(.compare-table-different-line) {
  display: none !important;
}
.compare-table .compare-table-data {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.compare-table .compare-table-data.compare-table-different-line {
  font-weight: bold;
}
.compare-table .compare-table-data .compare-table-data-param {
  background: #f5f5f5;
}
.compare-table .compare-table-data .col {
  padding: 7px 15px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 275px;
}
.compare-table .compare-table-data:hover,
.compare-table .compare-table-data:focus {
  background: #dbf2ae;
}
.page-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-title > div {
  margin-right: 15px;
  flex: 1;
}
.page-title img {
  max-height: 70px;
  max-width: 150px;
}
.author-widget {
  display: flex;
  margin-top: 20px;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 0;
}
.author-widget .avatar {
  border-radius: 0;
  border: 1px solid silver;
  width: 80px;
  height: 80px;
}
.author-widget .author-widget-content {
  flex: 1;
  margin-left: 15px;
}
.author-widget .author-widget-content .author-widget-name {
  font-weight: bold;
}
.modal-header {
  padding: 9px 15px;
  font-size: 12px;
  padding-bottom: 7px;
}
.modal-open .comparer-bar {
  display: none !important;
}
.comparer-bar {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0px;
}
.comparer-bar.minimize .bar {
  height: 34px;
}
.comparer-bar.minimize .bar .comparer-products {
  display: none !important;
}
.comparer-bar.minimize .bar .comparer-title {
  display: none;
}
.comparer-bar.minimize .bar .comparer-title-minimized {
  font-weight: bold;
  margin: 5px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comparer-bar.minimize .bar .minimize i:before {
  content: "\f0d8";
}
.comparer-bar:not(.minimize) .comparer-title-minimized {
  display: none;
}
.comparer-bar.absolute {
  position: absolute;
  bottom: auto !important;
}
.comparer-bar:not(.absolute) {
  top: auto !important;
  box-shadow: 0px -2px 5px silver;
  z-index: 15;
}
.comparer-bar .bar {
  height: 203px;
  margin: 0px auto;
  border-top: 1px solid purple;
  background: white;
}
.comparer-bar .bar .comparer-title {
  font-weight: bold;
  margin: 5px 0px;
}
.comparer-bar .bar .minimize {
  float: right;
  padding: 0px 9px !important;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -5px;
  height: 28px;
  color: #909090;
  border-color: #909090;
  border-top: 0px;
}
.comparer-bar .bar .minimize i {
  margin-top: 5px;
  display: block;
}
.comparer-bar .bar .minimize:focus {
  outline: 0px;
  box-shadow: none !important;
}
.comparer-bar .bar .comparer-products {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}
.comparer-bar .bar .comparer-products .comparer-item {
  display: flex;
}
.comparer-bar .bar .comparer-products .comparer-item.removing {
  opacity: 0.5;
}
.comparer-bar .bar .comparer-products .comparer-item.comparer-center {
  align-items: center;
  position: sticky;
  top: 45px;
  right: 0px;
  margin: 0px 20px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.88) 14%, #ffffff 100%);
  padding-left: 35px;
  flex-direction: column;
  justify-content: center;
}
.comparer-bar .bar .comparer-products .comparer-item.comparer-center a {
  white-space: nowrap;
}
.comparer-bar .bar .comparer-products .comparer-item .comparer-item-content {
  width: 170px;
}
.comparer-bar .bar .comparer-products .comparer-item .comparer-item-content a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}
.comparer-bar .bar .comparer-products .comparer-item .comparer-item-content a img {
  height: 100px;
  max-width: 100px;
}
.comparer-bar .bar .comparer-products .comparer-item .comparer-item-content a .name {
  width: 100%;
}
.comparer-bar .bar .comparer-products .comparer-item .actions {
  margin-left: -32px;
}
.comparer-bar .bar .comparer-products .comparer-item .actions a {
  padding: 5px;
  padding-top: 4px;
  width: 31px;
  height: 31px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  cursor: pointer;
}
.comparer-bar .bar .comparer-products .comparer-item .actions a:hover {
  background: #6c9dc6;
  color: white;
  border-radius: 0%;
}
.comparer-animated-image {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0.1;
  z-index: 30;
  border: 1px solid silver;
  background: white;
}
.ibtn {
  width: 32px;
  height: 32px;
  border-radius: 0px;
  border: 0;
  line-height: 32px;
  background: #dddddd;
  padding: 0;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin: 0 3.75px;
  color: #444;
}
.ibtn:hover {
  color: #dbf2ae;
  background-color: #6c9dc6;
}
.compare-table .item-list-item-discount {
  right: 50px;
  top: 7px;
}
.compare-table .item-list-item {
  margin-right: 8px;
}
.compare-table .item-list-item:hover {
  z-index: 500;
}
.compare-table .compare-table-content {
  overflow: hidden;
  text-align: center;
}
.compare-table .compare-table-content .compare-table-data {
  white-space: nowrap;
  position: relative;
  display: flex;
}
.compare-table .compare-table-content .compare-table-data .compare-table-data-param {
  position: sticky;
  left: 0px;
  z-index: 10;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 275px;
}
.compare-table .compare-table-content .compare-table-data > div {
  display: inline-block;
  white-space: normal;
  width: 275px;
  margin-right: 8px;
}
.compare-table-header {
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 43px !important;
  padding-right: 10px;
  padding-top: 20px;
  z-index: 20 !important;
  padding-left: 275px;
}
.compare-table-header .compare-controll {
  position: sticky;
  left: 0px;
  background: white;
  z-index: 15;
  display: flex;
}
.compare-table-header .compare-controll > div {
  position: absolute;
  background: whitesmoke;
  padding-top: 30px;
  padding-left: 30px;
  width: 275px;
  height: 393px;
  margin-top: -20px;
  margin-left: -275px;
}
.compare-table-header > div {
  display: inline-block;
  white-space: normal;
  width: 275px;
}
.compare-table-header .actions {
  float: right;
  width: 0px;
}
.compare-table-header .actions a.btn {
  padding: 0px 5px !important;
  border-radius: 0px;
  width: 31px;
  height: 31px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
  z-index: 14;
  position: absolute;
  right: 10px;
}
.compare-table-header .actions a.btn .fa {
  position: relative;
  top: -1px;
}
.compare-table-header .actions a.btn:hover {
  background: #6c9dc6;
  color: white;
}
.item-list.small {
  padding-bottom: 0px !important;
}
.item-list.small .item-list-item {
  height: 200px;
}
.item-list.small .item-list-item .item-list-item-image img {
  max-height: 80px;
}
.small-popup-items {
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
  padding-left: 275px;
  top: 0px;
  z-index: 30;
  background: white;
  box-shadow: 0px 6px 12px 4px #b5b5b563;
}
.small-popup-items .compare-controll {
  position: sticky;
  left: 0px;
  background: white;
  z-index: 15;
  display: flex;
}
.small-popup-items .compare-controll > div {
  position: absolute;
  left: -275px;
  background: whitesmoke;
  padding-top: 30px;
  padding-left: 30px;
  width: 100%;
  height: 390px;
  margin-top: -20px;
}
.small-popup-items > div {
  display: inline-block;
  white-space: normal;
  width: 275px;
}
.small-popup-items .small-item {
  height: auto !important;
}
.small-popup-items .small-item a {
  height: 63px;
  display: inline-block;
}
.small-popup-items .small-item img {
  max-width: 98px;
  max-height: 98px;
  margin: auto;
  display: block;
}
.fixed-card {
  position: fixed;
  z-index: 30;
  margin-top: 0px;
}
.fixed-card .actions {
  position: absolute;
  width: 0px;
  right: 0px;
  display: none;
}
.shopping-cart-popup-crossell-items .product-slider-item .image {
  height: 125px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  /*justify-content: center;*/

}
.shopping-cart-popup-crossell-items .product-slider-item .image img {
  max-width: 125px;
  max-height: 125px;
  -flex: 1;
  vertical-align: middle;
  border-style: none;
}
.category-header {
  margin-right: 310px;
}
.btn {
  outline: none;
}
.designer h4 {
  margin: 0px;
}
.search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
}
code {
  font-size: 110%;
  color: inherit;
}
.search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
}
@media (min-width: 426px) {
  .only-small-mobile {
    display: none;
  }
}
.brand-mobile {
  display: none;
}
@media only screen and (max-width: 425px) {
  body.checkout ul.nav.nav-tabs {
    display: block;
    border: 1px solid #6c9dc6;
    border-radius: 0;
    padding: 0px;
    overflow: hidden;
  }
  body.checkout ul.nav.nav-tabs > .nav-item a {
    margin: 0px;
    border: 0px;
    border-radius: 0px;
  }
  body.checkout ul.nav.nav-tabs > .nav-item a::before {
    display: none;
  }
  .page-title img {
    display: none;
  }
  .item-detail-badges.with-brand {
    top: 80px;
  }
  .brand-mobile {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px;
    border: 1px solid #efefef;
    border-radius: 0;
  }
  .brand-mobile > img {
    max-width: 100%;
  }
  .rating-bottom-title {
    display: block;
    margin-top: 5px;
  }
  .rating-split.mobile {
    display: inline-block !important;
    border: 1px solid #dddddd;
    border-radius: 0px;
    padding: 10px 15px;
  }
  .rating-split.mobile small {
    color: silver;
  }
  .rating-split.mobile .rating-bar {
    width: 100px;
    height: 15px;
    display: inline-block;
    border: 1px solid goldenrod;
    position: relative;
    top: 4px;
  }
  .rating-split.mobile .rating-bar > span {
    display: inline-block;
    height: 15px;
    background: goldenrod;
    position: relative;
    top: -2px;
  }
  .item-detail-main-box .rating-container {
    height: 70px;
  }
  .item-detail-main-box .rating-container .rating.big i {
    font-size: 1.2rem;
  }
  .item-detail-main-box .rating-container .rating-popup {
    max-height: 61px;
    margin-top: 11px;
    max-width: 88%;
  }
  .item-detail-main-box .rating-container .rating-popup .total {
    font-size: 1.7rem;
    margin-top: -1px;
    margin-left: 25px;
    float: right;
  }
  .item-detail-main-box .rating-container .rating-popup .info {
    clear: inherit !important;
  }
  .article-slider a .image {
    height: 155px;
  }
  .article-slider .slick-prev:before {
    top: -49px;
  }
  .article-slider .slick-next {
    right: -15px;
  }
  .article-slider .slick-next:before {
    top: -49px;
    right: -20px;
  }
  #vyhody .vyhoda {
    text-align: center;
    width: 100%;
    margin: 5px 5px;
  }
  #vyhody .vyhoda .icon {
    font-size: 23px;
    margin-right: 13px;
    margin-left: 0px;
  }
  #vyhody .vyhoda > div:not(.icon) {
    flex: 1;
  }
  #footer .col-md-3 > h5 {
    margin-top: 15px;
  }
  .brand-slider .slick-next {
    right: -15px;
  }
  .brand-slider .slick-next:before {
    right: -18px;
  }
  h1 {
    font-size: 1.6rem;
  }
  .page-title {
    display: block;
  }
  .page-title img {
    float: right;
  }
  .item-detail-secondary-actions {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0px;
    display: flex;
  }
  .item-detail-secondary-actions a {
    display: block;
    text-align: center;
    padding: 12px;
    border-right: 1px solid #f3f3f3;
    flex: 1;
    font-size: 18px;
  }
  .item-detail-secondary-actions a:last-child {
    border-right: 0px;
  }
  .item-detail-secondary-actions a span {
    display: none !important;
  }
  .shopping-cart-dialog .modal-dialog {
    max-width: 100%;
    width: inherit;
    padding-right: 17px;
  }
  .category-ordering {
    flex-direction: column;
    padding-bottom: 15px;
    border-color: #EFEFEF;
  }
  .category-ordering .nav-item {
    flex: 1;
  }
  .category-ordering .nav-item .nav-link {
    border: 0px;
  }
  .category-ordering .nav-item .nav-link:before {
    display: none;
  }
  .category-ordering .nav-item .nav-link.active {
    border: 1px solid #EFEFEF;
    border-radius: 0;
  }
  .rating-container {
    height: 82px;
    padding: 15px;
    margin: -15px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 2px;
  }
  .rating-container .rating-popup {
    display: block !important;
    box-shadow: none !important;
    max-height: 69px;
    overflow: hidden;
  }
  .rating-container .rating-popup .total {
    margin-top: -5px;
  }
  .category-desc-bubble {
    display: none;
  }
  .category-header {
    margin-right: 0px;
  }
  .category-list:not(.show-all) > div:not(.category-top-show) {
    display: none;
  }
}
.toggle.toggle-on > i:before {
  content: "\f0d8";
}
.toggle:hover {
  text-decoration: none;
}
.item-list-item-operations .ibtn.wishlist {
  display: none;
}
.item-list-item-operations .select-variant {
  display: none;
}
.display-if-register {
  display: none;
}
.register .display-if-register {
  display: flex;
}
.register .hide-if-register {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-line button {
    font-size: 15px;
    padding: 6px 15px;
    height: auto;
    line-height: initial;
    margin-bottom: 0px;
  }
}
.menu-toggles .toggle {
  display: none;
}
@media only screen and (max-width: 425px) {
  .animated-slider-placeholder {
    height: 154.94px !important;
  }
  body .slick-next {
    right: 9px !important;
  }
  body .product-slider .slick-next {
    right: -2px !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-small-mobile {
    display: none;
  }
  body .main-page-info-bar > div:not(:last-child) {
    padding-bottom: 0px !important;
    padding-top: 13px !important;
  }
}
@media only screen and (max-width: 575px) {
  .hidden-mobile {
    display: none;
  }
  .blog-post .blog-post-image,
  .blog-post-image {
    height: calc(47vw);
  }
  .placeholder-slider-products > div > div:not(:first-child),
  .placeholder-article-slider > div > div:not(:first-child) {
    display: none !important;
  }
  .placeholder-slider-products > div > div:first-child,
  .placeholder-article-slider > div > div:first-child {
    width: 100% !important;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  .shopping-cart-item {
    border-bottom: 1px solid #cbddec;
    padding-bottom: 15px;
    margin-bottom: 45px;
  }
  .shopping-cart-item .shopping-cart-item-image img {
    width: 60px;
    top: 5px;
  }
  .shopping-cart-item .shopping-cart-column-operations {
    margin-top: 16px;
  }
}
@media (max-width: 1024px) {
  .row-menu {
    flex-direction: column-reverse;
  }
  .row-menu .round-menu-actions {
    overflow: auto;
    white-space: initial !important;
    padding: 9px 0px !important;
    box-shadow: none !important;
    border: 0px;
  }
  .row-menu .round-menu-actions > a {
    background-color: white;
    color: #6c9dc6;
    height: 32px;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    border-radius: 0;
    border: 1px solid #6c9dc6;
    padding: 6px 16px;
    text-decoration: none;
  }
  .row-menu .round-menu {
    overflow: auto;
    white-space: nowrap;
    padding: 0px;
    box-shadow: -12px 1px 9px -1px #e6e6e6 inset;
  }
  .row-menu .round-menu li {
    display: inline-block;
  }
  .row-menu .round-menu li a {
    padding: 5px;
    margin: 5px;
    display: block;
  }
  .row-menu .round-menu li.title {
    display: none;
  }
}
@media (max-width: 1024px) {
  .menu-toggles .toggle {
    display: block;
    padding: 7px 15px;
    border: 1px solid #EFEFEF;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
  }
  .menu-toggles .toggle.toggle-on {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0px;
    position: relative;
    z-index: 21;
    background: white;
  }
  .menu-toggles .toggle.toggle-on + .round-menu {
    border: 1px solid #EFEFEF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) -3px 7px 20px 7px;
  }
  .menu-toggles .toggle.toggle-on + .round-menu li:not(.title) {
    display: block;
  }
  .menu-toggles .round-menu {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 1024px) {
  .animated-slider-placeholder {
    height: 282.83px !important;
  }
  .item-detail-main-box {
    margin-top: 10px;
  }
  .item-list-item-operations .ibtn.wishlist {
    display: inline-block;
  }
  .item-list-item-operations .ibtn.wishlist.wishlisted {
    background: #6c9dc6;
    color: white !important;
  }
  .item-list-item-operations .select-variant {
    display: inline-block;
    background-color: white;
    color: #6c9dc6;
    height: 32px;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    border-radius: 0;
    border: 1px solid #6c9dc6;
    padding: 0 16px;
    float: right;
  }
  .item-list-item-operations .choose {
    display: none !important;
  }
  .item-list-item {
    cursor: pointer;
    height: 366px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 10px !important;
  }
  .item-list-item:hover {
    box-shadow: none !important;
  }
  .item-list-item .item-list-item-name {
    text-decoration: underline;
  }
  .item-list-item .item-list-item-operations {
    display: block;
  }
  .item-list-item .item-list-item-info {
    bottom: 46px;
  }
  .item-list-item:not(.show-more) .item-list-item-subitems {
    display: none;
  }
  .checkout-step .order-item-row {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  
}
@media (max-width: 455px) {
  .button-line button {
    font-size: 15px;
    padding: 6px 15px;
    height: auto;
    line-height: initial;
    margin-bottom: 0px;
  }
  .category-toggles .toggle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer a.big:first-child {
    margin-top: 0px;
  }
  footer a.big {
    font-size: 15px;
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .header-logo > a {
    min-width: 171px;
    display: inline-block;
  }
  #SearchBtn {
    display: none !important;
  }
  .page-wrapper {
    position: relative;
    padding-top: 213.188px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-body #ShoppingCart {
    font-size: 9px;
  }
  .blog-post .blog-post-image,
  .blog-post-image {
    height: 345px;
  }
  #header .header-body .header-bottom nav .nav li {
    padding: 15px 12px;
    font-size: 12px;
  }
}
.item-description iframe {
  max-width: 100%;
}
.menu-header-bottom {
  display: none;
}
.compare-mobile-difference {
  display: none;
}
.rating-split.mobile {
  display: none;
}
@media (max-width: 991px) {
  #AccountBtn button {
    padding: 0;
  }
  #ShoppingCart button {
    padding: 0;
  }
  #SearchBtn button {
    padding: 0;
  }
  .rating-form textarea {
    width: 100% !important;
  }
  .rating-form img.primary {
    max-height: 200px;
  }
  .blog-post .blog-post-image,
  .blog-post-image {
    height: 255px;
    background-position: center;
  }
  .checkout .checkout-step .nav-tabs .nav-link {
    padding: 5px;
  }
  .checkout .checkout-step .nav-tabs .nav-link::before {
    left: -3px;
  }
  .checkout .checkout-step.collapsed .closed em {
    font-size: 19px;
  }
  .item-list.not-login .wishlist {
    display: none !important;
  }
  .checkout .checkout-step .nav-tabs {
    padding: 2px 9px;
    font-size: 17px;
    padding-left: 0px;
  }
  .checkout .checkout-step > .row {
    padding-left: 0px;
  }
  .checkout .checkout-step > div > .row-select {
    padding-left: 16px;
  }
  .checkout-step h4 {
    position: relative;
  }
  .checkout-step h4 > span {
    display: block;
    font-size: 16px;
    margin-top: 13px;
    padding-bottom: 5px;
  }
  .checkout-step h4 > button {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .item-detail-variant:hover .item-list-item {
    display: none !important;
  }
  .compare-mobile-difference {
    display: block;
    background: #cbddec;
    padding: 8px;
    padding-bottom: 0px;
    border-bottom: 1px solid #a6c5de;
  }
  .compare-table .small-popup-items {
    padding-left: 0px;
    display: none !important;
  }
  .compare-table .small-popup-items .compare-controll {
    display: none;
  }
  .compare-table .compare-table-header {
    padding-left: 0px;
    padding-bottom: 32px !important;
  }
  .compare-table .compare-table-header .compare-controll {
    display: none;
  }
  .compare-table .compare-table-header > div {
    width: 290px;
  }
  .compare-table .compare-table-content {
    overflow: auto;
  }
  .compare-table .compare-table-content .compare-table-data {
    position: relative !important;
    display: block !important;
    /* width: calc(237px*var(--size)) !important;*/
  
    /*To var nejde použít z nějakého záhádného důvodu takže to budu muset dát mimo les*/
  
  }
  .compare-table .compare-table-content .compare-table-data .compare-table-data-param {
    /*width: calc(280px*var(--size)) !important;*/
    position: absolute !important;
    text-align: left;
  }
  .compare-table .compare-table-content .compare-table-data .compare-table-data-param > span {
    position: sticky;
    left: 15px;
  }
  .compare-table .compare-table-content .compare-table-data .col:not(.compare-table-data-param) {
    padding-top: 41px;
  }
  .category-toggles {
    display: flex !important;
  }
  .menu-header-bottom {
    display: flex;
  }
  .menu-header-bottom .col-6:first-child {
    padding-right: 0px;
  }
  .menu-header-bottom .col-6:nth-child(2) {
    margin-bottom: 10px;
    margin-left: -11px;
  }
  .menu-header-bottom .col-6 .sub {
    font-size: 13px;
    color: #9c9c9c;
  }
  .menu-header-bottom div.call {
    margin: 5px;
    background: white;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 17px;
  }
  .slider-widget .slick-next:before {
    height: 60px;
    width: 20px;
    margin-top: -25px;
    right: -36px;
    margin-left: -57px;
  }
  .slider-widget .slick-prev:before {
    height: 60px;
    width: 20px;
    margin-top: -25px;
    margin-left: -25px;
  }
  .category-toggles .col-6:first-child {
    padding-right: 5px;
  }
  .category-toggles .col-6:nth-child(2) {
    padding-left: 5px;
  }
  .category-toggles .toggle {
    display: block;
    padding: 7px 15px;
    border: 1px solid #EFEFEF;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
  }
  .category-toggles .toggle.open,
  .category-toggles .toggle.toggle-on {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0px;
    position: relative;
    z-index: 21;
    background: white;
  }
  .category-toggles .toggle.open .fa-caret-down::before,
  .category-toggles .toggle.toggle-on .fa-caret-down::before {
    content: "\f0d8";
  }
  .sidebar {
    border-radius: 0;
    border: 1px solid #EFEFEF;
    padding-right: 0;
    border-top-left-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) -3px 7px 20px 7px;
    margin-top: -2px;
    background: white;
    z-index: 20;
    position: relative;
    padding: 0px 12px;
  }
  .category-ordering {
    border: 1px solid #EFEFEF;
    border-radius: 0;
    margin-top: -2px;
    border-top-right-radius: 0px;
    padding-bottom: 0px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.3) -3px 7px 20px 7px;
    z-index: 20;
    position: relative;
  }
  .category-ordering .nav-item .nav-link.active {
    border: 0px;
  }
  .category-ordering .nav-item .nav-link.active:after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    color: #6c9dc6;
  }
  .category-list .category-list-item-wrapper {
    height: 70px;
  }
  .category-list .category-list-item-wrapper .category-list-item img {
    max-width: 35px;
    max-height: 35px;
  }
  .category-list .category-list-item-wrapper .category-list-item .category-list-item-name {
    font-size: 13px;
  }
  body {
    padding-top: 93px;
  }
  body.search-show {
    overflow: hidden;
  }
  body.search-show #SearchBtn {
    display: none !important;
  }
  body.search-hide {
    padding-top: 48px;
  }
  .search-overlay {
    z-index: 100;
  }
  .search-popup {
    display: block;
    left: 0 !important;
    right: 0;
    width: 100% !important;
    top: 48px !important;
    bottom: 0px;
    max-width: none;
    border-radius: 0px;
    overflow-y: auto;
    position: fixed;
  }
  .search-popup .content {
    padding: 8px 18px 8px 14px;
  }
  .search-popup > .flex-column {
    margin: 0px !important;
    position: sticky;
    top: 0;
    padding: 2px 13px !important;
    background: white;
  }
  .search-popup > .flex-column #search {
    padding: 8px 0 8px 0px;
    width: 91%;
  }
  .search-popup > .flex-column .search-button {
    padding: 5px;
    height: 39px;
    width: 39px;
    border-radius: 0%;
    background: transparent;
    color: #444;
    border: 0px;
    right: 31px;
    top: 1px;
  }
  .search-popup > .flex-column .search-button-close {
    right: -1px;
    display: block;
  }
  .abtest {
    display: none;
  }
  .product-slider a .name {
    height: 4rem;
  }
  #header {
    z-index: 30;
    min-height: 47px;
    max-height: none;
    background: #6c9dc6;
    position: fixed !important;
    top: 0px !important;
  }
  #header .header-body .header-top {
    display: none;
  }
  #header .header-body .header-middle {
    height: 47px;
    padding-bottom: 0px;
    margin-bottom: -8px;
    z-index: 100;
    position: relative;
    background: #6c9dc6;
  }
  #header .header-body .header-middle > .container {
    max-width: none;
    padding: 0px;
    justify-content: normal;
  }
  #header .header-body .header-middle > .container .header-logo {
    height: 25px;
  }
  #header .header-body .header-middle > .container .header-logo a {
    padding: 19px 11px;
  }
  #header .header-body .header-middle > .container .header-logo a img {
    padding-top: 3px;
    height: 25px;
    width: auto;
  }
  #header .header-body .header-middle > .container .header-logo a img.logo-white {
    display: inline-block;
  }
  #header .header-body .header-middle > .container .header-logo a img.logo-color {
    display: none;
  }
  #header .header-body .header-middle > .container .header-column-search {
    display: none;
  }
  #header .header-body .header-middle > .container .header-column-cart {
    flex: 1;
  }
  #header .header-body .header-middle > .container .header-column-cart .cart-btn {
    border-radius: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    background: #6c9dc6;
    color: white;
    border-left-color: #91b6d4;
    outline: none;
    text-align: center;
  }
  #header .header-body .header-middle > .container .header-column-cart .header-nav-features .header-nav-feature {
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-top: -9px;
  }
  #header .header-body .header-middle > .container .header-column-cart .header-nav-features .header-nav-feature #AccountBtn {
    top: 0px;
    margin: 0px;
  }
  #header .header-body .header-middle > .container .header-column-cart .header-nav-features .header-nav-feature #AccountBtn .login-box-container {
    display: none;
  }
  #header .header-body .header-middle > .container .header-column-cart .header-nav-features .header-nav-feature #AccountBtn .cart-btn {
    text-align: center;
  }
  #header .header-body .header-middle > .container .header-column-cart .header-nav-features .header-nav-feature #ShoppingCart {
    top: 0px;
  }
  #header .header-body .header-middle > .container .header-column-cart .header-nav-features .header-nav-feature #ShoppingCart .shopping-cart-popup-container {
    display: none;
  }
  #header .header-body .header-middle > .container .header-column-cart .header-nav-features .header-nav-feature #ShoppingCart .cart-price {
    display: none;
  }
  #header .header-body .header-middle > .container .header-column-cart .header-nav-features .header-nav-feature #ShoppingCart .cart-btn .cart-info {
    right: 0px;
    top: 2px;
  }
  #header .header-body .header-middle > .container .header-column-cart .header-nav-features .header-nav-feature #MenuBtn {
    display: block;
  }
  #header .header-body .header-search {
    margin-top: 8px;
    padding-top: 3px;
    border-top: 1px solid #91b6d4;
    display: block;
  }
  #header .header-body .header-search .search {
    position: relative;
    margin-right: 12px;
  }
  #header .header-body .header-search .search .search-button {
    float: right;
    position: absolute;
    right: 0px;
    top: 8px;
    background: transparent;
    border: 0px;
  }
  #header .header-body .header-search .search .search-field {
    width: 100%;
    margin: 5px;
    padding: 5px 9px;
    border-radius: 0px;
    border: 0px;
  }
  #header .header-body .header-bottom {
    display: none;
    border-top: 1px solid #91b6d4;
  }
  #header .header-body .header-bottom > .container {
    padding: 0px;
  }
  #header .header-body .header-bottom > .container nav {
    display: block;
  }
  #header .header-body .header-bottom > .container .nav {
    flex-direction: column;
    margin: 5px;
    background: white;
    border-radius: 0px;
  }
  #header .header-body .header-bottom > .container .nav li {
    padding: 0px;
  }
  #header .header-body .header-bottom > .container .nav li a {
    color: #444;
    box-shadow: none;
    display: block;
    font-weight: normal;
    padding: 5px 13px;
    text-transform: inherit;
  }
  #header .header-body .header-bottom > .container .nav li .nav-l2 {
    display: none !important;
  }
  #header .header-body .header-bottom > .container .nav li:not(:last-child) a {
    border-bottom: 1px solid #f9f9f9;
  }
}
body.page > .container {
  overflow: auto;
}
.category-toggles {
  display: none;
}
.themecolor1 {
  color: #6c9dc6;
}
.search-button-close {
  display: none;
}
.header-search {
  display: none;
}
#MenuBtn {
  display: none;
}
nav.second-mobile {
  display: none;
}
@media (min-width: 426px) and (max-width: 768px) {
  h1 {
    font-size: 1.6rem;
  }
  .sidebar {
    border-right: 0px;
  }
  #vyhody .vyhoda {
    text-align: center;
    width: 100%;
  }
  #vyhody .vyhoda > div:not(.icon) {
    flex: 1;
  }
  #footer .col-md-3 > h5 {
    margin-top: 15px;
  }
  .placeholder-slider {
    overflow: hidden;
  }
  .detail-img .main-image .image {
    max-height: 300px;
  }
  .clothing-size-chart .col-md-3 img {
    max-height: 150px;
    margin: 16px auto;
    display: block;
  }
}
.logo-white {
  display: none;
}
#vyhody {
  margin-top: 20px;
}
.device-desktop .on-mobile {
  display: none;
}
.device-mobile .on-desktop {
  display: none;
}
.placeholder-section {
  display: none;
}
i.phone {
  background: url(/images/kojenecke/telephone.svg);
  width: 20px;
  height: 21px;
  display: inline-block;
  background-size: 100%;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
i.mail {
  background: url(/images/kojenecke/mail.svg);
  width: 20px;
  height: 14px;
  display: inline-block;
  background-size: 100%;
  position: relative;
  top: 0px;
  margin-right: 7px;
}
nav .breadcrumb {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.barx-btn {
  position: relative;
}
.barx-btn.barx .bar1 {
  transform: rotate(45deg);
  top: 49%;
}
.barx-btn.barx .bar2 {
  opacity: 0;
}
.barx-btn.barx .bar3 {
  transform: rotate(-45deg);
  top: 49%;
}
.barx-btn.barx .text {
  opacity: 0;
}
.barx-btn > i {
  position: absolute;
  left: 13px;
  right: 13px;
  background: white;
  height: 2px;
  transition: all 0.2s;
  opacity: 1;
}
.barx-btn .bar1 {
  top: 29%;
}
.barx-btn .bar2 {
  top: 43%;
}
.barx-btn .bar3 {
  top: 59%;
}
.barx-btn .text {
  background: transparent;
  height: auto;
  font-size: 9px;
  text-transform: uppercase;
  bottom: 2px;
  font-style: normal;
  left: 0px;
  right: 0px;
}
.wishlisted {
  color: #6c9dc6 !important;
}
.wishlisted .in-show-yes {
  display: inline-block;
}
.wishlisted .in-show-no {
  display: none;
}
.wishlisted i::before {
  content: "\f004";
}
.compared {
  color: #6c9dc6 !important;
}
.compared .in-show-yes {
  display: inline-block;
}
.compared .in-show-no {
  display: none;
}
.in-show-yes {
  display: none;
}
.ibtn.compared {
  background: #6c9dc6;
  color: white !important;
}
.rating-form textarea {
  width: 100%;
}
.rating-form img.primary {
  max-width: 100%;
  border-radius: 0;
}
.copy-text-dialog .form-controll {
  width: 100%;
  padding: 5px;
  margin-top: 7px;
}
.brand-slider .slick-slide > a:focus {
  outline: 0px;
}
.onlineflex {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.MsoNormalTable {
  border: 0px;
}
.MsoNormalTable thead tr {
  border: 0px;
}
.MsoNormalTable thead tr td {
  border: 1px solid silver !important;
  color: #444;
}
.MsoNormalTable thead tr th {
  border: 1px solid silver !important;
  color: #444;
}
.MsoNormalTable tbody tr {
  border: 0px;
}
.MsoNormalTable tbody tr td {
  border: 1px solid silver !important;
}
.MsoNormalTable tbody tr th {
  border: 1px solid silver !important;
}
.main-page-info-bar > div {
  padding-bottom: 13px !important;
  padding-top: 13px !important;
}
.container h5 {
  color: #6c9dc6;
}
.blog-post-image + h1 {
  margin-top: 0.5rem;
}
.rateit .rateit-selected {
  color: #efc529;
}
a:focus,
button:focus {
  outline: 1px dotted #00000038 !important;
}
.device-macintosh .item-list-item-new > span {
  left: -16.5px;
}
.device-macintosh .item-detail-new > span {
  margin-left: -37%;
}
.slick-slide a:focus {
  outline: none !important;
}
.hidden-images {
  display: none;
}
.slick-prev:focus {
  outline: none !important;
}
.slick-next:focus {
  outline: none !important;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #444 !important;
}
.transparent {
  color: transparent;
  -webkit-user-select: none;
}
/*
na testování horního paddingu
body:before {
    height: 42px !important;
}
body:before {
    transition: height .5s cubic-bezier(.455,.03,.515,.955);
    content: ' ';
    display: block;
    visibility: hidden;
    padding: 0;
    margin: 0;
}
*/

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.message.error {
  color: #f00;
  margin: 7px 2px;
}
.checkout h1 {
  margin-bottom: 30px;
}
.ul-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.ul-menu.ul-menu-style-top {
  border-bottom: 1px solid #6c9dc6;
}
.ul-menu.ul-menu-style-top li {
  display: inline-block;
  position: relative;
}
.ul-menu.ul-menu-style-top.ul-menu-theme-separator li:not(:last-child)::after,
.ul-menu.ul-menu-style-top.ul-menu-theme-easy-separator li:not(:last-child)::after {
  content: " ";
  border-right: 1px solid silver;
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin-left: 1px;
}
.ul-menu.ul-menu-style-top li .btn {
  border-radius: 0px;
  border: none;
}
.ul-menu.ul-menu-style-top li .li-item {
  padding: 10px 8px;
  transition: all 0.5s;
  text-decoration: none;
  display: inline-block;
}
.ul-menu.ul-menu-style-top:not(.ul-menu-theme-easy-separator) li .li-item:hover {
  background: #6c9dc6;
  color: #fff;
}
.ul-menu.ul-menu-style-top.ul-menu-theme-easy-separator li .li-item {
  color: #909090;
  padding: 5px 0px;
  margin-right: 16px;
}
.ul-menu.ul-menu-style-top.ul-menu-theme-easy-separator li:last-child .li-item {
  margin-right: 0px;
}
.ul-menu.ul-menu-style-top.ul-menu-theme-easy-separator {
  border-bottom: none;
}
.ul-menu.ul-menu-style-top.ul-menu-theme-easy-separator li .li-item:hover {
  text-decoration: underline;
}
.ul-menu.ul-menu-style-top.ul-menu-theme-easy-separator li:not(:last-child)::after {
  top: 7px;
  bottom: 6px;
  margin-left: -8px;
}
.ul-menu .ul-menu-item .li-item.green-line {
  color: #6c9dc6 !important;
  font-size: 120%;
  font-weight: bold;
  font-family: "Montserrat", "Arial", "sans-serif";
}
.ul-menu.ul-menu-align-right {
  text-align: right;
}
.ul-menu.ul-menu-align-right li {
  text-align: left;
}
.header-top-menu-widget {
  padding: 10px 15px;
}
.header-top-menu-widget > .row {
  flex: 1;
}
.ul-menu.ul-menu-theme-rounded {
  list-style: none;
  margin: 0px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 0.3rem;
}
.ul-menu.ul-menu-theme-rounded .ul-menu-header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.ul-menu.ul-menu-theme-rounded .ul-menu-header:not(:first-child) {
  margin-top: 18px;
}
.ul-menu.ul-menu-theme-rounded .ul-menu-item .li-item {
  color: #444;
}
.web-HU .item-list-item-new > span {
  font-size: 13px;
}
.web-HU .item-detail-new > span {
  font-size: 19px;
}
.web-HU .item-detail-main-box .price {
  display: inline-flex;
  flex-direction: row-reverse;
}
.web-HU .item-detail-main-box .price::before {
  flex: 1;
  content: "";
}
.web-HU .item-detail-main-box .price .item-detail-price-from::before {
  content: " ";
  padding: 6px;
}
.web-HU .item-detail-variant-more {
  font-size: 11px;
}
.web-HU .category-list .category-list-item-wrapper .category-list-item .category-list-item-name {
  font-size: 12.7px;
}
.web-HU .category-list .category-list-item-wrapper .category-list-item-name-L2-2-13 .category-list-item-name {
  font-size: 12px;
}
.web-HU .checkout-step.shipping-details .nav-item .nav-link {
  padding: 0.2rem 0.2rem;
}
.web-HU .checkout-step.shipping-details .nav-item .nav-link::before {
  left: -4px;
}
.web-HU.checkout .checkout-step.collapsed .closed em {
  width: 11.2rem;
}
.web-HU .comparer-bar.minimize .bar .comparer-title-minimized {
  font-size: 13px;
  padding-top: 2px;
}
.web-HU .item-list-item .item-list-item-price .item-list-from {
  float: right;
  padding-left: 9px;
}
.web-HU .item-detail-secondary-actions.user-auth .item-copy-link {
  display: block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .web-HU #itemListNext > button {
    font-size: 12px;
  }
}
.web-PL .cookieBox .btn {
  outline: none;
  margin: 1px;
  padding: 0px 10px !important;
  font-size: 14px;
}
.web-PL .category-list .category-list-item-wrapper .category-list-item-name-L2-5-151 .category-list-item-name {
  font-size: 12px;
}
.web-SK .category-list .category-list-item-wrapper .category-list-item-name-L3-2-30-232 .category-list-item-name {
  font-size: 12px;
}
.web-SK .nav-l3 a[href="/dojcenske-pancuchace-z-viskozy-a-z-mikrovlakna"],
.web-SK .nav-l3 a[href="/rychlozavinovacky-a-zavazovacie-zavinovacky"] {
  display: inline-block;
  white-space: normal !important;
}
.product-slider a .name {
  height: 7rem;
}
@media screen and (max-width: 450px) {
  .product-slider a .name {
    height: 4rem;
  }
}
@media (min-width: 451px) and (max-width: 991px) {
  .product-slider a .name {
    height: 6rem;
  }
}
.preview .nav li:first-child {
  padding-left: 11px;
}
.preview .nav li {
  padding: 15px;
}
.preview .nav li:hover > a {
  transition: all 0.2s ease-out;
  box-shadow: 0 -3px 0 0 #6c9dc6 inset;
  text-decoration: none;
}
.preview .nav li:hover .nav-l2 {
  display: block;
}
.preview .nav li > a {
  font-weight: 600;
  text-transform: lowercase;
  color: #444;
  font-family: "Montserrat", "Arial", "sans-serif";
  font-size: 120%;
  box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 transparent inset;
  transition: all 0.3s ease-in;
}
.preview .nav li .nav-l2 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 30;
  background: #fff;
  left: 0;
  box-shadow: #dcdcdcba 0px 5px 15px;
  border-bottom: 1px solid #6c9dc6;
  padding: 1em 0;
}
.preview .nav li .nav-l2 a {
  color: #909090;
}
.preview .nav li .nav-l2 strong a {
  color: #6c9dc6;
  margin-top: 0.5em;
}
.preview .nav li .nav-l2 .nav-l3 {
  min-height: 2em;
}
.preview .nav li .nav-l2 .nav-l3 a {
  white-space: nowrap;
}
.preview .nav li .nav-l2 .nav-l3 a::after {
  content: ', ';
}
.preview .nav.nav-pills.ul-menu-align-right {
  justify-content: end;
}
.cookieBoxBackground {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #ffffff73;
  /*#ffffffb0*/
  /*background: linear-gradient(180deg, #ffffff3b 10%, #fff 100%);*/
  z-index: 999;
}
.cookieBox {
  position: fixed;
  bottom: 0px;
  max-width: 430px;
  left: 41%;
  /*margin-bottom: 14px;*/
  border-radius: 0;
  overflow: hidden;
  box-shadow: #0000004d 0px 20px 50px;
  display: none;
  background: #fff;
  z-index: 2147483648;
  /* protože ten chat box má z-index 2147483647 */

}
.cookieBox .content {
  padding: 30px;
  padding-bottom: 15px;
  position: relative;
  overflow: auto;
  height: 100%;
}
.cookieBox .content .title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 22px;
}
.cookieBox .content .text > div {
  margin-top: 5px;
}
.cookieBox .content .actions {
  text-align: center;
  margin-top: 15px;
}
.cookieBox .content .actions-n {
  margin-bottom: 15px;
}
.cookieBox .content .cookie-type-content {
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
  margin-bottom: 20px;
}
.cookieBox .content .cookie-type-content label {
  margin-bottom: 0px;
  font-weight: bold;
}
.cookieBox .content .cookie-type-content .check input[type="checkbox"] {
  position: relative;
  width: 32px;
}
.cookieBox .content .cookie-type-content .check input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 0%;
}
.cookieBox .content .cookie-type-content .check input[type="checkbox"]:checked::after {
  content: "";
  left: auto;
  right: 1px;
}
.cookieBox .content .cookie-type-content .check input[type="checkbox"]:checked::before {
  content: "";
  background: #6c9dc6;
}
.cookieBox .content .cookie-type-content .check input[type="checkbox"]:disabled::before {
  content: "";
  background: #cdcdcd;
}
.cookieBox .content .cookie-type-content .check input[type="checkbox"]::before {
  background: #7c7c7c;
  left: 0px;
  content: "";
  position: absolute;
  top: 0px;
  width: 32px;
  height: 17px;
  border-radius: 0px;
}
@media (max-width: 768px) {
  .cookieBox {
    left: 0px !important;
    right: 0px !important;
    max-width: 100%;
    /*margin-bottom: -15px;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: #00000094 0px 20px 50px;
  }
}
.detail-img .main-image iframe {
  width: 100%;
  height: 538px;
  margin: 0px auto;
  background: #fff;
  display: block;
  border: 0px;
}
.btn-green {
  background-color: #9ada1c;
  color: #fff;
  border: 1px solid #9ada1c;
}
.btn-green:hover {
  color: #9ada1c;
  border: 1px solid #9ada1c;
  background: white;
}
.btn-no-bold {
  font-weight: normal;
}
.background-center {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10000000000;
  background: #00000057;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-center > div {
  flex: 1;
  max-width: 1300px;
  max-height: 800px;
}
.background-center > div > iframe {
  min-height: 700px;
  border: none;
}
@media (max-width: 800px) {
  .background-center > div {
    width: 100%;
    height: 100%;
    max-width: initial;
    max-height: initial;
  }
}
.grecaptcha-badge {
  bottom: 53px !important;
}
.nowrap {
  white-space: nowrap;
}
.checkout-price {
  white-space: nowrap;
}
.sidebar {
  background: #f6f8fa;
  border: 1px solid #dddddd;
  padding-left: 15px;
}
.form-control {
  border-radius: 0;
}
@media (min-width: 992px) {
  #header .header-body .header-bottom {
    border-top: 1px solid #dddddd;
    margin-top: 18px;
  }
}
#header .header-body .header-bottom nav .nav li > a {
  text-transform: uppercase;
  font-size: 100%;
}
header,
#header .header-body .header-bottom nav .nav li .nav-l2 {
  border-bottom: 1px solid #dddddd;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
@media (max-width: 991px) {
  .header-nav-main > nav .nav-pills + .nav-pills {
    margin-top: -5px !important;
    border-top: 1px solid #f9f9f9;
  }
  #header .header-body .header-middle > .container .header-logo a img {
    padding-top: 1px;
    height: 32px;
  }
}
@media (max-width: 991px) and (min-width: 380px) {
  .header-logo a::after {
    content: 'Kojenecké oblečení';
    line-height: 34px;
    text-decoration: none;
    color: white;
    font-family: "Montserrat", "Arial", "sans-serif";
    font-weight: bold;
    top: 2px;
  }
}
#xheader .header-body .header-middle {
  background: white;
}
.category-desc-bubble .logo {
  background-image: url(/images/minilogo.png);
}
#ShoppingCart .cart-btn {
  margin-left: 8px;
}
.ul-menu.ul-menu-theme-rounded {
  border-radius: 0;
  background: #f6f8fa;
}
.item-list-item .item-list-item-discount,
.item-detail-discount {
  background: #ed6d9d;
}
.checkout-step-shipping-title {
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  position: relative;
  top: 5px;
}
@media (max-width: 991px) {
  .checkout-step-shipping-title {
    max-width: 100%;
  }
}
.checkout-step h4:not(.open) > span {
  font-size: 20px;
}
.category-header.category-header-full {
  margin-right: 0px;
}
