article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
} audio,
canvas,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  a {
background: transparent;
} a:focus {
outline: thin dotted;
} a:active,
a:hover {
outline: 0;
}  h1 {
font-size: 2em;
margin: 0.67em 0;
} abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} mark {
background: #ff0;
color: #000;
} code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
} pre {
white-space: pre-wrap;
} q {
quotes: "\201C" "\201D" "\2018" "\2019";
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 0;
}  fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } button,
input,
select,
textarea {
font-family: inherit; font-size: 100%; margin: 0; } button,
input {
line-height: normal;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea {
overflow: auto; vertical-align: top; }  table {
border-collapse: collapse;
border-spacing: 0;
}/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font-family: "El Messiri";
  overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
a {
  text-decoration: none;
}

section .frontpage {
  font-size: 18px;
}

.contacts-txt-column {
    display: flex;
    flex-direction: column;
}

.contacts-txt-column .vce-col-content {
  display: flex;
  align-items: center;
}

.contacts-txt-column .vce-col-content .vce-single-image {
  object-fit: contain !important;
}
/*********************************Here lives header********************************************/
.header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 20rem;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}
.header-home {
  display: flex;
  align-items: flex-start;
  min-height: 20rem;
  font-size: 1.4rem;
}

.header-home .logo-crumbs-container {
  z-index: 999;
}
.header-home .menu {
  z-index: 999;
}

.menu {
  margin: 2.5% 3% 0 4.3%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-crumbs-container {
  margin: 0 0 25px 0;
  width: 100%;
}

.breadcrumbs {
  margin: 80px 11% 0;
}

#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 8% 0 0;
  padding: 0 0 0 0;
}

.header-page-title {
  font-size: 3.6rem;
  font-weight: bold;
}

header ul {
  list-style: none;
  display: flex;
  padding: 0;
}

.header ul li a {
  margin: 0 calc(15px + 2.5vw) 0 0;
  font-size: 1.4rem;
  color: #ffffff;
}
.header-home ul li a {
  margin: 0 calc(15px + 2.5vw) 0 0;
  font-size: 1.4rem;
  color: #000000;
}

.wpml-ls-current-language {
  padding: 0 0 0 0.4rem;
  width: 2.4rem;
  border-radius: 0.2rem;
  background: #ff8600;
}

.wpml-ls-current-language a span {
  color: #ffffff;
}

.wpml-ls-current-language a span:hover {
  color: #000000;
}

#menu-item-wpml-ls-25-en {
  width: 2.4rem;
  margin: 0 4.2rem 0 1.5rem;
}

#menu-item-wpml-ls-25-fr {
  width: 2.4rem;
  margin: 0 0 0 0;
}

/* arrow on current breadcrumb */
.bread-current {
  position: relative;
  color: #ff8800;
}
.bread-current::before {
  position: absolute;
  top: 1rem;
  transform: translateY(-50%);
  left: -1rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #ff8800;
}
/* end arrow on current breadcrumb */

/*************** added by Ruslanas ****************/

header .current-menu-item a {
  color: #ff8600;
}
header .current-menu-item a::before {
  content: "";
  background-color: #ff8600;
  border-radius: 5px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-right: 2px;
}

.header a:hover {
  color: #ff8600;
}

.header-home a:hover {
  color: #ff8600;
}
.separator .separator-home {
  width: 1rem;
}
#breadcrumbs .bread-current {
  font-size: 1.4rem;
}
/*************** added by Ruslanas ****************/
/*********************************End here lives header****************************************/

.mobile-menu-container {
  display: none;
}

.hamburger {
  display: none;
}

