@font-face {
  src: url(../assets/bebechy/Raleway/Raleway-Regular.ttf);
  font-family: Raleway;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  src: url(../assets/bebechy/Raleway/Raleway-Bold.ttf);
  font-family: Raleway;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  src: url(../assets/bebechy/Raleway/Raleway-ExtraBold.ttf);
  font-family: Raleway;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  src: url(../assets/bebechy/Raleway/Raleway-Black.ttf);
  font-family: Raleway;
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Raleway, "Times New Roman", Times, serif;
  color: #1d1d1b;
  background-color: #f9f2e2;
}

main {
  display: block;
}

p {
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.wrp {
  width: 100%;
  max-width: 1220px;
  position: relative;
  margin: auto auto;
  padding: 0 15px;
}

strong {
  font-weight: 800;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: rgb(29, 29, 27);
  text-decoration: none;
}

input {
  font-size: 1em;
}

textarea {
  font-size: 1em;
  font-family: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

.btn.def, .btn, button, input[type=submit] {
  display: inline-block;
  border: 0;
  font-size: 1em;
  background: 0;
  cursor: pointer;
}
.btn:hover, button:hover, input[type=submit]:hover {
  text-decoration: none;
}

button, input[type=submit] {
  -webkit-appearance: none;
}

.btn .btn-danger {
  color: #fff;
  background-color: #e20914;
  border-color: #e20914;
}

.fs-sm {
  font-size: 14px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.btn.def {
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  line-height: 40px;
}
.btn.btn-primary {
  background: url(../assets/bebechy/btn-bg-01-dark.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  font-weight: 900;
}

time {
  display: inline-block;
  height: 30px;
  position: relative;
  padding: 0 8px 0 32px;
  background-image: url(../assets/bebechy/btn-bg-01-dark.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 30px;
  white-space: nowrap;
  color: white;
}
time:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  left: 8px;
  background: url(../assets/bebechy/calendar.svg);
  background-size: contain;
}

.add-to-basket-container input {
  height: 2em;
  width: 50px;
  text-align: center;
  font-size: 1.5em;
}

.container {
  max-width: 1200px;
}

.form-control {
  border: 1px solid #aaa;
}

.table.table-borderless th,
.table.table-borderless td {
  border: 0;
}

.responsive-menu .counter {
  position: absolute;
  top: -8px;
  right: -10px;
  display: inline-block;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background: #e20914;
  color: white;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}

@media (min-width: 576px) {
  .basket-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .form-container {
    padding: 50px 50px 50px 50px;
    background: #e9e2d2;
  }
  .basket-items-container {
    width: 100%;
    display: block;
  }
  .basket-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .basket-item-block-one, .basket-item-block-two {
    display: flex;
    align-items: center;
  }
  .basket-item-block-two {
    margin-left: auto;
  }
  .basket-item-img {
    padding-right: 0;
  }
  .basket-item-img img {
    width: 50px;
  }
  .basket-item-title {
    font-size: 14px;
  }
  .basket-item-price-peritem {
    min-width: 150px;
    white-space: nowrap;
  }
  .basket-item-price-sum {
    min-width: 170px;
    text-align: right;
    white-space: nowrap;
  }
  .close-button {
    display: none;
  }
  .close-icon {
    display: inline-block;
  }
  .basket-sum {
    text-align: right;
  }
}

.form-container {
  margin: 20px 0 60px 0;
  border-radius: 5px;
}

.basket-item {
  margin-bottom: 8px;
  padding-bottom: 8px;
  width: 100%;
  display: flex;
  align-items: center;
}
.basket-item-block-one,
.basket-item-block-two {
  display: flex;
  align-items: center;
}
.basket-item-img img {
  width: 50px;
  max-width: 150px;
}
.basket-item-title {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
.basket-sum {
  text-align: right;
}
.basket-item-cell {
  padding: 8px;
}
.free-shipping {
  margin-bottom: 50px;
  padding: 30px;
  border: 1px solid #e20914;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
}
.numberbox {
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 7px;
  white-space: nowrap;
}
.numberbox .numberbox-button {
  display: inline-block;
  width: 35px;
  cursor: pointer;
  text-align: center;
  color: #343a40;
  font-size: 18px;
}
.numberbox .numberbox-value {
  display: inline-block;
  width: 50px;
  height: 40px;
  border: 0;
  color: #343a40;
  text-align: center;
  font-size: 24px;
}

.order-summary-card {
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 1px #e9e2d2;
  font-size: 14px;

  background: #f9f2e2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-summary-card h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  border-bottom: 1px solid #aaa;
}
.order-summary-total {
  margin-top: 30px;
  padding: 20px 10px;
  border: 10px solid #aaa;
  text-align: center;
  font-size: 16px;
}
.order-summary-totalprice {
  font-size: 20px;
  font-weight: 700;
}

#detail-add-to-cart-disabled.btn-cart-big { display:none; }
#cart-submit-btn-disabled { display: none;}

.cart-links a {
  font-weight: 700;
}

.container .alert .alert-content {
  display: inline-block;
}
.container .alert .alert-content p {
  margin: 0;
}

footer form a:hover {
  color: white;
}

.destination_loadinginfo {font-size: 1.1em; font-weight: 700;}
.destination_title { font-size:1.2em; text-align: center; }
.destination_list_search_div {display:flex;}
.destination_search_input {width:100%;padding:5px;}
.destination_list {height:500px;overflow-x:hidden;overflow-y: scroll;}
.destination_list .destination_list_item {padding: 8px;border: 1px solid #efefef;cursor: pointer;}
.destination_list .destination_list_item:hover {background-color: #efefef;}
.destination_list .destination_list_item .destination_item_div {display: flex; }
.destination_list .destination_list_item .destination_input_div {width: 3%;}
.destination_list .destination_list_item .destination_info_div {width: 77%;}
.destination_list .destination_list_item .destination_icon_div {width: 5%;text-align: right;}
.destination_list .destination_list_item .destination_icon_div img {max-width: 40px;}
.destination_list .destination_list_item .destination_opening_link_div {width: 15%;}
.destination_list .destination_list_item .destination_opening {min-height:200px;margin-top: 20px;}
.destination_list .destination_list_item .destination_opening table {display: inline-block;}
.destination_list .destination_list_item .destination_image {height:200px;width:50%;float:right;}
.destination_list .destination_list_item .destination_image img {max-width: 100%; max-height: 200px;}
.destination_list .destination_list_item .openning {float:right;}
.destination_list .destination_list_item .packetery-hours {display:inline-block;width:50%;font-size:.8em;}
.destination_list .destination_list_item .packetery-hours th,
.destination_list .destination_list_item .packetery-hours td { padding:0.25em; }

.top-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
}
.top-banner img {
  padding-right: 5px;
}
#lay-nav {
  width: 100%;
  max-width: 1400px;
  height: 100px;
  position: relative;
  margin: auto auto;
  background: #f9f2e2;
  box-shadow: 0 12px 5px -5px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  #lay-nav {
    height: 80px;
  }
}
#lay-nav #logo {
  float: left;
  height: 50px;
  width: 220px;
  margin-top: 25px;
  background-image: url(../assets/bebechy/bebechy-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 1000px) {
  #lay-nav #logo {
    height: 70px;
    margin: 5px 0;
  }
}
#lay-nav .responsive-menu {
  float: right;
  height: 100px;
  position: relative;
}
@media all and (max-width: 1000px) {
  #lay-nav .responsive-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 100%;
    transform: none;
    padding-top: 60px;
    background: #f9f2e2;
    transition: transform 0.8s ease;
    overflow: scroll;
  }
  #lay-nav .responsive-menu.active {
    transform: translateX(-100%);
  }
}
@media all and (max-width: 1000px) and (max-height: 500px) {
  #lay-nav .responsive-menu {
    padding-top: 50px;
  }
}
#lay-nav .responsive-menu .item {
  float: left;
  height: 100%;
  position: relative;
  padding: 0 20px;
  font-size: 18px;
}
@media all and (max-width: 1000px) {
  #lay-nav .responsive-menu .item {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: center;
    line-height: 30px;
  }
}
@media all and (max-width: 1000px) and (max-height: 500px) {
  #lay-nav .responsive-menu .item {
    line-height: 22px;
    padding: 12px 8px;
  }
}
@media all and (max-width: 1000px) and (max-height: 500px) and (min-width: 500px) {
  #lay-nav .responsive-menu .item {
    float: left;
    width: 50%;
  }
}
#lay-nav .responsive-menu .item a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 30px;
}
#lay-nav .responsive-menu .item a:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: calc(50% + 14px);
  left: 0;
  background-image: url(../assets/bebechy/podtrzeni.svg);
  background-size: 100% 100%;
  background-position: center right 10%;
  background-repeat: no-repeat;
  background-color: #f9f2e2;
}
#lay-nav .responsive-menu .item a:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: calc(50% + 14px);
  right: 0;
  background: #f9f2e2;
  transition: width 0.3s ease;
}
@media all and (min-width: 1001px) {
  #lay-nav .responsive-menu .item a:hover:after {
    width: 0;
  }
}
#lay-nav .responsive-menu .item.active a {
  font-weight: 700;
}
@media all and (min-width: 1001px) {
  #lay-nav .responsive-menu:not(:hover) .item.active a {
    /*&:after{
        content: "";
        display: block;
        height: 4px;
        width: 100%;
        position: absolute;
        top: calc(50% + 14px);
        left: 0;
        background-image: url(../img/podtrzeni.svg);
        background-size: 100% 100%;
        background-position: center right (+10%);
        background-repeat: no-repeat;
    }*/
  }
  #lay-nav .responsive-menu:not(:hover) .item.active a:after {
    width: 0;
  }
}
#lay-nav .hmb {
  float: left;
  height: 21px;
  width: 30px;
  position: absolute;
  z-index: 11;
  top: 25px;
  right: 25px;
  border: 0;
  background: 0;
  transition: transform 0.5s ease;
}
@media all and (min-width: 1001px) {
  #lay-nav .hmb {
    display: none;
  }
}
#lay-nav .hmb span {
  display: block;
  height: 3px;
  width: 90%;
  position: absolute;
  left: 0;
  background: black;
}
#lay-nav .hmb span:nth-of-type(1) {
  top: 0;
  transform-origin: top left;
  transition: left 0.5s ease, transform 0.5s ease;
}
#lay-nav .hmb span:nth-of-type(2) {
  top: 9px;
  left: 0;
  transition: width 0.3s ease, left 0.3s ease;
}
#lay-nav .hmb span:nth-of-type(3) {
  bottom: 0;
  transform-origin: bottom left;
  transition: left 0.5s ease, transform 0.5s ease;
}
#lay-nav .hmb.active {
  transform: rotate(180deg);
}
#lay-nav .hmb.active span:nth-of-type(1) {
  transform: rotate(45deg);
  left: 5px;
}
#lay-nav .hmb.active span:nth-of-type(2) {
  width: 0;
  left: 15px;
}
#lay-nav .hmb.active span:nth-of-type(3) {
  left: 5px;
  transform: rotate(-45deg);
}

