/* Navigation */
.navbar-brand {
  padding-bottom: 0;
  margin-rgith: 0;
  width: 100%;
}
.navbar-brand img {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 200px;
  height: auto;
  transition: all 500ms;
}
@media only screen and (max-width: 767px) {
  .navbar-brand img {
    margin-top: 0.5rem;
    max-width: 120px;
    margin-bottom: 1.5rem;
  }
}

nav.navbar-light {
  transition: all 500ms;
  background-color: rgb(255, 255, 255) !important;
  padding: 0;
  margin: 0;
  border-top: 1px solid #000;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  nav.navbar-light {
    padding-bottom: 1.7rem;
  }
}
@media only screen and (max-width: 1199px) {
  nav.navbar-light {
    justify-content: flex-end !important;
  }
}
@media only screen and (min-width: 768px) {
  nav.navbar-light .navbar-nav {
    padding-left: 2rem;
  }
}
nav.navbar-light .navbar-nav .nav-item {
  position: relative;
}
nav.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #DD0712;
}
nav.navbar-light .navbar-nav .nav-item .nav-link {
  color: black;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  text-decoration: none;
}
nav.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #DD0712;
}

.phone {
  margin-top: 0.5rem;
  color: black !important;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
}
.phone span {
  font-weight: 700;
  font-size: 1.5em;
}

.user:after {
  content: none;
}

.dropdown-box {
  transform: none !important;
  left: auto !important;
  right: 0.8rem !important;
  top: 4.9rem !important;
  width: 70vw;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .dropdown-box {
    width: auto;
    min-width: 25rem;
  }
}
.dropdown-box {
  padding: 1.5rem 2rem;
}
.dropdown-box .form-control {
  background-color: white;
  border-radius: 0;
  border: 0;
  outline: 0;
  color: black;
  line-height: 2em;
}
.dropdown-box button {
  margin: 2rem 0;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-box button:hover {
  background-color: white;
  border-color: white;
  color: #DD0712;
  box-shadow: none;
}
.dropdown-box form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #DD0712;
  outline: 0;
  color: black;
  line-height: 2em;
}
.dropdown-box form button {
  margin: 2rem 0;
  background-color: transparent;
  border: 1px solid #DD0712;
  color: #DD0712;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.15s ease-in-out;
}
.dropdown-box form button:hover {
  background-color: #DD0712;
  border-color: #DD0712;
  color: white;
}

.login {
  padding: 1rem 0;
}
.login .form .submit {
  float: none !important;
}

.basketcount {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #DD0712;
  color: white;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  font-size: 0.8em;
  margin-left: -0.5rem;
  text-align: center;
  display: none;
}

/*
#basketwrapp {
    left:0;
    top:100px;
    z-index: 99999;
    background-color: white;
}
*/
/* hamburger */
.hamburger {
  float: right;
  position: relative;
  padding-right: 60px;
  border: 0;
  font-size: 1em;
  margin-top: 1rem;
}
.hamburger .toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
.hamburger .toggle.active span {
  box-shadow: 50px -12px 0 #262626, -50px 12px 0 #262626;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(-315deg);
  transition-property: box-shadow, transform;
  transition-delay: 0s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}
.hamburger .toggle.active span:before {
  top: 50%;
  transition-delay: 1s;
}
.hamburger .toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: calc(100% - 14px);
  height: 3px;
  background: #262626;
  box-shadow: 0 -12px 0 #262626, 0 12px 0 #262626;
  transition-property: transform, box-shadow;
  transition-delay: 0s, 1s;
  transition-duration: 0.5s, 0.5s;
}
.hamburger .toggle span:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 36px;
  background: #262626;
  transition: 0.5s;
  transition-delay: 0.5s;
}

@media only screen and (min-width: 1200px) {
  #hpimage {
    max-width: 110%;
  }
}
@media only screen and (min-width: 1400px) {
  #hpimage {
    max-width: 130%;
  }
}

#map {
  height: 40vh;
  width: 100%;
}