@media (max-width: 991px) {
  .mobile-menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #000;
    color: #fff;
    position: fixed;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.3s;
    z-index: 1000;
    padding: 76px 52px 0;
  }

  .mobile-menu-container.open {
    transform: translateX(0);
  }

  header nav ul {
    display: none;
  }

  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    background: none;
    border: none;
  }

  .hamburger-close {
    position: absolute;
    right: 30px;
    top: 40px;
    background: #000;
    border: 0;
  }

  .mobile-menu-container .widget_nav_menu h3 {
    display: none;
  }

  .mobile-menu-container .widget_nav_menu ul li {
    margin: 0 0 30px 0;
  }

  .mobile-menu-container .widget_nav_menu ul li a {
    color: #fff;
    margin: 0;
  }

  .mobile-menu-container .widget_nav_menu ul li.current-menu-item a {
    color: #ff8600;
  }

  .mobile-menu-container .menu {
    flex-direction: column;
  }

  .nrs_language_list {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-top: 10px;
    margin-bottom: 35px;
    border-top: 1px solid rgba(255, 134, 0, 0.3);
  }

  .nrs_language_list ul {
    margin: 0;
  }

  .nrs_language_list ul li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    text-transform: uppercase;
    margin: 3px;
  }

  .nrs_language_list ul li a {
    color: #fff;
    margin: 0;
  }
}

.header .hamburger svg g {
  fill: #fff;
}

.vce-row.boxed-layout {
  max-width: 857px;
  width: 88vw;
  margin: auto;
}

/*frontpage containers*/
.vce-row-container {
  width: auto;
}
.frontpage {
  position: relative;
  width: 100%;
  display: flex;
}

.frontpage > article {
  width: 100%;
  justify-content: center;
}
/*end frontpage containers*/

/* all image centering */
.vce-single-image-container {
  display: flex;
  justify-content: center;
}
/* end all image centering */

/* text_img styles*/
#front-page-txt-odd {
  /* margin: 0 0 0 7.2rem;
  max-width: 67.5rem; */
  font-family: El Messiri;
  font-size: 1.8rem;
}

#front-page-txt-even {
  /* margin: 0 7.2rem 0 0;
  max-width: 67.5rem; */
  font-family: El Messiri;
  font-size: 1.8rem;
  text-align: end;
}
/* end text-img containers*/

/* background */

#bg1 {
  position: absolute;
  height: 100rem;
  top: 72rem;
  width: 100%;
  background-color: #fff3e0;
  z-index: -1;
  transform: skew(0deg, -22deg);
}

#bg2 {
  position: absolute;
  height: 100rem;
  top: 47rem;
  width: 100%;
  background-color: #fff7ee;
  z-index: -2;
  box-shadow: 0px -10px 50px rgba(0, 0, 0, 0.05);
  transform: skew(0deg, -22deg);
}
/* end background */

@media (max-width: 768px) {
  #front-page-txt-even {
    text-align: left;
  }
}

/* container */
#news-post-grid {
  display: flex;
  justify-content: center;
  flex-flow: row;
}

/* menu widget */
#news-categories-widget > div {
  color: #f9ba48;
  font-size: 3.2rem;
  max-width: 15.4rem;
  display: flex;
  flex-flow: column;
  text-align: end;
}

#news-categories-widget ul {
  list-style: none;
}

#news-categories-widget ul li a {
  margin-bottom: 1rem;
  float: right;
  clear: both;
  color: #000000;
  font-size: 1.4rem;
}

/* end menu widget */

#news-arrow-img {
  min-width: 3rem;
  margin-top: 10%;
  margin-left: 1rem;
}
#news-arrow-img figure {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

/* article thumbs */