.body {
  width: calc(100% - 30px);
  max-width: 1220px;
  position: relative;
  margin: auto auto;
  padding: 50px 10px 60px;
}
.body #aside-nav {
  float: left;
  width: 275px;
}
.body #aside-nav .btn.def {
  width: 275px;
  height: 90px;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 90px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: none;
  text-align: left;
  color: #1d1d1b;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-img img {
  max-width: 100%;
}

@media all and (max-width: 1000px) {
  .body #aside-nav .btn.def {
    margin: 10px;
  }
}
.body #aside-nav .btn.def img {
  width: 50px;
  position: absolute;
  left: 45px;
  top: 45px;
  transform: translate(-50%, -50%);
}
.body #aside-nav .btn.def span {
  position: relative;
}
.body #aside-nav .btn.def:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.body #aside-nav .btn.def:not(.active):hover:before {
  opacity: 1;
}
.body #aside-nav .btn.def:nth-of-type(1) {
  background-image: url(../assets/bebechy/btn-bg-01-light.svg);
}
.body #aside-nav .btn.def:nth-of-type(1).active {
  background-image: url(../assets/bebechy/btn-bg-01-dark.svg);
  color: white;
}
.body #aside-nav .btn.def:nth-of-type(1):before {
  background-image: url(../assets/bebechy/btn-bg-01-hover.svg);
}
.body #aside-nav .btn.def:nth-of-type(2) {
  background-image: url(../assets/bebechy/btn-bg-02-light.svg);
}
.body #aside-nav .btn.def:nth-of-type(2).active {
  background-image: url(../assets/bebechy/btn-bg-02-dark.svg);
  color: white;
}
.body #aside-nav .btn.def:nth-of-type(2):before {
  background-image: url(../assets/bebechy/btn-bg-02-hover.svg);
}
.body #aside-nav .btn.def:nth-of-type(3) {
  background-image: url(../assets/bebechy/btn-bg-03-light.svg);
}
.body #aside-nav .btn.def:nth-of-type(3).active {
  background-image: url(../assets/bebechy/btn-bg-03-dark.svg);
  color: white;
}
.body #aside-nav .btn.def:nth-of-type(3):before {
  background-image: url(../assets/bebechy/btn-bg-03-hover.svg);
}
.body #aside-nav .subcategories {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.body #aside-nav .subcategories.initial {
  height: auto;
}
.body #aside-nav .subcategories ul {
  list-style: none;
  padding: 0 0 30px 25px;
}
.body #aside-nav .subcategories li {
  position: relative;
  padding: 6px 0;
  padding-left: 20px;
}
.body #aside-nav .subcategories li a {
  max-width: calc(100% - 20px);
  position: relative;
  left: 0;
  line-height: 22px;
  text-decoration: none;
  /*&:before{
      content: "";
      display: block;
      height: 4px;
      width: 100%;
      position: absolute;
      z-index: 1;
      top: calc(50% + 14px);
      left: 0;
      background-image: url(../img/podtrzeni.svg);
      background-size: 100% 100%;
      background-position: center right (+10%);
      background-repeat: no-repeat;
  }
  &:after{
      content: "";
      display: block;
      height: 4px;
      width: 100%;
      position: absolute;
      z-index: 1;
      top: calc(50% + 14px);
      right: 0;
      background: white;
      transition: width .3s ease;
  }
  &:hover, &.active{
      &:after{
          width: 0;
      }
  }*/
}
.body #aside-nav .subcategories li a.active {
  font-weight: 700;
}
.body #aside-nav .subcategories li:before {
  content: "";
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  border-radius: 5px;
  background: #d2ab7e;
}
.body main {
  float: right;
  width: calc(100% - 300px);
}
@media all and (max-width: 950px) {
  .body main {
    width: 100%;
  }
}
@media all and (min-width: 951px) {
  .body #aside-nav + main {
    max-width: calc(100% - 300px) !important;
  }
}

