/*

TemplateMo 571 Hexashop

https://templatemo.com/tm-571-hexashop

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #fff;
}

::-moz-selection {
  background: #2a2a2a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.section-heading span {
  font-size: 14px;
  color: #a1a1a1;
  font-style: italic;
  font-weight: 400;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  border-bottom: none !important;
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #2a2a2a!important;
}

.background-header .nav li a.active {
  color: #2a2a2a!important;
}

.header-area {
  border-bottom: 3px dotted #eee;
  box-shadow: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #aaa!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #aaa!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #aaa!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #aaa;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #aaa!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #aaa!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  border-bottom: 3px dotted #eee;
  padding-top: 160px;
  padding-bottom: 30px;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 28.5px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: rgba(42,42,42,.97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}



/*
---------------------------------------------
Men
---------------------------------------------
*/

#men {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#men .section-heading {
  margin-bottom: 60px;
}

#men .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#men .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#men .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#men .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#men .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#men .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#men .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#men .item .thumb {
  position: relative;
}

#men .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#men .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#men .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#men .owl-dots {
  display: none;
}
    
#men .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#men .owl-nav .owl-prev span,
#men .owl-nav .owl-next span {
  opacity: 0;
}

#men .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#men .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-prev:hover {
  opacity: 1;
}

#men .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-next:hover {
  opacity: 1;
}

#men .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#men .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}


/*
---------------------------------------------
Women
---------------------------------------------
*/

#women {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#women .section-heading {
  margin-bottom: 60px;
}

#women .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#women .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#women .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#women .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#women .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#women .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#women .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#women .item .thumb {
  position: relative;
}

#women .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#women .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#women .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#women .owl-dots {
  display: none;
}
    
#women .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#women .owl-nav .owl-prev span,
#women .owl-nav .owl-next span {
  opacity: 0;
}

#women .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#women .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#women .owl-nav .owl-prev:hover {
  opacity: 1;
}

#women .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#women .owl-nav .owl-next:hover {
  opacity: 1;
}

#women .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#women .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

/*
---------------------------------------------
Kids
---------------------------------------------
*/

#kids {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#kids .section-heading {
  margin-bottom: 60px;
}

#kids .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#kids .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#kids .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#kids .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#kids .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#kids .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#kids .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#kids .item .thumb {
  position: relative;
}

#kids .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#kids .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#kids .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#kids .owl-dots {
  display: none;
}
    
#kids .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#kids .owl-nav .owl-prev span,
#kids .owl-nav .owl-next span {
  opacity: 0;
}

#kids .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#kids .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#kids .owl-nav .owl-prev:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#kids .owl-nav .owl-next:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#kids .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}


/*
---------------------------------------------
Explore
---------------------------------------------
*/

#explore {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#explore .left-content {
  margin-right: 30px;
}

#explore .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

#explore .left-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .quote {
  margin-top: 25px;
}

#explore .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#explore .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#explore .left-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}

#explore .left-content .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

#explore img {
  width: 100%;
  overflow: hidden;
}

#explore .leather {
  margin-bottom: 30px;
}

#explore .first-image {
  margin-bottom: 30px;
}

#explore .leather,
#explore .types {
  min-height: 255px;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
}

#explore .leather h4,
#explore .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}

#explore .leather span,
#explore .types span {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#social .col-2 {
  padding-left: 0;
  padding-right: 0;
}

#social .images {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

#social .thumb {
  position: relative;
}

#social .thumb .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#social .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

#social .thumb .icon h6 {
  color: #fff;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin-top: 90px;
}

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .section-heading h2 {
  line-height: 55px;
}

.subscribe form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.subscribe form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.subscribe form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}

.subscribe ul li span a:hover {
  color: #2a2a2a;
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 60px;
  padding: 60px 0px 30px 0px;
  background-color: #2a2a2a;
}

footer .logo {
  margin-bottom: 20px;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 14px;
  color: #fff;
  transition: all .3s;
}

footer ul li a:hover {
  color: #aaa;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .under-footer {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.3);
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}

footer .under-footer ul li a {
  font-size: 22px;
}

footer .under-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

footer .under-footer a {
  color: #cff;
}

footer .under-footer a:hover {
  color: #c66;
}


/* 
---------------------------------------------
Products Page
--------------------------------------------- 
*/

.page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/products-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-heading .inner-content {
  padding: 150px 0px;
  text-align: center;
}

.page-heading .inner-content h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-heading .inner-content span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}

#products .section-heading {
  /*text-align: center;*/
  margin-bottom: 20px;
  /*margin-top: 80px;*/
}

#products .item {
  margin-bottom: 30px;
}

#products .item .thumb img {
  width: 100%;
  overflow: hidden;
}

#products .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#products .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#products .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#products .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#products .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#products .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#products .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#products .item .thumb {
  position: relative;
}

#products .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}
#products .item .thumb .hover-content .hover-rozmiary {
  text-align: center;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
  padding:2px;
  margin-bottom:5px;
}

#products .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}

#products .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#products .pagination ul {
  text-align: center;
  width: 100%;
}

#products .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#products .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#products .pagination ul li a:hover,
#products .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #fff;
}



/* 
---------------------------------------------
Single Product Page
--------------------------------------------- 
*/

#product {
  margin-top: 100px;
}

#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#product .right-content {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
}

#product .right-content span.price {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
}
/*
#product .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}*/

#product .right-content .quote {
  margin-top: 25px;
}

#product .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#product .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#product .right-content p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#product .right-content ul,#product .right-content li {
  font-size: 14px;
  color: #000;
 
}

