/*************
LIGHT GREY: color: rgba(247,247,247, 1);
LIGHTER GREY: color: rgba(143,143,143, 1);
BLACK: color: rgba(29,35,39, 1);
RED: color: rgba(227,33,24, 1); 
RED DARKER: color: rgba(206,29,21, 1); 
*************/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgba(29, 35, 39, 1);
  font-weight: 400;
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.pl105 {
  padding-left: 105px;
}
.pr105 {
  padding-right: 105px;
}
.pl210 {
  padding-left: 210px;
}
.pr210 {
  padding-right: 210px;
}
.mt35 {
  margin-top: 35px;
}
.mt70 {
  margin-top: 70px;
}
a.btn-red {
  text-decoration: none;
  color: rgba(255, 255, 255, 1) !important;
  text-align: center;
  font-size: 16px;
  border: none;
  padding: 8px 30px 10px 30px !important;
  background-color: rgba(227, 33, 24, 1);
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
a.btn-red:hover {
  background-color: rgba(29, 35, 39, .95);
  color: #fff;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  scale: 1.07;
}
a.grey-text-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(29, 35, 39, 1);
  display: inline-block;
}
a.grey-text-link i {
  font-size: 12px;
  margin-left: 5px;
}
a:hover.grey-text-link {
  color: rgba(29, 35, 39, .5);
  display: inline-block;
}
h2 {
  color: rgba(227, 33, 24, 1);
  font-size: 36px;
  font-weight: 800;
}
h2::after {
  content: '';
  display: block;
  border: 1px solid rgba(227, 33, 24, 1);
  width: 70px;
  margin-top: 15px;
  margin-bottom: 35px;
}
.text-block {
  line-height: 30px;
}
.text-block a {
  color: rgba(227, 33, 24, 1);
  text-decoration: underline;
  font-weight: 600;
}
.text-block a:hover {
  color: rgba(143, 143, 143, 1);
}
.text-block .intro {
  font-size: 22px;
}
.photo-square {
  height: 0;
  padding-bottom: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.wrapper-top-search {
  background-color: rgba(29, 35, 39, 1);
}
.wrapper-top-search .top-search {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrapper-top-search .top-search .input-group {
  height: 45px;
}
.wrapper-top-search .top-search .input-group-text {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  padding: 0px 0px 0px 20px;
}
.wrapper-top-search .top-search .form-control {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  font-weight: 500;
}
.wrapper-top-search .top-search .form-control:focus {
  color: rgba(29, 35, 39, 1);
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.wrapper-top-search .top-search .clear-search {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  font-size: 22px;
  padding: 0px 20px 0px 20px;
}
.wrapper-top-search .top-search .clear-search a {
  color: rgba(29, 35, 39, .3);
}
.wrapper-top-search .top-search .clear-search a:hover {
  color: rgba(29, 35, 39, .75);
}
.wrapper-top-search .top-search .btn-top-search {
  background-color: rgba(227, 33, 24, 1);
  border: none;
  border-radius: 0;
  padding: 0px 15px 0px 15px;
  color: rgba(255, 255, 255, 1);
}
.wrapper-top-search .top-search .btn-top-search:hover {
  background-color: rgba(206, 29, 21, 1);
  color: rgba(255, 255, 255, 1);
}
.wrapper-top-search .top-search .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .0);
}
.wrapper-header {
  border-bottom: solid 2px rgba(247, 247, 247, 1);
  background-color: rgba(255, 255, 255, 1);
}
.topbar-secondnav {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: right;
  font-size: 13px;
  letter-spacing: 1px;
}
.topbar-secondnav ul.second-nav-menu {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.topbar-secondnav ul.second-nav-menu li {
  padding: 0px 0px 0px 35px;
  margin: 0;
}
.topbar-secondnav ul.second-nav-menu li i {
  margin-right: 5px;
}
.topbar-secondnav ul.second-nav-menu li a {
  text-decoration: none;
  color: rgba(143, 143, 143, 1);
}
.topbar-secondnav ul.second-nav-menu li a:hover {
  text-decoration: none;
  color: rgba(29, 35, 39, 1);
}
.topbar-secondnav .indicator {
  display: inline-block;
  margin-left: 5px;
  background-color: rgba(206, 29, 21, 1);
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  padding: 2px 7px 2px 7px;
  color: rgba(255, 255, 255, 1);
}
.top-logo {
  padding-top: 5px;
  padding-bottom: 30px;
}
.top-logo img {
  width: 175px;
  height: auto;
}
.topbar-firstnav {
  padding-top: 20px;
}
.navbar,
.navbar-expand-lg {
  padding: 0px;
  margin: 0;
}
.topbar-firstnav .nav-item {
  margin-left: 15px;
  padding: 0;
}
.topbar-firstnav .nav-item a.nav-link {
  padding: 0;
  margin-left: 25px;
  color: rgba(29, 35, 39, 1);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 35px;
  background-image: linear-gradient(90deg, rgba(227, 33, 24, 1), rgba(227, 33, 24, 1));
  background-position: 0 100%;
  background-size: 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s;
}
.topbar-firstnav .nav-item a:hover.nav-link,
.topbar-firstnav .nav-item .nav-link.active {
  background-position: 100% 100%;
  background-size: 100% 4px;
  color: rgba(227, 33, 24, 1);
}
.topbar-firstnav .dropdown-toggle::after {
  margin-left: 8px;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
  color: rgba(29, 35, 39, 1);
}
.topbar-firstnav .dropdown-menu {
  background-color: rgba(29, 35, 39, 1);
  border: none;
  margin-top: -25px;
  padding: 20px 20px 25px 20px;
}
.topbar-firstnav .dropdown-menu a {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
.topbar-firstnav .dropdown-menu a:hover {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  background-color: rgba(227, 33, 24, 1);
}
.wrapper-hp-photozone {
  margin-top: 70px;
}
.top-viewer-photo {
  border-radius: 8px;
  background-position: center;
  background-size: contain;
  position: relative;
}
.top-viewer-photo-overlay-label {
  position: absolute;
  bottom: -70px;
  right: 110px;
  display: block;
  z-index: 2;
}
.top-viewer-photo-overlay {
  padding-top: 300px;
  padding-bottom: 105px;
/*  background-color: rgba(0, 0, 0, .60);*/
  border-radius: 8px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 500;
}
.top-viewer-photo-overlay h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 50px;
}
.wrapper-hp-selection-product-cat {
  background-color: rgba(247, 247, 247, 1);
  padding-top: 210px;
  padding-bottom: 105px;
  margin-top: -70px;
}
.wrapper-hp-selection-product-cat .product-cat .card {
  border: none;
  padding: 0px;
}
.wrapper-hp-selection-product-cat .product-cat .card .photo {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}
.wrapper-hp-selection-product-cat .product-cat .card-body {
  text-align: center;
  padding: 0;
  margin: 0;
}
.wrapper-hp-selection-product-cat .product-cat .card-body a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wrapper-hp-selection-product-cat .product-cat .card-body a:hover {
  color: rgba(227, 33, 24, 1);
}
.wrapper-hp-intro {
  padding-top: 105px;
}
.section-title {
  text-align: center;
}
.section-title h2::after {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 35px;
}
.section-title h2 strong {
  font-size: 20px;
  color: rgba(29, 35, 39, 1);
  font-weight: 400;
}
.wrapper-products {
  background-color: rgba(247, 247, 247, 1);
  padding-top: 105px;
  margin-top: -70px;
}
.products-overview {
  margin-top: 20px;
}
.products-overview .card {
  border: none;
}
.products-overview .card .product-photo {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0px 0px;
}
.products-overview .card .card-body {
  padding: 0px 25px 0px 25px;
}
.products-overview .card .card-body .card-body-inner {
  border-top: solid 1px rgba(247, 247, 247, 1);
  padding-top: 25px;
}
.products-overview .card .card-body .card-body-inner span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(227, 33, 24, 1);
}
.products-overview .card .card-body .card-body-inner h5 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px 5px;
  margin: 0;
}
.products-overview .card .card-body .card-body-inner .price {
  font-size: 20px;
  font-weight: 600;
  color: rgba(227, 33, 24, 1);
  padding: 0;
  margin: 0;
}
.products-overview .card .card-body .card-body-inner .price .order {
  float: right;
}
.products-overview .card .card-body .card-body-inner .price .order a {
  background-color: rgba(227, 33, 24, 1);
  padding: 5px 8px;
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
}
.products-overview .card .card-body .card-body-inner .price .order a:hover {
  background-color: rgba(29, 35, 39, 1);
}
.products-overview .card .card-footer {
  border-top: none;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px 0px 8px 8px;
  padding: 10px 25px 20px 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(143, 143, 143, 1);
}
.more-info-right {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: right;
}
.more-info-right a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: rgba(143, 143, 143, 1);
}
.more-info-right a:hover {
  color: rgba(29, 35, 39, 1);
}
.wrapper-advantages {
  background-color: rgba(29, 35, 39, 1);
  color: rgba(255, 255, 255, 1);
  padding-top: 105px;
  padding-bottom: 105px;
}
.wrapper-advantages .advantage-ic {
  padding-right: 25px;
  padding-top: 10px;
}
.wrapper-advantages .advantage-ic img {
  width: 75px;
}
.wrapper-advantages .advantage-content {
  font-size: 14px;
  line-height: 22px;
}
.wrapper-advantages .advantage-content h4 {
  font-size: 18px;
  font-weight: 800;
}
.wrapper-advantages .advantage-content h4::after {
  content: '';
  display: block;
  border: 1px solid rgba(227, 33, 24, 1);
  width: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.wrapper-news {
  background-color: rgba(247, 247, 247, 1);
  padding-top: 70px;
  padding-bottom: 105px;
}
.news-items {
  padding-top: 25px;
}
.news-items .card {
  border: none;
  margin-bottom: 20px;
  background-color: transparent;
}
.news-items .news-photo-big {
  height: 0;
  padding-bottom: 52.5%;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-text-page .news-items .news-photo-big {
  padding-bottom: 75%;
}
.news-items .news-photo-small {
  height: 0;
  padding-bottom: 80%;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-items .card .card-body {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
}
.news-items .card .card-body-inner {
  padding: 35px;
  font-size: 14px;
  line-height: 22px;
}
.wrapper-text-page .news-items .card .card-body-inner {
  padding: 15px;
  font-size: 14px;
  line-height: 22px;
}
.news-items .card .card-body h5 {
  font-size: 18px;
  font-weight: 800;
}
.news-items .card .card-body h5::after {
  content: '';
  display: block;
  border: 1px solid rgba(227, 33, 24, 1);
  width: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.news-items .card .card-body a,
.news-items .card .card-footer a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(143, 143, 143, 1);
  text-decoration: none;
}
.news-items .card .card-body .card-body-inner a::before,
.news-items .card .card-body .news-intro-content a::before,
.news-items .card .card-footer a::before {
  font-family: bootstrap-icons;
  content: "\F4FE";
  color: rgba(227, 33, 24, 1);
  margin-right: 4px;
  font-size: 14px;
}
.news-items .card .card-body .card-body-inner a:hover,
.news-items .card .card-body .news-intro-content a:hover,
.news-items .card .card-footer a:hover {
  color: rgba(227, 33, 24, 1);
}
.news-items .card .card-footer {
  background-color: transparent;
}
.content-page .wrapper-advantages {
  background-color: rgba(29, 35, 39, 1);
  color: rgba(255, 255, 255, 1);
  padding-top: 105px;
  padding-bottom: 175px;
}
.breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 30px;
  padding-bottom: 0px;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: rgba(29, 35, 39, .253);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: rgba(29, 35, 39, .45);
  padding-bottom: 0;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: rgba(29, 35, 39, 1)
}
.breadcrumb .breadcrumb-item.active {
  color: rgba(29, 35, 39, 1);
  font-weight: 600;
}
.page-title {
  padding-bottom: 35px;
}
.wrapper-content-page h1 {
  color: rgba(227, 33, 24, 1);
  font-size: 44px;
  font-weight: 800;
}
.wrapper-content-page h1::after {
  content: '';
  display: block;
  border: 1px solid rgba(227, 33, 24, 1);
  width: 70px;
  margin-top: 15px;
  margin-bottom: 35px;
}
.wrapper-text-page {
  padding-bottom: 70px;
}
.contact-form {
  font-size: 16px;
  color: rgba(29, 35, 39, 1);
  padding: 50px 0px 0px 0px;
}
.contact-form .inputfield {
  background-color: rgba(29, 35, 39, .03);
  border: 1px solid rgba(29, 35, 39, .10);
  box-shadow: none;
  font-size: 16px;
  color: rgba(69, 73, 74, 1);
  font-weight: 500;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .inputfield:focus {
  box-shadow: none;
  background-color: rgba(29, 35, 39, .05);
  border: 1px solid rgba(29, 35, 39, .20);
}
.contact-form .select {
  background-color: rgba(29, 35, 39, .05);
  border: 1px solid rgba(129, 35, 39, .15);
  box-shadow: none;
  font-size: 16px;
  color: rgba(29, 35, 39, 1);
  font-weight: 700;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .text-area {
  height: 200px
}
.contact-form .form-group label {
  color: rgba(29, 35, 39, 1);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.contact-form .form-check label,
.contact-form .form-label {
  color: rgba(29, 35, 39, 1);
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form .form-check span,
.contact-form .form-group label span,
.contact-form .form-label span {
  color: rgba(29, 35, 39, .35);
  font-size: 12px;
  padding-left: 5px
}
.contact-form .form-check {
  padding-top: 15px;
  padding-bottom: 5px
}
.contact-form.verzending .form-check {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-form.verzending .form-check label,
.contact-form.verzending .form-label {
  margin-bottom: 15px;
}
.contact-form.verzending textarea {
  height: 250px;
}
::placeholder {
  color: rgba(29, 35, 39, .35) !important;
}
.btn-form {
  border-radius: 0px;
  background-color: rgba(227, 33, 24, 1);
  padding: 10px 50px 10px 50px;
  color: rgba(255, 2553, 255, 1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  margin-top: 35px;
}
.btn-form:hover {
  transition: all .2s;
  background-color: rgba(29, 35, 39, 1);
  color: rgba(255, 255, 255, 1);
}
.wrapper-cta {
  margin-top: -70px;
  padding-bottom: 70px;
}
.cta-red {
  background: rgb(227, 33, 24);
  background: linear-gradient(180deg, rgba(227, 33, 24, 1) 0%, rgba(206, 29, 21, 1) 100%);
  color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 40px;
  line-height: 42px;
  font-weight: 800;
}
.cta-red a {
  font-size: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.cta-red a:hover {
  font-size: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
}
.wrapper-footer {
  background-color: rgba(29, 35, 39, 1);
  color: rgba(255, 255, 255, 1);
  border-bottom: solid 15px rgba(227, 33, 24, 1);
  padding-top: 105px;
  padding-bottom: 70px;
}
.wrapper-footer .wrapper-call .call-icon {
  padding-right: 25px !important;
  border-right: 1px solid rgba(255, 255, 255, .25);
}
.wrapper-footer .wrapper-call .call-icon img {
  width: 85px;
}
.wrapper-footer .wrapper-call .call-content {
  font-size: 18px;
  font-weight: 200;
  padding-left: 25px !important;
}
.wrapper-footer .wrapper-call .call-content a {
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  margin-top: 5px;
}
.wrapper-footer .wrapper-call .call-content a:hover {
  color: rgba(227, 33, 24, 1);
}
.wrapper-footer .wrapper-social {
  padding-top: 35px;
}
.wrapper-footer .wrapper-social a {
  color: rgba(255, 255, 255, 1);
}
.wrapper-footer .wrapper-social a:hover {
  color: rgba(255, 255, 255, .5);
}
.wrapper-footer .ft-contact strong {
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(227, 33, 24, 1);
}
.wrapper-footer .ft-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrapper-footer .ft-contact ul li {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}
.wrapper-footer .ft-contact ul li a {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}
.wrapper-footer .ft-contact ul li a:hover {
  color: rgba(255, 255, 255, .35);
}
.wrapper-footer .ft-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrapper-footer .ft-nav ul li {
  border-bottom: solid 1px rgba(255, 255, 255, .15);
}
.wrapper-footer .ft-nav ul li:last-child {
  border-bottom: none;
}
.wrapper-footer .ft-nav ul li a {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}
.wrapper-footer .ft-nav ul li a:hover {
  color: rgba(255, 255, 255, .35);
}
.wrapper-footer hr {
  border-top: 1px solid rgba(255, 255, 255, .25);
  margin-top: 55px;
  display: block;
}
.wrapper-footer .ft-disclaimer ul li a {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
  margin-right: 25px;
  font-weight: 400;
}
.wrapper-footer .ft-disclaimer ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.wrapper-footer .ft-copyright {
  text-align: right;
}
.wrapper-footer .ft-copyright ul li a {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .25);
  text-decoration: none;
  font-weight: 400;
}
.wrapper-footer .ft-copyright ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
#gototop {
  display: inline-block;
  background-color: rgba(227, 33, 24, 1);
  width: 87px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  position: fixed;
  bottom: 129px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  border-radius: 6px 0px 0px 6px;
}
#gototop::after {
  color: #fff;
}
#gototop:hover {
  cursor: pointer;
  background-color: rgba(206, 29, 21, 1);
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
#gototop:active {
  background-color: rgba(206, 29, 21, 1);
}
#gototop.show {
  opacity: 1;
  visibility: visible;
}
a#gototop {
  color: rgba(255, 255, 255, 1.00);
  font-size: 20px;
}
@media(max-width:1680px) {
  .pl105 {
    padding-left: 50px;
  }
  .pr105 {
    padding-right: 50px;
  }
  .pl210 {
    padding-left: 105px;
  }
  .pr210 {
    padding-right: 105px;
  }
}
@media(max-width:1200px) {
  .pl105 {
    padding-left: 35px;
  }
  .pr105 {
    padding-right: 35px;
  }
  .pl210 {
    padding-left: 70px;
  }
  .pr210 {
    padding-right: 70px;
  }
}
@media(max-width:991px) {
  .pl105 {
    padding-left: 35px;
  }
  .pr105 {
    padding-right: 35px;
  }
  .pl210 {
    padding-left: 35px;
  }
  .pr210 {
    padding-right: 35px;
  }
  .navbar-toggler {
    background-color: rgba(227, 33, 24, 1);
    border: solid 1px rgba(227, 33, 24, 1);
    color: #fff;
    padding: 10px 20px 10px 20px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius: 8px;
  }
  .navbar-toggler i {
    margin-right: 5px;
  }
  .navbar-toggler:hover {
    background-color: rgba(206, 29, 21, 1);
    border: solid 1px rgba(206, 29, 21, 1);
    -webkit-transition: all .7s ease;
    transition: all .7s ease
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
  }
  .topbar-firstnav .nav-item a.nav-link {
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: none;
    display: block;
  }
  .topbar-firstnav .dropdown-menu {
    background-color: rgba(29, 35, 39, 1);
    border: none;
    margin-top: 0px;
    padding: 20px 20px 25px 20px;
  }
  .navbar-collapse {
    background-color: rgba(247, 247, 247, 1);
    padding-right: 15px;
  }
  .wrapper-hp-photozone {
    margin-top: 35px;
  }
  .top-viewer-photo-overlay {
    padding-top: 200px;
  }
  .top-viewer-photo-overlay-label {
    right: 35px;
  }
  .wrapper-hp-selection-product-cat {
    padding-top: 125px;
    padding-bottom: 70px;
    margin-top: -70px;
  }
  .wrapper-hp-selection-product-cat .text-block,
  .wrapper-hp-intro .text-block {
    padding-bottom: 35px;
  }
  .wrapper-hp-intro {
    padding-top: 70px;
  }
  .advantage {
    padding-bottom: 35px;
  }
  .news-intro-content {
    padding: 35px;
  }
  .ft-nav {
    display: none;
  }
  .ft-call,
  .ft-contact,
  .wrapper-call-cta {
    text-align: center;
  }
  .wrapper-footer .d-flex {
    display: inline !important;
  }
  .wrapper-footer .wrapper-call .call-icon {
    padding-right: 0px !important;
    border-right: none;
  }
  .wrapper-footer .ft-copyright,
  .wrapper-footer .ft-disclaimer {
    text-align: center;
  }
  .wrapper-footer .ft-disclaimer ul li a:last-child {
    margin-right: 0px;
  }
}
@media(max-width:767px) {
  .pl105 {
    padding-left: 15px;
  }
  .pr105 {
    padding-right: 15px;
  }
  .pl210 {
    padding-left: 15px;
  }
  .pr210 {
    padding-right: 15px;
  }
}
@media(max-width:550px) {
  .topbar-secondnav {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .topbar-secondnav ul.second-nav-menu li {
    padding: 0px 0px 0px 15px;
    margin: 0;
  }
  .top-logo {
    text-align: center;
    padding-bottom: 0px;
  }
  .top-viewer-photo-overlay {
    padding-top: 150px;
    font-size: 24px;
  }
  .top-viewer-photo-overlay h1 {
    font-size: 45px;
    line-height: 45px;
  }
}