.news-container {
  background-image: url(//horusdoors.lu/wp-content/themes/horus/images/Rectangle-9-copy.png);
  background-repeat: repeat;
  overflow: hidden;
  width: 100%;
  padding-bottom: 9rem;
}

.news-container-inner {
  max-width: 1045px;
  width: 88%;
  margin: auto;
}

.news-row {
  display: flex;
  margin: 68px -18px 0;
}

.news-row .short-posts-container {
  width: 80%;
  padding: 0 18px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.posts-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

h3.related-news {
  text-align: center;
  margin: 3rem 0 2.7rem 0;
  content: "Related news";
  font-family: El Messiri;
  font-size: 3.2rem;
  text-align: center;
  color: #f9ba48;
  width: 100%;
}

.news-row .news-category-sidebar {
  width: 20%;
  padding: 0 18px;
}

.short-post {
  width: 33.33%;
  padding: 0 10px;
  margin: 0 0 2rem 0;
}
.short-post-inner {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.short-post-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.short-post-content .card-footer {
  padding: 14px 22px 22px;
  text-align: center;
}

.short-post-content .card-footer a {
  font-size: 18px;
  color: #ff8600;
}

.short-post-image-block {
  width: 100%;
}

.short-post-image-block img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

.short-post-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.short-post-top {
  position: relative;
}

.short-post-date {
  position: absolute;
  top: 6px;
  left: 8px;
  padding: 9px 10px 8px;
  background: #434343;
  color: #fff;
  border-radius: 5px;
}

.short-post-title {
  margin: 1.7rem 2rem 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.short-post-title a {
  color: #000000;
}

.short-post-excerpt {
  margin: 1.7rem 2rem 0 2rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
  flex: 1;
}

.owl-nav {
  margin: 3rem 0 12rem 0;
  display: flex;
  justify-content: center;
}

.owl-nav button {
  font-size: 4rem;
  color: #f9ba48;
  background: none;
  border: none;
  margin: 0 1.5rem 0 1.5rem;
}

.owl-prev span {
}

/* end article thumbs */

/* inner article page */

#date {
  margin: 10px 10px 0 0 !important;
}

#rpwe_widget-3 {
  display: flex;
  justify-content: center;
}

#rpwe_widget-3 .rpwe-li {
  margin: 0 2rem 0 2rem !important;
}

.short-posts-container.single article {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto 0 auto;
  padding: 0 5rem 0 5rem;
  font-size: 1.4rem;
  max-width: 89rem;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}

.widget_categories h3 {
  color: #f9ba48;
  font-size: 3.2rem;
  text-align: end;
  margin-top: 0;
  font-weight: normal;
}

.widget_categories ul {
  list-style: none;
  padding: 0;
}

.widget_categories ul li {
  text-align: end;
}

.widget_categories ul li a {
  margin-bottom: 1rem;
  display: inline-block;
  clear: both;
  color: #000000;
  font-size: 1.4rem;
  transition: 0.25s;
}

.widget_categories ul li a:hover {
  color: #ff8600;
}

.short-posts-container .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.short-posts-container .pagination span.current,
.short-posts-container .pagination a {
  min-width: 30px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  color: #ff8600;
  transition: 0.25s;
}

.short-posts-container .pagination a:hover,
.short-posts-container .pagination span.current {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 600px) {
  .short-post {
    width: 100%;
  }
}

/* end inner article page */

/********* just in case: old widget styles and shortcode for article thumbs (delete later if not used) ***********/

/* [rpwe limit="10" thumb="true" excerpt="true"  length="28" thumb_height="192" thumb_width="261" thumb_align="rpwe-aligncenter" readmore="true"
readmore_text="<br />More &raquo;" styles_default="false" cssID="post-thumbnails"] */

/* .rpwe-ul{
    list-style: none;
    display: flex;
    flex-flow: row;
    padding-left: 0;
    max-width: 90rem !important;
}

.rpwe-li{
    width:26rem !important;
    height: 45rem !important;
    background-color: #FFFFFF;
    margin:0 0 0 4rem !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px !important;
}
.rpwe-li:hover{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.rpwe-title{
    font-size: 1.8rem !important;
    font-weight: bold !important;
    margin-left:2rem !important;
    margin-right: 2rem !important;
    color:#000000;
}

.rpwe-title a{
    color:#000000;
}

.rpwe-time.published{
    display: none;
}

.rpwe-summary{
    font-size: 1.4rem !important;
    margin-left: 2rem !important;
    margin-right: 1rem !important;
    color: #000000;
}

.rpwe-thumb{
    border:none !important;
}

.more-link{
    position: relative !important;
    left:36% !important;
    font-size: 1.8rem !important;
    color: #FF8600 !important;
} */

@media (max-width: 991px) {
  .news-row .short-posts-container {
    width: 75%;
  }
  .news-row .news-category-sidebar {
    width: 25%;
  }
  .short-post {
    width: 50%;
  }
}

@media (max-width: 730px) {
  .news-row .short-posts-container {
    width: 100%;
    margin: 0;
  }
  .news-row .news-category-sidebar {
    width: 100%;
  }
  .news-row {
    flex-wrap: wrap;
  }
  .widget_categories {
    padding: 0 18px;
  }
  .short-posts-container .pagination {
    margin-bottom: 30px;
  }
}

@media (max-width: 475px) {
  .short-post {
    width: 100%;
  }
}

.vce-row.boxed-layout-contacts {
  max-width: 1070px;
  width: 88%;
  margin: auto;
}

/* input padding */
.wpcf7-form-control {
  padding: 2.1rem;
}
/* input padding */

#contact-us-heading {
  max-width: 824px;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}