.menu-bottom {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DD0712;
  text-align: center;
}
.menu-bottom li {
  display: inline-block;
  padding: 1em;
}
.menu-bottom li a {
  color: #DD0712;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  text-decoration: none;
}

#submenu {
  border-right: 1px solid #aaa;
}
#submenu ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
#submenu ul li {
  padding: 0.5em 0;
}
#submenu ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
#submenu ul li a .number {
  display: block;
  width: 2rem;
  padding-left: 0.7rem;
  padding-right: 2rem;
  position: relative;
}
#submenu ul li.menuon a .number {
  background-color: #DD0712;
  color: white;
}
#submenu ul li.menuon a .number:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: -8px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 8px solid #DD0712;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 993px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid .catalog {
  margin-left: -1px;
  margin-bottom: -1px;
  /*box-shadow: 0 0 0 1px $darkgrey;*/
  border: 1px solid #aaa;
  padding: 1rem;
  background-color: white;
  display: grid;
  grid-template-rows: 1fr auto auto;
  overflow: hidden;
}
@media (min-width: 993px) {
  .grid .catalog {
    grid-template-rows: 1fr 1fr auto;
  }
}
.grid .catalog:hover {
  z-index: 2;
  box-shadow: 0 15px 30px rgba(6, 6, 6, 0.2);
}
.grid .catalog:hover .price-wapper form {
  bottom: 1em;
}
.grid .catalog img {
  max-height: 200px;
}
.grid .catalog .price-wapper {
  position: relative;
}
.grid .catalog .price-wapper form {
  margin: 1rem auto;
  background: #fff;
}
@media (min-width: 768px) {
  .grid .catalog .price-wapper form {
    bottom: -70px;
    position: absolute;
    right: 1px;
    z-index: 1;
    margin: 0;
  }
}
.grid .catalog .price-wapper form {
  transition: all 300ms ease-out;
  left: 1px;
  display: flex;
  justify-content: center;
}
.grid .catalog .price-wapper form .add-to-cart {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 60px 100px;
  grid-gap: 10px;
}
.grid .catalog .price-wapper form .add-to-cart .count {
  position: relative;
}
.grid .catalog .price-wapper form .add-to-cart .count input {
  width: 100%;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 6px;
  display: block;
  padding: 0.5em calc(0.5em + 20px) 0.5em 0.5em;
  position: absolute;
}
.grid .catalog .price-wapper form .add-to-cart .count a {
  width: 20px;
  height: 22px;
  line-height: 25px;
  border-left: 1px solid #aaa;
  transition: all 0.5s ease-out;
  position: absolute;
  right: 1px;
  text-decoration: none;
  z-index: 90;
  font-size: 1em;
}
.grid .catalog .price-wapper form .add-to-cart .count a.add {
  border-bottom: 1px solid #aaa;
  top: 0;
}
.grid .catalog .price-wapper form .add-to-cart .count a.subtract {
  bottom: -1px;
}
.grid .catalog .price-wapper form .add-to-cart .btn-red {
  border-radius: 6px;
  padding: 0.5em 0.5em;
  cursor: pointer;
  box-shadow: none !important;
  border: none !important;
}
.grid .catalog .price-wapper .price {
  color: #DD0712;
  font-weight: bold;
  font-size: 1.5em;
}