.quantity-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* */
 .projector_page .compare{
    border:0;
    width:100%
}
@media(min-width:757px){
    .projector_page .compare{
        border-top:1px solid #e0e0e0;
        border-bottom:1px solid #e0e0e0
    }
}
div.photoSwipe_innerthumbs{
    display:flex;
    position:fixed;
    bottom:10px;
    left:0;
    z-index:1000000;
    border-radius:0;
    width:100%;
    padding-left:0;
    overflow:auto
}
@media(min-width:1200px){
    div.photoSwipe_innerthumbs{
        display:block;
        top:calc(50% + 22px);
        top:88px;
        left:50px;
        max-width:70px;
        max-height:70vh;
        bottom:unset;
        width:unset;
        padding-left:0;
        overflow:visible
    }
}
div.photoSwipe_innerthumbs.--one{
    display:none
}
div.photoSwipe_innerthumbs .photos__figure{
    margin-right:0
}
@media(max-width:1200px){
    div.photoSwipe_innerthumbs .photos__figure{
        height:80px;
        width:80px;
        min-width:80px;
        margin-right:15px
    }
}
div.photoSwipe_innerthumbs .photos__figure.--nav{
    width:68px;
    height:82px;
    margin:0 .5rem 1rem
}
div.photoSwipe_innerthumbs .photos__link{
    cursor:pointer
}
div.photoSwipe_innerthumbs .photos__photo.--nav{
    max-width:100%
}
@media(max-width:1200px){
    div.photoSwipe_innerthumbs .photos__photo.--nav{
        max-height:80px
    }
}
div.photoSwipe_innerthumbs .slick-arrow{
    width:70px;
    height:30px;
    line-height:30px;
    border:1px solid #e0e0e0;
    border-radius:0;
    display:flex;
    align-items:center;
    justify-content:center
}
div.photoSwipe_innerthumbs .slick-arrow.slick-prev{
    top:0;
    transform:translateY(-44px)
}
div.photoSwipe_innerthumbs .slick-arrow.slick-next{
    top:unset;
    bottom:0;
    transform:translateY(34px)
}
.photos{
    order:-1
}
@media(min-width:979px){
    .photos{
        order:0
    }
}
.photos.--gallery .photos__slider{
    width:100%
}
.photos.--gallery .photos__slider_wrapper{
    display:flex;
    align-items:center;
    margin:-0.5rem
}
 @media(max-width:756px){
    .photos.--gallery .photos__slider_wrapper{
        overflow:auto;
        scroll-snap-type:x mandatory
    }
}
@media(min-width:757px){
    .photos.--gallery .photos__slider_wrapper{
        flex-wrap:wrap
    }
}
.photos.--gallery .photos__figure:not(.--nav){
    display:flex;
    scroll-snap-align:center;
    flex:0 0 100%;
    max-width:100%;
    padding:.5rem
}
@media(min-width:757px){
    .photos.--gallery .photos__figure:not(.--nav){
        flex:0 0 50%;
        max-width:50%
    }
}
.photos.--gallery .photos__photo{
    max-height:none
}
 .photos video{
    max-width:100%
}
.photos__photo{
    display:block;
    width:auto
}
@media(min-width:360px){
    .photos__photo{
        max-height:60vh
    }
}
@media(min-width:979px){
    .photos__photo{
        max-height:none
    }
}
.photos__photo.--nav{
    max-height:63px;
    mix-blend-mode:multiply
}
.photos__link{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    background:#fff;
    color:#333;
    text-decoration:none
}
.photos__link:hover{
    color:#333
}
.photos__link.--nav{
    height:100%;
    width:100%;
    align-items:center;
    border:1px solid #fbfbfb;
    background:#fbfbfb;
    border-radius:0;
    overflow:hidden
}
 .photos__link.--nav.--active,.photos__link.--nav:hover{
    border:1px solid #d5a676
}
.photos__link.--nav.--video{
    position:relative
}
.photos__link.--nav.--video:before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:3.4rem;
    height:3.4rem;
    background:#d5a676;
    border-radius:50%;
    transition:.2s
}
.photos__link.--nav.--video:after{
    content:'';
    position:absolute;
    left:calc(50% + 2px);
    top:50%;
    transform:translate(-50%,-50%);
    width:0;
    height:0;
    border-style:solid;
    border-width:7px 0 7px 12px;
    border-color:transparent transparent transparent #fff
}
 .photos__link.--nav.--video:hover:before{
    background:#333
}
.photos__link.--nav.--video:hover:after{
    border-color:transparent transparent transparent #fff
}
.photos__link.--more{
    flex-direction:column;
    text-align:center;
    border:1px solid #e0e0e0;
    background:#fff
}
.photos__figure{
    display:flex;
    justify-content:center
}
.photos__figure.--nav{
    width:68px;
    height:63px;
    margin-bottom:1rem;
    margin-right:1.5rem
}
.photos__figure.--nav.--more{
    order:1
}
.photos__figure:not(.--nav){
    display:none
}
.photos__figure:not(.--nav):first-child{
    display:flex
}
 .photos__figure.slick-slide:not(.--nav){
    display:block
}
.photos__slider{
    width:100%;
    position:relative
}
@media(min-width:979px){
    .photos__slider[data-nav]{
        width:calc(100% - 83px)
    }
}
.photos__slider[data-skeleton] .slick-slide{
    float:none !important
}
.photos__slider[data-skeleton] .photos__figure:not(.--nav):first-child .photos__link{
    width:100%;
    position:relative;
    overflow:hidden;
    display:block
}
@media(min-width:360px){
    .photos__slider[data-skeleton] .photos__figure:not(.--nav):first-child .photos__link{
        max-height:60vh
    }
}
.photos__slider[data-skeleton] .photos__figure:not(.--nav):first-child .photos__link:before{
    content:'';
    display:block;
    width:100%;
    position:relative
}
.photos__slider[data-skeleton] .photos__figure:not(.--nav):first-child .photos__link .photos__photo{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    max-width:100%;
    height:100%;
    text-align:center;
    z-index:1
}
.photos__more_top{
    font-size:1.8rem
}
.photos__more_bottom{
    font-size:1.1rem
}
.photos__magnify{
    background:#fff;
    bottom:10px;
    color:#333;
    display:flex;
    align-items:center;
    font-size:1.3rem;
    opacity:0;
    padding:5px 10px;
    position:absolute;
    right:10px;
    transition:all .5s ease 0s;
    z-index:51
}
 .photos__magnify.--active{
    opacity:1
}
.photos__magnify:after{
    content:'\F00E';
    font-family:fontAwesome;
    font-size:2rem;
    margin-left:5px
}
.photos__default{
    width:100%
}
.photoSwipe_overlay{
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    width:100vw;
    height:100vh;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.5)
}
.pswp{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    overflow:hidden;
    -ms-touch-action:none;
    touch-action:none;
    z-index:1500;
    -webkit-text-size-adjust:100%;
    -webkit-backface-visibility:hidden;
    outline:0;
    max-width:1170px
}
 @media(min-width:1200px){
    .pswp{
        min-height:670px;
        max-height:52%;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        border-radius:0
    }
}
.pswp video{
    max-height:65%;
    max-width:calc(100% - 80px);
    display:block;
    margin:0 auto;
    position:relative;
    top:50%;
    transform:translateY(-50%)
}
@media(min-width:979px){
    .pswp video{
        max-height:80%;
        max-width:800px
    }
}
.pswp *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.pswp img{
    max-width:none
}
.pswp--animate_opacity{
    opacity:.001;
    will-change:opacity;
    -webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);
    transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)
}
 .pswp--open{
    display:block
}
.pswp--zoom-allowed .pswp__img{
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
    cursor:zoom-in
}
.pswp--zoomed-in .pswp__img{
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:grab
}
.pswp--dragging .pswp__img{
    cursor:-webkit-grabbing;
    cursor:-moz-grabbing;
    cursor:grabbing
}
.pswp__bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    opacity:0;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    will-change:opacity
}
.pswp__scroll-wrap{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:calc(100% - 120px);
    overflow:hidden
}
 @media(min-width:1200px){
    .pswp__scroll-wrap{
        left:140px;
        right:0;
        width:calc(100% - 190px);
        overflow:visible;
        height:calc(100% - 40px)
    }
    .pswp__scroll-wrap:after,.pswp__scroll-wrap:before{
        content:'';
        width:140px;
        position:absolute;
        left:-140px;
        height:100%;
        background:#fff;
        z-index:100
    }
    .pswp__scroll-wrap:after{
        left:unset;
        right:-140px
    }
}
.pswp__container,.pswp__zoom-wrap{
    -ms-touch-action:none;
    touch-action:none;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0
}
.pswp__container,.pswp__img{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
 .pswp__zoom-wrap{
    position:absolute;
    width:100%;
    -webkit-transform-origin:left top;
    -ms-transform-origin:left top;
    transform-origin:left top;
    -webkit-transition:-webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);
    transition:transform 333ms cubic-bezier(0.4,0,0.22,1)
}
.pswp__bg{
    will-change:opacity;
    -webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);
    transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)
}
.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{
    -webkit-transition:none;
    transition:none
}
 .pswp__container,.pswp__zoom-wrap{
    -webkit-backface-visibility:hidden
}
.pswp__item{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow:hidden
}
.pswp__img{
    position:absolute;
    width:auto;
    height:auto;
    top:0;
    left:0
}
.pswp__img--placeholder{
    -webkit-backface-visibility:hidden
}
.pswp__img--placeholder--blank{
    background:#fff
}
.pswp--ie .pswp__img{
    width:100% !important;
    height:auto !important;
    left:0;
    top:0
}
.pswp__error-msg{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    text-align:center;
    font-size:14px;
    line-height:16px;
    margin-top:-8px;
    color:#333
}
 .pswp__error-msg a{
    color:#333;
    text-decoration:underline
}
.pswp__error-msg a:hover{
    color:#d5a676
}
.photoSwipe_name{
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    font-weight:600;
    display:none;
    text-align:center;
    width:calc(100% - 88px);
    height:100%;
    padding-top:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.photoSwipe_name:last-child{
    display:block
}
@media(min-width:1200px){
    .photoSwipe_name{
        width:100%
    }
}
.pswp__button{
    width:44px;
    height:44px;
    position:relative;
    background:0;
    cursor:pointer;
    overflow:visible;
    -webkit-appearance:none;
    display:block;
    border:0;
    padding:0;
    margin:0;
    float:right;
    -webkit-transition:opacity .2s;
    transition:opacity .2s;
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:.75;
    color:#333
}
 .pswp__button:focus,.pswp__button:hover{
    opacity:1
}
.pswp__button:active{
    outline:0;
    opacity:.9
}
.pswp__button::-moz-focus-inner{
    padding:0;
    border:0
}
.pswp__button--close{
    opacity:1
}
@media(min-width:1200px){
    .pswp__button--close{
        right:-50px
    }
}
.pswp__button--close:before{
    content:'\E897';
    font-family:FontAwesome;
    font-size:1.2rem
}
.pswp__button--close:hover:before{
    color:#d5a676
}
.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{
    width:44px;
    height:44px
}
.pswp__button--fs{
    display:none
}
 .pswp--supports-fs .pswp__button--fs{
    display:block
}
.pswp--fs .pswp__button--fs{
    background-position:-44px 0
}
.pswp__button--zoom{
    display:none;
    background-position:-88px 0
}
.pswp--zoom-allowed .pswp__button--zoom{
    display:block
}
.pswp--zoomed-in .pswp__button--zoom{
    background-position:-132px 0
}
.pswp__button--arrow--left,.pswp__button--arrow--right{
    background:0;
    top:50%;
    margin-top:-50px;
    width:50px;
    height:100px;
    position:absolute
}
.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{
    font-family:FontAwesome;
    font-size:2.6rem
}
 .pswp__button--arrow--left{
    left:0
}
@media(min-width:1200px){
    .pswp__button--arrow--left{
        left:-140px;
        z-index:101
    }
}
.pswp__button--arrow--left:before{
    content:"\F104"
}
.pswp__button--arrow--right{
    right:0
}
@media(min-width:1200px){
    .pswp__button--arrow--right{
        z-index:101;
        right:-50px
    }
}
.pswp__button--arrow--right:before{
    content:"\F105"
}
.pswp__counter,.pswp__share-modal{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.pswp__share-modal{
    display:block;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    top:0;
    left:0;
    padding:10px;
    position:absolute;
    z-index:1600;
    opacity:0;
    -webkit-transition:opacity .25s ease-out;
    transition:opacity .25s ease-out;
    -webkit-backface-visibility:hidden;
    will-change:opacity
}
 .pswp__share-modal--hidden{
    display:none
}
.pswp__share-tooltip{
    z-index:1620;
    position:absolute;
    background:#fff;
    top:56px;
    border-radius:2px;
    display:block;
    width:auto;
    right:44px;
    -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);
    box-shadow:0 2px 5px rgba(0,0,0,0.25);
    -webkit-transform:translateY(6px);
    -ms-transform:translateY(6px);
    transform:translateY(6px);
    -webkit-transition:-webkit-transform .25s;
    transition:transform .25s;
    -webkit-backface-visibility:hidden;
    will-change:transform
}
.pswp__share-tooltip a{
    display:block;
    padding:8px 12px;
    color:#333;
    text-decoration:none;
    font-size:14px;
    line-height:18px
}
 .pswp__share-tooltip a:hover{
    text-decoration:none;
    color:#333
}
.pswp__share-tooltip a:first-child{
    border-radius:2px 2px 0 0
}
.pswp__share-tooltip a:last-child{
    border-radius:0 0 2px 2px
}
.pswp__share-modal--fade-in{
    opacity:1
}
.pswp__share-modal--fade-in .pswp__share-tooltip{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
}
.pswp--touch .pswp__share-tooltip a{
    padding:16px 12px
}
a.pswp__share--facebook:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    top:-12px;
    right:15px;
    border:6px solid transparent;
    border-bottom-color:#FFF;
    -webkit-pointer-events:none;
    -moz-pointer-events:none;
    pointer-events:none
}
 a.pswp__share--facebook:hover{
    background:#3e5c9a;
    color:#FFF
}
a.pswp__share--facebook:hover:before{
    border-bottom-color:#3e5c9a
}
a.pswp__share--twitter:hover{
    background:#55acee;
    color:#FFF
}
a.pswp__share--pinterest:hover{
    background:#CCC;
    color:#ce272d
}
a.pswp__share--download:hover{
    background:#d5a676;
    color:#fff
}
.pswp__counter{
    position:absolute;
    left:0;
    top:0;
    height:44px;
    font-size:14px;
    line-height:44px;
    padding:0 10px
}
@media(min-width:1200px){
    .pswp__counter{
        padding-left:0;
        left:-125px
    }
}
.pswp__caption{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    min-height:44px
}
 .pswp__caption small{
    font-size:11px;
    color:#BBB
}
.pswp__caption__center{
    text-align:left;
    max-width:420px;
    margin:0 auto;
    font-size:13px;
    padding:10px;
    line-height:20px;
    color:#CCC
}
.pswp__caption--empty{
    display:none
}
.pswp__caption--fake{
    visibility:hidden
}
.pswp__preloader{
    width:44px;
    height:44px;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-22px;
    opacity:0;
    -webkit-transition:opacity .25s ease-out;
    transition:opacity .25s ease-out;
    will-change:opacity;
    direction:ltr
}
.pswp__preloader__icn{
    width:20px;
    height:20px;
    margin:12px
}
 .pswp__preloader--active{
    opacity:1
}
.pswp__preloader--active .pswp__preloader__icn{
    background:url(preloader.gif) 0 0 no-repeat
}
.pswp--css_animation .pswp__preloader--active{
    opacity:1
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{
    -webkit-animation:clockwise 500ms linear infinite;
    animation:clockwise 500ms linear infinite
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{
    -webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;
    animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite
}
 .pswp--css_animation .pswp__preloader__icn{
    background:0;
    width:14px;
    height:14px;
    position:absolute;
    left:15px;
    top:15px;
    margin:0
}
.pswp--css_animation .pswp__preloader__cut{
    position:relative;
    width:7px;
    height:14px;
    overflow:hidden
}
.pswp--css_animation .pswp__preloader__donut{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:14px;
    height:14px;
    border:2px solid #d5a676;
    border-radius:50%;
    border-left-color:transparent;
    border-bottom-color:transparent;
    position:absolute;
    top:0;
    left:0;
    background:0;
    margin:0
}
 @media screen and (max-width:1024px){
    .pswp__preloader{
        position:relative;
        left:auto;
        top:auto;
        margin:0;
        float:right
    }
}
@-webkit-keyframes clockwise{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes clockwise{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes donut-rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
     50%{
        -webkit-transform:rotate(-140deg);
        transform:rotate(-140deg)
    }
    100%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
}
@keyframes donut-rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    50%{
        -webkit-transform:rotate(-140deg);
        transform:rotate(-140deg)
    }
    100%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
}
.pswp__ui{
    -webkit-font-smoothing:auto;
    visibility:visible;
    opacity:1;
    z-index:1550
}
.pswp__top-bar{
    position:absolute;
    left:0;
    top:0;
    height:44px;
    width:100%
}
@media(min-width:1200px){
    .pswp__top-bar{
        background-color:#fff;
        z-index:101
    }
}
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{
    visibility:visible
}
.pswp__ui--idle .pswp__top-bar{
    opacity:0
}
.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{
    opacity:0
}
.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{
    display:none
}
.pswp__element--disabled{
    display:none !important
}
.pswp--minimal--dark .pswp__top-bar{
    background:0
}
@media(min-width:979px){
    #projector_photos #photos_slider .photos__slider_wrapper .photos__figure{
        display:none
    }
     #projector_photos #photos_slider .photos__slider_wrapper .photos__figure:first-of-type,#projector_photos #photos_slider .photos__slider_wrapper .photos__figure:nth-of-type(2){
        display:flex
    }
    #projector_photos #photos_slider .photos__slider_wrapper.--opened .photos__figure{
        display:flex
    }
}
@media(max-width:978px){
    #projector_photos .slick-prev.slick-arrow{
        left:.5rem
    }
    #projector_photos .slick-next.slick-arrow{
        right:.5rem
    }
    #projector_photos .slick-dots{
        position:absolute;
        bottom:1rem;
        display:flex;
        width:100%;
        padding:0;
        margin:0;
        list-style:none;
        text-align:center;
        justify-content:center;
        flex-wrap:wrap;
        align-items:center
    }
     #projector_photos .slick-dots li{
        position:relative;
        display:inline-block;
        width:8px;
        height:8px;
        margin:0 5px;
        padding:0
    }
    #projector_photos .slick-dots li button{
        font-size:0;
        line-height:0;
        display:block;
        width:8px;
        height:8px;
        padding:0;
        cursor:pointer;
        color:transparent;
        border:0;
        outline:0;
        background:transparent
    }
    #projector_photos .slick-dots li button:before{
        font-family:'slick';
        font-size:6px;
        line-height:20px;
        position:absolute;
        top:0;
        left:0;
        width:8px;
        height:9px;
        content:'';
        text-align:center;
        opacity:1;
        color:black;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
        background:#e0e0e0;
        border-radius:100%
    }
     #projector_photos .slick-dots li.slick-active button{
        background:#828282
    }
    #projector_photos .slick-dots li.slick-active button:before{
        opacity:1;
        background:#d5a676
    }
    #projector_photos #photos_slider .photos__slider_wrapper .slick-track .photos__figure:not(.--nav){
        display:inline-block
    }
}
#gallery__toggler{
    text-align:center;
    text-transform:uppercase;
    margin-top:4rem;
    position:relative;
    display:flex;
    justify-content:center;
    cursor:pointer;
    letter-spacing:.13em;
    font-size:1.3rem
}
@media(max-width:979px){
    #gallery__toggler{
        display:none !important
    }
}
#gallery__toggler:after{
    align-items:center;
    content:'\F107';
    display:flex;
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    font-size:1.8rem;
    height:1.6rem;
    justify-content:center;
    letter-spacing:0;
    line-height:1;
    margin-left:1rem;
    width:1.6rem
}
#gallery__toggler.--opened:after{
    content:'\F106'
}
.pswp .pswp__button--arrow--right{
    right:1rem;
    font-size:1rem;
    height:4rem;
    width:4rem;
    line-height:1;
    background:transparent
}
.pswp .pswp__button--arrow--right:before{
    content:'\E98C';
    font-family:fontAwesome;
    font-size:1rem;
    color:#000;
    transform:translate(-2px,15px);
    display:block
}
 .pswp .pswp__button--arrow--left{
    left:1rem;
    font-size:1rem;
    height:4rem;
    width:4rem;
    line-height:1;
    background:transparent
}
.pswp .pswp__button--arrow--left:before{
    content:'\E98B';
    font-family:fontAwesome;
    font-size:1rem;
    color:#000;
    transform:translate(-2px,15px);
    display:block
}
.pswp .pswp__button--close:before{
    content:'+';
    font-family:FontAwesome;
    font-size:4rem;
    font-weight:200;
    display:block;
    transform:rotate(45deg)
}
@media(min-width:979px){
    .pswp{
        min-height:100vh;
        min-width:100vw
    }
     .pswp .pswp__bg{
        opacity:.7 !important
    }
    .pswp .pswp__scroll-wrap{
        height:100vh;
        left:0
    }
    .pswp .pswp__scroll-wrap:after,.pswp .pswp__scroll-wrap:before{
        background:transparent
    }
    .pswp .photoSwipe_innerthumbs{
        display:none !important
    }
    .pswp .pswp__ui .pswp__top-bar{
        background:transparent !important
    }
    .pswp .pswp__ui .pswp__top-bar .photoSwipe_name{
        display:none !important
    }
    .pswp .pswp__ui .pswp__top-bar .pswp__counter{
        display:none !important
    }
    .pswp .pswp__zoom-wrap{
        height:calc(100% - 4.4rem) !important;
        margin-top:-2.2rem !important
    }
     .pswp .pswp__button--close{
        right:2rem
    }
    .pswp .pswp__button--arrow--right{
        right:1.5rem;
        background:#d5a676
    }
    .pswp .pswp__button--arrow--right:before{
        color:#fff
    }
    .pswp .pswp__button--arrow--left{
        left:1.5rem;
        background:#d5a676
    }
    .pswp .pswp__button--arrow--left:before{
        color:#fff
    }
}
@media(min-width:1200px){
    .pswp .pswp__scroll-wrap{
        left:100px
    }
    .pswp .pswp__button--close{
        right:-8rem
    }
    .pswp .pswp__button--arrow--right{
        right:-7rem
    }
    .pswp .pswp__button--arrow--left{
        left:-8rem
    }
}
 .product_name{
    margin-bottom:2.5rem
}
@media(min-width:979px){
    .product_name{
        margin-bottom:4rem
    }
}
.product_name__block:not(:last-child){
    margin-bottom:1rem
}
.product_name__block.--description{
    border:0;
    margin:0;
    font-size:1.3rem;
    line-height:1.5
}
.product_name__block.--description ul{
    list-style:none
}
.product_name__name{
    font-family:'apparat','Open Sans',sans-serif;
    font-size:1.3rem;
    font-weight:500;
    color:#d5a676;
    text-transform:uppercase;
    letter-spacing:.02em;
    line-height:1.5
}
.product_name__series{
    font-family:'apparat','Open Sans',sans-serif;
    font-size:3.2rem;
    font-weight:200;
    font-family:'apparat-light';
    color:#333;
    text-transform:uppercase;
    letter-spacing:.02em;
    line-height:1.2;
    margin-top:1rem
}
 .product_name__firm_logo{
    width:200px;
    max-height:100px
}
.product_name__firm_logo img{
    max-height:100%;
    display:block
}
.product_name .firm_logo{
    display:block;
    height:100%
}
.product_name__notes{
    font-size:1.3rem;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1rem
}
.product_name__note{
    display:flex;
    align-items:center;
    gap:.4rem
}
.product_name__note i{
    color:#d4d4d4;
    width:1.6rem;
    height:1.6rem;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    line-height:1
}
.product_name__note i.--active{
    color:#d5a676
}
 .product_name__note_text{
    line-height:1
}
.product_name__action{
    font-size:1.3rem
}
.product_name__action.--remove{
    color:#e35c5c
}
.product_name__action.--remove:hover{
    color:#d5a676
}
.product_name__action.--compare{
    margin-right:.3rem
}
.product_name__action.--shopping-list{
    text-decoration:none
}
.product_name__action.--shopping-list:before{
    content:'\F006';
    font-family:FontAwesome;
    font-size:1.8rem;
    margin-right:.8rem;
    line-height:1.6rem
}
.product_name__action.--shopping-list span{
    text-decoration:underline
}
 @media(min-width:979px){
    .projector_page #content{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        grid-column-gap:4rem
    }
}
@media(min-width:1200px){
    .projector_page #content{
        grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);
        grid-column-gap:1rem
    }
}
@media(min-width:1400px){
    .projector_page #content{
        grid-template-columns:minmax(0,2fr) minmax(0,1fr)
    }
}
.projector_page #content>*:not(.newsletter){
    padding-left:0;
    padding-right:0
}
@media(min-width:979px){
    .projector_page #content>*{
        grid-column:1 / span 2
    }
}
@media(min-width:979px){
    .projector_page #content #menu_compare_product:not([style]) ~ #projector_photos,.projector_page #content #menu_messages_warning ~ #projector_photos{
        grid-area:2 / 1 / 6 / 2
    }
}
@media(min-width:979px){
    .projector_page #content #menu_compare_product:not([style]) ~ #projector_productname,.projector_page #content #menu_messages_warning ~ #projector_productname{
        grid-area:2 / 2 / 3 / 3
    }
}
@media(min-width:979px){
    .projector_page #content #menu_compare_product:not([style]) ~ #projector_form,.projector_page #content #menu_messages_warning ~ #projector_form{
        grid-area:3 / 2 / 5 / 3
    }
}
@media(min-width:979px){
    .projector_page #content #menu_messages_warning ~ #menu_compare_product:not([style]) ~ #projector_photos{
        grid-area:3 / 1 / 7 / 2
    }
}
@media(min-width:979px){
    .projector_page #content #menu_messages_warning ~ #menu_compare_product:not([style]) ~ #projector_productname{
        grid-area:3 / 2 / 4 / 3
    }
}
@media(min-width:979px){
    .projector_page #content #menu_messages_warning ~ #menu_compare_product:not([style]) ~ #projector_form{
        grid-area:4 / 2 / 6 / 3
    }
}
@media(min-width:979px){
    .projector_page #content #projector_photos{
        grid-area:1 / 1 / 5 / 2
    }
}
@media(min-width:979px){
    .projector_page #content #projector_productname{
        grid-area:1 / 2 / 2 / 3
    }
}
@media(min-width:1200px){
    .projector_page #content #projector_productname{
        padding-left:7rem
    }
}
@media(min-width:979px){
    .projector_page #content #projector_form{
        grid-area:2 / 2 / 4 / 3
    }
}
@media(min-width:1200px){
    .projector_page #content #projector_form{
        padding-left:7rem
    }
}
@media(min-width:979px){
    .projector_page #content #projector_longdescription[data-traits],.projector_page #content #projector_longdescription[data-dictionary]{
        grid-column:1
    }
}
@media(min-width:979px){
    .projector_page #content #projector_longdescription[data-traits][data-dictionary]{
        grid-row:span 3
    }
}
@media(min-width:979px){
    .projector_page #content #projector_longdescription ~ #projector_producttraits,.projector_page #content #projector_longdescription ~ #projector_dictionary{
        grid-column:2
    }
}
.projector_smile{
    order:1
}
.projector_smile__block.--main{
    border-radius:0;
    padding:1rem;
    background:#fcf4f4;
    color:#333
}
@media(min-width:757px){
    .projector_smile__block.--main{
        display:flex;
        align-items:center
    }
}
.projector_smile__block.--desc{
    padding:.5rem 1rem;
    font-size:1.1rem;
    line-height:1.3rem
}
.projector_smile__logo{
    max-width:72px;
    display:block
}
.projector_smile__inpost{
    display:flex;
    align-items:center
}
@media(min-width:757px){
    .projector_smile__inpost{
        padding:0 1rem
    }
}
.projector_smile__inpost_text{
    padding:.5rem 0
}
@media(min-width:757px){
    .projector_smile__inpost_text{
        padding:.25rem 0 0
    }
}
.projector_smile__inpost_logo{
    max-width:51px;
    margin-left:.5rem
}
.projector_smile__link{
    margin-top:-0.5rem;
    display:block;
    white-space:nowrap;
    color:#333;
    text-decoration:underline
}
 .projector_smile__link:hover{
    color:#333
}
@media(min-width:757px){
    .projector_smile__link{
        margin:0
    }
}
.projector_details{
    font-size:1.3rem;
    margin-bottom:2rem;
    display:flex;
    flex-direction:column
}
@media(min-width:979px){
    .projector_details{
        margin-bottom:4rem
    }
}
.projector_details.disable .projector_multipack,.projector_details.--phone .projector_multipack,.projector_details.disable .projector_oneclick,.projector_details.--phone .projector_oneclick{
    display:none
}
.projector_details.disable .projector_buy__button,.projector_details.--phone .projector_buy__button,.projector_details.disable .projector_express_checkout__button,.projector_details.--phone .projector_express_checkout__button{
    pointer-events:none;
    opacity:.3 !important
}
 .projector_details.--submitting .projector_buy__button{
    position:relative;
    pointer-events:none;
    transition:border-color 0s;
    border-color:rgba(255,255,255,0.8)
}
.projector_details.--submitting .projector_buy__button:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.8);
    z-index:2
}
.projector_details.--submitting .projector_buy__button:after{
    content:'\E838';
    font-family:FontAwesome;
    position:absolute;
    z-index:2;
    animation:spin_loading 1.5s infinite linear;
    top:50%;
    left:50%;
    font-size:2.5rem;
    color:#333
}
 .projector_details.--submitting .projector_buy__button:hover{
    border-color:rgba(255,255,255,0.8)
}
.projector_details[data-sizes_disable] .projector_oneclick{
    display:none
}
.projector_details__wrapper{
    margin-bottom:1.5rem
}
.projector_details__advanceprice{
    margin-bottom:2rem
}
.projector_details[data-subscription]:not([data-subscription="only"]) .projector_details__wrapper{
    border:1px solid #e0e0e0;
    border-radius:0;
    padding:1.5rem;
    border-top:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
    padding-top:5px;
    margin-bottom:15px
}
 .projector_details[data-subscription="true"] .projector_purchase.--subscription,.projector_details[data-subscription="only"] .projector_purchase.--subscription{
    border:1px solid #e0e0e0;
    border-bottom:0;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    background:#fff;
    color:#333;
    margin-bottom:0
}
.projector_details[data-subscription="true"] .projector_purchase.--subscription .f-label,.projector_details[data-subscription="only"] .projector_purchase.--subscription .f-label{
    color:#333 !important
}
 .projector_details[data-subscription="true"] .projector_purchase.--normal,.projector_details[data-subscription="only"] .projector_purchase.--normal{
    order:1
}
.projector_details[data-subscription="true"] .projector_info__item.--stocks,.projector_details[data-subscription="only"] .projector_info__item.--stocks,.projector_details[data-subscription="true"] .projector_info__item.--instalments,.projector_details[data-subscription="only"] .projector_info__item.--instalments,.projector_details[data-subscription="true"] .projector_info__item.--paypo,.projector_details[data-subscription="only"] .projector_info__item.--paypo{
    display:none
}
 .projector_details[data-subscription="true"] .projector_prices__collection_selected,.projector_details[data-subscription="only"] .projector_prices__collection_selected{
    display:none !important
}
.projector_details[data-subscription="true"] .projector_prices__period,.projector_details[data-subscription="only"] .projector_prices__period{
    display:inline
}
.projector_details[data-subscription="true"] .projector_oneclick,.projector_details[data-subscription="only"] .projector_oneclick,.projector_details[data-subscription="true"] .projector_prices__points,.projector_details[data-subscription="only"] .projector_prices__points{
    display:none !important
}
 .projector_details[data-subscription="false"] .projector_purchase.--normal{
    border:1px solid #e0e0e0;
    border-bottom:0;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    background:#fff;
    color:#333;
    margin-bottom:0
}
.projector_details[data-subscription="false"] .projector_purchase.--normal .f-label{
    color:#333 !important
}
.projector_details[data-subscription="false"] .projector_subscription,.projector_details[data-subscription="false"] .projector_subscription_rebates{
    display:none
}
 .projector_details[data-subscription="false"] .projector_info__item.--subscription,.projector_details[data-subscription="false"] .projector_info__item.--abort-subscription{
    display:none
}
.projector_details[data-subscription="false"] .projector_purchase__price_wrapper{
    display:none
}
.projector_details[data-subscription="false"] .projector_details__wrapper{
    order:1
}
.projector_details .projector_purchase{
    border-radius:0;
    display:flex;
    padding:0 20px;
    background:#fbfbfb;
    color:#333;
    border:1px solid #fbfbfb
}
 @media(min-width:1200px){
    .projector_details .projector_purchase.--subscription .projector_purchase__label{
        margin-right:5px
    }
}
.projector_details .projector_purchase .f-label{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    padding-top:15px !important;
    padding-bottom:15px !important;
    color:#333 !important
}
@media(min-width:757px){
    .projector_details .projector_purchase .f-label{
        align-items:center;
        justify-content:normal;
        flex-direction:row
    }
}
@media(min-width:1200px){
    .projector_details .projector_purchase .f-label{
        align-items:flex-start;
        justify-content:center;
        flex-direction:column
    }
}
.projector_details .projector_purchase__price_wrapper,.projector_details .projector_purchase__yousave{
    white-space:normal
}
.projector_details .projector_purchase__label{
    font-size:1.5rem;
    margin-right:10px
}
.projector_details .projector_purchase__yousave{
    color:#e35c5c;
    font-size:1.3rem;
    display:none
}
.projector_details .projector_purchase__yousave.--active{
    display:inline
}
.projector_details .projector_purchase__price_wrapper{
    font-size:1.3rem
}
@media(min-width:757px){
    .projector_details .projector_purchase__price_wrapper{
        margin-left:auto
    }
}
@media(min-width:1200px){
    .projector_details .projector_purchase__price_wrapper{
        margin-left:0
    }
}
.projector_details .projector_purchase__price_before{
    margin-right:5px
}
.projector_details .projector_purchase__price{
    font-size:1.4rem
}
.projector_details .projector_versions,.projector_details .projector_multiversions,.projector_details .projector_sizes,.projector_details .projector_subscription{
    margin-bottom:2.5rem
}
.projector_details .projector_versions select,.projector_details .projector_multiversions select,.projector_details .projector_sizes select,.projector_details .projector_subscription select{
    width:100%;
    height:45px
}
 .projector_details .projector_versions select option.--disabled,.projector_details .projector_multiversions select option.--disabled,.projector_details .projector_sizes select option.--disabled,.projector_details .projector_subscription select option.--disabled{
    color:#999
}
.projector_details .projector_versions__label,.projector_details .projector_multiversions__label,.projector_details .projector_sizes__label,.projector_details .projector_subscription__label{
    flex:0 0 100%;
    max-width:100%;
    margin-bottom:.5rem;
    font-size:1.3rem;
    line-height:1.6;
    font-weight:300;
    display:block
}
 .projector_details .projector_versions .f-dropdown,.projector_details .projector_multiversions .f-dropdown,.projector_details .projector_sizes .f-dropdown,.projector_details .projector_subscription .f-dropdown{
    margin:0;
    width:100%
}
.projector_details .projector_versions .f-dropdown-toggle,.projector_details .projector_multiversions .f-dropdown-toggle,.projector_details .projector_sizes .f-dropdown-toggle,.projector_details .projector_subscription .f-dropdown-toggle{
    height:45px;
    font-size:1.2rem
}
.projector_details .projector_versions .f-dropdown-toggle .gfx_wrapper,.projector_details .projector_multiversions .f-dropdown-toggle .gfx_wrapper,.projector_details .projector_sizes .f-dropdown-toggle .gfx_wrapper,.projector_details .projector_subscription .f-dropdown-toggle .gfx_wrapper{
    display:none
}
 .projector_details .projector_versions .f-dropdown-button,.projector_details .projector_multiversions .f-dropdown-button,.projector_details .projector_sizes .f-dropdown-button,.projector_details .projector_subscription .f-dropdown-button{
    font-weight:bold
}
.projector_details .projector_versions .f-dropdown-button .soldout,.projector_details .projector_multiversions .f-dropdown-button .soldout,.projector_details .projector_sizes .f-dropdown-button .soldout,.projector_details .projector_subscription .f-dropdown-button .soldout{
    display:none
}
 .projector_details .projector_versions .f-dropdown-li.--disabled .f-dropdown-item,.projector_details .projector_multiversions .f-dropdown-li.--disabled .f-dropdown-item,.projector_details .projector_sizes .f-dropdown-li.--disabled .f-dropdown-item,.projector_details .projector_subscription .f-dropdown-li.--disabled .f-dropdown-item{
    text-decoration:none
}
.projector_details .projector_versions .f-dropdown-li.--disabled .f-dropdown-item .name,.projector_details .projector_multiversions .f-dropdown-li.--disabled .f-dropdown-item .name,.projector_details .projector_sizes .f-dropdown-li.--disabled .f-dropdown-item .name,.projector_details .projector_subscription .f-dropdown-li.--disabled .f-dropdown-item .name{
    text-decoration:line-through
}
 .projector_details .projector_versions .f-dropdown-item,.projector_details .projector_multiversions .f-dropdown-item,.projector_details .projector_sizes .f-dropdown-item,.projector_details .projector_subscription .f-dropdown-item{
    display:flex;
    align-items:center
}
.projector_details .projector_versions .f-dropdown-item .gfx_wrapper,.projector_details .projector_multiversions .f-dropdown-item .gfx_wrapper,.projector_details .projector_sizes .f-dropdown-item .gfx_wrapper,.projector_details .projector_subscription .f-dropdown-item .gfx_wrapper{
    display:flex;
    align-items:center
}
 .projector_details .projector_versions .f-dropdown-item .gfx,.projector_details .projector_multiversions .f-dropdown-item .gfx,.projector_details .projector_sizes .f-dropdown-item .gfx,.projector_details .projector_subscription .f-dropdown-item .gfx{
    max-width:40px;
    display:block;
    margin-right:1rem
}
.projector_details .projector_versions .f-dropdown-item .soldout,.projector_details .projector_multiversions .f-dropdown-item .soldout,.projector_details .projector_sizes .f-dropdown-item .soldout,.projector_details .projector_subscription .f-dropdown-item .soldout{
    margin-left:auto
}
 .projector_details .projector_subscription_rebates{
    margin:-15px 0 20px;
    position:relative
}
@media(min-width:1200px){
    .projector_details .projector_subscription{
        display:flex;
        align-items:center;
        flex-wrap:wrap
    }
}
.projector_details .projector_subscription[data-border]{
    padding-bottom:1.5rem;
    border-bottom:1px solid #e0e0e0
}
.projector_details .projector_subscription__sub{
    display:flex;
    flex-wrap:wrap;
    margin:-0.5rem;
    position:relative
}
.projector_details .projector_subscription__item{
    min-width:90px;
    min-height:35px;
    font-size:1.2rem;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:1px solid #e0e0e0;
    background:#fff;
    color:#333;
    border-radius:0;
    padding:.5rem;
    margin:.5rem;
    z-index:1
}
 .projector_details .projector_subscription__item.--selected{
    font-weight:bold;
    border:1px solid #d5a676;
    box-shadow:inset 0 0 0 1px #d5a676
}
.projector_details .projector_subscription__item.--disabled{
    color:#e35c5c;
    text-decoration:line-through
}
.projector_details .projector_subscription__item:hover{
    border:1px solid #d5a676
}
.projector_details .projector_subscription__name{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
@media(min-width:1200px){
    .projector_details .projector_versions{
        display:flex;
        align-items:center;
        flex-wrap:wrap
    }
}
.projector_details .projector_versions[data-select] .projector_versions__sub{
    margin:0
}
.projector_details .projector_versions:not([data-select]) .projector_versions__sub{
    overflow:auto;
    scroll-snap-type:x mandatory
}
.projector_details .projector_versions:not([data-select]) .projector_versions__item{
    overflow:auto;
    scroll-snap-type:x mandatory
}
.projector_details .projector_versions__sub{
    display:flex;
    margin:-0.75rem -1.5rem;
    position:relative
}
@media(min-width:757px){
    .projector_details .projector_versions__sub{
        margin:-0.75rem
    }
}
@media(min-width:979px){
    .projector_details .projector_versions__sub{
        flex-wrap:wrap
    }
}
.projector_details .projector_versions__item{
    min-width:70px;
    width:70px;
    min-height:35px;
    font-size:1.2rem;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    border-bottom:2px solid transparent;
    background:#fff;
    color:#333;
    padding-bottom:.5rem;
    margin:.75rem .75rem .05rem;
    scroll-snap-align:center
}
.projector_details .projector_versions__item.--selected{
    font-weight:bold;
    border-bottom:2px solid #d5a676
}
 .projector_details .projector_versions__item:hover{
    border-bottom:2px solid #d5a676
}
.projector_details .projector_versions__item:first-child{
    margin-left:1.5rem
}
@media(min-width:757px){
    .projector_details .projector_versions__item:first-child{
        margin-left:.75rem
    }
}
.projector_details .projector_versions__item:last-child{
    margin-right:1.5rem
}
@media(min-width:757px){
    .projector_details .projector_versions__item:last-child{
        margin-right:.75rem
    }
}
.projector_details .projector_versions__gfx img{
    display:block
}
.projector_details .projector_versions__name{
    display:none
}
 .projector_details .projector_versions[data-gfx] .projector_versions__sub{
    gap:1rem;
    margin:0;
    overflow:initial
}
.projector_details .projector_versions[data-gfx] .projector_versions__item{
    min-width:2.8rem;
    width:2.8rem;
    min-height:2.8rem;
    border:0;
    padding:1px;
    margin:0;
    border-radius:50%;
    overflow:initial;
    position:relative;
    box-shadow:0 0 0 1px #d4d4d4;
    transition:all .25s
}
.projector_details .projector_versions[data-gfx] .projector_versions__item.--selected{
    font-weight:400;
    box-shadow:0 0 0 2px #d5a676
}
.projector_details .projector_versions[data-gfx] .projector_versions__item:hover{
    box-shadow:0 0 0 2px #d5a676
}
 .projector_details .projector_multiversions__item{
    margin-bottom:1rem;
    flex-direction:column;
    align-items:start
}
.projector_details .projector_multiversions__item:last-child{
    margin-bottom:0
}
.projector_details .projector_multiversions__item.--conflict .f-dropdown-toggle{
    border:1px solid #e35c5c;
    box-shadow:0 0 0 1px #e35c5c;
    color:#e35c5c
}
.projector_details .projector_multiversions .f-dropdown-li.--dependent .conflict_txt{
    display:block;
    color:#e35c5c
}
.projector_details .projector_multiversions .conflict_txt{
    display:none
}
 .projector_details .projector_sizes{
    margin-right:auto;
    margin-bottom:0
}
@media(min-width:1200px){
    .projector_details .projector_sizes{
        display:flex;
        align-items:center;
        flex-wrap:wrap
    }
}
.projector_details .projector_sizes[data-select] .projector_sizes__sub{
    margin:0
}
.projector_details .projector_sizes[data-onesize]{
    display:none
}
.projector_details .projector_sizes__additional{
    font-size:1.3rem;
    display:none;
    flex:0 0 100%;
    max-width:100%;
    margin-bottom:2.5rem
}
.projector_details .projector_sizes__additional.--show{
    display:block
}
 .projector_details .projector_sizes__additional .size__description{
    display:none
}
.projector_details .projector_sizes__additional .size__description.--active{
    display:block
}
.projector_details .projector_sizes__additional .size__description__list{
    display:flex;
    flex-direction:column;
    gap:.5rem;
    list-style:none
}
.projector_details .projector_sizes__additional .size__description__list__element{
    align-items:baseline;
    display:flex;
    gap:1rem
}
.projector_details .projector_sizes__additional .size__description__label{
    min-width:8.5rem
}
 .projector_details .projector_sizes__additional .size__description__value{
    font-weight:500
}
.projector_details .projector_sizes__row{
    align-items:center;
    display:flex;
    flex:0 0 100%;
    flex-wrap:wrap;
    gap:1.5rem;
    justify-content:flex-start;
    max-width:100%;
    margin-bottom:2.5rem
}
.projector_details .projector_sizes__sub{
    display:flex;
    flex-wrap:wrap;
    position:relative;
    margin-right:auto;
    gap:1rem
}
.projector_details .projector_sizes__sub:before{
    content:'';
    position:absolute;
    top:-0.5rem;
    left:-1rem;
    right:-1rem;
    bottom:-0.5rem;
    background-color:#d9706c;
    opacity:0
}
 @media(min-width:757px){
    .projector_details .projector_sizes__sub:before{
        left:-0.5rem;
        right:-0.5rem;
        width:auto
    }
}
.projector_details .projector_sizes__sub.--alert:before{
    transition:.3s all;
    opacity:1
}
.projector_details .projector_sizes__sub .alert{
    position:absolute;
    top:-0.5rem;
    z-index:100;
    background-color:#fff;
    left:0;
    right:0;
    transform:translateY(-100%);
    height:40px;
    border:1px solid #d5a676;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.2rem;
    font-weight:600;
    opacity:0;
    transition:.3s all
}
 .projector_details .projector_sizes__sub .alert.--open{
    opacity:1
}
.projector_details .projector_sizes__item{
    min-width:50px;
    min-height:35px;
    font-size:1.2rem;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#fff;
    color:#333;
    padding:.5rem;
    z-index:1;
    box-shadow:0 0 0 1px #d4d4d4;
    transition:all .25s
}
.projector_details .projector_sizes__item.--disabled{
    opacity:.6;
    text-decoration:line-through
}
.projector_details .projector_sizes__item:hover,.projector_details .projector_sizes__item.--selected{
    box-shadow:0 0 0 2px #d5a676
}
 .projector_details .projector_sizes__name{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.projector_details .projector_sizes .f-dropdown-li.--disabled .f-dropdown-item{
    text-decoration:none
}
.projector_details .projector_sizes .f-dropdown-li.--disabled .name{
    text-decoration:line-through
}
.projector_details .projector_sizes .f-dropdown-button .count{
    display:none
}
.projector_details .projector_sizes .f-dropdown-item .count{
    margin-left:auto
}
.projector_details .projector_chart{
    margin-bottom:0
}
 .projector_details .projector_chart .projector_chart__link{
    display:flex;
    align-items:center;
    text-decoration:none
}
.projector_details .projector_chart .projector_chart__link:hover span{
    text-decoration:none
}
.projector_details .projector_chart .projector_chart__link:before{
    content:'\E976';
    font-family:FontAwesome;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:1.2rem;
    height:1.6rem;
    width:1.6rem;
    margin-right:.8rem
}
.projector_details .projector_chart .projector_chart__link span{
    text-decoration:underline
}
 .projector_details .projector_prices{
    margin-bottom:2.5rem
}
@media(min-width:979px){
    .projector_details .projector_prices{
        margin-bottom:4rem
    }
}
.projector_details .projector_prices.--only-points .projector_prices__points{
    margin-top:0
}
.projector_details .projector_prices.--only-points .projector_prices__price_wrapper{
    margin-bottom:0
}
.projector_details .projector_prices__row{
    display:flex
}
.projector_details .projector_prices__col{
    max-width:100%
}
.projector_details .projector_prices__col.--right{
    align-items:center;
    display:flex;
    padding:.5rem 0
}
 .projector_details .projector_prices__col.--right:empty{
    display:none
}
@media(min-width:979px){
    .projector_details .projector_prices__col.--right{
        border-left:1px solid #e0e0e0;
        max-width:50%;
        padding-left:3rem
    }
}
@media(min-width:979px){
    .projector_details .projector_prices__col.--left{
        padding-right:3rem
    }
}
.projector_details .projector_prices__price_wrapper{
    display:flex;
    align-items:flex-end;
    flex-wrap:wrap;
    gap:.5rem
}
.projector_details .projector_prices__contact img{
    display:none
}
.projector_details .projector_prices__contact span{
    font-size:2rem
}
 .projector_details .projector_prices__maxprice_wrapper,.projector_details .projector_prices__price,.projector_details .projector_prices__info{
    white-space:nowrap
}
.projector_details .projector_prices__maxprice_wrapper{
    color:#e35c5c;
    line-height:1.2;
    display:inline;
    width:100%
}
.projector_details .projector_prices__maxprice_wrapper .omnibus_label,.projector_details .projector_prices__maxprice_wrapper .omnibus_short{
    color:#828282
}
.projector_details .projector_prices__maxprice{
    white-space:nowrap;
    color:#828282;
    text-decoration:none
}
 .projector_details .projector_prices__unit_sellby{
    padding-right:3px
}
.projector_details .projector_prices__percent{
    display:none !important
}
.projector_details .projector_prices__price{
    font-size:2.4rem;
    line-height:1.2;
    font-weight:300;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin:.5rem 0
}
.projector_details .projector_prices__price span{
    white-space:nowrap
}
.projector_details .projector_prices__period{
    display:none
}
.projector_details .projector_prices__info{
    line-height:1.2;
    display:none
}
.projector_details .projector_prices__points_buy:not(.--span){
    color:#333;
    text-decoration:underline;
    font-weight:bold
}
 .projector_details .projector_prices__points_buy:not(.--span):hover{
    color:#d5a676
}
.projector_details .projector_prices__srp{
    padding-left:.3rem
}
.projector_details .projector_prices__sellby_label{
    padding-right:.3rem
}
.projector_details .projector_prices__sellby_unit{
    padding-left:.3rem
}
.projector_details .projector_prices__unit_converted_price{
    padding-left:.3rem
}
.projector_details .projector_prices .projector_lowest_price{
    font-size:1.3rem;
    font-weight:300;
    color:#828282;
    line-height:1.4
}
.projector_details .projector_express{
    display:flex;
    margin-top:1rem;
    flex-direction:column;
    max-width:100%
}
 .projector_details .projector_express_checkout__button{
    margin-bottom:1rem
}
.projector_details .projector_express_checkout__button.--web-authn:before{
    content:"\E8B1";
    font-family:FontAwesome;
    font-weight:normal;
    margin-right:10px;
    font-size:1.8rem;
    line-height:16px
}
.projector_details .projector_express_checkout__button.btn.--large.--solid.--loading{
    position:relative;
    pointer-events:none;
    transition:border-color 0s;
    border-color:rgba(255,255,255,0.8)
}
.projector_details .projector_express_checkout__button.btn.--large.--solid.--loading:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.8);
    z-index:2
}
 .projector_details .projector_express_checkout__button.btn.--large.--solid.--loading:after{
    content:'\E838';
    font-family:FontAwesome;
    position:absolute;
    z-index:2;
    animation:spin_loading 1.5s infinite linear;
    top:50%;
    left:50%;
    font-size:2.5rem;
    color:#333
}
.projector_details .projector_express_checkout__button.btn.--large.--solid.--loading:hover{
    border-color:rgba(255,255,255,0.8)
}
.projector_details .projector_express_checkout_clause{
    font-size:1.1rem
}
.projector_details .projector_buy__button_wrapper,.projector_details .projector_buy__wrapper{
    display:flex
}
 .projector_details .projector_buy__button{
    flex:1
}
.projector_details .projector_buy__button#projector_button_basket{
    border:0;
    padding:1.7rem 2rem
}
.projector_details .projector_buy__button span{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center
}
.projector_details .projector_buy__button span:before{
    content:"\E990";
    font-family:FontAwesome;
    font-weight:400;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    height:2.6rem;
    width:2.6rem;
    font-size:2.1rem;
    margin-right:.5rem;
    text-transform:none
}
 .projector_details .projector_buy__shopping_list{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:1.5rem;
    border:1px solid #e0e0e0;
    background:#fff;
    text-decoration:none;
    font-size:1.7rem;
    border-radius:0
}
@media(min-width:979px){
    .projector_details .projector_buy__shopping_list:hover{
        color:#d5a676
    }
}
.projector_details .projector_buy__shopping_list:before{
    content:'\E98E';
    font-family:FontAwesome;
    line-height:1
}
.projector_details .projector_buy{
    min-height:54px;
    margin-bottom:2.5rem
}
 .projector_details .projector_buy.--more .projector_buy__more{
    display:block
}
.projector_details .projector_buy.--more .f-dropdown-button{
    display:none
}
@media(max-width:756px){
    .projector_details .projector_buy.--fixed .projector_buy__wrapper{
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        z-index:1000;
        background:#fff;
        padding:1.5rem
    }
}
.projector_details .projector_buy__button[data-express-checkout]{
    opacity:.8
}
.projector_details .projector_buy__number_wrapper{
    display:none;
}
.projector_details .projector_buy__number{
    height:100%;
    width:100%;
    margin:0
}
 .projector_details .projector_buy__number.--disabled select{
    display:none
}
.projector_details .projector_buy__number.f-select,.projector_details .projector_buy__number .f-control{
    text-align:center;
    height:100%;
    display:flex;
    align-items:center
}
.projector_details .projector_buy__number .f-dropdown-menu{
    min-width:75px
}
.projector_details .projector_buy__number .f-dropdown-item{
    padding:1rem 1.5rem
}
.projector_details .projector_buy__number .f-dropdown-button{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
 .projector_details .projector_buy__more{
    display:none;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:2.8rem;
    left:1.1rem
}
.projector_details .projector_buy__more_input{
    width:100%;
    height:100%;
    border:0;
    padding:0;
    text-align:center;
    border-radius:0;
    font-size:1.4rem;
    background:#fff;
    color:#333
}
.projector_details .projector_tell_availability{
    margin-bottom:2rem;
    margin-top:-1rem
}
.projector_details .projector_tell_availability__block.--dialog{
    display:none
}
.projector_details .projector_tell_availability__link{
    width:100%
}
 .projector_details .projector_oneclick{
    margin-bottom:2rem
}
.projector_details .projector_oneclick[data-lang="eng"] .projector_oneclick__text.--fast,.projector_details .projector_oneclick[data-lang="ger"] .projector_oneclick__text.--fast{
    display:inline-flex
}
.projector_details .projector_oneclick[data-lang="eng"] .projector_oneclick__text.--fast strong,.projector_details .projector_oneclick[data-lang="ger"] .projector_oneclick__text.--fast strong{
    order:-1;
    padding-right:.4rem
}
 .projector_details .projector_oneclick[data-hide]{
    display:none
}
.projector_details .projector_oneclick__label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:1rem
}
.projector_details .projector_oneclick__label:before,.projector_details .projector_oneclick__label:after{
    content:'';
    width:100%;
    height:1px;
    background:#e0e0e0
}
.projector_details .projector_oneclick__info{
    text-align:center;
    padding:0 1rem
}
.projector_details .projector_oneclick__text{
    white-space:nowrap
}
 .projector_details .projector_oneclick__text.--registration{
    display:block;
    font-size:1.1rem
}
.projector_details .projector_oneclick__items{
    display:flex;
    flex-wrap:wrap;
    margin:-0.5rem;
    justify-content:center
}
.projector_details .projector_oneclick__item{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:0;
    height:45px;
    margin:.5rem;
    width:100%;
    cursor:pointer;
    position:relative;
    max-width:300px;
    overflow:hidden
}
.projector_details .projector_oneclick__item.--loading{
    position:relative;
    pointer-events:none
}
 .projector_details .projector_oneclick__item.--loading:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.8);
    z-index:2
}
.projector_details .projector_oneclick__item.--loading:after{
    content:'\E838';
    font-family:FontAwesome;
    position:absolute;
    z-index:2;
    animation:spin_loading 1.5s infinite linear;
    top:50%;
    left:50%;
    font-size:2.5rem;
    color:#333
}
.projector_details .projector_oneclick__item:not(.--checked)>*{
    pointer-events:none
}
 .projector_details .projector_oneclick__item img{
    max-height:100%
}
.projector_details .projector_oneclick[data-columns] .projector_oneclick__items{
    flex-wrap:nowrap !important
}
.projector_details .projector_oneclick[data-columns] .projector_oneclick__item{
    background:transparent !important;
    cursor:unset !important
}
.projector_details .projector_oneclick[data-columns] .projector_oneclick__item>div{
    min-width:unset !important
}
.projector_details .projector_oneclick[data-columns] .projector_oneclick__item.--paypal>div:before{
    content:'';
    position:absolute;
    width:calc(100% + 2px);
    height:45px;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    background:#ffc439;
    pointer-events:none;
    transform:translateY(-50%);
    z-index:-1
}
 .projector_details .projector_oneclick[data-columns] .projector_oneclick__item.--paypal>div:hover:before{
    filter:brightness(0.95)
}
.projector_details .projector_oneclick[data-columns] .projector_oneclick__item.--googlePay:before{
    content:'';
    position:absolute;
    width:calc(100% + 0px);
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#000;
    z-index:-1
}
.projector_details .projector_oneclick[data-columns] .projector_oneclick__item.--googlePay:hover:before{
    opacity:.75
}
.projector_details .projector_multipack{
    margin-bottom:2rem
}
 .projector_details .projector_multipack.--active .projector_multipack__price{
    display:inline
}
.projector_details .projector_multipack.--hide{
    display:none
}
.projector_details .projector_multipack__label{
    margin-bottom:1rem;
    display:block
}
.projector_details .projector_multipack__item{
    line-height:1;
    margin-bottom:1rem
}
.projector_details .projector_multipack__item:last-child{
    margin-bottom:0
}
.projector_details .projector_multipack__unit{
    padding:0 3px
}
.projector_details .projector_multipack__price{
    padding-right:3px;
    display:none
}
 .projector_details .projector_info.--loading .projector_info__icon:before{
    content:'\E838';
    animation:spin 1.5s infinite linear
}
.projector_details .projector_info__item{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:1rem
}
.projector_details .projector_info__item:last-child{
    margin:0
}
.projector_details .projector_info__icon{
    width:16px;
    min-width:16px;
    margin-right:1rem;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center
}
.projector_details .projector_info__icon:before{
    font-family:FontAwesome;
    font-weight:400;
    font-size:1.3rem
}
 .projector_details .projector_info__link{
    flex:1;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    text-decoration:none
}
@media(min-width:979px){
    .projector_details .projector_info__link[href]:hover{
        color:#d5a676
    }
}
.projector_details .projector_status.--loading{
    overflow:initial;
    position:relative;
    pointer-events:none
}
.projector_details .projector_status.--loading:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.8);
    z-index:2
}
 .projector_details .projector_status.--loading:after{
    content:'\E838';
    font-family:FontAwesome;
    position:absolute;
    z-index:2;
    animation:spin_loading 1.5s infinite linear;
    top:50%;
    left:50%;
    font-size:2.5rem;
    color:#333
}
.projector_details .projector_status.--status-hide{
    display:none
}
.projector_details .projector_status.--status-hide.--time-show,.projector_details .projector_status.--status-hide.--unknown-show{
    display:flex
}
.projector_details .projector_status.--status-hide strong{
    font-weight:normal
}
 .projector_details .projector_status.--status-hide .projector_status__gfx,.projector_details .projector_status.--status-hide .projector_status__description{
    display:none
}
.projector_details .projector_status.--status-hide .projector_status__gfx_wrapper:before{
    content:'\E879';
    font-size:1.6rem
}
.projector_details .projector_status.--phone-disable{
    display:none
}
.projector_details .projector_status:not(.--status-hide) .projector_status__description{
    display:inline !important
}
.projector_details .projector_status.--time-show .projector_status__description:after{
    content:'.';
    line-break:anywhere
}
 .projector_details .projector_status__wrapper,.projector_details .projector_status__unknown{
    flex:1;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis
}
.projector_details .projector_status__wrapper>div{
    display:inline
}
.projector_details .projector_status__wrapper>div.projector_status__info_amount{
    display:none
}
.projector_details .projector_status__description{
    margin-right:.3rem
}
.projector_details .projector_status .projector_status__info_amount{
    display:none !important
}
.projector_details .projector_shipping.--loading{
    pointer-events:none
}
 .projector_details .projector_shipping.--loading .projector_shipping__icon:before{
    content:'\E838';
    animation:spin 1.5s infinite linear
}
.projector_details .projector_shipping__icon:before{
    content:'\E97A'
}
.projector_details .projector_shipping__price{
    white-space:nowrap
}
.projector_details .projector_returns__icon:before{
    content:'\E979';
    font-size:1.1rem
}
.projector_details .projector_stocks__icon:before{
    content:'\E815'
}
.projector_details .projector_native__icon:before{
    content:'\E977';
    font-size:1.4rem
}
 .projector_details .projector_subscription_info__icon:before{
    content:'\E8AC'
}
.projector_details .projector_abort_subscription_info__icon:before{
    content:'\F1DE'
}
.projector_details .projector_safe__icon:before{
    content:'\E89D';
    font-size:1.6rem;
    margin-top:-0.4rem;
    font-weight:bold
}
.projector_details .projector_instalments.--active .projector_instalments__items{
    display:block
}
.projector_details .projector_instalments__icon:before{
    content:'\E89C';
    font-size:1.6rem
}
 .projector_details .projector_instalments__items{
    display:none;
    margin-left:3rem;
    width:100%
}
.projector_details .projector_instalments__item{
    display:flex;
    align-items:center;
    font-size:1.2rem;
    margin-top:1rem
}
.projector_details .projector_instalments__item_icon{
    width:30px;
    margin-right:10px
}
.projector_details .projector_instalments__item_text{
    flex:1;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis
}
.projector_details .projector_paypo__icon:before{
    content:'\E978'
}
 .projector_details .projector_points_recive__icon:before{
    content:'\E8A5'
}
.projector_details .projector_points_recive__info{
    overflow:visible
}
.projector_details .projector_points_recive__value{
    margin-right:.5rem
}
.projector_details .projector_points_recive .css_tip{
    margin-left:0
}
.projector_details .omnibus_price{
    font-size:1.3rem;
    margin-bottom:10px;
    margin:-15px 0 20px;
    color:#828282 !important;
    margin-bottom:0;
    margin-top:0
}
.projector_details .omnibus_price.--hide{
    display:none
}
.projector_page .longdescription,.projector_page #opinions_section{
    display:none
}
 .projector_page .projector_tabs__content .longdescription,.projector_page .projector_tabs__content #opinions_section{
    display:block
}
#projector_price_maxprice_wrapper .omnibus_label,#projector_price_maxprice_wrapper .projector_prices__maxprice{
    color:#828282 !important;
    font-size:1.3rem !important
}
.projector_tabs{
    border-top:1px solid #e0e0e0;
    margin-top:3rem
}
@media(min-width:979px){
    .projector_tabs{
        margin-top:4.5rem
    }
}
.projector_tabs .desc{
    font-family:'apparat','Open Sans',sans-serif;
    font-size:1.4rem
}
 .projector_tabs .desc__table{
    align-items:flex-start;
    display:flex;
    gap:3rem;
    justify-content:flex-start
}
@media(min-width:979px){
    .projector_tabs .desc__table{
        display:table;
        line-height:1.3;
        table-layout:fixed;
        width:100%
    }
}
.projector_tabs .desc__row{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    max-width:165px
}
@media(min-width:979px){
    .projector_tabs .desc__row{
        display:table-row;
        max-width:initial
    }
}
.projector_tabs .desc__row:nth-child(even){
    font-weight:700
}
.projector_tabs .desc__name{
    font-weight:700
}
@media(min-width:979px){
    .projector_tabs .desc__name{
        padding-left:0
    }
}
.projector_tabs .desc .col{
    display:table-cell;
    min-height:5.2rem;
    padding:1.25rem 2rem;
    text-align:center;
    width:initial
}
.projector_tabs .desc .col:nth-child(even){
    background:#fbfbfb
}
.projector_tabs .desc .col.desc__name{
    text-align:center
}
@media(min-width:979px){
    .projector_tabs .desc .col.desc__name{
        padding-left:0;
        text-align:left
    }
}
.projector_tabs .note{
    margin:0
}
.projector_tabs .note i{
    color:#d4d4d4;
    font-size:1.3rem;
    margin:0
}
.projector_tabs .note i.active{
    color:#d5a676
}
.projector_tabs .note>span{
    align-items:center;
    display:flex;
    gap:.5rem;
    margin:0
}
 .projector_tabs__section{
    border-bottom:1px solid #e0e0e0;
    padding:0
}
.projector_tabs__section.--open .projector_tabs__toggler{
    padding-bottom:2.5rem
}
.projector_tabs__section.--open .projector_tabs__toggler:after{
    transform:rotate(180deg)
}
.projector_tabs__section.--open .projector_tabs__content{
    display:block
}
.projector_tabs__toggler{
    align-items:center;
    cursor:pointer;
    display:flex;
    justify-content:flex-start;
    line-height:1;
    padding:3.5rem 0
}
.projector_tabs__toggler:after{
    content:"\F107";
    display:flex;
    font-family:FontAwesome;
    font-weight:400;
    font-size:2.4rem;
    margin-left:auto;
    transition:all .25s
}
 .projector_tabs__toggler span{
    font-size:1.6rem;
    font-weight:500;
    margin-right:1.5rem
}
.projector_tabs__toggler .comments{
    align-items:baseline;
    display:flex;
    gap:.5rem;
    justify-content:flex-start
}
.projector_tabs__content{
    display:none;
    line-height:1.6
}
.projector_tabs__content p{
    line-height:1.6
}
.projector_tabs__content ul{
    padding-left:2rem;
    list-style-position:outside;
    line-height:1.6
}
.projector_tabs__content>*{
    padding-right:0;
    padding-left:0
}
.projector_tabs .longdescription__sub.--description+.longdescription__sub.--options{
    margin-top:4.5rem
}
 .projector_tabs .longdescription__sub.--options{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-gap:2rem 3rem
}
.projector_tabs .longdescription__sub.--options .longdescription__sub__item{
    align-items:center;
    display:flex
}
.projector_tabs .longdescription__sub.--options .longdescription__sub__item .--gfx{
    border-radius:50%;
    flex:0 0 4.8rem;
    height:4.8rem;
    margin-right:1.5rem;
    max-width:4.8rem;
    width:4.8rem;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:100;
    text-align:center;
    background:#fbfbfb
}
 .projector_tabs .longdescription__sub.--options .longdescription__sub__item .--gfx img{
    max-height:4.8rem
}
.projector_tabs .longdescription__sub.--options .longdescription__sub__item .--text{
    font-family:'apparat','Open Sans',sans-serif;
    font-size:1.2rem;
    font-weight:400;
    line-height:1.3;
    text-decoration:none
}
.projector_tabs .longdescription__sub.--options .longdescription__sub__item .--text strong{
    font-weight:400
}
.projector_tabs #opinions_section{
    margin:0 !important
}
.projector_tabs #opinions_section .average_opinions_score{
    font-size:1.6rem;
    font-weight:500;
    margin-right:1rem
}
 .projector_tabs #opinions_section .average_opinions_desc{
    color:#828282;
    flex:0 0 100%;
    max-width:100%
}
.projector_tabs #opinions_section .average_opinions_container{
    flex:0 0 100%;
    margin-bottom:3rem;
    max-width:100%;
    padding-right:0;
    padding-left:0
}
.projector_tabs #opinions_section .average_opinions_container>.row{
    display:grid;
    grid-gap:3rem;
    margin-right:0;
    margin-left:0
}
@media(min-width:757px){
    .projector_tabs #opinions_section .average_opinions_container>.row{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}
.projector_tabs #opinions_section .average_opinions_container>.row>div{
    padding-right:0;
    padding-left:0
}
.projector_tabs #opinions_section .average_opinions_box{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    margin-bottom:3rem
}
.projector_tabs #opinions_section .average_opinions_box__sub{
    display:flex
}
.projector_tabs #opinions_section .opinions_add{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:.5rem
}
.projector_tabs #opinions_section .opinions_add .btn{
    width:auto;
    padding:0;
    display:flex;
    align-items:center;
    text-decoration:none;
    text-transform:uppercase
}
 @media(min-width:979px){
    .projector_tabs #opinions_section .opinions_add .btn:hover{
        color:#d5a676
    }
}
.projector_tabs #opinions_section .opinions_add .btn:after{
    content:'\E98C';
    font-family:fontAwesome;
    font-size:1rem;
    line-height:1;
    margin-left:1rem;
    text-transform:none
}
.projector_tabs #opinions_section .opinions_add .opinions_affiliate_points{
    font-size:1.1rem;
    line-height:1.3
}
.projector_tabs #opinions_section .opinions-shop_guide{
    display:none
}
.projector_tabs #opinions_section .rate_opinion{
    display:none
}
 .projector_tabs #opinions_section .opinions_element{
    font-size:1rem
}
.projector_tabs #opinions_section .opinions_element_top{
    gap:1rem;
    margin-bottom:.5rem
}
.projector_tabs #opinions_section .opinions_element_bottom{
    margin-left:auto
}
.projector_tabs #opinions_section .opinions_element .opinions_element_text{
    font-size:1.3rem
}
.projector_tabs #opinions_section .opinions_element_confirmed{
    margin:0;
    padding:0;
    font-size:1rem
}
.projector_tabs #opinions_section .opinions_element_confirmed strong{
    font-weight:400
}
 .modal.--tell-availability .headline{
    padding:0;
    justify-content:flex-start;
    text-align:left
}
.modal.--tell-availability .projector_tell_availability__info_top,.modal.--tell-availability .projector_tell_availability__info1,.modal.--tell-availability .projector_tell_availability__info2{
    font-size:1.1rem
}
.modal.--tell-availability .projector_tell_availability__info_top{
    margin-bottom:1.5rem
}
.modal.--tell-availability .projector_tell_availability__info1{
    margin-bottom:1rem
}
.modal.--tell-availability .projector_tell_availability__button{
    width:100%;
    margin-bottom:1rem
}
 .modal.--stocks .product_stocks{
    display:block
}
.product_stocks{
    display:none;
    font-size:1.3rem;
    text-align:left
}
.product_stocks.load-content:after{
    position:absolute
}
.product_stocks__icon{
    max-width:80px;
    max-height:80px
}
.product_stocks__name{
    margin-bottom:.2rem
}
.product_stocks__versions{
    margin-bottom:.2rem
}
.product_stocks__version{
    font-size:1.1rem
}
.product_stocks__version_name{
    margin-right:3px
}
.product_stocks__size{
    flex-basis:auto;
    width:auto
}
.product_stocks__size[data-disabled]{
    color:#e35c5c;
    text-decoration:line-through
}
 .product_stocks__size[data-type="onesize"]:only-child{
    display:none
}
.product_stocks .menu_messages_message,.product_stocks .menu_messages_warning{
    margin:0
}
.product_stocks__wrapper.--stocks{
    border-radius:0;
    border:1px solid #e0e0e0;
    overflow:hidden
}
.product_stocks .f-dropdown .f-dropdown-toggle,.product_stocks .f-dropdown .f-dropdown-item{
    text-align:center
}
.product_stocks .f-dropdown .f-dropdown-toggle{
    padding-left:3rem
}
.product_stocks .f-dropdown .f-dropdown-menu{
    position:relative;
    margin-top:-1px
}
 .product_stocks .stock{
    border-top:1px solid #e0e0e0;
    margin:-0.1rem 0 .1rem;
    position:relative
}
.product_stocks .stock.--hide{
    display:none
}
.product_stocks .stock__map{
    height:250px;
    margin:0 -1.5rem -1.5rem
}
.product_stocks .stock.--active .stock__info{
    display:block
}
@media(min-width:757px){
    .product_stocks .stock.--active .stock__info{
        display:flex
    }
}
.product_stocks .stock.--active .stock__name span{
    display:none
}
.product_stocks .stock__headline{
    padding:1.5rem
}
@media(min-width:757px){
    .product_stocks .stock__headline{
        display:flex;
        align-items:center;
        justify-content:space-between;
        min-height:62px
    }
}
.product_stocks .stock__name{
    display:flex;
    flex-direction:column;
    margin-bottom:1rem
}
@media(min-width:757px){
    .product_stocks .stock__name{
        margin:0
    }
}
.product_stocks .stock__availabilty{
    display:flex;
    align-items:center
}
@media(min-width:757px){
    .product_stocks .stock__availabilty{
        margin-left:1rem;
        min-width:calc(50% - 1.5rem)
    }
}
.product_stocks .stock__availabilty img{
    margin-right:.5rem
}
.product_stocks .stock__availabilty_count{
    margin-left:.3rem
}
.product_stocks .stock__info{
    display:none;
    padding:0 1.5rem 1.5rem
}
 @media(min-width:757px){
    .product_stocks .stock__info{
        flex-wrap:wrap;
        margin:0 -1.5rem;
        padding-top:1rem
    }
}
.product_stocks .stock__label{
    text-transform:uppercase;
    margin-bottom:1rem;
    display:block
}
.product_stocks .stock__city{
    margin-left:.3rem
}
.product_stocks .stock__data{
    display:block;
    margin-bottom:.2rem
}
.product_stocks .stock__data_label{
    display:inline-block;
    min-width:55px
}
.product_stocks .stock__wrapper{
    margin-bottom:1.5rem
}
@media(min-width:757px){
    .product_stocks .stock__wrapper{
        width:50%;
        padding:0 1.5rem
    }
}
.product_stocks .stock__wrapper.--map{
    width:100%
}
.product_stocks .stock__wrapper:last-child{
    margin-bottom:0
}
.product_stocks .stock__contact{
    margin-top:1rem
}
.product_stocks .stock__opening .stock__data{
    display:flex;
    margin:0 -1.5rem .2rem
}
.product_stocks .stock__opening .stock__data_label,.product_stocks .stock__opening .stock__data_value{
    padding:0 1.5rem;
    width:50%
}
.product_stocks .stock:not(:only-child) .stock__headline{
    cursor:pointer;
    padding-right:3rem
}
.product_stocks .stock:not(:only-child) .stock__headline:after{
    content:'\F107';
    font-family:FontAwesome;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2rem;
    position:absolute;
    right:0;
    top:10px;
    width:30px
}
 @media(min-width:757px){
    .product_stocks .stock:not(:only-child) .stock__headline:after{
        top:auto
    }
}
.product_stocks .stock:not(:only-child).--active .stock__headline:after{
    content:'\F106'
}
.select_button{
    border:1px solid #e0e0e0;
    background:#fff;
    box-shadow:none;
    color:#333;
    cursor:pointer;
    padding:10px 14px;
    text-align:center;
    display:block;
    border-radius:0;
    text-decoration:none;
    position:relative
}
@media(min-width:757px){
    .select_button{
        padding:8px 14px;
        width:auto
    }
}
.select_button:hover{
    color:#d5a676
}
 .select_button.disabled{
    color:#e35c5c;
    text-decoration:line-through
}
.select_button.active{
    border-color:#d5a676;
    box-shadow:inset 0 0 0 1px #d5a676
}
.select_button.gfx{
    width:22%;
    display:inline-block;
    margin:1%;
    vertical-align:top
}
.css_tip{
    background:#fff;
    border:1px solid #e0e0e0;
    color:#333;
    display:inline-block;
    font-size:1.3em;
    height:31px;
    line-height:30px;
    margin-left:10px;
    text-align:center;
    width:31px;
    box-shadow:none;
    cursor:pointer;
    border-radius:0
}
.css_tip_small{
    height:15px;
    line-height:14px;
    width:15px;
    font-size:1rem;
    margin-left:5px;
    font-weight:normal;
    vertical-align:middle;
    margin-top:-3px;
    border-radius:0
}
 #CDT{
    margin-bottom:.7rem
}
#CDT>div{
    color:#fbfbfb;
    font-size:25px;
    font-weight:bold;
    padding:0 0 27px;
    white-space:nowrap
}
#CDT .line{
    background:#e35c5c;
    height:1px;
    left:0;
    position:absolute;
    top:52%;
    width:100%
}
#CDT .caption{
    bottom:-19px;
    color:#333;
    font-size:11px;
    font-weight:normal;
    left:0;
    position:absolute;
    text-align:center;
    width:100%
}
#CDT .number{
    background:#e35c5c;
    border:1px solid #e35c5c;
    color:#fff;
    display:inline-block;
    height:37px;
    line-height:35px;
    padding:0 9px;
    text-align:center
}
#CDT .number-wrapper{
    margin-right:5px;
    position:relative
}
 .modal.--shipping-info .menu_messages_message{
    margin:0
}
@media(min-width:757px){
    .modal.--shipping-info .menu_messages_message{
        margin:1rem
    }
}
.shipping_info__top{
    background:#cce5ff;
    color:#004085;
    padding:20px;
    font-size:1.2rem;
    border-radius:0;
    display:flex;
    flex-direction:column;
    text-align:center;
    align-items:center;
    margin-bottom:20px
}
.shipping_info__top a{
    color:#004085
}
.shipping_info__top a:hover{
    color:#333
}
.shipping_info__current_region{
    margin-bottom:5px
}
.shipping_info__body{
    margin:-2rem 0 2rem
}
@media(min-width:979px){
    .shipping_info__body{
        display:flex;
        margin:0 -1.5rem 2rem
    }
}
@media(min-width:1200px){
    .shipping_info__body{
        margin:0 -2rem 2rem
    }
}
.shipping_info__block{
    padding-top:2rem
}
@media(min-width:979px){
    .shipping_info__block{
        flex:1;
        padding:0 1.5rem
    }
}
@media(min-width:1200px){
    .shipping_info__block{
        padding:0 2rem
    }
}
.shipping_info__label{
    font-size:1.6rem;
    display:block;
    margin-bottom:1.5rem
}
@media(min-width:979px){
    .shipping_info__label{
        margin-bottom:3rem
    }
}
.shipping_info__header{
    display:flex
}
.shipping_info__header_item{
    font-size:1.2rem;
    color:#999
}
.shipping_info__header_item.--icon-name{
    width:calc(50% + 15px)
}
 .shipping_info__header_item.--delivery{
    flex:2;
    text-align:center;
    margin:0 1.5rem
}
.shipping_info__header_item.--cost{
    flex:1;
    text-align:right
}
.shipping_info__courier{
    display:flex;
    align-items:center;
    border-bottom:1px solid #e0e0e0;
    padding:1rem 0
}
.shipping_info__courier:last-child{
    border-bottom:0
}
.shipping_info__item{
    font-size:1.2rem
}
.shipping_info__item.--icon{
    width:50px;
    min-width:50px;
    margin-right:1.5rem
}
.shipping_info__item.--icon img{
    display:block;
    margin:0 auto
}
 .shipping_info__item.--name{
    flex:3
}
.shipping_info__item.--delivery{
    flex:2;
    text-align:center;
    margin:0 1.5rem
}
.shipping_info__item.--cost{
    flex:1;
    text-align:right;
    white-space:nowrap;
    font-size:1.3rem
}
.shipping_info__vat{
    font-size:1.2rem;
    color:#999
}
#projector_bundle_product .projector_bundle__label{
    font-size:1.6rem;
    font-weight:500
}
#projector_bundle_product .projector_bundle__block .projector_bundle__icon{
    width:100%;
    min-width:130px;
    height:180px
}
 #projector_bundle_product .projector_bundle__block .projector_bundle__icon img{
    max-height:180px
}
@media(min-width:757px){
    #projector_bundle_product .projector_bundle__block .projector_bundle__icon{
        width:130px
    }
}
@media(min-width:979px){
    #projector_bundle_product .projector_bundle__block .projector_bundle__icon{
        width:80px;
        min-width:80px;
        height:110px
    }
    #projector_bundle_product .projector_bundle__block .projector_bundle__icon img{
        max-height:110px
    }
}
#projector_bundle_product .projector_bundle__block .projector_bundle__name,#projector_bundle_product .projector_bundle__block .projector_bundle__price_wrapper{
    text-align:center
}
 @media(min-width:757px){
    #projector_bundle_product .projector_bundle__block .projector_bundle__name,#projector_bundle_product .projector_bundle__block .projector_bundle__price_wrapper{
        text-align:left
    }
}
#projector_form .projector_details__wrapper #projector_sizes_cont .projector_details__sizes__row .projector_sizes__sub{
    border:1px solid transparent
}
#projector_form .projector_details__wrapper #projector_sizes_cont .projector_details__sizes__row .projector_sizes__sub #alert{
    border-color:#111
}
#projector_form .projector_details__wrapper #projector_sizes_cont .projector_details__sizes__row .projector_sizes__sub:before{
    background:#fff
}
 .projector_sizes__label.--active{
    color:#e35c5c !important
}
#projector_buy_section{
    display:flex;
    flex-direction:column-reverse
}
#projector_buy_section #alert{
    margin-top:1rem;
    padding:6px 5px 3px;
    text-align:center;
    border:1px solid #e35c5c;
    color:#e35c5c
}
#projector_form[data-price_formula] #projector_price_srp_wrapper,#projector_form[data-price_formula] #projector_price_maxprice_wrapper,#projector_form[data-price_formula] .instalment_yousave{
    display:none !important
}
 #projector_form .configurator{
    display:block
}
#projector_prices_wrapper.load-content{
    position:relative
}
#projector_prices_wrapper.load-content>*{
    opacity:0
}
#projector_prices_wrapper.load-content:after{
    position:absolute
}
.configurator{
    border-bottom:1px solid #e0e0e0;
    margin-bottom:2rem;
    display:none
}
.configurator.--skeleton .configurator__label,.configurator.--skeleton .f-group,.configurator.--skeleton .f-select,.configurator.--skeleton .configurator__limits{
    background:#fbfbfb;
    border-radius:0
}
.configurator.--skeleton .configurator__label{
    height:16px
}
 .configurator.--skeleton .configurator__label:after{
    display:none
}
.configurator.--skeleton .f-group.--radio,.configurator.--skeleton .f-group.--checkbox{
    height:18px
}
.configurator.--skeleton .f-group,.configurator.--skeleton .f-select{
    height:50px
}
.configurator.--skeleton .configurator__limits{
    height:14px
}
.configurator__item{
    margin-bottom:2rem
}
@media(min-width:757px){
    .configurator__item{
        display:flex
    }
}
@media(min-width:757px){
    .configurator__item[data-type="select"],.configurator__item[data-type="input"]{
        align-items:center;
        margin-bottom:3rem
    }
}
.configurator__item[data-type="select"] .f-group,.configurator__item[data-type="input"] .f-group{
    margin-bottom:0
}
@media(min-width:757px){
    .configurator__item[data-limits] .configurator__label{
        margin-bottom:2.4rem
    }
}
@media(min-width:757px){
    .configurator__item:last-child{
        margin-bottom:1rem
    }
}
@media(min-width:757px){
    .configurator__item:last-child[data-type="select"],.configurator__item:last-child[data-type="input"]{
        margin-bottom:2rem
    }
}
.configurator__item.--hide{
    display:none
}
.configurator__item.--dependencies .--radio:not(.--show),.configurator__item.--dependencies .--checkbox:not(.--show),.configurator__item.--dependencies option:not(.--show),.configurator__item.--dependencies .f-dropdown-li:not(.--show){
    display:none
}
.configurator__item.--dependencies .--radio.--last a,.configurator__item.--dependencies .--checkbox.--last a,.configurator__item.--dependencies option.--last a,.configurator__item.--dependencies .f-dropdown-li.--last a{
    border-bottom:0
}
 .configurator__item.--alert{
    position:relative
}
.configurator__item.--alert:before{
    content:'';
    position:absolute;
    top:-1.5rem;
    left:-1rem;
    right:-1rem;
    height:calc(100% + 30px);
    border:2px solid #e35c5c;
    background-color:#fff;
    z-index:-1
}
@media(min-width:757px){
    .configurator__item.--alert:before{
        height:calc(100% + 20px)
    }
}
.configurator__alert{
    position:absolute;
    background-color:#fff;
    border:2px solid #e35c5c;
    border-bottom:0;
    top:-1.5rem;
    left:-1rem;
    right:-1rem;
    transform:translateY(-100%);
    z-index:100;
    font-size:1.4rem;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    padding:1.5rem .5rem
}
 .configurator__alert:before{
    position:absolute;
    content:'\E811';
    font-family:fontawesome;
    left:1.5rem;
    top:50%;
    font-size:2rem;
    color:#d5a676;
    transform:translateY(-50%)
}
.configurator__label{
    margin-bottom:1rem;
    display:block
}
@media(min-width:757px){
    .configurator__label{
        margin-bottom:0;
        min-width:95px;
        width:95px
    }
}
.configurator__label:after{
    content:':'
}
@media(min-width:757px){
    .configurator__sub{
        width:100%;
        min-width:0;
        padding-left:1.5rem
    }
}
@media(min-width:1200px){
    .configurator__sub{
        padding-left:2rem
    }
}
.configurator__sub[data-type="radio"],.configurator__sub[data-type="checkbox"]{
    padding-left:1.5rem
}
@media(min-width:1200px){
    .configurator__sub[data-type="radio"],.configurator__sub[data-type="checkbox"]{
        padding-left:2rem
    }
}
.configurator__name{
    font-size:1.3rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:normal;
    line-height:1.6rem
}
.configurator__icon{
    margin-right:.8rem
}
.configurator__icon img{
    max-width:50px;
    display:block
}
 .configurator__price{
    background:#f1f1f1;
    color:#333;
    font-size:1.1rem;
    padding:0 .4rem;
    line-height:1.8rem;
    border-radius:0;
    margin-left:.8rem;
    white-space:nowrap
}
.configurator__limits{
    display:flex;
    justify-content:space-between;
    margin-top:1rem
}
.configurator__limits:first-child{
    margin-right:1rem
}
.configurator__limit{
    font-size:1.1rem;
    color:#d4d4d4
}
.configurator .f-group{
    display:flex;
    align-items:center;
    margin-bottom:1rem
}
.configurator .f-group .f-label{
    display:flex;
    align-items:center;
    min-height:1.8rem
}
.configurator .f-group .f-control:focus::placeholder{
    color:transparent
}
 .configurator .f-dropdown .f-dropdown-button,.configurator .f-dropdown .f-dropdown-item{
    display:flex;
    align-items:center
}
.configurator .f-dropdown .f-dropdown-button .configurator__name{
    white-space:nowrap;
    line-height:inherit
}
.configurator .f-dropdown .f-dropdown-button .configurator__icon img{
    max-height:36px
}
.configurator .f-dropdown .configurator__price{
    margin-left:auto
}
.configurator .f-dropdown .configurator__name:not(:last-child){
    margin-right:.8rem
}
 .projector_bundle{
    display:none;
    padding-bottom:1.3rem;
    margin-bottom:2rem;
    border-bottom:1px solid #e0e0e0
}
@media(min-width:757px){
    .projector_bundle{
        border:0;
        padding-bottom:0
    }
}
.projector_bundle.--skeleton .projector_bundle__label,.projector_bundle.--skeleton .projector_bundle__icon,.projector_bundle.--skeleton .projector_bundle__name,.projector_bundle.--skeleton .projector_bundle__price_wrapper,.projector_bundle.--skeleton .projector_bundle__option>*,.projector_bundle.--skeleton .projector_bundle__checkbox_group{
    background:#fbfbfb;
    border-radius:0
}
 .projector_bundle.--skeleton .projector_bundle__item:nth-child(n+3){
    display:none
}
@media(min-width:757px){
    .projector_bundle.--skeleton .projector_bundle__item:nth-child(n+3){
        display:flex
    }
}
.projector_bundle.--skeleton .projector_bundle__label{
    height:26px
}
.projector_bundle.--skeleton .projector_bundle__checkbox_group{
    width:18px;
    height:18px;
    margin-right:1.5rem
}
.projector_bundle.--skeleton .projector_bundle__rebate_label{
    height:38px
}
@media(min-width:757px){
    .projector_bundle.--skeleton .projector_bundle__rebate_label{
        height:19px
    }
}
.projector_bundle.--skeleton .projector_bundle__rebate_wrapper{
    height:32px
}
@media(min-width:757px){
    .projector_bundle.--skeleton .projector_bundle__rebate_wrapper{
        height:16px
    }
}
.projector_bundle.--skeleton .projector_bundle__name{
    height:30px
}
@media(min-width:757px){
    .projector_bundle.--skeleton .projector_bundle__name{
        height:15px
    }
}
.projector_bundle.--skeleton .projector_bundle__price_wrapper{
    height:19px
}
.projector_bundle.--skeleton .projector_bundle__option>*{
    height:25px;
    margin-bottom:.5rem;
    width:100%
}
 @media(min-width:757px){
    .projector_bundle.--skeleton .projector_bundle__option>*{
        width:135px
    }
}
.projector_bundle__rebate{
    background:#f1f1f1;
    border:1px solid #e0e0e0;
    border-radius:0;
    padding:1rem 6rem 1rem 1rem;
    position:relative;
    margin-bottom:1.5rem
}
@media(min-width:1200px){
    .projector_bundle__rebate{
        padding:1.5rem 6rem 1.5rem 1.5rem;
        margin-bottom:2rem
    }
}
.projector_bundle__rebate:before,.projector_bundle__rebate:after{
    content:"";
    background:#f1f1f1 none repeat scroll 0 0;
    color:#d5a676;
    display:block;
    height:22px;
    margin-top:-11px;
    position:absolute;
    width:22px;
    box-sizing:content-box;
    z-index:2;
    right:20px;
    top:50%
}
 .projector_bundle__rebate:before{
    transform:rotate(40deg)
}
.projector_bundle__rebate:after{
    content:"%";
    font-size:2rem;
    line-height:22px;
    text-align:center
}
.projector_bundle__rebate_wrapper:before,.projector_bundle__rebate_wrapper:after{
    border:2px solid #e0e0e0;
    content:"";
    display:block;
    height:22px;
    margin-top:-13px;
    position:absolute;
    right:18px;
    top:50%;
    width:22px;
    z-index:1;
    box-sizing:content-box
}
.projector_bundle__rebate_wrapper:before{
    transform:rotate(40deg)
}
 .projector_bundle__rebate_label,.projector_bundle__label{
    color:#333
}
.projector_bundle__label{
    font-size:2rem;
    margin-bottom:2rem;
    display:flex;
    align-items:center
}
.projector_bundle__block{
    display:flex;
    flex-wrap:wrap;
    margin:0 -1rem
}
@media(min-width:757px){
    .projector_bundle__block{
        margin:0;
        display:block
    }
}
.projector_bundle__item{
    width:50%;
    padding:0 1rem
}
@media(min-width:757px){
    .projector_bundle__item{
        width:100%;
        display:flex;
        padding:1rem 0 .5rem
    }
}
.projector_bundle__checkbox_group{
    align-self:center
}
.projector_bundle__checkbox_label{
    height:1.8rem
}
 .projector_bundle__icon,.projector_bundle__name,.projector_bundle__price_wrapper,.projector_bundle__availability,.projector_bundle__availability_quantity,.projector_bundle select,.projector_bundle__checkbox_group,.projector_bundle__option.--chart,.projector_bundle .f-dropdown,.projector_bundle__size_button{
    margin-bottom:.7rem
}
@media(min-width:757px){
    .projector_bundle__icon,.projector_bundle__name,.projector_bundle__price_wrapper,.projector_bundle__availability,.projector_bundle__availability_quantity,.projector_bundle select,.projector_bundle__checkbox_group,.projector_bundle__option.--chart,.projector_bundle .f-dropdown,.projector_bundle__size_button{
        margin-bottom:.5rem
    }
}
@media(min-width:757px){
    .projector_bundle__info{
        min-width:0;
        border-bottom:1px solid #e0e0e0;
        flex:1;
        padding-bottom:1rem
    }
}
.projector_bundle__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100px
}
@media(min-width:757px){
    .projector_bundle__icon{
        width:100px;
        min-width:100px;
        height:auto;
        min-height:50px;
        margin-right:2rem
    }
}
@media(min-width:979px){
    .projector_bundle__icon{
        width:50px;
        min-width:50px
    }
}
.projector_bundle__icon img{
    max-height:100px;
    width:auto
}
@media(min-width:757px){
    .projector_bundle__icon img{
        max-height:70px
    }
}
@media(min-width:979px){
    .projector_bundle__icon img{
        max-height:50px
    }
}
.projector_bundle__name{
    text-decoration:none;
    font-size:1.2rem;
    display:block;
    text-overflow:ellipsis;
    overflow:hidden
}
@media(min-width:757px){
    .projector_bundle__name{
        min-height:0 !important
    }
}
.projector_bundle__name_quantity{
    display:none
}
.projector_bundle__name_quantity.--active{
    display:inline
}
.projector_bundle__price{
    font-size:1.5rem
}
.projector_bundle__availability,.projector_bundle__availability_quantity{
    color:#e35c5c;
    font-size:1.2rem
}
 .projector_bundle__availability_quantity a{
    display:block
}
@media(min-width:757px){
    .projector_bundle__availability_quantity a{
        display:inline
    }
}
.projector_bundle__chart_link{
    font-size:1.2rem
}
@media(min-width:757px){
    .projector_bundle__options{
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        margin:0 -0.5rem
    }
}
.projector_bundle__options[data-only_onesize]{
    display:none
}
@media(min-width:757px){
    .projector_bundle__option{
        padding:0 .5rem;
        max-width:100%
    }
}
.projector_bundle__option.--conflict .f-dropdown-toggle,.projector_bundle__option.--alert .f-dropdown-toggle,.projector_bundle__option.--conflict .projector_bundle__size_button,.projector_bundle__option.--alert .projector_bundle__size_button{
    border:1px solid #e35c5c;
    box-shadow:0 0 0 1px #e35c5c;
    color:#e35c5c
}
 .projector_bundle__option.--chart{
    width:100%
}
.projector_bundle__option[data-onesize],.projector_bundle__option[data-hide]{
    display:none
}
.projector_bundle__size_button{
    height:25px;
    font-size:1.2rem;
    min-width:135px;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:1px solid #e0e0e0;
    background:#fff;
    color:#333;
    border-radius:0;
    padding:.2rem .5rem
}
.projector_bundle__size_button.--selected{
    font-weight:bold;
    border:1px solid #d5a676;
    box-shadow:inset 0 0 0 1px #d5a676
}
 .projector_bundle__size_button.--disabled{
    color:#e35c5c;
    text-decoration:line-through
}
.projector_bundle__size_button:hover{
    border:1px solid #d5a676
}
.projector_bundle__size_name{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height:1
}
.projector_bundle .f-dropdown .f-dropdown-toggle,.projector_bundle select:not(.f-select-select){
    height:25px;
    font-size:1.2rem;
    padding-top:.2rem;
    padding-bottom:.2rem;
    width:100%;
    display:block
}
@media(min-width:757px){
    .projector_bundle .f-dropdown .f-dropdown-toggle,.projector_bundle select:not(.f-select-select){
        width:135px
    }
}
.projector_bundle option.--dependent{
    color:#e35c5c
}
.projector_bundle .f-dropdown .f-dropdown-toggle{
    padding-right:2.5rem
}
.projector_bundle .f-dropdown .f-dropdown-label{
    padding-right:.3rem;
    font-weight:normal
}
.projector_bundle .f-dropdown .f-dropdown-button{
    font-weight:bold
}
.projector_bundle .f-dropdown .f-dropdown-li.--dependent .f-dropdown-item{
    color:#e35c5c
}
.projector_bundle__arrow{
    text-decoration:none;
    font-size:2.2rem;
    padding:0 1rem
}
.projector_bundle__arrow.--prev{
    margin-left:auto
}
.projector_bundle__arrow.slick-disabled{
    opacity:.2
}
 #projector_form .projector_bundle{
    display:block
}
div.component_projector_cms{
    margin-bottom:15px;
    clear:both;
    overflow:hidden
}
div.n56196_sub{
    font-weight:normal
}
div.n56196_sub ul{
    padding:0 0 0 22px !important
}
div.n56196_sub ol{
    padding:0 0 0 22px !important
}
img.pic{
    border:0
}
#projector_in_bundle{
    align-items:center;
    display:grid;
    grid-gap:2rem;
    grid-template-columns:minmax(0,1fr);
    padding:3rem 0
}
 @media(min-width:979px){
    #projector_in_bundle{
        grid-template-columns:minmax(0,1fr) minmax(0,3fr);
        padding:4.5rem 0
    }
}
@media(min-width:1200px){
    #projector_in_bundle{
        padding:8rem 0
    }
}
#projector_in_bundle:before{
    background:#fbfbfb;
    content:'';
    display:block;
    height:100%;
    left:50%;
    position:absolute;
    transform:translateX(-50%);
    width:100vw;
    z-index:-1
}
@media(min-width:979px){
    #projector_in_bundle .headline__name{
        text-align:left
    }
}
@media(min-width:979px){
    #projector_in_bundle .headline__bottom b{
        display:block
    }
}
#projector_in_bundle .slick-track{
    margin:0
}
#projector_in_bundle .slick-prev,#projector_in_bundle .slick-next{
    top:50%
}
#projector_in_bundle .products{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    margin:0;
    gap:1.5rem
}
@media(min-width:979px){
    #projector_in_bundle .products{
        gap:2rem;
        column-gap:unset;
        margin:0 -1rem
    }
}
#projector_in_bundle .product{
    display:flex;
    flex:0 0 100%;
    height:auto
}
#projector_in_bundle .product:not(.slick-slide){
    max-width:100%
}
@media(min-width:757px){
    #projector_in_bundle .product:not(.slick-slide){
        max-width:calc(50% - 1rem)
    }
}
@media(min-width:979px){
    #projector_in_bundle .product:not(.slick-slide){
        max-width:calc(50% - 2rem)
    }
}
#projector_in_bundle .product .product__name{
    text-align:left
}
#projector_in_bundle .product__icon{
    align-items:center;
    display:flex;
    justify-content:center;
    margin-bottom:0;
    text-align:center;
    aspect-ratio:747 / 1000;
    height:100%
}
@media(max-width:756px){
    #projector_in_bundle .product__icon img{
        height:unset;
        max-height:100%;
        max-width:125px
    }
}
@media(min-width:757px){
    #projector_in_bundle .product__icon{
        height:20.5rem
    }
}
@media(min-width:979px){
    #projector_in_bundle .product__icon{
        height:27.5rem
    }
}
#projector_in_bundle .product__icon img{
    max-height:100%
}
#projector_in_bundle .product__name{
    font-size:1.3rem;
    font-weight:300;
    color:#333;
    letter-spacing:normal;
    margin-bottom:0;
    text-transform:none;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden
}
@media(min-width:979px){
    #projector_in_bundle .product__name{
        -webkit-line-clamp:3
    }
}
@media(min-width:979px){
    #projector_in_bundle .product__name:hover{
        color:#d5a676
    }
}
#projector_in_bundle .product__wrapper{
    align-items:flex-start;
    background:#fff;
    display:flex;
    flex-direction:column;
    flex-grow:1;
    gap:1.5rem;
    padding:1.5rem;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important
}
@media(min-width:979px){
    #projector_in_bundle .product__wrapper{
        padding:2.5rem
    }
}
#projector_in_bundle .product__prices{
    align-items:baseline;
    flex-wrap:wrap;
    flex-direction:row;
    gap:.4rem;
    padding-top:0
}
#projector_in_bundle .product__prices .price.--max{
    font-size:inherit;
    margin:0;
    order:-8
}
 #projector_in_bundle .product__prices strong.price{
    order:-10
}
#projector_in_bundle .product__prices .product__promo_info{
    flex:0 0 100%;
    font-size:1.1rem;
    max-width:100%
}
#projector_in_bundle .product__prices_wrapper{
    gap:1.5rem
}
#projector_in_bundle .product__see{
    align-items:center;
    display:flex;
    font-size:1.3rem;
    letter-spacing:.1em;
    line-height:1.5;
    margin-top:auto;
    text-decoration:none;
    text-transform:uppercase
}
@media(min-width:979px){
    #projector_in_bundle .product__see:hover{
        color:#d5a676
    }
}
#projector_in_bundle .product__see:after{
    content:'\E98C';
    font-family:fontAwesome;
    font-size:1rem;
    padding-left:1rem
}
#opinions_section .average_opinions_box .comments{
    display:inline-block
}
#opinions_section .average_opinions_box .comments .note{
    margin-bottom:0
}
 #opinions_section .average_opinions_box .comments .note span{
    text-align:left;
    margin-bottom:0
}
#opinions_section .average_opinions_box .comments small{
    margin:0
}
#opinions_section .average_opinions_list{
    margin-bottom:1.5rem
}
#opinions_section .opinion_rate{
    font-size:.9em;
    margin-bottom:4px;
    cursor:pointer
}
#opinions_section .opinion_rate>*{
    vertical-align:middle;
    line-height:1
}
#opinions_section .opinion_rate .opinion_number_star{
    padding-left:5px;
    color:#d5a676
}
#opinions_section .opinion_rate .opinion_number{
    display:inline-block;
    width:10px
}
 #opinions_section .opinion_rate .opinions_bar_container{
    width:calc(100% - 68px);
    height:6px;
    background:#f1f1f1;
    position:relative;
    border-radius:0;
    display:inline-block;
    margin:0 10px
}
#opinions_section .opinion_rate .opinions_bar_active{
    position:absolute;
    background:#d5a676;
    height:6px;
    border-radius:0;
    left:0;
    top:0
}
#opinions_section .opinions_element .opinions_element_stars .note{
    margin-bottom:0
}
#opinions_section .opinions_element .opinions_element_stars .note strong,#opinions_section .opinions_element .opinions_element_stars .note span{
    font-size:1.4rem;
    line-height:1;
    margin-bottom:0;
    order:initial;
    width:auto
}
 #opinions_section .opinions_element .opinions_element_stars .note strong{
    padding:0 0 0 5px
}
#opinions_section .opinions_element .opinions_element_stars .note i{
    font-size:1.2em
}
@media(min-width:757px){
    #opinions_section .opinions_element .opinions_element_stars .note i{
        font-size:1em
    }
}
#opinions_section .opinion_date,#opinions_section .rate_opinion{
    color:#828282
}
#opinions_section .opinion_date{
    display:block;
    white-space:nowrap
}
#opinions_section .opinions_element_top{
    display:flex;
    flex-direction:column-reverse;
    align-items:start
}
 @media(min-width:757px){
    #opinions_section .opinions_element_top{
        flex-direction:row;
        align-items:center;
        flex-wrap:wrap
    }
}
#opinions_section .opinions_filter_confirmed{
    margin:0 0 1.5rem
}
#opinions_section .opinions_filter_confirmed label{
    white-space:normal
}
#opinions_section .opinions-shop_guide{
    font-size:1.2rem
}
#opinions_section .opinions_element_confirmed{
    margin-bottom:1rem
}
@media(min-width:757px){
    #opinions_section .opinions_element_confirmed{
        margin:0 0 0 1rem
    }
}
#opinions_section .opinions_element_confirmed.--false{
    color:#828282
}
 #opinions_section .opinions_element_confirmed.--true{
    color:#10ac82
}
#opinions_section .opinion_author{
    margin-bottom:10px
}
@media(min-width:757px){
    #opinions_section .opinion_author{
        margin:0 4px
    }
}
#opinions_section .opinions_element_author_title:empty,#opinions_section .opinions_element_author_desc:empty{
    display:none
}
#opinions_section .opinions_element_author_desc{
    display:block
}
#opinions_section .rate_opinion{
    display:flex;
    justify-content:flex-end;
    margin-left:auto
}
#opinions_section .rate_opinion>span{
    margin-right:auto
}
 @media(min-width:757px){
    #opinions_section .rate_opinion>span{
        margin-right:15px
    }
}
#opinions_section .rate_opinion .opinion_rate_no{
    margin-left:15px;
    color:#999
}
#opinions_section .rate_opinion .opinion_rate_no:hover{
    color:#333
}
#opinions_section .rate_opinion .opinion_rate_no,#opinions_section .rate_opinion .opinion_rate_yes{
    white-space:nowrap;
    text-decoration:none
}
#opinions_section .rate_opinion span.rate_count::before{
    content:'('
}
#opinions_section .rate_opinion span.rate_count::after{
    content:')'
}
 #opinions_section .opinion_response{
    padding:15px;
    background:#f1f1f1;
    margin-top:30px;
    position:relative;
    border-radius:0
}
#opinions_section .opinion_response:before{
    content:'';
    width:0;
    height:0;
    border-style:solid;
    border-width:0 12px 14px 12px;
    border-color:transparent transparent #f1f1f1 transparent;
    bottom:100%;
    position:absolute;
    left:40px
}
#opinions_section .opinion_response_top{
    margin-bottom:10px
}
#opinions_section .opinion_response_top .opinion_date{
    margin-left:15px;
    display:inline-block
}
 #opinions_section .opinions_element_opinion_bottom{
    color:#999
}
@media(min-width:757px){
    #opinions_section .opinions_element_opinion_bottom{
        display:flex;
        align-items:center
    }
}
#opinions_section .opinions__more{
    display:flex;
    justify-content:center;
    padding-bottom:3rem;
    position:relative
}
#opinions_section .opinions__more .opinions__more_txt{
    align-items:center;
    display:flex;
    text-transform:uppercase;
    color:#333;
    background:#fff;
    padding:0 1.5rem;
    font-weight:300;
    text-decoration:none;
    line-height:1;
    letter-spacing:.13em
}
 #opinions_section .opinions__more .opinions__more_txt:after{
    font-weight:400;
    align-items:center;
    content:'\F107';
    display:flex;
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    font-size:1.8rem;
    height:1.6rem;
    justify-content:center;
    letter-spacing:0;
    line-height:1;
    margin-left:1rem;
    width:1.6rem
}
#opinions_section .opinions__more .opinions__more_txt:hover{
    color:#d5a676
}
#opinions_section .opinions_list .opinions_element_holder{
    border-top:1px solid #e0e0e0;
    flex-wrap:wrap;
    padding:3rem 0
}
 @media(min-width:757px){
    #opinions_section .opinions_list .opinions_element_holder{
        flex-wrap:nowrap
    }
}
#opinions_section .opinions_list:not(.show)>.row>div:not([data-hide="true"]):nth-child(3) .opinions_element_holder{
    border-bottom:0;
    padding-bottom:0 !important
}
#opinions_section .opinions_list [data-hide="true"]{
    display:none
}
#opinions_section .opinions_list .opinions_element{
    width:100%
}
#opinions_section .opinions_list .opinions_element_photo{
    width:130px;
    margin:0 auto 2rem
}
 @media(min-width:757px){
    #opinions_section .opinions_list .opinions_element_photo{
        margin:0 2rem 0 0
    }
}
#opinions_section .opinions_list .opinions_element_photo+.opinions_element{
    width:100%
}
@media(min-width:757px){
    #opinions_section .opinions_list .opinions_element_photo+.opinions_element{
        width:calc(100% - 150px)
    }
}
#opinions_section .opinions_list .opinions_element_photo a{
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    height:130px;
    transition:opacity .3s;
    border-radius:100%
}
 #opinions_section .opinions_list .opinions_element_photo a:hover{
    opacity:.75
}
.shop_opinion_form .shop_opinions_notes{
    text-align:center;
    margin-bottom:2rem
}
.shop_opinion_form .shop_opinions_note_items{
    font-size:3rem
}
.shop_opinion_form .shop_opinions_note_items strong{
    font-weight:400;
    margin-left:.5rem
}
.shop_opinion_form .opinion_star{
    color:#ddd;
    margin-right:1rem
}
.shop_opinion_form .opinion_star.active{
    color:#d5a676
}
.shop_opinion_form .shop_opinions_button{
    text-align:center;
    width:100%
}
.shop_opinion_form .opinion_add_photos,.shop_opinion_form .form-group{
    margin-bottom:1.5rem
}
 .shop_opinion_form .opinion_add_photos_wrapper{
    border:1px solid #e0e0e0;
    box-shadow:none;
    border-radius:0;
    padding:15px;
    position:relative;
    overflow:hidden;
    flex-wrap:wrap
}
.shop_opinion_form .opinion_add_photos_wrapper .opinion_add_photos_text{
    display:flex;
    align-items:center;
    margin-right:10px
}
.shop_opinion_form .opinion_add_photos_wrapper .opinion_add_photos_text i{
    font-size:2rem;
    margin-right:8px
}
.shop_opinion_form .opinion_add_photos_wrapper input[type="file"]{
    margin:8px 0
}
.shop_opinion_form .opinions_points{
    font-size:1.3rem;
    position:absolute;
    top:-10px;
    right:12px;
    line-height:20px;
    background:#fff;
    padding:0 8px
}
 .shop_opinion_form .opinions_points_picture{
    background:#fbfbfb;
    text-align:center;
    padding:15px;
    display:none;
    font-size:1.2rem
}
#opinions_section .opinions_add_form .big_label{
    display:none
}
.modal.--add-opinion .opinions_add_form{
    display:block !important
}
.modal.--add-opinion .opinions_add_form *[class*='col-']{
    flex:0 0 100%;
    max-width:100%;
    padding:0
}
.modal.--add-opinion .opinions_add_form .row{
    margin:0
}
.modal.--add-opinion .opinions_add_form .headline,.modal.--add-opinion .opinions_add_form .big_label{
    padding-top:0;
    margin-top:0
}
 .modal.--sizes-chart div.component_projector_sizes_chart{
    display:block !important
}
.modal.--sizes-chart .ui-table-reflow td .ui-table-cell-label,.modal.--sizes-chart .ui-table-reflow th .ui-table-cell-label{
    min-width:50%
}
.modal.--sizes-chart .ui-table-reflow td .ui-table-cell-label{
    font-weight:400
}
.modal.--sizes-chart .ui-table-reflow tbody tr:first-child th{
    margin-top:15px
}
 .modal.--sizes-chart .ui-table-reflow tbody tr th{
    margin-top:25px
}
@media(min-width:757px){
    .modal.--sizes-chart .ui-table-reflow tbody tr th{
        margin-top:3em
    }
}
.modal.--sizes-chart .ui-table-reflow tbody tr:first-child th{
    margin-top:15px
}
@media(max-width:756.98px){
    .modal.--sizes-chart .ui-table-reflow tbody tr th,.modal.--sizes-chart .ui-table-reflow tbody tr td{
        display:grid;
        grid-template-columns:repeat(2,minmax(70px,1fr));
        grid-gap:10px
    }
    .modal.--sizes-chart .ui-table-reflow tbody tr th .ui-table-cell-label,.modal.--sizes-chart .ui-table-reflow tbody tr td .ui-table-cell-label{
        margin-right:0
    }
}
.modal.--sizes-chart .ui-table td{
    padding:.4em
}
@media(max-width:756.98px){
    .modal.--sizes-chart .table-stroke thead th,.modal.--sizes-chart .table-stroke thead td{
        border-bottom:0;
        line-height:1.5em
    }
}
@media(max-width:756.98px){
    .modal.--sizes-chart .table-stroke tbody th,.modal.--sizes-chart .table-stroke tbody td{
        border-bottom:0;
        vertical-align:middle;
        line-height:1.2
    }
}
div.component_projector_sizes_chart{
    display:none
}
div.sizes_chart_cms{
    text-align:left
}
div.sizes_chart_cms>*:first-child{
    padding-top:30px
}
 #dialog_wrapper.dialog_wrapper_sizes_chart #dialog_wrapper_sub{
    padding:10px
}
.component_projector_sizes_chart h2{
    font-family:'apparat','Open Sans',sans-serif;
    color:#333;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    font-size:2.3rem;
    padding:10px 0;
    line-height:1;
    margin-bottom:1rem;
    font-weight:400;
    text-decoration:none;
    text-align:center
}
@media(min-width:757px){
    .component_projector_sizes_chart h2{
        font-size:2.5rem
    }
}
.component_projector_sizes_chart h2:empty{
    display:none
}
 .component_projector_sizes_chart .info{
    border:1px solid transparent;
    color:#004085;
    font-size:1.4rem;
    padding:22px 65px;
    margin-bottom:10px;
    text-align:center;
    background-color:#cce5ff;
    position:relative;
    border-radius:0;
    text-align:left;
    padding:22px 10px 22px 65px
}
.component_projector_sizes_chart .info::before{
    content:'\F05A';
    font-family:fontawesome;
    font-size:2em;
    position:absolute;
    left:23px;
    top:50%;
    transform:translateY(-50%)
}
.component_projector_sizes_chart .info.small,.component_projector_sizes_chart .info.--small{
    padding:10px;
    font-size:1.2rem
}
 .component_projector_sizes_chart .info.small:before,.component_projector_sizes_chart .info.--small:before{
    display:none
}
.component_projector_sizes_chart .info a{
    color:inherit;
    text-decoration:underline
}
.component_projector_sizes_chart .info a:hover{
    text-decoration:none
}
.component_projector_sizes_chart .info h3{
    color:inherit
}
table.table-condensed th{
    vertical-align:middle;
    letter-spacing:normal;
    margin-top:0
}
div.sizes_chart_cms p{
    margin-bottom:15px
}
.important{
    color:#d5a676
}
ul.fancy_list{
    margin-left:20px
}
 ul.fancy_list li{
    margin-bottom:10px
}
ol.fancy_list{
    margin-left:0;
    padding-top:3px
}
ol.fancy_list li{
    counter-increment:section;
    line-height:1.2;
    list-style:none outside none;
    margin-bottom:5px;
    min-height:20px;
    padding-top:0;
    padding-top:6px
}
ol.fancy_list li:before{
    color:#333;
    content:counter(section,decimal) ".";
    display:inline-block;
    float:left;
    font-size:16px;
    font-weight:bold;
    margin-right:10px;
    margin-top:-3px;
    min-width:14px;
    padding:4px 2px;
    text-align:center
}
.put_right{
    float:right
}
.put_left{
    float:left
}
 #component_projector_sizes_cms_not th{
    min-width:9rem
}