#contact-us-content-container {
  display: flex;
  justify-content: center;
  flex-flow: row;
}

.contacts-txt-column .vce-col-inner {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 24px;
  max-width: 351px;
  margin-left: auto;
}

.contacts-txt-column .vce-col-inner .vce-single-image-wrapper {
  min-width: 42px;
  text-align: center;
}

/* map */
#contact-map {
  min-height: 28.3rem;
  margin: 0 0 3rem 0;
}

/*end map */

/********* form styles *********/

input[type="text"],
input[type="textarea"],
input[type="email"] {
  background-color: #e5e5e5;
  color: #000;
  /* width: 50%; */
  border-radius: 5px;
  border-style: none;
  /* margin-bottom: 5px; */
  width: 100%;
  height: 40px;
}

#formSubmit {
  background-color: #ff8600;
  padding: 0.7rem 6.3rem 0.7rem 6.3rem;
  border-style: none;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  color: white;
}

#formSubmit:hover {
  background-color: #f9ba48;
}

.wpcf7 label {
  padding-bottom: 5rem;
}

textarea {
  background-color: #e5e5e5;
  border-radius: 5px;
  border-style: none;
  margin-bottom: 5px;
  width: 100%;
  height: 110px;
}

div.wpcf7-response-output {
  font-size: 15px;
}

.agreement {
  display: flex;
}

/* checkbox text */
.agreement span {
  font-size: 1.5rem;
}
/*end checkbox text */

/* custom checkbox style */
input[type="checkbox"] {
  background-color: #fafafa00;
  border: 2px solid #333333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

input[type="checkbox"]:active,
input[type="checkbox"]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  outline: none;
}

.input[type="checkbox"]:checked {
  background-color: #fafafa00;
  border: 2px solid #333333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #747474;
  outline: none;
}

input[type="checkbox"]:checked:after {
  outline: none;
  content: "\2714";
  font-size: 28px;
  position: absolute;
  top: -10px;
  left: 0px;
  color: #333333;
}
/* end custom checkbox style */

label {
  margin-left: 20px;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}

#date {
  width: 114px;
  height: 44px;
  background-color: #434343;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 39px;
  position: relative;
  left: -42px;
}

/********* end form styles *********/

.google-map {
  width: 144rem;
  height: 100%;
}

@media (max-width: 768px) {
  .contacts-txt-column .vce-col-inner {
    margin-right: auto;
  }
}

.products {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

/* heading parent */
.products li {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 90rem;
  display: flex;
}

.products li .content {
  padding-left: 5vw;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  padding-top: 0;
}

.mobile-title {
  display: none;
}
/* end heading parent */

/* separator */
.woocommerce-page ul.products li.product:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  height: 1px;
  background-color: #e5e5e5;
  width: 120%;
}
/* end separator */

/* product text */
.products li > div p {
  font-size: 1.4rem;
}

.products li > div p:last-of-type {
  margin-bottom: 0;
}

.products li > div p img {
  margin-right: 5px;
  margin-bottom: 10px;
}
/* end product text */

/* heading */
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 2.4rem;
  color: #000000;
}
/* end heading */

/* product container margins */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 5rem auto 0 auto !important;
  width: 88% !important;
  max-width: 856px;
  padding: 0 15px 5rem;
}
/* end product container margins */

