@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,700);input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  /*color: #468847;*/
  /*background-color: #DFF0D8;*/
  /*border: 1px solid #D6E9C6;*/
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #fdf4f3;
  border: 1px solid #d28c8a !important;
}

.parsley-errors-list {
  color: #B94A48;
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
body, html {
  width: 100%;
}

body {
  direction: rtl;
  text-align: right;
}

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

.text-ltr {
  direction: ltr;
}

.text-rtl {
  direction: rtl;
}

pre, pre.dev, .ltr {
  direction: ltr;
  text-align: left;
}

@media (max-width: 991.98px) {
  body .accessibility_div_wrap {
    position: absolute !important;
    top: 0 !important;
  }
}
@media (max-width: 991.98px) {
  body .btn_accessibility {
    top: 27px !important;
    right: 113px !important;
    border-radius: 0 !important;
    position: absolute !important;
  }
}
@media (min-width: 992px) {
  body .btn_accessibility {
    top: auto !important;
    bottom: 10px !important;
  }
}

svg.icon {
  width: 1.4em;
  height: 1.4em;
}

.loader {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #d4b037;
  border-radius: 0.5rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1rem;
  position: relative;
  width: 1rem;
}

.is-loading, .is-loading a {
  color: transparent !important;
  pointer-events: none;
}
.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #d4b037;
  border-radius: 0.5rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1rem;
  position: relative;
  width: 1rem;
  position: absolute;
  left: calc(50% - (1rem / 2));
  top: calc(50% - (1rem / 2));
}

.navbar {
  padding-right: 0;
  padding-left: 0;
  align-items: flex-end;
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.navbar .navbar-nav .nav-item + .nav-item {
  border-top: solid 1px #d4b037;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item + .nav-item {
    border-top: none;
  }
  .navbar .navbar-nav .nav-item + .nav-item:before {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.75rem 0;
    font-size: 1.25rem;
    line-height: 1.42;
    color: #d4b037;
  }
}
.navbar .navbar-collapse {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    margin-top: -3.275rem;
  }
}

.navbar-brand {
  padding: 0;
  margin: 0 1rem 0 0;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .navbar-brand img {
    max-height: 4.5rem;
  }
}