/* */


.quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.quantity-content .right-content {
  text-align: right;
}

.quantity-content .left-content h6 {
  padding-top: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  position: relative;
  z-index: 11;
}

.total h4 {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  color: #aaa!important;
}

.total .main-border-button {
  text-align: right;
}

.total .main-border-button a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}

.total .main-border-button a:hover {
  color: #fff;
  background-color: #2a2a2a;
}

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }



/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.about-page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/about-us-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.about-us .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.about-us .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.about-us .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.about-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

.about-us .right-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.our-services .service-item p {
  margin-bottom: 25px;
}



/* 
---------------------------------------------
contact Us Page
--------------------------------------------- 
*/

.contact-us {
  margin-top: 90px;
  border-bottom: 3px dotted #eee;
  padding-bottom: 90px;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.contact-us #map {
  margin-right: 30px;
}

.contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form textarea::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .main-banner .left-content {
    margin-bottom: 30px;
  }
  #explore .left-content {
    margin-bottom: 30px;
  }
  #explore .right-content .types {
    margin-top: 30px;
  }
  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }
  .contact-us #map {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    left: 50%;
    top: 47.5%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .subscribe form button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
}





#preloader {
  overflow: hidden;
  background-color: #2a2a2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.breadcrumbs {
	line-height: 22px;
	font-size: 12px;
	/*padding: 1.5rem 0 .5rem 1.5rem;*/
	position: relative;
	width: 100%;
}