/* button */
.woocommerce ul.products li.product .button {
  font-size: 1.8rem;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  min-width: 16.2rem;
  height: 4.2rem;
  border: none;
  border-radius: 5px;
  background-color: #ff8600;
  color: #ffffff;
  text-align: center;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}
/* end button */

/* door image styles */
.woocommerce ul.products li.product a img {
  min-width: 24rem;
  min-height: 50rem;
  max-height: 530px;
  width: auto;
  margin: auto;
  height: auto;
}
/* end door image styles */

/* bottom text container */
.bottom-block {
  margin-top: 5rem;
  min-height: 44rem;
  display: flex;
  flex-flow: row;
}

.bottom-block .vce-row-content {
  margin-right: 10%;
}

.bottom-block .vce-row-content .vce-google-fonts-heading-wrapper {
  padding-top: 30px;
}

/*end bottom text container */

.bottom-block {
  margin-bottom: -5.2rem;
}

/* product icons */
.product-icons {
  /* width: 100%;
  margin: 1rem 0 0 7rem !important; */
  display: flex;
  justify-content: flex-start;
  margin: 2em 0 2em !important;
  /* flex-flow: row; */
}

.products .product-icons-item {
  max-width: 8rem;
}

.products .product-icons-item:first-child {
  /* max-width: 26.5rem; */
}
.products .product-icons-item:first-child img {
  /* width: 100%; */
}

/* end product icons */

/* Do not display icons in the specific product page */
.inner-article-bg .alignnone {
  display: none;
}

.product-container.single {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url(//horusdoors.lu/wp-content/themes/horus/images/Rectangle-9-copy.png);
  background-repeat: repeat;
}

.product-container-inner {
  max-width: 990px;
  width: 88vw;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: auto;
}

@media (max-width: 768px) {
  .mobile-title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .woocommerce
    ul.products
    li.product
    .content
    h2.woocommerce-loop-product__title {
    display: none;
  }

  .products li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .products li .content {
    padding-left: 0;
    padding-top: 30px;
  }

  .products li .content > a {
    margin: auto;
    display: block;
  }
}

.wcdr-generate-button {
  font-size: 15px;
}

.wcdr-input-invalid-error {
  font-size: 15px;
  color: darkred;
}

.success {
  font-size: 15px;
}
.vce-row.boxed-layout-about {
  max-width: 1087px;
  width: 88%;
  margin: auto;
}

div.about-us-container.vce-row {
  height: 100%;
  display: flex;
  flex-flow: row;
  padding-top: 75px;
  padding-bottom: 72px;
}

.about-us-container .wce-row-content {
  display: flex;
  justify-content: center;
}

.about-us-col-left .vce-col-inner .vce-col-content {
  border-right: 1px solid #e5e5e5;
}

.about-us-col-right .vce-col-inner .vce-col-content {
  justify-content: center;
  margin-left: 6rem;
  /* max-width:30%; */
}

.about-us-heading h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 0;
}

.about-us-iso {
  width: 100%;
  max-width: 24.5rem;
}

.about-us-text {
  font-size: 1.8rem;
}

.about-us-text p:last-child {
  margin-bottom: 0;
}

.about-us-text-2 p {
  font-size: 1.4rem;
  text-align: center;
  max-width: 24.5rem;
  margin: 0;
}

@media screen and (min-height: 800px) {
  .about-us-container .wce-row-content {
    margin-top: 50%;
  }
}

@media (max-width: 430px) {
  .about-us-col-right .vce-col-inner .vce-col-content {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* [meta_gallery_carousel id="1010" slide_to_show="3" slide_to_scroll="1" autoplay="false" autoplay_speed="3000" speed="300" arrows="false" dots="true" show_title="false" show_caption="false"] */

/* carousel bottom container */

.carousel-heading {
  background-color: #333333;
  /* min-width: 134rem; */
}

.carousel-heading-content > .vce-col-inner > .vce-col-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

#carousel-button {
  font-size: 1.5rem;
  margin-left: 5.5vw;
  width: 175px;
}

.carousel-heading {
  font-family: El Messiri;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 3rem;
  text-align: center;
  color: #ffffff;
}

.tp-carousel-wrapper {
  margin-top: 3rem;
  min-height: 76rem;
  margin-bottom: 3rem;
  background-color: #333333;
}

#slides > div {
  min-height: 80rem;
}