#lay-ftr {
  width: calc(100% - 30px);
  max-width: 1400px;
  margin: auto auto;
  padding: 70px 0 10px;
  background-color: #1d1d1b;
  color: white;
}
#lay-ftr .cols {
  position: relative;
}
#lay-ftr .cols .col-4 {
  float: left;
  width: 25%;
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  #lay-ftr .cols .col-4 {
    width: 50%;
    margin-bottom: 40px;
    max-width: 50%;
  }
}
@media all and (max-width: 600px) {
  #lay-ftr .cols .col-4 {
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
#lay-ftr .cols .col-4 h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
  color: #d2ab7e;
}
#lay-ftr .cols .col-4 div {
  margin-bottom: 25px;
  font-size: 15px;
}
#lay-ftr .cols .col-4 ul {
  list-style: none;
}
#lay-ftr .cols .col-4 ul li {
  position: relative;
  padding: 6px 0;
  padding-left: 20px;
  font-size: 15px;
  /*&.active a{
      &:after{
          width: 0;
      }
  }*/
}
#lay-ftr .cols .col-4 ul li a {
  max-width: calc(100% - 20px);
  position: relative;
  left: 0;
  line-height: 22px;
  text-decoration: none;
  color: white;
  /*&:before{
      content: "";
      display: block;
      height: 4px;
      width: 100%;
      position: absolute;
      z-index: 1;
      top: calc(50% + 14px);
      left: 0;
      background-image: url(../img/podtrzeni.svg);
      background-size: 100% 100%;
      background-position: center right (+10%);
      background-repeat: no-repeat;
      filter: brightness(0) invert(100%);
  }
  &:after{
      content: "";
      display: block;
      height: 4px;
      width: 100%;
      position: absolute;
      z-index: 1;
      top: calc(50% + 14px);
      right: 0;
      background: rgb(29,29,27);
      transition: width .3s ease;
  }
  &:hover{
      &:after{
          width: 0;
      }
  }*/
}
#lay-ftr .cols .col-4 ul li:before {
  content: "";
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  border-radius: 5px;
  background: #d2ab7e;
}
#lay-ftr .cols .col-4 form input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 35px;
  border: 0;
  background-color: transparent;
  background-image: url(../assets/bebechy/newsletter-input.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  font-size: 15px;
  color: white;
}
#lay-ftr .cols .col-4 form input::placeholder {
  color: white;
}
#lay-ftr .cols .col-4 form .btn {
  height: 45px;
  margin-top: 20px;
  padding: 0 40px;
  background-image: url(../assets/bebechy/newsletter-btn.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  font-size: 16px;
  font-weight: 900;
  color: #1d1d1b;
}
#lay-ftr .cols .col-4 .social {
  padding: 20px 0 10px;
}
#lay-ftr .cols .col-4 .social img {
  width: 20px;
  height: 20px;
  margin: 0 20px 0 0;
}
#lay-ftr .credit {
  margin-top: 50px;
}
#lay-ftr .credit p {
  margin-top: 20px;
  text-align: center;
}
#lay-ftr .credit p img {
  height: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 2px;
}
@media all and (min-width: 1200px) {
  #lay-ftr .credit .owner {
    float: left;
  }
  #lay-ftr .credit .creator {
    float: right;
  }
}

.destination_dpd_widget_map iframe { width: 100%; height: 500px; border: 0; }
.destination_dpd_widget .destination_selected { margin: 12px 0; padding: 12px; border: 1px solid #efefef; background-color: #fafafa; }
.destination_dpd_widget .destination_change_btn { margin-top: 8px; }