.breadcrumbs__sub {
	display: none;
	list-style: none;
	position: absolute;
	background: #fff;
	color: #333;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	border-radius: 0;
	padding: 1rem;
	z-index: 200;
	font-size: 1.2rem;
	top: 100%;
	left: 0;
	min-width: 100%;
}

.breadcrumbs__sub a {
	color: #333;
}

.breadcrumbs__sub a:hover {
	color: #333;
}

.breadcrumbs__item {
	padding-bottom: .5rem;
}

.breadcrumbs__item:last-child {
	padding: 0;
}

.breadcrumbs__link {
	display: block;
	width: 100%;
}

.breadcrumbs ol {
	list-style: none outside none;
	display: block;
	white-space: nowrap;
	overflow: auto;
}

.breadcrumbs ol>li {
	display: inline;
	padding-right: 0;
	display: inline-block;
	white-space: nowrap;
}

.breadcrumbs ol>li:first-child {
	position: relative;
}

.breadcrumbs ol>li:after {
	content: '/';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 700;
	text-decoration: inherit;
	padding: 0 1rem;
	color: #d5a676;
}

.breadcrumbs ol>li:last-child:after {
	display: none;
}

.breadcrumbs ol>li a {
	text-decoration: none;
}

.breadcrumbs #back_button {
	background: transparent;
	border: 0;
	color: #333;
}