.tp-revslider-mainul {
  width: 100%;
}

.tp-bullets {
  top: 112% !important;
}

.vce-shortcode-wrapper .vce {
  background-color: #333333 !important;
}

#rev_slider_2_2_wrapper .tp-revslider-slidesli img {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.5);
}

/* end carousel bottom container */

@media only screen and (min-width: 2000px) {
  #slides > div {
    min-height: 100rem;
  }
}

/* footer */
.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  font-size: 1.4rem;
  color: #fff;
  font-family: "El Messiri";
  width: 100%;
  padding-bottom: 22px;
}

.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92%;
  max-width: 1087px;
  margin: 38px auto 30px;
}

footer .menu {
  justify-content: center;
  margin: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 25px;
  list-style: none;
}

.footer ul li {
  display: flex;
  align-items: center;
}

.footer ul li a {
  color: #ffffff;
  text-align: center;
  transition: 0.25s;
}
.footer ul li a:hover {
  color: #ff8600;
}

.footer ul li::after {
  content: "|";
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0 10px;
}
.footer ul li:last-child::after {
  content: "";
}

.footer span {
  margin: 2rem auto 3rem auto;
}

.footer-logo {
  margin-right: 45px;
}

.copyright {
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 20px; */
}
.copyright a {
  color: #ffffff;
}

/* fb icon and pdf button styles */
.footer-fb-pdf-container {
  display: flex;
  width: 100%;
}