.top-menu {
  padding: 0 0.5rem;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 991.98px) {
  .top-menu {
    padding: 0;
  }
}
.top-menu a {
  color: rgba(255, 255, 255, 0.75);
}
.top-menu a:hover, .top-menu a:focus {
  color: #fff;
}
.top-menu i {
  margin-left: 0.25em;
}
.top-menu svg, .top-menu svg * {
  fill: currentColor;
}
.top-menu__item--free-delivery svg.icon {
  width: 1.6em;
  height: 1.6em;
}
.top-menu__item--free-delivery i {
  margin-left: 0.4em;
}
@media (max-width: 991.98px) {
  .top-menu__item {
    border: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0.125rem 0.4rem;
    margin-right: 0.5rem;
  }
  .top-menu__item i {
    margin: 0;
  }
  .top-menu__item svg.icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.footer {
  margin-top: 2rem;
  margin-bottom: 30px;
}

.credits-copyrights {
  color: #adafb5;
  font-size: 0.89rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 3px 0;
  border-top: solid 1px #e3e3e5;
}
.credits-copyrights a {
  color: inherit;
  text-decoration: underline;
}
.credits-copyrights a:hover, .credits-copyrights a:focus {
  color: #d4b037;
}

.credits {
  direction: rtl;
}

.copyright {
  direction: ltr;
}

@media (min-width: 992px) {
  .credits {
    text-align: right;
  }

  .copyright {
    text-align: left;
  }
}
.form__header {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.form label {
  color: #6c757d;
}
.form label.for-required:before {
  content: "*";
  display: inline-block;
  margin-left: 0.2em;
  color: #d4b037;
}

article header {
  padding: 0.5rem 0 0.25rem;
}
@media (min-width: 992px) {
  article header {
    padding: 2rem 0 1rem;
  }
}

.price {
  direction: rtl;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.price__currency {
  padding-right: 0.05em;
}
.price__currency:before {
  content: " ";
  font-size: 0.3em;
}

.cart-summary {
  background: #f8f9fa;
  padding: 1rem;
  color: #2f3034;
  line-height: 1.5;
  font-weight: 400;
}
.cart-summary__section {
  border-bottom: solid 1px #cfcfcf;
  padding: 0.3rem 0;
}
.cart-summary__section--total {
  border-bottom: none;
  font-size: 1.25rem;
  font-weight: 700;
}
.cart-summary__header {
  font-size: 2rem;
  font-weight: 700;
}
.cart-summary__msg {
  font-size: 90%;
  line-height: 1.42;
}
.cart-summary .btn-pay {
  font-size: 1.5rem;
  font-weight: 700;
}
.cart-summary--alony .cart-summary__header {
  font-size: 1.5rem;
  color: #d4b037;
  margin-bottom: 1rem;
  line-height: 1.27;
}
.cart-summary--alony .custom-checkbox {
  font-size: 0.9em;
}

.cart-price-line {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.cart-price-line__label {
  flex: 1;
}
.cart-price-line__value {
  flex: 0 90px;
}

.cart-list__name-col {
  display: none;
}
@media (min-width: 992px) {
  .cart-list__name-col {
    display: table-cell;
    width: 30%;
  }
  .cart-list__name-col img {
    max-width: 130px;
    display: block;
  }
  .cart-list__sku-col {
    width: 35%;
  }
  .cart-list__qty-col {
    width: 22%;
  }
  .cart-list__qty-col input {
    flex: 0 1 2.5rem !important;
    text-align: center !important;
  }
  .cart-list__price-col {
    width: 8%;
  }
  .cart-list__actions-col {
    width: 5%;
  }
}

.checkout {
  display: flex;
  flex-wrap: wrap;
}
.checkout__header {
  flex: 1 0 100%;
}
.checkout__detalis {
  flex: 1;
}
.checkout-section {
  margin-bottom: 2rem;
}
.checkout-section__title {
  font-weight: 700;
  border-top: solid 1px #acacac;
  margin-bottom: 1rem;
}
.checkout-section--disabled {
  opacity: 0.4;
}
.checkout-section--hidden {
  display: none;
}

.carousel-caption {
  position: relative;
  bottom: auto;
  text-align: right;
}

.homepage-link {
  display: block;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.homepage-link__text {
  display: block;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .homepage-link__text {
    padding: 1rem 3rem 1rem;
    font-size: 1.5rem;
  }
}
.homepage-link__price {
  display: block;
  color: #d4b037;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .homepage-link__price {
    font-size: 2rem;
  }
}

.article-product input[name=quantity] {
  flex: 0 1 auto;
  width: 2.5em;
  text-align: center;
}

@media (max-width: 991.98px) {
  .product-parts-wrapper {
    border-color: #2f3034 !important;
    border-width: 2px !important;
  }
}
.product-parts-wrapper .flickity-page-dots {
  bottom: -22px;
}
.product-parts-wrapper .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}

.product-part {
  width: 100%;
  border-color: #cfcfcf !important;
  border-width: 2px !important;
}
.product-part [class*=col-] {
  padding-bottom: 0.25rem;
}
.product-part__title-col {
  border-left: solid 1px #dee2e6;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .product-part {
    width: 72%;
    max-width: 400px;
    border: none !important;
  }
  .product-part__title-col {
    border-left: none;
    border-right: solid 1px #dee2e6;
  }
}

.product-part-variations .item {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  opacity: 0.3;
}
.product-part-variations .item:hover {
  opacity: 0.6;
}
.product-part-variations .item.selected {
  opacity: 1;
}

.product-part-colors .item {
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 1px;
  border: solid 1px transparent !important;
}
.product-part-colors .item:hover {
  border-color: #dee2e6 !important;
}
.product-part-colors .item.selected {
  border-color: #2f3034 !important;
}

.screen__display {
  border-color: #dee2e6 !important;
}
@media (min-width: 992px) {
  .screen__display {
    margin-bottom: -2.5rem;
  }
}
.screen__buttons {
  position: relative;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .screen__buttons {
    padding-top: 0.5rem;
  }
}

.screen-btn {
  display: flex;
  align-items: center;
  opacity: 0.4;
}
.screen-btn:hover, .screen-btn:focus, .screen-btn:active {
  opacity: 1;
}
.screen-btn.active {
  opacity: 1;
}
.screen-btn svg {
  fill: #2f3034;
  width: 1.6rem;
  height: 1.6rem;
}

.embed-responsive-media:before {
  padding-top: 100%;
}

.products-list__details {
  position: relative;
}
@media (min-width: 992px) {
  .products-list__details {
    width: 50%;
  }
}
.products-list__texts {
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) {
  .products-list__image {
    width: 50%;
  }
}

.architects-list-link {
  color: inherit;
  text-decoration: underline;
}
.architects-list-link:hover {
  color: #d4b037;
}

.architect-details {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .architect-details {
    border-right: solid 1px #2f3034;
    padding: 1rem;
  }
}
.architect-details__label {
  display: block;
  flex: 0 0 120px;
  font-weight: 700;
}
.architect-details__data {
  display: block;
  flex: 1 0 auto;
  margin-bottom: 0;
}
.architect-details__data a {
  color: inherit;
  text-decoration: underline;
}
.architect-details__data a:hover {
  color: #d4b037;
}

@media (min-width: 768px) {
  .gallery .carousel-image {
    padding: 0 160px;
  }
}
@media (min-width: 992px) {
  .gallery .carousel-image {
    padding: 0 270px;
  }
}
@media (min-width: 1200px) {
  .gallery .carousel-image {
    padding: 0 300px;
  }
}
/*# sourceMappingURL=site.css.map*/