.breadcrumbs #back_button i:before {
	content: '\E98B';
	font-family: fontAwesome;
	font-size: 1rem;
}

.breadcrumbs #back_button:hover {
	color: #d5a676;
}

.stocks_page .breadcrumbs {
	display: none;
}

.noproduct_page .breadcrumbs {
	display: block;
}

.client-files_page .breadcrumbs {
	display: none;
}

.newsletter_page .breadcrumbs {
	display: none;
}

.partners_page .breadcrumbs {
	display: none;
}

.products-requests_page .breadcrumbs {
	display: none;
}

div.list_wrapper {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	width: calc(100% - 40px);
	overflow: auto;
}

.breadcrumbs .list_wrapper li span, .breadcrumbs .list_wrapper li a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Poppins','apparat-light';
	line-height: 1.5rem;
	letter-spacing: 1px;
	color: #6C6C6c;
}

@media(min-width:979px) {
	header .breadcrumbs {
		display: block;
	}
}

@media(min-width:757px) {
	.breadcrumbs {
		margin: 0;
		line-height: inherit;
	}
}

@media(min-width:979px) {
	.breadcrumbs {
		padding: 3rem 1.5rem;
		padding: 0.5rem;
	}
}

@media(max-width:978px) {
	.breadcrumbs ol {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
}

@media(min-width:757px) {
	.breadcrumbs ol {
		overflow: visible;
		white-space: normal;
	}
}

@media(min-width:757px) {
	.breadcrumbs ol>li {
		padding-bottom: .5rem;
		position: relative;
		white-space: normal;
	}
}

@media(min-width:757px) {
	.breadcrumbs ol>li:first-child {
		display: inline;
	}
}

@media(min-width:757px) {
	.breadcrumbs ol>li.--more:after {
		content: '/';
	}
}

@media(min-width:757px) {
	.breadcrumbs ol>li.--more:hover:after {
		content: '/';
	}
}

@media(min-width:757px) {
	.breadcrumbs ol>li.--more:hover .breadcrumbs__sub {
		display: block;
	}
}

@media(min-width:757px) {
	div.list_wrapper {
		border: 0;
		padding: 15px 0;
		width: auto;
		overflow: visible;
		display: block;
	}
}

@media(min-width:979px) {
	div.list_wrapper {
		padding: 0;
	}
}

@media(min-width:979px) {
	header #breadcrumbs {
		padding: 3.85rem 0 1.95rem;
	}
}