.footer-pdf-button {
  background-image: url(//horusdoors.lu/wp-content/uploads/2019/02/pdf-1.png);
  background-repeat: no-repeat;
  min-width: 14rem;
  text-align: center;
  height: 5rem;
  margin: 0 0 0 4rem;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  background-color: #ff8600;
  padding-top: 0.5rem;
  padding-left: 42px;
  transition: 0.25s;
}

.fa-facebook-f {
  margin-top: 1.2rem;
  color: #ff8600;
  font-size: 22px;
}

.bottom-nav-icon {
  position: absolute;
  left: 96%;
  top: 98%;
  outline: none;
  background: none;
  border: none;
  margin: -5rem 2rem 0 0;
}

/* end fb icon and pdf button styles */

@media (max-width: 991px) {
  .footer-menu {
    flex-direction: column;
  }

  .footer-logo {
    margin: 0 auto 30px;
  }

  footer .menu {
    margin-bottom: 35px;
    flex-direction: column;
  }

  .footer ul li {
    padding: 6px 0;
  }

  .footer ul li::after {
    display: none;
  }
}

@media all and (min--moz-device-pixel-ratio: 0) and (max-width: 3840px) {
  .footer {
    height: 195px;
    padding-bottom: -5px;
  }
  /* #contact-map{
		padding-bottom: 1.3rem;
	} */
}
  .btn-global:hover, .button:hover{
background-color: #F9BA48;
}
.woocommerce ul.products li.product .button:hover{
background-color: #F9BA48;
}
.more-link:hover{
color: #F9BA48 !important;
}
.fa-facebook-f:hover{
color: #F9BA48;
cursor: pointer;
}  @font-face {
font-family:'Font-Name';
src:url(//horusdoors.lu/wp-content/themes/horus/fonts/font-name.eot);
src:url(//horusdoors.lu/wp-content/themes/horus/fonts/font-name.eot?#iefix) format('embedded-opentype'),
url(//horusdoors.lu/wp-content/themes/horus/fonts/font-name.woff) format('woff'),
url(//horusdoors.lu/wp-content/themes/horus/fonts/font-name.ttf) format('truetype'),
url(//horusdoors.lu/wp-content/themes/horus/fonts/font-name.svg#font-name) format('svg');
font-weight:normal;
font-style:normal;
}  ::selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
::-webkit-selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
::-moz-selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
} .alignnone {
margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display:block;
margin:5px auto 5px auto;
}
.alignright {
float:right;
margin:5px 0 20px 20px;
}
.alignleft {
float:left;
margin:5px 20px 20px 0;
}
a img.alignright {
float:right;
margin:5px 0 20px 20px;
}
a img.alignnone {
margin:5px 20px 20px 0;
}
a img.alignleft {
float:left;
margin:5px 20px 20px 0;
}
a img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.wp-caption {
background:#FFF;
border:1px solid #F0F0F0;
max-width:96%;
padding:5px 3px 10px;
text-align:center;
}
.wp-caption.alignnone {
margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
margin:5px 20px 20px 0;
}
.wp-caption.alignright {
margin:5px 0 20px 20px;
}
.wp-caption img {
border:0 none;
height:auto;
margin:0;
max-width:98.5%;
padding:0;
width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
} @media print {
* {
background:transparent !important;
color:#000 !important;
box-shadow:none !important;
text-shadow:none !important;
}
a,
a:visited {
text-decoration:underline;
}
a[href]:after {
content:" (" attr(href) ")";
}
abbr[title]:after {
content:" (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content:"";
}
pre,blockquote {
border:1px solid #999;
page-break-inside:avoid;
}
thead {
display:table-header-group;
}
tr,img {
page-break-inside:avoid;
}
img {
max-width:100% !important;
}
@page {
margin:0.5cm;
} }
h2,
h3 {
page-break-after:avoid;
}
.single-product header {
box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}
.back-to-top {
position: fixed;
bottom: 5vh;
right: 3vw;
z-index: 9999;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: 0.4s;
border-radius: 0;
}
.back-to-top.show {
visibility: visible;
opacity: 1;
}
span.wcdr-configurator-info {
font-size: 24px;
display: flex;
justify-content: center;
padding: 0em 0em 1em 0em;
}
.error404 header {
background-image: url(//horusdoors.lu/wp-content/uploads/2019/02/door-1089560_1920.jpg) !important;
}
.error404 section {
min-height: 50vh;
display: flex;
justify-content: center;
align-items: center;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//horusdoors.lu/wp-content/themes/horus/styles/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.vce-image-filter--xpro2{-webkit-filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg);filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg)}.vce-image-filter--willow{-webkit-filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02);filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02)}.vce-image-filter--walden{-webkit-filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)}.vce-image-filter--valencia{-webkit-filter:sepia(.15) saturate(1.5) contrast(.9);filter:sepia(.15) saturate(1.5) contrast(.9)}.vce-image-filter--toaster{-webkit-filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67);filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67)}.vce-image-filter--sutro{-webkit-filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg);filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg)}.vce-image-filter--sierra{-webkit-filter:contrast(.8) saturate(1.2) sepia(.15);filter:contrast(.8) saturate(1.2) sepia(.15)}.vce-image-filter--rise{-webkit-filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1);filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1)}.vce-image-filter--nashville{-webkit-filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg);filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg)}.vce-image-filter--mayfair{-webkit-filter:saturate(1.4) contrast(1.1);filter:saturate(1.4) contrast(1.1)}.vce-image-filter--lofi{-webkit-filter:contrast(1.4) brightness(.9) sepia(.05);filter:contrast(1.4) brightness(.9) sepia(.05)}.vce-image-filter--kelvin{-webkit-filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1);filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1)}.vce-image-filter--inkwell{-webkit-filter:grayscale(1) brightness(1.2) contrast(1.05);filter:grayscale(1) brightness(1.2) contrast(1.05)}.vce-image-filter--hudson{-webkit-filter:contrast(1.2) brightness(.9) hue-rotate(-10deg);filter:contrast(1.2) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--hefe{-webkit-filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95);filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95)}.vce-image-filter--earlybird{-webkit-filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg);filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--brannan{-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.vce-image-filter--amaro{-webkit-filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5);filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5)}.vce-image-filter--1977{-webkit-filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8);filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8)}