/* basket*/
.basket {
  min-height: 400px;
}
.basket .form-control:-moz-read-only { /* For Firefox */
  background-color: white;
}
.basket .form-control:read-only {
  background-color: white;
}
.basket .basket-strip {
  margin-bottom: 30px;
}
.basket .basket-strip .step {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 33.33333%;
  background-color: #d0684d;
  color: #fff;
  padding: 15px 4px 5px 15px;
  position: relative;
}
.basket .basket-strip .step .big {
  font-size: 3em;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .basket .basket-strip .step:before {
    position: absolute;
    margin-top: -15px;
    right: -22px;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid #d0684d;
    z-index: 99;
  }
  .basket .basket-strip .step:first-of-type:before {
    border-left: 22px solid white;
  }
  .basket .basket-strip .step:after {
    position: absolute;
    margin-top: -15px;
    right: -24px;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid #fff;
    z-index: 98;
  }
}
.basket .basket-strip .stepbaforeactive:before {
  left: -23px;
  right: auto;
  z-index: 103;
}
.basket .basket-strip .stepbaforeactive:after {
  left: -21px;
  right: auto;
  z-index: 102;
}
@media (max-width: 767px) {
  .basket .basket-strip .step {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #360a05;
    border-right: 0;
  }
}
.basket .basket-strip .activestep {
  background-color: #DD0712;
}
@media (min-width: 768px) {
  .basket .basket-strip .activestep:before {
    position: absolute;
    margin-top: -15px;
    left: -21px;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid #DD0712;
    border-bottom: 25px solid #DD0712;
    border-left: 25px solid #d0684d;
  }
  .basket .basket-strip .activestep:after {
    position: absolute;
    margin-top: -15px;
    right: -25px;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #DD0712;
    z-index: 100;
  }
}
.basket a.btn {
  text-decoration: none;
}
.basket .hide {
  display: none;
}
.basket input.minor, .basket .btn-ema {
  cursor: pointer;
  margin-right: 15px;
  font-size: 1em;
  color: #bc1222;
  background-color: #fff;
  border: 1px solid #bc1222;
  height: auto;
  padding: 15px;
  border-radius: 10px;
}

#lengthresult {
  border: 0;
  width: 1.5em;
}

#final_basket input.noborder, #final_basket table.eshop2 input.noborder {
  border: none;
  background-color: white;
  width: auto;
  margin: 0;
  padding: 2px;
  color: black;
}

input#order, input#order2, #mail_form .submit, .form .submit {
  cursor: pointer;
  padding: 15px;
  float: right;
  background-color: #6aa642;
  color: #ffffff;
  border-radius: 10px;
  border: none;
}
@media only screen and (max-width: 768px) {
  input#order, input#order2, #mail_form .submit, .form .submit {
    margin-top: 1rem;
    float: none;
    width: 100%;
  }
}

#inline-conditions {
  display: none;
}

#inline-conditions-in {
  width: 480px;
  overflow: scroll;
  height: 400px;
  padding: 10px;
}

.nomargin {
  margin-right: 0px;
}

ul.eshop {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.eshop li {
  list-style: none;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #DD0712;
}
ul.eshop li .input-number {
  text-align: center;
}
ul.eshop li hr {
  height: 1px;
  background-color: #ddd;
  display: block;
  width: 100%;
}

.inputno {
  width: 4em;
  border-radius: 10px;
}

h3.ship {
  margin-top: 3em;
  font-weight: bold;
  font-size: 1.1em;
}

.photo {
  margin-bottom: 2rem;
}
.photo a {
  display: block;
  width: 100%;
}
.photo a img {
  width: 100%;
}

.gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery .photo-in {
  margin: 0 0 2rem 0;
  width: 32%;
}

/* CSS3 EFFECTS */
/* CSS3 STYLE GENERIC */
.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.view .mask, .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  display: block;
  position: relative;
}

.view a.info {
  background: url(/images/zoom.png) center no-repeat;
  background-size: contain;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .view a.info {
    width: 100%;
    height: 100%;
    background: none;
  }
}

/* SECOND EFFECTS */
@media (min-width: 1200px) {
  .second-effect .mask {
    opacity: 0;
    overflow: visible;
    border: 0px solid rgba(0, 0, 0, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .second-effect a.info {
    position: relative;
    top: -20px;
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  }
  .second-effect:hover .mask {
    opacity: 1;
    border: 120px solid rgba(0, 0, 0, 0.7);
  }
  .second-effect:hover a.info {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
/* back to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #DD0712 url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

.carousel {
  min-height: 490px;
}

/*# sourceMappingURL=sass.css.map */
